summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-raw.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-raw.log')
-rw-r--r--runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-raw.log28252
1 files changed, 14124 insertions, 14128 deletions
diff --git a/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-raw.log b/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-raw.log
index 743e1ed2bb2..e979a0a6b45 100644
--- a/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-raw.log
+++ b/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-raw.log
@@ -1,10 +1,10 @@
START: ptest-runner
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T16:53
+2019-06-24T22:29
BEGIN: /usr/lib/acl/ptest
1+0 records in
1+0 records out
-1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.000965239 s, 1.1 GB/s
+1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00172425 s, 608 MB/s
PASS: dump ext3.img
mke2fs 1.44.5 (15-Dec-2018)
@@ -25,6 +25,10 @@ Unescaped left brace in regex is passed through in regex; marked by <-- HERE in
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
*** malformed-restore.test ***
PASS: $ cp malformed-restore-double-owner.acl tmp.acl
PASS: $ sed -i "s/USER/root/g" tmp.acl
@@ -68,6 +72,94 @@ PASS: $ setfacl --restore=utf8-filenames.acl
PASS: $ rm -R $UPATH
PASS: $ rm utf8-filenames.acl
7 commands (7 passed, 0 failed)
+*** setfacl-X.test ***
+PASS: $ umask 022
+PASS: $ mkdir d
+PASS: $ cd d
+PASS: $ setfacl -dm u:bin:rwx .
+PASS: $ touch f g
+PASS: $ chmod ugo+x f
+PASS: $ setfacl -m u:bin:rw,g::r g
+PASS: $ setfacl -m u:root:rwX f g
+PASS: $ getfacl --omit-header --no-effective f g
+PASS: $ rm f g
+PASS: $ touch f g
+PASS: $ mkdir d e
+PASS: $ setfacl -n -m u:root:rwX d f e g
+PASS: $ getfacl --omit-header --no-effective d e f g
+PASS: $ rm f g
+PASS: $ rmdir d e
+PASS: $ touch f g
+PASS: $ mkdir d e
+PASS: $ setfacl -n -m u:root:rwX f d g e
+PASS: $ getfacl --omit-header --no-effective d e f g
+PASS: $ rm f g
+PASS: $ rmdir d e
+PASS: $ cd ..
+PASS: $ rm -rf d
+24 commands (24 passed, 0 failed)
+*** getfacl-noacl.test ***
+PASS: $ mkdir test
+PASS: $ cd test
+PASS: $ umask 027
+PASS: $ touch x
+PASS: $ getfacl --omit-header x
+PASS: $ getfacl --omit-header --access x
+PASS: $ getfacl --omit-header -d x
+PASS: $ getfacl --omit-header -d .
+PASS: $ getfacl --omit-header -d /
+PASS: $ getfacl --skip-base x
+PASS: $ getfacl --omit-header --all-effective x
+PASS: $ getfacl --omit-header --no-effective x
+PASS: $ mkdir d
+PASS: $ touch d/y
+PASS: $ ln -s d l
+PASS: $ getfacl -dR . | grep file | sort
+PASS: $ ln -s l ll
+PASS: $ getfacl -dLR ll | grep file | sort
+PASS: $ rm l ll x
+PASS: $ rm -rf d
+PASS: $ cd ..
+PASS: $ rmdir test
+22 commands (22 passed, 0 failed)
+*** getfacl-recursive.test ***
+PASS: $ umask 022
+PASS: $ mkdir -p 1/2/3
+PASS: $ mkdir 1/link
+PASS: $ touch 1/link/file
+PASS: $ ln -s `pwd`/1/link 1/2/link
+PASS: $ getfacl -P -R 1/2 | ./sort-getfacl-output
+PASS: $ getfacl -R 1/2 | ./sort-getfacl-output
+PASS: $ getfacl -R -L 1/2 | ./sort-getfacl-output
+PASS: $ getfacl -P -R 1 | ./sort-getfacl-output
+PASS: $ getfacl -R 1 | ./sort-getfacl-output
+PASS: $ getfacl -R -L 1 | ./sort-getfacl-output
+PASS: $ rm -R 1/
+12 commands (12 passed, 0 failed)
+*** cp.test ***
+PASS: $ umask 022
+PASS: $ mkdir d
+PASS: $ cd d
+PASS: $ touch f
+PASS: $ setfacl -m u:bin:rw f
+PASS: $ ls -l f | awk -- '{ print $1 }'
+PASS: $ cp f g
+PASS: $ ls -l g | awk -- '{ print $1 }' | sed 's/\.$//g'
+PASS: $ rm g
+PASS: $ cp -p f g
+PASS: $ ls -l f | awk -- '{ print $1 }'
+PASS: $ mkdir h
+PASS: $ echo blubb > h/x
+PASS: $ cp -rp h i
+PASS: $ cat i/x
+PASS: $ rm -r i
+PASS: $ setfacl -R -m u:bin:rwx h
+PASS: $ getfacl --omit-header h/x
+PASS: $ cp -rp h i
+PASS: $ getfacl --omit-header i/x
+PASS: $ cd ..
+PASS: $ rm -r d
+22 commands (22 passed, 0 failed)
*** misc.test ***
PASS: $ rm -f f
PASS: $ umask 027
@@ -75,7 +167,9 @@ PASS: $ touch f
PASS: $ setfacl -m u::r f
PASS: $ setfacl -m u::rw,u:bin:rw f
PASS: $ ls -dl f | awk '{print $1}'
-PASS: $ getfacl --omit-header f
+PASS: $ getfUnescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+[(2,0)(2 2,2 2)]acl --omit-header f
PASS: $ rm f
PASS: $ umask 022
PASS: $ touch f
@@ -156,13 +250,7 @@ PASS: $ setfacl -b d
PASS: $ ls -dl d | awk '{print $1}' | sed 's/\.$//g'
PASS: $ getfacl --omit-header d
PASS: $ chmod 775 d
-PASS: $ ls -dl d | awk '{print $1}' Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-[(2,0)(2 2,2 2)]| sed 's/\.$//g'
+PASS: $ ls -dl d | awk '{print $1}' | sed 's/\.$//g'
PASS: $ getfacl --omit-header d
PASS: $ rmdir d
PASS: $ umask 002
@@ -187,94 +275,6 @@ PASS: $ rm -R d
PASS: $ echo "# owner: root" > f
PASS: $ setfacl --restore=f 2>&1
111 commands (111 passed, 0 failed)
-*** setfacl-X.test ***
-PASS: $ umask 022
-PASS: $ mkdir d
-PASS: $ cd d
-PASS: $ setfacl -dm u:bin:rwx .
-PASS: $ touch f g
-PASS: $ chmod ugo+x f
-PASS: $ setfacl -m u:bin:rw,g::r g
-PASS: $ setfacl -m u:root:rwX f g
-PASS: $ getfacl --omit-header --no-effective f g
-PASS: $ rm f g
-PASS: $ touch f g
-PASS: $ mkdir d e
-PASS: $ setfacl -n -m u:root:rwX d f e g
-PASS: $ getfacl --omit-header --no-effective d e f g
-PASS: $ rm f g
-PASS: $ rmdir d e
-PASS: $ touch f g
-PASS: $ mkdir d e
-PASS: $ setfacl -n -m u:root:rwX f d g e
-PASS: $ getfacl --omit-header --no-effective d e f g
-PASS: $ rm f g
-PASS: $ rmdir d e
-PASS: $ cd ..
-PASS: $ rm -rf d
-24 commands (24 passed, 0 failed)
-*** getfacl-noacl.test ***
-PASS: $ mkdir test
-PASS: $ cd test
-PASS: $ umask 027
-PASS: $ touch x
-PASS: $ getfacl --omit-header x
-PASS: $ getfacl --omit-header --access x
-PASS: $ getfacl --omit-header -d x
-PASS: $ getfacl --omit-header -d .
-PASS: $ getfacl --omit-header -d /
-PASS: $ getfacl --skip-base x
-PASS: $ getfacl --omit-header --all-effective x
-PASS: $ getfacl --omit-header --no-effective x
-PASS: $ mkdir d
-PASS: $ touch d/y
-PASS: $ ln -s d l
-PASS: $ getfacl -dR . | grep file | sort
-PASS: $ ln -s l ll
-PASS: $ getfacl -dLR ll | grep file | sort
-PASS: $ rm l ll x
-PASS: $ rm -rf d
-PASS: $ cd ..
-PASS: $ rmdir test
-22 commands (22 passed, 0 failed)
-*** getfacl-recursive.test ***
-PASS: $ umask 022
-PASS: $ mkdir -p 1/2/3
-PASS: $ mkdir 1/link
-PASS: $ touch 1/link/file
-PASS: $ ln -s `pwd`/1/link 1/2/link
-PASS: $ getfacl -P -R 1/2 | ./sort-getfacl-output
-PASS: $ getfacl -R 1/2 | ./sort-getfacl-output
-PASS: $ getfacl -R -L 1/2 | ./sort-getfacl-output
-PASS: $ getfacl -P -R 1 | ./sort-getfacl-output
-PASS: $ getfacl -R 1 | ./sort-getfacl-output
-PASS: $ getfacl -R -L 1 | ./sort-getfacl-output
-PASS: $ rm -R 1/
-12 commands (12 passed, 0 failed)
-*** cp.test ***
-PASS: $ umask 022
-PASS: $ mkdir d
-PASS: $ cd d
-PASS: $ touch f
-PASS: $ setfacl -m u:bin:rw f
-PASS: $ ls -l f | awk -- '{ print $1 }'
-PASS: $ cp f g
-PASS: $ ls -l g | awk -- '{ print $1 }' | sed 's/\.$//g'
-PASS: $ rm g
-PASS: $ cp -p f g
-PASS: $ ls -l f | awk -- '{ print $1 }'
-PASS: $ mkdir h
-PASS: $ echo blubb > h/x
-PASS: $ cp -rp h i
-PASS: $ cat i/x
-PASS: $ rm -r i
-PASS: $ setfacl -R -m u:bin:rwx h
-PASS: $ getfacl --omit-header h/x
-PASS: $ cp -rp h i
-PASS: $ getfacl --omit-header i/x
-PASS: $ cd ..
-PASS: $ rm -r d
-22 commands (22 passed, 0 failed)
Note: Tests must run as root
*** root/restore.test ***
PASS: $ touch passwd
@@ -435,11 +435,11 @@ PASS: $ cd ..
PASS: $ rm -rf d
102 commands (102 passed, 0 failed)
/usr/lib/acl/ptest
-DURATION: 2
+DURATION: 1
END: /usr/lib/acl/ptest
-2019-06-24T16:53
+2019-06-24T22:29
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T16:53
+2019-06-24T22:29
BEGIN: /usr/lib/apr/ptest
PASS: testatomic
PASS: testdir
@@ -486,11 +486,11 @@ PASS: testuser
PASS: testvsn
PASS: testskiplist
All tests passed.
-DURATION: 57
+DURATION: 58
END: /usr/lib/apr/ptest
-2019-06-24T16:54
+2019-06-24T22:30
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T16:54
+2019-06-24T22:30
BEGIN: /usr/lib/apr-util/ptest
PASS: teststrmatch
PASS: testuri
@@ -514,9 +514,9 @@ PASS: testsiphash
All tests passed.
DURATION: 8
END: /usr/lib/apr-util/ptest
-2019-06-24T16:55
+2019-06-24T22:30
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T16:55
+2019-06-24T22:30
BEGIN: /usr/lib/attr/ptest
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 87.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 87.
@@ -670,11 +670,11 @@ PASS: $ cd ..
PASS: $ rm -rf d
29 commands (29 passed, 0 failed)
make: Leaving directory '/usr/lib/attr/ptest/test'
-DURATION: 1
+DURATION: 0
END: /usr/lib/attr/ptest
-2019-06-24T16:55
+2019-06-24T22:30
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T16:55
+2019-06-24T22:30
BEGIN: /usr/lib/bash/ptest
declare -r SHELLOPTS="braceexpand:hashall:interactive-comments"
Testing /bin/bash
@@ -925,36 +925,36 @@ run-varenv
PASS: run-varenv
run-vredir
PASS: run-vredir
-DURATION: 167
+DURATION: 168
END: /usr/lib/bash/ptest
-2019-06-24T16:57
+2019-06-24T22:33
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T16:57
+2019-06-24T22:33
BEGIN: /usr/lib/bluez5/ptest
-bluetoothd[17543]: Bluetooth daemon 5.50
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f18ce00: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f18ce00: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f18ea40: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f18ea40: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f18f1c0: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f18f1c0: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f18f820: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f18f820: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f18fe00: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f18fe00: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f190440: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:session_cb() handler not found for 0x00
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f190440: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f190940: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f190940: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f1908c0: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f1908c0: ref=2
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f1908c0: ref=2
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f1908c0: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x56026f1908c0: ref=1
-bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f1908c0: ref=1
+bluetoothd[17542]: Bluetooth daemon 5.50
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da20e00: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da20e00: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da22a40: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da22a40: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da231c0: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da231c0: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da23820: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da23820: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da23e00: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da23e00: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da24440: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:session_cb() handler not found for 0x00
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da24440: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da24940: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da24940: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da248c0: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da248c0: ref=2
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da248c0: ref=2
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da248c0: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55c08da248c0: ref=1
+bluetoothd[17542]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55c08da248c0: ref=1
/TP/CCM/BV-01-C - init
/TP/CCM/BV-01-C - setup
@@ -1051,187 +1051,187 @@ bluetoothd[17543]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x56026f1908c0: r
/TP/NFR/BI-01-C Passed  0.000 seconds
Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000966 seconds
+Overall execution time: 0.00104 seconds
PASS: test-avctp
-bluetoothd[17544]: Bluetooth daemon 5.50
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100e910 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100eb60 registered: type:1 codec:0 seid:2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100ec70 registered: type:1 codec:0 seid:3
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100ed80 registered: type:1 codec:0 seid:4
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100ee90 registered: type:1 codec:0 seid:5
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100efa0 registered: type:1 codec:0 seid:6
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f0b0 registered: type:1 codec:0 seid:7
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f120 registered: type:1 codec:0 seid:8
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f190 registered: type:1 codec:0 seid:9
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f200 registered: type:1 codec:0 seid:10
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f2f0 registered: type:1 codec:0 seid:11
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f360 registered: type:1 codec:0 seid:12
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f3d0 registered: type:1 codec:0 seid:13
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f440 registered: type:1 codec:0 seid:14
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f4b0 registered: type:1 codec:0 seid:15
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f520 registered: type:1 codec:0 seid:16
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f590 registered: type:1 codec:0 seid:17
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f600 registered: type:1 codec:0 seid:18
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f670 registered: type:1 codec:0 seid:19
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f6e0 registered: type:1 codec:0 seid:20
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f750 registered: type:1 codec:0 seid:21
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f7c0 registered: type:1 codec:0 seid:22
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f830 registered: type:1 codec:0 seid:23
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f8a0 registered: type:1 codec:0 seid:24
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f910 registered: type:1 codec:0 seid:25
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f980 registered: type:1 codec:0 seid:26
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f9f0 registered: type:1 codec:0 seid:27
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100fa60 registered: type:1 codec:0 seid:28
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100fad0 registered: type:1 codec:0 seid:29
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100fb40 registered: type:1 codec:0 seid:30
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100fbb0 registered: type:1 codec:0 seid:31
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100fc20 registered: type:1 codec:0 seid:32
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100dee0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100e910 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100eb60 unregistered: type:1 codec:0 seid:2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100ec70 unregistered: type:1 codec:0 seid:3
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100ed80 unregistered: type:1 codec:0 seid:4
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100ee90 unregistered: type:1 codec:0 seid:5
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100efa0 unregistered: type:1 codec:0 seid:6
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f0b0 unregistered: type:1 codec:0 seid:7
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f120 unregistered: type:1 codec:0 seid:8
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f190 unregistered: type:1 codec:0 seid:9
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f200 unregistered: type:1 codec:0 seid:10
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f2f0 unregistered: type:1 codec:0 seid:11
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f360 unregistered: type:1 codec:0 seid:12
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f3d0 unregistered: type:1 codec:0 seid:13
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f440 unregistered: type:1 codec:0 seid:14
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f4b0 unregistered: type:1 codec:0 seid:15
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f520 unregistered: type:1 codec:0 seid:16
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f590 unregistered: type:1 codec:0 seid:17
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f600 unregistered: type:1 codec:0 seid:18
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f670 unregistered: type:1 codec:0 seid:19
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f6e0 unregistered: type:1 codec:0 seid:20
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f750 unregistered: type:1 codec:0 seid:21
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f7c0 unregistered: type:1 codec:0 seid:22
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f830 unregistered: type:1 codec:0 seid:23
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f8a0 unregistered: type:1 codec:0 seid:24
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f910 unregistered: type:1 codec:0 seid:25
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f980 unregistered: type:1 codec:0 seid:26
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f9f0 unregistered: type:1 codec:0 seid:27
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100fa60 unregistered: type:1 codec:0 seid:28
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100fad0 unregistered: type:1 codec:0 seid:29
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100fb40 unregistered: type:1 codec:0 seid:30
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100fbb0 unregistered: type:1 codec:0 seid:31
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100fc20 unregistered: type:1 codec:0 seid:32
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f100 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f1e0 registered: type:1 codec:0 seid:2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f100 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f100 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100dee0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f1e0 unregistered: type:1 codec:0 seid:2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f100 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100df50: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100ff60 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100df50: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100df50
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100ff60 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100f8b0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100dee0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100f8b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210103e0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100dee0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210103e0 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564620ffaf90 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100dee0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564620ffaf90 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621010c60 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100dee0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100dee0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621010c60 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100dee0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100dee0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564620ffaf90 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100de90
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564620ffaf90 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621011320 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100de90: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100de90
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621011320 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: Bluetooth daemon 5.50
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87469910 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87469b60 registered: type:1 codec:0 seid:2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87469c70 registered: type:1 codec:0 seid:3
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87469d80 registered: type:1 codec:0 seid:4
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87469e90 registered: type:1 codec:0 seid:5
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87469fa0 registered: type:1 codec:0 seid:6
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a0b0 registered: type:1 codec:0 seid:7
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a120 registered: type:1 codec:0 seid:8
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a190 registered: type:1 codec:0 seid:9
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a200 registered: type:1 codec:0 seid:10
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a2f0 registered: type:1 codec:0 seid:11
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a360 registered: type:1 codec:0 seid:12
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a3d0 registered: type:1 codec:0 seid:13
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a440 registered: type:1 codec:0 seid:14
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a4b0 registered: type:1 codec:0 seid:15
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a520 registered: type:1 codec:0 seid:16
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a590 registered: type:1 codec:0 seid:17
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a600 registered: type:1 codec:0 seid:18
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a670 registered: type:1 codec:0 seid:19
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a6e0 registered: type:1 codec:0 seid:20
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a750 registered: type:1 codec:0 seid:21
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a7c0 registered: type:1 codec:0 seid:22
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a830 registered: type:1 codec:0 seid:23
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a8a0 registered: type:1 codec:0 seid:24
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a910 registered: type:1 codec:0 seid:25
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a980 registered: type:1 codec:0 seid:26
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a9f0 registered: type:1 codec:0 seid:27
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746aa60 registered: type:1 codec:0 seid:28
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746aad0 registered: type:1 codec:0 seid:29
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746ab40 registered: type:1 codec:0 seid:30
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746abb0 registered: type:1 codec:0 seid:31
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746ac20 registered: type:1 codec:0 seid:32
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468ee0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87469910 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87469b60 unregistered: type:1 codec:0 seid:2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87469c70 unregistered: type:1 codec:0 seid:3
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87469d80 unregistered: type:1 codec:0 seid:4
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87469e90 unregistered: type:1 codec:0 seid:5
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87469fa0 unregistered: type:1 codec:0 seid:6
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a0b0 unregistered: type:1 codec:0 seid:7
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a120 unregistered: type:1 codec:0 seid:8
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a190 unregistered: type:1 codec:0 seid:9
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a200 unregistered: type:1 codec:0 seid:10
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a2f0 unregistered: type:1 codec:0 seid:11
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a360 unregistered: type:1 codec:0 seid:12
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a3d0 unregistered: type:1 codec:0 seid:13
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a440 unregistered: type:1 codec:0 seid:14
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a4b0 unregistered: type:1 codec:0 seid:15
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a520 unregistered: type:1 codec:0 seid:16
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a590 unregistered: type:1 codec:0 seid:17
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a600 unregistered: type:1 codec:0 seid:18
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a670 unregistered: type:1 codec:0 seid:19
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a6e0 unregistered: type:1 codec:0 seid:20
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a750 unregistered: type:1 codec:0 seid:21
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a7c0 unregistered: type:1 codec:0 seid:22
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a830 unregistered: type:1 codec:0 seid:23
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a8a0 unregistered: type:1 codec:0 seid:24
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a910 unregistered: type:1 codec:0 seid:25
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a980 unregistered: type:1 codec:0 seid:26
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a9f0 unregistered: type:1 codec:0 seid:27
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746aa60 unregistered: type:1 codec:0 seid:28
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746aad0 unregistered: type:1 codec:0 seid:29
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746ab40 unregistered: type:1 codec:0 seid:30
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746abb0 unregistered: type:1 codec:0 seid:31
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746ac20 unregistered: type:1 codec:0 seid:32
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a100 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a1e0 registered: type:1 codec:0 seid:2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a100 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a100 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468ee0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a1e0 unregistered: type:1 codec:0 seid:2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a100 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468f50: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746af60 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468f50: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468f50
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746af60 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746a8b0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468ee0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746a8b0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746b3e0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468ee0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746b3e0 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87455f90 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468ee0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87455f90 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746bc60 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468ee0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468ee0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746bc60 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468ee0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468ee0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87455f90 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468e90
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87455f90 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746c320 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468e90: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468e90
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746c320 unregistered: type:1 codec:0 seid:1
/TP/SIG/SMG/BV-06-C-SEID-1 - init
/TP/SIG/SMG/BV-06-C-SEID-1 - setup
@@ -1316,275 +1316,275 @@ bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56
/TP/SIG/SMG/BV-12-C - init
/TP/SIG/SMG/BV-12-C - setup
-/TP/SIG/SMG/BV-12-C - sbluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564620ffaf90 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100de90
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564620ffaf90 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210103e0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100de90: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100de90
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210103e0 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210047f0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100de90
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210047f0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100ee70 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100de90: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100de90: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100de90: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100de90
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100ee70 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210047f0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x564621010ff0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210047f0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621004860 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x564621010ff0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010ff0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010ff0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x564621010ff0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621004860 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621005040 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> CLOSING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddd0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621005040 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564620ffaf90 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddd0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddd0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddd0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddd0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564620ffaf90 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621004c10 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621004c10 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621011870 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621011870 unregistered: type:1 codec:0 seid:1
+/TP/SIG/SMG/BV-12-C - sbluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87455f90 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468e90
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87455f90 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746b3e0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468e90: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468e90
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746b3e0 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745f7f0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468e90
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745f7f0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87469e70 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468e90: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468e90: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468e90: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468e90
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87469e70 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745f7f0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b8746bff0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745f7f0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745f860 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b8746bff0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bff0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bff0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b8746bff0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745f860 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87460040 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> CLOSING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468dd0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87460040 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87455f90 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468dd0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468dd0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468dd0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468dd0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87455f90 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745fc10 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745fc10 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746c870 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746c870 unregistered: type:1 codec:0 seid:1
etup complete
/TP/SIG/SMG/BV-12-C - run
/TP/SIG/SMG/BV-12-C - test passed
@@ -1671,134 +1671,134 @@ etup complete
/TP/SIG/SMG/BV-23-C - test passed
/TP/SIG/SMG/BV-23-C - teardown
/TP/SIG/SMG/BV-23-C - teardown complete
-/TP/SIG/Sbluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210049e0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received ABORT_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> ABORTING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210049e0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100e6a0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100e6a0 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210038b0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210038b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564620ffaf90 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564620ffaf90 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210103e0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210103e0 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621004970 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621004970 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564620ffaf90 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: DISCOVER request rejected: Bad Header Format (1)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564620ffaf90 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210103e0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: No pending request, ignoring message
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210103e0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210114d0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: GET_CAPABILITIES request rejected: Bad Packet Length (17)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210114d0 unregistered: type:1 codec:0 seid:1
+/TP/SIG/Sbluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745f9e0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received ABORT_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> ABORTING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745f9e0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b874696a0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b874696a0 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745e8b0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745e8b0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87455f90 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87455f90 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746b3e0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746b3e0 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745f970 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745f970 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87455f90 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: DISCOVER request rejected: Bad Header Format (1)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87455f90 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746b3e0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: No pending request, ignoring message
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746b3e0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746c4d0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: GET_CAPABILITIES request rejected: Bad Packet Length (17)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746c4d0 unregistered: type:1 codec:0 seid:1
MG/BV-23-C - done
/TP/SIG/SMG/BV-24-C - init
@@ -1886,181 +1886,181 @@ MG/BV-23-C - done
/TP/SIG/SMG/BI-04-C - setup
/TP/SIG/SMG/BI-04-C - setup complete
/TP/SIG/SMG/BI-04-C - run
-/TP/SIbluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621010c60 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x564621010fa0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621010c60 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621004c10 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x564621010fa0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621004c10 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210053b0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x564621010fa0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x564621010fa0: ref=2
-bluetoothd[17544]: SET_CONFIGURATION request rejected: Stream End Point in Use (19)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state change failed: Input/output error
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210053b0 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x564621010fa0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x564621010fa0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210103e0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210103e0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564620ffaf90 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564620ffaf90 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100ef80 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: GET_CONFIGURATION request rejected: Bad Acceptor SEID (18)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100ef80 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621011820 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621011820 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621011980 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621011980 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210103e0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210103e0 unregistered: type:0 codec:0 seid:1
+/TP/SIbluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746bc60 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b8746bfa0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746bc60 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745fc10 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b8746bfa0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745fc10 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b874603b0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b8746bfa0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b8746bfa0: ref=2
+bluetoothd[17543]: SET_CONFIGURATION request rejected: Stream End Point in Use (19)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state change failed: Input/output error
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b874603b0 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b8746bfa0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b8746bfa0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746b3e0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746b3e0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87455f90 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87455f90 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87469f80 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: GET_CONFIGURATION request rejected: Bad Acceptor SEID (18)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87469f80 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746c820 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746c820 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746c980 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746c980 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746b3e0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746b3e0 unregistered: type:0 codec:0 seid:1
G/SMG/BI-04-C - test passed
/TP/SIG/SMG/BI-04-C - teardown
/TP/SIG/SMG/BI-04-C - teardown complete
@@ -2147,274 +2147,274 @@ G/SMG/BI-04-C - test passed
/TP/SIG/SMG/BI-18-C - teardown complete
/TP/SIG/SMG/BI-18-C - done
-/TP/SIG/SMG/BI-19-C - initbluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621011ae0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: START request rejected: Bad State (49)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621011ae0 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621011ae0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (49)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621011ae0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621011c90 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (192)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621011c90 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621011d00 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: START request rejected: Bad State (49)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621011d00 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210103e0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210103e0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621011fa0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621011fa0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621012170 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: SUSPEND request rejected: Bad State (49)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> IDLE
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621012170 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210049e0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210049e0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210124f0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210124f0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621012640 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621012640 unregistered: type:0 codec:0 seid:1
+/TP/SIG/SMG/BI-19-C - initbluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746cae0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: START request rejected: Bad State (49)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746cae0 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746cae0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (49)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746cae0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746cc90 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (192)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746cc90 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746cd00 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: START request rejected: Bad State (49)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746cd00 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746b3e0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746b3e0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746cfa0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746cfa0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746d170 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: SUSPEND request rejected: Bad State (49)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> IDLE
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746d170 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745f9e0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745f9e0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746d4f0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746d4f0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746d640 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746d640 unregistered: type:0 codec:0 seid:1
[0m
/TP/SIG/SMG/BI-19-C - setup
/TP/SIG/SMG/BI-19-C - setup complete
@@ -2501,139 +2501,139 @@ bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56
/TP/SIG/SMG/BI-28-C - setup complete
/TP/SIG/SMG/BI-28-C - run
/TP/SIG/SMG/BI-28-C - test passed
-/TP/SIG/SMG/BI-28-C - luetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100fbf0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100fbf0 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621005250 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621005250 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621003830 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: GET_ALL_CAPABILITIES request rejected: Bad Packet Length (17)
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621003830 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621012460 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621012460 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210124d0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210124d0 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621005620 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621005620 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x56462100e6a0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_send() 108 bytes split into 3 fragments
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_send() first packet with 45 bytes sent
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending continue with 47 bytes
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending end with 16 bytes
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56462100e6a0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564620ffaf90 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 2 to go
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 1 to go
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564620ffaf90 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621012530 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621012530 unregistered: type:1 codec:0 seid:1
+/TP/SIG/SMG/BI-28-C - luetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746abf0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746abf0 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87460250 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87460250 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745e830 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: GET_ALL_CAPABILITIES request rejected: Bad Packet Length (17)
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745e830 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746d460 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746d460 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746d4d0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746d4d0 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87460620 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87460620 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b874696a0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_send() 108 bytes split into 3 fragments
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_send() first packet with 45 bytes sent
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending continue with 47 bytes
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending end with 16 bytes
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b874696a0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b87455f90 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 2 to go
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 1 to go
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b87455f90 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746d530 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746d530 unregistered: type:1 codec:0 seid:1
;35mteardown
/TP/SIG/SMG/BI-28-C - teardown complete
/TP/SIG/SMG/BI-28-C - done
@@ -2720,120 +2720,120 @@ bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56
/TP/SIG/SYN/BV-01-C - done
/TP/SIG/SYN/BV-02-C - init
-/TP/SIG/SYN/BV-02-Cbluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621003f40 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621003f40 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210053b0 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210053b0 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621003830 registered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x56462100ddb0: int_seid=1, acp_seid=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621003830 unregistered: type:1 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5646210053b0 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5646210053b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x564621012710 registered: type:0 codec:0 seid:1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x56462100ddb0: ref=2
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=1
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x56462100ddb0: ref=0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x56462100ddb0
-bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x564621012710 unregistered: type:0 codec:0 seid:1
+/TP/SIG/SYN/BV-02-Cbluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745ef40 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745ef40 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b874603b0 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b874603b0 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8745e830 registered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x558b87468db0: int_seid=1, acp_seid=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8745e830 unregistered: type:1 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b874603b0 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b874603b0 unregistered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x558b8746d710 registered: type:0 codec:0 seid:1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x558b87468db0: ref=2
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=1
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x558b87468db0: ref=0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x558b87468db0
+bluetoothd[17543]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x558b8746d710 unregistered: type:0 codec:0 seid:1
[0m - setup
/TP/SIG/SYN/BV-02-C - setup complete
/TP/SIG/SYN/BV-02-C - run
@@ -2907,14 +2907,14 @@ bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56
/TP/SIG/SMG/BV-28-C Passed  0.000 seconds
/TP/SIG/SMG/BV-31-C Passed  0.000 seconds
/TP/SIG/SMG/BI-01-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-02-C Passed  0.926 seconds
+/TP/SIG/SMG/BI-02-C Passed  1.561 seconds
/TP/SIG/SMG/BI-03-C Passed  0.000 seconds
/TP/SIG/SMG/BI-04-C Passed  0.001 seconds
/TP/SIG/SMG/BI-05-C Passed  0.001 seconds
/TP/SIG/SMG/BI-06-C Passed  0.000 seconds
/TP/SIG/SMG/BI-07-C Passed  0.001 seconds
/TP/SIG/SMG/BI-08-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-09-C Passed  0.001 seconds
+/TP/SIG/SMG/BI-09-C Passed  0.000 seconds
/TP/SIG/SMG/BI-10-C Passed  0.001 seconds
/TP/SIG/SMG/BI-11-C Passed  0.001 seconds
/TP/SIG/SMG/BI-17-C Passed  0.001 seconds
@@ -2934,62 +2934,62 @@ bluetoothd[17544]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x56
/TP/SIG/SMG/BI-32-C Passed  0.000 seconds
/TP/SIG/SMG/BI-33-C Passed  0.000 seconds
/TP/SIG/SMG/BI-35-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-36-C Passed  0.000 seconds
-/TP/SIG/FRA/BV-01-C Passed  0.000 seconds
+/TP/SIG/SMG/BI-36-C Passed  0.001 seconds
+/TP/SIG/FRA/BV-01-C Passed  0.001 seconds
/TP/SIG/FRA/BV-02-C Passed  0.001 seconds
/TP/SIG/SYN/BV-01-C Passed  0.000 seconds
/TP/SIG/SYN/BV-02-C Passed  0.001 seconds
-/TP/SIG/SYN/BV-03-C Passed  0.000 seconds
+/TP/SIG/SYN/BV-03-C Passed  0.001 seconds
/TP/SIG/SYN/BV-04-C Passed  0.001 seconds
/TP/SIG/SYN/BV-05-C Passed  0.001 seconds
/TP/SIG/SYN/BV-06-C Passed  0.001 seconds
Total: 62, Passed: 62 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.965 seconds
+Overall execution time: 1.6 seconds
PASS: test-avdtp
-bluetoothd[17545]: Bluetooth daemon 5.50
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff040: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff040: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440700510: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_addressed()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440700510: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701070: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701070: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701ac0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_browsed()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701ac0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701c30: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701c30: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701da0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items_rsp()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701da0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_addressed()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701da0: ref=1
+bluetoothd[17544]: Bluetooth daemon 5.50
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc7040: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc7040: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc8510: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_addressed()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc8510: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9070: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9070: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9ac0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_browsed()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9ac0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9c30: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9c30: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9da0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items_rsp()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9da0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_addressed()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9da0: ref=1
/TP/MPS/BV-01-C - init
/TP/MPS/BV-01-C - setup
@@ -3083,46 +3083,46 @@ bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701da0: r
/TP/MPS/BI-02-C - init
/TP/MPS/BI-02-C - setup
-/TP/MPS/BI-02-C - setup completebluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_browsed()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561440701da0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_addressed()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_browsed()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:change_path()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:change_path()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+/TP/MPS/BI-02-C - setup completebluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_browsed()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc9da0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_addressed()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_browsed()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:change_path()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:change_path()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
/TP/MPS/BI-02-C - run
/TP/MPS/BI-02-C - test passed
@@ -3212,49 +3212,49 @@ bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: r
/TP/MCN/CB/BV-09-C - done
/TP/MCN/CB/BV-10-C - init
-/TP/MCN/CB/BV-10-Cluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:change_path()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x80, len 0x000B
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:search()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+/TP/MCN/CB/BV-10-Cluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:change_path()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x80, len 0x000B
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:search()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
0m - setup
/TP/MCN/CB/BV-10-C - setup complete
/TP/MCN/CB/BV-10-C - run
@@ -3342,40 +3342,40 @@ bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: r
/TP/MCN/SRC/BV-03-C - test passed
/TP/MCN/SRC/BV-03-C - teardown
/TP/MCN/SRC/BV-03-C - teardown complete
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:play_item()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:play_item()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
/TP/MCN/SRC/BV-03-C - done
/TP/MCN/SCR/BV-04-C - init
@@ -3464,32 +3464,32 @@ bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: r
/TP/MCN/NP/BV-07-C - setup complete
/TP/MCN/NP/BV-07-C - run
/TP/MCN/NP/BV-07-C - test passed
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:play_item()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:play_item()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
[1;39m/TP/MCN/NP/BV-07-C - teardown
/TP/MCN/NP/BV-07-C - teardown complete
/TP/MCN/NP/BV-07-C - done
@@ -3580,28 +3580,28 @@ bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: r
/TP/CON/BV-05-C - setup complete
/TP/CON/BV-05-C - run
/TP/CON/BV-05-C - test passed
-/TP/CON/BV-05-C - teardobluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:handle_unit_info() reply to AVC_OP_UNITINFO
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:handle_subunit_info() reply to AVC_OP_SUBUNITINFO
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+/TP/CON/BV-05-C - teardobluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:handle_unit_info() reply to AVC_OP_UNITINFO
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:handle_subunit_info() reply to AVC_OP_SUBUNITINFO
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
wn
/TP/CON/BV-05-C - teardown complete
/TP/CON/BV-05-C - done
@@ -3696,41 +3696,41 @@ wn
/TP/PTT/BV-04-I - teardown complete
/TP/PTT/BV-04-I - done
-/TP/PTT/BV-05-I - luetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x11, len 0x0000
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:list_attributes()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:list_values()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+/TP/PTT/BV-05-I - luetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x11, len 0x0000
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:list_attributes()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:list_values()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
minit
/TP/PTT/BV-05-I - setup
/TP/PTT/BV-05-I - setup complete
@@ -3824,48 +3824,48 @@ minit
/TP/PAS/BV-07-C - init
/TP/PAS/BV-07-C - setup
/TP/PAS/BV-07-C - setup complete
-/TP/PAS/BV-07-C - luetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_value_text()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0003
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_value()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:list_values()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_value_text()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0002
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_value()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x14, len 0x0003
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_value()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+/TP/PAS/BV-07-C - luetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_value_text()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0003
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_value()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:list_values()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_value_text()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0002
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_value()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x14, len 0x0003
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_value()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
mrun
/TP/PAS/BV-07-C - test passed
/TP/PAS/BV-07-C - teardown
@@ -3959,57 +3959,57 @@ mrun
/TP/MDI/BV-01-C - run
/TP/MDI/BV-01-C - test passed
/TP/MDI/BV-01-C - teardown
-/TP/MDI/BV-01-C - bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x30, len 0x0000
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_play_status()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x000D
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+/TP/MDI/BV-01-C - bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x30, len 0x0000
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_play_status()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x000D
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
teardown complete
/TP/MDI/BV-01-C - done
@@ -4104,48 +4104,48 @@ teardown complete
/TP/NFY/BV-08-C - done
/TP/NFY/BI-01-C - init
-/TP/NFY/BI-01-C - luetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0xFF, len 0x0000
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0xFF, len 0x0000
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_volume()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+/TP/NFY/BI-01-C - luetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0xFF, len 0x0000
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0xFF, len 0x0000
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_volume()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
34msetup
/TP/NFY/BI-01-C - setup complete
/TP/NFY/BI-01-C - run
@@ -4239,76 +4239,76 @@ bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: r
/TP/VLH/BV-04-C - setup
/TP/VLH/BV-04-C - setup complete
/TP/VLH/BV-04-C - run
-/TP/VLH/BV-04-C - luetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0000
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_volume()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_volume()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:set_volume_rsp()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() PLAY
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() PLAY
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() FAST FORWARD
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=2
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:request_continuing()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 519
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 14
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:request_continuing()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 14
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5614406ff6c0: ref=1
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x41, len 0x0001
-bluetoothd[17545]: ../bluez-5.50/android/avrcp-lib.c:abort_continuing()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: ref=1
+/TP/VLH/BV-04-C - luetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0000
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_volume()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_volume()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:set_volume_rsp()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() PLAY
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() PLAY
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() FAST FORWARD
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=2
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:request_continuing()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 519
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 14
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:request_continuing()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 14
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x563045cc76c0: ref=1
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x41, len 0x0001
+bluetoothd[17544]: ../bluez-5.50/android/avrcp-lib.c:abort_continuing()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17544]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x563045cc76c0: ref=1
2mtest passed
/TP/VLH/BV-04-C - teardown
/TP/VLH/BV-04-C - teardown complete
@@ -4496,7 +4496,7 @@ bluetoothd[17545]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5614406ff6c0: r
/TP/VLH/BI-03-C Passed  0.000 seconds
/TP/VLH/BI-04-C Passed  0.000 seconds
/TP/PTH/BV-01-C Passed  0.000 seconds
-/TP/PTH/BV-02-C Passed  1.958 seconds
+/TP/PTH/BV-02-C Passed  1.956 seconds
/TP/RCR/BV-02-C Passed  0.001 seconds
/TP/RCR/BV-04-C Passed  0.000 seconds
@@ -4599,7 +4599,7 @@ PASS: test-avrcp
/crc/9 Passed  0.000 seconds
Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000118 seconds
+Overall execution time: 9.3e-05 seconds
PASS: test-crc
PASS: test-crypto
@@ -4651,14 +4651,14 @@ PASS: test-crypto

Test Summary
------------
-/ecdh/multi Passed  0.449 seconds
+/ecdh/multi Passed  0.514 seconds
/ecdh/sample/1 Passed  0.001 seconds
/ecdh/sample/2 Passed  0.001 seconds
/ecdh/sample/3 Passed  0.001 seconds
/ecdh/invalid Passed  0.000 seconds
Total: 5, Passed: 5 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.453 seconds
+Overall execution time: 0.518 seconds
PASS: test-ecc
/eir/basic - init
@@ -4826,7 +4826,7 @@ ad/g-tag Passed  0.0
ad/uri-beacon Passed  0.000 seconds
Total: 16, Passed: 16 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000273 seconds
+Overall execution time: 0.00036 seconds
PASS: test-eir
/TP/GAC/CL/BV-01-C - init
@@ -6751,10 +6751,10 @@ PASS: test-eir
/TP/GAW/SR/BI-26-C/large-1 Passed  0.001 seconds
/robustness/no-reliable-characteristic Passed  0.001 seconds
/robustness/unkown-request Passed  0.001 seconds
-/robustness/unkown-command Passed  0.000 seconds
+/robustness/unkown-command Passed  0.001 seconds
Total: 192, Passed: 191 (99.5%), Failed: 0, Not Run: 1
-Overall execution time: 0.133 seconds
+Overall execution time: 0.154 seconds
PASS: test-gatt
/gattrib/refcount: OK
/gattrib/get_channel: OK
@@ -6909,7 +6909,7 @@ PASS: test-gattrib
/gdbus/client_ready Not Run 
Total: 14, Passed: 0 (0.0%), Failed: 0, Not Run: 14
-Overall execution time: 0.000291 seconds
+Overall execution time: 0.000246 seconds
PASS: test-gdbus-client
/gobex/null_io: OK
/gobex/basic: OK
@@ -7339,7 +7339,7 @@ PASS: test-gobex-transfer
/hfp_hf/test_context_skip_field Passed  0.000 seconds
Total: 29, Passed: 29 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.00169 seconds
+Overall execution time: 0.00352 seconds
PASS: test-hfp
/TP/HGRF/RH/BV-01-I - init
@@ -7407,7 +7407,7 @@ PASS: test-hfp
/TP/HGRF/RH/BV-02-I Passed  0.001 seconds
Total: 6, Passed: 6 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.00573 seconds
+Overall execution time: 0.00701 seconds
PASS: test-hog
/lib/ntoh64 - init
@@ -7555,7 +7555,7 @@ PASS: test-hog
/lib/sdp_get_server_ver Passed  0.000 seconds
Total: 14, Passed: 14 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000237 seconds
+Overall execution time: 0.000321 seconds
PASS: test-lib
/mgmt/command/1: OK
/mgmt/command/2: OK
@@ -7643,7 +7643,7 @@ PASS: test-mgmt

Test Summary
------------
-/queue/basic Passed  0.011 seconds
+/queue/basic Passed  0.014 seconds
/queue/foreach_destroy Passed  0.000 seconds
/queue/foreach_remove Passed  0.000 seconds
/queue/foreach_remove_all Passed  0.000 seconds
@@ -7653,7 +7653,7 @@ PASS: test-mgmt
/queue/remove_all Passed  0.000 seconds
Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.0107 seconds
+Overall execution time: 0.0139 seconds
PASS: test-queue
/ringbuf/power2 - init
@@ -7686,14 +7686,14 @@ PASS: test-queue

Test Summary
------------
-/ringbuf/power2 Passed  0.012 seconds
-/ringbuf/alloc Passed  0.000 seconds
-/ringbuf/printf Passed  0.007 seconds
+/ringbuf/power2 Passed  0.016 seconds
+/ringbuf/alloc Passed  0.001 seconds
+/ringbuf/printf Passed  0.009 seconds
Total: 3, Passed: 3 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.0197 seconds
+Overall execution time: 0.0253 seconds
PASS: test-ringbuf
-bluetoothd[17769]: Bluetooth daemon 5.50
+bluetoothd[17768]: Bluetooth daemon 5.50
/TP/SERVER/SS/BV-01-C/UUID-16 - init
/TP/SERVER/SS/BV-01-C/UUID-16 - setup
@@ -9005,9 +9005,9 @@ bluetoothd[17769]: Bluetooth daemon 5.50
/TP/SERVER/SSA/BI-02-C/UUID-16 Passed  0.000 seconds
/TP/SERVER/SSA/BI-02-C/UUID-32 Passed  0.000 seconds
/TP/SERVER/SSA/BI-02-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/BRW/BV-01-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/BRW/BV-01-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/BRW/BV-01-C/UUID-128 Passed  0.000 seconds
+/TP/SERVER/BRW/BV-01-C/UUID-16 Passed  0.001 seconds
+/TP/SERVER/BRW/BV-01-C/UUID-32 Passed  0.001 seconds
+/TP/SERVER/BRW/BV-01-C/UUID-128 Passed  0.001 seconds
/TP/SERVER/BRW/BV-02-C/UUID-16 Passed  0.000 seconds
/TP/SERVER/BRW/BV-02-C/UUID-32 Passed  0.000 seconds
/TP/SERVER/BRW/BV-02-C/UUID-128 Passed  0.000 seconds
@@ -9030,7 +9030,7 @@ bluetoothd[17769]: Bluetooth daemon 5.50
/sdp/DE/ATTR/INT128 Passed  0.000 seconds
Total: 133, Passed: 133 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.013 seconds
+Overall execution time: 0.0168 seconds
PASS: test-sdp
/textfile/pagesize - init
@@ -9078,7 +9078,7 @@ PASS: test-sdp
/textfile/multiple Passed  0.001 seconds
Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000698 seconds
+Overall execution time: 0.000941 seconds
PASS: test-textfile
/uhid/command/create - init
@@ -9146,7 +9146,7 @@ PASS: test-textfile
/uhid/event/feature Passed  0.000 seconds
Total: 6, Passed: 6 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000217 seconds
+Overall execution time: 0.000312 seconds
PASS: test-uhid
/uuid/base - init
@@ -9524,14 +9524,14 @@ PASS: test-uhid
/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb Passed  0.000 seconds
Total: 37, Passed: 37 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000717 seconds
+Overall execution time: 0.000905 seconds
PASS: test-uuid
All 25 tests passed
DURATION: 7
END: /usr/lib/bluez5/ptest
-2019-06-24T16:57
+2019-06-24T22:33
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T16:57
+2019-06-24T22:33
BEGIN: /usr/lib/busybox/ptest
======================
echo -ne '' >input
@@ -10592,7 +10592,7 @@ echo -ne '' | pidof pidof > /dev/null; echo $?
PASS: pidof (exit with success)
======================
echo -ne '' >input
-echo -ne '' | pidof pidof.tests | grep -o -w 20356
+echo -ne '' | pidof pidof.tests | grep -o -w 20355
PASS: pidof this
SKIP: pidof -s
SKIP: pidof -o %PPID NOP
@@ -11675,11 +11675,11 @@ PASS: xargs -sNUM test 1
echo -ne '' >input
echo -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
PASS: xargs -sNUM test 2
-DURATION: 83
+DURATION: 84
END: /usr/lib/busybox/ptest
-2019-06-24T16:59
+2019-06-24T22:34
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T16:59
+2019-06-24T22:34
BEGIN: /usr/lib/bzip2/ptest
./bzip2 -1 < sample1.ref > sample1.rb2
./bzip2 -2 < sample2.ref > sample2.rb2
@@ -11695,9 +11695,9 @@ PASS: sample2 decompress
PASS: sample3 decompress
DURATION: 1
END: /usr/lib/bzip2/ptest
-2019-06-24T16:59
+2019-06-24T22:34
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T16:59
+2019-06-24T22:34
BEGIN: /usr/lib/dbus-test/ptest
PASS: test/test-bus
PASS: test/test-bus-launch-helper
@@ -11722,11 +11722,11 @@ PASS: test/test-syntax
PASS: test/test-syslog
SKIP: test/test-uid-permissions
PASS: test/test-variant
-DURATION: 291
+DURATION: 313
END: /usr/lib/dbus-test/ptest
-2019-06-24T17:04
+2019-06-24T22:40
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:04
+2019-06-24T22:40
BEGIN: /usr/lib/diffstat/ptest
Checking /usr/bin/diffstat
testing case01
@@ -12211,9 +12211,9 @@ PASS: case38rR
PASS: case38rRp0
DURATION: 2
END: /usr/lib/diffstat/ptest
-2019-06-24T17:04
+2019-06-24T22:40
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:04
+2019-06-24T22:40
BEGIN: /usr/lib/diffutils/ptest
make: Entering directory '/usr/lib/diffutils/ptest/tests'
make[1]: Entering directory '/usr/lib/diffutils/ptest/tests'
@@ -12252,11 +12252,11 @@ Testsuite summary for GNU diffutils 3.7
============================================================================
make[1]: Leaving directory '/usr/lib/diffutils/ptest/tests'
make: Leaving directory '/usr/lib/diffutils/ptest/tests'
-DURATION: 5
+DURATION: 6
END: /usr/lib/diffutils/ptest
-2019-06-24T17:04
+2019-06-24T22:40
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:04
+2019-06-24T22:40
BEGIN: /usr/lib/e2fsprogs/ptest
debugfs 1.44.5 (15-Dec-2018)
PASS: d_bad_ostype: handle bad (negative) os_type: ok
@@ -12624,11 +12624,11 @@ PASS: u_tune2fs_opt: e2undo with tune2fs -z: ok
PASS: u_undo_undo: undo e2undo: ok
PASS: u_wrong_fs: e2undo on the wrong fs: ok
354 tests succeeded 0 tests failed
-DURATION: 100
+DURATION: 102
END: /usr/lib/e2fsprogs/ptest
-2019-06-24T17:06
+2019-06-24T22:41
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:06
+2019-06-24T22:41
BEGIN: /usr/lib/elfutils/ptest
PASS: run-arextract.sh
SKIP: run-arsymtest.sh
@@ -15981,39 +15981,39 @@ PASS: run-addr2line-alt-debugpath.sh
PASS: run-varlocs.sh
PASS: run-exprlocs.sh
PASS: run-funcretval.sh
-0x55f3c8fc0000 0x55f3c8fc5000 /usr/lib/elfutils/ptest/tests/backtrace-child
-0x7f6328568000 0x7f632871c000 /lib/libc-2.29.so
-0x7f6328720000 0x7f632873c000 /lib/libpthread-2.29.so
-0x7f6328751000 0x7f632877a000 /lib/ld-2.29.so
-0x7ffecc367000 0x7ffecc368000 [vdso: 25209]
+0x5556dbce0000 0x5556dbce5000 /usr/lib/elfutils/ptest/tests/backtrace-child
+0x7f9f5a51d000 0x7f9f5a6d1000 /lib/libc-2.29.so
+0x7f9f5a6d5000 0x7f9f5a6f1000 /lib/libpthread-2.29.so
+0x7f9f5a706000 0x7f9f5a72f000 /lib/ld-2.29.so
+0x7ffc87989000 0x7ffc8798a000 [vdso: 25208]
+TID 25208:
+# 0 0x7f9f5a6e7f60 raise
+# 1 0x5556dbce1234 - 1 main
+# 2 0x7f9f5a543bab - 1 __libc_start_main
+# 3 0x5556dbce133a - 1 _start
TID 25209:
-# 0 0x7f6328732f60 raise
-# 1 0x55f3c8fc1234 - 1 main
-# 2 0x7f632858ebab - 1 __libc_start_main
-# 3 0x55f3c8fc133a - 1 _start
-TID 25210:
-# 0 0x7f6328732f60 raise
-# 1 0x55f3c8fc145b - 1 sigusr2
-# 2 0x55f3c8fc14fa - 1 stdarg
-# 3 0x55f3c8fc1510 - 1 backtracegen
-# 4 0x55f3c8fc1519 - 1 start
-# 5 0x7f6328728ec4 - 1 start_thread
-# 6 0x7f632865cecf - 1 __clone
-# 1 0x55f3c8fc1234 - 1 main
+# 0 0x7f9f5a6e7f60 raise
+# 1 0x5556dbce145b - 1 sigusr2
+# 2 0x5556dbce14fa - 1 stdarg
+# 3 0x5556dbce1510 - 1 backtracegen
+# 4 0x5556dbce1519 - 1 start
+# 5 0x7f9f5a6ddec4 - 1 start_thread
+# 6 0x7f9f5a611ecf - 1 __clone
+# 1 0x5556dbce1234 - 1 main
PASS: run-backtrace-native.sh
-# 0 0x7f4e484744a0 raise
-# 1 0x55a80fe4d450 - 1 main
-# 2 0x7f4e48461bab - 1 __libc_start_main
-# 3 0x55a80fe4d5fa - 1 _start
-# 1 0x55a80fe4d450 - 1 main
+# 0 0x7f67fba0a4a0 raise
+# 1 0x5618e7d97450 - 1 main
+# 2 0x7f67fb9f7bab - 1 __libc_start_main
+# 3 0x5618e7d975fa - 1 _start
+# 1 0x5618e7d97450 - 1 main
PASS: run-backtrace-data.sh
-0x7f1db0c464a0 raise
-0x7f1db0c32524 abort
-0x55e2b8458206 (null)
-0x55e2b845820e (null)
-0x55e2b84587bc (null)
-0x7f1db0c33bab __libc_start_main
-0x55e2b845824a (null)
+0x7f9492c684a0 raise
+0x7f9492c54524 abort
+0x564e8625c206 (null)
+0x564e8625c20e (null)
+0x564e8625c7bc (null)
+0x7f9492c55bab __libc_start_main
+0x564e8625c24a (null)
dwfl_thread_getframes returned, main not found
dwfl_getthreads returned, main not found
dwfl_thread_getframes returned, main not found
@@ -16021,25 +16021,25 @@ dwfl_getthreads returned, main not found
PASS: run-backtrace-dwarf.sh
biarch testing disabled
SKIP: run-backtrace-native-biarch.sh
-0x7ffd18bc8000 0x7ffd18bc9000 linux-vdso.so.1
-0x7fda43aaa000 0x7fda43ad3130 ld-linux-x86-64.so.2
-0x7fda438c1000 0x7fda43a784d8 libc.so.6
-0x7fda43a79000 0x7fda43a981e0 libpthread.so.0
-0x563ec2e64000 0x563ec2e68028 backtrace-child
-TID 25266:
-# 0 0x7fda43a8bf60 raise
-# 1 0x563ec2e6542d - 1 sigusr2
-# 2 0x563ec2e654fa - 1 stdarg
-# 3 0x563ec2e65510 - 1 backtracegen
-# 4 0x563ec2e65519 - 1 start
-# 5 0x7fda43a81ec4 - 1 start_thread
-# 6 0x7fda439b5ecf - 1 __clone
+0x7ffec022d000 0x7ffec022e000 linux-vdso.so.1
+0x7f2777fd0000 0x7f2777ff9130 ld-linux-x86-64.so.2
+0x7f2777de7000 0x7f2777f9e4d8 libc.so.6
+0x7f2777f9f000 0x7f2777fbe1e0 libpthread.so.0
+0x559a61834000 0x559a61838028 backtrace-child
TID 25265:
-# 0 0x7fda43a83318 __GI___pthread_timedjoin_ex
-# 1 0x563ec2e6525b - 1 main
-# 2 0x7fda438e7bab - 1 __libc_start_main
-# 3 0x563ec2e6533a - 1 _start
-# 1 0x563ec2e6525b - 1 main
+# 0 0x7f2777fb1f60 raise
+# 1 0x559a6183542d - 1 sigusr2
+# 2 0x559a618354fa - 1 stdarg
+# 3 0x559a61835510 - 1 backtracegen
+# 4 0x559a61835519 - 1 start
+# 5 0x7f2777fa7ec4 - 1 start_thread
+# 6 0x7f2777edbecf - 1 __clone
+TID 25264:
+# 0 0x7f2777fa9318 __GI___pthread_timedjoin_ex
+# 1 0x559a6183525b - 1 main
+# 2 0x7f2777e0dbab - 1 __libc_start_main
+# 3 0x559a6183533a - 1 _start
+# 1 0x559a6183525b - 1 main
PASS: run-backtrace-native-core.sh
biarch testing disabled
SKIP: run-backtrace-native-core-biarch.sh
@@ -16309,14 +16309,14 @@ PASS: run-readelf-str.sh
PASS: run-readelf-types.sh
PASS: run-readelf-dwz-multi.sh
PASS: run-allfcts-multi.sh
-PID 25805 - process
-TID 25805:
-#0 0x00007fa60493d204 __nanosleep
-#1 0x00007fa60493d14a sleep
-#2 0x00007fa604a4111e libfunc
-#3 0x000056416985b1c3 main
-#4 0x00007fa60489fbab __libc_start_main
-#5 0x000056416985b1fa _start
+PID 25804 - process
+TID 25804:
+#0 0x00007f281ce0b204 __nanosleep
+#1 0x00007f281ce0b14a sleep
+#2 0x00007f281cf0f11e libfunc
+#3 0x00005641453331c3 main
+#4 0x00007f281cd6dbab __libc_start_main
+#5 0x00005641453331fa _start
PASS: run-deleted.sh
/usr/bin/eu-stack: dwfl_thread_getframes tid 3130 at 0x3fdf821d64 in /usr/lib64/libc-2.18.so: Callback returned failure
PID 3130 - core
@@ -16335,18 +16335,18 @@ module name: /usr/lib/libelf-0.176.so
module name: /lib/libc-2.29.so
module name: /usr/lib/libdw-0.176.so
module name: /lib/ld-2.29.so
-module name: [vdso: 25877]
+module name: [vdso: 25876]
vdso syms: 10
0: '' 0 (0)
-1: 'clock_gettime' 6f0 (7ffdf03e66f0)
-2: '__vdso_gettimeofday' 750 (7ffdf03e6750)
-3: 'gettimeofday' 750 (7ffdf03e6750)
-4: '__vdso_time' 7c0 (7ffdf03e67c0)
-5: 'time' 7c0 (7ffdf03e67c0)
-6: '__vdso_clock_gettime' 6f0 (7ffdf03e66f0)
+1: 'clock_gettime' 6f0 (7ffe55f376f0)
+2: '__vdso_gettimeofday' 750 (7ffe55f37750)
+3: 'gettimeofday' 750 (7ffe55f37750)
+4: '__vdso_time' 7c0 (7ffe55f377c0)
+5: 'time' 7c0 (7ffe55f377c0)
+6: '__vdso_clock_gettime' 6f0 (7ffe55f376f0)
7: 'LINUX_2.6' 0 (0)
-8: '__vdso_getcpu' 7d0 (7ffdf03e67d0)
-9: 'getcpu' 7d0 (7ffdf03e67d0)
+8: '__vdso_getcpu' 7d0 (7ffe55f377d0)
+9: 'getcpu' 7d0 (7ffe55f377d0)
PASS: vdsosyms
PASS: run-readelf-A.sh
PASS: run-getsrc-die.sh
@@ -16356,257 +16356,257 @@ check_elf: newdata.elf32
Adding 16 bytes.
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef4320f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef4320f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
elf_rawdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
elf_getdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
check_elf: newdata.elf32.mmap
Adding 16 bytes.
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef4320f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef4320f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
elf_rawdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
elf_getdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
check_elf: newdata.elf64
Adding 16 bytes.
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef4320f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef4320f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
elf_rawdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
elf_getdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
check_elf: newdata.elf64.mmap
Adding 16 bytes.
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef4320f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef4320f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
elf_rawdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
elf_getdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
-0 data (d_off: 0, len * i: 0): (0x5571ef436c60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x562631001c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5571ef4320f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x562630ffd0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5571ef4320f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x562630ffd0f8 + 0) 123456789ABCDEF
PASS: newdata
fname: strtab.elf.32
@@ -16845,9 +16845,9 @@ checking orig strings: all together now
'supercalifragilisticexpialidocious'
'forty-two'
PASS: elfstrtab
+thread tid: 25945
thread tid: 25946
thread tid: 25947
-thread tid: 25948
PASS: dwfl-proc-attach
open OK
elf_begin OK
@@ -22165,22 +22165,22 @@ PASS: run-disasm-bpf.sh
All 199 tests passed
(4 tests were not run)
======================
-DURATION: 27
+DURATION: 29
END: /usr/lib/elfutils/ptest
-2019-06-24T17:06
+2019-06-24T22:42
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:06
+2019-06-24T22:42
BEGIN: /usr/lib/ethtool/ptest
PASS: test-cmdline
PASS: test-features
==================
All 2 tests passed
==================
-DURATION: 1
+DURATION: 0
END: /usr/lib/ethtool/ptest
-2019-06-24T17:06
+2019-06-24T22:42
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:06
+2019-06-24T22:42
BEGIN: /usr/lib/flex/ptest
touch posixly_correct.c
touch posixly_correct.o
@@ -22870,11 +22870,11 @@ Testsuite summary for the fast lexical analyser generator 2.6.0
# ERROR: 0
============================================================================
make[1]: Leaving directory '/usr/lib/flex/ptest'
-DURATION: 1
+DURATION: 2
END: /usr/lib/flex/ptest
-2019-06-24T17:06
+2019-06-24T22:42
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:06
+2019-06-24T22:42
BEGIN: /usr/lib/gawk/ptest
PASS: addcomma
PASS: anchgsub
@@ -23457,11 +23457,11 @@ SKIP: mpfrstrtonum
gawk: warning: -M ignored: MPFR/GMP support not compiled in
string
SKIP: mpgforcenum
-DURATION: 24
+DURATION: 25
END: /usr/lib/gawk/ptest
-2019-06-24T17:06
+2019-06-24T22:42
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:06
+2019-06-24T22:42
BEGIN: /usr/lib/gdbm/ptest
## ----------------------- ##
## gdbm 1.18.1 test suite. ##
@@ -23522,16 +23522,170 @@ PASS: Initialization file
All 30 tests were successful.
DURATION: 1
END: /usr/lib/gdbm/ptest
-2019-06-24T17:06
+2019-06-24T22:42
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:06
+2019-06-24T22:42
BEGIN: /usr/lib/gdk-pixbuf/ptest
-Running test: gdk-pixbuf/pixbuf-stream.test
-/pixbuf/stream: OK
-/pixbuf/stream/async: OK
-/pixbuf/stream/scale: OK
-/pixbuf/stream/scale/async: OK
-PASS: gdk-pixbuf/pixbuf-stream.test
+Running test: gdk-pixbuf/pixbuf-randomly-modified.test
+/pixbuf/randomly-modified/bad-header.ico: OK
+/pixbuf/randomly-modified/bmp-line-overflow.bmp: OK
+/pixbuf/randomly-modified/bug775232.pnm: OK
+/pixbuf/randomly-modified/bug775242.bmp: OK
+/pixbuf/randomly-modified/bug775648.qtif: OK
+/pixbuf/randomly-modified/bug775697.jpg: OK
+/pixbuf/randomly-modified/bug776040.ico: OK
+/pixbuf/randomly-modified/crash.ico: OK
+/pixbuf/randomly-modified/decodecolormap.bmp: OK
+/pixbuf/randomly-modified/invalid.1.xpm: OK
+/pixbuf/randomly-modified/invalid.2.ico: OK
+/pixbuf/randomly-modified/invalid.4.ppm: OK
+/pixbuf/randomly-modified/valid.1.bmp: OK
+/pixbuf/randomly-modified/valid.1.gif: OK
+/pixbuf/randomly-modified/valid.1.jp2: OK
+/pixbuf/randomly-modified/valid.1.jpeg: OK
+/pixbuf/randomly-modified/valid.1.png: OK
+/pixbuf/randomly-modified/valid.1.ppm: OK
+/pixbuf/randomly-modified/valid.1.tga: OK
+/pixbuf/randomly-modified/valid.1.tiff: OK
+/pixbuf/randomly-modified/valid.1.xbm: OK
+/pixbuf/randomly-modified/valid.1.xpm: OK
+/pixbuf/randomly-modified/valid.2.jpeg: OK
+/pixbuf/randomly-modified/valid.2.ppm: OK
+/pixbuf/randomly-modified/valid.2.tga: OK
+/pixbuf/randomly-modified/valid.3.ppm: OK
+/pixbuf/randomly-modified/valid.4.ppm: OK
+/pixbuf/randomly-modified/fail/CVE-2017-2862.jpg: OK
+/pixbuf/randomly-modified/fail/DoS.tga: OK
+/pixbuf/randomly-modified/fail/androstanRezeptor.tga: OK
+/pixbuf/randomly-modified/fail/bug776694.bmp: OK
+/pixbuf/randomly-modified/fail/bug777315.bmp: OK
+/pixbuf/randomly-modified/fail/bug778204.ico: OK
+/pixbuf/randomly-modified/fail/bug778584.gif: OK
+/pixbuf/randomly-modified/fail/bug779012.ico: OK
+/pixbuf/randomly-modified/fail/bug779016-infinite.icns: OK
+/pixbuf/randomly-modified/fail/bug780269.tif: OK
+/pixbuf/randomly-modified/fail/bug784903-overflow-dimensions.tiff: OK
+/pixbuf/randomly-modified/fail/bug785973.gif: OK
+/pixbuf/randomly-modified/fail/bug793470-crasher.png: OK
+/pixbuf/randomly-modified/fail/colormap-image-without-colormap.tga: OK
+/pixbuf/randomly-modified/fail/empty-file.tga: OK
+/pixbuf/randomly-modified/fail/file3.jp2: OK
+/pixbuf/randomly-modified/fail/invalid.1.bmp: OK
+/pixbuf/randomly-modified/fail/invalid.1.gif: OK
+/pixbuf/randomly-modified/fail/invalid.1.ico: OK
+/pixbuf/randomly-modified/fail/invalid.1.png: OK
+/pixbuf/randomly-modified/fail/invalid.1.ppm: OK
+/pixbuf/randomly-modified/fail/invalid.2.gif: OK
+/pixbuf/randomly-modified/fail/invalid.2.png: OK
+/pixbuf/randomly-modified/fail/invalid.2.ppm: OK
+/pixbuf/randomly-modified/fail/invalid.3.gif: OK
+/pixbuf/randomly-modified/fail/invalid.3.ico: OK
+/pixbuf/randomly-modified/fail/invalid.3.png: OK
+/pixbuf/randomly-modified/fail/invalid.3.ppm: OK
+/pixbuf/randomly-modified/fail/invalid.4.gif: OK
+/pixbuf/randomly-modified/fail/invalid.4.png: OK
+/pixbuf/randomly-modified/fail/invalid.5.ppm: OK
+/pixbuf/randomly-modified/fail/invalid.6.ppm: OK
+/pixbuf/randomly-modified/fail/invalid.7.ppm: OK
+/pixbuf/randomly-modified/fail/invalid.8.ppm: OK
+/pixbuf/randomly-modified/fail/overflow.tga: OK
+PASS: gdk-pixbuf/pixbuf-randomly-modified.test
+Running test: gdk-pixbuf/pixbuf-scale.test
+/pixbuf/scale/png: OK
+/pixbuf/scale/bmp: OK
+/pixbuf/scale/gif: OK
+/pixbuf/scale/jpeg: OK
+/pixbuf/scale/tga: OK
+/pixbuf/scale/xpm: OK
+/pixbuf/scale/xbm: OK
+/pixbuf/scale/halve-checkerboard/nearest: OK
+/pixbuf/scale/halve-checkerboard/tiles: OK
+/pixbuf/scale/halve-checkerboard/bilinear: OK
+/pixbuf/scale/halve-checkerboard/hyper: OK
+/pixbuf/scale/offset/nearest: OK
+/pixbuf/scale/offset/tiles: OK
+/pixbuf/scale/offset/bilinear: OK
+/pixbuf/scale/offset/hyper: OK
+/pixbuf/scale/dest/nearest: OK
+/pixbuf/scale/dest/tiles: OK
+/pixbuf/scale/dest/bilinear: OK
+PASS: gdk-pixbuf/pixbuf-scale.test
+Running test: gdk-pixbuf/pixbuf-threads.test
+/pixbuf/threads: OK
+PASS: gdk-pixbuf/pixbuf-threads.test
+Running test: gdk-pixbuf/pixbuf-scale-two-step.test
+/pixbuf/scale/two-step/tiles: OK
+/pixbuf/scale/two-step/bilinear: OK
+/pixbuf/scale/two-step/hyper: OK
+/pixbuf/scale/two-step/offset/tiles: OK
+/pixbuf/scale/two-step/offset/bilinear: OK
+/pixbuf/scale/two-step/offset/hyper: OK
+/pixbuf/scale/two-step/dest/tiles: OK
+/pixbuf/scale/two-step/dest/bilinear: OK
+/pixbuf/scale/two-step/dest/hyper: OK
+PASS: gdk-pixbuf/pixbuf-scale-two-step.test
+Running test: gdk-pixbuf/pixbuf-reftest.test
+/pixbuf/reftest/bug696331.png: OK
+/pixbuf/reftest/bug785447.ico: OK
+/pixbuf/reftest/cat.jpg: OK
+/pixbuf/reftest/colormap-too-small.tga: OK
+/pixbuf/reftest/mandatory-bitmasks.bmp: OK
+/pixbuf/reftest/rle-too-many-pixels-2.tga: OK
+/pixbuf/reftest/rle-too-many-pixels.tga: OK
+/pixbuf/reftest/squares.ico: OK
+/pixbuf/reftest/tga/gtk-logo-16bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-16bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-16bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-16bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-24bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-24bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-24bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-24bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-32bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-32bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-32bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-32bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-right.tga: OK
+/pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-left.tga: OK
+/pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-right.tga: OK
+PASS: gdk-pixbuf/pixbuf-reftest.test
+Running test: gdk-pixbuf/pixbuf-dpi.test
+/pixbuf/dpi/png: OK
+/pixbuf/dpi/png-incremental: OK
+/pixbuf/dpi/jpeg: OK
+/pixbuf/dpi/jpeg-incremental: OK
+/pixbuf/dpi/tiff: SKIP
+/pixbuf/dpi/tiff-incremental: SKIP
+PASS: gdk-pixbuf/pixbuf-dpi.test
Running test: gdk-pixbuf/pixbuf-fail.test
/pixbuf/fail_tiny/CVE-2017-2862.jpg: OK
/pixbuf/fail_tiny/DoS.tga: OK
@@ -23604,94 +23758,6 @@ Running test: gdk-pixbuf/pixbuf-fail.test
/pixbuf/fail_huge/invalid.8.ppm: OK
/pixbuf/fail_huge/overflow.tga: OK
PASS: gdk-pixbuf/pixbuf-fail.test
-Running test: gdk-pixbuf/pixbuf-composite.test
-/pixbuf/composite1: OK
-/pixbuf/composite2: OK
-PASS: gdk-pixbuf/pixbuf-composite.test
-Running test: gdk-pixbuf/pixbuf-save.test
-/pixbuf/save/roundtrip: OK
-/pixbuf/save/options: OK
-/pixbuf/save/ico: OK
-PASS: gdk-pixbuf/pixbuf-save.test
-Running test: gdk-pixbuf/pixbuf-short-gif-write.test
-/animation/short_gif_write: OK
-/animation/load_first_frame: OK
-PASS: gdk-pixbuf/pixbuf-short-gif-write.test
-Running test: gdk-pixbuf/pixbuf-resource.test
-/pixbuf/resource: OK
-/pixbuf/resource/at-scale: OK
-PASS: gdk-pixbuf/pixbuf-resource.test
-Running test: gdk-pixbuf/pixbuf-gif-circular-table.test
-/pixbuf/gif/circular-table: **
-ERROR:../gdk-pixbuf-2.38.1/tests/pixbuf-gif-circular-table.c:12:test_gif_circular_table: assertion failed (error == NULL): Failed to open file ?/usr/libexec/installed-tests/gdk-pixbuf/circular-table.gif?: No such file or directory (g-file-error-quark, 4)
-FAIL: gdk-pixbuf/pixbuf-gif-circular-table.test (Child process killed by signal 6)
-Running test: gdk-pixbuf/animation.test
-/animation/gif: OK
-/animation/ani: OK
-PASS: gdk-pixbuf/animation.test
-Running test: gdk-pixbuf/pixbuf-icc.test
-/pixbuf/icc/png: OK
-/pixbuf/icc/jpeg: OK
-/pixbuf/icc/png/incremental: OK
-/pixbuf/icc/jpeg/incremental: OK
-PASS: gdk-pixbuf/pixbuf-icc.test
-Running test: gdk-pixbuf/pixbuf-threads.test
-/pixbuf/threads: OK
-PASS: gdk-pixbuf/pixbuf-threads.test
-Running test: gdk-pixbuf/pixbuf-reftest.test
-/pixbuf/reftest/bug696331.png: OK
-/pixbuf/reftest/bug785447.ico: OK
-/pixbuf/reftest/cat.jpg: OK
-/pixbuf/reftest/colormap-too-small.tga: OK
-/pixbuf/reftest/mandatory-bitmasks.bmp: OK
-/pixbuf/reftest/rle-too-many-pixels-2.tga: OK
-/pixbuf/reftest/rle-too-many-pixels.tga: OK
-/pixbuf/reftest/squares.ico: OK
-/pixbuf/reftest/tga/gtk-logo-16bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-16bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-16bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-16bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-24bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-24bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-24bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-24bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-32bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-32bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-32bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-32bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-right.tga: OK
-/pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-left.tga: OK
-/pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-right.tga: OK
-PASS: gdk-pixbuf/pixbuf-reftest.test
Running test: gdk-pixbuf/pixbuf-area-updated.test
/pixbuf/area-updated/ico: OK
/pixbuf/area-updated/gif: OK
@@ -23703,22 +23769,25 @@ Executing: gdk-pixbuf/pixbuf-area-updated.test
OK
/pixbuf/area-updated/gif3: OK
PASS: gdk-pixbuf/pixbuf-area-updated.test
-Running test: gdk-pixbuf/pixbuf-icon-serialize.test
-/pixbuf/icon/serialize: OK
-PASS: gdk-pixbuf/pixbuf-icon-serialize.test
-Running test: gdk-pixbuf/pixbuf-pixdata.test
-/pixbuf/pixdata: OK
-/pixbuf/pixdata/success: OK
-/pixbuf/pixdata/bug775693: OK
-/pixbuf/pixdata/bug775229: OK
-PASS: gdk-pixbuf/pixbuf-pixdata.test
-Running test: gdk-pixbuf/pixbuf-jpeg.test
-/pixbuf/jpeg/inverted_cmyk_jpeg: OK
-/pixbuf/jpeg/type9_rotation_exif_tag: OK
-/pixbuf/jpeg/bug775218: OK
-/pixbuf/jpeg/comment: OK
-/pixbuf/jpeg/at_size: OK
-PASS: gdk-pixbuf/pixbuf-jpeg.test
+Running test: gdk-pixbuf/pixbuf-save.test
+/pixbuf/save/roundtrip: OK
+/pixbuf/save/options: OK
+/pixbuf/save/ico: OK
+PASS: gdk-pixbuf/pixbuf-save.test
+Running test: gdk-pixbuf/pixbuf-icc.test
+/pixbuf/icc/png: OK
+/pixbuf/icc/jpeg: OK
+/pixbuf/icc/png/incremental: OK
+/pixbuf/icc/jpeg/incremental: OK
+PASS: gdk-pixbuf/pixbuf-icc.test
+Running test: gdk-pixbuf/pixbuf-readonly-to-mutable.test
+/pixbuf/readonly/mutate: OK
+/pixbuf/readonly/readpixelbytes: OK
+PASS: gdk-pixbuf/pixbuf-readonly-to-mutable.test
+Running test: gdk-pixbuf/pixbuf-short-gif-write.test
+/animation/short_gif_write: OK
+/animation/load_first_frame: OK
+PASS: gdk-pixbuf/pixbuf-short-gif-write.test
Running test: gdk-pixbuf/pixbuf-gif.test
/pixbuf/gif/depth1: OK
/pixbuf/gif/depth2: OK
@@ -23790,128 +23859,59 @@ Running test: gdk-pixbuf/pixbuf-gif.test
/pixbuf/gif/gif87a: OK
/pixbuf/gif/gif87a-animation: OK
PASS: gdk-pixbuf/pixbuf-gif.test
-Running test: gdk-pixbuf/pixbuf-dpi.test
-/pixbuf/dpi/png: OK
-/pixbuf/dpi/png-incremental: OK
-/pixbuf/dpi/jpeg: OK
-/pixbuf/dpi/jpeg-incremental: OK
-/pixbuf/dpi/tiff: SKIP
-/pixbuf/dpi/tiff-incremental: SKIP
-PASS: gdk-pixbuf/pixbuf-dpi.test
-Running test: gdk-pixbuf/pixbuf-scale-two-step.test
-/pixbuf/scale/two-step/tiles: OK
-/pixbuf/scale/two-step/bilinear: OK
-/pixbuf/scale/two-step/hyper: OK
-/pixbuf/scale/two-step/offset/tiles: OK
-/pixbuf/scale/two-step/offset/bilinear: OK
-/pixbuf/scale/two-step/offset/hyper: OK
-/pixbuf/scale/two-step/dest/tiles: OK
-/pixbuf/scale/two-step/dest/bilinear: OK
-/pixbuf/scale/two-step/dest/hyper: OK
-PASS: gdk-pixbuf/pixbuf-scale-two-step.test
-Running test: gdk-pixbuf/pixbuf-scale.test
-/pixbuf/scale/png: OK
-/pixbuf/scale/bmp: OK
-/pixbuf/scale/gif: OK
-/pixbuf/scale/jpeg: OK
-/pixbuf/scale/tga: OK
-/pixbuf/scale/xpm: OK
-/pixbuf/scale/xbm: OK
-/pixbuf/scale/halve-checkerboard/nearest: OK
-/pixbuf/scale/halve-checkerboard/tiles: OK
-/pixbuf/scale/halve-checkerboard/bilinear: OK
-/pixbuf/scale/halve-checkerboard/hyper: OK
-/pixbuf/scale/offset/nearest: OK
-/pixbuf/scale/offset/tiles: OK
-/pixbuf/scale/offset/bilinear: OK
-/pixbuf/scale/offset/hyper: OK
-/pixbuf/scale/dest/nearest: OK
-/pixbuf/scale/dest/tiles: OK
-/pixbuf/scale/dest/bilinear: OK
-PASS: gdk-pixbuf/pixbuf-scale.test
-Running test: gdk-pixbuf/pixbuf-readonly-to-mutable.test
-/pixbuf/readonly/mutate: OK
-/pixbuf/readonly/readpixelbytes: OK
-PASS: gdk-pixbuf/pixbuf-readonly-to-mutable.test
-Running test: gdk-pixbuf/pixbuf-randomly-modified.test
-/pixbuf/randomly-modified/bad-header.ico: OK
-/pixbuf/randomly-modified/bmp-line-overflow.bmp: OK
-/pixbuf/randomly-modified/bug775232.pnm: OK
-/pixbuf/randomly-modified/bug775242.bmp: OK
-/pixbuf/randomly-modified/bug775648.qtif: OK
-/pixbuf/randomly-modified/bug775697.jpg: OK
-/pixbuf/randomly-modified/bug776040.ico: OK
-/pixbuf/randomly-modified/crash.ico: OK
-/pixbuf/randomly-modified/decodecolormap.bmp: OK
-/pixbuf/randomly-modified/invalid.1.xpm: OK
-/pixbuf/randomly-modified/invalid.2.ico: OK
-/pixbuf/randomly-modified/invalid.4.ppm: OK
-/pixbuf/randomly-modified/valid.1.bmp: OK
-/pixbuf/randomly-modified/valid.1.gif: OK
-/pixbuf/randomly-modified/valid.1.jp2: OK
-/pixbuf/randomly-modified/valid.1.jpeg: OK
-/pixbuf/randomly-modified/valid.1.png: OK
-/pixbuf/randomly-modified/valid.1.ppm: OK
-/pixbuf/randomly-modified/valid.1.tga: OK
-/pixbuf/randomly-modified/valid.1.tiff: OK
-/pixbuf/randomly-modified/valid.1.xbm: OK
-/pixbuf/randomly-modified/valid.1.xpm: OK
-/pixbuf/randomly-modified/valid.2.jpeg: OK
-/pixbuf/randomly-modified/valid.2.ppm: OK
-/pixbuf/randomly-modified/valid.2.tga: OK
-/pixbuf/randomly-modified/valid.3.ppm: OK
-/pixbuf/randomly-modified/valid.4.ppm: OK
-/pixbuf/randomly-modified/fail/CVE-2017-2862.jpg: OK
-/pixbuf/randomly-modified/fail/DoS.tga: OK
-/pixbuf/randomly-modified/fail/androstanRezeptor.tga: OK
-/pixbuf/randomly-modified/fail/bug776694.bmp: OK
-/pixbuf/randomly-modified/fail/bug777315.bmp: OK
-/pixbuf/randomly-modified/fail/bug778204.ico: OK
-/pixbuf/randomly-modified/fail/bug778584.gif: OK
-/pixbuf/randomly-modified/fail/bug779012.ico: OK
-/pixbuf/randomly-modified/fail/bug779016-infinite.icns: OK
-/pixbuf/randomly-modified/fail/bug780269.tif: OK
-/pixbuf/randomly-modified/fail/bug784903-overflow-dimensions.tiff: OK
-/pixbuf/randomly-modified/fail/bug785973.gif: OK
-/pixbuf/randomly-modified/fail/bug793470-crasher.png: OK
-/pixbuf/randomly-modified/fail/colormap-image-without-colormap.tga: OK
-/pixbuf/randomly-modified/fail/empty-file.tga: OK
-/pixbuf/randomly-modified/fail/file3.jp2: OK
-/pixbuf/randomly-modified/fail/invalid.1.bmp: OK
-/pixbuf/randomly-modified/fail/invalid.1.gif: OK
-/pixbuf/randomly-modified/fail/invalid.1.ico: OK
-/pixbuf/randomly-modified/fail/invalid.1.png: OK
-/pixbuf/randomly-modified/fail/invalid.1.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.2.gif: OK
-/pixbuf/randomly-modified/fail/invalid.2.png: OK
-/pixbuf/randomly-modified/fail/invalid.2.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.3.gif: OK
-/pixbuf/randomly-modified/fail/invalid.3.ico: OK
-/pixbuf/randomly-modified/fail/invalid.3.png: OK
-/pixbuf/randomly-modified/fail/invalid.3.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.4.gif: OK
-/pixbuf/randomly-modified/fail/invalid.4.png: OK
-/pixbuf/randomly-modified/fail/invalid.5.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.6.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.7.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.8.ppm: OK
-/pixbuf/randomly-modified/fail/overflow.tga: OK
-PASS: gdk-pixbuf/pixbuf-randomly-modified.test
+Running test: gdk-pixbuf/pixbuf-composite.test
+/pixbuf/composite1: OK
+/pixbuf/composite2: OK
+PASS: gdk-pixbuf/pixbuf-composite.test
+Running test: gdk-pixbuf/pixbuf-jpeg.test
+/pixbuf/jpeg/inverted_cmyk_jpeg: OK
+/pixbuf/jpeg/type9_rotation_exif_tag: OK
+/pixbuf/jpeg/bug775218: OK
+/pixbuf/jpeg/comment: OK
+/pixbuf/jpeg/at_size: OK
+PASS: gdk-pixbuf/pixbuf-jpeg.test
Running test: gdk-pixbuf/cve-2015-4491.test
/pixbuf/cve-2015-4491/original: OK
/pixbuf/cve-2015-4491/scale-overflow: OK
/pixbuf/cve-2015-4491/scale-x-overflow: OK
/pixbuf/cve-2015-4491/scale-y-overflow: OK
PASS: gdk-pixbuf/cve-2015-4491.test
-SUMMARY: total=22; passed=21; skipped=0; failed=1; user=27.7s; system=0.2s; maxrss=20316
+Running test: gdk-pixbuf/pixbuf-resource.test
+/pixbuf/resource: OK
+/pixbuf/resource/at-scale: OK
+PASS: gdk-pixbuf/pixbuf-resource.test
+Running test: gdk-pixbuf/pixbuf-gif-circular-table.test
+/pixbuf/gif/circular-table: **
+ERROR:../gdk-pixbuf-2.38.1/tests/pixbuf-gif-circular-table.c:12:test_gif_circular_table: assertion failed (error == NULL): Failed to open file ?/usr/libexec/installed-tests/gdk-pixbuf/circular-table.gif?: No such file or directory (g-file-error-quark, 4)
+FAIL: gdk-pixbuf/pixbuf-gif-circular-table.test (Child process killed by signal 6)
+Running test: gdk-pixbuf/animation.test
+/animation/gif: OK
+/animation/ani: OK
+PASS: gdk-pixbuf/animation.test
+Running test: gdk-pixbuf/pixbuf-stream.test
+/pixbuf/stream: OK
+/pixbuf/stream/async: OK
+/pixbuf/stream/scale: OK
+/pixbuf/stream/scale/async: OK
+PASS: gdk-pixbuf/pixbuf-stream.test
+Running test: gdk-pixbuf/pixbuf-icon-serialize.test
+/pixbuf/icon/serialize: OK
+PASS: gdk-pixbuf/pixbuf-icon-serialize.test
+Running test: gdk-pixbuf/pixbuf-pixdata.test
+/pixbuf/pixdata: OK
+/pixbuf/pixdata/success: OK
+/pixbuf/pixdata/bug775693: OK
+/pixbuf/pixdata/bug775229: OK
+PASS: gdk-pixbuf/pixbuf-pixdata.test
+SUMMARY: total=22; passed=21; skipped=0; failed=1; user=27.2s; system=0.3s; maxrss=20456
FAIL: gdk-pixbuf/pixbuf-gif-circular-table.test (Child process killed by signal 6)
ERROR: Exit status is 512
-DURATION: 28
+DURATION: 29
END: /usr/lib/gdk-pixbuf/ptest
-2019-06-24T17:07
+2019-06-24T22:43
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:07
+2019-06-24T22:43
BEGIN: /usr/lib/gettext/ptest
PASS: gettext-1
PASS: gettext-2
@@ -24492,587 +24492,32 @@ PASS: cldr-plurals-1
Please report to bug-gnu-gettext@gnu.org
========================================
make: *** [Makefile:2324: runtest-TESTS] Error 1
-DURATION: 28
+DURATION: 29
END: /usr/lib/gettext/ptest
-2019-06-24T17:07
+2019-06-24T22:43
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:07
+2019-06-24T22:43
BEGIN: /usr/lib/glib-2.0/ptest
+ useradd glib2-test
+ su glib2-test -c 'gnome-desktop-testing-runner glib'
-Running test: glib/gdbus-test-codegen.test
-# random seed: R02S5a6437324a341bda431f927401ce878d
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..7
-# Start of gdbus tests
-# Start of codegen tests
-ok 1 /gdbus/codegen/annotations
-ok 2 /gdbus/codegen/interface_stability
-ok 3 /gdbus/codegen/object-manager
-ok 4 /gdbus/codegen/property-naming
-ok 5 /gdbus/codegen/autocleanups
-ok 6 /gdbus/codegen/deprecations
-ok 7 /gdbus/codegen/standalone-interface-info
-# End of codegen tests
-# End of gdbus tests
-PASS: glib/gdbus-test-codegen.test
-Running test: glib/gnotification.test
-# random seed: R02S23140ab98c3a316c253555d18d96e98d
-1..2
-# Start of gnotification tests
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 1 /gnotification/basic
-ok 2 /gnotification/properties
-# End of gnotification tests
-PASS: glib/gnotification.test
-Running test: glib/thread-test.test
-Executing: glib/thread-test.test
-Executing: glib/thread-test.test
-Executing: glib/thread-test.test
-PASS: glib/thread-test.test
-Running test: glib/unix-fd.test
-# random seed: R02S09de7d10bb403f7767489a34fce0ea0d
-1..1
-# Start of unix-streams tests
-ok 1 /unix-streams/file-descriptors
-# End of unix-streams tests
-PASS: glib/unix-fd.test
-Running test: glib/timeout.test
-# random seed: R02S4225bf21a0c6c11e865ccac856efa0ad
-1..4
-# Start of timeout tests
-# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642052
-Executing: glib/timeout.test
-ok 1 /timeout/seconds
-# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1600
-ok 2 /timeout/weeks-overflow
-ok 3 /timeout/far-future-ready-time
-Executing: glib/timeout.test
-Executing: glib/timeout.test
-ok 4 /timeout/rounding
-# End of timeout tests
-PASS: glib/timeout.test
-Running test: glib/child-test.test
-Executing: glib/child-test.test
-Executing: glib/child-test.test
-Executing: glib/child-test.test
-Executing: glib/child-test.test
-PASS: glib/child-test.test
-Running test: glib/array-test.test
-# random seed: R02Sd4d6e8c0fd4805570a609ed087766768
-1..66
-# Start of array tests
-ok 1 /array/ref-count
-ok 2 /array/clear-func
-# Start of new tests
-ok 3 /array/new/zero-terminated
-# End of new tests
-# Start of set-size tests
-ok 4 /array/set-size/non-zero-terminated-no-clear
-ok 5 /array/set-size/non-zero-terminated-clear
-ok 6 /array/set-size/zero-terminated-no-clear
-ok 7 /array/set-size/zero-terminated-clear
-# Start of sized tests
-ok 8 /array/set-size/sized/non-zero-terminated-no-clear
-ok 9 /array/set-size/sized/non-zero-terminated-clear
-ok 10 /array/set-size/sized/zero-terminated-no-clear
-ok 11 /array/set-size/sized/zero-terminated-clear
-# End of sized tests
-# End of set-size tests
-# Start of append-val tests
-ok 12 /array/append-val/non-zero-terminated-no-clear
-ok 13 /array/append-val/non-zero-terminated-clear
-ok 14 /array/append-val/zero-terminated-no-clear
-ok 15 /array/append-val/zero-terminated-clear
-# End of append-val tests
-# Start of prepend-val tests
-ok 16 /array/prepend-val/non-zero-terminated-no-clear
-ok 17 /array/prepend-val/non-zero-terminated-clear
-ok 18 /array/prepend-val/zero-terminated-no-clear
-ok 19 /array/prepend-val/zero-terminated-clear
-# End of prepend-val tests
-# Start of prepend-vals tests
-ok 20 /array/prepend-vals/non-zero-terminated-no-clear
-ok 21 /array/prepend-vals/non-zero-terminated-clear
-ok 22 /array/prepend-vals/zero-terminated-no-clear
-ok 23 /array/prepend-vals/zero-terminated-clear
-# End of prepend-vals tests
-# Start of insert-vals tests
-ok 24 /array/insert-vals/non-zero-terminated-no-clear
-ok 25 /array/insert-vals/non-zero-terminated-clear
-ok 26 /array/insert-vals/zero-terminated-no-clear
-ok 27 /array/insert-vals/zero-terminated-clear
-# End of insert-vals tests
-# Start of remove-index tests
-ok 28 /array/remove-index/non-zero-terminated-no-clear
-ok 29 /array/remove-index/non-zero-terminated-clear
-ok 30 /array/remove-index/zero-terminated-no-clear
-ok 31 /array/remove-index/zero-terminated-clear
-# End of remove-index tests
-# Start of remove-index-fast tests
-ok 32 /array/remove-index-fast/non-zero-terminated-no-clear
-ok 33 /array/remove-index-fast/non-zero-terminated-clear
-ok 34 /array/remove-index-fast/zero-terminated-no-clear
-ok 35 /array/remove-index-fast/zero-terminated-clear
-# End of remove-index-fast tests
-# Start of remove-range tests
-ok 36 /array/remove-range/non-zero-terminated-no-clear
-ok 37 /array/remove-range/non-zero-terminated-clear
-ok 38 /array/remove-range/zero-terminated-no-clear
-ok 39 /array/remove-range/zero-terminated-clear
-# End of remove-range tests
-# Start of sort tests
-ok 40 /array/sort/non-zero-terminated-no-clear
-ok 41 /array/sort/non-zero-terminated-clear
-ok 42 /array/sort/zero-terminated-no-clear
-ok 43 /array/sort/zero-terminated-clear
-# End of sort tests
-# Start of sort-with-data tests
-ok 44 /array/sort-with-data/non-zero-terminated-no-clear
-ok 45 /array/sort-with-data/non-zero-terminated-clear
-ok 46 /array/sort-with-data/zero-terminated-no-clear
-ok 47 /array/sort-with-data/zero-terminated-clear
-# End of sort-with-data tests
-# End of array tests
-# Start of pointerarray tests
-ok 48 /pointerarray/add
-ok 49 /pointerarray/insert
-ok 50 /pointerarray/ref-count
-ok 51 /pointerarray/free-func
-ok 52 /pointerarray/sort
-ok 53 /pointerarray/sort-with-data
-ok 54 /pointerarray/steal
-# Start of find tests
-ok 55 /pointerarray/find/empty
-ok 56 /pointerarray/find/non-empty
-# End of find tests
-# End of pointerarray tests
-# Start of bytearray tests
-ok 57 /bytearray/append
-ok 58 /bytearray/prepend
-ok 59 /bytearray/remove
-ok 60 /bytearray/remove-fast
-ok 61 /bytearray/remove-range
-ok 62 /bytearray/ref-count
-ok 63 /bytearray/sort
-ok 64 /bytearray/sort-with-data
-ok 65 /bytearray/new-take
-ok 66 /bytearray/free-to-bytes
-# End of bytearray tests
-PASS: glib/array-test.test
-Running test: glib/private.test
-# random seed: R02S702ef73a0cc7f39d48e5a4fd44ccab17
-1..8
-# Start of thread tests
-ok 1 /thread/private1
-Executing: glib/private.test
-ok 2 /thread/private2
-ok 3 /thread/private3
-ok 4 /thread/staticprivate1
-ok 5 /thread/staticprivate2
-ok 6 /thread/staticprivate3
-ok 7 /thread/staticprivate4
-ok 8 /thread/staticprivate5
-# End of thread tests
-PASS: glib/private.test
-Running test: glib/gdbus-proxy-threads.test
-# random seed: R02S8ee2d5fdba3b86b6a973b1d55bf172ba
-1..1
-# Start of gdbus tests
-# Start of proxy tests
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-Executing: glib/gdbus-proxy-threads.test
-ok 1 /gdbus/proxy/vs-threads
-# End of proxy tests
-# End of gdbus tests
-cleaning up pid 32104
-PASS: glib/gdbus-proxy-threads.test
-Running test: glib/gdbus-connection-loss.test
-# random seed: R02S007050407a235d8d3461d4f41d52e600
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..1
-# Start of gdbus tests
-ok 1 /gdbus/connection-loss
-# End of gdbus tests
-PASS: glib/gdbus-connection-loss.test
-Running test: glib/gdbus-addresses.test
-# random seed: R02S23ca2666de2c2dbb97aecb44efc3add8
-1..7
-# Start of gdbus tests
-ok 1 /gdbus/empty-address
-ok 2 /gdbus/unix-address
-ok 3 /gdbus/nonce-tcp-address
-ok 4 /gdbus/tcp-address
-ok 5 /gdbus/autolaunch-address
-ok 6 /gdbus/mixed-address
-ok 7 /gdbus/escape-address
-# End of gdbus tests
-PASS: glib/gdbus-addresses.test
-Running test: glib/strfuncs.test
-# random seed: R02S3703185967ef068f04e44a07216c9be3
-1..33
-# Start of strfuncs tests
-ok 1 /strfuncs/test-is-to-digit
-ok 2 /strfuncs/strdup
-ok 3 /strfuncs/strndup
-ok 4 /strfuncs/strdup-printf
-ok 5 /strfuncs/strdupv
-ok 6 /strfuncs/strnfill
-ok 7 /strfuncs/strconcat
-ok 8 /strfuncs/strjoin
-ok 9 /strfuncs/strcanon
-ok 10 /strfuncs/strcompress-strescape
-ok 11 /strfuncs/ascii-strcasecmp
-ok 12 /strfuncs/strchug
-ok 13 /strfuncs/strchomp
-ok 14 /strfuncs/strreverse
-ok 15 /strfuncs/strncasecmp
-ok 16 /strfuncs/strstr
-ok 17 /strfuncs/has-prefix
-ok 18 /strfuncs/has-suffix
-ok 19 /strfuncs/strsplit
-ok 20 /strfuncs/strsplit-set
-ok 21 /strfuncs/strv-length
-ok 22 /strfuncs/strtod
-ok 23 /strfuncs/strtoull-strtoll
-ok 24 /strfuncs/bounds-check
-ok 25 /strfuncs/strip-context
-ok 26 /strfuncs/strerror
-ok 27 /strfuncs/strsignal
-ok 28 /strfuncs/strup
-ok 29 /strfuncs/transliteration
-ok 30 /strfuncs/strv-contains
-ok 31 /strfuncs/strv-equal
-# Start of ascii-string-to-num tests
-ok 32 /strfuncs/ascii-string-to-num/usual
-ok 33 /strfuncs/ascii-string-to-num/pathological
-# End of ascii-string-to-num tests
-# End of strfuncs tests
-PASS: glib/strfuncs.test
-Running test: glib/gvalue-test.test
-# random seed: R02Sa5224ad4de3a60bf8a9f7a1202769d5c
+Running test: glib/refcount-macro.test
+# random seed: R02Sbb5d53496072d4a6ce1e498764a4161c
1..4
-# Start of gvalue tests
-ok 1 /gvalue/enum-transformation
-ok 2 /gvalue/gtype
-ok 3 /gvalue/collection
-ok 4 /gvalue/copying
-# End of gvalue tests
-PASS: glib/gvalue-test.test
-Running test: glib/signal1.test
-START: /usr/libexec/installed-tests/glib/signal1
-init 0x5573696e6200
-init 0x5573696e6220
-............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal1.test
-...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
-stopping
-stopped
-dispose 0x5573696e6200!
-dispose 0x5573696e6220!
-PASS: glib/signal1.test
-Running test: glib/g-file-info.test
-# random seed: R02Sc1804d38cdf90f92d826d4331d091f5a
-1..1
-# Start of g-file-info tests
-ok 1 /g-file-info/test_g_file_info
-# End of g-file-info tests
-PASS: glib/g-file-info.test
-Running test: glib/volumemonitor.test
-# random seed: R02S899ce85178932323038be946b12e8284
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-1..3
-# Start of volumemonitor tests
-ok 1 /volumemonitor/connected_drives
-ok 2 /volumemonitor/volumes
-ok 3 /volumemonitor/mounts
-# End of volumemonitor tests
-PASS: glib/volumemonitor.test
-Running test: glib/memory-input-stream.test
-# random seed: R02S8a0505a03733f9a319cdc31d71d867cc
-1..6
-# Start of memory-input-stream tests
-ok 1 /memory-input-stream/read-chunks
-ok 2 /memory-input-stream/async
-ok 3 /memory-input-stream/seek
-ok 4 /memory-input-stream/truncate
-ok 5 /memory-input-stream/read-bytes
-ok 6 /memory-input-stream/from-bytes
-# End of memory-input-stream tests
-PASS: glib/memory-input-stream.test
-Running test: glib/spawn-singlethread.test
-# random seed: R02S410715298afaff58f9189ff55741a0b8
-1..6
-# Start of gthread tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 1 /gthread/spawn-single-sync
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 2 /gthread/spawn-single-async
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-thread 1# GLib-DEBUG: posix_spawn avoided (fd close requested)
-thread 1# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 3 /gthread/spawn-single-async-with-fds
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 4 /gthread/spawn-script
-# GLib-DEBUG: Launching with posix_spawn
-ok 5 /gthread/spawn-posix-spawn
-# Start of spawn tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 6 /gthread/spawn/nonexistent
-# End of spawn tests
-# End of gthread tests
-PASS: glib/spawn-singlethread.test
-Running test: glib/mount-operation.test
-# random seed: R02S8eafeda4685af54137249042242daf98
-1..2
-# Start of mount-operation tests
-ok 1 /mount-operation/construction
-ok 2 /mount-operation/properties
-# End of mount-operation tests
-PASS: glib/mount-operation.test
-Running test: glib/gdbus-connection.test
-# random seed: R02Sbaa5ac67798c28c562c8247aca5a157d
-1..8
-# Start of gdbus tests
-# Start of connection tests
-ok 1 /gdbus/connection/bus-failure
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 2 /gdbus/connection/basic
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 3 /gdbus/connection/life-cycle
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 4 /gdbus/connection/send
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 5 /gdbus/connection/signals
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 6 /gdbus/connection/signal-match-rules
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 7 /gdbus/connection/filter
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 8 /gdbus/connection/serials
-# End of connection tests
-# End of gdbus tests
-PASS: glib/gdbus-connection.test
-Running test: glib/dynamictests.test
-# random seed: R02Sd9808d461f63067ecc4222f7c579ded1
-1..2
-# Start of GObject tests
-ok 1 /GObject/threaded-dynamic-ref-unref-init
-ok 2 /GObject/dynamic-interface-properties
-# End of GObject tests
-PASS: glib/dynamictests.test
-Running test: glib/network-monitor-race.test
-# random seed: R02S50d22f167aecc6cd222193e1a9e7bf29
-1..1
-# Start of network-monitor tests
-# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=793727
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# Start of refcount tests
+ok 1 /refcount/grefcount
+ok 2 /refcount/gatomicrefcount
+# Start of grefcount tests
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 3 /refcount/grefcount/saturation
+# End of grefcount tests
+# Start of gatomicrefcount tests
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 1 /network-monitor/create-in-thread
-# End of network-monitor tests
-PASS: glib/network-monitor-race.test
-Running test: glib/signal4.test
-START: /usr/libexec/installed-tests/glib/signal4
-init 0x562391529200
-init 0x562391529220
-..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal4.test
-...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
-stopping
-stopped
-dispose 0x562391529200!
-dispose 0x562391529220!
-PASS: glib/signal4.test
-Running test: glib/sleepy-stream.test
-# random seed: R02S1ca61f40cb32bc40aa5e56a3c48e874f
-1..2
-# Start of filter-stream tests
-ok 1 /filter-stream/input
-ok 2 /filter-stream/async
-# End of filter-stream tests
-PASS: glib/sleepy-stream.test
-Running test: glib/completion-test.test
-PASS: glib/completion-test.test
-Running test: glib/slist.test
-# random seed: R02Sacb638c608928d13243dd480915ffef8
-1..14
-# Start of slist tests
-ok 1 /slist/sort
-ok 2 /slist/sort-with-data
-ok 3 /slist/insert-sorted
-ok 4 /slist/insert-sorted-with-data
-ok 5 /slist/reverse
-ok 6 /slist/nth
-ok 7 /slist/remove
-ok 8 /slist/remove-all
-ok 9 /slist/insert
-ok 10 /slist/position
-ok 11 /slist/concat
-ok 12 /slist/copy
-# Start of sort tests
-ok 13 /slist/sort/stable
-# End of sort tests
-# Start of copy tests
-ok 14 /slist/copy/deep
-# End of copy tests
-# End of slist tests
-PASS: glib/slist.test
-Running test: glib/642026.test
-# random seed: R02Scc12bb80c6504fb9e497e584f55be9df
-1..1
-# Start of glib tests
-# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026
-Executing: glib/642026.test
-ok 1 /glib/642026
-# End of glib tests
-PASS: glib/642026.test
-Running test: glib/pattern.test
-# random seed: R02Sf96a71f6fb4dc219d1a061b521672ac8
-1..75
-# Start of pattern tests
-# Start of compile tests
-ok 1 /pattern/compile/0
-ok 2 /pattern/compile/1
-ok 3 /pattern/compile/2
-ok 4 /pattern/compile/3
-ok 5 /pattern/compile/4
-ok 6 /pattern/compile/5
-ok 7 /pattern/compile/6
-ok 8 /pattern/compile/7
-ok 9 /pattern/compile/8
-ok 10 /pattern/compile/9
-ok 11 /pattern/compile/10
-ok 12 /pattern/compile/11
-ok 13 /pattern/compile/12
-# End of compile tests
-# Start of match tests
-ok 14 /pattern/match/0
-ok 15 /pattern/match/1
-ok 16 /pattern/match/2
-ok 17 /pattern/match/3
-ok 18 /pattern/match/4
-ok 19 /pattern/match/5
-ok 20 /pattern/match/6
-ok 21 /pattern/match/7
-ok 22 /pattern/match/8
-ok 23 /pattern/match/9
-ok 24 /pattern/match/10
-ok 25 /pattern/match/11
-ok 26 /pattern/match/12
-ok 27 /pattern/match/13
-ok 28 /pattern/match/14
-ok 29 /pattern/match/15
-ok 30 /pattern/match/16
-ok 31 /pattern/match/17
-ok 32 /pattern/match/18
-ok 33 /pattern/match/19
-ok 34 /pattern/match/20
-ok 35 /pattern/match/21
-ok 36 /pattern/match/22
-ok 37 /pattern/match/23
-ok 38 /pattern/match/24
-ok 39 /pattern/match/25
-ok 40 /pattern/match/26
-ok 41 /pattern/match/27
-ok 42 /pattern/match/28
-ok 43 /pattern/match/29
-ok 44 /pattern/match/30
-ok 45 /pattern/match/31
-ok 46 /pattern/match/32
-ok 47 /pattern/match/33
-ok 48 /pattern/match/34
-ok 49 /pattern/match/35
-ok 50 /pattern/match/36
-ok 51 /pattern/match/37
-ok 52 /pattern/match/38
-ok 53 /pattern/match/39
-ok 54 /pattern/match/40
-ok 55 /pattern/match/41
-ok 56 /pattern/match/42
-ok 57 /pattern/match/43
-ok 58 /pattern/match/44
-ok 59 /pattern/match/45
-ok 60 /pattern/match/46
-ok 61 /pattern/match/47
-ok 62 /pattern/match/48
-ok 63 /pattern/match/49
-ok 64 /pattern/match/50
-# End of match tests
-# Start of equal tests
-ok 65 /pattern/equal/0
-ok 66 /pattern/equal/1
-ok 67 /pattern/equal/2
-ok 68 /pattern/equal/3
-ok 69 /pattern/equal/4
-ok 70 /pattern/equal/5
-ok 71 /pattern/equal/6
-ok 72 /pattern/equal/7
-ok 73 /pattern/equal/8
-ok 74 /pattern/equal/9
-ok 75 /pattern/equal/10
-# End of equal tests
-# End of pattern tests
-PASS: glib/pattern.test
-Running test: glib/slice.test
-# random seed: R02S4c8dacb50c6dfeb6580d4578a4b17623
-1..3
-# Start of slice tests
-ok 1 /slice/copy
-ok 2 /slice/chain
-ok 3 /slice/allocate
-# End of slice tests
-PASS: glib/slice.test
-Running test: glib/filter-streams.test
-# random seed: R02S9b135d2fbee7d31afb5b143415a6ac6d
-1..4
-# Start of filter-stream tests
-# Bug Reference: http://bugzilla.gnome.org/568394
-ok 1 /filter-stream/input
-ok 2 /filter-stream/output
-ok 3 /filter-stream/async-input
-ok 4 /filter-stream/async-output
-# End of filter-stream tests
-PASS: glib/filter-streams.test
-Running test: glib/signal3.test
-START: /usr/libexec/installed-tests/glib/signal3
-init 0x55cdfba2c200
-init 0x55cdfba2c220
-..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal3.test
-..................................................................................................................................................................
-stopping
-stopped
-dispose 0x55cdfba2c200!
-dispose 0x55cdfba2c220!
-PASS: glib/signal3.test
-Running test: glib/gdbus-bz627724.test
-# random seed: R02S2a91cdc99e4211b994329c12bc200486
-1..1
-# Start of gdbus tests
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 1 /gdbus/bz627724
-# End of gdbus tests
-PASS: glib/gdbus-bz627724.test
+ok 4 /refcount/gatomicrefcount/saturation
+# End of gatomicrefcount tests
+# End of refcount tests
+PASS: glib/refcount-macro.test
Running test: glib/option-context.test
-# random seed: R02S2c18bb8cc1d5f1d7e4d84a498ba14750
+# random seed: R02S86989c72306f0f7d8087d86f4ed76a85
1..56
# Start of option tests
ok 1 /option/basic
@@ -25181,285 +24626,34 @@ ok 56 /option/bug/double-free
# End of bug tests
# End of option tests
PASS: glib/option-context.test
-Running test: glib/srvtarget.test
-# random seed: R02Sc81d728d0cfa833faf53865af443e453
-1..1
-# Start of srvtarget tests
-ok 1 /srvtarget/srv-target-ordering
-# End of srvtarget tests
-PASS: glib/srvtarget.test
-Running test: glib/gdbus-connection-flush.test
-# random seed: R02S2c4d582270bcbeadfbe99b92a0820a9b
-1..2
-# Start of gdbus tests
-# Start of connection tests
-# Start of flush tests
-ok 1 /gdbus/connection/flush/busy
-ok 2 /gdbus/connection/flush/idle
-# End of flush tests
-# End of connection tests
-# End of gdbus tests
-PASS: glib/gdbus-connection-flush.test
-Running test: glib/mutex.test
-# random seed: R02S25b75c3f88a4435b90b23f19a8a35642
-1..5
-# Start of thread tests
-ok 1 /thread/mutex1
-ok 2 /thread/mutex2
-ok 3 /thread/mutex3
-ok 4 /thread/mutex4
-Executing: glib/mutex.test
-ok 5 /thread/mutex5
-# End of thread tests
-PASS: glib/mutex.test
-Running test: glib/autoptr.test
-# random seed: R02Se52eef035ca7b681688054878a8132da
-1..4
-# Start of autoptr tests
-ok 1 /autoptr/autoptr
-ok 2 /autoptr/autoptr_steal
-ok 3 /autoptr/autolist
-ok 4 /autoptr/autoslist
-# End of autoptr tests
-PASS: glib/autoptr.test
-Running test: glib/spawn-multithreaded.test
-# random seed: R02S7b6e98bd145b418675bd6b1c5a1ae6c9
-1..2
-# Start of gthread tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 1 /gthread/spawn-sync
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 2 /gthread/spawn-async
-# End of gthread tests
-PASS: glib/spawn-multithreaded.test
-Running test: glib/readwrite.test
-# random seed: R02S843465fd54915a3304b7763bea2770ce
-1..3
-# Start of readwrite tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 1 /readwrite/test_g_file_open_readwrite
-ok 2 /readwrite/test_g_file_create_readwrite
-ok 3 /readwrite/test_g_file_replace_readwrite
-# End of readwrite tests
-PASS: glib/readwrite.test
-Running test: glib/gdbus-proxy.test
-# random seed: R02S09c92a0c9f6339141496be7cdcbabdea
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..4
-# Start of gdbus tests
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 1 /gdbus/proxy
-# Start of proxy tests
-ok 2 /gdbus/proxy/no-properties
-ok 3 /gdbus/proxy/wellknown-noauto
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-Executing: glib/gdbus-proxy.test
-ok 4 /gdbus/proxy/async
-# End of proxy tests
-# End of gdbus tests
-PASS: glib/gdbus-proxy.test
-Running test: glib/objects.test
-START: /usr/libexec/installed-tests/glib/objects
-init 0x5613ae381600
-init 0x5613ae381620
-..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/objects.test
-....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
-stopping
-dispose 0x5613ae381600!
-dispose 0x5613ae381620!
-stopped
-PASS: glib/objects.test
-Running test: glib/credentials.test
-# random seed: R02Saf4f9dfe4fcf05fd16eecf772e0f2720
-1..1
-# Start of credentials tests
-# GCredentials:linux-ucred:pid=3308,uid=1000,gid=1001
-# GCredentials:linux-ucred:pid=3308,uid=0,gid=1001
-ok 1 /credentials/basic
-# End of credentials tests
-PASS: glib/credentials.test
-Running test: glib/properties3.test
-START: /usr/libexec/installed-tests/glib/properties3
-.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
-.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
-.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
-.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
-.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
-.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
-.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b
-stopping
-stopped
-62163666 7705251
-PASS: glib/properties3.test
-Running test: glib/bookmarkfile.test
-# random seed: R02S8b94cac8318e66b28ef7c9e3ccbe0dba
-1..48
-# Start of bookmarks tests
-ok 1 /bookmarks/load-from-data-dirs
-ok 2 /bookmarks/to-file
-ok 3 /bookmarks/move-item
-ok 4 /bookmarks/misc
-# Start of parse tests
-ok 5 /bookmarks/parse/fail-33.xbel
-ok 6 /bookmarks/parse/fail-41.xbel
-ok 7 /bookmarks/parse/fail-09.xbel
-ok 8 /bookmarks/parse/fail-26.xbel
-ok 9 /bookmarks/parse/fail-22.xbel
-ok 10 /bookmarks/parse/fail-38.xbel
-ok 11 /bookmarks/parse/fail-39.xbel
-ok 12 /bookmarks/parse/fail-10.xbel
-ok 13 /bookmarks/parse/fail-36.xbel
-ok 14 /bookmarks/parse/fail-02.xbel
-ok 15 /bookmarks/parse/fail-15.xbel
-ok 16 /bookmarks/parse/fail-30.xbel
-ok 17 /bookmarks/parse/fail-06.xbel
-ok 18 /bookmarks/parse/fail-19.xbel
-ok 19 /bookmarks/parse/fail-37.xbel
-ok 20 /bookmarks/parse/fail-32.xbel
-ok 21 /bookmarks/parse/fail-08.xbel
-ok 22 /bookmarks/parse/fail-07.xbel
-ok 23 /bookmarks/parse/fail-18.xbel
-ok 24 /bookmarks/parse/fail-24.xbel
-ok 25 /bookmarks/parse/fail-14.xbel
-ok 26 /bookmarks/parse/fail-29.xbel
-ok 27 /bookmarks/parse/fail-31.xbel
-ok 28 /bookmarks/parse/fail-35.xbel
-ok 29 /bookmarks/parse/fail-17.xbel
-ok 30 /bookmarks/parse/fail-34.xbel
-ok 31 /bookmarks/parse/valid-02.xbel
-ok 32 /bookmarks/parse/fail-28.xbel
-ok 33 /bookmarks/parse/fail-23.xbel
-ok 34 /bookmarks/parse/valid-03.xbel
-ok 35 /bookmarks/parse/fail-21.xbel
-ok 36 /bookmarks/parse/fail-40.xbel
-ok 37 /bookmarks/parse/fail-12.xbel
-ok 38 /bookmarks/parse/valid-01.xbel
-ok 39 /bookmarks/parse/fail-16.xbel
-ok 40 /bookmarks/parse/fail-04.xbel
-ok 41 /bookmarks/parse/fail-25.xbel
-ok 42 /bookmarks/parse/fail-27.xbel
-ok 43 /bookmarks/parse/fail-03.xbel
-ok 44 /bookmarks/parse/fail-05.xbel
-ok 45 /bookmarks/parse/fail-20.xbel
-ok 46 /bookmarks/parse/fail-13.xbel
-ok 47 /bookmarks/parse/fail-01.xbel
-ok 48 /bookmarks/parse/fail-11.xbel
-# End of parse tests
-# End of bookmarks tests
-PASS: glib/bookmarkfile.test
-Running test: glib/mem-overflow.test
-# random seed: R02S5a61b67208646931c2547f16facc291f
-1..2
-# Start of mem tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 1 /mem/overflow
-# Bug Reference: http://bugzilla.gnome.org/615379
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 2 /mem/empty-alloc
-# Start of overflow tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of overflow tests
-# Start of empty-alloc tests
-# End of empty-alloc tests
-# End of mem tests
-PASS: glib/mem-overflow.test
-Running test: glib/vfs.test
-# random seed: R02S901fcaba287ad314cb2aa67e80ec9663
-1..2
-# Start of gvfs tests
-ok 1 /gvfs/local
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 2 /gvfs/register-scheme
-# End of gvfs tests
-PASS: glib/vfs.test
-Running test: glib/paramspec-test.test
-# random seed: R02Sb41ee94f5021e14227c5da770af1db23
-1..6
-# Start of paramspec tests
-ok 1 /paramspec/char
-ok 2 /paramspec/string
-ok 3 /paramspec/override
-ok 4 /paramspec/gtype
-ok 5 /paramspec/variant
-# Start of variant tests
-ok 6 /paramspec/variant/cmp
-# End of variant tests
-# End of paramspec tests
-PASS: glib/paramspec-test.test
-Running test: glib/markup-escape.test
-# random seed: R02Sa5e39d6a0c3e20cb7bd8583c558ce994
-1..40
-# Start of markup tests
-ok 1 /markup/format
-# Start of escape-text tests
-ok 2 /markup/escape-text/0
-ok 3 /markup/escape-text/1
-ok 4 /markup/escape-text/2
-ok 5 /markup/escape-text/3
-ok 6 /markup/escape-text/4
-ok 7 /markup/escape-text/5
-ok 8 /markup/escape-text/6
-ok 9 /markup/escape-text/7
-ok 10 /markup/escape-text/8
-ok 11 /markup/escape-text/9
-ok 12 /markup/escape-text/10
-ok 13 /markup/escape-text/11
-ok 14 /markup/escape-text/12
-ok 15 /markup/escape-text/13
-ok 16 /markup/escape-text/14
-ok 17 /markup/escape-text/15
-ok 18 /markup/escape-text/16
-ok 19 /markup/escape-text/17
-ok 20 /markup/escape-text/18
-ok 21 /markup/escape-text/19
-ok 22 /markup/escape-text/20
-ok 23 /markup/escape-text/21
-# End of escape-text tests
-# Start of escape-unichar tests
-ok 24 /markup/escape-unichar/0
-ok 25 /markup/escape-unichar/1
-ok 26 /markup/escape-unichar/2
-ok 27 /markup/escape-unichar/3
-ok 28 /markup/escape-unichar/4
-ok 29 /markup/escape-unichar/5
-ok 30 /markup/escape-unichar/6
-ok 31 /markup/escape-unichar/7
-ok 32 /markup/escape-unichar/8
-ok 33 /markup/escape-unichar/9
-ok 34 /markup/escape-unichar/10
-ok 35 /markup/escape-unichar/11
-ok 36 /markup/escape-unichar/12
-ok 37 /markup/escape-unichar/13
-ok 38 /markup/escape-unichar/14
-ok 39 /markup/escape-unichar/15
-ok 40 /markup/escape-unichar/16
-# End of escape-unichar tests
-# End of markup tests
-PASS: glib/markup-escape.test
+Running test: glib/datetime.test
+06/24/19 22:43:50
+PASS: glib/datetime.test
+Running test: glib/protocol.test
+# random seed: R02S8766efcff132c6019a16faefaf2f82c0
+1..9
+# Start of glib tests
+# Start of testing tests
+# Start of protocol tests
+ok 1 /glib/testing/protocol/debug
+ok 2 /glib/testing/protocol/info
+ok 3 /glib/testing/protocol/message
+ok 4 /glib/testing/protocol/warning
+ok 5 /glib/testing/protocol/critical
+ok 6 /glib/testing/protocol/error
+ok 7 /glib/testing/protocol/gtest-message
+# GLib-DEBUG: Launching with posix_spawn
+ok 8 /glib/testing/protocol/test-message
+# GLib-DEBUG: Launching with posix_spawn
+# GLib-DEBUG: Launching with posix_spawn
+# GLib-DEBUG: Launching with posix_spawn
+ok 9 /glib/testing/protocol/test-error
+# End of protocol tests
+# End of testing tests
+# End of glib tests
+PASS: glib/protocol.test
Running test: glib/actions.test
-# random seed: R02Sbfdd870b2c4b3130ef801d69664c9f0f
+# random seed: R02Sf596686267eb65e806f4ed4febf3e525
1..11
# Start of actions tests
ok 1 /actions/basic
@@ -25482,2043 +24676,72 @@ ok 11 /actions/dbus/bug679509
# End of dbus tests
# End of actions tests
PASS: glib/actions.test
-Running test: glib/cache.test
-# random seed: R02S1ff4b31c2009fd50cdf1018e169294cc
-1..1
-# Start of cache tests
-ok 1 /cache/basic
-# End of cache tests
-PASS: glib/cache.test
-Running test: glib/type-test.test
-PASS: glib/type-test.test
-Running test: glib/dir.test
-# random seed: R02S552fd6bd3861f0791c1a69adbc5e3b3d
-1..2
-# Start of dir tests
-ok 1 /dir/read
-ok 2 /dir/nonexisting
-# End of dir tests
-PASS: glib/dir.test
-Running test: glib/onceinit.test
-PASS: glib/onceinit.test
-Running test: glib/objects2.test
-START: /usr/libexec/installed-tests/glib/objects2
-init 0x55d1144f3600
-........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................dispose 0x55d1144f3600!
-
-PASS: glib/objects2.test
-Running test: glib/gdbus-message.test
-# random seed: R02S34934de05f1d8037dd675b40d51778dc
-1..3
-# Start of gdbus tests
-# Start of message tests
-ok 1 /gdbus/message/lock
-ok 2 /gdbus/message/copy
-# Vector: 0
-# Vector: 1
-# Vector: 2
-# Vector: 3
-# Vector: 4
-# Vector: 5
-ok 3 /gdbus/message/bytes-needed
-# End of message tests
-# End of gdbus tests
-PASS: glib/gdbus-message.test
-Running test: glib/async-close-output-stream.test
-# random seed: R02Sc9b812ee16f9d379133b56dd51faeb4c
-1..3
-# Start of close-async tests
-# Bug Reference: http://bugzilla.gnome.org/617937
-ok 1 /close-async/without-flush
-# Bug Reference: http://bugzilla.gnome.org/617937
-ok 2 /close-async/with-flush
-# Bug Reference: http://bugzilla.gnome.org/617937
-ok 3 /close-async/with-async-flush
-# End of close-async tests
-PASS: glib/async-close-output-stream.test
-Running test: glib/type.test
-# random seed: R02S1f73195a9e6771d91f8820f0f126a9ac
-1..4
-# Start of type tests
-ok 1 /type/registration-serial
-ok 2 /type/interface-prerequisite
-ok 3 /type/interface-check
-ok 4 /type/next-base
-# End of type tests
-PASS: glib/type.test
-Running test: glib/giomodule.test
-# random seed: R02S6cb8024b631eba5bf88509971d993c7b
-1..3
-# Start of giomodule tests
-ok 1 /giomodule/extension-point
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 2 /giomodule/module-scan-all
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 3 /giomodule/module-scan-all-with-scope
-# End of giomodule tests
-PASS: glib/giomodule.test
-Running test: glib/iochannel-test.test
-PASS: glib/iochannel-test.test
-Running test: glib/singleton.test
-PASS: glib/singleton.test
-Running test: glib/sort.test
-# random seed: R02S9fbf2c2e095b65c78d02a554bd30d6a7
-1..3
-# Start of sort tests
-ok 1 /sort/basic
-ok 2 /sort/stable
-ok 3 /sort/big
-# End of sort tests
-PASS: glib/sort.test
-Running test: glib/dirname-test.test
-PASS: glib/dirname-test.test
-Running test: glib/fileattributematcher.test
-# random seed: R02S867947885f340feee3058ac5968dd273
-1..3
-# Start of fileattributematcher tests
-ok 1 /fileattributematcher/exact
-ok 2 /fileattributematcher/equality
-ok 3 /fileattributematcher/subtract
-# End of fileattributematcher tests
-PASS: glib/fileattributematcher.test
-Running test: glib/g-icon.test
-# random seed: R02S52c2df44379e3d24587e96afd6495f7f
-1..6
-# Start of icons tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 1 /icons/to-string
-ok 2 /icons/serialize
-ok 3 /icons/themed
-ok 4 /icons/emblemed
-ok 5 /icons/file
-ok 6 /icons/bytes
-# End of icons tests
-PASS: glib/g-icon.test
-Running test: glib/gdatetime.test
-# random seed: R02S02696060d1a574c45e2b1a3e0d05b60f
-1..54
-# Start of GDateTime tests
-# Bug Reference: http://bugzilla.gnome.org/702674
-ok 1 /GDateTime/invalid
-ok 2 /GDateTime/add_days
-ok 3 /GDateTime/add_full
-ok 4 /GDateTime/add_hours
-ok 5 /GDateTime/add_minutes
-ok 6 /GDateTime/add_months
-ok 7 /GDateTime/add_seconds
-ok 8 /GDateTime/add_weeks
-ok 9 /GDateTime/add_years
-ok 10 /GDateTime/compare
-ok 11 /GDateTime/diff
-ok 12 /GDateTime/equal
-ok 13 /GDateTime/get_day_of_week
-ok 14 /GDateTime/get_day_of_month
-ok 15 /GDateTime/get_day_of_year
-ok 16 /GDateTime/get_hour
-ok 17 /GDateTime/get_microsecond
-ok 18 /GDateTime/get_minute
-ok 19 /GDateTime/get_month
-ok 20 /GDateTime/get_second
-ok 21 /GDateTime/get_utc_offset
-ok 22 /GDateTime/get_year
-ok 23 /GDateTime/hash
-ok 24 /GDateTime/new_from_unix
-ok 25 /GDateTime/new_from_unix_utc
-ok 26 /GDateTime/new_from_timeval
-ok 27 /GDateTime/new_from_timeval_utc
-ok 28 /GDateTime/new_from_iso8601
-ok 29 /GDateTime/new_full
-ok 30 /GDateTime/now
-ok 31 /GDateTime/printf
-ok 32 /GDateTime/non_utf8_printf
-ok 33 /GDateTime/format_unrepresentable
-ok 34 /GDateTime/strftime
-ok 35 /GDateTime/modifiers
-# Bug Reference: http://bugzilla.gnome.org/749206
-ok 36 /GDateTime/month_names
-ok 37 /GDateTime/to_local
-ok 38 /GDateTime/to_unix
-ok 39 /GDateTime/to_timeval
-ok 40 /GDateTime/to_utc
-ok 41 /GDateTime/now_utc
-ok 42 /GDateTime/dst
-# Bug Reference: http://bugzilla.gnome.org/642935
-ok 43 /GDateTime/test_z
-Executing: glib/gdatetime.test
-ok 44 /GDateTime/test-all-dates
-# Start of new_from_unix tests
-# Bug Reference: http://bugzilla.gnome.org/782089
-ok 45 /GDateTime/new_from_unix/overflow
-# End of new_from_unix tests
-# Start of new_from_timeval tests
-# Bug Reference: http://bugzilla.gnome.org/782089
-# Maximum supported GTimeVal.tv_sec = 253402300799
-ok 46 /GDateTime/new_from_timeval/overflow
-# End of new_from_timeval tests
-# Start of strftime tests
-ok 47 /GDateTime/strftime/error_handling
-# End of strftime tests
-# End of GDateTime tests
-# Start of GTimeZone tests
-ok 48 /GTimeZone/find-interval
-ok 49 /GTimeZone/adjust-time
-ok 50 /GTimeZone/no-header
-ok 51 /GTimeZone/posix-parse
-# Bug Reference: http://bugzilla.gnome.org/697715
-ok 52 /GTimeZone/floating-point
-ok 53 /GTimeZone/identifier
-# Vector 0: -10000
-# Vector 1: -3600
-# Vector 2: -61
-# Vector 3: -60
-# Vector 4: -59
-# Vector 5: 0
-# Vector 6: 59
-# Vector 7: 60
-# Vector 8: 61
-# Vector 9: 3600
-# Vector 10: 10000
-ok 54 /GTimeZone/new-offset
-# End of GTimeZone tests
-PASS: glib/gdatetime.test
-Running test: glib/socket-service.test
-# random seed: R02S5175ef49c80d2785e57ef015c43be6c8
-1..4
-# Start of socket-service tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?
-ok 1 /socket-service/start-stop
-ok 2 /socket-service/read_write_async
-ok 3 /socket-service/read_writev_async
-# Start of threaded tests
-# Bug Reference: http://bugzilla.gnome.org/712570
-ok 4 /socket-service/threaded/712570
-# End of threaded tests
-# End of socket-service tests
-PASS: glib/socket-service.test
-Running test: glib/once.test
-# random seed: R02Sf40c7e879259bc797134d2e2bdbadfe7
-1..4
-# Start of thread tests
-ok 1 /thread/once1
-ok 2 /thread/once2
-ok 3 /thread/once3
-ok 4 /thread/once4
-# End of thread tests
-PASS: glib/once.test
-Running test: glib/ifaceproperties.test
-# random seed: R02S9c58baaa1c5e21d399dda0f04cff4b9c
-1..7
-# Start of interface tests
-# Start of properties tests
-ok 1 /interface/properties/set
-ok 2 /interface/properties/notify
-ok 3 /interface/properties/find-overridden
-ok 4 /interface/properties/list-overridden
-ok 5 /interface/properties/find-interface
-ok 6 /interface/properties/list-interface
-# Bug Reference: http://bugzilla.gnome.org/637738
-ok 7 /interface/properties/not-overridden
-# End of properties tests
-# End of interface tests
-PASS: glib/ifaceproperties.test
-Running test: glib/references.test
-PASS: glib/references.test
-Running test: glib/macros.test
-# random seed: R02Sfbe380a7dfe255eb38e795cd6617c2b4
-1..1
-# Start of alignof tests
-ok 1 /alignof/fallback
-# End of alignof tests
-PASS: glib/macros.test
-Running test: glib/enums.test
-# random seed: R02Sa8e9bb1770a9f9aa52bab5fe2892ef8c
-1..2
-# Start of enum tests
-ok 1 /enum/basic
-# End of enum tests
-# Start of flags tests
-ok 2 /flags/basic
-# End of flags tests
-PASS: glib/enums.test
-Running test: glib/relation-test.test
-PASS: glib/relation-test.test
-Running test: glib/tls-certificate.test
-# random seed: R02Sc8da342d90267ef5fc934e576131e327
-1..8
-# Start of tls-certificate tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?
-ok 1 /tls-certificate/pem-parser
-ok 2 /tls-certificate/pem-parser-handles-chain
-ok 3 /tls-certificate/from_file
-ok 4 /tls-certificate/from_files
-ok 5 /tls-certificate/from_files_crlf
-ok 6 /tls-certificate/from_files_pkcs8
-ok 7 /tls-certificate/from_files_pkcs8enc
-ok 8 /tls-certificate/list_from_file
-# End of tls-certificate tests
-PASS: glib/tls-certificate.test
-Running test: glib/utf8-misc.test
-# random seed: R02Se0b7ae07032a8ee42b12559b75f2081d
-1..6
-# Start of utf8 tests
-ok 1 /utf8/strlen
-ok 2 /utf8/strncpy
-ok 3 /utf8/strrchr
-ok 4 /utf8/reverse
-ok 5 /utf8/substring
-ok 6 /utf8/make-valid
-# End of utf8 tests
-PASS: glib/utf8-misc.test
-Running test: glib/bytes.test
-# random seed: R02S558375d37a2f3665b97020cc7d55a5ca
-1..17
-# Start of bytes tests
-ok 1 /bytes/new
-ok 2 /bytes/new-take
-ok 3 /bytes/new-static
-ok 4 /bytes/new-with-free-func
-ok 5 /bytes/new-from-bytes
-ok 6 /bytes/new-from-bytes-slice
-ok 7 /bytes/new-from-bytes-shared-ref
-ok 8 /bytes/hash
-ok 9 /bytes/equal
-ok 10 /bytes/compare
-ok 11 /bytes/null
-# Start of to-data tests
-ok 12 /bytes/to-data/transfered
-ok 13 /bytes/to-data/two-refs
-ok 14 /bytes/to-data/non-malloc
-# End of to-data tests
-# Start of to-array tests
-ok 15 /bytes/to-array/transfered
-ok 16 /bytes/to-array/two-refs
-ok 17 /bytes/to-array/non-malloc
-# End of to-array tests
-# End of bytes tests
-PASS: glib/bytes.test
-Running test: glib/simple-proxy.test
-# random seed: R02Sfaedd6a6a08571934efe6dac5c005445
-1..3
-# Start of static-proxy tests
-ok 1 /static-proxy/uri
-ok 2 /static-proxy/socks
-ok 3 /static-proxy/ignore
-# End of static-proxy tests
-PASS: glib/simple-proxy.test
-Running test: glib/threadtests.test
-# random seed: R02Sc1f14cb2790a5669585cb9cc39946bf1
-1..2
-# Start of GObject tests
-ok 1 /GObject/threaded-object-init
-Executing: glib/threadtests.test
-ok 2 /GObject/threaded-weak-ref
-# End of GObject tests
-PASS: glib/threadtests.test
-Running test: glib/binding.test
-# random seed: R02S5e1e9ce667d85ffaa4f5a668ee572caa
-1..13
-# Start of binding tests
-ok 1 /binding/default
-ok 2 /binding/bidirectional
-ok 3 /binding/transform
-ok 4 /binding/transform-default
-ok 5 /binding/transform-closure
-# Bug Reference: http://bugzilla.gnome.org/621782
-ok 6 /binding/chain
-ok 7 /binding/sync-create
-ok 8 /binding/invert-boolean
-ok 9 /binding/same-object
-ok 10 /binding/unbind
-ok 11 /binding/unbind-weak
-# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1373
-ok 12 /binding/unbind-multiple
-ok 13 /binding/fail
-# End of binding tests
-PASS: glib/binding.test
-Running test: glib/642026-ec.test
-# random seed: R02S55f1197cb2c4fb9ed45a12af9eb70a15
-1..1
-# Start of glib tests
-# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026
-ok 1 /glib/642026
-# End of glib tests
-PASS: glib/642026-ec.test
-Running test: glib/mimeapps.test
-# random seed: R02Scd2f67f2d499af51844eb89c723bcfa9
-1..7
-# Start of appinfo tests
-# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/home
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/cache
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/system-config1:/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/system-config2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/config
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/system-data1:/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/system-data2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/runtime
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/system-data1/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/system-data1/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data/applications/myapp.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data/applications/myapp2.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data/applications/myapp3.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data/applications/myapp4.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data/applications/myapp5.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data/applications/nosuchapp.desktop'
-# removing '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/data/applications/mimeinfo.cache'
-# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from (null) to /tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/config
-ok 1 /appinfo/all
-# Start of mime tests
-# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/home
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/cache
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/system-config1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/system-config2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/config
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/system-data1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/system-data2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/runtime
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/system-data1/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/system-data1/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data/applications/myapp.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data/applications/myapp2.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data/applications/myapp3.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data/applications/myapp4.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data/applications/myapp5.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data/applications/nosuchapp.desktop'
-# removing '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/data/applications/mimeinfo.cache'
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/config
-# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_8WQA4Z/appinfo/all/.dirs/config to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/config
-ok 2 /appinfo/mime/api
-# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/home
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/cache
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/system-config1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/system-config2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/config
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/system-data1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/system-data2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/runtime
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/system-data1/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/system-data1/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data/applications/myapp.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data/applications/myapp2.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data/applications/myapp3.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data/applications/myapp4.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data/applications/myapp5.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data/applications/nosuchapp.desktop'
-# removing '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/data/applications/mimeinfo.cache'
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/config
-# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_8WQA4Z/appinfo/mime/api/.dirs/config to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/config
-ok 3 /appinfo/mime/default
-# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/home
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/cache
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/system-config1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/system-config2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/config
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/system-data1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/system-data2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/runtime
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/system-data1/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/system-data1/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data/applications/myapp.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data/applications/myapp2.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data/applications/myapp3.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data/applications/myapp4.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data/applications/myapp5.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data/applications/nosuchapp.desktop'
-# removing '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/data/applications/mimeinfo.cache'
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/config
-# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default/.dirs/config to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/config
-ok 4 /appinfo/mime/file
-# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/home
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/cache
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/system-config1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/system-config2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/config
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/system-data1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/system-data2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/runtime
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/system-data1/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/system-data1/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp2.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp3.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp4.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp5.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data/applications/nosuchapp.desktop'
-# removing '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/data/applications/mimeinfo.cache'
-# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_8WQA4Z/appinfo/mime/file/.dirs/config to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/config
-ok 5 /appinfo/mime/scheme-handler
-# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/home
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/cache
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/system-config1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/system-config2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/config
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/system-data1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/system-data2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/runtime
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/system-data1/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/system-data1/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp2.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp3.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp4.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp5.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data/applications/nosuchapp.desktop'
-# removing '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/data/applications/mimeinfo.cache'
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/config
-# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_8WQA4Z/appinfo/mime/scheme-handler/.dirs/config to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/config
-# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/config
-ok 6 /appinfo/mime/default-last-used
-# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/home
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/cache
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/system-config1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/system-config2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/config
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/system-data1:/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/system-data2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/runtime
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp2.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp3.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp4.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp5.desktop'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/nosuchapp.desktop'
-# removing '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeapps.list'
-# creating '/tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeinfo.cache'
-# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_8WQA4Z/appinfo/mime/default-last-used/.dirs/config to /tmp/test_mimeapps_8WQA4Z/appinfo/mime/ignore-nonexisting/.dirs/config
-ok 7 /appinfo/mime/ignore-nonexisting
-# End of mime tests
-# End of appinfo tests
-PASS: glib/mimeapps.test
-Running test: glib/gdbus-names.test
-# random seed: R02S3f6fffc0300fdf3846ed943a4201fb18
-1..3
-# Start of gdbus tests
-ok 1 /gdbus/validate-names
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 2 /gdbus/bus-own-name
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 3 /gdbus/bus-watch-name
-# End of gdbus tests
-PASS: glib/gdbus-names.test
-Running test: glib/stream-rw_all.test
-# random seed: R02S5ac17386ed11522cfee43ad86df214a1
-1..3
-# Start of stream tests
-# Start of read_all_async tests
-ok 1 /stream/read_all_async/memory
-# End of read_all_async tests
-# Start of write_all_async tests
-ok 2 /stream/write_all_async/memory
-# End of write_all_async tests
-# Start of read_write_all_async tests
-ok 3 /stream/read_write_all_async/pipe
-# End of read_write_all_async tests
-# End of stream tests
-PASS: glib/stream-rw_all.test
-Running test: glib/async-splice-output-stream.test
-# random seed: R02S2ae9d36a9d0e67d24a06bde3255f3ad9
-1..4
-# Start of async-splice tests
-ok 1 /async-splice/copy-chunks
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 2 /async-splice/copy-chunks-threaded-input
-ok 3 /async-splice/copy-chunks-threaded-output
-ok 4 /async-splice/copy-chunks-threaded
-# End of async-splice tests
-PASS: glib/async-splice-output-stream.test
-Running test: glib/data-output-stream.test
-# random seed: R02S3586aefa06c52b297330a18d8af16233
-1..7
-# Start of data-output-stream tests
-ok 1 /data-output-stream/basic
-ok 2 /data-output-stream/write-lines-LF
-ok 3 /data-output-stream/write-lines-CR
-ok 4 /data-output-stream/write-lines-CR-LF
-ok 5 /data-output-stream/write-int
-ok 6 /data-output-stream/seek
-ok 7 /data-output-stream/truncate
-# End of data-output-stream tests
-PASS: glib/data-output-stream.test
-Running test: glib/g-file-info-filesystem-readonly.test
-# random seed: R02S14e680c9975ae2f4c092fef2a34036bb
-# Bug Reference: http://bugzilla.gnome.org/787731
-1..2
-# Start of g-file-info-filesystem-readonly tests
-ok 1 /g-file-info-filesystem-readonly/test-fs-ro # SKIP 'bindfs' and 'fusermount' commands are needed to run this test
-ok 2 /g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor # SKIP 'bindfs' and 'fusermount' commands are needed to run this test
-# End of g-file-info-filesystem-readonly tests
-PASS: glib/g-file-info-filesystem-readonly.test
-Running test: glib/gdbus-connection-slow.test
-# random seed: R02S04f3e5c2e75e9bb501117fb586987ca8
+Running test: glib/boxed.test
+# random seed: R02S147c857ad1bf1ec8229be0b7fef30585
+1..24
+# Start of boxed tests
+ok 1 /boxed/define
+ok 2 /boxed/ownership
+ok 3 /boxed/closure
+ok 4 /boxed/date
+ok 5 /boxed/value
+ok 6 /boxed/string
+ok 7 /boxed/hashtable
+ok 8 /boxed/array
+ok 9 /boxed/ptrarray
+ok 10 /boxed/regex
+ok 11 /boxed/varianttype
+ok 12 /boxed/error
+ok 13 /boxed/datetime
+ok 14 /boxed/matchinfo
+ok 15 /boxed/keyfile
+ok 16 /boxed/mainloop
+ok 17 /boxed/maincontext
+ok 18 /boxed/source
+ok 19 /boxed/variantbuilder
+ok 20 /boxed/timezone
+ok 21 /boxed/pollfd
+ok 22 /boxed/markup
+ok 23 /boxed/thread
+ok 24 /boxed/checksum
+# End of boxed tests
+PASS: glib/boxed.test
+Running test: glib/value.test
+# random seed: R02Scefac46ffc0a304ed17f98959abe4be4
1..2
-# Start of gdbus tests
-# Start of connection tests
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 1 /gdbus/connection/flush
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 2 /gdbus/connection/large_message
-# End of connection tests
-# End of gdbus tests
-PASS: glib/gdbus-connection-slow.test
-Running test: glib/asyncqueue-test.test
-Executing: glib/asyncqueue-test.test
-Executing: glib/asyncqueue-test.test
-Executing: glib/asyncqueue-test.test
-Executing: glib/asyncqueue-test.test
-Executing: glib/asyncqueue-test.test
-PASS: glib/asyncqueue-test.test
-Running test: glib/mainloop-test.test
-PASS: glib/mainloop-test.test
-Running test: glib/overflow.test
-# random seed: R02Sf6c9a109040e0fa745dae70ba5878c9f
-1..6
-# Start of glib tests
-# Start of checked-math tests
-ok 1 /glib/checked-math/guint-add
-ok 2 /glib/checked-math/guint-mul
-ok 3 /glib/checked-math/guint64-add
-ok 4 /glib/checked-math/guint64-mul
-ok 5 /glib/checked-math/gsize-add
-ok 6 /glib/checked-math/gsize-mul
-# End of checked-math tests
-# End of glib tests
-PASS: glib/overflow.test
-Running test: glib/gdbus-serialization.test
-# random seed: R02Sa7545a61e4ec9c314f8f836813fdae3b
-1..10
-# Start of gdbus tests
-ok 1 /gdbus/message-serialize-basic
-ok 2 /gdbus/message-serialize-complex
-ok 3 /gdbus/message-serialize-invalid
-ok 4 /gdbus/message-serialize-header-checks
-# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=673612
-ok 5 /gdbus/message-parse-empty-arrays-of-arrays
-# Start of message-serialize tests
-# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=732754
-ok 6 /gdbus/message-serialize/double-array
-# End of message-serialize tests
-# Start of message-parse tests
-ok 7 /gdbus/message-parse/non-signature-header
-ok 8 /gdbus/message-parse/empty-signature-header
-ok 9 /gdbus/message-parse/multiple-signature-header
-ok 10 /gdbus/message-parse/over-long-signature-header
-# End of message-parse tests
-# End of gdbus tests
-PASS: glib/gdbus-serialization.test
-Running test: glib/gdbus-export.test
-# random seed: R02S7ab48eed342effc401047943c9bb90a6
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..4
-# Start of gdbus tests
-ok 1 /gdbus/object-registration
-ok 2 /gdbus/object-registration-with-closures
-ok 3 /gdbus/registered-interfaces
-ok 4 /gdbus/async-properties
-# End of gdbus tests
-PASS: glib/gdbus-export.test
-Running test: glib/shell.test
-# random seed: R02S3949bccfb8e20c9ecabc0b3e17ea9a44
-1..51
-# Start of shell tests
-# Start of cmdline tests
-test cmdline: foo bar
-ok 1 /shell/cmdline/0
-test cmdline: foo 'bar'
-ok 2 /shell/cmdline/1
-test cmdline: foo "bar"
-ok 3 /shell/cmdline/2
-test cmdline: foo '' 'bar'
-ok 4 /shell/cmdline/3
-test cmdline: foo "bar"'baz'blah'foo'\''blah'"boo"
-ok 5 /shell/cmdline/4
-test cmdline: foo blah foo bar baz
-ok 6 /shell/cmdline/5
-test cmdline: foo ' spaces more spaces lots of spaces in this '
-ok 7 /shell/cmdline/6
-test cmdline: foo \
-bar
-ok 8 /shell/cmdline/7
-test cmdline: foo '' ''
-ok 9 /shell/cmdline/8
-test cmdline: foo \" la la la
-ok 10 /shell/cmdline/9
-test cmdline: foo \ foo woo woo\
-ok 11 /shell/cmdline/10
-test cmdline: foo "yada yada \$\""
-ok 12 /shell/cmdline/11
-test cmdline: foo "c:\\"
-ok 13 /shell/cmdline/12
-test cmdline: foo # bla bla bla
- bar
-ok 14 /shell/cmdline/13
-test cmdline: foo a#b
-ok 15 /shell/cmdline/14
-test cmdline: #foo
-ok 16 /shell/cmdline/15
-test cmdline: foo bar \
-ok 17 /shell/cmdline/16
-test cmdline: foo 'bar baz
-ok 18 /shell/cmdline/17
-test cmdline: foo '"bar" baz
-ok 19 /shell/cmdline/18
-test cmdline:
-ok 20 /shell/cmdline/19
-test cmdline:
-ok 21 /shell/cmdline/20
-test cmdline: # foo bar
-ok 22 /shell/cmdline/21
-test cmdline: foo '/bar/summer'\''09 tours.pdf'
-ok 23 /shell/cmdline/22
-# End of cmdline tests
-# Start of quote tests
-ok 24 /shell/quote/0
-ok 25 /shell/quote/1
-ok 26 /shell/quote/2
-ok 27 /shell/quote/3
-ok 28 /shell/quote/4
-ok 29 /shell/quote/5
-ok 30 /shell/quote/6
-# End of quote tests
-# Start of unquote tests
-ok 31 /shell/unquote/0
-ok 32 /shell/unquote/1
-ok 33 /shell/unquote/2
-ok 34 /shell/unquote/3
-ok 35 /shell/unquote/4
-ok 36 /shell/unquote/5
-ok 37 /shell/unquote/6
-ok 38 /shell/unquote/7
-ok 39 /shell/unquote/8
-ok 40 /shell/unquote/9
-ok 41 /shell/unquote/10
-ok 42 /shell/unquote/11
-ok 43 /shell/unquote/12
-ok 44 /shell/unquote/13
-ok 45 /shell/unquote/14
-ok 46 /shell/unquote/15
-ok 47 /shell/unquote/16
-ok 48 /shell/unquote/17
-ok 49 /shell/unquote/18
-ok 50 /shell/unquote/19
-ok 51 /shell/unquote/20
-# End of unquote tests
-# End of shell tests
-PASS: glib/shell.test
-Running test: glib/network-monitor.test
-# random seed: R02S89ea7305aa5a0efa3883478215fa5002
-1..4
-# Start of network-monitor tests
-# GLib-GIO-DEBUG: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals
-# GLib-GIO-DEBUG: Failed to initialize networkmanager (GNetworkMonitorNM) for gio-network-monitor: NetworkManager not running
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation netlink (GNetworkMonitorNetlink) for ?gio-network-monitor?
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?
-ok 1 /network-monitor/default
-ok 2 /network-monitor/remove_default
-ok 3 /network-monitor/add_networks
-ok 4 /network-monitor/remove_networks
-# End of network-monitor tests
-PASS: glib/network-monitor.test
-Running test: glib/unix-streams.test
-# random seed: R02S38f51dfeb4c1834843430fec112efd60
-1..9
-# Start of unix-streams tests
-ok 1 /unix-streams/basic
-ok 2 /unix-streams/pipe-io-test
-ok 3 /unix-streams/nonblocking-io-test
-ok 4 /unix-streams/read_write
-ok 5 /unix-streams/read_writev
-ok 6 /unix-streams/write-wouldblock
-ok 7 /unix-streams/writev-wouldblock
-ok 8 /unix-streams/write-async-wouldblock
-ok 9 /unix-streams/writev-async-wouldblock
-# End of unix-streams tests
-PASS: glib/unix-streams.test
-Running test: glib/logging.test
-# random seed: R02Se7a7a13f65e6127ee02bba6fe3ef42bb
-1..16
-# Start of logging tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 1 /logging/default-handler
-ok 2 /logging/warnings
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 3 /logging/fatal-log-mask
-# bu-DEBUG: message
-# ba-DEBUG: message
-# ba-INFO: message
-ok 4 /logging/set-handler
-ok 5 /logging/print-handler
-ok 6 /logging/printerr-handler
-# Bug Reference: http://bugzilla.gnome.org/653052
-# The Log Message Handler
-
-# The Good Fail Message Handler
-
-ok 7 /logging/653052
-# The Log Message Handler
-
-ok 8 /logging/gibberish
-# Start of default-handler tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of default-handler tests
-# End of logging tests
-# Start of structured-logging tests
-ok 9 /structured-logging/no-state
-ok 10 /structured-logging/some-state
-# The Log Message Handler
-
-ok 11 /structured-logging/robustness
-ok 12 /structured-logging/roundtrip1
-ok 13 /structured-logging/roundtrip2
-ok 14 /structured-logging/roundtrip3
-ok 15 /structured-logging/variant1
-ok 16 /structured-logging/variant2
-# End of structured-logging tests
-PASS: glib/logging.test
-Running test: glib/refstring.test
-# random seed: R02Se0291f63a0dcdd7b3d488e18ecc97b62
-1..5
-# Start of refstring tests
-# s = 'hello, world' (0x55b2d92fc9e0)
-ok 1 /refstring/base
-ok 2 /refstring/length
-ok 3 /refstring/length-auto
-ok 4 /refstring/length-nuls
-# s = 'hello, world' (0x55b2d92fc9e0)
-# p = s = 'hello, world' (0x55b2d92fc9e0)
-# releasing p[0x55b2d92fc9e0] ('hello, world')
-# p = 'goodbye, world' (0x55b2d92d7eb0)
-# releasing p[0x55b2d92d7eb0] ('goodbye, world')
-# releasing s[0x55b2d92fc9e0] ('hello, world')
-ok 5 /refstring/intern
-# End of refstring tests
-PASS: glib/refstring.test
-Running test: glib/defaultiface.test
-PASS: glib/defaultiface.test
-Running test: glib/gdbus-threading.test
-# random seed: R02S36839c9c4296c3185bdebae61b552c17
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# Start of value tests
+ok 1 /value/basic
+# Start of array tests
+ok 2 /value/array/basic
+# End of array tests
+# End of value tests
+PASS: glib/value.test
+Running test: glib/slice-concurrent.test
+Starting 8 threads for concurrent GSlice usage...
+bccbchccccgdgbcecehgfggghaahfbbdeedadacfehcahgefdccbahccdddcdaddghedfghafbdgddgeadgdcbbfhdccgffffbefccfaacbadebcdddfeafgfbhcahaahdageba
+Thread 1: 49869 blocks freed, 12 blocks not freed
+Thread 2: 49734 blocks freed, 0 blocks not freed
+Thread 3: 48138 blocks freed, 1876 blocks not freed
+Thread 4: 49210 blocks freed, 899 blocks not freed
+Thread 5: 48379 blocks freed, 1418 blocks not freed
+Thread 6: 48493 blocks freed, 1476 blocks not freed
+Thread 7: 48368 blocks freed, 1890 blocks not freed
+Thread 8: 48585 blocks freed, 1653 blocks not freed
+PASS: glib/slice-concurrent.test
+Running test: glib/gdbus-introspection.test
+# random seed: R02Se4f49d33ca61332388e7e79679fa65fe
# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..3
-# Start of gdbus tests
-ok 1 /gdbus/delivery-in-thread
-Executing: glib/gdbus-threading.test
-Executing: glib/gdbus-threading.test
-ok 2 /gdbus/method-calls-in-thread
-# GLib-GIO-DEBUG: run 0: refcount is 2, sleeping
-# GLib-GIO-DEBUG: run 1: refcount is 3, sleeping
-Executing: glib/gdbus-threading.test
-ok 3 /gdbus/threaded-singleton
-# End of gdbus tests
-PASS: glib/gdbus-threading.test
-Running test: glib/closure.test
-# random seed: R02S2ae0578ce8109e7795798f7f536e8dc9
-1..6
-# Start of closure tests
-ok 1 /closure/idle
-ok 2 /closure/timeout
-ok 3 /closure/iochannel
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 4 /closure/child
-ok 5 /closure/fd
-ok 6 /closure/signal
-# End of closure tests
-PASS: glib/closure.test
-Running test: glib/trash.test
-# random seed: R02S85db6fdaa035c8ba8b803c722a675cc8
-1..2
-# Start of trash tests
-# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/251
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-# File: /tmp/test-trashN86V3Z (parent st_dev: 16)
-# Home: /home/glib2-test (st_dev: 64768)
-# Mount: /var/volatile
-# Error: Trashing on system internal mounts is not supported
-ok 1 /trash/not-supported
-# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1522
-ok 2 /trash/symlinks # SKIP Directory '/home/glib2-test/.local' does not exist
-# End of trash tests
-PASS: glib/trash.test
-Running test: glib/include.test
-# random seed: R02Sa333b967ffd61da9c30b58633ea31f49
-1..1
-# Start of include tests
-ok 1 /include/rwlock
-# End of include tests
-PASS: glib/include.test
-Running test: glib/testglib.test
-# random seed: R02S9101638a5ee22009822614f3da33b4fe
-1..17
-# Start of testglib tests
-ok 1 /testglib/Infos
-ok 2 /testglib/Types Sizes
-ok 3 /testglib/GStrings
-ok 4 /testglib/Various Strings
-ok 5 /testglib/GList
-ok 6 /testglib/GSList
-ok 7 /testglib/GNode
-ok 8 /testglib/GTree
-ok 9 /testglib/Arrays
-ok 10 /testglib/GHashTable
-ok 11 /testglib/Relation (deprecated)
-ok 12 /testglib/File Paths
-ok 13 /testglib/File Functions
-ok 14 /testglib/Parse Debug Strings
-ok 15 /testglib/GMemChunk (deprecated)
-ok 16 /testglib/Warnings & Errors
-ok 17 /testglib/Timers (slow)
-# End of testglib tests
-PASS: glib/testglib.test
-Running test: glib/io-stream.test
-# random seed: R02S807c4935f7ddb6584dce0dbfbef42795
-1..3
-# Start of io-stream tests
-ok 1 /io-stream/copy-chunks
-# Start of close tests
-# Start of async tests
-ok 2 /io-stream/close/async/memory
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 3 /io-stream/close/async/file
-# End of async tests
-# End of close tests
-# End of io-stream tests
-PASS: glib/io-stream.test
-Running test: glib/overflow-fallback.test
-# random seed: R02S74c00e4870cc3cc358029a724658c1ea
-1..6
-# Start of glib tests
-# Start of checked-math tests
-ok 1 /glib/checked-math/guint-add
-ok 2 /glib/checked-math/guint-mul
-ok 3 /glib/checked-math/guint64-add
-ok 4 /glib/checked-math/guint64-mul
-ok 5 /glib/checked-math/gsize-add
-ok 6 /glib/checked-math/gsize-mul
-# End of checked-math tests
-# End of glib tests
-PASS: glib/overflow-fallback.test
-Running test: glib/permission.test
-# random seed: R02S66d4a9d16e5a4f93c3a921f42161d11b
-1..1
-# Start of permission tests
-ok 1 /permission/simple
-# End of permission tests
-PASS: glib/permission.test
-Running test: glib/resources.test
-# random seed: R02S6dc188b61fdec5a776f79f2071425f3d
-1..17
-# Start of resource tests
-ok 1 /resource/file
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 2 /resource/file-path
-ok 3 /resource/data
-ok 4 /resource/data_unaligned
-ok 5 /resource/data-corrupt
-ok 6 /resource/data-empty
-ok 7 /resource/registered
-ok 8 /resource/manual
-ok 9 /resource/manual2
-ok 10 /resource/automatic
-ok 11 /resource/module
-**
-GLib-GIO:ERROR:../glib-2.60.3/gio/tests/resources.c:582:test_resource_binary_linked: 'found' should be TRUE
-Bail out! GLib-GIO:ERROR:../glib-2.60.3/gio/tests/resources.c:582:test_resource_binary_linked: 'found' should be TRUE
-FAIL: glib/resources.test (Child process killed by signal 6)
-Running test: glib/slice-threadinit.test
-PASS: glib/slice-threadinit.test
-Running test: glib/hook.test
-# random seed: R02Sb31c3172a256b3a496383a3c77d0341d
-1..1
-# Start of hook tests
-ok 1 /hook/test1
-# End of hook tests
-PASS: glib/hook.test
-Running test: glib/node.test
-# random seed: R02S74d1676d05c063a0773920800bbb68dc
-1..6
-# Start of node tests
-ok 1 /node/allocation
-ok 2 /node/construction
-ok 3 /node/traversal
-ok 4 /node/misc
-ok 5 /node/unlink
-ok 6 /node/copy
-# End of node tests
-PASS: glib/node.test
-Running test: glib/utf8-performance.test
-# random seed: R02Sed3322f200e3747f2bfa6529b78c47c2
-1..0
-PASS: glib/utf8-performance.test
-Running test: glib/gdbus-close-pending.test
-# random seed: R02Sba73b62dd93658bcfaf4a59a9cc7a81a
-1..2
-# Start of gdbus tests
-ok 1 /gdbus/close-pending
-Executing: glib/gdbus-close-pending.test
-ok 2 /gdbus/unref-pending
-# End of gdbus tests
-PASS: glib/gdbus-close-pending.test
-Running test: glib/gdbus-auth.test
-# random seed: R02S7da49c546a9b404411659b00ffd5e2a2
-1..5
-# Start of gdbus tests
-# Start of auth tests
-# Start of client tests
-ok 1 /gdbus/auth/client/EXTERNAL
-ok 2 /gdbus/auth/client/DBUS_COOKIE_SHA1
-# End of client tests
-# Start of server tests
-ok 3 /gdbus/auth/server/ANONYMOUS
-ok 4 /gdbus/auth/server/EXTERNAL
-ok 5 /gdbus/auth/server/DBUS_COOKIE_SHA1
-# End of server tests
-# End of auth tests
-# End of gdbus tests
-PASS: glib/gdbus-auth.test
-Running test: glib/rec-mutex.test
-# random seed: R02S2c5f0b900827fb35d8d4eb58cf7be4e9
1..4
-# Start of thread tests
-ok 1 /thread/rec-mutex1
-ok 2 /thread/rec-mutex2
-ok 3 /thread/rec-mutex3
-Executing: glib/rec-mutex.test
-ok 4 /thread/rec-mutex4
-# End of thread tests
-PASS: glib/rec-mutex.test
-Running test: glib/timeloop-closure.test
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Elapsed user: 96
-Elapsed system: 78
-Elapsed total: 174
-total / iteration: 0.0058
-PASS: glib/timeloop-closure.test
-Running test: glib/rwlock.test
-# random seed: R02S3494ecad3c470eeeb9a536312e8be474
-1..8
-# Start of thread tests
-ok 1 /thread/rwlock1
-ok 2 /thread/rwlock2
-ok 3 /thread/rwlock3
-ok 4 /thread/rwlock4
-ok 5 /thread/rwlock5
-ok 6 /thread/rwlock6
-Executing: glib/rwlock.test
-ok 7 /thread/rwlock7
-ok 8 /thread/rwlock8
-# End of thread tests
-PASS: glib/rwlock.test
-Running test: glib/protocol.test
-# random seed: R02Sbfd55f9b540f7ddc4184e922140b52a8
-1..9
-# Start of glib tests
-# Start of testing tests
-# Start of protocol tests
-ok 1 /glib/testing/protocol/debug
-ok 2 /glib/testing/protocol/info
-ok 3 /glib/testing/protocol/message
-ok 4 /glib/testing/protocol/warning
-ok 5 /glib/testing/protocol/critical
-ok 6 /glib/testing/protocol/error
-ok 7 /glib/testing/protocol/gtest-message
-# GLib-DEBUG: Launching with posix_spawn
-ok 8 /glib/testing/protocol/test-message
-# GLib-DEBUG: Launching with posix_spawn
-# GLib-DEBUG: Launching with posix_spawn
-# GLib-DEBUG: Launching with posix_spawn
-ok 9 /glib/testing/protocol/test-error
-# End of protocol tests
-# End of testing tests
-# End of glib tests
-PASS: glib/protocol.test
-Running test: glib/gdbus-test-codegen-old.test
-# random seed: R02S193ed82ddf9b3e711c26a689f3d1cce3
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..7
-# Start of gdbus tests
-# Start of codegen tests
-ok 1 /gdbus/codegen/annotations
-ok 2 /gdbus/codegen/interface_stability
-ok 3 /gdbus/codegen/object-manager
-ok 4 /gdbus/codegen/property-naming
-ok 5 /gdbus/codegen/autocleanups
-ok 6 /gdbus/codegen/deprecations
-ok 7 /gdbus/codegen/standalone-interface-info
-# End of codegen tests
-# End of gdbus tests
-PASS: glib/gdbus-test-codegen-old.test
-Running test: glib/signals.test
-PASS: glib/signals.test
-Running test: glib/testgdate.test
-checking GDate...
-Locale set to C
-Today is a Monday, 06/24/19
-1 second into the Unix epoch it was a Thursday, in the month of January, 01/01/70
-Our "Julian" epoch begins on a Monday, in the month of January, 01/01/01
-testing 104 years
- (Break in sequence of requested years to check)
-Checking year 1.................. done
-Checking year 2.................. done
-Checking year 3................... done
-Checking year 4.................. done
-Checking year 5................... done
-Checking year 6.................. done
-Checking year 7.................. done
-Checking year 8................... done
-Checking year 9.................. done
-Checking year 10................... done
-Checking year 11.................. done
-Checking year 12................... done
-Checking year 13.................. done
-Checking year 14.................. done
- (Break in sequence of requested years to check)
-Checking year 98................... done
-Checking year 99.................. done
-Checking year 100................... done
-Checking year 101.................. done
-Checking year 102.................. done
-Checking year 103................... done
- (Break in sequence of requested years to check)
-Checking year 397.................. done
-Checking year 398................... done
-Checking year 399.................. done
-Checking year 400................... done
-Checking year 401.................. done
-Checking year 402.................. done
-Checking year 403................... done
-Checking year 404.................. done
-Checking year 405................... done
-Checking year 406.................. done
- (Break in sequence of requested years to check)
-Checking year 1598.................. done
-Checking year 1599................... done
-Checking year 1600.................. done
-Checking year 1601................... done
-Checking year 1602.................. done
- (Break in sequence of requested years to check)
-Checking year 1650................... done
-Checking year 1651.................. done
- (Break in sequence of requested years to check)
-Checking year 1897.................. done
-Checking year 1898................... done
-Checking year 1899.................. done
-Checking year 1900................... done
-Checking year 1901.................. done
-Checking year 1902.................. done
-Checking year 1903................... done
- (Break in sequence of requested years to check)
-Checking year 1961.................. done
-Checking year 1962................... done
-Checking year 1963.................. done
-Checking year 1964................... done
-Checking year 1965.................. done
- (Break in sequence of requested years to check)
-Checking year 1967.................. done
-Checking year 1968................... done
-Checking year 1969.................. done
-Checking year 1970................... done
-Checking year 1971.................. done
-Checking year 1972................... done
-Checking year 1973.................. done
-Checking year 1974.................. done
-Checking year 1975................... done
-Checking year 1976.................. done
-Checking year 1977................... done
-Checking year 1978.................. done
-Checking year 1979.................. done
-Checking year 1980................... done
-Checking year 1981.................. done
-Checking year 1982................... done
-Checking year 1983.................. done
-Checking year 1984................... done
-Checking year 1985.................. done
-Checking year 1986.................. done
-Checking year 1987................... done
-Checking year 1988.................. done
-Checking year 1989................... done
-Checking year 1990.................. done
-Checking year 1991................... done
-Checking year 1992.................. done
-Checking year 1993.................. done
-Checking year 1994................... done
-Checking year 1995.................. done
-Checking year 1996................... done
-Checking year 1997.................. done
-Checking year 1998................... done
-Checking year 1999.................. done
-Checking year 2000.................. done
-Checking year 2001................... done
-Checking year 2002.................. done
-Checking year 2003................... done
-Checking year 2004.................. done
-Checking year 2005.................. done
-Checking year 2006................... done
-Checking year 2007.................. done
-Checking year 2008................... done
-Checking year 2009.................. done
-Checking year 2010................... done
-Checking year 2011.................. done
-Checking year 2012.................. done
- (Break in sequence of requested years to check)
-Checking year 3000................... done
-Checking year 3001.................. done
-Checking year 3002................... done
- (Break in sequence of requested years to check)
-Checking year 3998.................. done
-Checking year 3999................... done
-Checking year 4000.................. done
-Checking year 4001.................. done
-Checking year 4002................... done
-Checking year 4003.................. done
-
-19156985 tests passed, 0 failed
-PASS: glib/testgdate.test
-Running test: glib/gsubprocess.test
-# random seed: R02S7a0a36d7db427052026480c329c93907
-1..74
-# Start of gsubprocess tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 1 /gsubprocess/noop
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 2 /gsubprocess/noop-all-to-null
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 3 /gsubprocess/noop-no-wait
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 4 /gsubprocess/noop-stdin-inherit
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 5 /gsubprocess/search-path
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-Executing: glib/gsubprocess.test
-ok 6 /gsubprocess/signal
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 7 /gsubprocess/exit1
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 8 /gsubprocess/echo1
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 9 /gsubprocess/echo-merged
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 10 /gsubprocess/cat-utf8
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 11 /gsubprocess/cat-eof
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-Executing: glib/gsubprocess.test
-ok 12 /gsubprocess/multi1
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 13 /gsubprocess/communicate
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 14 /gsubprocess/terminate
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 15 /gsubprocess/env
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) (child_setup specified)
-ok 16 /gsubprocess/cwd
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 17 /gsubprocess/stdout-file
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 18 /gsubprocess/stdout-fd
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 19 /gsubprocess/child-setup
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 20 /gsubprocess/pass-fd
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 21 /gsubprocess/launcher-environment
-# Start of exit1 tests
-# Bug Reference: https://bugzilla.gnome.org/786456
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 22 /gsubprocess/exit1/cancel
-# Bug Reference: https://bugzilla.gnome.org/786456
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 23 /gsubprocess/exit1/cancel_in_cb
-# End of exit1 tests
-# Start of communicate tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 24 /gsubprocess/communicate/cancelled
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 25 /gsubprocess/communicate/async
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 26 /gsubprocess/communicate/utf8
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# hello world
-ok 27 /gsubprocess/communicate/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 28 /gsubprocess/communicate/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 29 /gsubprocess/communicate/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# hello world
-ok 30 /gsubprocess/communicate/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 31 /gsubprocess/communicate/stdout-silence
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 32 /gsubprocess/communicate/nothing
-# Start of async tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 33 /gsubprocess/communicate/async/cancelled
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# hello world
-ok 34 /gsubprocess/communicate/async/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 35 /gsubprocess/communicate/async/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 36 /gsubprocess/communicate/async/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# hello world
-ok 37 /gsubprocess/communicate/async/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 38 /gsubprocess/communicate/async/stdout-silence
-# Start of cancelled tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 39 /gsubprocess/communicate/async/cancelled/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 40 /gsubprocess/communicate/async/cancelled/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 41 /gsubprocess/communicate/async/cancelled/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 42 /gsubprocess/communicate/async/cancelled/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 43 /gsubprocess/communicate/async/cancelled/stdout-silence
-# End of cancelled tests
-# End of async tests
-# Start of utf8 tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 44 /gsubprocess/communicate/utf8/cancelled
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 45 /gsubprocess/communicate/utf8/async
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# hello world
-ok 46 /gsubprocess/communicate/utf8/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 47 /gsubprocess/communicate/utf8/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 48 /gsubprocess/communicate/utf8/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# hello world
-ok 49 /gsubprocess/communicate/utf8/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 50 /gsubprocess/communicate/utf8/stdout-silence
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 51 /gsubprocess/communicate/utf8/invalid
-# Start of async tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 52 /gsubprocess/communicate/utf8/async/cancelled
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# hello world
-ok 53 /gsubprocess/communicate/utf8/async/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 54 /gsubprocess/communicate/utf8/async/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 55 /gsubprocess/communicate/utf8/async/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-# hello world
-ok 56 /gsubprocess/communicate/utf8/async/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 57 /gsubprocess/communicate/utf8/async/stdout-silence
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 58 /gsubprocess/communicate/utf8/async/invalid
-# Start of cancelled tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 59 /gsubprocess/communicate/utf8/async/cancelled/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 60 /gsubprocess/communicate/utf8/async/cancelled/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 61 /gsubprocess/communicate/utf8/async/cancelled/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 62 /gsubprocess/communicate/utf8/async/cancelled/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 63 /gsubprocess/communicate/utf8/async/cancelled/stdout-silence
-# End of cancelled tests
-# End of async tests
-# Start of cancelled tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 64 /gsubprocess/communicate/utf8/cancelled/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 65 /gsubprocess/communicate/utf8/cancelled/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 66 /gsubprocess/communicate/utf8/cancelled/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 67 /gsubprocess/communicate/utf8/cancelled/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 68 /gsubprocess/communicate/utf8/cancelled/stdout-silence
-# End of cancelled tests
-# End of utf8 tests
-# Start of cancelled tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 69 /gsubprocess/communicate/cancelled/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 70 /gsubprocess/communicate/cancelled/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 71 /gsubprocess/communicate/cancelled/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 72 /gsubprocess/communicate/cancelled/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 73 /gsubprocess/communicate/cancelled/stdout-silence
-# End of cancelled tests
-# End of communicate tests
-# Start of env tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 74 /gsubprocess/env/inherit
-# End of env tests
-# End of gsubprocess tests
-PASS: glib/gsubprocess.test
-Running test: glib/tls-interaction.test
-# random seed: R02S98e7173fc40459892829bbb3ca24a91f
-1..42
-# Start of tls-interaction tests
-# Start of ask-password tests
-# Start of invoke-with-loop tests
-ok 1 /tls-interaction/ask-password/invoke-with-loop/unhandled-implementation
-ok 2 /tls-interaction/ask-password/invoke-with-loop/async-implementation-success
-ok 3 /tls-interaction/ask-password/invoke-with-loop/async-implementation-failure
-ok 4 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-success
-ok 5 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-failure
-# End of invoke-with-loop tests
-# Start of invoke-without-loop tests
-ok 6 /tls-interaction/ask-password/invoke-without-loop/unhandled-implementation
-ok 7 /tls-interaction/ask-password/invoke-without-loop/async-implementation-success
-ok 8 /tls-interaction/ask-password/invoke-without-loop/async-implementation-failure
-ok 9 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-success
-ok 10 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-failure
-# End of invoke-without-loop tests
-# Start of invoke-in-loop tests
-ok 11 /tls-interaction/ask-password/invoke-in-loop/unhandled-implementation
-ok 12 /tls-interaction/ask-password/invoke-in-loop/async-implementation-success
-ok 13 /tls-interaction/ask-password/invoke-in-loop/async-implementation-failure
-ok 14 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-success
-ok 15 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-failure
-# End of invoke-in-loop tests
-# Start of sync tests
-ok 16 /tls-interaction/ask-password/sync/unhandled-implementation
-ok 17 /tls-interaction/ask-password/sync/sync-implementation-success
-ok 18 /tls-interaction/ask-password/sync/sync-implementation-failure
-# End of sync tests
-# Start of async tests
-ok 19 /tls-interaction/ask-password/async/unhandled-implementation
-ok 20 /tls-interaction/ask-password/async/async-implementation-success
-ok 21 /tls-interaction/ask-password/async/async-implementation-failure
-# End of async tests
-# End of ask-password tests
-# Start of request-certificate tests
-# Start of invoke-with-loop tests
-ok 22 /tls-interaction/request-certificate/invoke-with-loop/unhandled-implementation
-ok 23 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-success
-ok 24 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-failure
-ok 25 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-success
-ok 26 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-failure
-# End of invoke-with-loop tests
-# Start of invoke-without-loop tests
-ok 27 /tls-interaction/request-certificate/invoke-without-loop/unhandled-implementation
-ok 28 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-success
-ok 29 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-failure
-ok 30 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-success
-ok 31 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-failure
-# End of invoke-without-loop tests
-# Start of invoke-in-loop tests
-ok 32 /tls-interaction/request-certificate/invoke-in-loop/unhandled-implementation
-ok 33 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-success
-ok 34 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-failure
-ok 35 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-success
-ok 36 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-failure
-# End of invoke-in-loop tests
-# Start of sync tests
-ok 37 /tls-interaction/request-certificate/sync/unhandled-implementation
-ok 38 /tls-interaction/request-certificate/sync/sync-implementation-success
-ok 39 /tls-interaction/request-certificate/sync/sync-implementation-failure
-# End of sync tests
-# Start of async tests
-ok 40 /tls-interaction/request-certificate/async/unhandled-implementation
-ok 41 /tls-interaction/request-certificate/async/async-implementation-success
-ok 42 /tls-interaction/request-certificate/async/async-implementation-failure
-# End of async tests
-# End of request-certificate tests
-# End of tls-interaction tests
-PASS: glib/tls-interaction.test
-Running test: glib/spawn-test.test
-PASS: glib/spawn-test.test
-Running test: glib/gdbus-peer-object-manager.test
-# random seed: R02Se2bad51590a286685b7fcca879e23a1f
-1..2
-# Start of gdbus tests
-# Start of peer-object-manager tests
-ok 1 /gdbus/peer-object-manager/normal
-ok 2 /gdbus/peer-object-manager/root
-# End of peer-object-manager tests
-# End of gdbus tests
-PASS: glib/gdbus-peer-object-manager.test
-Running test: glib/gdbus-proxy-unique-name.test
-# random seed: R02Sd317ba83bfc8d18cb21adc13e0425529
-1..1
# Start of gdbus tests
# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 1 /gdbus/proxy-unique-name
-# End of gdbus tests
-PASS: glib/gdbus-proxy-unique-name.test
-Running test: glib/mappedfile.test
-# random seed: R02Se977ffe235d3508ed1b51b95da4568a8
-1..7
-# Start of mappedfile tests
-ok 1 /mappedfile/basic
-ok 2 /mappedfile/empty
-ok 3 /mappedfile/device
-ok 4 /mappedfile/nonexisting
-ok 5 /mappedfile/writable
-ok 6 /mappedfile/writable_fd
-ok 7 /mappedfile/gbytes
-# End of mappedfile tests
-PASS: glib/mappedfile.test
-Running test: glib/bitlock.test
-# random seed: R02Sc475650dabf9b7bedcf7e142c31212d1
-1..0
-PASS: glib/bitlock.test
-Running test: glib/gdbus-exit-on-close.test
-# random seed: R02Sa0f101c09ac8c75d83bebc26ca69fcd3
-1..4
-# Start of gdbus tests
-# Start of exit-on-close tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 1 /gdbus/exit-on-close/default
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 2 /gdbus/exit-on-close/true
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 3 /gdbus/exit-on-close/false
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 4 /gdbus/exit-on-close/we-close
-# Start of default tests
-# End of default tests
-# Start of true tests
-# End of true tests
-# Start of false tests
-# End of false tests
-# Start of we-close tests
-# End of we-close tests
-# End of exit-on-close tests
-# End of gdbus tests
-PASS: glib/gdbus-exit-on-close.test
-Running test: glib/utf8-validate.test
-# random seed: R02Sb4579343bf6460638a97e43985f2ab59
-1..216
-# Start of utf8 tests
-# Vector 0
-# Vector 1
-# Vector 2
-# Vector 3
-# Vector 4
-# Vector 5
-# Vector 6
-# Vector 7
-# Vector 8
-# Vector 9
-# Vector 10
-# Vector 11
-# Vector 12
-# Vector 13
-# Vector 14
-# Vector 15
-# Vector 16
-# Vector 17
-# Vector 18
-# Vector 19
-# Vector 20
-# Vector 21
-ok 1 /utf8/get-char-validated
-# Start of validate tests
-ok 2 /utf8/validate/0
-ok 3 /utf8/validate/1
-ok 4 /utf8/validate/2
-ok 5 /utf8/validate/3
-ok 6 /utf8/validate/4
-ok 7 /utf8/validate/5
-ok 8 /utf8/validate/6
-ok 9 /utf8/validate/7
-ok 10 /utf8/validate/8
-ok 11 /utf8/validate/9
-ok 12 /utf8/validate/10
-ok 13 /utf8/validate/11
-ok 14 /utf8/validate/12
-ok 15 /utf8/validate/13
-ok 16 /utf8/validate/14
-ok 17 /utf8/validate/15
-ok 18 /utf8/validate/16
-ok 19 /utf8/validate/17
-ok 20 /utf8/validate/18
-ok 21 /utf8/validate/19
-ok 22 /utf8/validate/20
-ok 23 /utf8/validate/21
-ok 24 /utf8/validate/22
-ok 25 /utf8/validate/23
-ok 26 /utf8/validate/24
-ok 27 /utf8/validate/25
-ok 28 /utf8/validate/26
-ok 29 /utf8/validate/27
-ok 30 /utf8/validate/28
-ok 31 /utf8/validate/29
-ok 32 /utf8/validate/30
-ok 33 /utf8/validate/31
-ok 34 /utf8/validate/32
-ok 35 /utf8/validate/33
-ok 36 /utf8/validate/34
-ok 37 /utf8/validate/35
-ok 38 /utf8/validate/36
-ok 39 /utf8/validate/37
-ok 40 /utf8/validate/38
-ok 41 /utf8/validate/39
-ok 42 /utf8/validate/40
-ok 43 /utf8/validate/41
-ok 44 /utf8/validate/42
-ok 45 /utf8/validate/43
-ok 46 /utf8/validate/44
-ok 47 /utf8/validate/45
-ok 48 /utf8/validate/46
-ok 49 /utf8/validate/47
-ok 50 /utf8/validate/48
-ok 51 /utf8/validate/49
-ok 52 /utf8/validate/50
-ok 53 /utf8/validate/51
-ok 54 /utf8/validate/52
-ok 55 /utf8/validate/53
-ok 56 /utf8/validate/54
-ok 57 /utf8/validate/55
-ok 58 /utf8/validate/56
-ok 59 /utf8/validate/57
-ok 60 /utf8/validate/58
-ok 61 /utf8/validate/59
-ok 62 /utf8/validate/60
-ok 63 /utf8/validate/61
-ok 64 /utf8/validate/62
-ok 65 /utf8/validate/63
-ok 66 /utf8/validate/64
-ok 67 /utf8/validate/65
-ok 68 /utf8/validate/66
-ok 69 /utf8/validate/67
-ok 70 /utf8/validate/68
-ok 71 /utf8/validate/69
-ok 72 /utf8/validate/70
-ok 73 /utf8/validate/71
-ok 74 /utf8/validate/72
-ok 75 /utf8/validate/73
-ok 76 /utf8/validate/74
-ok 77 /utf8/validate/75
-ok 78 /utf8/validate/76
-ok 79 /utf8/validate/77
-ok 80 /utf8/validate/78
-ok 81 /utf8/validate/79
-ok 82 /utf8/validate/80
-ok 83 /utf8/validate/81
-ok 84 /utf8/validate/82
-ok 85 /utf8/validate/83
-ok 86 /utf8/validate/84
-ok 87 /utf8/validate/85
-ok 88 /utf8/validate/86
-ok 89 /utf8/validate/87
-ok 90 /utf8/validate/88
-ok 91 /utf8/validate/89
-ok 92 /utf8/validate/90
-ok 93 /utf8/validate/91
-ok 94 /utf8/validate/92
-ok 95 /utf8/validate/93
-ok 96 /utf8/validate/94
-ok 97 /utf8/validate/95
-ok 98 /utf8/validate/96
-ok 99 /utf8/validate/97
-ok 100 /utf8/validate/98
-ok 101 /utf8/validate/99
-ok 102 /utf8/validate/100
-ok 103 /utf8/validate/101
-ok 104 /utf8/validate/102
-ok 105 /utf8/validate/103
-ok 106 /utf8/validate/104
-ok 107 /utf8/validate/105
-ok 108 /utf8/validate/106
-ok 109 /utf8/validate/107
-ok 110 /utf8/validate/108
-ok 111 /utf8/validate/109
-ok 112 /utf8/validate/110
-ok 113 /utf8/validate/111
-ok 114 /utf8/validate/112
-ok 115 /utf8/validate/113
-ok 116 /utf8/validate/114
-ok 117 /utf8/validate/115
-ok 118 /utf8/validate/116
-ok 119 /utf8/validate/117
-ok 120 /utf8/validate/118
-ok 121 /utf8/validate/119
-ok 122 /utf8/validate/120
-ok 123 /utf8/validate/121
-ok 124 /utf8/validate/122
-ok 125 /utf8/validate/123
-ok 126 /utf8/validate/124
-ok 127 /utf8/validate/125
-ok 128 /utf8/validate/126
-ok 129 /utf8/validate/127
-ok 130 /utf8/validate/128
-ok 131 /utf8/validate/129
-ok 132 /utf8/validate/130
-ok 133 /utf8/validate/131
-ok 134 /utf8/validate/132
-ok 135 /utf8/validate/133
-ok 136 /utf8/validate/134
-ok 137 /utf8/validate/135
-ok 138 /utf8/validate/136
-ok 139 /utf8/validate/137
-ok 140 /utf8/validate/138
-ok 141 /utf8/validate/139
-ok 142 /utf8/validate/140
-ok 143 /utf8/validate/141
-ok 144 /utf8/validate/142
-ok 145 /utf8/validate/143
-ok 146 /utf8/validate/144
-ok 147 /utf8/validate/145
-ok 148 /utf8/validate/146
-ok 149 /utf8/validate/147
-ok 150 /utf8/validate/148
-ok 151 /utf8/validate/149
-ok 152 /utf8/validate/150
-ok 153 /utf8/validate/151
-ok 154 /utf8/validate/152
-ok 155 /utf8/validate/153
-ok 156 /utf8/validate/154
-ok 157 /utf8/validate/155
-ok 158 /utf8/validate/156
-ok 159 /utf8/validate/157
-ok 160 /utf8/validate/158
-ok 161 /utf8/validate/159
-ok 162 /utf8/validate/160
-ok 163 /utf8/validate/161
-ok 164 /utf8/validate/162
-ok 165 /utf8/validate/163
-ok 166 /utf8/validate/164
-ok 167 /utf8/validate/165
-ok 168 /utf8/validate/166
-ok 169 /utf8/validate/167
-ok 170 /utf8/validate/168
-ok 171 /utf8/validate/169
-ok 172 /utf8/validate/170
-ok 173 /utf8/validate/171
-ok 174 /utf8/validate/172
-ok 175 /utf8/validate/173
-ok 176 /utf8/validate/174
-ok 177 /utf8/validate/175
-ok 178 /utf8/validate/176
-ok 179 /utf8/validate/177
-ok 180 /utf8/validate/178
-ok 181 /utf8/validate/179
-ok 182 /utf8/validate/180
-ok 183 /utf8/validate/181
-ok 184 /utf8/validate/182
-ok 185 /utf8/validate/183
-ok 186 /utf8/validate/184
-ok 187 /utf8/validate/185
-ok 188 /utf8/validate/186
-ok 189 /utf8/validate/187
-ok 190 /utf8/validate/188
-ok 191 /utf8/validate/189
-ok 192 /utf8/validate/190
-ok 193 /utf8/validate/191
-ok 194 /utf8/validate/192
-ok 195 /utf8/validate/193
-ok 196 /utf8/validate/194
-ok 197 /utf8/validate/195
-ok 198 /utf8/validate/196
-ok 199 /utf8/validate/197
-ok 200 /utf8/validate/198
-ok 201 /utf8/validate/199
-ok 202 /utf8/validate/200
-ok 203 /utf8/validate/201
-ok 204 /utf8/validate/202
-ok 205 /utf8/validate/203
-ok 206 /utf8/validate/204
-ok 207 /utf8/validate/205
-ok 208 /utf8/validate/206
-ok 209 /utf8/validate/207
-ok 210 /utf8/validate/208
-ok 211 /utf8/validate/209
-ok 212 /utf8/validate/210
-ok 213 /utf8/validate/211
-ok 214 /utf8/validate/212
-ok 215 /utf8/validate/213
-ok 216 /utf8/validate/214
-# End of validate tests
-# End of utf8 tests
-PASS: glib/utf8-validate.test
-Running test: glib/rcbox.test
-# random seed: R02S3d5f1aac8909a99b91e68e1127c92dee
-1..8
-# Start of rcbox tests
-ok 1 /rcbox/new
-# global_point = 0x558b65509c30
-ok 2 /rcbox/release-full
-# global_point_a = 0x558b65509c30
-# global_point_b = 0x558b65508620
-ok 3 /rcbox/dup
-ok 4 /rcbox/alignment
-# End of rcbox tests
-# Start of atomic-rcbox tests
-ok 5 /atomic-rcbox/new
-# global_point = 0x558b65509dd0
-ok 6 /atomic-rcbox/release-full
-# global_point_a = 0x558b65509dd0
-# global_point_b = 0x558b65509d90
-ok 7 /atomic-rcbox/dup
-ok 8 /atomic-rcbox/alignment
-# End of atomic-rcbox tests
-PASS: glib/rcbox.test
-Running test: glib/qsort-test.test
-PASS: glib/qsort-test.test
-Running test: glib/thread.test
-# random seed: R02Sac303f6b8ce4e78f6a5cd50539a33b2b
-1..6
-# Start of thread tests
-ok 1 /thread/thread1
-ok 2 /thread/thread2
-ok 3 /thread/thread3
-ok 4 /thread/thread4
-ok 5 /thread/thread5
-ok 6 /thread/thread6
-# End of thread tests
-PASS: glib/thread.test
-Running test: glib/keyfile.test
-# random seed: R02Sd42795fd21e2470e2a158bd34db7df74
-1..35
-# Start of keyfile tests
-ok 1 /keyfile/line-ends
-ok 2 /keyfile/whitespace
-ok 3 /keyfile/comments
-ok 4 /keyfile/listing
-ok 5 /keyfile/string
-ok 6 /keyfile/boolean
-ok 7 /keyfile/number
-ok 8 /keyfile/locale-string
-ok 9 /keyfile/lists
-ok 10 /keyfile/lists-set-get
-# Bug Reference: http://bugzilla.gnome.org/165887
-ok 11 /keyfile/group-remove
-# Bug Reference: http://bugzilla.gnome.org/165980
-ok 12 /keyfile/key-remove
-# Bug Reference: http://bugzilla.gnome.org/316309
-ok 13 /keyfile/groups
-ok 14 /keyfile/duplicate-keys
-# Bug Reference: http://bugzilla.gnome.org/157877
-ok 15 /keyfile/duplicate-groups
-# Bug Reference: http://bugzilla.gnome.org/385910
-ok 16 /keyfile/duplicate-groups2
-ok 17 /keyfile/group-names
-ok 18 /keyfile/key-names
-# Bug Reference: http://bugzilla.gnome.org/420686
-ok 19 /keyfile/reload
-# Bug Reference: http://bugzilla.gnome.org/614864
-ok 20 /keyfile/int64
-ok 21 /keyfile/load
-ok 22 /keyfile/save
-ok 23 /keyfile/load-fail
-ok 24 /keyfile/non-utf8
-# Bug Reference: http://bugzilla.gnome.org/640695
-ok 25 /keyfile/page-boundary
-ok 26 /keyfile/ref
-ok 27 /keyfile/replace-value
-ok 28 /keyfile/list-separator
-ok 29 /keyfile/empty-string
-ok 30 /keyfile/limbo
-ok 31 /keyfile/utf8
-ok 32 /keyfile/roundtrip
-ok 33 /keyfile/bytes
-ok 34 /keyfile/get-locale
-ok 35 /keyfile/free-when-not-last-ref
-# End of keyfile tests
-PASS: glib/keyfile.test
-Running test: glib/glistmodel.test
-# random seed: R02S8444c80085f065370fdf4aa96d5cee0e
-1..17
-# Start of glistmodel tests
-# Start of store tests
-ok 1 /glistmodel/store/properties
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 2 /glistmodel/store/non-gobjects
-ok 3 /glistmodel/store/boundaries
-ok 4 /glistmodel/store/refcounts
-ok 5 /glistmodel/store/sorted
-# Bug Reference: https://bugzilla.gnome.org/795307
-ok 6 /glistmodel/store/splice-replace-middle
-# Bug Reference: https://bugzilla.gnome.org/795307
-ok 7 /glistmodel/store/splice-replace-all
-ok 8 /glistmodel/store/splice-noop
-ok 9 /glistmodel/store/splice-remove-multiple
-ok 10 /glistmodel/store/splice-add-multiple
-ok 11 /glistmodel/store/splice-wrong-type
-ok 12 /glistmodel/store/item-type
-ok 13 /glistmodel/store/remove-all
-ok 14 /glistmodel/store/sort
-ok 15 /glistmodel/store/get-item-cache
-ok 16 /glistmodel/store/items-changed
-ok 17 /glistmodel/store/past-end
-# End of store tests
-# End of glistmodel tests
-PASS: glib/glistmodel.test
-Running test: glib/reference.test
-# random seed: R02S3a6b081a6cfb0f297a04401d339d2a35
-1..19
-# Start of type tests
-ok 1 /type/fundamentals
-ok 2 /type/qdata
-ok 3 /type/query
-ok 4 /type/class-private
-# End of type tests
-# Start of object tests
-ok 5 /object/clear
-ok 6 /object/clear-function
-ok 7 /object/set
-ok 8 /object/set-function
-ok 9 /object/value
-ok 10 /object/initially-unowned
-ok 11 /object/weak-pointer
-ok 12 /object/weak-ref
-ok 13 /object/toggle-ref
-ok 14 /object/qdata
-ok 15 /object/qdata2
-# Start of weak-pointer tests
-ok 16 /object/weak-pointer/clear
-ok 17 /object/weak-pointer/clear-function
-ok 18 /object/weak-pointer/set
-ok 19 /object/weak-pointer/set-function
-# End of weak-pointer tests
-# End of object tests
-PASS: glib/reference.test
-Running test: glib/gdbus-unix-addresses.test
-# random seed: R02S694d4debf82e3846810672f36012539a
-1..2
-# Start of gdbus tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 1 /gdbus/x11-autolaunch
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 2 /gdbus/xdg-runtime
+ok 1 /gdbus/introspection-parser
+ok 2 /gdbus/introspection-generate
+ok 3 /gdbus/introspection-default-direction
+ok 4 /gdbus/introspection-extra-data
# End of gdbus tests
-PASS: glib/gdbus-unix-addresses.test
-Running test: glib/deftype.test
-PASS: glib/deftype.test
-Running test: glib/mapping-test.test
-GLib-Message: 17:11:26.373: test_mapping: ok
-GLib-Message: 17:11:26.375: test_private: ok
-GLib-Message: 17:11:26.375: test_child_private: child spawned
-GLib-Message: 17:11:26.380: test_child_private: received first child signal
-GLib-Message: 17:11:26.381: test_child_private: received parent signal
-GLib-Message: 17:11:26.383: test_child_private: received second child signal
-GLib-Message: 17:11:26.383: test_child_private: ok
-PASS: glib/mapping-test.test
-Running test: glib/rand.test
-# random seed: R02Sa65ca60f64fd4f78aba73703c956905b
-1..2
-# Start of rand tests
-ok 1 /rand/test-rand
-# Bug Reference: http://bugzilla.gnome.org/502560
-ok 2 /rand/double-range
-# End of rand tests
-PASS: glib/rand.test
-Running test: glib/thumbnail-verification.test
-# random seed: R02S5b7f4b255f13a9d04fd17c4fc952bd48
-1..1
-# Start of png-thumbs tests
-ok 1 /png-thumbs/validity
-# End of png-thumbs tests
-PASS: glib/thumbnail-verification.test
-Running test: glib/tls-database.test
-# random seed: R02Sc61739ee17291672dd86805e7fecffa2
-1..1
-# Start of tls-backend tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?
-ok 1 /tls-backend/set-default-database
-# End of tls-backend tests
-PASS: glib/tls-database.test
-Running test: glib/bit-test.test
-PASS: glib/bit-test.test
+PASS: glib/gdbus-introspection.test
Running test: glib/g-file.test
-# random seed: R02Se4966ee0396164cca8fee9d3ad716db9
+# random seed: R02S7bfa1247c1bd85ca2e0f1a2532d77852
1..8
# Start of g-file tests
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
@@ -27527,7 +24750,7 @@ ok 2 /g-file/test_g_file_new_for_path
ok 3 /g-file/test_g_file_new_for_uri
ok 4 /g-file/test_g_file_dup
ok 5 /g-file/test_g_file_get_parse_name_utf8
-file:///var/volatile/tmp/test-tmp-glib_g-file.test-V4I53Z
+file:///var/volatile/tmp/test-tmp-glib_g-file.test-HFXV3Z
file:///var/volatile/tmp
file:///tmp
file:////UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88
@@ -27553,105 +24776,113 @@ ok 7 /g-file/test_g_file_has_prefix
ok 8 /g-file/test_g_file_get_parent_child
# End of g-file tests
PASS: glib/g-file.test
-Running test: glib/signal-handler.test
-# random seed: R02S29f71199fa39f21a2057cad500772c97
-1..0
-PASS: glib/signal-handler.test
-Running test: glib/threadpool-test.test
-Executing: glib/threadpool-test.test
-Executing: glib/threadpool-test.test
-Executing: glib/threadpool-test.test
-Executing: glib/threadpool-test.test
-Executing: glib/threadpool-test.test
-Executing: glib/threadpool-test.test
-Executing: glib/threadpool-test.test
-Executing: glib/threadpool-test.test
-PASS: glib/threadpool-test.test
-Running test: glib/base64.test
-# random seed: R02Sa33308d5db23274a71e56c0004e5576f
-1..28
-# Start of base64 tests
-ok 1 /base64/encode
-ok 2 /base64/decode
-ok 3 /base64/decode-inplace
-ok 4 /base64/encode-decode
-# Start of full tests
-ok 5 /base64/full/1
-ok 6 /base64/full/2
-ok 7 /base64/full/3
-ok 8 /base64/full/4
-# End of full tests
-# Start of encode tests
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=https://gitlab.gnome.org/GNOME/glib/issues/1698
-ok 9 /base64/encode/empty
-# Start of incremental tests
-# Start of small-block tests
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
-ok 10 /base64/encode/incremental/small-block/1
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
-ok 11 /base64/encode/incremental/small-block/2
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
-ok 12 /base64/encode/incremental/small-block/3
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
-ok 13 /base64/encode/incremental/small-block/4
-# End of small-block tests
-# End of incremental tests
-# End of encode tests
-# Start of incremental tests
-# Start of nobreak tests
-ok 14 /base64/incremental/nobreak/1
-ok 15 /base64/incremental/nobreak/2
-ok 16 /base64/incremental/nobreak/3
-ok 17 /base64/incremental/nobreak/4-a
-ok 18 /base64/incremental/nobreak/4-b
-ok 19 /base64/incremental/nobreak/4-c
-# End of nobreak tests
-# Start of break tests
-ok 20 /base64/incremental/break/1
-ok 21 /base64/incremental/break/2
-ok 22 /base64/incremental/break/3
-# End of break tests
-# Start of smallblock tests
-ok 23 /base64/incremental/smallblock/1
-ok 24 /base64/incremental/smallblock/2
-ok 25 /base64/incremental/smallblock/3
-ok 26 /base64/incremental/smallblock/4
-# End of smallblock tests
-# End of incremental tests
-# Start of decode tests
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=https://gitlab.gnome.org/GNOME/glib/issues/1698
-ok 27 /base64/decode/empty
-# End of decode tests
-# Start of encode-decode tests
-# Vector 0:
-# Vector 1: f
-# Vector 2: fo
-# Vector 3: foo
-# Vector 4: foob
-# Vector 5: fooba
-# Vector 6: foobar
-ok 28 /base64/encode-decode/rfc4648
-# End of encode-decode tests
-# End of base64 tests
-PASS: glib/base64.test
+Running test: glib/asyncqueue-test.test
+Executing: glib/asyncqueue-test.test
+Executing: glib/asyncqueue-test.test
+Executing: glib/asyncqueue-test.test
+Executing: glib/asyncqueue-test.test
+PASS: glib/asyncqueue-test.test
+Running test: glib/gdbus-exit-on-close.test
+# random seed: R02S8a2f8194f65ad486b93deb89e66224ab
+1..4
+# Start of gdbus tests
+# Start of exit-on-close tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 1 /gdbus/exit-on-close/default
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 2 /gdbus/exit-on-close/true
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 3 /gdbus/exit-on-close/false
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 4 /gdbus/exit-on-close/we-close
+# Start of default tests
+# End of default tests
+# Start of true tests
+# End of true tests
+# Start of false tests
+# End of false tests
+# Start of we-close tests
+# End of we-close tests
+# End of exit-on-close tests
+# End of gdbus tests
+PASS: glib/gdbus-exit-on-close.test
+Running test: glib/env-test.test
+PASS: glib/env-test.test
+Running test: glib/gdbus-test-codegen-old.test
+# random seed: R02S8a39e796851f266a1f377cc80ded3bf2
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..7
+# Start of gdbus tests
+# Start of codegen tests
+ok 1 /gdbus/codegen/annotations
+ok 2 /gdbus/codegen/interface_stability
+ok 3 /gdbus/codegen/object-manager
+ok 4 /gdbus/codegen/property-naming
+ok 5 /gdbus/codegen/autocleanups
+ok 6 /gdbus/codegen/deprecations
+ok 7 /gdbus/codegen/standalone-interface-info
+# End of codegen tests
+# End of gdbus tests
+PASS: glib/gdbus-test-codegen-old.test
+Running test: glib/gio-test.test
+PASS: glib/gio-test.test
+Running test: glib/io-stream.test
+# random seed: R02Sab5d2306948aa2bc16e3b0699aa0974c
+1..3
+# Start of io-stream tests
+ok 1 /io-stream/copy-chunks
+# Start of close tests
+# Start of async tests
+ok 2 /io-stream/close/async/memory
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 3 /io-stream/close/async/file
+# End of async tests
+# End of close tests
+# End of io-stream tests
+PASS: glib/io-stream.test
+Running test: glib/gdbus-connection.test
+# random seed: R02S47af8a57e0cbfe746f96d46866089030
+1..8
+# Start of gdbus tests
+# Start of connection tests
+ok 1 /gdbus/connection/bus-failure
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 2 /gdbus/connection/basic
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 3 /gdbus/connection/life-cycle
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 4 /gdbus/connection/send
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 5 /gdbus/connection/signals
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 6 /gdbus/connection/signal-match-rules
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 7 /gdbus/connection/filter
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 8 /gdbus/connection/serials
+# End of connection tests
+# End of gdbus tests
+PASS: glib/gdbus-connection.test
Running test: glib/closure-refcount.test
-# random seed: R02Sbc02c64faad3635a3c82981629731a72
+# random seed: R02S98fa2006e8fab0ff936676e333633891
1..1
# Start of closure tests
-# Init 0x559f2c696830
+# Init 0x5571ec97c830
# Yielding from main thread
+Executing: glib/closure-refcount.test
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from thread2
-# Yielding from main thread
# Yielding from thread1
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
+# Yielding from main thread
# Yielding from thread2
# Yielding from thread1
# Yielding from main thread
@@ -27667,8 +24898,8 @@ Running test: glib/closure-refcount.test
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
-# Yielding from thread2
# Yielding from main thread
+# Yielding from thread2
# Yielding from thread1
# Yielding from main thread
# Yielding from main thread
@@ -27691,8 +24922,8 @@ Running test: glib/closure-refcount.test
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
-# Yielding from thread2
# Yielding from thread1
+# Yielding from thread2
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
@@ -27706,16 +24937,16 @@ Running test: glib/closure-refcount.test
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
-# Yielding from thread2
-# Yielding from main thread
# Yielding from thread1
# Yielding from main thread
+# Yielding from thread2
+# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
-# Yielding from thread2
# Yielding from thread1
+# Yielding from thread2
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
@@ -27737,23 +24968,23 @@ Running test: glib/closure-refcount.test
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
-# Yielding from thread1
# Yielding from thread2
+# Yielding from thread1
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
-# Yielding from thread1
# Yielding from thread2
+# Yielding from thread1
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
# Yielding from main thread
-# Yielding from thread2
# Yielding from main thread
+# Yielding from thread2
# Yielding from thread1
# Yielding from main thread
# Yielding from main thread
@@ -27769,316 +25000,153 @@ Running test: glib/closure-refcount.test
# Yielding from main thread
# Yielding from main thread
# Yielding from thread1
-# Yielding from thread2
# Yielding from main thread
+# Yielding from thread2
# Yielding from main thread
# Stopping
# Stopped
ok 1 /closure/refcount
# End of closure tests
PASS: glib/closure-refcount.test
-Running test: glib/mainloop.test
-# random seed: R02S6460deacb66a44cabf750fc7690ee54c
-1..21
-# Start of maincontext tests
-ok 1 /maincontext/basic
-# End of maincontext tests
-# Start of mainloop tests
-ok 2 /mainloop/basic
-ok 3 /mainloop/timeouts
-ok 4 /mainloop/priorities
-ok 5 /mainloop/invoke
-Executing: glib/mainloop.test
-ok 6 /mainloop/child_sources
-Executing: glib/mainloop.test
-ok 7 /mainloop/recursive_child_sources
-ok 8 /mainloop/swapping_child_sources
-# Bug Reference: http://bugzilla.gnome.org/701283
-ok 9 /mainloop/blocked_child_sources
-ok 10 /mainloop/source_time
-# Bug Reference: http://bugzilla.gnome.org/687098
-ok 11 /mainloop/overflow
-ok 12 /mainloop/ready-time
-ok 13 /mainloop/wakeup
-ok 14 /mainloop/remove-invalid
-ok 15 /mainloop/unref-while-pending
-ok 16 /mainloop/unix-fd
-ok 17 /mainloop/unix-fd-source
-ok 18 /mainloop/source-unix-fd-api
-ok 19 /mainloop/wait
-ok 20 /mainloop/unix-file-poll
-ok 21 /mainloop/nfds
-# End of mainloop tests
-PASS: glib/mainloop.test
-Running test: glib/unix.test
-# random seed: R02S75967f5d310589395da1bf8d53491a4c
-1..9
-# Start of glib-unix tests
-ok 1 /glib-unix/pipe
-ok 2 /glib-unix/error
-ok 3 /glib-unix/nonblocking
-ok 4 /glib-unix/sighup
-ok 5 /glib-unix/sigterm
-Executing: glib/unix.test
-ok 6 /glib-unix/sighup_again
-ok 7 /glib-unix/sighup_add_remove
-ok 8 /glib-unix/sighup_nested
-ok 9 /glib-unix/callback_after_signal
-# End of glib-unix tests
-PASS: glib/unix.test
-Running test: glib/buffered-input-stream.test
-# random seed: R02Sf63f115ad3383a3f074618767930fbb5
-1..10
-# Start of buffered-input-stream tests
-ok 1 /buffered-input-stream/peek
-ok 2 /buffered-input-stream/peek-buffer
-ok 3 /buffered-input-stream/set-buffer-size
-# Bug Reference: http://bugzilla.gnome.org/562393
-ok 4 /buffered-input-stream/read-byte
-ok 5 /buffered-input-stream/read
-ok 6 /buffered-input-stream/read-async
-ok 7 /buffered-input-stream/skip
-ok 8 /buffered-input-stream/skip-async
-ok 9 /buffered-input-stream/seek
-# End of buffered-input-stream tests
-# Start of filter-input-stream tests
-ok 10 /filter-input-stream/close
-# End of filter-input-stream tests
-PASS: glib/buffered-input-stream.test
-Running test: glib/fileutils.test
-# random seed: R02Scdc6d30925efd79177013f53baf4e6ce
-1..16
-# Start of fileutils tests
-ok 1 /fileutils/build-path
-ok 2 /fileutils/build-pathv
-ok 3 /fileutils/build-filename
-ok 4 /fileutils/build-filenamev
-ok 5 /fileutils/mkdir-with-parents
-ok 6 /fileutils/format-size-for-display
-ok 7 /fileutils/errors
-ok 8 /fileutils/basename
-ok 9 /fileutils/dir-make-tmp
-ok 10 /fileutils/file-open-tmp
-ok 11 /fileutils/mkstemp
-ok 12 /fileutils/mkdtemp
-ok 13 /fileutils/set-contents
-ok 14 /fileutils/read-link
-ok 15 /fileutils/stdio-wrappers
-# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/119
-# Testing fopen() mode 'w'
-# Testing fopen() mode 'r'
-# Testing fopen() mode 'a'
-# Testing fopen() mode 'w+'
-# Testing fopen() mode 'r+'
-# Testing fopen() mode 'a+'
-# Testing fopen() mode 'wb'
-# Testing fopen() mode 'rb'
-# Testing fopen() mode 'ab'
-# Testing fopen() mode 'w+b'
-# Testing fopen() mode 'r+b'
-# Testing fopen() mode 'a+b'
-# Testing fopen() mode 'wb+'
-# Testing fopen() mode 'rb+'
-# Testing fopen() mode 'ab+'
-ok 16 /fileutils/fopen-modes
-# End of fileutils tests
-PASS: glib/fileutils.test
-Running test: glib/socket-listener.test
-# random seed: R02S06e71b4a93e9ade05e1368679fb61a8f
-1..1
-# Start of socket-listener tests
-ok 1 /socket-listener/event-signal
-# End of socket-listener tests
-PASS: glib/socket-listener.test
-Running test: glib/markup-subparser.test
-# random seed: R02S932d4de07085525ad030e4c5900f44a0
+Running test: glib/slist.test
+# random seed: R02S90ec8805019b9b6ae26bf2e1cd4afaf6
1..14
-# Start of glib tests
-# Start of markup tests
-# Start of subparser tests
-# Start of success tests
-ok 1 /glib/markup/subparser/success/0
-ok 2 /glib/markup/subparser/success/1
-ok 3 /glib/markup/subparser/success/2
-ok 4 /glib/markup/subparser/success/3
-ok 5 /glib/markup/subparser/success/4
-ok 6 /glib/markup/subparser/success/5
-ok 7 /glib/markup/subparser/success/6
-# End of success tests
-# Start of failure tests
-ok 8 /glib/markup/subparser/failure/0
-ok 9 /glib/markup/subparser/failure/1
-ok 10 /glib/markup/subparser/failure/2
-ok 11 /glib/markup/subparser/failure/3
-ok 12 /glib/markup/subparser/failure/4
-ok 13 /glib/markup/subparser/failure/5
-ok 14 /glib/markup/subparser/failure/6
-# End of failure tests
-# End of subparser tests
-# End of markup tests
-# End of glib tests
-PASS: glib/markup-subparser.test
-Running test: glib/gsocketclient-slow.test
-# random seed: R02Sbdf1e393babb935915f16650cde76afd
+# Start of slist tests
+ok 1 /slist/sort
+ok 2 /slist/sort-with-data
+ok 3 /slist/insert-sorted
+ok 4 /slist/insert-sorted-with-data
+ok 5 /slist/reverse
+ok 6 /slist/nth
+ok 7 /slist/remove
+ok 8 /slist/remove-all
+ok 9 /slist/insert
+ok 10 /slist/position
+ok 11 /slist/concat
+ok 12 /slist/copy
+# Start of sort tests
+ok 13 /slist/sort/stable
+# End of sort tests
+# Start of copy tests
+ok 14 /slist/copy/deep
+# End of copy tests
+# End of slist tests
+PASS: glib/slist.test
+Running test: glib/utf8-pointer.test
+# random seed: R02S53e08e4b83ba2eb0c36872add471e9f6
1..3
-# Start of socket-client tests
-# Start of happy-eyeballs tests
+# Start of utf8 tests
+ok 1 /utf8/offsets
+ok 2 /utf8/lengths
+ok 3 /utf8/find
+# End of utf8 tests
+PASS: glib/utf8-pointer.test
+Running test: glib/string.test
+# random seed: R02S2e9d8f424c4e9c6658a70f72e96e28de
+1..18
+# Start of string tests
+ok 1 /string/test-string-chunks
+ok 2 /string/test-string-chunk-insert
+ok 3 /string/test-string-new
+ok 4 /string/test-string-printf
+ok 5 /string/test-string-assign
+ok 6 /string/test-string-append-c
+ok 7 /string/test-string-append
+ok 8 /string/test-string-prepend-c
+ok 9 /string/test-string-prepend
+ok 10 /string/test-string-insert
+ok 11 /string/test-string-insert-unichar
+ok 12 /string/test-string-equal
+ok 13 /string/test-string-truncate
+ok 14 /string/test-string-overwrite
+ok 15 /string/test-string-nul-handling
+ok 16 /string/test-string-up-down
+ok 17 /string/test-string-set-size
+ok 18 /string/test-string-to-bytes
+# End of string tests
+PASS: glib/string.test
+Running test: glib/network-monitor.test
+# random seed: R02S21224cd5af36c0dc1826af91f929014a
+1..4
+# Start of network-monitor tests
+# GLib-GIO-DEBUG: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals
+# GLib-GIO-DEBUG: Failed to initialize networkmanager (GNetworkMonitorNM) for gio-network-monitor: NetworkManager not running
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation netlink (GNetworkMonitorNetlink) for ?gio-network-monitor?
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?
-ok 1 /socket-client/happy-eyeballs/slow
-# Start of cancellation tests
-ok 2 /socket-client/happy-eyeballs/cancellation/instant
-# GLib-GIO-DEBUG: IPv4 DNS error: Operation was cancelled
-ok 3 /socket-client/happy-eyeballs/cancellation/delayed
-# End of cancellation tests
-# End of happy-eyeballs tests
-# End of socket-client tests
-PASS: glib/gsocketclient-slow.test
-Running test: glib/gdbus-proxy-well-known-name.test
-# random seed: R02S32a50ba515587e64b23d0e4a1d3c6304
-1..1
-# Start of gdbus tests
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 1 /gdbus/proxy-well-known-name
-# End of gdbus tests
-PASS: glib/gdbus-proxy-well-known-name.test
-Running test: glib/qdata.test
-# random seed: R02S19be33cce97593451afa5481cd51107f
-1..2
-# Start of qdata tests
-ok 1 /qdata/threaded
-ok 2 /qdata/dup
-# End of qdata tests
-PASS: glib/qdata.test
-Running test: glib/refcount-macro.test
-# random seed: R02S9866f4263cf6dd084a79472c6c1d9b80
+ok 1 /network-monitor/default
+ok 2 /network-monitor/remove_default
+ok 3 /network-monitor/add_networks
+ok 4 /network-monitor/remove_networks
+# End of network-monitor tests
+PASS: glib/network-monitor.test
+Running test: glib/error.test
+# random seed: R02Se992bc15896eb1e6ba490eca34c0b7f2
1..4
-# Start of refcount tests
-ok 1 /refcount/grefcount
-ok 2 /refcount/gatomicrefcount
-# Start of grefcount tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 3 /refcount/grefcount/saturation
-# End of grefcount tests
-# Start of gatomicrefcount tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 4 /refcount/gatomicrefcount/saturation
-# End of gatomicrefcount tests
-# End of refcount tests
-PASS: glib/refcount-macro.test
-Running test: glib/timeloop.test
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Elapsed user: 70
-Elapsed system: 92
-Elapsed total: 162
-total / iteration: 0.0054
-PASS: glib/timeloop.test
-Running test: glib/unicode-encoding.test
-PASS: glib/unicode-encoding.test
-Running test: glib/collate.test
-# random seed: R02Sef0c0f64b67421c0d05d7248b9681d17
-1..9
-# Start of unicode tests
-# Start of collate tests
-ok 1 /unicode/collate/0
-ok 2 /unicode/collate/1
-ok 3 /unicode/collate/2
-# End of collate tests
-# Start of collate-key tests
-ok 4 /unicode/collate-key/0
-ok 5 /unicode/collate-key/1
-ok 6 /unicode/collate-key/2
-# End of collate-key tests
-# Start of collate-filename tests
-ok 7 /unicode/collate-filename/0
-ok 8 /unicode/collate-filename/1
-ok 9 /unicode/collate-filename/2
-# End of collate-filename tests
-# End of unicode tests
-PASS: glib/collate.test
-Running test: glib/proxy-test.test
-# random seed: R02Sbcc13ba65683420a6bfdeb01025ff9c9
-1..9
-# Start of proxy tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestProxyResolver) for ?gio-proxy-resolver?
-ok 1 /proxy/direct_sync
-ok 2 /proxy/direct_async
-ok 3 /proxy/single_sync
-ok 4 /proxy/single_async
-ok 5 /proxy/multiple_sync
-ok 6 /proxy/multiple_async
-# GLib-GIO-DEBUG: IPv6 DNS error: Not found
-# GLib-GIO-DEBUG: IPv4 DNS error: Not found
-ok 7 /proxy/dns
-ok 8 /proxy/override
-ok 9 /proxy/enumerator-ports
-# End of proxy tests
-PASS: glib/proxy-test.test
-Running test: glib/testgobject.test
-private data during initialization: 54321 == 54321
-MAIN: emit test-signal:
-TestObject-Message: 17:12:21.081: ::test_signal default_handler called
-TestObject-Message: 17:12:21.081: ::test_signal default_handler called
-TestObject-Message: 17:12:21.081: ::test_signal default_handler called
-TestObject-Message: 17:12:21.081: signal return: "<default_handler><default_handler>"
-MAIN: call iface print-string on test and derived object:
-Iface-FOO: "iface-string-from-test-type" from 0x55cf6e039e70
-Iface-BAR: "iface-string-from-derived-type" from 0x55cf6e03bc20
-chaining: Iface-FOO: "iface-string-from-derived-type" from 0x55cf6e03bc20
-private data after initialization: 54321 == 54321
-TestObject-Message: 17:12:21.082: /usr/libexec/installed-tests/glib/testgobject done
-PASS: glib/testgobject.test
-Running test: glib/atomic.test
-# random seed: R02Sea5c72c3d50de1f2fa3e632d2d725c65
+# Start of error tests
+ok 1 /error/overwrite
+ok 2 /error/prefix
+ok 3 /error/literal
+ok 4 /error/copy
+# End of error tests
+PASS: glib/error.test
+Running test: glib/socket-service.test
+# random seed: R02Sd758ce24d82f79c24735be95d526ce18
+1..4
+# Start of socket-service tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?
+ok 1 /socket-service/start-stop
+ok 2 /socket-service/read_write_async
+ok 3 /socket-service/read_writev_async
+# Start of threaded tests
+# Bug Reference: http://bugzilla.gnome.org/712570
+ok 4 /socket-service/threaded/712570
+# End of threaded tests
+# End of socket-service tests
+PASS: glib/socket-service.test
+Running test: glib/gdbus-close-pending.test
+# random seed: R02Sfdd4a2334de630b905416cbd36d85768
1..2
-# Start of atomic tests
-ok 1 /atomic/types
-ok 2 /atomic/threaded
-# End of atomic tests
-PASS: glib/atomic.test
-Running test: glib/memory-output-stream.test
-# random seed: R02Sd58b8d22fa9f3332e1075c0b21f672ae
-1..9
-# Start of memory-output-stream tests
-# Bug Reference: http://bugzilla.gnome.org/540423
-# Bug Reference: http://bugzilla.gnome.org/720080
-ok 1 /memory-output-stream/truncate
-# Bug Reference: http://bugzilla.gnome.org/540459
-# Bug Reference: http://bugzilla.gnome.org/540461
-ok 2 /memory-output-stream/get-data-size
-# Bug Reference: http://bugzilla.gnome.org/605733
-ok 3 /memory-output-stream/properties
-ok 4 /memory-output-stream/write-bytes
-ok 5 /memory-output-stream/writev
-ok 6 /memory-output-stream/writev_nonblocking
-ok 7 /memory-output-stream/steal_as_bytes
-# Start of seek tests
-ok 8 /memory-output-stream/seek/fixed
-ok 9 /memory-output-stream/seek/resizable
-# End of seek tests
-# End of memory-output-stream tests
-PASS: glib/memory-output-stream.test
-Running test: glib/override.test
-PASS: glib/override.test
-Running test: glib/markup.test
-# random seed: R02S7477504d543bd37f59a42a3eb028156f
+# Start of gdbus tests
+ok 1 /gdbus/close-pending
+ok 2 /gdbus/unref-pending
+# End of gdbus tests
+PASS: glib/gdbus-close-pending.test
+Running test: glib/cancellable.test
+# random seed: R02Sb528e62e4507d4ddb2d2905a0851ec4e
1..1
-# Start of markup tests
-ok 1 /markup/stack
-# End of markup tests
-PASS: glib/markup.test
-Running test: glib/properties2.test
-START: /usr/libexec/installed-tests/glib/properties2
-init 0x55c08b182000
-..................................................................Executing: glib/properties2.test
-..................................dispose 0x55c08b182000!
-PASS: glib/properties2.test
+# Start of cancellable tests
+ok 1 /cancellable/multiple-concurrent
+# End of cancellable tests
+PASS: glib/cancellable.test
+Running test: glib/bytes.test
+# random seed: R02S763da8765acefd70f67f77005d2f38be
+1..17
+# Start of bytes tests
+ok 1 /bytes/new
+ok 2 /bytes/new-take
+ok 3 /bytes/new-static
+ok 4 /bytes/new-with-free-func
+ok 5 /bytes/new-from-bytes
+ok 6 /bytes/new-from-bytes-slice
+ok 7 /bytes/new-from-bytes-shared-ref
+ok 8 /bytes/hash
+ok 9 /bytes/equal
+ok 10 /bytes/compare
+ok 11 /bytes/null
+# Start of to-data tests
+ok 12 /bytes/to-data/transfered
+ok 13 /bytes/to-data/two-refs
+ok 14 /bytes/to-data/non-malloc
+# End of to-data tests
+# Start of to-array tests
+ok 15 /bytes/to-array/transfered
+ok 16 /bytes/to-array/two-refs
+ok 17 /bytes/to-array/non-malloc
+# End of to-array tests
+# End of bytes tests
+PASS: glib/bytes.test
Running test: glib/dataset.test
-# random seed: R02S2ae7c1dcb16eca1db7282137c0efb3e6
+# random seed: R02S3ff46374e5042e0826979a77f07716ef
1..10
# Start of quark tests
ok 1 /quark/basic
@@ -28098,1048 +25166,216 @@ ok 9 /datalist/id
ok 10 /datalist/recursive-clear
# End of datalist tests
PASS: glib/dataset.test
-Running test: glib/error.test
-# random seed: R02Sc781aa305b4c7c0f0bd01a3510e1f629
-1..4
-# Start of error tests
-ok 1 /error/overwrite
-ok 2 /error/prefix
-ok 3 /error/literal
-ok 4 /error/copy
-# End of error tests
-PASS: glib/error.test
-Running test: glib/convert.test
-# random seed: R02S8a03fec46403508aedb58832f31ff781
-1..12
-# Start of conversion tests
-ok 1 /conversion/no-conv
-ok 2 /conversion/iconv-state
-ok 3 /conversion/illegal-sequence
-ok 4 /conversion/byte-order
-ok 5 /conversion/unicode
-ok 6 /conversion/filename-utf8
-ok 7 /conversion/filename-display
-ok 8 /conversion/convert-embedded-nul
-# Start of locale-to-utf8 tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 9 /conversion/locale-to-utf8/embedded-nul
-# Start of embedded-nul tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of embedded-nul tests
-# End of locale-to-utf8 tests
-# Start of locale-from-utf8 tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 10 /conversion/locale-from-utf8/embedded-nul
-# Start of embedded-nul tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of embedded-nul tests
-# End of locale-from-utf8 tests
-# Start of filename-to-utf8 tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 11 /conversion/filename-to-utf8/embedded-nul
-# Start of embedded-nul tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of embedded-nul tests
-# End of filename-to-utf8 tests
-# Start of filename-from-utf8 tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 12 /conversion/filename-from-utf8/embedded-nul
-# Start of embedded-nul tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of embedded-nul tests
-# End of filename-from-utf8 tests
-# End of conversion tests
-PASS: glib/convert.test
-Running test: glib/dynamictype.test
-PASS: glib/dynamictype.test
-Running test: glib/gapplication.test
-# random seed: R02S01baf8491ab07e70c7d4fa3bef34fe4f
-1..16
-# Start of gapplication tests
-ok 1 /gapplication/no-dbus
-ok 2 /gapplication/no-appid
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 3 /gapplication/properties
-ok 4 /gapplication/app-id
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 5 /gapplication/quit
-ok 6 /gapplication/local-actions
-ok 7 /gapplication/local-command-line
-ok 8 /gapplication/resource-path
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 9 /gapplication/test-help
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 10 /gapplication/test-busy
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 11 /gapplication/test-handle-local-options1
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 12 /gapplication/test-handle-local-options2
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 13 /gapplication/test-handle-local-options3
-ok 14 /gapplication/api
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# launching subprocess
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 15 /gapplication/replace
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# launching subprocess
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 16 /gapplication/no-replace
-# End of gapplication tests
-PASS: glib/gapplication.test
-Running test: glib/signal2.test
-START: /usr/libexec/installed-tests/glib/signal2
-init 0x56095dc3a200
-init 0x56095dc3a220
-..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal2.test
-........................................................................................................................................................................................................................................................................................................
-stopping
-stopped
-dispose 0x56095dc3a200!
-dispose 0x56095dc3a220!
-PASS: glib/signal2.test
-Running test: glib/charset.test
-# random seed: R02S5a52e47e39ca2bb54e15fc52e8112e06
+Running test: glib/g-file-info-filesystem-readonly.test
+# random seed: R02Se1af942d4d1aaeb0bee0caaf998c6d67
+# Bug Reference: http://bugzilla.gnome.org/787731
1..2
-# Start of charset tests
-# Test 0
-# Test 1
-# Test 2
-# Test 3
-ok 1 /charset/language_names_with_category
-ok 2 /charset/language_names_with_category_async
-# End of charset tests
-PASS: glib/charset.test
-Running test: glib/search-utils.test
-# random seed: R02S9422ebe9f5d4dda24c70e4b63551a688
-1..1
-# GLib-DEBUG: Started
-# GLib-DEBUG: 'he' - 'Hello World' should match: OK
-# GLib-DEBUG: 'wo' - 'Hello World' should match: OK
-# GLib-DEBUG: 'lo' - 'Hello World' should NOT match: OK
-# GLib-DEBUG: 'ld' - 'Hello World' should NOT match: OK
-# GLib-DEBUG: 'wo' - 'Hello-World' should match: OK
-# GLib-DEBUG: 'wo' - 'HelloWorld' should NOT match: OK
-# GLib-DEBUG: 'jor' - 'J?rgen' should match: OK
-# GLib-DEBUG: 'gaetan' - 'Ga?tan' should match: OK
-# GLib-DEBUG: 'ele' - '?l?ve' should match: OK
-# GLib-DEBUG: 'Aza?s' - 'Azais' should NOT match: OK
-# GLib-DEBUG: 'Azais' - 'Aza?s' should match: OK
-# GLib-DEBUG: 'Jo?r' - 'Jorgen' should NOT match: OK
-# GLib-DEBUG: 'jor' - 'Jo?rgen' should match: OK
-# GLib-DEBUG: 'ist' - '?stanbul' should match: OK
-# GLib-DEBUG: 'diyarbakir' - 'Diyarbak?r' should match: OK
-# GLib-DEBUG: 'Xav Cla' - 'Xavier Claessens' should match: OK
-# GLib-DEBUG: 'Cla Xav' - 'Xavier Claessens' should match: OK
-# GLib-DEBUG: ' b ' - 'Foo Bar Baz' should match: OK
-# GLib-DEBUG: 'bar bazz' - 'Foo Bar Baz' should NOT match: OK
-ok 1 /search
-PASS: glib/search-utils.test
-Running test: glib/gmenumodel.test
-# random seed: R02S99a5568084e81326e15609dfea66d627
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..13
-# Start of gmenu tests
-ok 1 /gmenu/equality
-ok 2 /gmenu/random
-ok 3 /gmenu/attributes
-ok 4 /gmenu/links
-ok 5 /gmenu/mutable
-ok 6 /gmenu/convenience
-ok 7 /gmenu/menuitem
-# Start of dbus tests
-ok 8 /gmenu/dbus/roundtrip
-ok 9 /gmenu/dbus/subscriptions
-ok 10 /gmenu/dbus/threaded
-# Start of peer tests
-Executing: glib/gmenumodel.test
-ok 11 /gmenu/dbus/peer/roundtrip
-ok 12 /gmenu/dbus/peer/subscriptions
-# End of peer tests
-# End of dbus tests
-# Start of attributes tests
-ok 13 /gmenu/attributes/iterate
-# End of attributes tests
-# End of gmenu tests
-PASS: glib/gmenumodel.test
-Running test: glib/converter-stream.test
-# random seed: R02S5a3cbc01a189e9d4f2055c28cef5b419
+# Start of g-file-info-filesystem-readonly tests
+ok 1 /g-file-info-filesystem-readonly/test-fs-ro # SKIP 'bindfs' and 'fusermount' commands are needed to run this test
+ok 2 /g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor # SKIP 'bindfs' and 'fusermount' commands are needed to run this test
+# End of g-file-info-filesystem-readonly tests
+PASS: glib/g-file-info-filesystem-readonly.test
+Running test: glib/bookmarkfile.test
+# random seed: R02Sa5ff84241e2084b88b8eeef16b6c4e7f
+1..48
+# Start of bookmarks tests
+ok 1 /bookmarks/load-from-data-dirs
+ok 2 /bookmarks/to-file
+ok 3 /bookmarks/move-item
+ok 4 /bookmarks/misc
+# Start of parse tests
+ok 5 /bookmarks/parse/fail-33.xbel
+ok 6 /bookmarks/parse/fail-10.xbel
+ok 7 /bookmarks/parse/fail-37.xbel
+ok 8 /bookmarks/parse/fail-24.xbel
+ok 9 /bookmarks/parse/fail-05.xbel
+ok 10 /bookmarks/parse/fail-22.xbel
+ok 11 /bookmarks/parse/fail-12.xbel
+ok 12 /bookmarks/parse/fail-01.xbel
+ok 13 /bookmarks/parse/valid-03.xbel
+ok 14 /bookmarks/parse/fail-29.xbel
+ok 15 /bookmarks/parse/fail-34.xbel
+ok 16 /bookmarks/parse/fail-32.xbel
+ok 17 /bookmarks/parse/fail-06.xbel
+ok 18 /bookmarks/parse/valid-02.xbel
+ok 19 /bookmarks/parse/fail-15.xbel
+ok 20 /bookmarks/parse/fail-40.xbel
+ok 21 /bookmarks/parse/fail-20.xbel
+ok 22 /bookmarks/parse/valid-01.xbel
+ok 23 /bookmarks/parse/fail-04.xbel
+ok 24 /bookmarks/parse/fail-18.xbel
+ok 25 /bookmarks/parse/fail-28.xbel
+ok 26 /bookmarks/parse/fail-25.xbel
+ok 27 /bookmarks/parse/fail-39.xbel
+ok 28 /bookmarks/parse/fail-17.xbel
+ok 29 /bookmarks/parse/fail-03.xbel
+ok 30 /bookmarks/parse/fail-02.xbel
+ok 31 /bookmarks/parse/fail-08.xbel
+ok 32 /bookmarks/parse/fail-13.xbel
+ok 33 /bookmarks/parse/fail-21.xbel
+ok 34 /bookmarks/parse/fail-11.xbel
+ok 35 /bookmarks/parse/fail-31.xbel
+ok 36 /bookmarks/parse/fail-36.xbel
+ok 37 /bookmarks/parse/fail-38.xbel
+ok 38 /bookmarks/parse/fail-16.xbel
+ok 39 /bookmarks/parse/fail-35.xbel
+ok 40 /bookmarks/parse/fail-07.xbel
+ok 41 /bookmarks/parse/fail-09.xbel
+ok 42 /bookmarks/parse/fail-26.xbel
+ok 43 /bookmarks/parse/fail-41.xbel
+ok 44 /bookmarks/parse/fail-14.xbel
+ok 45 /bookmarks/parse/fail-30.xbel
+ok 46 /bookmarks/parse/fail-27.xbel
+ok 47 /bookmarks/parse/fail-19.xbel
+ok 48 /bookmarks/parse/fail-23.xbel
+# End of parse tests
+# End of bookmarks tests
+PASS: glib/bookmarkfile.test
+Running test: glib/glistmodel.test
+# random seed: R02Sfd1320e8307c3086ec8129345b53f6d6
1..17
-# Start of converter tests
-ok 1 /converter/basics
-# End of converter tests
-# Start of converter-input-stream tests
-ok 2 /converter-input-stream/expander
-ok 3 /converter-input-stream/compressor
-# Start of truncation tests
-ok 4 /converter-input-stream/truncation/zlib
-ok 5 /converter-input-stream/truncation/gzip
-ok 6 /converter-input-stream/truncation/raw
-# End of truncation tests
-# Start of charset tests
-ok 7 /converter-input-stream/charset/utf8->latin1
-ok 8 /converter-input-stream/charset/latin1->utf8
-ok 9 /converter-input-stream/charset/fallbacks
-# End of charset tests
-# End of converter-input-stream tests
-# Start of converter-output-stream tests
-# Start of roundtrip tests
-# Bug Reference: http://bugzilla.gnome.org/619945
-ok 10 /converter-output-stream/roundtrip/zlib-0
-# Bug Reference: http://bugzilla.gnome.org/619945
-ok 11 /converter-output-stream/roundtrip/zlib-9
-# Bug Reference: http://bugzilla.gnome.org/619945
-ok 12 /converter-output-stream/roundtrip/gzip-0
-# Bug Reference: http://bugzilla.gnome.org/619945
-ok 13 /converter-output-stream/roundtrip/gzip-9
-# Bug Reference: http://bugzilla.gnome.org/619945
-ok 14 /converter-output-stream/roundtrip/raw-0
-# Bug Reference: http://bugzilla.gnome.org/619945
-ok 15 /converter-output-stream/roundtrip/raw-9
-# End of roundtrip tests
-# End of converter-output-stream tests
-# Start of converter-stream tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?
-ok 16 /converter-stream/pollable
-ok 17 /converter-stream/leftover
-# End of converter-stream tests
-PASS: glib/converter-stream.test
-Running test: glib/gdbus-error.test
-# random seed: R02S5868c0698097c10e98b49579575cf54b
-1..4
-# Start of gdbus tests
-ok 1 /gdbus/registered-errors
-ok 2 /gdbus/unregistered-errors
-ok 3 /gdbus/transparent-gerror
-ok 4 /gdbus/register-error
-# End of gdbus tests
-PASS: glib/gdbus-error.test
-Running test: glib/gdbus-non-socket.test
-# random seed: R02Sa84850bd8d6b77768139846abfa1ae17
-1..1
-# Start of gdbus tests
-ok 1 /gdbus/non-socket
-# End of gdbus tests
-PASS: glib/gdbus-non-socket.test
-Running test: glib/sequence.test
-# random seed: R02Scf2613269c1f601d04242a8b20b938a4
-1..16
-# Start of sequence tests
-ok 1 /sequence/out-of-range-jump
-ok 2 /sequence/iter-move
-ok 3 /sequence/insert-sorted-non-pointer
-ok 4 /sequence/stable-sort
-ok 5 /sequence/is_empty
-# Start of random tests
-ok 6 /sequence/random/seed:825541564
-ok 7 /sequence/random/seed:801678400
-ok 8 /sequence/random/seed:1477639090
-ok 9 /sequence/random/seed:3369132895
-Executing: glib/sequence.test
-ok 10 /sequence/random/seed:1192944867
-ok 11 /sequence/random/seed:770458294
-ok 12 /sequence/random/seed:1099575817
-ok 13 /sequence/random/seed:590523467
-ok 14 /sequence/random/seed:3583571454
-ok 15 /sequence/random/seed:579241222
-ok 16 /sequence/random/seed:1932184266
-# End of random tests
-# End of sequence tests
-PASS: glib/sequence.test
-Running test: glib/gdbus-peer.test
-# random seed: R02S5934a95b77cd10b015c4319b3d8c6d52
-1..6
-# Start of gdbus tests
-ok 1 /gdbus/peer-to-peer
-ok 2 /gdbus/delayed-message-processing
-ok 3 /gdbus/nonce-tcp
-ok 4 /gdbus/tcp-anonymous
-ok 5 /gdbus/credentials
-# Machine ID: 056d3597eba1dbac4b232a755d110020
-Executing: glib/gdbus-peer.test
-ok 6 /gdbus/codegen-peer-to-peer
-# End of gdbus tests
-PASS: glib/gdbus-peer.test
-Running test: glib/regex.test
-# random seed: R02S704d5bafcbc609fc821a9bf52a2d068f
-1..572
-# Start of regex tests
-ok 1 /regex/properties
-ok 2 /regex/class
-ok 3 /regex/lookahead
-ok 4 /regex/lookbehind
-ok 5 /regex/subpattern
-ok 6 /regex/condition
-ok 7 /regex/recursion
-# Bug Reference: http://bugzilla.gnome.org/640489
-ok 8 /regex/multiline
-ok 9 /regex/explicit-crlf
-ok 10 /regex/max-lookbehind
-# Start of new tests
-ok 11 /regex/new/1
-ok 12 /regex/new/2
-ok 13 /regex/new/3
-ok 14 /regex/new/4
-ok 15 /regex/new/5
-ok 16 /regex/new/6
-ok 17 /regex/new/7
-ok 18 /regex/new/8
-ok 19 /regex/new/9
-ok 20 /regex/new/10
-ok 21 /regex/new/11
-ok 22 /regex/new/12
-ok 23 /regex/new/13
-ok 24 /regex/new/14
-ok 25 /regex/new/15
-ok 26 /regex/new/16
-ok 27 /regex/new/17
-ok 28 /regex/new/18
-ok 29 /regex/new/19
-# End of new tests
-# Start of new-check-flags tests
-ok 30 /regex/new-check-flags/20
-ok 31 /regex/new-check-flags/21
-ok 32 /regex/new-check-flags/22
-ok 33 /regex/new-check-flags/23
-ok 34 /regex/new-check-flags/24
-ok 35 /regex/new-check-flags/25
-ok 36 /regex/new-check-flags/26
-ok 37 /regex/new-check-flags/27
-ok 38 /regex/new-check-flags/28
-ok 39 /regex/new-check-flags/29
-ok 40 /regex/new-check-flags/30
-ok 41 /regex/new-check-flags/31
-ok 42 /regex/new-check-flags/32
-ok 43 /regex/new-check-flags/33
-# End of new-check-flags tests
-# Start of new-fail tests
-ok 44 /regex/new-fail/34
-ok 45 /regex/new-fail/35
-ok 46 /regex/new-fail/36
-ok 47 /regex/new-fail/37
-ok 48 /regex/new-fail/38
-ok 49 /regex/new-fail/39
-ok 50 /regex/new-fail/40
-ok 51 /regex/new-fail/41
-ok 52 /regex/new-fail/42
-ok 53 /regex/new-fail/43
-ok 54 /regex/new-fail/44
-ok 55 /regex/new-fail/45
-ok 56 /regex/new-fail/46
-ok 57 /regex/new-fail/47
-ok 58 /regex/new-fail/48
-ok 59 /regex/new-fail/49
-ok 60 /regex/new-fail/50
-ok 61 /regex/new-fail/51
-ok 62 /regex/new-fail/52
-ok 63 /regex/new-fail/53
-ok 64 /regex/new-fail/54
-ok 65 /regex/new-fail/55
-ok 66 /regex/new-fail/56
-ok 67 /regex/new-fail/57
-ok 68 /regex/new-fail/58
-ok 69 /regex/new-fail/59
-ok 70 /regex/new-fail/60
-ok 71 /regex/new-fail/61
-ok 72 /regex/new-fail/62
-ok 73 /regex/new-fail/63
-ok 74 /regex/new-fail/64
-ok 75 /regex/new-fail/65
-ok 76 /regex/new-fail/66
-ok 77 /regex/new-fail/67
-ok 78 /regex/new-fail/68
-ok 79 /regex/new-fail/69
-ok 80 /regex/new-fail/70
-ok 81 /regex/new-fail/71
-ok 82 /regex/new-fail/72
-ok 83 /regex/new-fail/73
-ok 84 /regex/new-fail/74
-ok 85 /regex/new-fail/75
-ok 86 /regex/new-fail/76
-ok 87 /regex/new-fail/77
-ok 88 /regex/new-fail/78
-ok 89 /regex/new-fail/79
-ok 90 /regex/new-fail/80
-ok 91 /regex/new-fail/81
-ok 92 /regex/new-fail/82
-ok 93 /regex/new-fail/83
-ok 94 /regex/new-fail/84
-ok 95 /regex/new-fail/85
-ok 96 /regex/new-fail/86
-ok 97 /regex/new-fail/87
-ok 98 /regex/new-fail/88
-# End of new-fail tests
-# Start of match-simple tests
-ok 99 /regex/match-simple/89
-ok 100 /regex/match-simple/90
-ok 101 /regex/match-simple/91
-ok 102 /regex/match-simple/92
-ok 103 /regex/match-simple/93
-ok 104 /regex/match-simple/94
-ok 105 /regex/match-simple/95
-ok 106 /regex/match-simple/96
-ok 107 /regex/match-simple/97
-ok 108 /regex/match-simple/98
-ok 109 /regex/match-simple/99
-ok 110 /regex/match-simple/100
-ok 111 /regex/match-simple/101
-ok 112 /regex/match-simple/102
-ok 113 /regex/match-simple/103
-ok 114 /regex/match-simple/104
-ok 115 /regex/match-simple/105
-ok 116 /regex/match-simple/106
-ok 117 /regex/match-simple/107
-ok 118 /regex/match-simple/108
-ok 119 /regex/match-simple/109
-ok 120 /regex/match-simple/110
-ok 121 /regex/match-simple/111
-ok 122 /regex/match-simple/112
-ok 123 /regex/match-simple/113
-ok 124 /regex/match-simple/114
-ok 125 /regex/match-simple/115
-ok 126 /regex/match-simple/116
-ok 127 /regex/match-simple/117
-ok 128 /regex/match-simple/118
-ok 129 /regex/match-simple/119
-ok 130 /regex/match-simple/120
-ok 131 /regex/match-simple/121
-ok 132 /regex/match-simple/122
-ok 133 /regex/match-simple/123
-ok 134 /regex/match-simple/124
-ok 135 /regex/match-simple/125
-ok 136 /regex/match-simple/126
-ok 137 /regex/match-simple/127
-ok 138 /regex/match-simple/128
-ok 139 /regex/match-simple/129
-ok 140 /regex/match-simple/130
-ok 141 /regex/match-simple/131
-ok 142 /regex/match-simple/132
-ok 143 /regex/match-simple/133
-ok 144 /regex/match-simple/134
-ok 145 /regex/match-simple/135
-ok 146 /regex/match-simple/136
-ok 147 /regex/match-simple/137
-ok 148 /regex/match-simple/138
-ok 149 /regex/match-simple/139
-ok 150 /regex/match-simple/140
-ok 151 /regex/match-simple/141
-ok 152 /regex/match-simple/142
-ok 153 /regex/match-simple/143
-ok 154 /regex/match-simple/144
-ok 155 /regex/match-simple/145
-ok 156 /regex/match-simple/146
-ok 157 /regex/match-simple/147
-ok 158 /regex/match-simple/148
-ok 159 /regex/match-simple/149
-ok 160 /regex/match-simple/150
-ok 161 /regex/match-simple/151
-ok 162 /regex/match-simple/152
-ok 163 /regex/match-simple/153
-ok 164 /regex/match-simple/154
-ok 165 /regex/match-simple/155
-ok 166 /regex/match-simple/156
-ok 167 /regex/match-simple/157
-# End of match-simple tests
-# Start of match tests
-ok 168 /regex/match/158
-ok 169 /regex/match/159
-ok 170 /regex/match/160
-ok 171 /regex/match/161
-ok 172 /regex/match/162
-ok 173 /regex/match/163
-ok 174 /regex/match/164
-ok 175 /regex/match/165
-ok 176 /regex/match/166
-ok 177 /regex/match/167
-ok 178 /regex/match/168
-ok 179 /regex/match/169
-ok 180 /regex/match/170
-ok 181 /regex/match/171
-ok 182 /regex/match/172
-ok 183 /regex/match/173
-ok 184 /regex/match/174
-ok 185 /regex/match/175
-ok 186 /regex/match/176
-ok 187 /regex/match/177
-ok 188 /regex/match/178
-ok 189 /regex/match/179
-ok 190 /regex/match/180
-ok 191 /regex/match/181
-ok 192 /regex/match/182
-ok 193 /regex/match/183
-ok 194 /regex/match/184
-ok 195 /regex/match/185
-ok 196 /regex/match/186
-ok 197 /regex/match/187
-ok 198 /regex/match/188
-ok 199 /regex/match/189
-ok 200 /regex/match/190
-ok 201 /regex/match/191
-ok 202 /regex/match/192
-ok 203 /regex/match/193
-ok 204 /regex/match/194
-ok 205 /regex/match/195
-ok 206 /regex/match/196
-ok 207 /regex/match/197
-ok 208 /regex/match/198
-ok 209 /regex/match/199
-ok 210 /regex/match/200
-ok 211 /regex/match/201
-ok 212 /regex/match/202
-ok 213 /regex/match/203
-ok 214 /regex/match/204
-ok 215 /regex/match/205
-ok 216 /regex/match/206
-ok 217 /regex/match/207
-ok 218 /regex/match/208
-ok 219 /regex/match/209
-ok 220 /regex/match/210
-ok 221 /regex/match/211
-ok 222 /regex/match/212
-ok 223 /regex/match/213
-ok 224 /regex/match/214
-ok 225 /regex/match/215
-ok 226 /regex/match/216
-ok 227 /regex/match/217
-ok 228 /regex/match/218
-ok 229 /regex/match/219
-ok 230 /regex/match/220
-ok 231 /regex/match/221
-ok 232 /regex/match/222
-ok 233 /regex/match/223
-ok 234 /regex/match/224
-ok 235 /regex/match/225
-ok 236 /regex/match/226
-ok 237 /regex/match/227
-ok 238 /regex/match/228
-# Start of next0 tests
-ok 239 /regex/match/next0/229
-ok 240 /regex/match/next0/230
-ok 241 /regex/match/next0/231
-ok 242 /regex/match/next0/232
-# End of next0 tests
-# Start of next1 tests
-ok 243 /regex/match/next1/233
-ok 244 /regex/match/next1/234
-ok 245 /regex/match/next1/235
-ok 246 /regex/match/next1/236
-# End of next1 tests
-# Start of next2 tests
-ok 247 /regex/match/next2/237
-ok 248 /regex/match/next2/238
-ok 249 /regex/match/next2/239
-ok 250 /regex/match/next2/240
-ok 251 /regex/match/next2/241
-ok 252 /regex/match/next2/242
-ok 253 /regex/match/next2/243
-# End of next2 tests
-# Start of next3 tests
-ok 254 /regex/match/next3/244
-ok 255 /regex/match/next3/245
-ok 256 /regex/match/next3/246
-ok 257 /regex/match/next3/247
-ok 258 /regex/match/next3/248
-ok 259 /regex/match/next3/249
-# End of next3 tests
-# Start of next4 tests
-ok 260 /regex/match/next4/250
-# End of next4 tests
-# Start of count tests
-ok 261 /regex/match/count/251
-ok 262 /regex/match/count/252
-ok 263 /regex/match/count/253
-ok 264 /regex/match/count/254
-ok 265 /regex/match/count/255
-ok 266 /regex/match/count/256
-ok 267 /regex/match/count/257
-ok 268 /regex/match/count/258
-ok 269 /regex/match/count/259
-ok 270 /regex/match/count/260
-# End of count tests
-# Start of partial tests
-ok 271 /regex/match/partial/261
-ok 272 /regex/match/partial/262
-ok 273 /regex/match/partial/263
-ok 274 /regex/match/partial/264
-ok 275 /regex/match/partial/265
-ok 276 /regex/match/partial/266
-ok 277 /regex/match/partial/267
-ok 278 /regex/match/partial/268
-ok 279 /regex/match/partial/269
-# End of partial tests
-# Start of subpattern tests
-ok 280 /regex/match/subpattern/270
-ok 281 /regex/match/subpattern/271
-ok 282 /regex/match/subpattern/272
-ok 283 /regex/match/subpattern/273
-ok 284 /regex/match/subpattern/274
-ok 285 /regex/match/subpattern/275
-ok 286 /regex/match/subpattern/276
-ok 287 /regex/match/subpattern/277
-ok 288 /regex/match/subpattern/278
-ok 289 /regex/match/subpattern/279
-# Start of named tests
-# Start of dupnames tests
-ok 290 /regex/match/subpattern/named/dupnames/289
-ok 291 /regex/match/subpattern/named/dupnames/290
-ok 292 /regex/match/subpattern/named/dupnames/291
-ok 293 /regex/match/subpattern/named/dupnames/292
-ok 294 /regex/match/subpattern/named/dupnames/293
-# End of dupnames tests
-# End of named tests
-# End of subpattern tests
-# Start of named tests
-# Start of subpattern tests
-ok 295 /regex/match/named/subpattern/280
-ok 296 /regex/match/named/subpattern/281
-ok 297 /regex/match/named/subpattern/282
-ok 298 /regex/match/named/subpattern/283
-ok 299 /regex/match/named/subpattern/284
-ok 300 /regex/match/named/subpattern/285
-ok 301 /regex/match/named/subpattern/286
-ok 302 /regex/match/named/subpattern/287
-ok 303 /regex/match/named/subpattern/288
-ok 304 /regex/match/named/subpattern/294
-ok 305 /regex/match/named/subpattern/295
-ok 306 /regex/match/named/subpattern/296
-ok 307 /regex/match/named/subpattern/297
-ok 308 /regex/match/named/subpattern/298
-# End of subpattern tests
-# End of named tests
-# End of match tests
-# Start of fetch-all0 tests
-ok 309 /regex/fetch-all0/299
-ok 310 /regex/fetch-all0/300
-# End of fetch-all0 tests
-# Start of fetch-all1 tests
-ok 311 /regex/fetch-all1/301
-ok 312 /regex/fetch-all1/302
-ok 313 /regex/fetch-all1/303
-# End of fetch-all1 tests
-# Start of fetch-all2 tests
-ok 314 /regex/fetch-all2/304
-ok 315 /regex/fetch-all2/305
-ok 316 /regex/fetch-all2/306
-# End of fetch-all2 tests
-# Start of fetch-all3 tests
-ok 317 /regex/fetch-all3/307
-ok 318 /regex/fetch-all3/308
-ok 319 /regex/fetch-all3/309
-ok 320 /regex/fetch-all3/310
-ok 321 /regex/fetch-all3/311
-# End of fetch-all3 tests
-# Start of split tests
-# Start of simple0 tests
-ok 322 /regex/split/simple0/312
-ok 323 /regex/split/simple0/313
-ok 324 /regex/split/simple0/328
-ok 325 /regex/split/simple0/329
-# End of simple0 tests
-# Start of simple1 tests
-ok 326 /regex/split/simple1/314
-ok 327 /regex/split/simple1/315
-# End of simple1 tests
-# Start of simple2 tests
-ok 328 /regex/split/simple2/316
-ok 329 /regex/split/simple2/322
-ok 330 /regex/split/simple2/324
-# End of simple2 tests
-# Start of simple3 tests
-ok 331 /regex/split/simple3/317
-ok 332 /regex/split/simple3/318
-ok 333 /regex/split/simple3/319
-ok 334 /regex/split/simple3/320
-ok 335 /regex/split/simple3/321
-ok 336 /regex/split/simple3/323
-ok 337 /regex/split/simple3/325
-ok 338 /regex/split/simple3/326
-ok 339 /regex/split/simple3/327
-# End of simple3 tests
-# End of split tests
-# Start of split0 tests
-ok 340 /regex/split0/330
-ok 341 /regex/split0/332
-# End of split0 tests
-# Start of full-split0 tests
-ok 342 /regex/full-split0/331
-ok 343 /regex/full-split0/333
-ok 344 /regex/full-split0/334
-ok 345 /regex/full-split0/335
-ok 346 /regex/full-split0/336
-# End of full-split0 tests
-# Start of split1 tests
-ok 347 /regex/split1/337
-ok 348 /regex/split1/340
-# End of split1 tests
-# Start of full-split1 tests
-ok 349 /regex/full-split1/338
-ok 350 /regex/full-split1/339
-ok 351 /regex/full-split1/341
-ok 352 /regex/full-split1/342
-ok 353 /regex/full-split1/368
-# End of full-split1 tests
-# Start of split2 tests
-ok 354 /regex/split2/343
-ok 355 /regex/split2/347
-ok 356 /regex/split2/359
-# End of split2 tests
-# Start of full-split2 tests
-ok 357 /regex/full-split2/344
-ok 358 /regex/full-split2/345
-ok 359 /regex/full-split2/346
-ok 360 /regex/full-split2/348
-ok 361 /regex/full-split2/360
-ok 362 /regex/full-split2/363
-ok 363 /regex/full-split2/369
-# End of full-split2 tests
-# Start of split3 tests
-ok 364 /regex/split3/349
-ok 365 /regex/split3/351
-ok 366 /regex/split3/353
-ok 367 /regex/split3/355
-ok 368 /regex/split3/357
-ok 369 /regex/split3/361
-ok 370 /regex/split3/364
-ok 371 /regex/split3/366
-# End of split3 tests
-# Start of full-split3 tests
-ok 372 /regex/full-split3/350
-ok 373 /regex/full-split3/352
-ok 374 /regex/full-split3/354
-ok 375 /regex/full-split3/356
-ok 376 /regex/full-split3/358
-ok 377 /regex/full-split3/362
-ok 378 /regex/full-split3/365
-ok 379 /regex/full-split3/367
-ok 380 /regex/full-split3/370
-ok 381 /regex/full-split3/371
-# End of full-split3 tests
-# Start of check-repacement tests
-ok 382 /regex/check-repacement/372
-ok 383 /regex/check-repacement/373
-ok 384 /regex/check-repacement/374
-ok 385 /regex/check-repacement/375
-ok 386 /regex/check-repacement/376
-ok 387 /regex/check-repacement/377
-ok 388 /regex/check-repacement/378
-ok 389 /regex/check-repacement/379
-# End of check-repacement tests
-# Start of expand tests
-ok 390 /regex/expand/380
-ok 391 /regex/expand/381
-ok 392 /regex/expand/382
-ok 393 /regex/expand/383
-ok 394 /regex/expand/384
-ok 395 /regex/expand/385
-ok 396 /regex/expand/386
-ok 397 /regex/expand/387
-ok 398 /regex/expand/388
-ok 399 /regex/expand/389
-ok 400 /regex/expand/390
-ok 401 /regex/expand/391
-ok 402 /regex/expand/392
-ok 403 /regex/expand/393
-ok 404 /regex/expand/394
-ok 405 /regex/expand/395
-ok 406 /regex/expand/396
-ok 407 /regex/expand/397
-ok 408 /regex/expand/398
-ok 409 /regex/expand/399
-ok 410 /regex/expand/400
-ok 411 /regex/expand/401
-ok 412 /regex/expand/402
-ok 413 /regex/expand/403
-ok 414 /regex/expand/404
-ok 415 /regex/expand/405
-ok 416 /regex/expand/406
-ok 417 /regex/expand/407
-ok 418 /regex/expand/408
-ok 419 /regex/expand/409
-ok 420 /regex/expand/410
-ok 421 /regex/expand/411
-ok 422 /regex/expand/412
-ok 423 /regex/expand/413
-ok 424 /regex/expand/414
-ok 425 /regex/expand/415
-ok 426 /regex/expand/416
-ok 427 /regex/expand/417
-ok 428 /regex/expand/418
-ok 429 /regex/expand/419
-ok 430 /regex/expand/420
-ok 431 /regex/expand/421
-ok 432 /regex/expand/422
-ok 433 /regex/expand/423
-ok 434 /regex/expand/424
-ok 435 /regex/expand/425
-ok 436 /regex/expand/426
-ok 437 /regex/expand/427
-ok 438 /regex/expand/428
-ok 439 /regex/expand/429
-ok 440 /regex/expand/430
-ok 441 /regex/expand/431
-ok 442 /regex/expand/432
-ok 443 /regex/expand/433
-ok 444 /regex/expand/434
-ok 445 /regex/expand/435
-ok 446 /regex/expand/436
-ok 447 /regex/expand/437
-ok 448 /regex/expand/438
-ok 449 /regex/expand/439
-ok 450 /regex/expand/440
-ok 451 /regex/expand/441
-ok 452 /regex/expand/442
-ok 453 /regex/expand/443
-ok 454 /regex/expand/444
-ok 455 /regex/expand/445
-# End of expand tests
-# Start of replace tests
-ok 456 /regex/replace/446
-ok 457 /regex/replace/447
-ok 458 /regex/replace/448
-ok 459 /regex/replace/449
-ok 460 /regex/replace/450
-ok 461 /regex/replace/451
-ok 462 /regex/replace/452
-ok 463 /regex/replace/453
-ok 464 /regex/replace/454
-ok 465 /regex/replace/455
-ok 466 /regex/replace/456
-ok 467 /regex/replace/457
-ok 468 /regex/replace/458
-ok 469 /regex/replace/459
-ok 470 /regex/replace/460
-ok 471 /regex/replace/461
-ok 472 /regex/replace/462
-ok 473 /regex/replace/463
-ok 474 /regex/replace/464
-ok 475 /regex/replace/465
-ok 476 /regex/replace/466
-ok 477 /regex/replace/467
-ok 478 /regex/replace/468
-ok 479 /regex/replace/469
-ok 480 /regex/replace/470
-ok 481 /regex/replace/471
-# End of replace tests
-# Start of replace-literally tests
-ok 482 /regex/replace-literally/472
-ok 483 /regex/replace-literally/473
-ok 484 /regex/replace-literally/474
-ok 485 /regex/replace-literally/475
-ok 486 /regex/replace-literally/476
-ok 487 /regex/replace-literally/477
-ok 488 /regex/replace-literally/478
-ok 489 /regex/replace-literally/479
-ok 490 /regex/replace-literally/480
-ok 491 /regex/replace-literally/481
-ok 492 /regex/replace-literally/482
-ok 493 /regex/replace-literally/483
-ok 494 /regex/replace-literally/484
-ok 495 /regex/replace-literally/485
-ok 496 /regex/replace-literally/486
-ok 497 /regex/replace-literally/487
-ok 498 /regex/replace-literally/488
-ok 499 /regex/replace-literally/489
-ok 500 /regex/replace-literally/490
-ok 501 /regex/replace-literally/491
-# End of replace-literally tests
-# Start of string-number tests
-ok 502 /regex/string-number/492
-ok 503 /regex/string-number/493
-ok 504 /regex/string-number/494
-ok 505 /regex/string-number/495
-ok 506 /regex/string-number/496
-ok 507 /regex/string-number/497
-ok 508 /regex/string-number/498
-ok 509 /regex/string-number/499
-ok 510 /regex/string-number/500
-ok 511 /regex/string-number/501
-ok 512 /regex/string-number/502
-# End of string-number tests
-# Start of escape_nul tests
-ok 513 /regex/escape_nul/503
-ok 514 /regex/escape_nul/504
-ok 515 /regex/escape_nul/505
-ok 516 /regex/escape_nul/506
-ok 517 /regex/escape_nul/507
-ok 518 /regex/escape_nul/508
-ok 519 /regex/escape_nul/509
-ok 520 /regex/escape_nul/510
-ok 521 /regex/escape_nul/511
-ok 522 /regex/escape_nul/512
-ok 523 /regex/escape_nul/513
-ok 524 /regex/escape_nul/514
-ok 525 /regex/escape_nul/515
-ok 526 /regex/escape_nul/516
-ok 527 /regex/escape_nul/517
-# End of escape_nul tests
-# Start of escape tests
-ok 528 /regex/escape/518
-ok 529 /regex/escape/519
-ok 530 /regex/escape/520
-ok 531 /regex/escape/521
-ok 532 /regex/escape/522
-ok 533 /regex/escape/523
-ok 534 /regex/escape/524
-ok 535 /regex/escape/525
-ok 536 /regex/escape/526
-ok 537 /regex/escape/527
-ok 538 /regex/escape/528
-ok 539 /regex/escape/529
-ok 540 /regex/escape/530
-ok 541 /regex/escape/531
-ok 542 /regex/escape/532
-ok 543 /regex/escape/533
-ok 544 /regex/escape/534
-ok 545 /regex/escape/535
-# End of escape tests
-# Start of match-all0 tests
-ok 546 /regex/match-all0/536
-ok 547 /regex/match-all0/538
-# End of match-all0 tests
-# Start of match-all-full0 tests
-ok 548 /regex/match-all-full0/537
-ok 549 /regex/match-all-full0/539
-ok 550 /regex/match-all-full0/540
-ok 551 /regex/match-all-full0/541
-# End of match-all-full0 tests
-# Start of match-all1 tests
-ok 552 /regex/match-all1/542
-ok 553 /regex/match-all1/544
-ok 554 /regex/match-all1/549
-# End of match-all1 tests
-# Start of match-all-full1 tests
-ok 555 /regex/match-all-full1/543
-ok 556 /regex/match-all-full1/545
-ok 557 /regex/match-all-full1/546
-ok 558 /regex/match-all-full1/547
-ok 559 /regex/match-all-full1/548
-ok 560 /regex/match-all-full1/550
-# End of match-all-full1 tests
-# Start of match-all2 tests
-ok 561 /regex/match-all2/551
-ok 562 /regex/match-all2/553
-ok 563 /regex/match-all2/555
-# End of match-all2 tests
-# Start of match-all-full2 tests
-ok 564 /regex/match-all-full2/552
-ok 565 /regex/match-all-full2/554
-ok 566 /regex/match-all-full2/556
-# End of match-all-full2 tests
-# Start of match-all3 tests
-ok 567 /regex/match-all3/557
-ok 568 /regex/match-all3/559
-# End of match-all3 tests
-# Start of match-all-full3 tests
-ok 569 /regex/match-all-full3/558
-ok 570 /regex/match-all-full3/560
-# End of match-all-full3 tests
-# Start of match-notempty tests
-ok 571 /regex/match-notempty/561
-# End of match-notempty tests
-# Start of match-notempty-atstart tests
-ok 572 /regex/match-notempty-atstart/562
-# End of match-notempty-atstart tests
-# End of regex tests
-PASS: glib/regex.test
-Running test: glib/option-argv0.test
-# random seed: R02S5d81593f2c64a323abbe932e547c2f0c
-1..1
-# Start of option tests
-ok 1 /option/argv0
-# End of option tests
-PASS: glib/option-argv0.test
-Running test: glib/unicode-caseconv.test
-PASS: glib/unicode-caseconv.test
-Running test: glib/properties.test
-START: /usr/libexec/installed-tests/glib/properties
-.e.f.c.d.b.e.c.f.d.b.d.c.b.f.e.c.e.d.f.b.f.e.b.c.d.d.b.f.e.c.c.f.b.d.e.c.f.b.e.d.c.b.d.e.f.b.c.f.d.e.c.b.d.e.f.e.c.f.b.d.c.d.f.b.e.c.b.f.e.d.c.e.d.b.f.f.b.c.e.d.d.c.f.e.b.c.b.f.d.e.f.b.c.d.e.c.f.d.b.e.b.f.c.e.d.f.e.c.d.b.d.f.b.e.c.b.c.e.f.d.b.e.f.c.d.c.f.d.e.b.d.f.c.e.b.d.e.f.b.c.b.d.c.f.e.d.b.f.c.e.b.e.d.c.f.d.f.b.e.c.c.f.e.b.d.b.f.d.e.c.e.b.c.d.f.b.c.e.d.f.f.e.b.d.c.b.e.f.c.d.f.e.b.d.c.d.b.c.e.f.b.f.d.c.e.f.d.b.c.e.d.c.b.e.f.b.d.e.c.f.b.f.c.d.e.b.d.f.c.e.f.d.c.b.e.f.b.d.e.c.f.c.b.d.e.d.f.c.b.e.b.d.f.c.e.b.c.e.d.f.f.c.e.b.d.d.c.b.e.f.b.f.c.d.e.b.d.c.f.e.b.d.f.c.e.b.d.f.e.c.d.b.e.c.f.b.f.c.e.d
-stopping
-stopped
-PASS: glib/properties.test
-Running test: glib/value.test
-# random seed: R02Sad962a96c0e78c5437332213c2456a74
+# Start of glistmodel tests
+# Start of store tests
+ok 1 /glistmodel/store/properties
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 2 /glistmodel/store/non-gobjects
+ok 3 /glistmodel/store/boundaries
+ok 4 /glistmodel/store/refcounts
+ok 5 /glistmodel/store/sorted
+# Bug Reference: https://bugzilla.gnome.org/795307
+ok 6 /glistmodel/store/splice-replace-middle
+# Bug Reference: https://bugzilla.gnome.org/795307
+ok 7 /glistmodel/store/splice-replace-all
+ok 8 /glistmodel/store/splice-noop
+ok 9 /glistmodel/store/splice-remove-multiple
+ok 10 /glistmodel/store/splice-add-multiple
+ok 11 /glistmodel/store/splice-wrong-type
+ok 12 /glistmodel/store/item-type
+ok 13 /glistmodel/store/remove-all
+ok 14 /glistmodel/store/sort
+ok 15 /glistmodel/store/get-item-cache
+ok 16 /glistmodel/store/items-changed
+ok 17 /glistmodel/store/past-end
+# End of store tests
+# End of glistmodel tests
+PASS: glib/glistmodel.test
+Running test: glib/gdbus-unix-addresses.test
+# random seed: R02S265a73f5ca0f2f60448694d1fb1f0096
1..2
-# Start of value tests
-ok 1 /value/basic
-# Start of array tests
-ok 2 /value/array/basic
-# End of array tests
-# End of value tests
-PASS: glib/value.test
-Running test: glib/buffered-output-stream.test
-# random seed: R02Sa3d3846de67e7fa7e1ebbcda625a509e
-1..5
-# Start of buffered-output-stream tests
-ok 1 /buffered-output-stream/write
-ok 2 /buffered-output-stream/grow
-ok 3 /buffered-output-stream/seek
-ok 4 /buffered-output-stream/truncate
-# End of buffered-output-stream tests
-# Start of filter-output-stream tests
-ok 5 /filter-output-stream/close
-# End of filter-output-stream tests
-PASS: glib/buffered-output-stream.test
-Running test: glib/refcount.test
-# random seed: R02S4df8ea129feb97588437857ce8f1bde8
-1..4
-# Start of refcount tests
-ok 1 /refcount/grefcount
-ok 2 /refcount/gatomicrefcount
-# Start of grefcount tests
+# Start of gdbus tests
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 3 /refcount/grefcount/saturation
-# End of grefcount tests
-# Start of gatomicrefcount tests
+ok 1 /gdbus/x11-autolaunch
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 4 /refcount/gatomicrefcount/saturation
-# End of gatomicrefcount tests
-# End of refcount tests
-PASS: glib/refcount.test
-Running test: glib/environment.test
-# random seed: R02S2b55e60d5076444d9ddf81f4acccf12f
-1..5
-# Start of environ tests
-ok 1 /environ/listenv
-ok 2 /environ/setenv
-ok 3 /environ/array
-ok 4 /environ/null
-ok 5 /environ/case
-# End of environ tests
-PASS: glib/environment.test
-Running test: glib/string.test
-# random seed: R02Sea49f6d891542ce04bd020a9c5ab3e34
-1..18
-# Start of string tests
-ok 1 /string/test-string-chunks
-ok 2 /string/test-string-chunk-insert
-ok 3 /string/test-string-new
-ok 4 /string/test-string-printf
-ok 5 /string/test-string-assign
-ok 6 /string/test-string-append-c
-ok 7 /string/test-string-append
-ok 8 /string/test-string-prepend-c
-ok 9 /string/test-string-prepend
-ok 10 /string/test-string-insert
-ok 11 /string/test-string-insert-unichar
-ok 12 /string/test-string-equal
-ok 13 /string/test-string-truncate
-ok 14 /string/test-string-overwrite
-ok 15 /string/test-string-nul-handling
-ok 16 /string/test-string-up-down
-ok 17 /string/test-string-set-size
-ok 18 /string/test-string-to-bytes
-# End of string tests
-PASS: glib/string.test
+ok 2 /gdbus/xdg-runtime
+# End of gdbus tests
+PASS: glib/gdbus-unix-addresses.test
+Running test: glib/unix.test
+# random seed: R02S12a1a652c0ab410424e240e85abc0f58
+1..9
+# Start of glib-unix tests
+ok 1 /glib-unix/pipe
+ok 2 /glib-unix/error
+ok 3 /glib-unix/nonblocking
+ok 4 /glib-unix/sighup
+Executing: glib/unix.test
+ok 5 /glib-unix/sigterm
+ok 6 /glib-unix/sighup_again
+ok 7 /glib-unix/sighup_add_remove
+ok 8 /glib-unix/sighup_nested
+ok 9 /glib-unix/callback_after_signal
+# End of glib-unix tests
+PASS: glib/unix.test
+Running test: glib/bitlock.test
+# random seed: R02S83f003085cc1082e318435af18ebe339
+1..0
+PASS: glib/bitlock.test
+Running test: glib/data-output-stream.test
+# random seed: R02S9b28afde05559e05ac832811f5e4b5b6
+1..7
+# Start of data-output-stream tests
+ok 1 /data-output-stream/basic
+ok 2 /data-output-stream/write-lines-LF
+ok 3 /data-output-stream/write-lines-CR
+ok 4 /data-output-stream/write-lines-CR-LF
+ok 5 /data-output-stream/write-int
+ok 6 /data-output-stream/seek
+ok 7 /data-output-stream/truncate
+# End of data-output-stream tests
+PASS: glib/data-output-stream.test
+Running test: glib/tls-interaction.test
+# random seed: R02Sfacc034cdb2ccfc5c5754e39ca9daacd
+1..42
+# Start of tls-interaction tests
+# Start of ask-password tests
+# Start of invoke-with-loop tests
+ok 1 /tls-interaction/ask-password/invoke-with-loop/unhandled-implementation
+ok 2 /tls-interaction/ask-password/invoke-with-loop/async-implementation-success
+ok 3 /tls-interaction/ask-password/invoke-with-loop/async-implementation-failure
+ok 4 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-success
+ok 5 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-failure
+# End of invoke-with-loop tests
+# Start of invoke-without-loop tests
+ok 6 /tls-interaction/ask-password/invoke-without-loop/unhandled-implementation
+ok 7 /tls-interaction/ask-password/invoke-without-loop/async-implementation-success
+ok 8 /tls-interaction/ask-password/invoke-without-loop/async-implementation-failure
+ok 9 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-success
+ok 10 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-failure
+# End of invoke-without-loop tests
+# Start of invoke-in-loop tests
+ok 11 /tls-interaction/ask-password/invoke-in-loop/unhandled-implementation
+ok 12 /tls-interaction/ask-password/invoke-in-loop/async-implementation-success
+ok 13 /tls-interaction/ask-password/invoke-in-loop/async-implementation-failure
+ok 14 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-success
+ok 15 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-failure
+# End of invoke-in-loop tests
+# Start of sync tests
+ok 16 /tls-interaction/ask-password/sync/unhandled-implementation
+ok 17 /tls-interaction/ask-password/sync/sync-implementation-success
+ok 18 /tls-interaction/ask-password/sync/sync-implementation-failure
+# End of sync tests
+# Start of async tests
+ok 19 /tls-interaction/ask-password/async/unhandled-implementation
+ok 20 /tls-interaction/ask-password/async/async-implementation-success
+ok 21 /tls-interaction/ask-password/async/async-implementation-failure
+# End of async tests
+# End of ask-password tests
+# Start of request-certificate tests
+# Start of invoke-with-loop tests
+ok 22 /tls-interaction/request-certificate/invoke-with-loop/unhandled-implementation
+ok 23 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-success
+ok 24 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-failure
+ok 25 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-success
+ok 26 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-failure
+# End of invoke-with-loop tests
+# Start of invoke-without-loop tests
+ok 27 /tls-interaction/request-certificate/invoke-without-loop/unhandled-implementation
+ok 28 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-success
+ok 29 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-failure
+ok 30 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-success
+ok 31 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-failure
+# End of invoke-without-loop tests
+# Start of invoke-in-loop tests
+ok 32 /tls-interaction/request-certificate/invoke-in-loop/unhandled-implementation
+ok 33 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-success
+ok 34 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-failure
+ok 35 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-success
+ok 36 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-failure
+# End of invoke-in-loop tests
+# Start of sync tests
+ok 37 /tls-interaction/request-certificate/sync/unhandled-implementation
+ok 38 /tls-interaction/request-certificate/sync/sync-implementation-success
+ok 39 /tls-interaction/request-certificate/sync/sync-implementation-failure
+# End of sync tests
+# Start of async tests
+ok 40 /tls-interaction/request-certificate/async/unhandled-implementation
+ok 41 /tls-interaction/request-certificate/async/async-implementation-success
+ok 42 /tls-interaction/request-certificate/async/async-implementation-failure
+# End of async tests
+# End of request-certificate tests
+# End of tls-interaction tests
+PASS: glib/tls-interaction.test
Running test: glib/pollable.test
-# random seed: R02Sc86473b592e7f0083dcb33e0a32b0b02
+# random seed: R02S6119eb3a9c9599174b1e987dffafd464
1..3
# Start of pollable tests
ok 1 /pollable/unix
@@ -29148,38 +25384,274 @@ ok 2 /pollable/converter
ok 3 /pollable/socket
# End of pollable tests
PASS: glib/pollable.test
-Running test: glib/object.test
-# random seed: R02Sc681c643d17c27b33f79edab6f1ad08d
-1..2
-# Start of object tests
-# Start of constructor tests
-ok 1 /object/constructor/singleton
-# Bug Reference: http://bugzilla.gnome.org/661576
-ok 2 /object/constructor/infanticide
-# End of constructor tests
-# End of object tests
-PASS: glib/object.test
-Running test: glib/env-test.test
-PASS: glib/env-test.test
-Running test: glib/slice-concurrent.test
-Starting 8 threads for concurrent GSlice usage...
-bheccbfccbbddaeegbdbcdbhhagahffdcghhahafdcbdagedgdcdcabbggfdaddegeeefahdhbgheffaaagehebhdaghaecccacdhchabdhfedegfddcaahebggffffbfhhbchaa
-Thread 1: 48886 blocks freed, 1025 blocks not freed
-Thread 2: 46553 blocks freed, 3202 blocks not freed
-Thread 3: 48559 blocks freed, 1462 blocks not freed
-Thread 4: 47415 blocks freed, 2736 blocks not freed
-Thread 5: 45502 blocks freed, 4223 blocks not freed
-Thread 6: 47858 blocks freed, 2039 blocks not freed
-Thread 7: 49344 blocks freed, 946 blocks not freed
-Thread 8: 47636 blocks freed, 2614 blocks not freed
-PASS: glib/slice-concurrent.test
-Running test: glib/defaultvalue.test
-# random seed: R02Sfdd105c005fa56c9144b782be1e17bfc
+Running test: glib/threadpool-test.test
+Executing: glib/threadpool-test.test
+Executing: glib/threadpool-test.test
+Executing: glib/threadpool-test.test
+Executing: glib/threadpool-test.test
+Executing: glib/threadpool-test.test
+Executing: glib/threadpool-test.test
+Executing: glib/threadpool-test.test
+PASS: glib/threadpool-test.test
+Running test: glib/gdbus-non-socket.test
+# random seed: R02S146ba1cbb1a3d36cfd0025be1bd7680c
+1..1
+# Start of gdbus tests
+ok 1 /gdbus/non-socket
+# End of gdbus tests
+PASS: glib/gdbus-non-socket.test
+Running test: glib/child-test.test
+Executing: glib/child-test.test
+Executing: glib/child-test.test
+Executing: glib/child-test.test
+Executing: glib/child-test.test
+PASS: glib/child-test.test
+Running test: glib/mainloop-test.test
+PASS: glib/mainloop-test.test
+Running test: glib/gdbus-names.test
+# random seed: R02S0edc5cff45d031e29ee802986f2fb7e5
+1..3
+# Start of gdbus tests
+ok 1 /gdbus/validate-names
# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..0
-PASS: glib/defaultvalue.test
+Executing: glib/gdbus-names.test
+ok 2 /gdbus/bus-own-name
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 3 /gdbus/bus-watch-name
+# End of gdbus tests
+PASS: glib/gdbus-names.test
+Running test: glib/dirname-test.test
+PASS: glib/dirname-test.test
+Running test: glib/file-test.test
+PASS: glib/file-test.test
+Running test: glib/hash.test
+# random seed: R02S141ef7141ae6bc4b30dc49fb8bf34019
+1..27
+# Start of hash tests
+ok 1 /hash/misc
+ok 2 /hash/one
+ok 3 /hash/honeyman
+ok 4 /hash/direct
+ok 5 /hash/direct2
+ok 6 /hash/int
+ok 7 /hash/int64
+ok 8 /hash/double
+ok 9 /hash/string
+ok 10 /hash/set
+ok 11 /hash/set-ref
+ok 12 /hash/ref
+ok 13 /hash/remove-all
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 14 /hash/recursive-remove-all
+ok 15 /hash/find
+ok 16 /hash/foreach
+ok 17 /hash/foreach-steal
+ok 18 /hash/steal-extended
+ok 19 /hash/lookup-extended
+# Bug Reference: http://bugzilla.gnome.org/642944
+ok 20 /hash/lookup-null-key
+# Bug Reference: http://bugzilla.gnome.org/650459
+ok 21 /hash/destroy-modify
+ok 22 /hash/consistency
+# Bug Reference: http://bugzilla.gnome.org/662544
+ok 23 /hash/iter-replace
+# Bug Reference: http://bugzilla.gnome.org/692815
+ok 24 /hash/set-insert-corruption
+ok 25 /hash/set-to-strv
+ok 26 /hash/primes
+# Start of recursive-remove-all tests
+# End of recursive-remove-all tests
+# Start of steal-extended tests
+ok 27 /hash/steal-extended/optional
+# End of steal-extended tests
+# End of hash tests
+PASS: glib/hash.test
+Running test: glib/appmonitor.test
+# random seed: R02S757fb80d9d72437d58e94a96755b5f2c
+1..1
+# Start of monitor tests
+# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_appmonitor_MM773Z/monitor/app/.dirs/home
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_appmonitor_MM773Z/monitor/app/.dirs/cache
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_appmonitor_MM773Z/monitor/app/.dirs/system-config1:/tmp/test_appmonitor_MM773Z/monitor/app/.dirs/system-config2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_appmonitor_MM773Z/monitor/app/.dirs/config
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_appmonitor_MM773Z/monitor/app/.dirs/system-data1:/tmp/test_appmonitor_MM773Z/monitor/app/.dirs/system-data2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_appmonitor_MM773Z/monitor/app/.dirs/data
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_appmonitor_MM773Z/monitor/app/.dirs/runtime
+# Using data directory: /tmp/test_appmonitor_MM773Z/monitor/app/.dirs/data
+# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from (null) to /tmp/test_appmonitor_MM773Z/monitor/app/.dirs/config
+ok 1 /monitor/app
+# End of monitor tests
+PASS: glib/appmonitor.test
+Running test: glib/rcbox.test
+# random seed: R02S2ffcef57196dfe11511e3b4409f65d5c
+1..8
+# Start of rcbox tests
+ok 1 /rcbox/new
+# global_point = 0x559f86dc9c30
+ok 2 /rcbox/release-full
+# global_point_a = 0x559f86dc9c30
+# global_point_b = 0x559f86dc8620
+ok 3 /rcbox/dup
+ok 4 /rcbox/alignment
+# End of rcbox tests
+# Start of atomic-rcbox tests
+ok 5 /atomic-rcbox/new
+# global_point = 0x559f86dc9dd0
+ok 6 /atomic-rcbox/release-full
+# global_point_a = 0x559f86dc9dd0
+# global_point_b = 0x559f86dc9d90
+ok 7 /atomic-rcbox/dup
+ok 8 /atomic-rcbox/alignment
+# End of atomic-rcbox tests
+PASS: glib/rcbox.test
+Running test: glib/volumemonitor.test
+# random seed: R02S46af4c04d3a7fa1136635c6f05f7e2c2
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+1..3
+# Start of volumemonitor tests
+ok 1 /volumemonitor/connected_drives
+ok 2 /volumemonitor/volumes
+ok 3 /volumemonitor/mounts
+# End of volumemonitor tests
+PASS: glib/volumemonitor.test
+Running test: glib/date.test
+# random seed: R02Sf59a4a21a1bca973b96c8ac48adee3a3
+1..117
+# Start of date tests
+ok 1 /date/basic
+ok 2 /date/empty
+ok 3 /date/dmy
+ok 4 /date/julian
+ok 5 /date/dates
+ok 6 /date/parse
+ok 7 /date/parse_locale_change
+# Bug Reference: http://bugzilla.gnome.org/793550
+ok 8 /date/month_substring
+# Bug Reference: http://bugzilla.gnome.org/749206
+ok 9 /date/month_names
+ok 10 /date/clamp
+ok 11 /date/order
+ok 12 /date/copy
+# Vector 0: 0000-00-00, invalid
+# Vector 1: 0001-01-01, valid
+# Vector 2: 0000-01-01, invalid
+# Vector 3: 2000-02-30, invalid
+# Vector 4: 2000-02-29, valid
+# Vector 5: 2001-02-29, invalid
+# Vector 6: 65535-01-01, valid
+ok 13 /date/valid-dmy
+# Start of year tests
+ok 14 /date/year/1
+ok 15 /date/year/2
+ok 16 /date/year/3
+ok 17 /date/year/4
+ok 18 /date/year/5
+ok 19 /date/year/6
+ok 20 /date/year/7
+ok 21 /date/year/8
+ok 22 /date/year/9
+ok 23 /date/year/10
+ok 24 /date/year/11
+ok 25 /date/year/12
+ok 26 /date/year/13
+ok 27 /date/year/14
+ok 28 /date/year/98
+ok 29 /date/year/99
+ok 30 /date/year/100
+ok 31 /date/year/101
+ok 32 /date/year/102
+ok 33 /date/year/103
+ok 34 /date/year/397
+ok 35 /date/year/398
+ok 36 /date/year/399
+ok 37 /date/year/400
+ok 38 /date/year/401
+ok 39 /date/year/402
+ok 40 /date/year/403
+ok 41 /date/year/404
+ok 42 /date/year/405
+ok 43 /date/year/406
+ok 44 /date/year/1598
+ok 45 /date/year/1599
+ok 46 /date/year/1600
+ok 47 /date/year/1601
+ok 48 /date/year/1602
+ok 49 /date/year/1650
+ok 50 /date/year/1651
+ok 51 /date/year/1897
+ok 52 /date/year/1898
+ok 53 /date/year/1899
+ok 54 /date/year/1900
+ok 55 /date/year/1901
+ok 56 /date/year/1902
+ok 57 /date/year/1903
+ok 58 /date/year/1961
+ok 59 /date/year/1962
+ok 60 /date/year/1963
+ok 61 /date/year/1964
+ok 62 /date/year/1965
+ok 63 /date/year/1967
+ok 64 /date/year/1968
+ok 65 /date/year/1969
+ok 66 /date/year/1970
+ok 67 /date/year/1971
+ok 68 /date/year/1972
+ok 69 /date/year/1973
+ok 70 /date/year/1974
+ok 71 /date/year/1975
+ok 72 /date/year/1976
+ok 73 /date/year/1977
+ok 74 /date/year/1978
+ok 75 /date/year/1979
+ok 76 /date/year/1980
+ok 77 /date/year/1981
+ok 78 /date/year/1982
+ok 79 /date/year/1983
+ok 80 /date/year/1984
+ok 81 /date/year/1985
+ok 82 /date/year/1986
+ok 83 /date/year/1987
+ok 84 /date/year/1988
+ok 85 /date/year/1989
+ok 86 /date/year/1990
+ok 87 /date/year/1991
+ok 88 /date/year/1992
+ok 89 /date/year/1993
+ok 90 /date/year/1994
+ok 91 /date/year/1995
+ok 92 /date/year/1996
+ok 93 /date/year/1997
+ok 94 /date/year/1998
+ok 95 /date/year/1999
+ok 96 /date/year/2000
+ok 97 /date/year/2001
+ok 98 /date/year/2002
+ok 99 /date/year/2003
+ok 100 /date/year/2004
+ok 101 /date/year/2005
+ok 102 /date/year/2006
+ok 103 /date/year/2007
+ok 104 /date/year/2008
+ok 105 /date/year/2009
+ok 106 /date/year/2010
+ok 107 /date/year/2011
+ok 108 /date/year/2012
+ok 109 /date/year/3000
+ok 110 /date/year/3001
+ok 111 /date/year/3002
+ok 112 /date/year/3998
+ok 113 /date/year/3999
+ok 114 /date/year/4000
+ok 115 /date/year/4001
+ok 116 /date/year/4002
+ok 117 /date/year/4003
+# End of year tests
+# End of date tests
+PASS: glib/date.test
+Running test: glib/defaultiface.test
+PASS: glib/defaultiface.test
Running test: glib/checksum.test
-# random seed: R02Sdb97cc0007aa26e8153f1f9f27982cdf
+# random seed: R02S11e7d2a05ccaa0a9e817841ae6051158
1..1851
# Start of checksum tests
ok 1 /checksum/unsupported
@@ -31055,87 +27527,313 @@ ok 1851 /checksum/SHA512/reset/183
# End of SHA512 tests
# End of checksum tests
PASS: glib/checksum.test
-Running test: glib/gio-test.test
-PASS: glib/gio-test.test
-Running test: glib/markup-parse.test
-# random seed: R02See61ae517401809a470e50950f0fa425
-1..69
-# Start of markup tests
-# Start of parse tests
-ok 1 /markup/parse/fail-14.gmarkup
-ok 2 /markup/parse/fail-12.gmarkup
-ok 3 /markup/parse/fail-25.gmarkup
-ok 4 /markup/parse/valid-7.gmarkup
-ok 5 /markup/parse/valid-2.gmarkup
-ok 6 /markup/parse/fail-40.gmarkup
-ok 7 /markup/parse/fail-32.gmarkup
-ok 8 /markup/parse/fail-44.gmarkup
-ok 9 /markup/parse/fail-48.gmarkup
-ok 10 /markup/parse/valid-3.gmarkup
-ok 11 /markup/parse/fail-24.gmarkup
-ok 12 /markup/parse/fail-33.gmarkup
-ok 13 /markup/parse/fail-42.gmarkup
-ok 14 /markup/parse/fail-19.gmarkup
-ok 15 /markup/parse/fail-4.gmarkup
-ok 16 /markup/parse/fail-27.gmarkup
-ok 17 /markup/parse/fail-11.gmarkup
-ok 18 /markup/parse/fail-23.gmarkup
-ok 19 /markup/parse/fail-1.gmarkup
-ok 20 /markup/parse/fail-30.gmarkup
-ok 21 /markup/parse/fail-49.gmarkup
-ok 22 /markup/parse/fail-34.gmarkup
-ok 23 /markup/parse/fail-51.gmarkup
-ok 24 /markup/parse/valid-16.gmarkup
-ok 25 /markup/parse/valid-12.gmarkup
-ok 26 /markup/parse/fail-10.gmarkup
-ok 27 /markup/parse/valid-9.gmarkup
-ok 28 /markup/parse/valid-4.gmarkup
-ok 29 /markup/parse/fail-9.gmarkup
-ok 30 /markup/parse/valid-6.gmarkup
-ok 31 /markup/parse/valid-14.gmarkup
-ok 32 /markup/parse/valid-8.gmarkup
-ok 33 /markup/parse/fail-21.gmarkup
-ok 34 /markup/parse/fail-38.gmarkup
-ok 35 /markup/parse/fail-18.gmarkup
-ok 36 /markup/parse/fail-31.gmarkup
-ok 37 /markup/parse/fail-13.gmarkup
-ok 38 /markup/parse/fail-50.gmarkup
-ok 39 /markup/parse/fail-7.gmarkup
-ok 40 /markup/parse/fail-45.gmarkup
-ok 41 /markup/parse/fail-28.gmarkup
-ok 42 /markup/parse/fail-3.gmarkup
-ok 43 /markup/parse/fail-20.gmarkup
-ok 44 /markup/parse/fail-26.gmarkup
-ok 45 /markup/parse/fail-8.gmarkup
-ok 46 /markup/parse/valid-10.gmarkup
-ok 47 /markup/parse/fail-35.gmarkup
-ok 48 /markup/parse/valid-1.gmarkup
-ok 49 /markup/parse/fail-16.gmarkup
-ok 50 /markup/parse/fail-17.gmarkup
-ok 51 /markup/parse/fail-52.gmarkup
-ok 52 /markup/parse/fail-39.gmarkup
-ok 53 /markup/parse/fail-43.gmarkup
-ok 54 /markup/parse/fail-6.gmarkup
-ok 55 /markup/parse/fail-36.gmarkup
-ok 56 /markup/parse/fail-22.gmarkup
-ok 57 /markup/parse/fail-37.gmarkup
-ok 58 /markup/parse/fail-41.gmarkup
-ok 59 /markup/parse/fail-5.gmarkup
-ok 60 /markup/parse/valid-13.gmarkup
-ok 61 /markup/parse/fail-53.gmarkup
-ok 62 /markup/parse/fail-2.gmarkup
-ok 63 /markup/parse/valid-11.gmarkup
-ok 64 /markup/parse/fail-47.gmarkup
-ok 65 /markup/parse/fail-29.gmarkup
-ok 66 /markup/parse/valid-15.gmarkup
-ok 67 /markup/parse/valid-5.gmarkup
-ok 68 /markup/parse/fail-15.gmarkup
-ok 69 /markup/parse/fail-46.gmarkup
-# End of parse tests
-# End of markup tests
-PASS: glib/markup-parse.test
+Running test: glib/mimeapps.test
+# random seed: R02S9ebfeffc5af56a4c54ba3e6f95ceda67
+1..7
+# Start of appinfo tests
+# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/home
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/cache
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/system-config1:/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/system-config2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/config
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/system-data1:/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/system-data2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/runtime
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/system-data1/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/system-data1/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data/applications/myapp.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data/applications/myapp2.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data/applications/myapp3.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data/applications/myapp4.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data/applications/myapp5.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data/applications/nosuchapp.desktop'
+# removing '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/data/applications/mimeinfo.cache'
+# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from (null) to /tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/config
+ok 1 /appinfo/all
+# Start of mime tests
+# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/home
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/cache
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/system-config1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/system-config2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/config
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/system-data1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/system-data2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/runtime
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/system-data1/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/system-data1/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data/applications/myapp.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data/applications/myapp2.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data/applications/myapp3.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data/applications/myapp4.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data/applications/myapp5.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data/applications/nosuchapp.desktop'
+# removing '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/data/applications/mimeinfo.cache'
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/config
+# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_HSGY3Z/appinfo/all/.dirs/config to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/config
+ok 2 /appinfo/mime/api
+# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/home
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/cache
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/system-config1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/system-config2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/config
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/system-data1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/system-data2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/runtime
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/system-data1/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/system-data1/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data/applications/myapp.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data/applications/myapp2.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data/applications/myapp3.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data/applications/myapp4.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data/applications/myapp5.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data/applications/nosuchapp.desktop'
+# removing '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/data/applications/mimeinfo.cache'
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/config
+# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_HSGY3Z/appinfo/mime/api/.dirs/config to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/config
+ok 3 /appinfo/mime/default
+# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/home
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/cache
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/system-config1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/system-config2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/config
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/system-data1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/system-data2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/runtime
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/system-data1/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/system-data1/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data/applications/myapp.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data/applications/myapp2.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data/applications/myapp3.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data/applications/myapp4.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data/applications/myapp5.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data/applications/nosuchapp.desktop'
+# removing '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/data/applications/mimeinfo.cache'
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/config
+# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default/.dirs/config to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/config
+ok 4 /appinfo/mime/file
+# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/home
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/cache
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/system-config1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/system-config2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/config
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/system-data1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/system-data2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/runtime
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/system-data1/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/system-data1/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp2.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp3.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp4.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp5.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data/applications/nosuchapp.desktop'
+# removing '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/data/applications/mimeinfo.cache'
+# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_HSGY3Z/appinfo/mime/file/.dirs/config to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/config
+ok 5 /appinfo/mime/scheme-handler
+# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/home
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/cache
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/system-config1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/system-config2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/config
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/system-data1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/system-data2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/runtime
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/system-data1/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/system-data1/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp2.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp3.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp4.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp5.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data/applications/nosuchapp.desktop'
+# removing '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/data/applications/mimeinfo.cache'
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/config
+# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_HSGY3Z/appinfo/mime/scheme-handler/.dirs/config to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/config
+# GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/config
+ok 6 /appinfo/mime/default-last-used
+# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/home
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/cache
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/system-config1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/system-config2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/config
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/system-data1:/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/system-data2
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data
+# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/runtime
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp2.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp3.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp4.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp5.desktop'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/nosuchapp.desktop'
+# removing '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeapps.list'
+# creating '/tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeinfo.cache'
+# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_HSGY3Z/appinfo/mime/default-last-used/.dirs/config to /tmp/test_mimeapps_HSGY3Z/appinfo/mime/ignore-nonexisting/.dirs/config
+ok 7 /appinfo/mime/ignore-nonexisting
+# End of mime tests
+# End of appinfo tests
+PASS: glib/mimeapps.test
+Running test: glib/bit-test.test
+PASS: glib/bit-test.test
+Running test: glib/unicode.test
+# random seed: R02Sababf349ef1d9a2ea3e388886875207f
+1..19
+# Start of unicode tests
+ok 1 /unicode/validate
+ok 2 /unicode/character-type
+ok 3 /unicode/break-type
+ok 4 /unicode/script
+ok 5 /unicode/combining-class
+ok 6 /unicode/mirror
+ok 7 /unicode/mark
+ok 8 /unicode/title
+ok 9 /unicode/zero-width
+ok 10 /unicode/defined
+ok 11 /unicode/wide
+ok 12 /unicode/compose
+ok 13 /unicode/decompose
+ok 14 /unicode/fully-decompose-canonical
+ok 15 /unicode/canonical-decomposition
+ok 16 /unicode/decompose-tail
+ok 17 /unicode/fully-decompose-len
+ok 18 /unicode/iso15924
+ok 19 /unicode/cases
+# End of unicode tests
+PASS: glib/unicode.test
+Running test: glib/giomodule.test
+# random seed: R02S1f40a3dfd73a2b5f6d4035b600eba73b
+1..3
+# Start of giomodule tests
+ok 1 /giomodule/extension-point
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 2 /giomodule/module-scan-all
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 3 /giomodule/module-scan-all-with-scope
+# End of giomodule tests
+PASS: glib/giomodule.test
+Running test: glib/unicode-encoding.test
+PASS: glib/unicode-encoding.test
+Running test: glib/collate.test
+# random seed: R02Sfcf1bf8d5e7220f3ce742ab741d0586f
+1..9
+# Start of unicode tests
+# Start of collate tests
+ok 1 /unicode/collate/0
+ok 2 /unicode/collate/1
+ok 3 /unicode/collate/2
+# End of collate tests
+# Start of collate-key tests
+ok 4 /unicode/collate-key/0
+ok 5 /unicode/collate-key/1
+ok 6 /unicode/collate-key/2
+# End of collate-key tests
+# Start of collate-filename tests
+ok 7 /unicode/collate-filename/0
+ok 8 /unicode/collate-filename/1
+ok 9 /unicode/collate-filename/2
+# End of collate-filename tests
+# End of unicode tests
+PASS: glib/collate.test
+Running test: glib/signal-handler.test
+# random seed: R02Scb6912ba4ea85426c6f04bc15c62c687
+1..0
+PASS: glib/signal-handler.test
+Running test: glib/contenttype.test
+# random seed: R02S8d90908ae963040dea992dc3e6893dd2
+1..12
+# Start of contenttype tests
+ok 1 /contenttype/guess
+ok 2 /contenttype/guess_svg_from_data
+ok 3 /contenttype/mime_from_content # SKIP mime from content type test not implemented on UNIX
+ok 4 /contenttype/unknown
+ok 5 /contenttype/subtype
+ok 6 /contenttype/list
+ok 7 /contenttype/executable
+ok 8 /contenttype/description
+ok 9 /contenttype/icon
+ok 10 /contenttype/symbolic-icon
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 11 /contenttype/tree
+# Bug Reference: http://bugzilla.gnome.org/782311
+ok 12 /contenttype/test_type_is_a_special_case
+# End of contenttype tests
+PASS: glib/contenttype.test
+Running test: glib/convert.test
+# random seed: R02S2a6b401192b371d120b19a55510f0288
+1..12
+# Start of conversion tests
+ok 1 /conversion/no-conv
+ok 2 /conversion/iconv-state
+ok 3 /conversion/illegal-sequence
+ok 4 /conversion/byte-order
+ok 5 /conversion/unicode
+ok 6 /conversion/filename-utf8
+ok 7 /conversion/filename-display
+ok 8 /conversion/convert-embedded-nul
+# Start of locale-to-utf8 tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 9 /conversion/locale-to-utf8/embedded-nul
+# Start of embedded-nul tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of embedded-nul tests
+# End of locale-to-utf8 tests
+# Start of locale-from-utf8 tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 10 /conversion/locale-from-utf8/embedded-nul
+# Start of embedded-nul tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of embedded-nul tests
+# End of locale-from-utf8 tests
+# Start of filename-to-utf8 tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 11 /conversion/filename-to-utf8/embedded-nul
+# Start of embedded-nul tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of embedded-nul tests
+# End of filename-to-utf8 tests
+# Start of filename-from-utf8 tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 12 /conversion/filename-from-utf8/embedded-nul
+# Start of embedded-nul tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of embedded-nul tests
+# End of filename-from-utf8 tests
+# End of conversion tests
+PASS: glib/convert.test
Running test: glib/list.test
-# random seed: R02S88c0adf41c4268b591abc54668dc2739
+# random seed: R02Sfa2e4e9f9a305c1d2c9041097d48662b
1..19
# Start of list tests
ok 1 /list/sort
@@ -31162,78 +27860,785 @@ ok 19 /list/sort/stable
# End of sort tests
# End of list tests
PASS: glib/list.test
-Running test: glib/dbus-appinfo.test
-# random seed: R02S153bde178ccc44b4f3e0b3fcb61e6fef
+Running test: glib/ifaceproperties.test
+# random seed: R02Se7fda33b1707dc903c502a09338537b0
+1..7
+# Start of interface tests
+# Start of properties tests
+ok 1 /interface/properties/set
+ok 2 /interface/properties/notify
+ok 3 /interface/properties/find-overridden
+ok 4 /interface/properties/list-overridden
+ok 5 /interface/properties/find-interface
+ok 6 /interface/properties/list-interface
+# Bug Reference: http://bugzilla.gnome.org/637738
+ok 7 /interface/properties/not-overridden
+# End of properties tests
+# End of interface tests
+PASS: glib/ifaceproperties.test
+Running test: glib/markup-parse.test
+# random seed: R02S5c5036cd41dddb2d5346e4e92b8da87b
+1..69
+# Start of markup tests
+# Start of parse tests
+ok 1 /markup/parse/valid-13.gmarkup
+ok 2 /markup/parse/fail-3.gmarkup
+ok 3 /markup/parse/fail-53.gmarkup
+ok 4 /markup/parse/fail-45.gmarkup
+ok 5 /markup/parse/fail-27.gmarkup
+ok 6 /markup/parse/fail-42.gmarkup
+ok 7 /markup/parse/valid-7.gmarkup
+ok 8 /markup/parse/fail-12.gmarkup
+ok 9 /markup/parse/fail-38.gmarkup
+ok 10 /markup/parse/fail-37.gmarkup
+ok 11 /markup/parse/fail-31.gmarkup
+ok 12 /markup/parse/fail-21.gmarkup
+ok 13 /markup/parse/valid-1.gmarkup
+ok 14 /markup/parse/fail-17.gmarkup
+ok 15 /markup/parse/fail-46.gmarkup
+ok 16 /markup/parse/valid-8.gmarkup
+ok 17 /markup/parse/fail-20.gmarkup
+ok 18 /markup/parse/fail-24.gmarkup
+ok 19 /markup/parse/fail-5.gmarkup
+ok 20 /markup/parse/fail-7.gmarkup
+ok 21 /markup/parse/valid-15.gmarkup
+ok 22 /markup/parse/fail-33.gmarkup
+ok 23 /markup/parse/valid-14.gmarkup
+ok 24 /markup/parse/fail-10.gmarkup
+ok 25 /markup/parse/fail-35.gmarkup
+ok 26 /markup/parse/valid-3.gmarkup
+ok 27 /markup/parse/fail-44.gmarkup
+ok 28 /markup/parse/fail-16.gmarkup
+ok 29 /markup/parse/fail-2.gmarkup
+ok 30 /markup/parse/fail-29.gmarkup
+ok 31 /markup/parse/fail-30.gmarkup
+ok 32 /markup/parse/fail-41.gmarkup
+ok 33 /markup/parse/fail-52.gmarkup
+ok 34 /markup/parse/fail-48.gmarkup
+ok 35 /markup/parse/valid-9.gmarkup
+ok 36 /markup/parse/fail-47.gmarkup
+ok 37 /markup/parse/valid-12.gmarkup
+ok 38 /markup/parse/fail-6.gmarkup
+ok 39 /markup/parse/fail-11.gmarkup
+ok 40 /markup/parse/fail-28.gmarkup
+ok 41 /markup/parse/fail-18.gmarkup
+ok 42 /markup/parse/fail-50.gmarkup
+ok 43 /markup/parse/valid-10.gmarkup
+ok 44 /markup/parse/valid-16.gmarkup
+ok 45 /markup/parse/fail-43.gmarkup
+ok 46 /markup/parse/valid-6.gmarkup
+ok 47 /markup/parse/fail-14.gmarkup
+ok 48 /markup/parse/fail-9.gmarkup
+ok 49 /markup/parse/fail-13.gmarkup
+ok 50 /markup/parse/fail-51.gmarkup
+ok 51 /markup/parse/fail-34.gmarkup
+ok 52 /markup/parse/fail-39.gmarkup
+ok 53 /markup/parse/fail-36.gmarkup
+ok 54 /markup/parse/valid-5.gmarkup
+ok 55 /markup/parse/fail-19.gmarkup
+ok 56 /markup/parse/fail-40.gmarkup
+ok 57 /markup/parse/fail-32.gmarkup
+ok 58 /markup/parse/valid-11.gmarkup
+ok 59 /markup/parse/fail-22.gmarkup
+ok 60 /markup/parse/fail-15.gmarkup
+ok 61 /markup/parse/fail-49.gmarkup
+ok 62 /markup/parse/fail-4.gmarkup
+ok 63 /markup/parse/fail-23.gmarkup
+ok 64 /markup/parse/fail-25.gmarkup
+ok 65 /markup/parse/valid-4.gmarkup
+ok 66 /markup/parse/valid-2.gmarkup
+ok 67 /markup/parse/fail-1.gmarkup
+ok 68 /markup/parse/fail-26.gmarkup
+ok 69 /markup/parse/fail-8.gmarkup
+# End of parse tests
+# End of markup tests
+PASS: glib/markup-parse.test
+Running test: glib/onceinit.test
+PASS: glib/onceinit.test
+Running test: glib/macros.test
+# random seed: R02S7a66f93fb0fcef5220f65191b9153e06
+1..1
+# Start of alignof tests
+ok 1 /alignof/fallback
+# End of alignof tests
+PASS: glib/macros.test
+Running test: glib/defaultvalue.test
+# random seed: R02Sc33f20125001d42ccf2bbe851a6582a6
# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..0
+PASS: glib/defaultvalue.test
+Running test: glib/gdbus-error.test
+# random seed: R02S5de58e86e4fe95611d691c94bb0fa076
+1..4
+# Start of gdbus tests
+ok 1 /gdbus/registered-errors
+ok 2 /gdbus/unregistered-errors
+ok 3 /gdbus/transparent-gerror
+ok 4 /gdbus/register-error
+# End of gdbus tests
+PASS: glib/gdbus-error.test
+Running test: glib/mainloop.test
+# random seed: R02Sd145b969141907bce11f6f9fd723cbef
+1..21
+# Start of maincontext tests
+ok 1 /maincontext/basic
+# End of maincontext tests
+# Start of mainloop tests
+ok 2 /mainloop/basic
+ok 3 /mainloop/timeouts
+ok 4 /mainloop/priorities
+ok 5 /mainloop/invoke
+ok 6 /mainloop/child_sources
+Executing: glib/mainloop.test
+ok 7 /mainloop/recursive_child_sources
+ok 8 /mainloop/swapping_child_sources
+# Bug Reference: http://bugzilla.gnome.org/701283
+ok 9 /mainloop/blocked_child_sources
+Executing: glib/mainloop.test
+ok 10 /mainloop/source_time
+# Bug Reference: http://bugzilla.gnome.org/687098
+ok 11 /mainloop/overflow
+ok 12 /mainloop/ready-time
+ok 13 /mainloop/wakeup
+ok 14 /mainloop/remove-invalid
+ok 15 /mainloop/unref-while-pending
+ok 16 /mainloop/unix-fd
+ok 17 /mainloop/unix-fd-source
+ok 18 /mainloop/source-unix-fd-api
+ok 19 /mainloop/wait
+ok 20 /mainloop/unix-file-poll
+ok 21 /mainloop/nfds
+# End of mainloop tests
+PASS: glib/mainloop.test
+Running test: glib/completion-test.test
+PASS: glib/completion-test.test
+Running test: glib/permission.test
+# random seed: R02S3b3d513d8c5a6dfe653815c9169566df
1..1
-# Start of appinfo tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 1 /appinfo/dbusappinfo
-# End of appinfo tests
-PASS: glib/dbus-appinfo.test
-Running test: glib/sources.test
-Add same-priority sources: 16
-Remove in random order: 17
-Add different-priority sources: 21
-Remove in random order: 27
-Executing: glib/sources.test
-Add sources from threads: 284
-Remove sources from threads: 351
-PASS: glib/sources.test
-Running test: glib/hmac.test
-# random seed: R02S057c71ccc78563b1ec0bfa6fc3e790c5
-1..37
-# Start of hmac tests
-ok 1 /hmac/sha1-1
-ok 2 /hmac/sha1-2
-ok 3 /hmac/sha1-3
-ok 4 /hmac/sha1-4
-ok 5 /hmac/sha1-5
-ok 6 /hmac/sha1-6
-ok 7 /hmac/sha1-7
-ok 8 /hmac/sha256-1
-ok 9 /hmac/sha256-2
-ok 10 /hmac/sha256-3
-ok 11 /hmac/sha256-4
-ok 12 /hmac/sha256-5
-ok 13 /hmac/sha256-6
-ok 14 /hmac/sha384-1
-ok 15 /hmac/sha384-2
-ok 16 /hmac/sha384-3
-ok 17 /hmac/sha384-4
-ok 18 /hmac/sha384-5
-ok 19 /hmac/sha384-6
-ok 20 /hmac/sha512-1
-ok 21 /hmac/sha512-2
-ok 22 /hmac/sha512-3
-ok 23 /hmac/sha512-4
-ok 24 /hmac/sha512-5
-ok 25 /hmac/sha512-6
-ok 26 /hmac/md5-1
-ok 27 /hmac/md5-2
-ok 28 /hmac/md5-3
-ok 29 /hmac/md5-4
-ok 30 /hmac/md5-5
-ok 31 /hmac/md5-6
-ok 32 /hmac/md5-7
-ok 33 /hmac/ref-unref
-ok 34 /hmac/copy
-ok 35 /hmac/for-data
-ok 36 /hmac/for-string
-ok 37 /hmac/for-bytes
-# End of hmac tests
-PASS: glib/hmac.test
-Running test: glib/utf8-pointer.test
-# random seed: R02S2ae1facf00ec1ddc73adf510a1e81566
-1..3
+# Start of permission tests
+ok 1 /permission/simple
+# End of permission tests
+PASS: glib/permission.test
+Running test: glib/array-test.test
+# random seed: R02S7f4a5dd8667e457d77106cd50c6b2d8f
+1..66
+# Start of array tests
+ok 1 /array/ref-count
+ok 2 /array/clear-func
+# Start of new tests
+ok 3 /array/new/zero-terminated
+# End of new tests
+# Start of set-size tests
+ok 4 /array/set-size/non-zero-terminated-no-clear
+ok 5 /array/set-size/non-zero-terminated-clear
+ok 6 /array/set-size/zero-terminated-no-clear
+ok 7 /array/set-size/zero-terminated-clear
+# Start of sized tests
+ok 8 /array/set-size/sized/non-zero-terminated-no-clear
+ok 9 /array/set-size/sized/non-zero-terminated-clear
+ok 10 /array/set-size/sized/zero-terminated-no-clear
+ok 11 /array/set-size/sized/zero-terminated-clear
+# End of sized tests
+# End of set-size tests
+# Start of append-val tests
+ok 12 /array/append-val/non-zero-terminated-no-clear
+ok 13 /array/append-val/non-zero-terminated-clear
+ok 14 /array/append-val/zero-terminated-no-clear
+ok 15 /array/append-val/zero-terminated-clear
+# End of append-val tests
+# Start of prepend-val tests
+ok 16 /array/prepend-val/non-zero-terminated-no-clear
+ok 17 /array/prepend-val/non-zero-terminated-clear
+ok 18 /array/prepend-val/zero-terminated-no-clear
+ok 19 /array/prepend-val/zero-terminated-clear
+# End of prepend-val tests
+# Start of prepend-vals tests
+ok 20 /array/prepend-vals/non-zero-terminated-no-clear
+ok 21 /array/prepend-vals/non-zero-terminated-clear
+ok 22 /array/prepend-vals/zero-terminated-no-clear
+ok 23 /array/prepend-vals/zero-terminated-clear
+# End of prepend-vals tests
+# Start of insert-vals tests
+ok 24 /array/insert-vals/non-zero-terminated-no-clear
+ok 25 /array/insert-vals/non-zero-terminated-clear
+ok 26 /array/insert-vals/zero-terminated-no-clear
+ok 27 /array/insert-vals/zero-terminated-clear
+# End of insert-vals tests
+# Start of remove-index tests
+ok 28 /array/remove-index/non-zero-terminated-no-clear
+ok 29 /array/remove-index/non-zero-terminated-clear
+ok 30 /array/remove-index/zero-terminated-no-clear
+ok 31 /array/remove-index/zero-terminated-clear
+# End of remove-index tests
+# Start of remove-index-fast tests
+ok 32 /array/remove-index-fast/non-zero-terminated-no-clear
+ok 33 /array/remove-index-fast/non-zero-terminated-clear
+ok 34 /array/remove-index-fast/zero-terminated-no-clear
+ok 35 /array/remove-index-fast/zero-terminated-clear
+# End of remove-index-fast tests
+# Start of remove-range tests
+ok 36 /array/remove-range/non-zero-terminated-no-clear
+ok 37 /array/remove-range/non-zero-terminated-clear
+ok 38 /array/remove-range/zero-terminated-no-clear
+ok 39 /array/remove-range/zero-terminated-clear
+# End of remove-range tests
+# Start of sort tests
+ok 40 /array/sort/non-zero-terminated-no-clear
+ok 41 /array/sort/non-zero-terminated-clear
+ok 42 /array/sort/zero-terminated-no-clear
+ok 43 /array/sort/zero-terminated-clear
+# End of sort tests
+# Start of sort-with-data tests
+ok 44 /array/sort-with-data/non-zero-terminated-no-clear
+ok 45 /array/sort-with-data/non-zero-terminated-clear
+ok 46 /array/sort-with-data/zero-terminated-no-clear
+ok 47 /array/sort-with-data/zero-terminated-clear
+# End of sort-with-data tests
+# End of array tests
+# Start of pointerarray tests
+ok 48 /pointerarray/add
+ok 49 /pointerarray/insert
+ok 50 /pointerarray/ref-count
+ok 51 /pointerarray/free-func
+ok 52 /pointerarray/sort
+ok 53 /pointerarray/sort-with-data
+ok 54 /pointerarray/steal
+# Start of find tests
+ok 55 /pointerarray/find/empty
+ok 56 /pointerarray/find/non-empty
+# End of find tests
+# End of pointerarray tests
+# Start of bytearray tests
+ok 57 /bytearray/append
+ok 58 /bytearray/prepend
+ok 59 /bytearray/remove
+ok 60 /bytearray/remove-fast
+ok 61 /bytearray/remove-range
+ok 62 /bytearray/ref-count
+ok 63 /bytearray/sort
+ok 64 /bytearray/sort-with-data
+ok 65 /bytearray/new-take
+ok 66 /bytearray/free-to-bytes
+# End of bytearray tests
+PASS: glib/array-test.test
+Running test: glib/signal2.test
+START: /usr/libexec/installed-tests/glib/signal2
+init 0x5582c32e4200
+init 0x5582c32e4220
+............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal2.test
+.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+stopping
+stopped
+dispose 0x5582c32e4200!
+dispose 0x5582c32e4220!
+PASS: glib/signal2.test
+Running test: glib/network-monitor-race.test
+# random seed: R02Sc146583097fc58819ba37e2682c21e3f
+1..1
+# Start of network-monitor tests
+# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=793727
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 1 /network-monitor/create-in-thread
+# End of network-monitor tests
+PASS: glib/network-monitor-race.test
+Running test: glib/gdbus-proxy.test
+# random seed: R02Se6fbb982c5d7336554db6f2b581c6459
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..4
+# Start of gdbus tests
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+Executing: glib/gdbus-proxy.test
+ok 1 /gdbus/proxy
+# Start of proxy tests
+ok 2 /gdbus/proxy/no-properties
+ok 3 /gdbus/proxy/wellknown-noauto
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 4 /gdbus/proxy/async
+# End of proxy tests
+# End of gdbus tests
+PASS: glib/gdbus-proxy.test
+Running test: glib/sequence.test
+# random seed: R02S309161a2f6fc2c83b1997b22e94a4aa2
+1..16
+# Start of sequence tests
+ok 1 /sequence/out-of-range-jump
+ok 2 /sequence/iter-move
+ok 3 /sequence/insert-sorted-non-pointer
+ok 4 /sequence/stable-sort
+ok 5 /sequence/is_empty
+# Start of random tests
+ok 6 /sequence/random/seed:825541564
+ok 7 /sequence/random/seed:801678400
+Executing: glib/sequence.test
+ok 8 /sequence/random/seed:1477639090
+ok 9 /sequence/random/seed:3369132895
+ok 10 /sequence/random/seed:1192944867
+ok 11 /sequence/random/seed:770458294
+ok 12 /sequence/random/seed:1099575817
+ok 13 /sequence/random/seed:590523467
+ok 14 /sequence/random/seed:3583571454
+ok 15 /sequence/random/seed:579241222
+ok 16 /sequence/random/seed:1419224800
+# End of random tests
+# End of sequence tests
+PASS: glib/sequence.test
+Running test: glib/gnotification.test
+# random seed: R02S63b0bbeeb1506595e532421b3d28dea4
+1..2
+# Start of gnotification tests
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 1 /gnotification/basic
+ok 2 /gnotification/properties
+# End of gnotification tests
+PASS: glib/gnotification.test
+Running test: glib/timer.test
+# random seed: R02S738af8dd40e1305b264e7e82b028d04d
+1..8
+# Start of timer tests
+ok 1 /timer/basic
+ok 2 /timer/stop
+ok 3 /timer/continue
+ok 4 /timer/reset
+# End of timer tests
+# Start of timeval tests
+ok 5 /timeval/add
+ok 6 /timeval/from-iso8601
+ok 7 /timeval/to-iso8601
+# Start of to-iso8601 tests
+ok 8 /timeval/to-iso8601/overflow
+# End of to-iso8601 tests
+# End of timeval tests
+PASS: glib/timer.test
+Running test: glib/gdbus-serialization.test
+# random seed: R02S66e68c2c8a6bba537f22bb1bc482c894
+1..10
+# Start of gdbus tests
+ok 1 /gdbus/message-serialize-basic
+ok 2 /gdbus/message-serialize-complex
+ok 3 /gdbus/message-serialize-invalid
+ok 4 /gdbus/message-serialize-header-checks
+# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=673612
+ok 5 /gdbus/message-parse-empty-arrays-of-arrays
+# Start of message-serialize tests
+# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=732754
+ok 6 /gdbus/message-serialize/double-array
+# End of message-serialize tests
+# Start of message-parse tests
+ok 7 /gdbus/message-parse/non-signature-header
+ok 8 /gdbus/message-parse/empty-signature-header
+ok 9 /gdbus/message-parse/multiple-signature-header
+ok 10 /gdbus/message-parse/over-long-signature-header
+# End of message-parse tests
+# End of gdbus tests
+PASS: glib/gdbus-serialization.test
+Running test: glib/utf8-validate.test
+# random seed: R02Sff70b5e59b25dde2fe67cef451bf45e0
+1..216
# Start of utf8 tests
-ok 1 /utf8/offsets
-ok 2 /utf8/lengths
-ok 3 /utf8/find
+# Vector 0
+# Vector 1
+# Vector 2
+# Vector 3
+# Vector 4
+# Vector 5
+# Vector 6
+# Vector 7
+# Vector 8
+# Vector 9
+# Vector 10
+# Vector 11
+# Vector 12
+# Vector 13
+# Vector 14
+# Vector 15
+# Vector 16
+# Vector 17
+# Vector 18
+# Vector 19
+# Vector 20
+# Vector 21
+ok 1 /utf8/get-char-validated
+# Start of validate tests
+ok 2 /utf8/validate/0
+ok 3 /utf8/validate/1
+ok 4 /utf8/validate/2
+ok 5 /utf8/validate/3
+ok 6 /utf8/validate/4
+ok 7 /utf8/validate/5
+ok 8 /utf8/validate/6
+ok 9 /utf8/validate/7
+ok 10 /utf8/validate/8
+ok 11 /utf8/validate/9
+ok 12 /utf8/validate/10
+ok 13 /utf8/validate/11
+ok 14 /utf8/validate/12
+ok 15 /utf8/validate/13
+ok 16 /utf8/validate/14
+ok 17 /utf8/validate/15
+ok 18 /utf8/validate/16
+ok 19 /utf8/validate/17
+ok 20 /utf8/validate/18
+ok 21 /utf8/validate/19
+ok 22 /utf8/validate/20
+ok 23 /utf8/validate/21
+ok 24 /utf8/validate/22
+ok 25 /utf8/validate/23
+ok 26 /utf8/validate/24
+ok 27 /utf8/validate/25
+ok 28 /utf8/validate/26
+ok 29 /utf8/validate/27
+ok 30 /utf8/validate/28
+ok 31 /utf8/validate/29
+ok 32 /utf8/validate/30
+ok 33 /utf8/validate/31
+ok 34 /utf8/validate/32
+ok 35 /utf8/validate/33
+ok 36 /utf8/validate/34
+ok 37 /utf8/validate/35
+ok 38 /utf8/validate/36
+ok 39 /utf8/validate/37
+ok 40 /utf8/validate/38
+ok 41 /utf8/validate/39
+ok 42 /utf8/validate/40
+ok 43 /utf8/validate/41
+ok 44 /utf8/validate/42
+ok 45 /utf8/validate/43
+ok 46 /utf8/validate/44
+ok 47 /utf8/validate/45
+ok 48 /utf8/validate/46
+ok 49 /utf8/validate/47
+ok 50 /utf8/validate/48
+ok 51 /utf8/validate/49
+ok 52 /utf8/validate/50
+ok 53 /utf8/validate/51
+ok 54 /utf8/validate/52
+ok 55 /utf8/validate/53
+ok 56 /utf8/validate/54
+ok 57 /utf8/validate/55
+ok 58 /utf8/validate/56
+ok 59 /utf8/validate/57
+ok 60 /utf8/validate/58
+ok 61 /utf8/validate/59
+ok 62 /utf8/validate/60
+ok 63 /utf8/validate/61
+ok 64 /utf8/validate/62
+ok 65 /utf8/validate/63
+ok 66 /utf8/validate/64
+ok 67 /utf8/validate/65
+ok 68 /utf8/validate/66
+ok 69 /utf8/validate/67
+ok 70 /utf8/validate/68
+ok 71 /utf8/validate/69
+ok 72 /utf8/validate/70
+ok 73 /utf8/validate/71
+ok 74 /utf8/validate/72
+ok 75 /utf8/validate/73
+ok 76 /utf8/validate/74
+ok 77 /utf8/validate/75
+ok 78 /utf8/validate/76
+ok 79 /utf8/validate/77
+ok 80 /utf8/validate/78
+ok 81 /utf8/validate/79
+ok 82 /utf8/validate/80
+ok 83 /utf8/validate/81
+ok 84 /utf8/validate/82
+ok 85 /utf8/validate/83
+ok 86 /utf8/validate/84
+ok 87 /utf8/validate/85
+ok 88 /utf8/validate/86
+ok 89 /utf8/validate/87
+ok 90 /utf8/validate/88
+ok 91 /utf8/validate/89
+ok 92 /utf8/validate/90
+ok 93 /utf8/validate/91
+ok 94 /utf8/validate/92
+ok 95 /utf8/validate/93
+ok 96 /utf8/validate/94
+ok 97 /utf8/validate/95
+ok 98 /utf8/validate/96
+ok 99 /utf8/validate/97
+ok 100 /utf8/validate/98
+ok 101 /utf8/validate/99
+ok 102 /utf8/validate/100
+ok 103 /utf8/validate/101
+ok 104 /utf8/validate/102
+ok 105 /utf8/validate/103
+ok 106 /utf8/validate/104
+ok 107 /utf8/validate/105
+ok 108 /utf8/validate/106
+ok 109 /utf8/validate/107
+ok 110 /utf8/validate/108
+ok 111 /utf8/validate/109
+ok 112 /utf8/validate/110
+ok 113 /utf8/validate/111
+ok 114 /utf8/validate/112
+ok 115 /utf8/validate/113
+ok 116 /utf8/validate/114
+ok 117 /utf8/validate/115
+ok 118 /utf8/validate/116
+ok 119 /utf8/validate/117
+ok 120 /utf8/validate/118
+ok 121 /utf8/validate/119
+ok 122 /utf8/validate/120
+ok 123 /utf8/validate/121
+ok 124 /utf8/validate/122
+ok 125 /utf8/validate/123
+ok 126 /utf8/validate/124
+ok 127 /utf8/validate/125
+ok 128 /utf8/validate/126
+ok 129 /utf8/validate/127
+ok 130 /utf8/validate/128
+ok 131 /utf8/validate/129
+ok 132 /utf8/validate/130
+ok 133 /utf8/validate/131
+ok 134 /utf8/validate/132
+ok 135 /utf8/validate/133
+ok 136 /utf8/validate/134
+ok 137 /utf8/validate/135
+ok 138 /utf8/validate/136
+ok 139 /utf8/validate/137
+ok 140 /utf8/validate/138
+ok 141 /utf8/validate/139
+ok 142 /utf8/validate/140
+ok 143 /utf8/validate/141
+ok 144 /utf8/validate/142
+ok 145 /utf8/validate/143
+ok 146 /utf8/validate/144
+ok 147 /utf8/validate/145
+ok 148 /utf8/validate/146
+ok 149 /utf8/validate/147
+ok 150 /utf8/validate/148
+ok 151 /utf8/validate/149
+ok 152 /utf8/validate/150
+ok 153 /utf8/validate/151
+ok 154 /utf8/validate/152
+ok 155 /utf8/validate/153
+ok 156 /utf8/validate/154
+ok 157 /utf8/validate/155
+ok 158 /utf8/validate/156
+ok 159 /utf8/validate/157
+ok 160 /utf8/validate/158
+ok 161 /utf8/validate/159
+ok 162 /utf8/validate/160
+ok 163 /utf8/validate/161
+ok 164 /utf8/validate/162
+ok 165 /utf8/validate/163
+ok 166 /utf8/validate/164
+ok 167 /utf8/validate/165
+ok 168 /utf8/validate/166
+ok 169 /utf8/validate/167
+ok 170 /utf8/validate/168
+ok 171 /utf8/validate/169
+ok 172 /utf8/validate/170
+ok 173 /utf8/validate/171
+ok 174 /utf8/validate/172
+ok 175 /utf8/validate/173
+ok 176 /utf8/validate/174
+ok 177 /utf8/validate/175
+ok 178 /utf8/validate/176
+ok 179 /utf8/validate/177
+ok 180 /utf8/validate/178
+ok 181 /utf8/validate/179
+ok 182 /utf8/validate/180
+ok 183 /utf8/validate/181
+ok 184 /utf8/validate/182
+ok 185 /utf8/validate/183
+ok 186 /utf8/validate/184
+ok 187 /utf8/validate/185
+ok 188 /utf8/validate/186
+ok 189 /utf8/validate/187
+ok 190 /utf8/validate/188
+ok 191 /utf8/validate/189
+ok 192 /utf8/validate/190
+ok 193 /utf8/validate/191
+ok 194 /utf8/validate/192
+ok 195 /utf8/validate/193
+ok 196 /utf8/validate/194
+ok 197 /utf8/validate/195
+ok 198 /utf8/validate/196
+ok 199 /utf8/validate/197
+ok 200 /utf8/validate/198
+ok 201 /utf8/validate/199
+ok 202 /utf8/validate/200
+ok 203 /utf8/validate/201
+ok 204 /utf8/validate/202
+ok 205 /utf8/validate/203
+ok 206 /utf8/validate/204
+ok 207 /utf8/validate/205
+ok 208 /utf8/validate/206
+ok 209 /utf8/validate/207
+ok 210 /utf8/validate/208
+ok 211 /utf8/validate/209
+ok 212 /utf8/validate/210
+ok 213 /utf8/validate/211
+ok 214 /utf8/validate/212
+ok 215 /utf8/validate/213
+ok 216 /utf8/validate/214
+# End of validate tests
# End of utf8 tests
-PASS: glib/utf8-pointer.test
+PASS: glib/utf8-validate.test
+Running test: glib/refstring.test
+# random seed: R02S818679c1fe3a237f053c1951d1d57b4d
+1..5
+# Start of refstring tests
+# s = 'hello, world' (0x55d3794e49e0)
+ok 1 /refstring/base
+ok 2 /refstring/length
+ok 3 /refstring/length-auto
+ok 4 /refstring/length-nuls
+# s = 'hello, world' (0x55d3794e49e0)
+# p = s = 'hello, world' (0x55d3794e49e0)
+# releasing p[0x55d3794e49e0] ('hello, world')
+# p = 'goodbye, world' (0x55d3794bfeb0)
+# releasing p[0x55d3794bfeb0] ('goodbye, world')
+# releasing s[0x55d3794e49e0] ('hello, world')
+ok 5 /refstring/intern
+# End of refstring tests
+PASS: glib/refstring.test
+Running test: glib/refcount.test
+# random seed: R02Sffd7e2909dbbb985b63cbad97891a6b8
+1..4
+# Start of refcount tests
+ok 1 /refcount/grefcount
+ok 2 /refcount/gatomicrefcount
+# Start of grefcount tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 3 /refcount/grefcount/saturation
+# End of grefcount tests
+# Start of gatomicrefcount tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 4 /refcount/gatomicrefcount/saturation
+# End of gatomicrefcount tests
+# End of refcount tests
+PASS: glib/refcount.test
+Running test: glib/timeloop.test
+Children: 3 Iters: 10000
+Children: 3 Iters: 10000
+Children: 3 Iters: 10000
+Children: 3 Iters: 10000
+Elapsed user: 84
+Elapsed system: 76
+Elapsed total: 160
+total / iteration: 0.00533333
+PASS: glib/timeloop.test
+Running test: glib/unix-fd.test
+# random seed: R02S27bd9295b5946e15722fd7a235f143e7
+1..1
+# Start of unix-streams tests
+ok 1 /unix-streams/file-descriptors
+# End of unix-streams tests
+PASS: glib/unix-fd.test
+Running test: glib/tls-database.test
+# random seed: R02S1577fa3ed4ce53bad70150488900cfae
+1..1
+# Start of tls-backend tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?
+ok 1 /tls-backend/set-default-database
+# End of tls-backend tests
+PASS: glib/tls-database.test
+Running test: glib/file.test
+# random seed: R02Sc46e0f495fa07574924310bede0961fc
+1..30
+# Start of file tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 1 /file/basic
+ok 2 /file/build-filename
+ok 3 /file/parent
+ok 4 /file/child
+ok 5 /file/type
+ok 6 /file/parse-name
+ok 7 /file/replace-load
+# Bug Reference: http://bugzilla.gnome.org/629301
+ok 8 /file/replace-cancel
+ok 9 /file/async-delete
+ok 10 /file/copy-preserve-mode
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 11 /file/measure
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 12 /file/measure-async
+ok 13 /file/load-bytes
+ok 14 /file/load-bytes-async
+ok 15 /file/writev
+# Start of async-create-delete tests
+Executing: glib/file.test
+ok 16 /file/async-create-delete/0
+ok 17 /file/async-create-delete/1
+Executing: glib/file.test
+ok 18 /file/async-create-delete/10
+ok 19 /file/async-create-delete/25
+ok 20 /file/async-create-delete/4096
+# End of async-create-delete tests
+# Start of writev tests
+ok 21 /file/writev/no-bytes-written
+ok 22 /file/writev/no-vectors
+ok 23 /file/writev/empty-vectors
+ok 24 /file/writev/too-big-vectors
+ok 25 /file/writev/async
+ok 26 /file/writev/async_all
+ok 27 /file/writev/async_all-empty-vectors
+ok 28 /file/writev/async_all-no-vectors
+ok 29 /file/writev/async_all-to-big-vectors
+ok 30 /file/writev/async_all-cancellation
+# End of writev tests
+# End of file tests
+PASS: glib/file.test
+Running test: glib/environment.test
+# random seed: R02S2f1085041dc5b6524e286d14106d1f0c
+1..5
+# Start of environ tests
+ok 1 /environ/listenv
+ok 2 /environ/setenv
+ok 3 /environ/array
+ok 4 /environ/null
+ok 5 /environ/case
+# End of environ tests
+PASS: glib/environment.test
+Running test: glib/option-argv0.test
+# random seed: R02S9c8f9803037e2b5f74c256ee45d527d9
+1..1
+# Start of option tests
+ok 1 /option/argv0
+# End of option tests
+PASS: glib/option-argv0.test
+Running test: glib/gobject-private.test
+# random seed: R02S21f08eb9ae5e7a0abf640a7ff9c2d529
+1..3
+# Start of private tests
+ok 1 /private/instance
+ok 2 /private/derived-instance
+ok 3 /private/mixed-derived-instance
+# End of private tests
+PASS: glib/gobject-private.test
+Running test: glib/gdbus-proxy-unique-name.test
+# random seed: R02S12f7fa6009b1f7cd4a10de030d9e0664
+1..1
+# Start of gdbus tests
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 1 /gdbus/proxy-unique-name
+# End of gdbus tests
+PASS: glib/gdbus-proxy-unique-name.test
Running test: glib/param.test
-# random seed: R02Sd92509a73042245ae815245d1a044d0b
+# random seed: R02S9a7e492cb0f3d998a717a1d28f0203f0
1..7
# Start of param tests
ok 1 /param/value
@@ -31251,11 +28656,47 @@ ok 6 /param/default
ok 7 /value/transform
# End of value tests
PASS: glib/param.test
-Running test: glib/properties4.test
-START: /usr/libexec/installed-tests/glib/properties4
-PASS: glib/properties4.test
+Running test: glib/gdbus-bz627724.test
+Executing: glib/gdbus-bz627724.test
+# random seed: R02Sf47843fa5d566dfe52ffae8e4a7b2a7d
+1..1
+# Start of gdbus tests
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 1 /gdbus/bz627724
+# End of gdbus tests
+PASS: glib/gdbus-bz627724.test
+Running test: glib/qdata.test
+# random seed: R02S8f307033016b652b38409fa3b821cede
+1..2
+# Start of qdata tests
+ok 1 /qdata/threaded
+ok 2 /qdata/dup
+# End of qdata tests
+PASS: glib/qdata.test
+Running test: glib/testgobject.test
+private data during initialization: 54321 == 54321
+MAIN: emit test-signal:
+TestObject-Message: 22:46:11.528: ::test_signal default_handler called
+TestObject-Message: 22:46:11.528: ::test_signal default_handler called
+TestObject-Message: 22:46:11.528: ::test_signal default_handler called
+TestObject-Message: 22:46:11.528: signal return: "<default_handler><default_handler>"
+MAIN: call iface print-string on test and derived object:
+Iface-FOO: "iface-string-from-test-type" from 0x561bbf635e70
+Iface-BAR: "iface-string-from-derived-type" from 0x561bbf637c20
+chaining: Iface-FOO: "iface-string-from-derived-type" from 0x561bbf637c20
+private data after initialization: 54321 == 54321
+TestObject-Message: 22:46:11.528: /usr/libexec/installed-tests/glib/testgobject done
+PASS: glib/testgobject.test
+Running test: glib/sources.test
+Add same-priority sources: 21
+Remove in random order: 20
+Add different-priority sources: 27
+Remove in random order: 34
+Add sources from threads: 456
+Remove sources from threads: 478
+PASS: glib/sources.test
Running test: glib/1bit-mutex.test
-# random seed: R02Sed7348e21ef0434f198f4518ca066f74
+# random seed: R02S7502a9396c9ba5ecb9cc603ff92c6ec7
1..2
# Start of glib tests
# Start of 1bit-mutex tests
@@ -31266,348 +28707,95 @@ ok 2 /glib/1bit-mutex/pointer
# End of 1bit-mutex tests
# End of glib tests
PASS: glib/1bit-mutex.test
-Running test: glib/contexts.test
-# random seed: R02Sb5b9bfaaf45b9c7a1ecb53253d003b76
-1..5
-# Start of gio tests
-# Start of contexts tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 1 /gio/contexts/thread-independence
-ok 2 /gio/contexts/context-independence
-# Start of context-specific tests
-ok 3 /gio/contexts/context-specific/identity
-ok 4 /gio/contexts/context-specific/emit
-ok 5 /gio/contexts/context-specific/emit-and-unref
-# End of context-specific tests
-# End of contexts tests
-# End of gio tests
-PASS: glib/contexts.test
-Running test: glib/module-test.test
-PASS: glib/module-test.test
-Running test: glib/data-input-stream.test
-# random seed: R02S3024b782c28bb1598e3b82c8be701fed
-1..10
-# Start of data-input-stream tests
-ok 1 /data-input-stream/basic
-ok 2 /data-input-stream/read-lines-LF
-ok 3 /data-input-stream/read-lines-LF-valid-utf8
-ok 4 /data-input-stream/read-lines-LF-invalid-utf8
-ok 5 /data-input-stream/read-lines-CR
-ok 6 /data-input-stream/read-lines-CR-LF
-ok 7 /data-input-stream/read-lines-any
-ok 8 /data-input-stream/read-until
-ok 9 /data-input-stream/read-upto
-ok 10 /data-input-stream/read-int
-# End of data-input-stream tests
-PASS: glib/data-input-stream.test
-Running test: glib/gobject-private.test
-# random seed: R02S06ea5767e3ce50d2527b23c975c97e5a
-1..3
-# Start of private tests
-ok 1 /private/instance
-ok 2 /private/derived-instance
-ok 3 /private/mixed-derived-instance
-# End of private tests
-PASS: glib/gobject-private.test
-Running test: glib/socket-address.test
-# random seed: R02S403363475955160ad2bef431b2929da2
-1..2
-# Start of socket tests
-# Start of address tests
-# Start of unix tests
-ok 1 /socket/address/unix/construct
-ok 2 /socket/address/unix/to-string
-# End of unix tests
-# End of address tests
-# End of socket tests
-PASS: glib/socket-address.test
-Running test: glib/asyncqueue.test
-# random seed: R02Sf4b2d9e94e1ef26fc4606104d744639a
+Running test: glib/spawn-singlethread.test
+# random seed: R02Sbe0c5c1eaaa108492f69332b431caf63
1..6
-# Start of asyncqueue tests
-ok 1 /asyncqueue/sort
-ok 2 /asyncqueue/destroy
-ok 3 /asyncqueue/threads
-ok 4 /asyncqueue/timed
-ok 5 /asyncqueue/remove
-ok 6 /asyncqueue/push_front
-# End of asyncqueue tests
-PASS: glib/asyncqueue.test
-Running test: glib/boxed.test
-# random seed: R02S7c9ed2a2eb13a854d94535b771f3b5a1
-1..24
-# Start of boxed tests
-ok 1 /boxed/define
-ok 2 /boxed/ownership
-ok 3 /boxed/closure
-ok 4 /boxed/date
-ok 5 /boxed/value
-ok 6 /boxed/string
-ok 7 /boxed/hashtable
-ok 8 /boxed/array
-ok 9 /boxed/ptrarray
-ok 10 /boxed/regex
-ok 11 /boxed/varianttype
-ok 12 /boxed/error
-ok 13 /boxed/datetime
-ok 14 /boxed/matchinfo
-ok 15 /boxed/keyfile
-ok 16 /boxed/mainloop
-ok 17 /boxed/maincontext
-ok 18 /boxed/source
-ok 19 /boxed/variantbuilder
-ok 20 /boxed/timezone
-ok 21 /boxed/pollfd
-ok 22 /boxed/markup
-ok 23 /boxed/thread
-ok 24 /boxed/checksum
-# End of boxed tests
-PASS: glib/boxed.test
-Running test: glib/cancellable.test
-# random seed: R02Se32666449a03576f9e722d0055d6a8a2
+# Start of gthread tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 1 /gthread/spawn-single-sync
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 2 /gthread/spawn-single-async
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+thread 1# GLib-DEBUG: posix_spawn avoided (fd close requested)
+thread 1# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 3 /gthread/spawn-single-async-with-fds
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 4 /gthread/spawn-script
+# GLib-DEBUG: Launching with posix_spawn
+ok 5 /gthread/spawn-posix-spawn
+# Start of spawn tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 6 /gthread/spawn/nonexistent
+# End of spawn tests
+# End of gthread tests
+PASS: glib/spawn-singlethread.test
+Running test: glib/monitor.test
+# random seed: R02Sa1dd808d4177f3d7fc17c59707ffc727
1..1
-# Start of cancellable tests
-ok 1 /cancellable/multiple-concurrent
-# End of cancellable tests
-PASS: glib/cancellable.test
+# Start of monitor tests
+# Using temporary directory: /tmp/gio-test-file-monitor_EPL33Z
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 1 /monitor/directory
+# End of monitor tests
+PASS: glib/monitor.test
+Running test: glib/testglib.test
+# random seed: R02S917f1300bf379ca30009c956e1d90599
+1..17
+# Start of testglib tests
+ok 1 /testglib/Infos
+ok 2 /testglib/Types Sizes
+ok 3 /testglib/GStrings
+ok 4 /testglib/Various Strings
+ok 5 /testglib/GList
+ok 6 /testglib/GSList
+ok 7 /testglib/GNode
+ok 8 /testglib/GTree
+ok 9 /testglib/Arrays
+ok 10 /testglib/GHashTable
+ok 11 /testglib/Relation (deprecated)
+ok 12 /testglib/File Paths
+ok 13 /testglib/File Functions
+ok 14 /testglib/Parse Debug Strings
+ok 15 /testglib/GMemChunk (deprecated)
+ok 16 /testglib/Warnings & Errors
+ok 17 /testglib/Timers (slow)
+# End of testglib tests
+PASS: glib/testglib.test
Running test: glib/guuid.test
-# random seed: R02S4263ba879a865a0b94f6ac4c6df923c8
+# random seed: R02S7bf86519b7b5e0c6825c44264e78a029
1..2
# Start of uuid tests
ok 1 /uuid/string
ok 2 /uuid/random
# End of uuid tests
PASS: glib/guuid.test
-Running test: glib/test-printf.test
-# random seed: R02Sd0dc973f62c71724f8260448eb1f090b
-1..20
-# Start of snprintf tests
-ok 1 /snprintf/retval-and-trunc
-ok 2 /snprintf/%d
-ok 3 /snprintf/%d-invalid
-ok 4 /snprintf/%o
-ok 5 /snprintf/%u
-ok 6 /snprintf/%x
-ok 7 /snprintf/%X
-ok 8 /snprintf/%f
-ok 9 /snprintf/%e
-ok 10 /snprintf/%c
-ok 11 /snprintf/%s
-ok 12 /snprintf/%n
-ok 13 /snprintf/test-percent
-ok 14 /snprintf/test-positional-params
-ok 15 /snprintf/test-64bit
-# End of snprintf tests
-# Start of printf tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 16 /printf/test-percent
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 17 /printf/test-positional-params
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 18 /printf/test-64bit
-# Start of test-64bit tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of test-64bit tests
-# End of printf tests
-# Start of sprintf tests
-ok 19 /sprintf/test-positional-params
-ok 20 /sprintf/upper-bound
-# End of sprintf tests
-PASS: glib/test-printf.test
-Running test: glib/cond.test
-# random seed: R02S981e6d61df332f005ae3dfc9f455a72e
+Running test: glib/gsocketclient-slow.test
+# random seed: R02S42389dcf3c3aeba8e6de21115ff92b70
1..3
-# Start of thread tests
-ok 1 /thread/cond1
-ok 2 /thread/cond2
-# Start of cond tests
-Executing: glib/cond.test
-ok 3 /thread/cond/wait-until
-# End of cond tests
-# End of thread tests
-PASS: glib/cond.test
-Running test: glib/tree.test
-# random seed: R02Sbd12e9f02a229fd21b62ab5391168a4d
-1..5
-# Start of tree tests
-ok 1 /tree/search
-ok 2 /tree/remove
-ok 3 /tree/destroy
-ok 4 /tree/traverse
-ok 5 /tree/insert
-# End of tree tests
-PASS: glib/tree.test
-Running test: glib/accumulator.test
-PASS: glib/accumulator.test
-Running test: glib/static-link.test
-Test disabled because GLIB_TEST_COMPILATION is not set in the env.
-If you wish to run this test, set GLIB_TEST_COMPILATION=1 in the env,
-and make sure you have glib build dependencies installed, including
-meson.
-PASS: glib/static-link.test
-Running test: glib/appmonitor.test
-# random seed: R02S19c1663154034811212e85a6738ae668
-1..1
-# Start of monitor tests
-# GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/home
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/cache
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/system-config1:/tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/system-config2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/config
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/system-data1:/tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/system-data2
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/data
-# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/runtime
-# Using data directory: /tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/data
-# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from (null) to /tmp/test_appmonitor_DJ9V3Z/monitor/app/.dirs/config
-ok 1 /monitor/app
-# End of monitor tests
-PASS: glib/appmonitor.test
-Running test: glib/hash.test
-# random seed: R02S8c4d802ec51219ca7fffa56ce7d1740c
-1..27
-# Start of hash tests
-ok 1 /hash/misc
-ok 2 /hash/one
-ok 3 /hash/honeyman
-ok 4 /hash/direct
-ok 5 /hash/direct2
-ok 6 /hash/int
-ok 7 /hash/int64
-ok 8 /hash/double
-ok 9 /hash/string
-ok 10 /hash/set
-ok 11 /hash/set-ref
-ok 12 /hash/ref
-ok 13 /hash/remove-all
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 14 /hash/recursive-remove-all
-ok 15 /hash/find
-ok 16 /hash/foreach
-ok 17 /hash/foreach-steal
-ok 18 /hash/steal-extended
-ok 19 /hash/lookup-extended
-# Bug Reference: http://bugzilla.gnome.org/642944
-ok 20 /hash/lookup-null-key
-# Bug Reference: http://bugzilla.gnome.org/650459
-ok 21 /hash/destroy-modify
-ok 22 /hash/consistency
-# Bug Reference: http://bugzilla.gnome.org/662544
-ok 23 /hash/iter-replace
-# Bug Reference: http://bugzilla.gnome.org/692815
-ok 24 /hash/set-insert-corruption
-ok 25 /hash/set-to-strv
-ok 26 /hash/primes
-# Start of recursive-remove-all tests
-# End of recursive-remove-all tests
-# Start of steal-extended tests
-ok 27 /hash/steal-extended/optional
-# End of steal-extended tests
-# End of hash tests
-PASS: glib/hash.test
-Running test: glib/contenttype.test
-# random seed: R02S8d28d29b355ba3ca42137e87bbcd7c6e
-1..12
-# Start of contenttype tests
-ok 1 /contenttype/guess
-ok 2 /contenttype/guess_svg_from_data
-ok 3 /contenttype/mime_from_content # SKIP mime from content type test not implemented on UNIX
-ok 4 /contenttype/unknown
-ok 5 /contenttype/subtype
-ok 6 /contenttype/list
-ok 7 /contenttype/executable
-ok 8 /contenttype/description
-ok 9 /contenttype/icon
-ok 10 /contenttype/symbolic-icon
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 11 /contenttype/tree
-# Bug Reference: http://bugzilla.gnome.org/782311
-ok 12 /contenttype/test_type_is_a_special_case
-# End of contenttype tests
-PASS: glib/contenttype.test
-Running test: glib/gdbus-introspection.test
-# random seed: R02Sf36e3395fe47c02919ca742f5ef91311
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..4
-# Start of gdbus tests
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 1 /gdbus/introspection-parser
-ok 2 /gdbus/introspection-generate
-ok 3 /gdbus/introspection-default-direction
-ok 4 /gdbus/introspection-extra-data
-# End of gdbus tests
-PASS: glib/gdbus-introspection.test
-Running test: glib/inet-address.test
-# random seed: R02Sbfdb4aecc86a8afce8cf6e16965b474c
-1..11
-# Start of inet-address tests
-ok 1 /inet-address/parse
-ok 2 /inet-address/any
-ok 3 /inet-address/loopback
-ok 4 /inet-address/bytes
-ok 5 /inet-address/property
-# End of inet-address tests
-# Start of socket-address tests
-ok 6 /socket-address/basic
-ok 7 /socket-address/to-string
-# End of socket-address tests
-# Start of address-mask tests
-ok 8 /address-mask/parse
-ok 9 /address-mask/property
-ok 10 /address-mask/equal
-ok 11 /address-mask/match
-# End of address-mask tests
-PASS: glib/inet-address.test
-Running test: glib/flags.test
-# random seed: R02Sc2d462456d29c171a4b7a8e6634dc14d
-1..1
-# Start of gobject tests
-# Start of flags tests
-ok 1 /gobject/flags/validate
-# End of flags tests
-# End of gobject tests
-PASS: glib/flags.test
-Running test: glib/unix-mounts.test
-# random seed: R02S2497c18d7c825b68b40bc96fa881e842
+# Start of socket-client tests
+# Start of happy-eyeballs tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?
+ok 1 /socket-client/happy-eyeballs/slow
+# Start of cancellation tests
+ok 2 /socket-client/happy-eyeballs/cancellation/instant
+# GLib-GIO-DEBUG: IPv4 DNS error: Operation was cancelled
+ok 3 /socket-client/happy-eyeballs/cancellation/delayed
+# End of cancellation tests
+# End of happy-eyeballs tests
+# End of socket-client tests
+PASS: glib/gsocketclient-slow.test
+Running test: glib/vfs.test
+# random seed: R02S2d2328390c9687ea5539ed64d2ca1d83
1..2
-# Start of unix-mounts tests
-ok 1 /unix-mounts/is-system-fs-type
-ok 2 /unix-mounts/is-system-device-path
-# End of unix-mounts tests
-PASS: glib/unix-mounts.test
-Running test: glib/markup-collect.test
-# random seed: R02Se931de950437fbe0cf6880a17d40cf8d
-1..21
-# Start of markup tests
-# Start of collect tests
-ok 1 /markup/collect/0
-ok 2 /markup/collect/1
-ok 3 /markup/collect/2
-ok 4 /markup/collect/3
-ok 5 /markup/collect/4
-ok 6 /markup/collect/5
-ok 7 /markup/collect/6
-ok 8 /markup/collect/7
-ok 9 /markup/collect/8
-ok 10 /markup/collect/9
-ok 11 /markup/collect/10
-ok 12 /markup/collect/11
-ok 13 /markup/collect/12
-ok 14 /markup/collect/13
-ok 15 /markup/collect/14
-ok 16 /markup/collect/15
-ok 17 /markup/collect/16
-ok 18 /markup/collect/17
-ok 19 /markup/collect/18
-ok 20 /markup/collect/19
-ok 21 /markup/collect/cleanup
-# End of collect tests
-# End of markup tests
-PASS: glib/markup-collect.test
-Running test: glib/datetime.test
-06/24/19 17:13:02
-PASS: glib/datetime.test
+# Start of gvfs tests
+ok 1 /gvfs/local
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 2 /gvfs/register-scheme
+# End of gvfs tests
+PASS: glib/vfs.test
Running test: glib/testing.test
-# random seed: R02Sb12559ce607b7b6202874984b0062465
+# random seed: R02S3fc201db035cc4996b8984f7e894595a
1..26
# pass
# GLib-DEBUG: posix_spawn avoided (fd close requested)
@@ -31732,8 +28920,35 @@ ok 25 /trap_subprocess/no-such-test
ok 26 /trap_subprocess/patterns
# End of trap_subprocess tests
PASS: glib/testing.test
+Running test: glib/642026-ec.test
+# random seed: R02S5a5b1b9c45c5359deb6dfebb2e5ab36c
+1..1
+# Start of glib tests
+# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026
+Executing: glib/642026-ec.test
+ok 1 /glib/642026
+# End of glib tests
+PASS: glib/642026-ec.test
+Running test: glib/proxy-test.test
+# random seed: R02Sb832b5782b7b40728f84c7dfc4e073bb
+1..9
+# Start of proxy tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestProxyResolver) for ?gio-proxy-resolver?
+ok 1 /proxy/direct_sync
+ok 2 /proxy/direct_async
+ok 3 /proxy/single_sync
+ok 4 /proxy/single_async
+ok 5 /proxy/multiple_sync
+ok 6 /proxy/multiple_async
+# GLib-GIO-DEBUG: IPv6 DNS error: Not found
+# GLib-GIO-DEBUG: IPv4 DNS error: Not found
+ok 7 /proxy/dns
+ok 8 /proxy/override
+ok 9 /proxy/enumerator-ports
+# End of proxy tests
+PASS: glib/proxy-test.test
Running test: glib/hostutils.test
-# random seed: R02S29bf769e10e2a7408e9417e1306d32c7
+# random seed: R02Sd7c9532f9a853f1913a6ecd4467fe4c1
1..3
# Start of hostutils tests
ok 1 /hostutils/to_ascii
@@ -31741,270 +28956,781 @@ ok 2 /hostutils/to_unicode
ok 3 /hostutils/is_ip_addr
# End of hostutils tests
PASS: glib/hostutils.test
-Running test: glib/file.test
-# random seed: R02Sc2ecfa9e451d640acf27db9f7bd45a1c
-1..30
-# Start of file tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 1 /file/basic
-ok 2 /file/build-filename
-ok 3 /file/parent
-ok 4 /file/child
-ok 5 /file/type
-ok 6 /file/parse-name
-ok 7 /file/replace-load
-# Bug Reference: http://bugzilla.gnome.org/629301
-ok 8 /file/replace-cancel
-ok 9 /file/async-delete
-ok 10 /file/copy-preserve-mode
+Running test: glib/timeloop-closure.test
+Children: 3 Iters: 10000
+Children: 3 Iters: 10000
+Children: 3 Iters: 10000
+Children: 3 Iters: 10000
+Elapsed user: 105
+Elapsed system: 101
+Elapsed total: 206
+total / iteration: 0.00686667
+PASS: glib/timeloop-closure.test
+Running test: glib/base64.test
+# random seed: R02S1864befed530f2cbe940f87e71496c66
+1..28
+# Start of base64 tests
+ok 1 /base64/encode
+ok 2 /base64/decode
+ok 3 /base64/decode-inplace
+ok 4 /base64/encode-decode
+# Start of full tests
+ok 5 /base64/full/1
+ok 6 /base64/full/2
+ok 7 /base64/full/3
+ok 8 /base64/full/4
+# End of full tests
+# Start of encode tests
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=https://gitlab.gnome.org/GNOME/glib/issues/1698
+ok 9 /base64/encode/empty
+# Start of incremental tests
+# Start of small-block tests
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
+ok 10 /base64/encode/incremental/small-block/1
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
+ok 11 /base64/encode/incremental/small-block/2
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
+ok 12 /base64/encode/incremental/small-block/3
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
+ok 13 /base64/encode/incremental/small-block/4
+# End of small-block tests
+# End of incremental tests
+# End of encode tests
+# Start of incremental tests
+# Start of nobreak tests
+ok 14 /base64/incremental/nobreak/1
+ok 15 /base64/incremental/nobreak/2
+ok 16 /base64/incremental/nobreak/3
+ok 17 /base64/incremental/nobreak/4-a
+ok 18 /base64/incremental/nobreak/4-b
+ok 19 /base64/incremental/nobreak/4-c
+# End of nobreak tests
+# Start of break tests
+ok 20 /base64/incremental/break/1
+ok 21 /base64/incremental/break/2
+ok 22 /base64/incremental/break/3
+# End of break tests
+# Start of smallblock tests
+ok 23 /base64/incremental/smallblock/1
+ok 24 /base64/incremental/smallblock/2
+ok 25 /base64/incremental/smallblock/3
+ok 26 /base64/incremental/smallblock/4
+# End of smallblock tests
+# End of incremental tests
+# Start of decode tests
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=https://gitlab.gnome.org/GNOME/glib/issues/1698
+ok 27 /base64/decode/empty
+# End of decode tests
+# Start of encode-decode tests
+# Vector 0:
+# Vector 1: f
+# Vector 2: fo
+# Vector 3: foo
+# Vector 4: foob
+# Vector 5: fooba
+# Vector 6: foobar
+ok 28 /base64/encode-decode/rfc4648
+# End of encode-decode tests
+# End of base64 tests
+PASS: glib/base64.test
+Running test: glib/gapplication.test
+# random seed: R02S4c3aa78f51c3121b4a5b38b731217639
+1..16
+# Start of gapplication tests
+ok 1 /gapplication/no-dbus
+ok 2 /gapplication/no-appid
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 3 /gapplication/properties
+ok 4 /gapplication/app-id
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 5 /gapplication/quit
+ok 6 /gapplication/local-actions
+ok 7 /gapplication/local-command-line
+ok 8 /gapplication/resource-path
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 9 /gapplication/test-help
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 10 /gapplication/test-busy
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 11 /gapplication/test-handle-local-options1
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 12 /gapplication/test-handle-local-options2
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 13 /gapplication/test-handle-local-options3
+ok 14 /gapplication/api
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# launching subprocess
# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 11 /file/measure
+ok 15 /gapplication/replace
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# launching subprocess
# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 12 /file/measure-async
-ok 13 /file/load-bytes
-ok 14 /file/load-bytes-async
-ok 15 /file/writev
-# Start of async-create-delete tests
-ok 16 /file/async-create-delete/0
-ok 17 /file/async-create-delete/1
-Executing: glib/file.test
-ok 18 /file/async-create-delete/10
-ok 19 /file/async-create-delete/25
-Executing: glib/file.test
-ok 20 /file/async-create-delete/4096
-# End of async-create-delete tests
-# Start of writev tests
-ok 21 /file/writev/no-bytes-written
-ok 22 /file/writev/no-vectors
-ok 23 /file/writev/empty-vectors
-ok 24 /file/writev/too-big-vectors
-ok 25 /file/writev/async
-ok 26 /file/writev/async_all
-ok 27 /file/writev/async_all-empty-vectors
-ok 28 /file/writev/async_all-no-vectors
-ok 29 /file/writev/async_all-to-big-vectors
-ok 30 /file/writev/async_all-cancellation
-# End of writev tests
-# End of file tests
-PASS: glib/file.test
-Running test: glib/testfilemonitor.test
-# random seed: R02S42444a6dcb20042177b5ca28901a30e5
-1..6
-# Start of monitor tests
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 1 /monitor/atomic-replace
-Executing: glib/testfilemonitor.test
-ok 2 /monitor/file-changes
-ok 3 /monitor/dir-monitor
-Executing: glib/testfilemonitor.test
-Executing: glib/testfilemonitor.test
-Executing: glib/testfilemonitor.test
-Executing: glib/testfilemonitor.test
-Executing: glib/testfilemonitor.test
-ok 4 /monitor/dir-not-existent
-Executing: glib/testfilemonitor.test
-ok 5 /monitor/cross-dir-moves
-# Start of file tests
-# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=755721
-# Running with hard link tests
-# Event 0 at expected index 7 skipped because it is marked as optional
-# Event 2 at expected index 11 skipped because it is marked as optional
-ok 6 /monitor/file/hard-links
-# End of file tests
-# End of monitor tests
-PASS: glib/testfilemonitor.test
-Running test: glib/network-address.test
-# random seed: R02Sffe02e3d931aa845aaf3cc674e1654f8
-1..65
-# Start of network-address tests
-ok 1 /network-address/basic
-ok 2 /network-address/scope-id
-ok 3 /network-address/uri-scope-id
-ok 4 /network-address/to-string
-# Start of parse-host tests
-ok 5 /network-address/parse-host/0
-ok 6 /network-address/parse-host/1
-ok 7 /network-address/parse-host/2
-ok 8 /network-address/parse-host/3
-ok 9 /network-address/parse-host/4
-ok 10 /network-address/parse-host/5
-ok 11 /network-address/parse-host/6
-ok 12 /network-address/parse-host/7
-ok 13 /network-address/parse-host/8
-ok 14 /network-address/parse-host/9
-# End of parse-host tests
-# Start of parse-uri tests
-ok 15 /network-address/parse-uri/0
-ok 16 /network-address/parse-uri/1
-ok 17 /network-address/parse-uri/2
-ok 18 /network-address/parse-uri/3
-ok 19 /network-address/parse-uri/4
-ok 20 /network-address/parse-uri/5
-ok 21 /network-address/parse-uri/6
-ok 22 /network-address/parse-uri/7
-ok 23 /network-address/parse-uri/8
-ok 24 /network-address/parse-uri/9
-# End of parse-uri tests
-# Start of resolve-address tests
-# Input: 192.168.1.2
-ok 25 /network-address/resolve-address/0
-# Input: fe80::42
-ok 26 /network-address/resolve-address/1
-# Input: 192.168.1.2:80
-ok 27 /network-address/resolve-address/2
-# Input: [fe80::42]
-ok 28 /network-address/resolve-address/3
-# Input: [fe80::42]:80
-ok 29 /network-address/resolve-address/4
-# Input: 192.168.258
-ok 30 /network-address/resolve-address/5
-# Input: 192.11010306
-ok 31 /network-address/resolve-address/6
-# Input: 3232235778
-ok 32 /network-address/resolve-address/7
-# Input: 0300.0250.0001.0001
-ok 33 /network-address/resolve-address/8
-# Input: 0xC0.0xA8.0x01.0x02
-ok 34 /network-address/resolve-address/9
-# Input: 0xc0.0xa8.0x01.0x02
-ok 35 /network-address/resolve-address/10
-# Input: 0xc0a80102
-ok 36 /network-address/resolve-address/11
-# End of resolve-address tests
-# Start of loopback tests
-ok 37 /network-address/loopback/basic
-ok 38 /network-address/loopback/sync
-ok 39 /network-address/loopback/async
-# End of loopback tests
-# Start of happy-eyeballs tests
-ok 40 /network-address/happy-eyeballs/basic
-ok 41 /network-address/happy-eyeballs/parallel
-ok 42 /network-address/happy-eyeballs/slow-ipv4
-ok 43 /network-address/happy-eyeballs/slow-ipv6
-ok 44 /network-address/happy-eyeballs/very-slow-ipv6
-Executing: glib/network-address.test
-ok 45 /network-address/happy-eyeballs/slow-connection-and-ipv4
-# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
-ok 46 /network-address/happy-eyeballs/ipv6-error-ipv4-first
-# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
-ok 47 /network-address/happy-eyeballs/ipv6-error-ipv6-first
-# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
-ok 48 /network-address/happy-eyeballs/ipv4-error-ipv6-first
-# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
-ok 49 /network-address/happy-eyeballs/ipv4-error-ipv4-first
-# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
-# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
-ok 50 /network-address/happy-eyeballs/both-error
-# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
-# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
-ok 51 /network-address/happy-eyeballs/both-error-delays-1
-# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
-# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
-ok 52 /network-address/happy-eyeballs/both-error-delays-2
-# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
-ok 53 /network-address/happy-eyeballs/both-error-delays-3
-# End of happy-eyeballs tests
-# End of network-address tests
-# Start of gresolver tests
-# Start of resolve-address tests
-# Input: 192.168.1.2
-ok 54 /gresolver/resolve-address/0
-# Input: fe80::42
-ok 55 /gresolver/resolve-address/1
-# Input: 192.168.1.2:80
-# Error: Error resolving ?192.168.1.2:80?: Name or service not known
-ok 56 /gresolver/resolve-address/2
-# Input: [fe80::42]
-# Error: Error resolving ?[fe80::42]?: Name or service not known
-ok 57 /gresolver/resolve-address/3
-# Input: [fe80::42]:80
-# Error: Error resolving ?[fe80::42]:80?: Name or service not known
-ok 58 /gresolver/resolve-address/4
-# Input: 192.168.258
-# Error: Error resolving ?192.168.258?: Name or service not known
-ok 59 /gresolver/resolve-address/5
-# Input: 192.11010306
-# Error: Error resolving ?192.11010306?: Name or service not known
-ok 60 /gresolver/resolve-address/6
-# Input: 3232235778
-# Error: Error resolving ?3232235778?: Name or service not known
-ok 61 /gresolver/resolve-address/7
-# Input: 0300.0250.0001.0001
-# Error: Error resolving ?0300.0250.0001.0001?: Name or service not known
-ok 62 /gresolver/resolve-address/8
-# Input: 0xC0.0xA8.0x01.0x02
-# Error: Error resolving ?0xC0.0xA8.0x01.0x02?: Name or service not known
-ok 63 /gresolver/resolve-address/9
-# Input: 0xc0.0xa8.0x01.0x02
-# Error: Error resolving ?0xc0.0xa8.0x01.0x02?: Name or service not known
-ok 64 /gresolver/resolve-address/10
-# Input: 0xc0a80102
-# Error: Error resolving ?0xc0a80102?: Name or service not known
-ok 65 /gresolver/resolve-address/11
-# End of resolve-address tests
-# End of gresolver tests
-PASS: glib/network-address.test
-Running test: glib/queue.test
-# random seed: R02Sd4b64759888f4ac62d62b878c1065409
+ok 16 /gapplication/no-replace
+# End of gapplication tests
+PASS: glib/gapplication.test
+Running test: glib/singleton.test
+PASS: glib/singleton.test
+Running test: glib/dir.test
+# random seed: R02S2820d860b27bcc903db811cf0774ba5d
+1..2
+# Start of dir tests
+ok 1 /dir/read
+ok 2 /dir/nonexisting
+# End of dir tests
+PASS: glib/dir.test
+Running test: glib/dynamictype.test
+PASS: glib/dynamictype.test
+Running test: glib/rec-mutex.test
+# random seed: R02S37d1fca0dd0684a579f8ff6e8e30ca20
+1..4
+# Start of thread tests
+ok 1 /thread/rec-mutex1
+ok 2 /thread/rec-mutex2
+ok 3 /thread/rec-mutex3
+Executing: glib/rec-mutex.test
+Executing: glib/rec-mutex.test
+ok 4 /thread/rec-mutex4
+# End of thread tests
+PASS: glib/rec-mutex.test
+Running test: glib/properties4.test
+START: /usr/libexec/installed-tests/glib/properties4
+PASS: glib/properties4.test
+Running test: glib/socket.test
+# random seed: R02S581be95502cdce4886b74542469d4fb2
+1..23
+# Start of socket tests
+ok 1 /socket/ipv4_sync
+ok 2 /socket/ipv4_async
+ok 3 /socket/ipv6_sync
+ok 4 /socket/ipv6_async
+ok 5 /socket/ipv6_v4mapped
+ok 6 /socket/close_graceful
+ok 7 /socket/timed_wait
+# Bug Reference: https://bugzilla.gnome.org/741707
+ok 8 /socket/fd_reuse
+ok 9 /socket/address
+ok 10 /socket/unix-from-fd
+ok 11 /socket/unix-connection
+ok 12 /socket/unix-connection-ancillary-data
+ok 13 /socket/source-postmortem
+ok 14 /socket/read_write
+ok 15 /socket/read_writev
+# Start of ipv4_sync tests
+ok 16 /socket/ipv4_sync/datagram
+# Start of datagram tests
+Executing: glib/socket.test
+ok 17 /socket/ipv4_sync/datagram/timeouts
+# End of datagram tests
+# End of ipv4_sync tests
+# Start of ipv6_sync tests
+ok 18 /socket/ipv6_sync/datagram
+# Start of datagram tests
+ok 19 /socket/ipv6_sync/datagram/timeouts
+# End of datagram tests
+# End of ipv6_sync tests
+# Start of reuse tests
+ok 20 /socket/reuse/tcp
+ok 21 /socket/reuse/udp
+# End of reuse tests
+# Start of get_available tests
+ok 22 /socket/get_available/datagram
+ok 23 /socket/get_available/stream
+# End of get_available tests
+# End of socket tests
+PASS: glib/socket.test
+Running test: glib/fileutils.test
+# random seed: R02Se3b8b650900e5a36c316b6217af7f30d
+1..16
+# Start of fileutils tests
+ok 1 /fileutils/build-path
+ok 2 /fileutils/build-pathv
+ok 3 /fileutils/build-filename
+ok 4 /fileutils/build-filenamev
+ok 5 /fileutils/mkdir-with-parents
+ok 6 /fileutils/format-size-for-display
+ok 7 /fileutils/errors
+ok 8 /fileutils/basename
+ok 9 /fileutils/dir-make-tmp
+ok 10 /fileutils/file-open-tmp
+ok 11 /fileutils/mkstemp
+ok 12 /fileutils/mkdtemp
+ok 13 /fileutils/set-contents
+ok 14 /fileutils/read-link
+ok 15 /fileutils/stdio-wrappers
+# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/119
+# Testing fopen() mode 'w'
+# Testing fopen() mode 'r'
+# Testing fopen() mode 'a'
+# Testing fopen() mode 'w+'
+# Testing fopen() mode 'r+'
+# Testing fopen() mode 'a+'
+# Testing fopen() mode 'wb'
+# Testing fopen() mode 'rb'
+# Testing fopen() mode 'ab'
+# Testing fopen() mode 'w+b'
+# Testing fopen() mode 'r+b'
+# Testing fopen() mode 'a+b'
+# Testing fopen() mode 'wb+'
+# Testing fopen() mode 'rb+'
+# Testing fopen() mode 'ab+'
+ok 16 /fileutils/fopen-modes
+# End of fileutils tests
+PASS: glib/fileutils.test
+Running test: glib/qsort-test.test
+PASS: glib/qsort-test.test
+Running test: glib/type.test
+# random seed: R02S8f3c4b4beed56c516ba484e65256dbed
+1..4
+# Start of type tests
+ok 1 /type/registration-serial
+ok 2 /type/interface-prerequisite
+ok 3 /type/interface-check
+ok 4 /type/next-base
+# End of type tests
+PASS: glib/type.test
+Running test: glib/filter-streams.test
+# random seed: R02S30bbe4f2bd3cfc9b6654547ca28e7d67
+1..4
+# Start of filter-stream tests
+# Bug Reference: http://bugzilla.gnome.org/568394
+ok 1 /filter-stream/input
+ok 2 /filter-stream/output
+ok 3 /filter-stream/async-input
+ok 4 /filter-stream/async-output
+# End of filter-stream tests
+PASS: glib/filter-streams.test
+Running test: glib/strfuncs.test
+# random seed: R02S936756441771200c2fa85e148e921309
+1..33
+# Start of strfuncs tests
+ok 1 /strfuncs/test-is-to-digit
+ok 2 /strfuncs/strdup
+ok 3 /strfuncs/strndup
+ok 4 /strfuncs/strdup-printf
+ok 5 /strfuncs/strdupv
+ok 6 /strfuncs/strnfill
+ok 7 /strfuncs/strconcat
+ok 8 /strfuncs/strjoin
+ok 9 /strfuncs/strcanon
+ok 10 /strfuncs/strcompress-strescape
+ok 11 /strfuncs/ascii-strcasecmp
+ok 12 /strfuncs/strchug
+ok 13 /strfuncs/strchomp
+ok 14 /strfuncs/strreverse
+ok 15 /strfuncs/strncasecmp
+ok 16 /strfuncs/strstr
+ok 17 /strfuncs/has-prefix
+ok 18 /strfuncs/has-suffix
+ok 19 /strfuncs/strsplit
+ok 20 /strfuncs/strsplit-set
+ok 21 /strfuncs/strv-length
+ok 22 /strfuncs/strtod
+ok 23 /strfuncs/strtoull-strtoll
+ok 24 /strfuncs/bounds-check
+ok 25 /strfuncs/strip-context
+ok 26 /strfuncs/strerror
+ok 27 /strfuncs/strsignal
+ok 28 /strfuncs/strup
+ok 29 /strfuncs/transliteration
+ok 30 /strfuncs/strv-contains
+ok 31 /strfuncs/strv-equal
+# Start of ascii-string-to-num tests
+ok 32 /strfuncs/ascii-string-to-num/usual
+ok 33 /strfuncs/ascii-string-to-num/pathological
+# End of ascii-string-to-num tests
+# End of strfuncs tests
+PASS: glib/strfuncs.test
+Running test: glib/signal3.test
+START: /usr/libexec/installed-tests/glib/signal3
+init 0x55b59c15c200
+init 0x55b59c15c220
+.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal3.test
+................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+stopping
+.stopped
+dispose 0x55b59c15c200!
+dispose 0x55b59c15c220!
+PASS: glib/signal3.test
+Running test: glib/object.test
+# random seed: R02S7c554325787bb337da3e52922be195b8
+1..2
+# Start of object tests
+# Start of constructor tests
+ok 1 /object/constructor/singleton
+# Bug Reference: http://bugzilla.gnome.org/661576
+ok 2 /object/constructor/infanticide
+# End of constructor tests
+# End of object tests
+PASS: glib/object.test
+Running test: glib/include.test
+# random seed: R02S4f8d8c22b9880ec414be18ba90103a8b
+1..1
+# Start of include tests
+ok 1 /include/rwlock
+# End of include tests
+PASS: glib/include.test
+Running test: glib/once.test
+# random seed: R02S4416bd6dccef92c019f0e29dedfc6a3a
+1..4
+# Start of thread tests
+ok 1 /thread/once1
+ok 2 /thread/once2
+ok 3 /thread/once3
+ok 4 /thread/once4
+# End of thread tests
+PASS: glib/once.test
+Running test: glib/unix-streams.test
+# random seed: R02Sf03ef577187ae5d802e7bfb3552f5b19
1..9
-# Start of queue tests
-ok 1 /queue/basic
-ok 2 /queue/copy
-ok 3 /queue/off-by-one
-ok 4 /queue/find-custom
-ok 5 /queue/static
-ok 6 /queue/clear
-ok 7 /queue/free-full
-ok 8 /queue/clear-full
-# Start of random tests
-ok 9 /queue/random/seed:61549156
-# End of random tests
-# End of queue tests
-PASS: glib/queue.test
-Running test: glib/autoptr-gio.test
-# random seed: R02Sf6c1cc9449ca8b30a76d2cbca5cef9e9
+# Start of unix-streams tests
+ok 1 /unix-streams/basic
+ok 2 /unix-streams/pipe-io-test
+ok 3 /unix-streams/nonblocking-io-test
+ok 4 /unix-streams/read_write
+ok 5 /unix-streams/read_writev
+ok 6 /unix-streams/write-wouldblock
+ok 7 /unix-streams/writev-wouldblock
+ok 8 /unix-streams/write-async-wouldblock
+ok 9 /unix-streams/writev-async-wouldblock
+# End of unix-streams tests
+PASS: glib/unix-streams.test
+Running test: glib/gdbus-threading.test
+# random seed: R02S113bb64b98a91a7bb0855ae776bbf86c
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..3
+# Start of gdbus tests
+ok 1 /gdbus/delivery-in-thread
+Executing: glib/gdbus-threading.test
+Executing: glib/gdbus-threading.test
+ok 2 /gdbus/method-calls-in-thread
+Executing: glib/gdbus-threading.test
+Executing: glib/gdbus-threading.test
+ok 3 /gdbus/threaded-singleton
+# End of gdbus tests
+PASS: glib/gdbus-threading.test
+Running test: glib/async-close-output-stream.test
+# random seed: R02Sf89dde30b90ceab8abd4b307b9b269b9
+1..3
+# Start of close-async tests
+# Bug Reference: http://bugzilla.gnome.org/617937
+ok 1 /close-async/without-flush
+# Bug Reference: http://bugzilla.gnome.org/617937
+ok 2 /close-async/with-flush
+# Bug Reference: http://bugzilla.gnome.org/617937
+ok 3 /close-async/with-async-flush
+# End of close-async tests
+PASS: glib/async-close-output-stream.test
+Running test: glib/srvtarget.test
+# random seed: R02S3731a540a2a65d1c60f825107c606e6c
1..1
-# Start of autoptr tests
+# Start of srvtarget tests
+ok 1 /srvtarget/srv-target-ordering
+# End of srvtarget tests
+PASS: glib/srvtarget.test
+Running test: glib/signal1.test
+START: /usr/libexec/installed-tests/glib/signal1
+init 0x55e38c07b200
+init 0x55e38c07b220
+.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal1.test
+............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+stopping
+stopped
+dispose 0x55e38c07b200!
+dispose 0x55e38c07b220!
+PASS: glib/signal1.test
+Running test: glib/contexts.test
+# random seed: R02S54079d69f1b013a7635117e12fb13b6d
+1..5
+# Start of gio tests
+# Start of contexts tests
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 1 /autoptr/autoptr
-# End of autoptr tests
-PASS: glib/autoptr-gio.test
-Running test: glib/monitor.test
-# random seed: R02S36e97619bb81a18ff9bdc52b1f8913ee
+ok 1 /gio/contexts/thread-independence
+ok 2 /gio/contexts/context-independence
+# Start of context-specific tests
+ok 3 /gio/contexts/context-specific/identity
+ok 4 /gio/contexts/context-specific/emit
+ok 5 /gio/contexts/context-specific/emit-and-unref
+# End of context-specific tests
+# End of contexts tests
+# End of gio tests
+PASS: glib/contexts.test
+Running test: glib/gdbus-peer-object-manager.test
+# random seed: R02S61bda44d0344c885b051fecef3c7435d
+1..2
+# Start of gdbus tests
+# Start of peer-object-manager tests
+ok 1 /gdbus/peer-object-manager/normal
+ok 2 /gdbus/peer-object-manager/root
+# End of peer-object-manager tests
+# End of gdbus tests
+PASS: glib/gdbus-peer-object-manager.test
+Running test: glib/charset.test
+# random seed: R02S0aa80dd797024f871e4efdf594f7411e
+1..2
+# Start of charset tests
+# Test 0
+# Test 1
+# Test 2
+# Test 3
+ok 1 /charset/language_names_with_category
+ok 2 /charset/language_names_with_category_async
+# End of charset tests
+PASS: glib/charset.test
+Running test: glib/properties2.test
+START: /usr/libexec/installed-tests/glib/properties2
+init 0x55c70eb4a000
+....................................................................................................dispose 0x55c70eb4a000!
+PASS: glib/properties2.test
+Running test: glib/g-icon.test
+# random seed: R02Sea5643b9ffe3928630df538e7cba3848
+1..6
+# Start of icons tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 1 /icons/to-string
+ok 2 /icons/serialize
+ok 3 /icons/themed
+ok 4 /icons/emblemed
+ok 5 /icons/file
+ok 6 /icons/bytes
+# End of icons tests
+PASS: glib/g-icon.test
+Running test: glib/slice-threadinit.test
+PASS: glib/slice-threadinit.test
+Running test: glib/deftype.test
+PASS: glib/deftype.test
+Running test: glib/gdbus-connection-flush.test
+# random seed: R02S673ec8c64f86ca6b6a0ad82fbc15096e
+1..2
+# Start of gdbus tests
+# Start of connection tests
+# Start of flush tests
+ok 1 /gdbus/connection/flush/busy
+ok 2 /gdbus/connection/flush/idle
+# End of flush tests
+# End of connection tests
+# End of gdbus tests
+PASS: glib/gdbus-connection-flush.test
+Running test: glib/buffered-output-stream.test
+# random seed: R02Sae70c782649fcbb4953e979213f0ef89
+1..5
+# Start of buffered-output-stream tests
+ok 1 /buffered-output-stream/write
+ok 2 /buffered-output-stream/grow
+ok 3 /buffered-output-stream/seek
+ok 4 /buffered-output-stream/truncate
+# End of buffered-output-stream tests
+# Start of filter-output-stream tests
+ok 5 /filter-output-stream/close
+# End of filter-output-stream tests
+PASS: glib/buffered-output-stream.test
+Running test: glib/utf8-performance.test
+# random seed: R02S9a8361a1802dd861fa0abb6b3c666c1e
+1..0
+PASS: glib/utf8-performance.test
+Running test: glib/dynamictests.test
+# random seed: R02Sd6f6a53dbd9e351e8550822ae7cb4374
+1..2
+# Start of GObject tests
+ok 1 /GObject/threaded-dynamic-ref-unref-init
+ok 2 /GObject/dynamic-interface-properties
+# End of GObject tests
+PASS: glib/dynamictests.test
+Running test: glib/node.test
+# random seed: R02S2b651eddd5404464ee3a9e2b8277d0de
+1..6
+# Start of node tests
+ok 1 /node/allocation
+ok 2 /node/construction
+ok 3 /node/traversal
+ok 4 /node/misc
+ok 5 /node/unlink
+ok 6 /node/copy
+# End of node tests
+PASS: glib/node.test
+Running test: glib/tree.test
+# random seed: R02Sf7f71d0608eff16a6c3f91bd28c55977
+1..5
+# Start of tree tests
+ok 1 /tree/search
+ok 2 /tree/remove
+ok 3 /tree/destroy
+ok 4 /tree/traverse
+ok 5 /tree/insert
+# End of tree tests
+PASS: glib/tree.test
+Running test: glib/spawn-test.test
+PASS: glib/spawn-test.test
+Running test: glib/paramspec-test.test
+# random seed: R02S4cff92f8fa32d139c37671dadab1453d
+1..6
+# Start of paramspec tests
+ok 1 /paramspec/char
+ok 2 /paramspec/string
+ok 3 /paramspec/override
+ok 4 /paramspec/gtype
+ok 5 /paramspec/variant
+# Start of variant tests
+ok 6 /paramspec/variant/cmp
+# End of variant tests
+# End of paramspec tests
+PASS: glib/paramspec-test.test
+Running test: glib/gvalue-test.test
+# random seed: R02S011b8bd3c02a3b0f056a606714129d4a
+1..4
+# Start of gvalue tests
+ok 1 /gvalue/enum-transformation
+ok 2 /gvalue/gtype
+ok 3 /gvalue/collection
+ok 4 /gvalue/copying
+# End of gvalue tests
+PASS: glib/gvalue-test.test
+Running test: glib/cxx-test.test
+PASS: glib/cxx-test.test
+Running test: glib/gdbus-message.test
+# random seed: R02Sb3b6f343788fa44bc12700c4b8ca4c97
+1..3
+# Start of gdbus tests
+# Start of message tests
+ok 1 /gdbus/message/lock
+ok 2 /gdbus/message/copy
+# Vector: 0
+# Vector: 1
+# Vector: 2
+# Vector: 3
+# Vector: 4
+# Vector: 5
+ok 3 /gdbus/message/bytes-needed
+# End of message tests
+# End of gdbus tests
+PASS: glib/gdbus-message.test
+Running test: glib/flags.test
+# random seed: R02S97620fb08cf3f8d962711921f2fcace4
1..1
-# Start of monitor tests
-# Using temporary directory: /tmp/gio-test-file-monitor_Y8RX3Z
+# Start of gobject tests
+# Start of flags tests
+ok 1 /gobject/flags/validate
+# End of flags tests
+# End of gobject tests
+PASS: glib/flags.test
+Running test: glib/async-splice-output-stream.test
+# random seed: R02S2872f0b0b64204a0cefc03850fcffb3e
+1..4
+# Start of async-splice tests
+ok 1 /async-splice/copy-chunks
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 1 /monitor/directory
-# End of monitor tests
-PASS: glib/monitor.test
-Running test: glib/unicode.test
-# random seed: R02S0d04f60d0f5718c393818bc1f4423eae
-1..19
-# Start of unicode tests
-ok 1 /unicode/validate
-ok 2 /unicode/character-type
-ok 3 /unicode/break-type
-ok 4 /unicode/script
-ok 5 /unicode/combining-class
-ok 6 /unicode/mirror
-ok 7 /unicode/mark
-ok 8 /unicode/title
-ok 9 /unicode/zero-width
-ok 10 /unicode/defined
-ok 11 /unicode/wide
-ok 12 /unicode/compose
-ok 13 /unicode/decompose
-ok 14 /unicode/fully-decompose-canonical
-ok 15 /unicode/canonical-decomposition
-ok 16 /unicode/decompose-tail
-ok 17 /unicode/fully-decompose-len
-ok 18 /unicode/iso15924
-ok 19 /unicode/cases
-# End of unicode tests
-PASS: glib/unicode.test
+ok 2 /async-splice/copy-chunks-threaded-input
+ok 3 /async-splice/copy-chunks-threaded-output
+ok 4 /async-splice/copy-chunks-threaded
+# End of async-splice tests
+PASS: glib/async-splice-output-stream.test
+Running test: glib/override.test
+PASS: glib/override.test
+Running test: glib/mutex.test
+# random seed: R02S897b61be0128cfbe1e4efb175b5da509
+1..5
+# Start of thread tests
+ok 1 /thread/mutex1
+ok 2 /thread/mutex2
+ok 3 /thread/mutex3
+ok 4 /thread/mutex4
+Executing: glib/mutex.test
+Executing: glib/mutex.test
+ok 5 /thread/mutex5
+# End of thread tests
+PASS: glib/mutex.test
+Running test: glib/module-test.test
+PASS: glib/module-test.test
+Running test: glib/simple-async-result.test
+# random seed: R02Sebb22e248904576d0ff7e55574a92bf4
+1..2
+# Start of gio tests
+# Start of simple-async-result tests
+ok 1 /gio/simple-async-result/test
+ok 2 /gio/simple-async-result/valid
+# End of simple-async-result tests
+# End of gio tests
+PASS: glib/simple-async-result.test
+Running test: glib/buffered-input-stream.test
+# random seed: R02Sd2427e740d52461395f00515ee69ed17
+1..10
+# Start of buffered-input-stream tests
+ok 1 /buffered-input-stream/peek
+ok 2 /buffered-input-stream/peek-buffer
+ok 3 /buffered-input-stream/set-buffer-size
+# Bug Reference: http://bugzilla.gnome.org/562393
+ok 4 /buffered-input-stream/read-byte
+ok 5 /buffered-input-stream/read
+ok 6 /buffered-input-stream/read-async
+ok 7 /buffered-input-stream/skip
+ok 8 /buffered-input-stream/skip-async
+ok 9 /buffered-input-stream/seek
+# End of buffered-input-stream tests
+# Start of filter-input-stream tests
+ok 10 /filter-input-stream/close
+# End of filter-input-stream tests
+PASS: glib/buffered-input-stream.test
+Running test: glib/objects.test
+START: /usr/libexec/installed-tests/glib/objects
+init 0x5598cfc30600
+init 0x5598cfc30620
+.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/objects.test
+..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+stopping
+dispose 0x5598cfc30600!
+dispose 0x5598cfc30620!
+stopped
+PASS: glib/objects.test
+Running test: glib/gdatetime.test
+# random seed: R02S6d435690de772b5d49a4efadc75697cb
+1..54
+# Start of GDateTime tests
+# Bug Reference: http://bugzilla.gnome.org/702674
+ok 1 /GDateTime/invalid
+ok 2 /GDateTime/add_days
+ok 3 /GDateTime/add_full
+ok 4 /GDateTime/add_hours
+ok 5 /GDateTime/add_minutes
+ok 6 /GDateTime/add_months
+ok 7 /GDateTime/add_seconds
+ok 8 /GDateTime/add_weeks
+ok 9 /GDateTime/add_years
+ok 10 /GDateTime/compare
+ok 11 /GDateTime/diff
+ok 12 /GDateTime/equal
+ok 13 /GDateTime/get_day_of_week
+ok 14 /GDateTime/get_day_of_month
+ok 15 /GDateTime/get_day_of_year
+ok 16 /GDateTime/get_hour
+ok 17 /GDateTime/get_microsecond
+ok 18 /GDateTime/get_minute
+ok 19 /GDateTime/get_month
+ok 20 /GDateTime/get_second
+ok 21 /GDateTime/get_utc_offset
+ok 22 /GDateTime/get_year
+ok 23 /GDateTime/hash
+ok 24 /GDateTime/new_from_unix
+ok 25 /GDateTime/new_from_unix_utc
+ok 26 /GDateTime/new_from_timeval
+ok 27 /GDateTime/new_from_timeval_utc
+ok 28 /GDateTime/new_from_iso8601
+ok 29 /GDateTime/new_full
+ok 30 /GDateTime/now
+ok 31 /GDateTime/printf
+ok 32 /GDateTime/non_utf8_printf
+ok 33 /GDateTime/format_unrepresentable
+ok 34 /GDateTime/strftime
+ok 35 /GDateTime/modifiers
+# Bug Reference: http://bugzilla.gnome.org/749206
+ok 36 /GDateTime/month_names
+ok 37 /GDateTime/to_local
+ok 38 /GDateTime/to_unix
+ok 39 /GDateTime/to_timeval
+ok 40 /GDateTime/to_utc
+ok 41 /GDateTime/now_utc
+ok 42 /GDateTime/dst
+# Bug Reference: http://bugzilla.gnome.org/642935
+ok 43 /GDateTime/test_z
+ok 44 /GDateTime/test-all-dates
+# Start of new_from_unix tests
+# Bug Reference: http://bugzilla.gnome.org/782089
+ok 45 /GDateTime/new_from_unix/overflow
+# End of new_from_unix tests
+# Start of new_from_timeval tests
+# Bug Reference: http://bugzilla.gnome.org/782089
+# Maximum supported GTimeVal.tv_sec = 253402300799
+ok 46 /GDateTime/new_from_timeval/overflow
+# End of new_from_timeval tests
+# Start of strftime tests
+ok 47 /GDateTime/strftime/error_handling
+# End of strftime tests
+# End of GDateTime tests
+# Start of GTimeZone tests
+ok 48 /GTimeZone/find-interval
+ok 49 /GTimeZone/adjust-time
+ok 50 /GTimeZone/no-header
+ok 51 /GTimeZone/posix-parse
+# Bug Reference: http://bugzilla.gnome.org/697715
+ok 52 /GTimeZone/floating-point
+ok 53 /GTimeZone/identifier
+# Vector 0: -10000
+# Vector 1: -3600
+# Vector 2: -61
+# Vector 3: -60
+# Vector 4: -59
+# Vector 5: 0
+# Vector 6: 59
+# Vector 7: 60
+# Vector 8: 61
+# Vector 9: 3600
+# Vector 10: 10000
+ok 54 /GTimeZone/new-offset
+# End of GTimeZone tests
+PASS: glib/gdatetime.test
+Running test: glib/iochannel-test.test
+PASS: glib/iochannel-test.test
+Running test: glib/gdbus-test-codegen.test
+# random seed: R02S197a1dfb7028ad780b0728d5bab31dc0
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..7
+# Start of gdbus tests
+# Start of codegen tests
+ok 1 /gdbus/codegen/annotations
+ok 2 /gdbus/codegen/interface_stability
+ok 3 /gdbus/codegen/object-manager
+ok 4 /gdbus/codegen/property-naming
+ok 5 /gdbus/codegen/autocleanups
+ok 6 /gdbus/codegen/deprecations
+ok 7 /gdbus/codegen/standalone-interface-info
+# End of codegen tests
+# End of gdbus tests
+PASS: glib/gdbus-test-codegen.test
+Running test: glib/test-printf.test
+# random seed: R02S72e5d6653f788e8b2b9d4ea86afb2226
+1..20
+# Start of snprintf tests
+ok 1 /snprintf/retval-and-trunc
+ok 2 /snprintf/%d
+ok 3 /snprintf/%d-invalid
+ok 4 /snprintf/%o
+ok 5 /snprintf/%u
+ok 6 /snprintf/%x
+ok 7 /snprintf/%X
+ok 8 /snprintf/%f
+ok 9 /snprintf/%e
+ok 10 /snprintf/%c
+ok 11 /snprintf/%s
+ok 12 /snprintf/%n
+ok 13 /snprintf/test-percent
+ok 14 /snprintf/test-positional-params
+ok 15 /snprintf/test-64bit
+# End of snprintf tests
+# Start of printf tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 16 /printf/test-percent
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 17 /printf/test-positional-params
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 18 /printf/test-64bit
+# Start of test-64bit tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of test-64bit tests
+# End of printf tests
+# Start of sprintf tests
+ok 19 /sprintf/test-positional-params
+ok 20 /sprintf/upper-bound
+# End of sprintf tests
+PASS: glib/test-printf.test
+Running test: glib/thumbnail-verification.test
+# random seed: R02S91a69fb3ff5259237aac3a0b5574ae96
+1..1
+# Start of png-thumbs tests
+ok 1 /png-thumbs/validity
+# End of png-thumbs tests
+PASS: glib/thumbnail-verification.test
Running test: glib/gvariant.test
-# random seed: R02S74628bd8d5eeec78825196e303798c47
+# random seed: R02S931a13e36bbbada0009d105a0451563c
1..51
# Start of gvariant tests
ok 1 /gvariant/type
@@ -32020,6 +29746,7 @@ ok 9 /gvariant/valist
ok 10 /gvariant/builder-memory
ok 11 /gvariant/hashing
ok 12 /gvariant/byteswap
+Executing: glib/gvariant.test
ok 13 /gvariant/parser
ok 14 /gvariant/parse-failures
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
@@ -32061,7 +29788,6 @@ ok 39 /gvariant/serialiser/byteswap
ok 40 /gvariant/serialiser/fuzz/1%
ok 41 /gvariant/serialiser/fuzz/5%
ok 42 /gvariant/serialiser/fuzz/9%
-Executing: glib/gvariant.test
ok 43 /gvariant/serialiser/fuzz/13%
ok 44 /gvariant/serialiser/fuzz/17%
# End of fuzz tests
@@ -32089,330 +29815,223 @@ ok 51 /gvariant/recursion-limits/array-in-variant
# End of recursion-limits tests
# End of gvariant tests
PASS: glib/gvariant.test
-Running test: glib/date.test
-# random seed: R02S7f795c8ecb530747cbc7915cb1ee006d
-1..117
-# Start of date tests
-ok 1 /date/basic
-ok 2 /date/empty
-ok 3 /date/dmy
-ok 4 /date/julian
-ok 5 /date/dates
-ok 6 /date/parse
-ok 7 /date/parse_locale_change
-# Bug Reference: http://bugzilla.gnome.org/793550
-ok 8 /date/month_substring
-# Bug Reference: http://bugzilla.gnome.org/749206
-ok 9 /date/month_names
-ok 10 /date/clamp
-ok 11 /date/order
-ok 12 /date/copy
-# Vector 0: 0000-00-00, invalid
-# Vector 1: 0001-01-01, valid
-# Vector 2: 0000-01-01, invalid
-# Vector 3: 2000-02-30, invalid
-# Vector 4: 2000-02-29, valid
-# Vector 5: 2001-02-29, invalid
-# Vector 6: 65535-01-01, valid
-ok 13 /date/valid-dmy
-# Start of year tests
-ok 14 /date/year/1
-ok 15 /date/year/2
-ok 16 /date/year/3
-ok 17 /date/year/4
-ok 18 /date/year/5
-ok 19 /date/year/6
-ok 20 /date/year/7
-ok 21 /date/year/8
-ok 22 /date/year/9
-ok 23 /date/year/10
-ok 24 /date/year/11
-ok 25 /date/year/12
-ok 26 /date/year/13
-ok 27 /date/year/14
-ok 28 /date/year/98
-ok 29 /date/year/99
-ok 30 /date/year/100
-ok 31 /date/year/101
-ok 32 /date/year/102
-ok 33 /date/year/103
-ok 34 /date/year/397
-ok 35 /date/year/398
-ok 36 /date/year/399
-ok 37 /date/year/400
-ok 38 /date/year/401
-ok 39 /date/year/402
-ok 40 /date/year/403
-ok 41 /date/year/404
-ok 42 /date/year/405
-ok 43 /date/year/406
-ok 44 /date/year/1598
-ok 45 /date/year/1599
-ok 46 /date/year/1600
-ok 47 /date/year/1601
-ok 48 /date/year/1602
-ok 49 /date/year/1650
-ok 50 /date/year/1651
-ok 51 /date/year/1897
-ok 52 /date/year/1898
-ok 53 /date/year/1899
-ok 54 /date/year/1900
-ok 55 /date/year/1901
-ok 56 /date/year/1902
-ok 57 /date/year/1903
-ok 58 /date/year/1961
-ok 59 /date/year/1962
-ok 60 /date/year/1963
-ok 61 /date/year/1964
-ok 62 /date/year/1965
-ok 63 /date/year/1967
-ok 64 /date/year/1968
-ok 65 /date/year/1969
-ok 66 /date/year/1970
-ok 67 /date/year/1971
-ok 68 /date/year/1972
-ok 69 /date/year/1973
-ok 70 /date/year/1974
-ok 71 /date/year/1975
-ok 72 /date/year/1976
-ok 73 /date/year/1977
-ok 74 /date/year/1978
-ok 75 /date/year/1979
-ok 76 /date/year/1980
-ok 77 /date/year/1981
-ok 78 /date/year/1982
-ok 79 /date/year/1983
-ok 80 /date/year/1984
-ok 81 /date/year/1985
-ok 82 /date/year/1986
-ok 83 /date/year/1987
-ok 84 /date/year/1988
-ok 85 /date/year/1989
-ok 86 /date/year/1990
-ok 87 /date/year/1991
-ok 88 /date/year/1992
-ok 89 /date/year/1993
-ok 90 /date/year/1994
-ok 91 /date/year/1995
-ok 92 /date/year/1996
-ok 93 /date/year/1997
-ok 94 /date/year/1998
-ok 95 /date/year/1999
-ok 96 /date/year/2000
-ok 97 /date/year/2001
-ok 98 /date/year/2002
-ok 99 /date/year/2003
-ok 100 /date/year/2004
-ok 101 /date/year/2005
-ok 102 /date/year/2006
-ok 103 /date/year/2007
-ok 104 /date/year/2008
-ok 105 /date/year/2009
-ok 106 /date/year/2010
-ok 107 /date/year/2011
-ok 108 /date/year/2012
-ok 109 /date/year/3000
-ok 110 /date/year/3001
-ok 111 /date/year/3002
-ok 112 /date/year/3998
-ok 113 /date/year/3999
-ok 114 /date/year/4000
-ok 115 /date/year/4001
-ok 116 /date/year/4002
-ok 117 /date/year/4003
-# End of year tests
-# End of date tests
-PASS: glib/date.test
-Running test: glib/task.test
-# random seed: R02Sa2f9b50a0a1986620d111265ddfda2d4
-1..28
-# Start of gtask tests
-ok 1 /gtask/basic
-ok 2 /gtask/error
-ok 3 /gtask/return-from-same-iteration
-ok 4 /gtask/return-from-toplevel
-ok 5 /gtask/return-from-anon-thread
-ok 6 /gtask/return-from-wrong-thread
-ok 7 /gtask/no-callback
-ok 8 /gtask/report-error
-ok 9 /gtask/priority
-ok 10 /gtask/name
-# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1608
-ok 11 /gtask/asynchronous-cancellation
-ok 12 /gtask/check-cancellable
-ok 13 /gtask/return-if-cancelled
-ok 14 /gtask/run-in-thread
-ok 15 /gtask/run-in-thread-sync
-ok 16 /gtask/run-in-thread-priority
-ok 17 /gtask/run-in-thread-nested
-ok 18 /gtask/run-in-thread-overflow
-ok 19 /gtask/return-on-cancel
-ok 20 /gtask/return-on-cancel-sync
-ok 21 /gtask/return-on-cancel-atomic
-ok 22 /gtask/return-pointer
-ok 23 /gtask/object-keepalive
-ok 24 /gtask/legacy-error
-# Start of return tests
+Running test: glib/closure.test
+# random seed: R02S124198727cc747dd0e1800d2e3821e1e
+1..6
+# Start of closure tests
+ok 1 /closure/idle
+ok 2 /closure/timeout
+ok 3 /closure/iochannel
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 4 /closure/child
+ok 5 /closure/fd
+ok 6 /closure/signal
+# End of closure tests
+PASS: glib/closure.test
+Running test: glib/logging.test
+# random seed: R02S37fd3f15253c7d00f8dbbc53a3276207
+1..16
+# Start of logging tests
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 25 /gtask/return/error-first
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 26 /gtask/return/value-first
-# Start of in-idle tests
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 27 /gtask/return/in-idle/error-first
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 28 /gtask/return/in-idle/value-first
-# End of in-idle tests
-# End of return tests
-# End of gtask tests
-PASS: glib/task.test
-Running test: glib/file-test.test
-PASS: glib/file-test.test
-Running test: glib/socket.test
-# random seed: R02S5e4ad5c3165758a35a5c18b46a2a72c3
-1..23
-# Start of socket tests
-ok 1 /socket/ipv4_sync
-ok 2 /socket/ipv4_async
-ok 3 /socket/ipv6_sync
-ok 4 /socket/ipv6_async
-ok 5 /socket/ipv6_v4mapped
-ok 6 /socket/close_graceful
-ok 7 /socket/timed_wait
-# Bug Reference: https://bugzilla.gnome.org/741707
-ok 8 /socket/fd_reuse
-ok 9 /socket/address
-ok 10 /socket/unix-from-fd
-ok 11 /socket/unix-connection
-ok 12 /socket/unix-connection-ancillary-data
-ok 13 /socket/source-postmortem
-ok 14 /socket/read_write
-ok 15 /socket/read_writev
-# Start of ipv4_sync tests
-ok 16 /socket/ipv4_sync/datagram
-# Start of datagram tests
-Executing: glib/socket.test
-ok 17 /socket/ipv4_sync/datagram/timeouts
-# End of datagram tests
-# End of ipv4_sync tests
-# Start of ipv6_sync tests
-ok 18 /socket/ipv6_sync/datagram
-# Start of datagram tests
-ok 19 /socket/ipv6_sync/datagram/timeouts
-# End of datagram tests
-# End of ipv6_sync tests
-# Start of reuse tests
-ok 20 /socket/reuse/tcp
-ok 21 /socket/reuse/udp
-# End of reuse tests
-# Start of get_available tests
-ok 22 /socket/get_available/datagram
-ok 23 /socket/get_available/stream
-# End of get_available tests
-# End of socket tests
-PASS: glib/socket.test
-Running test: glib/scannerapi.test
-# random seed: R02Sfa46bee70fe24169c006dc5ff95f7857
-1..4
-# Start of scanner tests
-ok 1 /scanner/warn
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 2 /scanner/error
-ok 3 /scanner/symbols
-ok 4 /scanner/tokens
-# End of scanner tests
-PASS: glib/scannerapi.test
-Running test: glib/utils.test
-# random seed: R02Sad296c71ae6871904db2811175bb411c
-1..29
-# Start of utils tests
-ok 1 /utils/language-names
-ok 2 /utils/locale-variants
-ok 3 /utils/version
-ok 4 /utils/appname
-# Bug Reference: http://bugzilla.gnome.org/627969
-ok 5 /utils/tmpdir
-ok 6 /utils/bits
-ok 7 /utils/swap
-ok 8 /utils/find-program
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 9 /utils/debug
-ok 10 /utils/codeset
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 11 /utils/codeset2
-ok 12 /utils/basename
-ok 13 /utils/gettext
-ok 14 /utils/username
-ok 15 /utils/realname
-ok 16 /utils/hostname
-ok 17 /utils/xdgdirs
-ok 18 /utils/specialdir
-ok 19 /utils/clear-pointer
-ok 20 /utils/clear-pointer-cast
-ok 21 /utils/take-pointer
-ok 22 /utils/clear-source
-ok 23 /utils/misc-mem
-ok 24 /utils/nullify
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 25 /utils/atexit
-ok 26 /utils/check-setuid
-# Bug Reference: http://bugzilla.gnome.org/https://gitlab.gnome.org/GNOME/glib/issues/1663
-ok 27 /utils/int-limits
-# Start of specialdir tests
-ok 28 /utils/specialdir/desktop
-# End of specialdir tests
-# Start of clear-pointer tests
-ok 29 /utils/clear-pointer/side-effects
-# End of clear-pointer tests
-# End of utils tests
-PASS: glib/utils.test
-Running test: glib/simple-async-result.test
-# random seed: R02Sa66f3b711cb3de7226391c6c322fd610
-1..2
-# Start of gio tests
-# Start of simple-async-result tests
-ok 1 /gio/simple-async-result/test
-ok 2 /gio/simple-async-result/valid
-# End of simple-async-result tests
-# End of gio tests
-PASS: glib/simple-async-result.test
-Running test: glib/atomic-test.test
-PASS: glib/atomic-test.test
-Running test: glib/timer.test
-# random seed: R02S7c85b37af33039971d460c157df6f65a
-1..8
-# Start of timer tests
-ok 1 /timer/basic
-ok 2 /timer/stop
-ok 3 /timer/continue
-ok 4 /timer/reset
-# End of timer tests
-# Start of timeval tests
-ok 5 /timeval/add
-ok 6 /timeval/from-iso8601
-ok 7 /timeval/to-iso8601
-# Start of to-iso8601 tests
-ok 8 /timeval/to-iso8601/overflow
-# End of to-iso8601 tests
-# End of timeval tests
-PASS: glib/timer.test
-Running test: glib/uri.test
-# random seed: R02Sf85c787b57673fd15751c5cf26c4c4be
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 1 /logging/default-handler
+ok 2 /logging/warnings
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 3 /logging/fatal-log-mask
+# bu-DEBUG: message
+# ba-DEBUG: message
+# ba-INFO: message
+ok 4 /logging/set-handler
+ok 5 /logging/print-handler
+ok 6 /logging/printerr-handler
+# Bug Reference: http://bugzilla.gnome.org/653052
+# The Log Message Handler
+
+# The Good Fail Message Handler
+
+ok 7 /logging/653052
+# The Log Message Handler
+
+ok 8 /logging/gibberish
+# Start of default-handler tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of default-handler tests
+# End of logging tests
+# Start of structured-logging tests
+ok 9 /structured-logging/no-state
+ok 10 /structured-logging/some-state
+# The Log Message Handler
+
+ok 11 /structured-logging/robustness
+ok 12 /structured-logging/roundtrip1
+ok 13 /structured-logging/roundtrip2
+ok 14 /structured-logging/roundtrip3
+ok 15 /structured-logging/variant1
+ok 16 /structured-logging/variant2
+# End of structured-logging tests
+PASS: glib/logging.test
+Running test: glib/g-file-info.test
+# random seed: R02Sed2bb077ad9a9b931beb48362e937c96
+1..1
+# Start of g-file-info tests
+ok 1 /g-file-info/test_g_file_info
+# End of g-file-info tests
+PASS: glib/g-file-info.test
+Running test: glib/overflow.test
+# random seed: R02S592387f4aeb82973f3a1874f8334f9db
+1..6
+# Start of glib tests
+# Start of checked-math tests
+ok 1 /glib/checked-math/guint-add
+ok 2 /glib/checked-math/guint-mul
+ok 3 /glib/checked-math/guint64-add
+ok 4 /glib/checked-math/guint64-mul
+ok 5 /glib/checked-math/gsize-add
+ok 6 /glib/checked-math/gsize-mul
+# End of checked-math tests
+# End of glib tests
+PASS: glib/overflow.test
+Running test: glib/mapping-test.test
+GLib-Message: 22:47:35.833: test_mapping: ok
+GLib-Message: 22:47:35.834: test_private: ok
+GLib-Message: 22:47:35.834: test_child_private: child spawned
+GLib-Message: 22:47:35.839: test_child_private: received first child signal
+GLib-Message: 22:47:35.840: test_child_private: received parent signal
+GLib-Message: 22:47:35.843: test_child_private: received second child signal
+GLib-Message: 22:47:35.843: test_child_private: ok
+PASS: glib/mapping-test.test
+Running test: glib/markup-escape.test
+# random seed: R02S955d47e0b65c13e8cfa6c868075709cd
+1..40
+# Start of markup tests
+ok 1 /markup/format
+# Start of escape-text tests
+ok 2 /markup/escape-text/0
+ok 3 /markup/escape-text/1
+ok 4 /markup/escape-text/2
+ok 5 /markup/escape-text/3
+ok 6 /markup/escape-text/4
+ok 7 /markup/escape-text/5
+ok 8 /markup/escape-text/6
+ok 9 /markup/escape-text/7
+ok 10 /markup/escape-text/8
+ok 11 /markup/escape-text/9
+ok 12 /markup/escape-text/10
+ok 13 /markup/escape-text/11
+ok 14 /markup/escape-text/12
+ok 15 /markup/escape-text/13
+ok 16 /markup/escape-text/14
+ok 17 /markup/escape-text/15
+ok 18 /markup/escape-text/16
+ok 19 /markup/escape-text/17
+ok 20 /markup/escape-text/18
+ok 21 /markup/escape-text/19
+ok 22 /markup/escape-text/20
+ok 23 /markup/escape-text/21
+# End of escape-text tests
+# Start of escape-unichar tests
+ok 24 /markup/escape-unichar/0
+ok 25 /markup/escape-unichar/1
+ok 26 /markup/escape-unichar/2
+ok 27 /markup/escape-unichar/3
+ok 28 /markup/escape-unichar/4
+ok 29 /markup/escape-unichar/5
+ok 30 /markup/escape-unichar/6
+ok 31 /markup/escape-unichar/7
+ok 32 /markup/escape-unichar/8
+ok 33 /markup/escape-unichar/9
+ok 34 /markup/escape-unichar/10
+ok 35 /markup/escape-unichar/11
+ok 36 /markup/escape-unichar/12
+ok 37 /markup/escape-unichar/13
+ok 38 /markup/escape-unichar/14
+ok 39 /markup/escape-unichar/15
+ok 40 /markup/escape-unichar/16
+# End of escape-unichar tests
+# End of markup tests
+PASS: glib/markup-escape.test
+Running test: glib/sort.test
+# random seed: R02S02219fe10cb468cf31c47530ffa57b91
+1..3
+# Start of sort tests
+ok 1 /sort/basic
+ok 2 /sort/stable
+ok 3 /sort/big
+# End of sort tests
+PASS: glib/sort.test
+Running test: glib/gdbus-addresses.test
+# random seed: R02S96624c657e40ededa5216fb39eaa4acd
1..7
-# Start of uri tests
-ok 1 /uri/to-uri
-ok 2 /uri/from-uri
-ok 3 /uri/roundtrip
-ok 4 /uri/list
-ok 5 /uri/unescape
-ok 6 /uri/escape
-ok 7 /uri/scheme
-# End of uri tests
-PASS: glib/uri.test
-Running test: glib/cxx-test.test
-PASS: glib/cxx-test.test
+# Start of gdbus tests
+ok 1 /gdbus/empty-address
+ok 2 /gdbus/unix-address
+ok 3 /gdbus/nonce-tcp-address
+ok 4 /gdbus/tcp-address
+ok 5 /gdbus/autolaunch-address
+ok 6 /gdbus/mixed-address
+ok 7 /gdbus/escape-address
+# End of gdbus tests
+PASS: glib/gdbus-addresses.test
+Running test: glib/hook.test
+# random seed: R02S42f669ea47d79df2928a1a415525ec4e
+1..1
+# Start of hook tests
+ok 1 /hook/test1
+# End of hook tests
+PASS: glib/hook.test
+Running test: glib/converter-stream.test
+# random seed: R02S04f345d16b4ec6d7c02ea0db2e4549f0
+1..17
+# Start of converter tests
+ok 1 /converter/basics
+# End of converter tests
+# Start of converter-input-stream tests
+ok 2 /converter-input-stream/expander
+ok 3 /converter-input-stream/compressor
+# Start of truncation tests
+ok 4 /converter-input-stream/truncation/zlib
+ok 5 /converter-input-stream/truncation/gzip
+ok 6 /converter-input-stream/truncation/raw
+# End of truncation tests
+# Start of charset tests
+ok 7 /converter-input-stream/charset/utf8->latin1
+ok 8 /converter-input-stream/charset/latin1->utf8
+ok 9 /converter-input-stream/charset/fallbacks
+# End of charset tests
+# End of converter-input-stream tests
+# Start of converter-output-stream tests
+# Start of roundtrip tests
+# Bug Reference: http://bugzilla.gnome.org/619945
+ok 10 /converter-output-stream/roundtrip/zlib-0
+# Bug Reference: http://bugzilla.gnome.org/619945
+Executing: glib/converter-stream.test
+ok 11 /converter-output-stream/roundtrip/zlib-9
+# Bug Reference: http://bugzilla.gnome.org/619945
+ok 12 /converter-output-stream/roundtrip/gzip-0
+# Bug Reference: http://bugzilla.gnome.org/619945
+ok 13 /converter-output-stream/roundtrip/gzip-9
+# Bug Reference: http://bugzilla.gnome.org/619945
+ok 14 /converter-output-stream/roundtrip/raw-0
+# Bug Reference: http://bugzilla.gnome.org/619945
+ok 15 /converter-output-stream/roundtrip/raw-9
+# End of roundtrip tests
+# End of converter-output-stream tests
+# Start of converter-stream tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?
+ok 16 /converter-stream/pollable
+ok 17 /converter-stream/leftover
+# End of converter-stream tests
+PASS: glib/converter-stream.test
Running test: glib/live-g-file.test
-# random seed: R02S9c3dc58bb162389af164c156e7001615
+# random seed: R02S25149dcbee30af091a15c303943e687d
1..13
# Start of live-g-file tests
@@ -32521,20 +30140,20 @@ ok 5 /live-g-file/test_enumerate
ok 6 /live-g-file/test_open
test_create: 'dir1'
- error code 3 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir1?: Is a directory
+ error code 3 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir1?: Is a directory
test_create: 'dir1/subdir'
- error code 3 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir1/subdir?: Is a directory
+ error code 3 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir1/subdir?: Is a directory
test_create: 'dir2'
- error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir2?: File exists
+ error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir2?: File exists
test_create: 'normal_file'
- error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/normal_file?: File exists
+ error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/normal_file?: File exists
test_create: 'executable_file'
test_create: 'private_file'
test_create: 'normal_file2'
test_create: 'UTF_pr?i?lis? z'
- error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/UTF_pr?i?lis? z?: File exists
+ error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/UTF_pr?i?lis? z?: File exists
test_create: 'dir_pr?i?lis? z'
- error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_pr?i?lis? z?: File exists
+ error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_pr?i?lis? z?: File exists
test_create: 'pattern_file'
test_create: 'not_exists2'
test_create: 'not_exists3'
@@ -32546,7 +30165,7 @@ ok 7 /live-g-file/test_create
do_copy_move: 'dir1/subdir' --> '.'
res = 0, error code 2 = Target file exists
do_copy_move: 'dir1/subdir' --> 'target-file'
- res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/dir1/subdir?: Not a directory
+ res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/dir1/subdir?: Not a directory
do_copy_move: 'dir1/subdir' --> 'not_exists'
res = 0, error code 25 = Can?t recursively copy directory
do_copy_move: 'dir1/subdir' --> 'dir_no-access'
@@ -32559,7 +30178,7 @@ ok 7 /live-g-file/test_create
do_copy_move: 'dir-target' --> '.'
res = 0, error code 2 = Target file exists
do_copy_move: 'dir-target' --> 'target-file'
- res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/dir-target?: Not a directory
+ res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/dir-target?: Not a directory
do_copy_move: 'dir-target' --> 'not_exists'
res = 0, error code 25 = Can?t recursively copy directory
do_copy_move: 'dir-target' --> 'dir_no-access'
@@ -32568,127 +30187,127 @@ ok 7 /live-g-file/test_create
res = 0, error code 25 = Can?t recursively copy directory
do_copy_move: 'target-file' --> 'dir-target'
do_copy_move: 'target-file' --> '.'
- res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file?: File exists
+ res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file?: File exists
do_copy_move: 'target-file' --> 'target-file'
- res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/target-file?: Not a directory
+ res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/target-file?: Not a directory
do_copy_move: 'target-file' --> 'not_exists'
- res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists/target-file?: No such file or directory
+ res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists/target-file?: No such file or directory
do_copy_move: 'target-file' --> 'dir_no-access'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-access/target-file?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-access/target-file?: Permission denied
do_copy_move: 'target-file' --> 'dir_no-write'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-write/target-file?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-write/target-file?: Permission denied
do_copy_move: 'normal_file-symlink' --> 'dir-target'
do_copy_move: 'normal_file-symlink' --> '.'
- res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/normal_file-symlink: File exists
+ res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/normal_file-symlink: File exists
do_copy_move: 'normal_file-symlink' --> 'target-file'
- res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/normal_file-symlink: Not a directory
+ res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/normal_file-symlink: Not a directory
do_copy_move: 'normal_file-symlink' --> 'not_exists'
- res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists/normal_file-symlink: No such file or directory
+ res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists/normal_file-symlink: No such file or directory
do_copy_move: 'normal_file-symlink' --> 'dir_no-access'
- res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-access/normal_file-symlink: Permission denied
+ res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-access/normal_file-symlink: Permission denied
do_copy_move: 'normal_file-symlink' --> 'dir_no-write'
- res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-write/normal_file-symlink: Permission denied
+ res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-write/normal_file-symlink: Permission denied
do_copy_move: 'executable_file' --> 'dir-target'
do_copy_move: 'executable_file' --> 'dir-target'
do_copy_move: 'executable_file' --> '.'
- res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/executable_file?: File exists
+ res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/executable_file?: File exists
do_copy_move: 'executable_file' --> 'target-file'
- res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/executable_file?: Not a directory
+ res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/executable_file?: Not a directory
do_copy_move: 'executable_file' --> 'not_exists'
- res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists/executable_file?: No such file or directory
+ res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists/executable_file?: No such file or directory
do_copy_move: 'executable_file' --> 'dir_no-access'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-access/executable_file?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-access/executable_file?: Permission denied
do_copy_move: 'executable_file' --> 'dir_no-write'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-write/executable_file?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-write/executable_file?: Permission denied
do_copy_move: 'private_file' --> 'dir-target'
do_copy_move: 'private_file' --> 'dir-target'
do_copy_move: 'private_file' --> '.'
- res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/private_file?: File exists
+ res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/private_file?: File exists
do_copy_move: 'private_file' --> 'target-file'
- res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/private_file?: Not a directory
+ res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/private_file?: Not a directory
do_copy_move: 'private_file' --> 'not_exists'
- res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists/private_file?: No such file or directory
+ res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists/private_file?: No such file or directory
do_copy_move: 'private_file' --> 'dir_no-access'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-access/private_file?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-access/private_file?: Permission denied
do_copy_move: 'private_file' --> 'dir_no-write'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-write/private_file?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-write/private_file?: Permission denied
do_copy_move: 'normal_file2' --> 'dir-target'
do_copy_move: 'normal_file2' --> 'dir-target'
do_copy_move: 'normal_file2' --> '.'
- res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/normal_file2?: File exists
+ res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/normal_file2?: File exists
do_copy_move: 'normal_file2' --> 'target-file'
- res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/normal_file2?: Not a directory
+ res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/normal_file2?: Not a directory
do_copy_move: 'normal_file2' --> 'not_exists'
- res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists/normal_file2?: No such file or directory
+ res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists/normal_file2?: No such file or directory
do_copy_move: 'normal_file2' --> 'dir_no-access'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-access/normal_file2?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-access/normal_file2?: Permission denied
do_copy_move: 'normal_file2' --> 'dir_no-write'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-write/normal_file2?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-write/normal_file2?: Permission denied
do_copy_move: 'UTF_pr?i?lis? z' --> 'dir-target'
do_copy_move: 'UTF_pr?i?lis? z' --> 'dir-target'
do_copy_move: 'UTF_pr?i?lis? z' --> '.'
- res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/UTF_pr?i?lis? z?: File exists
+ res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/UTF_pr?i?lis? z?: File exists
do_copy_move: 'UTF_pr?i?lis? z' --> 'target-file'
- res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/UTF_pr?i?lis? z?: Not a directory
+ res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/UTF_pr?i?lis? z?: Not a directory
do_copy_move: 'UTF_pr?i?lis? z' --> 'not_exists'
- res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists/UTF_pr?i?lis? z?: No such file or directory
+ res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists/UTF_pr?i?lis? z?: No such file or directory
do_copy_move: 'UTF_pr?i?lis? z' --> 'dir_no-access'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-access/UTF_pr?i?lis? z?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-access/UTF_pr?i?lis? z?: Permission denied
do_copy_move: 'UTF_pr?i?lis? z' --> 'dir_no-write'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-write/UTF_pr?i?lis? z?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-write/UTF_pr?i?lis? z?: Permission denied
do_copy_move: 'pattern_file' --> 'dir-target'
do_copy_move: 'pattern_file' --> '.'
- res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/pattern_file?: File exists
+ res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/pattern_file?: File exists
do_copy_move: 'pattern_file' --> 'target-file'
- res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/pattern_file?: Not a directory
+ res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/pattern_file?: Not a directory
do_copy_move: 'pattern_file' --> 'not_exists'
- res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists/pattern_file?: No such file or directory
+ res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists/pattern_file?: No such file or directory
do_copy_move: 'pattern_file' --> 'dir_no-access'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-access/pattern_file?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-access/pattern_file?: Permission denied
do_copy_move: 'pattern_file' --> 'dir_no-write'
- res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-write/pattern_file?: Permission denied
+ res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-write/pattern_file?: Permission denied
do_copy_move: 'not_exists' --> 'dir-target'
- res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists?: No such file or directory
+ res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists?: No such file or directory
do_copy_move: 'not_exists' --> '.'
- res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists?: No such file or directory
+ res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists?: No such file or directory
do_copy_move: 'not_exists' --> 'target-file'
- res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists?: No such file or directory
+ res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists?: No such file or directory
do_copy_move: 'not_exists' --> 'not_exists'
- res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists?: No such file or directory
+ res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists?: No such file or directory
do_copy_move: 'not_exists' --> 'dir_no-access'
- res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists?: No such file or directory
+ res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists?: No such file or directory
do_copy_move: 'not_exists' --> 'dir_no-write'
- res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists?: No such file or directory
+ res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists?: No such file or directory
do_copy_move: 'not_exists' --> 'dir-target'
- res = 0, error code 1 = Error moving file /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists: No such file or directory
+ res = 0, error code 1 = Error moving file /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists: No such file or directory
do_copy_move: 'lost_symlink' --> 'dir-target'
do_copy_move: 'lost_symlink' --> '.'
- res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/lost_symlink: File exists
+ res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/lost_symlink: File exists
do_copy_move: 'lost_symlink' --> 'target-file'
- res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/target-file/lost_symlink: Not a directory
+ res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/target-file/lost_symlink: Not a directory
do_copy_move: 'lost_symlink' --> 'not_exists'
- res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists/lost_symlink: No such file or directory
+ res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists/lost_symlink: No such file or directory
do_copy_move: 'lost_symlink' --> 'dir_no-access'
- res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-access/lost_symlink: Permission denied
+ res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-access/lost_symlink: Permission denied
do_copy_move: 'lost_symlink' --> 'dir_no-write'
- res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-write/lost_symlink: Permission denied
+ res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-write/lost_symlink: Permission denied
ok 8 /live-g-file/test_copy_move
- Deleting dir1, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir1
- result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir1: Directory not empty
- Deleting dir2, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir2
- result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir2: No such file or directory
- Deleting executable_file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/executable_file
+ Deleting dir1, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir1
+ result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir1: Directory not empty
+ Deleting dir2, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir2
+ result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir2: No such file or directory
+ Deleting executable_file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/executable_file
result = 0, error = Trashing on system internal mounts is not supported
- Deleting readonly_file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/readonly_file
- Deleting dir_pr?i?lis? z, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_pr?i?lis? z
- Deleting not_exists, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists
- result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists: No such file or directory
- Deleting not_exists, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists
- result = 0, error = Error trashing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/not_exists: No such file or directory
- Deleting dir_no-execute/file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-execute/file
- result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/dir_no-execute/file: No such file or directory
- Deleting lost_symlink, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-CNQC4Z/testdir_live-g-file/lost_symlink
+ Deleting readonly_file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/readonly_file
+ Deleting dir_pr?i?lis? z, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_pr?i?lis? z
+ Deleting not_exists, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists
+ result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists: No such file or directory
+ Deleting not_exists, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists
+ result = 0, error = Error trashing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/not_exists: No such file or directory
+ Deleting dir_no-execute/file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-execute/file
+ result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/dir_no-execute/file: No such file or directory
+ Deleting lost_symlink, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-Z8HB4Z/testdir_live-g-file/lost_symlink
ok 9 /live-g-file/test_delete
ok 10 /live-g-file/test_make_directory_with_parents
@@ -32733,15 +30352,2397 @@ ok 13 /live-g-file/test_unix_is_mountpoint/proc
# End of test_unix_is_mountpoint tests
# End of live-g-file tests
PASS: glib/live-g-file.test
-SUMMARY: total=250; passed=249; skipped=0; failed=1; user=113.4s; system=25.5s; maxrss=170900
+Running test: glib/stream-rw_all.test
+# random seed: R02S2a01e3af644005b827c630af36dbc57a
+1..3
+# Start of stream tests
+# Start of read_all_async tests
+ok 1 /stream/read_all_async/memory
+# End of read_all_async tests
+# Start of write_all_async tests
+ok 2 /stream/write_all_async/memory
+# End of write_all_async tests
+# Start of read_write_all_async tests
+ok 3 /stream/read_write_all_async/pipe
+# End of read_write_all_async tests
+# End of stream tests
+PASS: glib/stream-rw_all.test
+Running test: glib/gdbus-proxy-threads.test
+# random seed: R02S4ec027e3404999fe46a9ecdb6ce7789a
+1..1
+# Start of gdbus tests
+# Start of proxy tests
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 1 /gdbus/proxy/vs-threads
+# End of proxy tests
+# End of gdbus tests
+cleaning up pid 9565
+PASS: glib/gdbus-proxy-threads.test
+Running test: glib/markup.test
+# random seed: R02S5d95ba7ca350dcf8ad6b9b4e3f8361f6
+1..1
+# Start of markup tests
+ok 1 /markup/stack
+# End of markup tests
+PASS: glib/markup.test
+Running test: glib/utils.test
+# random seed: R02Sc65a1b5ccacf9a771286f2fb20f6d694
+1..29
+# Start of utils tests
+ok 1 /utils/language-names
+ok 2 /utils/locale-variants
+ok 3 /utils/version
+ok 4 /utils/appname
+# Bug Reference: http://bugzilla.gnome.org/627969
+ok 5 /utils/tmpdir
+ok 6 /utils/bits
+ok 7 /utils/swap
+ok 8 /utils/find-program
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 9 /utils/debug
+ok 10 /utils/codeset
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 11 /utils/codeset2
+ok 12 /utils/basename
+ok 13 /utils/gettext
+ok 14 /utils/username
+ok 15 /utils/realname
+ok 16 /utils/hostname
+ok 17 /utils/xdgdirs
+ok 18 /utils/specialdir
+ok 19 /utils/clear-pointer
+ok 20 /utils/clear-pointer-cast
+ok 21 /utils/take-pointer
+ok 22 /utils/clear-source
+ok 23 /utils/misc-mem
+ok 24 /utils/nullify
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 25 /utils/atexit
+ok 26 /utils/check-setuid
+# Bug Reference: http://bugzilla.gnome.org/https://gitlab.gnome.org/GNOME/glib/issues/1663
+ok 27 /utils/int-limits
+# Start of specialdir tests
+ok 28 /utils/specialdir/desktop
+# End of specialdir tests
+# Start of clear-pointer tests
+ok 29 /utils/clear-pointer/side-effects
+# End of clear-pointer tests
+# End of utils tests
+PASS: glib/utils.test
+Running test: glib/atomic.test
+# random seed: R02S6f3fb59f15749e2e194fdc81eac5dedf
+1..2
+# Start of atomic tests
+ok 1 /atomic/types
+ok 2 /atomic/threaded
+# End of atomic tests
+PASS: glib/atomic.test
+Running test: glib/reference.test
+# random seed: R02S3dc7ad10a01a323fb787f3f3d3494fbf
+1..19
+# Start of type tests
+ok 1 /type/fundamentals
+ok 2 /type/qdata
+ok 3 /type/query
+ok 4 /type/class-private
+# End of type tests
+# Start of object tests
+ok 5 /object/clear
+ok 6 /object/clear-function
+ok 7 /object/set
+ok 8 /object/set-function
+ok 9 /object/value
+ok 10 /object/initially-unowned
+ok 11 /object/weak-pointer
+ok 12 /object/weak-ref
+ok 13 /object/toggle-ref
+ok 14 /object/qdata
+ok 15 /object/qdata2
+# Start of weak-pointer tests
+ok 16 /object/weak-pointer/clear
+ok 17 /object/weak-pointer/clear-function
+ok 18 /object/weak-pointer/set
+ok 19 /object/weak-pointer/set-function
+# End of weak-pointer tests
+# End of object tests
+PASS: glib/reference.test
+Running test: glib/threadtests.test
+# random seed: R02S1c73d74835627424d39d0e08714018b1
+1..2
+# Start of GObject tests
+ok 1 /GObject/threaded-object-init
+Executing: glib/threadtests.test
+ok 2 /GObject/threaded-weak-ref
+# End of GObject tests
+PASS: glib/threadtests.test
+Running test: glib/references.test
+PASS: glib/references.test
+Running test: glib/cond.test
+# random seed: R02Sb95d37657b524347c22fbca0282ff9b9
+1..3
+# Start of thread tests
+ok 1 /thread/cond1
+ok 2 /thread/cond2
+# Start of cond tests
+ok 3 /thread/cond/wait-until
+# End of cond tests
+# End of thread tests
+PASS: glib/cond.test
+Running test: glib/overflow-fallback.test
+# random seed: R02Sef08eaee2fb3e56b3dc4700a807c6754
+1..6
+# Start of glib tests
+# Start of checked-math tests
+ok 1 /glib/checked-math/guint-add
+ok 2 /glib/checked-math/guint-mul
+ok 3 /glib/checked-math/guint64-add
+ok 4 /glib/checked-math/guint64-mul
+ok 5 /glib/checked-math/gsize-add
+ok 6 /glib/checked-math/gsize-mul
+# End of checked-math tests
+# End of glib tests
+PASS: glib/overflow-fallback.test
+Running test: glib/keyfile.test
+# random seed: R02S438a0ca007f6bc4c95dc735e17ee3653
+1..35
+# Start of keyfile tests
+ok 1 /keyfile/line-ends
+ok 2 /keyfile/whitespace
+ok 3 /keyfile/comments
+ok 4 /keyfile/listing
+ok 5 /keyfile/string
+ok 6 /keyfile/boolean
+ok 7 /keyfile/number
+ok 8 /keyfile/locale-string
+ok 9 /keyfile/lists
+ok 10 /keyfile/lists-set-get
+# Bug Reference: http://bugzilla.gnome.org/165887
+ok 11 /keyfile/group-remove
+# Bug Reference: http://bugzilla.gnome.org/165980
+ok 12 /keyfile/key-remove
+# Bug Reference: http://bugzilla.gnome.org/316309
+ok 13 /keyfile/groups
+ok 14 /keyfile/duplicate-keys
+# Bug Reference: http://bugzilla.gnome.org/157877
+ok 15 /keyfile/duplicate-groups
+# Bug Reference: http://bugzilla.gnome.org/385910
+ok 16 /keyfile/duplicate-groups2
+ok 17 /keyfile/group-names
+ok 18 /keyfile/key-names
+# Bug Reference: http://bugzilla.gnome.org/420686
+ok 19 /keyfile/reload
+# Bug Reference: http://bugzilla.gnome.org/614864
+ok 20 /keyfile/int64
+ok 21 /keyfile/load
+ok 22 /keyfile/save
+ok 23 /keyfile/load-fail
+ok 24 /keyfile/non-utf8
+# Bug Reference: http://bugzilla.gnome.org/640695
+ok 25 /keyfile/page-boundary
+ok 26 /keyfile/ref
+ok 27 /keyfile/replace-value
+ok 28 /keyfile/list-separator
+ok 29 /keyfile/empty-string
+ok 30 /keyfile/limbo
+ok 31 /keyfile/utf8
+ok 32 /keyfile/roundtrip
+ok 33 /keyfile/bytes
+ok 34 /keyfile/get-locale
+ok 35 /keyfile/free-when-not-last-ref
+# End of keyfile tests
+PASS: glib/keyfile.test
+Running test: glib/unicode-caseconv.test
+PASS: glib/unicode-caseconv.test
+Running test: glib/hmac.test
+# random seed: R02S866496df88e986a97996cc8e5f530bb0
+1..37
+# Start of hmac tests
+ok 1 /hmac/sha1-1
+ok 2 /hmac/sha1-2
+ok 3 /hmac/sha1-3
+ok 4 /hmac/sha1-4
+ok 5 /hmac/sha1-5
+ok 6 /hmac/sha1-6
+ok 7 /hmac/sha1-7
+ok 8 /hmac/sha256-1
+ok 9 /hmac/sha256-2
+ok 10 /hmac/sha256-3
+ok 11 /hmac/sha256-4
+ok 12 /hmac/sha256-5
+ok 13 /hmac/sha256-6
+ok 14 /hmac/sha384-1
+ok 15 /hmac/sha384-2
+ok 16 /hmac/sha384-3
+ok 17 /hmac/sha384-4
+ok 18 /hmac/sha384-5
+ok 19 /hmac/sha384-6
+ok 20 /hmac/sha512-1
+ok 21 /hmac/sha512-2
+ok 22 /hmac/sha512-3
+ok 23 /hmac/sha512-4
+ok 24 /hmac/sha512-5
+ok 25 /hmac/sha512-6
+ok 26 /hmac/md5-1
+ok 27 /hmac/md5-2
+ok 28 /hmac/md5-3
+ok 29 /hmac/md5-4
+ok 30 /hmac/md5-5
+ok 31 /hmac/md5-6
+ok 32 /hmac/md5-7
+ok 33 /hmac/ref-unref
+ok 34 /hmac/copy
+ok 35 /hmac/for-data
+ok 36 /hmac/for-string
+ok 37 /hmac/for-bytes
+# End of hmac tests
+PASS: glib/hmac.test
+Running test: glib/shell.test
+# random seed: R02S3ce40d279d8ee393c2b4da322aa0db84
+1..51
+# Start of shell tests
+# Start of cmdline tests
+test cmdline: foo bar
+ok 1 /shell/cmdline/0
+test cmdline: foo 'bar'
+ok 2 /shell/cmdline/1
+test cmdline: foo "bar"
+ok 3 /shell/cmdline/2
+test cmdline: foo '' 'bar'
+ok 4 /shell/cmdline/3
+test cmdline: foo "bar"'baz'blah'foo'\''blah'"boo"
+ok 5 /shell/cmdline/4
+test cmdline: foo blah foo bar baz
+ok 6 /shell/cmdline/5
+test cmdline: foo ' spaces more spaces lots of spaces in this '
+ok 7 /shell/cmdline/6
+test cmdline: foo \
+bar
+ok 8 /shell/cmdline/7
+test cmdline: foo '' ''
+ok 9 /shell/cmdline/8
+test cmdline: foo \" la la la
+ok 10 /shell/cmdline/9
+test cmdline: foo \ foo woo woo\
+ok 11 /shell/cmdline/10
+test cmdline: foo "yada yada \$\""
+ok 12 /shell/cmdline/11
+test cmdline: foo "c:\\"
+ok 13 /shell/cmdline/12
+test cmdline: foo # bla bla bla
+ bar
+ok 14 /shell/cmdline/13
+test cmdline: foo a#b
+ok 15 /shell/cmdline/14
+test cmdline: #foo
+ok 16 /shell/cmdline/15
+test cmdline: foo bar \
+ok 17 /shell/cmdline/16
+test cmdline: foo 'bar baz
+ok 18 /shell/cmdline/17
+test cmdline: foo '"bar" baz
+ok 19 /shell/cmdline/18
+test cmdline:
+ok 20 /shell/cmdline/19
+test cmdline:
+ok 21 /shell/cmdline/20
+test cmdline: # foo bar
+ok 22 /shell/cmdline/21
+test cmdline: foo '/bar/summer'\''09 tours.pdf'
+ok 23 /shell/cmdline/22
+# End of cmdline tests
+# Start of quote tests
+ok 24 /shell/quote/0
+ok 25 /shell/quote/1
+ok 26 /shell/quote/2
+ok 27 /shell/quote/3
+ok 28 /shell/quote/4
+ok 29 /shell/quote/5
+ok 30 /shell/quote/6
+# End of quote tests
+# Start of unquote tests
+ok 31 /shell/unquote/0
+ok 32 /shell/unquote/1
+ok 33 /shell/unquote/2
+ok 34 /shell/unquote/3
+ok 35 /shell/unquote/4
+ok 36 /shell/unquote/5
+ok 37 /shell/unquote/6
+ok 38 /shell/unquote/7
+ok 39 /shell/unquote/8
+ok 40 /shell/unquote/9
+ok 41 /shell/unquote/10
+ok 42 /shell/unquote/11
+ok 43 /shell/unquote/12
+ok 44 /shell/unquote/13
+ok 45 /shell/unquote/14
+ok 46 /shell/unquote/15
+ok 47 /shell/unquote/16
+ok 48 /shell/unquote/17
+ok 49 /shell/unquote/18
+ok 50 /shell/unquote/19
+ok 51 /shell/unquote/20
+# End of unquote tests
+# End of shell tests
+PASS: glib/shell.test
+Running test: glib/gdbus-proxy-well-known-name.test
+# random seed: R02Sec10d41deac59cd4425afa43c20e1570
+1..1
+# Start of gdbus tests
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 1 /gdbus/proxy-well-known-name
+# End of gdbus tests
+PASS: glib/gdbus-proxy-well-known-name.test
+Running test: glib/rand.test
+# random seed: R02S64f72b1398d9f9e52bafc2e9704fbf56
+1..2
+# Start of rand tests
+ok 1 /rand/test-rand
+# Bug Reference: http://bugzilla.gnome.org/502560
+ok 2 /rand/double-range
+# End of rand tests
+PASS: glib/rand.test
+Running test: glib/slice.test
+# random seed: R02S0e766c2674631f4a73398d9074ae72d6
+1..3
+# Start of slice tests
+ok 1 /slice/copy
+ok 2 /slice/chain
+ok 3 /slice/allocate
+# End of slice tests
+PASS: glib/slice.test
+Running test: glib/search-utils.test
+# random seed: R02S5e982760c9fbc0064c5628f490161151
+1..1
+# GLib-DEBUG: Started
+# GLib-DEBUG: 'he' - 'Hello World' should match: OK
+# GLib-DEBUG: 'wo' - 'Hello World' should match: OK
+# GLib-DEBUG: 'lo' - 'Hello World' should NOT match: OK
+# GLib-DEBUG: 'ld' - 'Hello World' should NOT match: OK
+# GLib-DEBUG: 'wo' - 'Hello-World' should match: OK
+# GLib-DEBUG: 'wo' - 'HelloWorld' should NOT match: OK
+# GLib-DEBUG: 'jor' - 'J?rgen' should match: OK
+# GLib-DEBUG: 'gaetan' - 'Ga?tan' should match: OK
+# GLib-DEBUG: 'ele' - '?l?ve' should match: OK
+# GLib-DEBUG: 'Aza?s' - 'Azais' should NOT match: OK
+# GLib-DEBUG: 'Azais' - 'Aza?s' should match: OK
+# GLib-DEBUG: 'Jo?r' - 'Jorgen' should NOT match: OK
+# GLib-DEBUG: 'jor' - 'Jo?rgen' should match: OK
+# GLib-DEBUG: 'ist' - '?stanbul' should match: OK
+# GLib-DEBUG: 'diyarbakir' - 'Diyarbak?r' should match: OK
+# GLib-DEBUG: 'Xav Cla' - 'Xavier Claessens' should match: OK
+# GLib-DEBUG: 'Cla Xav' - 'Xavier Claessens' should match: OK
+# GLib-DEBUG: ' b ' - 'Foo Bar Baz' should match: OK
+# GLib-DEBUG: 'bar bazz' - 'Foo Bar Baz' should NOT match: OK
+ok 1 /search
+PASS: glib/search-utils.test
+Running test: glib/regex.test
+# random seed: R02S02c8b8cd18c8fc01c9c230194e94e06e
+1..572
+# Start of regex tests
+ok 1 /regex/properties
+ok 2 /regex/class
+ok 3 /regex/lookahead
+ok 4 /regex/lookbehind
+ok 5 /regex/subpattern
+ok 6 /regex/condition
+ok 7 /regex/recursion
+# Bug Reference: http://bugzilla.gnome.org/640489
+ok 8 /regex/multiline
+ok 9 /regex/explicit-crlf
+ok 10 /regex/max-lookbehind
+# Start of new tests
+ok 11 /regex/new/1
+ok 12 /regex/new/2
+ok 13 /regex/new/3
+ok 14 /regex/new/4
+ok 15 /regex/new/5
+ok 16 /regex/new/6
+ok 17 /regex/new/7
+ok 18 /regex/new/8
+ok 19 /regex/new/9
+ok 20 /regex/new/10
+ok 21 /regex/new/11
+ok 22 /regex/new/12
+ok 23 /regex/new/13
+ok 24 /regex/new/14
+ok 25 /regex/new/15
+ok 26 /regex/new/16
+ok 27 /regex/new/17
+ok 28 /regex/new/18
+ok 29 /regex/new/19
+# End of new tests
+# Start of new-check-flags tests
+ok 30 /regex/new-check-flags/20
+ok 31 /regex/new-check-flags/21
+ok 32 /regex/new-check-flags/22
+ok 33 /regex/new-check-flags/23
+ok 34 /regex/new-check-flags/24
+ok 35 /regex/new-check-flags/25
+ok 36 /regex/new-check-flags/26
+ok 37 /regex/new-check-flags/27
+ok 38 /regex/new-check-flags/28
+ok 39 /regex/new-check-flags/29
+ok 40 /regex/new-check-flags/30
+ok 41 /regex/new-check-flags/31
+ok 42 /regex/new-check-flags/32
+ok 43 /regex/new-check-flags/33
+# End of new-check-flags tests
+# Start of new-fail tests
+ok 44 /regex/new-fail/34
+ok 45 /regex/new-fail/35
+ok 46 /regex/new-fail/36
+ok 47 /regex/new-fail/37
+ok 48 /regex/new-fail/38
+ok 49 /regex/new-fail/39
+ok 50 /regex/new-fail/40
+ok 51 /regex/new-fail/41
+ok 52 /regex/new-fail/42
+ok 53 /regex/new-fail/43
+ok 54 /regex/new-fail/44
+ok 55 /regex/new-fail/45
+ok 56 /regex/new-fail/46
+ok 57 /regex/new-fail/47
+ok 58 /regex/new-fail/48
+ok 59 /regex/new-fail/49
+ok 60 /regex/new-fail/50
+ok 61 /regex/new-fail/51
+ok 62 /regex/new-fail/52
+ok 63 /regex/new-fail/53
+ok 64 /regex/new-fail/54
+ok 65 /regex/new-fail/55
+ok 66 /regex/new-fail/56
+ok 67 /regex/new-fail/57
+ok 68 /regex/new-fail/58
+ok 69 /regex/new-fail/59
+ok 70 /regex/new-fail/60
+ok 71 /regex/new-fail/61
+ok 72 /regex/new-fail/62
+ok 73 /regex/new-fail/63
+ok 74 /regex/new-fail/64
+ok 75 /regex/new-fail/65
+ok 76 /regex/new-fail/66
+ok 77 /regex/new-fail/67
+ok 78 /regex/new-fail/68
+ok 79 /regex/new-fail/69
+ok 80 /regex/new-fail/70
+ok 81 /regex/new-fail/71
+ok 82 /regex/new-fail/72
+ok 83 /regex/new-fail/73
+ok 84 /regex/new-fail/74
+ok 85 /regex/new-fail/75
+ok 86 /regex/new-fail/76
+ok 87 /regex/new-fail/77
+ok 88 /regex/new-fail/78
+ok 89 /regex/new-fail/79
+ok 90 /regex/new-fail/80
+ok 91 /regex/new-fail/81
+ok 92 /regex/new-fail/82
+ok 93 /regex/new-fail/83
+ok 94 /regex/new-fail/84
+ok 95 /regex/new-fail/85
+ok 96 /regex/new-fail/86
+ok 97 /regex/new-fail/87
+ok 98 /regex/new-fail/88
+# End of new-fail tests
+# Start of match-simple tests
+ok 99 /regex/match-simple/89
+ok 100 /regex/match-simple/90
+ok 101 /regex/match-simple/91
+ok 102 /regex/match-simple/92
+ok 103 /regex/match-simple/93
+ok 104 /regex/match-simple/94
+ok 105 /regex/match-simple/95
+ok 106 /regex/match-simple/96
+ok 107 /regex/match-simple/97
+ok 108 /regex/match-simple/98
+ok 109 /regex/match-simple/99
+ok 110 /regex/match-simple/100
+ok 111 /regex/match-simple/101
+ok 112 /regex/match-simple/102
+ok 113 /regex/match-simple/103
+ok 114 /regex/match-simple/104
+ok 115 /regex/match-simple/105
+ok 116 /regex/match-simple/106
+ok 117 /regex/match-simple/107
+ok 118 /regex/match-simple/108
+ok 119 /regex/match-simple/109
+ok 120 /regex/match-simple/110
+ok 121 /regex/match-simple/111
+ok 122 /regex/match-simple/112
+ok 123 /regex/match-simple/113
+ok 124 /regex/match-simple/114
+ok 125 /regex/match-simple/115
+ok 126 /regex/match-simple/116
+ok 127 /regex/match-simple/117
+ok 128 /regex/match-simple/118
+ok 129 /regex/match-simple/119
+ok 130 /regex/match-simple/120
+ok 131 /regex/match-simple/121
+ok 132 /regex/match-simple/122
+ok 133 /regex/match-simple/123
+ok 134 /regex/match-simple/124
+ok 135 /regex/match-simple/125
+ok 136 /regex/match-simple/126
+ok 137 /regex/match-simple/127
+ok 138 /regex/match-simple/128
+ok 139 /regex/match-simple/129
+ok 140 /regex/match-simple/130
+ok 141 /regex/match-simple/131
+ok 142 /regex/match-simple/132
+ok 143 /regex/match-simple/133
+ok 144 /regex/match-simple/134
+ok 145 /regex/match-simple/135
+ok 146 /regex/match-simple/136
+ok 147 /regex/match-simple/137
+ok 148 /regex/match-simple/138
+ok 149 /regex/match-simple/139
+ok 150 /regex/match-simple/140
+ok 151 /regex/match-simple/141
+ok 152 /regex/match-simple/142
+ok 153 /regex/match-simple/143
+ok 154 /regex/match-simple/144
+ok 155 /regex/match-simple/145
+ok 156 /regex/match-simple/146
+ok 157 /regex/match-simple/147
+ok 158 /regex/match-simple/148
+ok 159 /regex/match-simple/149
+ok 160 /regex/match-simple/150
+ok 161 /regex/match-simple/151
+ok 162 /regex/match-simple/152
+ok 163 /regex/match-simple/153
+ok 164 /regex/match-simple/154
+ok 165 /regex/match-simple/155
+ok 166 /regex/match-simple/156
+ok 167 /regex/match-simple/157
+# End of match-simple tests
+# Start of match tests
+ok 168 /regex/match/158
+ok 169 /regex/match/159
+ok 170 /regex/match/160
+ok 171 /regex/match/161
+ok 172 /regex/match/162
+ok 173 /regex/match/163
+ok 174 /regex/match/164
+ok 175 /regex/match/165
+ok 176 /regex/match/166
+ok 177 /regex/match/167
+ok 178 /regex/match/168
+ok 179 /regex/match/169
+ok 180 /regex/match/170
+ok 181 /regex/match/171
+ok 182 /regex/match/172
+ok 183 /regex/match/173
+ok 184 /regex/match/174
+ok 185 /regex/match/175
+ok 186 /regex/match/176
+ok 187 /regex/match/177
+ok 188 /regex/match/178
+ok 189 /regex/match/179
+ok 190 /regex/match/180
+ok 191 /regex/match/181
+ok 192 /regex/match/182
+ok 193 /regex/match/183
+ok 194 /regex/match/184
+ok 195 /regex/match/185
+ok 196 /regex/match/186
+ok 197 /regex/match/187
+ok 198 /regex/match/188
+ok 199 /regex/match/189
+ok 200 /regex/match/190
+ok 201 /regex/match/191
+ok 202 /regex/match/192
+ok 203 /regex/match/193
+ok 204 /regex/match/194
+ok 205 /regex/match/195
+ok 206 /regex/match/196
+ok 207 /regex/match/197
+ok 208 /regex/match/198
+ok 209 /regex/match/199
+ok 210 /regex/match/200
+ok 211 /regex/match/201
+ok 212 /regex/match/202
+ok 213 /regex/match/203
+ok 214 /regex/match/204
+ok 215 /regex/match/205
+ok 216 /regex/match/206
+ok 217 /regex/match/207
+ok 218 /regex/match/208
+ok 219 /regex/match/209
+ok 220 /regex/match/210
+ok 221 /regex/match/211
+ok 222 /regex/match/212
+ok 223 /regex/match/213
+ok 224 /regex/match/214
+ok 225 /regex/match/215
+ok 226 /regex/match/216
+ok 227 /regex/match/217
+ok 228 /regex/match/218
+ok 229 /regex/match/219
+ok 230 /regex/match/220
+ok 231 /regex/match/221
+ok 232 /regex/match/222
+ok 233 /regex/match/223
+ok 234 /regex/match/224
+ok 235 /regex/match/225
+ok 236 /regex/match/226
+ok 237 /regex/match/227
+ok 238 /regex/match/228
+# Start of next0 tests
+ok 239 /regex/match/next0/229
+ok 240 /regex/match/next0/230
+ok 241 /regex/match/next0/231
+ok 242 /regex/match/next0/232
+# End of next0 tests
+# Start of next1 tests
+ok 243 /regex/match/next1/233
+ok 244 /regex/match/next1/234
+ok 245 /regex/match/next1/235
+ok 246 /regex/match/next1/236
+# End of next1 tests
+# Start of next2 tests
+ok 247 /regex/match/next2/237
+ok 248 /regex/match/next2/238
+ok 249 /regex/match/next2/239
+ok 250 /regex/match/next2/240
+ok 251 /regex/match/next2/241
+ok 252 /regex/match/next2/242
+ok 253 /regex/match/next2/243
+# End of next2 tests
+# Start of next3 tests
+ok 254 /regex/match/next3/244
+ok 255 /regex/match/next3/245
+ok 256 /regex/match/next3/246
+ok 257 /regex/match/next3/247
+ok 258 /regex/match/next3/248
+ok 259 /regex/match/next3/249
+# End of next3 tests
+# Start of next4 tests
+ok 260 /regex/match/next4/250
+# End of next4 tests
+# Start of count tests
+ok 261 /regex/match/count/251
+ok 262 /regex/match/count/252
+ok 263 /regex/match/count/253
+ok 264 /regex/match/count/254
+ok 265 /regex/match/count/255
+ok 266 /regex/match/count/256
+ok 267 /regex/match/count/257
+ok 268 /regex/match/count/258
+ok 269 /regex/match/count/259
+ok 270 /regex/match/count/260
+# End of count tests
+# Start of partial tests
+ok 271 /regex/match/partial/261
+ok 272 /regex/match/partial/262
+ok 273 /regex/match/partial/263
+ok 274 /regex/match/partial/264
+ok 275 /regex/match/partial/265
+ok 276 /regex/match/partial/266
+ok 277 /regex/match/partial/267
+ok 278 /regex/match/partial/268
+ok 279 /regex/match/partial/269
+# End of partial tests
+# Start of subpattern tests
+ok 280 /regex/match/subpattern/270
+ok 281 /regex/match/subpattern/271
+ok 282 /regex/match/subpattern/272
+ok 283 /regex/match/subpattern/273
+ok 284 /regex/match/subpattern/274
+ok 285 /regex/match/subpattern/275
+ok 286 /regex/match/subpattern/276
+ok 287 /regex/match/subpattern/277
+ok 288 /regex/match/subpattern/278
+ok 289 /regex/match/subpattern/279
+# Start of named tests
+# Start of dupnames tests
+ok 290 /regex/match/subpattern/named/dupnames/289
+ok 291 /regex/match/subpattern/named/dupnames/290
+ok 292 /regex/match/subpattern/named/dupnames/291
+ok 293 /regex/match/subpattern/named/dupnames/292
+ok 294 /regex/match/subpattern/named/dupnames/293
+# End of dupnames tests
+# End of named tests
+# End of subpattern tests
+# Start of named tests
+# Start of subpattern tests
+ok 295 /regex/match/named/subpattern/280
+ok 296 /regex/match/named/subpattern/281
+ok 297 /regex/match/named/subpattern/282
+ok 298 /regex/match/named/subpattern/283
+ok 299 /regex/match/named/subpattern/284
+ok 300 /regex/match/named/subpattern/285
+ok 301 /regex/match/named/subpattern/286
+ok 302 /regex/match/named/subpattern/287
+ok 303 /regex/match/named/subpattern/288
+ok 304 /regex/match/named/subpattern/294
+ok 305 /regex/match/named/subpattern/295
+ok 306 /regex/match/named/subpattern/296
+ok 307 /regex/match/named/subpattern/297
+ok 308 /regex/match/named/subpattern/298
+# End of subpattern tests
+# End of named tests
+# End of match tests
+# Start of fetch-all0 tests
+ok 309 /regex/fetch-all0/299
+ok 310 /regex/fetch-all0/300
+# End of fetch-all0 tests
+# Start of fetch-all1 tests
+ok 311 /regex/fetch-all1/301
+ok 312 /regex/fetch-all1/302
+ok 313 /regex/fetch-all1/303
+# End of fetch-all1 tests
+# Start of fetch-all2 tests
+ok 314 /regex/fetch-all2/304
+ok 315 /regex/fetch-all2/305
+ok 316 /regex/fetch-all2/306
+# End of fetch-all2 tests
+# Start of fetch-all3 tests
+ok 317 /regex/fetch-all3/307
+ok 318 /regex/fetch-all3/308
+ok 319 /regex/fetch-all3/309
+ok 320 /regex/fetch-all3/310
+ok 321 /regex/fetch-all3/311
+# End of fetch-all3 tests
+# Start of split tests
+# Start of simple0 tests
+ok 322 /regex/split/simple0/312
+ok 323 /regex/split/simple0/313
+ok 324 /regex/split/simple0/328
+ok 325 /regex/split/simple0/329
+# End of simple0 tests
+# Start of simple1 tests
+ok 326 /regex/split/simple1/314
+ok 327 /regex/split/simple1/315
+# End of simple1 tests
+# Start of simple2 tests
+ok 328 /regex/split/simple2/316
+ok 329 /regex/split/simple2/322
+ok 330 /regex/split/simple2/324
+# End of simple2 tests
+# Start of simple3 tests
+ok 331 /regex/split/simple3/317
+ok 332 /regex/split/simple3/318
+ok 333 /regex/split/simple3/319
+ok 334 /regex/split/simple3/320
+ok 335 /regex/split/simple3/321
+ok 336 /regex/split/simple3/323
+ok 337 /regex/split/simple3/325
+ok 338 /regex/split/simple3/326
+ok 339 /regex/split/simple3/327
+# End of simple3 tests
+# End of split tests
+# Start of split0 tests
+ok 340 /regex/split0/330
+ok 341 /regex/split0/332
+# End of split0 tests
+# Start of full-split0 tests
+ok 342 /regex/full-split0/331
+ok 343 /regex/full-split0/333
+ok 344 /regex/full-split0/334
+ok 345 /regex/full-split0/335
+ok 346 /regex/full-split0/336
+# End of full-split0 tests
+# Start of split1 tests
+ok 347 /regex/split1/337
+ok 348 /regex/split1/340
+# End of split1 tests
+# Start of full-split1 tests
+ok 349 /regex/full-split1/338
+ok 350 /regex/full-split1/339
+ok 351 /regex/full-split1/341
+ok 352 /regex/full-split1/342
+ok 353 /regex/full-split1/368
+# End of full-split1 tests
+# Start of split2 tests
+ok 354 /regex/split2/343
+ok 355 /regex/split2/347
+ok 356 /regex/split2/359
+# End of split2 tests
+# Start of full-split2 tests
+ok 357 /regex/full-split2/344
+ok 358 /regex/full-split2/345
+ok 359 /regex/full-split2/346
+ok 360 /regex/full-split2/348
+ok 361 /regex/full-split2/360
+ok 362 /regex/full-split2/363
+ok 363 /regex/full-split2/369
+# End of full-split2 tests
+# Start of split3 tests
+ok 364 /regex/split3/349
+ok 365 /regex/split3/351
+ok 366 /regex/split3/353
+ok 367 /regex/split3/355
+ok 368 /regex/split3/357
+ok 369 /regex/split3/361
+ok 370 /regex/split3/364
+ok 371 /regex/split3/366
+# End of split3 tests
+# Start of full-split3 tests
+ok 372 /regex/full-split3/350
+ok 373 /regex/full-split3/352
+ok 374 /regex/full-split3/354
+ok 375 /regex/full-split3/356
+ok 376 /regex/full-split3/358
+ok 377 /regex/full-split3/362
+ok 378 /regex/full-split3/365
+ok 379 /regex/full-split3/367
+ok 380 /regex/full-split3/370
+ok 381 /regex/full-split3/371
+# End of full-split3 tests
+# Start of check-repacement tests
+ok 382 /regex/check-repacement/372
+ok 383 /regex/check-repacement/373
+ok 384 /regex/check-repacement/374
+ok 385 /regex/check-repacement/375
+ok 386 /regex/check-repacement/376
+ok 387 /regex/check-repacement/377
+ok 388 /regex/check-repacement/378
+ok 389 /regex/check-repacement/379
+# End of check-repacement tests
+# Start of expand tests
+ok 390 /regex/expand/380
+ok 391 /regex/expand/381
+ok 392 /regex/expand/382
+ok 393 /regex/expand/383
+ok 394 /regex/expand/384
+ok 395 /regex/expand/385
+ok 396 /regex/expand/386
+ok 397 /regex/expand/387
+ok 398 /regex/expand/388
+ok 399 /regex/expand/389
+ok 400 /regex/expand/390
+ok 401 /regex/expand/391
+ok 402 /regex/expand/392
+ok 403 /regex/expand/393
+ok 404 /regex/expand/394
+ok 405 /regex/expand/395
+ok 406 /regex/expand/396
+ok 407 /regex/expand/397
+ok 408 /regex/expand/398
+ok 409 /regex/expand/399
+ok 410 /regex/expand/400
+ok 411 /regex/expand/401
+ok 412 /regex/expand/402
+ok 413 /regex/expand/403
+ok 414 /regex/expand/404
+ok 415 /regex/expand/405
+ok 416 /regex/expand/406
+ok 417 /regex/expand/407
+ok 418 /regex/expand/408
+ok 419 /regex/expand/409
+ok 420 /regex/expand/410
+ok 421 /regex/expand/411
+ok 422 /regex/expand/412
+ok 423 /regex/expand/413
+ok 424 /regex/expand/414
+ok 425 /regex/expand/415
+ok 426 /regex/expand/416
+ok 427 /regex/expand/417
+ok 428 /regex/expand/418
+ok 429 /regex/expand/419
+ok 430 /regex/expand/420
+ok 431 /regex/expand/421
+ok 432 /regex/expand/422
+ok 433 /regex/expand/423
+ok 434 /regex/expand/424
+ok 435 /regex/expand/425
+ok 436 /regex/expand/426
+ok 437 /regex/expand/427
+ok 438 /regex/expand/428
+ok 439 /regex/expand/429
+ok 440 /regex/expand/430
+ok 441 /regex/expand/431
+ok 442 /regex/expand/432
+ok 443 /regex/expand/433
+ok 444 /regex/expand/434
+ok 445 /regex/expand/435
+ok 446 /regex/expand/436
+ok 447 /regex/expand/437
+ok 448 /regex/expand/438
+ok 449 /regex/expand/439
+ok 450 /regex/expand/440
+ok 451 /regex/expand/441
+ok 452 /regex/expand/442
+ok 453 /regex/expand/443
+ok 454 /regex/expand/444
+ok 455 /regex/expand/445
+# End of expand tests
+# Start of replace tests
+ok 456 /regex/replace/446
+ok 457 /regex/replace/447
+ok 458 /regex/replace/448
+ok 459 /regex/replace/449
+ok 460 /regex/replace/450
+ok 461 /regex/replace/451
+ok 462 /regex/replace/452
+ok 463 /regex/replace/453
+ok 464 /regex/replace/454
+ok 465 /regex/replace/455
+ok 466 /regex/replace/456
+ok 467 /regex/replace/457
+ok 468 /regex/replace/458
+ok 469 /regex/replace/459
+ok 470 /regex/replace/460
+ok 471 /regex/replace/461
+ok 472 /regex/replace/462
+ok 473 /regex/replace/463
+ok 474 /regex/replace/464
+ok 475 /regex/replace/465
+ok 476 /regex/replace/466
+ok 477 /regex/replace/467
+ok 478 /regex/replace/468
+ok 479 /regex/replace/469
+ok 480 /regex/replace/470
+ok 481 /regex/replace/471
+# End of replace tests
+# Start of replace-literally tests
+ok 482 /regex/replace-literally/472
+ok 483 /regex/replace-literally/473
+ok 484 /regex/replace-literally/474
+ok 485 /regex/replace-literally/475
+ok 486 /regex/replace-literally/476
+ok 487 /regex/replace-literally/477
+ok 488 /regex/replace-literally/478
+ok 489 /regex/replace-literally/479
+ok 490 /regex/replace-literally/480
+ok 491 /regex/replace-literally/481
+ok 492 /regex/replace-literally/482
+ok 493 /regex/replace-literally/483
+ok 494 /regex/replace-literally/484
+ok 495 /regex/replace-literally/485
+ok 496 /regex/replace-literally/486
+ok 497 /regex/replace-literally/487
+ok 498 /regex/replace-literally/488
+ok 499 /regex/replace-literally/489
+ok 500 /regex/replace-literally/490
+ok 501 /regex/replace-literally/491
+# End of replace-literally tests
+# Start of string-number tests
+ok 502 /regex/string-number/492
+ok 503 /regex/string-number/493
+ok 504 /regex/string-number/494
+ok 505 /regex/string-number/495
+ok 506 /regex/string-number/496
+ok 507 /regex/string-number/497
+ok 508 /regex/string-number/498
+ok 509 /regex/string-number/499
+ok 510 /regex/string-number/500
+ok 511 /regex/string-number/501
+ok 512 /regex/string-number/502
+# End of string-number tests
+# Start of escape_nul tests
+ok 513 /regex/escape_nul/503
+ok 514 /regex/escape_nul/504
+ok 515 /regex/escape_nul/505
+ok 516 /regex/escape_nul/506
+ok 517 /regex/escape_nul/507
+ok 518 /regex/escape_nul/508
+ok 519 /regex/escape_nul/509
+ok 520 /regex/escape_nul/510
+ok 521 /regex/escape_nul/511
+ok 522 /regex/escape_nul/512
+ok 523 /regex/escape_nul/513
+ok 524 /regex/escape_nul/514
+ok 525 /regex/escape_nul/515
+ok 526 /regex/escape_nul/516
+ok 527 /regex/escape_nul/517
+# End of escape_nul tests
+# Start of escape tests
+ok 528 /regex/escape/518
+ok 529 /regex/escape/519
+ok 530 /regex/escape/520
+ok 531 /regex/escape/521
+ok 532 /regex/escape/522
+ok 533 /regex/escape/523
+ok 534 /regex/escape/524
+ok 535 /regex/escape/525
+ok 536 /regex/escape/526
+ok 537 /regex/escape/527
+ok 538 /regex/escape/528
+ok 539 /regex/escape/529
+ok 540 /regex/escape/530
+ok 541 /regex/escape/531
+ok 542 /regex/escape/532
+ok 543 /regex/escape/533
+ok 544 /regex/escape/534
+ok 545 /regex/escape/535
+# End of escape tests
+# Start of match-all0 tests
+ok 546 /regex/match-all0/536
+ok 547 /regex/match-all0/538
+# End of match-all0 tests
+# Start of match-all-full0 tests
+ok 548 /regex/match-all-full0/537
+ok 549 /regex/match-all-full0/539
+ok 550 /regex/match-all-full0/540
+ok 551 /regex/match-all-full0/541
+# End of match-all-full0 tests
+# Start of match-all1 tests
+ok 552 /regex/match-all1/542
+ok 553 /regex/match-all1/544
+ok 554 /regex/match-all1/549
+# End of match-all1 tests
+# Start of match-all-full1 tests
+ok 555 /regex/match-all-full1/543
+ok 556 /regex/match-all-full1/545
+ok 557 /regex/match-all-full1/546
+ok 558 /regex/match-all-full1/547
+ok 559 /regex/match-all-full1/548
+ok 560 /regex/match-all-full1/550
+# End of match-all-full1 tests
+# Start of match-all2 tests
+ok 561 /regex/match-all2/551
+ok 562 /regex/match-all2/553
+ok 563 /regex/match-all2/555
+# End of match-all2 tests
+# Start of match-all-full2 tests
+ok 564 /regex/match-all-full2/552
+ok 565 /regex/match-all-full2/554
+ok 566 /regex/match-all-full2/556
+# End of match-all-full2 tests
+# Start of match-all3 tests
+ok 567 /regex/match-all3/557
+ok 568 /regex/match-all3/559
+# End of match-all3 tests
+# Start of match-all-full3 tests
+ok 569 /regex/match-all-full3/558
+ok 570 /regex/match-all-full3/560
+# End of match-all-full3 tests
+# Start of match-notempty tests
+ok 571 /regex/match-notempty/561
+# End of match-notempty tests
+# Start of match-notempty-atstart tests
+ok 572 /regex/match-notempty-atstart/562
+# End of match-notempty-atstart tests
+# End of regex tests
+PASS: glib/regex.test
+Running test: glib/trash.test
+# random seed: R02Sd6cce6e9f1c1f4d8dbb6936183287d8d
+1..2
+# Start of trash tests
+# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/251
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+# File: /tmp/test-trashW0QW3Z (parent st_dev: 16)
+# Home: /home/glib2-test (st_dev: 64768)
+# Mount: /var/volatile
+# Error: Trashing on system internal mounts is not supported
+ok 1 /trash/not-supported
+# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1522
+ok 2 /trash/symlinks # SKIP Directory '/home/glib2-test/.local' does not exist
+# End of trash tests
+PASS: glib/trash.test
+Running test: glib/gdbus-connection-slow.test
+# random seed: R02S3a16b34e20834a19cec274ac868905f9
+1..2
+# Start of gdbus tests
+# Start of connection tests
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 1 /gdbus/connection/flush
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+Executing: glib/gdbus-connection-slow.test
+ok 2 /gdbus/connection/large_message
+# End of connection tests
+# End of gdbus tests
+PASS: glib/gdbus-connection-slow.test
+Running test: glib/rwlock.test
+# random seed: R02Sf86254f7a22dcf32ef30ed5e5def8e0f
+1..8
+# Start of thread tests
+ok 1 /thread/rwlock1
+ok 2 /thread/rwlock2
+ok 3 /thread/rwlock3
+ok 4 /thread/rwlock4
+ok 5 /thread/rwlock5
+ok 6 /thread/rwlock6
+Executing: glib/rwlock.test
+ok 7 /thread/rwlock7
+ok 8 /thread/rwlock8
+# End of thread tests
+PASS: glib/rwlock.test
+Running test: glib/thread.test
+# random seed: R02Sa3b436c9089678d5823320c6eff7a883
+1..6
+# Start of thread tests
+ok 1 /thread/thread1
+ok 2 /thread/thread2
+ok 3 /thread/thread3
+ok 4 /thread/thread4
+ok 5 /thread/thread5
+ok 6 /thread/thread6
+# End of thread tests
+PASS: glib/thread.test
+Running test: glib/signal4.test
+START: /usr/libexec/installed-tests/glib/signal4
+init 0x55da564cf200
+init 0x55da564cf220
+..................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal4.test
+.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+stopping
+stopped
+dispose 0x55da564cf200!
+dispose 0x55da564cf220!
+PASS: glib/signal4.test
+Running test: glib/credentials.test
+# random seed: R02Sd5936fa7a151a4d8c91f3cca1ca3eba1
+1..1
+# Start of credentials tests
+# GCredentials:linux-ucred:pid=15018,uid=1000,gid=1001
+# GCredentials:linux-ucred:pid=15018,uid=0,gid=1001
+ok 1 /credentials/basic
+# End of credentials tests
+PASS: glib/credentials.test
+Running test: glib/data-input-stream.test
+# random seed: R02S6dad019ddbecb0b5023f83d9929b9f27
+1..10
+# Start of data-input-stream tests
+ok 1 /data-input-stream/basic
+ok 2 /data-input-stream/read-lines-LF
+ok 3 /data-input-stream/read-lines-LF-valid-utf8
+ok 4 /data-input-stream/read-lines-LF-invalid-utf8
+ok 5 /data-input-stream/read-lines-CR
+ok 6 /data-input-stream/read-lines-CR-LF
+ok 7 /data-input-stream/read-lines-any
+ok 8 /data-input-stream/read-until
+ok 9 /data-input-stream/read-upto
+ok 10 /data-input-stream/read-int
+# End of data-input-stream tests
+PASS: glib/data-input-stream.test
+Running test: glib/signals.test
+PASS: glib/signals.test
+Running test: glib/objects2.test
+START: /usr/libexec/installed-tests/glib/objects2
+init 0x55b7a4d07600
+...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/objects2.test
+.....................................................................dispose 0x55b7a4d07600!
+
+PASS: glib/objects2.test
+Running test: glib/resources.test
+# random seed: R02Sbb13c832e90451e225190c98e409e73f
+1..17
+# Start of resource tests
+ok 1 /resource/file
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 2 /resource/file-path
+ok 3 /resource/data
+ok 4 /resource/data_unaligned
+ok 5 /resource/data-corrupt
+ok 6 /resource/data-empty
+ok 7 /resource/registered
+ok 8 /resource/manual
+ok 9 /resource/manual2
+ok 10 /resource/automatic
+ok 11 /resource/module
+**
+GLib-GIO:ERROR:../glib-2.60.3/gio/tests/resources.c:582:test_resource_binary_linked: 'found' should be TRUE
+Bail out! GLib-GIO:ERROR:../glib-2.60.3/gio/tests/resources.c:582:test_resource_binary_linked: 'found' should be TRUE
+FAIL: glib/resources.test (Child process killed by signal 6)
+Running test: glib/gdbus-connection-loss.test
+# random seed: R02S6ff8b43e5fe7fff6712a504cd5866d0f
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..1
+# Start of gdbus tests
+ok 1 /gdbus/connection-loss
+# End of gdbus tests
+PASS: glib/gdbus-connection-loss.test
+Running test: glib/memory-output-stream.test
+# random seed: R02S24107c1f7d0072567f6492b08b811fce
+1..9
+# Start of memory-output-stream tests
+# Bug Reference: http://bugzilla.gnome.org/540423
+# Bug Reference: http://bugzilla.gnome.org/720080
+ok 1 /memory-output-stream/truncate
+# Bug Reference: http://bugzilla.gnome.org/540459
+# Bug Reference: http://bugzilla.gnome.org/540461
+ok 2 /memory-output-stream/get-data-size
+# Bug Reference: http://bugzilla.gnome.org/605733
+ok 3 /memory-output-stream/properties
+ok 4 /memory-output-stream/write-bytes
+ok 5 /memory-output-stream/writev
+ok 6 /memory-output-stream/writev_nonblocking
+ok 7 /memory-output-stream/steal_as_bytes
+# Start of seek tests
+ok 8 /memory-output-stream/seek/fixed
+ok 9 /memory-output-stream/seek/resizable
+# End of seek tests
+# End of memory-output-stream tests
+PASS: glib/memory-output-stream.test
+Running test: glib/utf8-misc.test
+# random seed: R02S6f6edc8b7d92ca751a863de298496fe7
+1..6
+# Start of utf8 tests
+ok 1 /utf8/strlen
+ok 2 /utf8/strncpy
+ok 3 /utf8/strrchr
+ok 4 /utf8/reverse
+ok 5 /utf8/substring
+ok 6 /utf8/make-valid
+# End of utf8 tests
+PASS: glib/utf8-misc.test
+Running test: glib/accumulator.test
+PASS: glib/accumulator.test
+Running test: glib/network-address.test
+# random seed: R02S787461ba41398ad4b8a5a0318ef2258d
+1..65
+# Start of network-address tests
+ok 1 /network-address/basic
+ok 2 /network-address/scope-id
+ok 3 /network-address/uri-scope-id
+ok 4 /network-address/to-string
+# Start of parse-host tests
+ok 5 /network-address/parse-host/0
+ok 6 /network-address/parse-host/1
+ok 7 /network-address/parse-host/2
+ok 8 /network-address/parse-host/3
+ok 9 /network-address/parse-host/4
+ok 10 /network-address/parse-host/5
+ok 11 /network-address/parse-host/6
+ok 12 /network-address/parse-host/7
+ok 13 /network-address/parse-host/8
+ok 14 /network-address/parse-host/9
+# End of parse-host tests
+# Start of parse-uri tests
+ok 15 /network-address/parse-uri/0
+ok 16 /network-address/parse-uri/1
+ok 17 /network-address/parse-uri/2
+ok 18 /network-address/parse-uri/3
+ok 19 /network-address/parse-uri/4
+ok 20 /network-address/parse-uri/5
+ok 21 /network-address/parse-uri/6
+ok 22 /network-address/parse-uri/7
+ok 23 /network-address/parse-uri/8
+ok 24 /network-address/parse-uri/9
+# End of parse-uri tests
+# Start of resolve-address tests
+# Input: 192.168.1.2
+ok 25 /network-address/resolve-address/0
+# Input: fe80::42
+ok 26 /network-address/resolve-address/1
+# Input: 192.168.1.2:80
+ok 27 /network-address/resolve-address/2
+# Input: [fe80::42]
+ok 28 /network-address/resolve-address/3
+# Input: [fe80::42]:80
+ok 29 /network-address/resolve-address/4
+# Input: 192.168.258
+ok 30 /network-address/resolve-address/5
+# Input: 192.11010306
+ok 31 /network-address/resolve-address/6
+# Input: 3232235778
+ok 32 /network-address/resolve-address/7
+# Input: 0300.0250.0001.0001
+ok 33 /network-address/resolve-address/8
+# Input: 0xC0.0xA8.0x01.0x02
+ok 34 /network-address/resolve-address/9
+# Input: 0xc0.0xa8.0x01.0x02
+ok 35 /network-address/resolve-address/10
+# Input: 0xc0a80102
+ok 36 /network-address/resolve-address/11
+# End of resolve-address tests
+# Start of loopback tests
+ok 37 /network-address/loopback/basic
+ok 38 /network-address/loopback/sync
+ok 39 /network-address/loopback/async
+# End of loopback tests
+# Start of happy-eyeballs tests
+ok 40 /network-address/happy-eyeballs/basic
+ok 41 /network-address/happy-eyeballs/parallel
+ok 42 /network-address/happy-eyeballs/slow-ipv4
+ok 43 /network-address/happy-eyeballs/slow-ipv6
+ok 44 /network-address/happy-eyeballs/very-slow-ipv6
+ok 45 /network-address/happy-eyeballs/slow-connection-and-ipv4
+# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
+ok 46 /network-address/happy-eyeballs/ipv6-error-ipv4-first
+# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
+ok 47 /network-address/happy-eyeballs/ipv6-error-ipv6-first
+# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
+ok 48 /network-address/happy-eyeballs/ipv4-error-ipv6-first
+# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
+ok 49 /network-address/happy-eyeballs/ipv4-error-ipv4-first
+# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
+# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
+ok 50 /network-address/happy-eyeballs/both-error
+# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
+# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
+ok 51 /network-address/happy-eyeballs/both-error-delays-1
+# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
+# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken
+ok 52 /network-address/happy-eyeballs/both-error-delays-2
+# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken
+ok 53 /network-address/happy-eyeballs/both-error-delays-3
+# End of happy-eyeballs tests
+# End of network-address tests
+# Start of gresolver tests
+# Start of resolve-address tests
+# Input: 192.168.1.2
+ok 54 /gresolver/resolve-address/0
+# Input: fe80::42
+ok 55 /gresolver/resolve-address/1
+# Input: 192.168.1.2:80
+# Error: Error resolving ?192.168.1.2:80?: Name or service not known
+ok 56 /gresolver/resolve-address/2
+# Input: [fe80::42]
+# Error: Error resolving ?[fe80::42]?: Name or service not known
+ok 57 /gresolver/resolve-address/3
+# Input: [fe80::42]:80
+# Error: Error resolving ?[fe80::42]:80?: Name or service not known
+ok 58 /gresolver/resolve-address/4
+# Input: 192.168.258
+# Error: Error resolving ?192.168.258?: Name or service not known
+ok 59 /gresolver/resolve-address/5
+# Input: 192.11010306
+# Error: Error resolving ?192.11010306?: Name or service not known
+ok 60 /gresolver/resolve-address/6
+# Input: 3232235778
+# Error: Error resolving ?3232235778?: Name or service not known
+ok 61 /gresolver/resolve-address/7
+# Input: 0300.0250.0001.0001
+# Error: Error resolving ?0300.0250.0001.0001?: Name or service not known
+ok 62 /gresolver/resolve-address/8
+# Input: 0xC0.0xA8.0x01.0x02
+# Error: Error resolving ?0xC0.0xA8.0x01.0x02?: Name or service not known
+ok 63 /gresolver/resolve-address/9
+# Input: 0xc0.0xa8.0x01.0x02
+# Error: Error resolving ?0xc0.0xa8.0x01.0x02?: Name or service not known
+ok 64 /gresolver/resolve-address/10
+# Input: 0xc0a80102
+# Error: Error resolving ?0xc0a80102?: Name or service not known
+ok 65 /gresolver/resolve-address/11
+# End of resolve-address tests
+# End of gresolver tests
+PASS: glib/network-address.test
+Running test: glib/markup-subparser.test
+# random seed: R02S144203f216e773383ddd81634bf217d7
+1..14
+# Start of glib tests
+# Start of markup tests
+# Start of subparser tests
+# Start of success tests
+ok 1 /glib/markup/subparser/success/0
+ok 2 /glib/markup/subparser/success/1
+ok 3 /glib/markup/subparser/success/2
+ok 4 /glib/markup/subparser/success/3
+ok 5 /glib/markup/subparser/success/4
+ok 6 /glib/markup/subparser/success/5
+ok 7 /glib/markup/subparser/success/6
+# End of success tests
+# Start of failure tests
+ok 8 /glib/markup/subparser/failure/0
+ok 9 /glib/markup/subparser/failure/1
+ok 10 /glib/markup/subparser/failure/2
+ok 11 /glib/markup/subparser/failure/3
+ok 12 /glib/markup/subparser/failure/4
+ok 13 /glib/markup/subparser/failure/5
+ok 14 /glib/markup/subparser/failure/6
+# End of failure tests
+# End of subparser tests
+# End of markup tests
+# End of glib tests
+PASS: glib/markup-subparser.test
+Running test: glib/relation-test.test
+PASS: glib/relation-test.test
+Running test: glib/readwrite.test
+# random seed: R02Sc39342c0ae700675a395f937c93b34e9
+1..3
+# Start of readwrite tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 1 /readwrite/test_g_file_open_readwrite
+ok 2 /readwrite/test_g_file_create_readwrite
+ok 3 /readwrite/test_g_file_replace_readwrite
+# End of readwrite tests
+PASS: glib/readwrite.test
+Running test: glib/cache.test
+# random seed: R02S1d9d8d0fd9e4cce7e649ade71f98aee1
+1..1
+# Start of cache tests
+ok 1 /cache/basic
+# End of cache tests
+PASS: glib/cache.test
+Running test: glib/markup-collect.test
+# random seed: R02S00bbad28dba6798dd1bb93732eca9eb7
+1..21
+# Start of markup tests
+# Start of collect tests
+ok 1 /markup/collect/0
+ok 2 /markup/collect/1
+ok 3 /markup/collect/2
+ok 4 /markup/collect/3
+ok 5 /markup/collect/4
+ok 6 /markup/collect/5
+ok 7 /markup/collect/6
+ok 8 /markup/collect/7
+ok 9 /markup/collect/8
+ok 10 /markup/collect/9
+ok 11 /markup/collect/10
+ok 12 /markup/collect/11
+ok 13 /markup/collect/12
+ok 14 /markup/collect/13
+ok 15 /markup/collect/14
+ok 16 /markup/collect/15
+ok 17 /markup/collect/16
+ok 18 /markup/collect/17
+ok 19 /markup/collect/18
+ok 20 /markup/collect/19
+ok 21 /markup/collect/cleanup
+# End of collect tests
+# End of markup tests
+PASS: glib/markup-collect.test
+Running test: glib/gdbus-peer.test
+# random seed: R02S248990ac5400889cbb67c03b3923af49
+1..6
+# Start of gdbus tests
+ok 1 /gdbus/peer-to-peer
+ok 2 /gdbus/delayed-message-processing
+ok 3 /gdbus/nonce-tcp
+ok 4 /gdbus/tcp-anonymous
+ok 5 /gdbus/credentials
+# Machine ID: b00c1e80893aacf0c8e020f45d114ebf
+ok 6 /gdbus/codegen-peer-to-peer
+# End of gdbus tests
+PASS: glib/gdbus-peer.test
+Running test: glib/queue.test
+# random seed: R02S129d54e934ddc3bcc6d57cc04cc0ec75
+1..9
+# Start of queue tests
+ok 1 /queue/basic
+ok 2 /queue/copy
+ok 3 /queue/off-by-one
+ok 4 /queue/find-custom
+ok 5 /queue/static
+ok 6 /queue/clear
+ok 7 /queue/free-full
+ok 8 /queue/clear-full
+# Start of random tests
+ok 9 /queue/random/seed:1469270127
+# End of random tests
+# End of queue tests
+PASS: glib/queue.test
+Running test: glib/enums.test
+# random seed: R02S52e2d3700f0d345358506fec2615f4de
+1..2
+# Start of enum tests
+ok 1 /enum/basic
+# End of enum tests
+# Start of flags tests
+ok 2 /flags/basic
+# End of flags tests
+PASS: glib/enums.test
+Running test: glib/mount-operation.test
+# random seed: R02S82ef402feebf0ca2623478da4389d246
+1..2
+# Start of mount-operation tests
+ok 1 /mount-operation/construction
+ok 2 /mount-operation/properties
+# End of mount-operation tests
+PASS: glib/mount-operation.test
+Running test: glib/properties3.test
+START: /usr/libexec/installed-tests/glib/properties3
+.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
+.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
+.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
+.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
+.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
+.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test
+.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b
+stopping
+stopped
+58020782 6462604
+PASS: glib/properties3.test
+Running test: glib/mappedfile.test
+# random seed: R02S4b3d9e2a2be6cbf3efab10e34140894c
+1..7
+# Start of mappedfile tests
+ok 1 /mappedfile/basic
+ok 2 /mappedfile/empty
+ok 3 /mappedfile/device
+ok 4 /mappedfile/nonexisting
+ok 5 /mappedfile/writable
+ok 6 /mappedfile/writable_fd
+ok 7 /mappedfile/gbytes
+# End of mappedfile tests
+PASS: glib/mappedfile.test
+Running test: glib/gsubprocess.test
+# random seed: R02Sa2c9460a85adffd051943ec8638ff681
+1..74
+# Start of gsubprocess tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 1 /gsubprocess/noop
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 2 /gsubprocess/noop-all-to-null
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 3 /gsubprocess/noop-no-wait
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 4 /gsubprocess/noop-stdin-inherit
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 5 /gsubprocess/search-path
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+Executing: glib/gsubprocess.test
+ok 6 /gsubprocess/signal
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 7 /gsubprocess/exit1
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 8 /gsubprocess/echo1
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 9 /gsubprocess/echo-merged
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 10 /gsubprocess/cat-utf8
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 11 /gsubprocess/cat-eof
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+Executing: glib/gsubprocess.test
+ok 12 /gsubprocess/multi1
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 13 /gsubprocess/communicate
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 14 /gsubprocess/terminate
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 15 /gsubprocess/env
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) (child_setup specified)
+ok 16 /gsubprocess/cwd
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 17 /gsubprocess/stdout-file
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 18 /gsubprocess/stdout-fd
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 19 /gsubprocess/child-setup
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 20 /gsubprocess/pass-fd
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 21 /gsubprocess/launcher-environment
+# Start of exit1 tests
+# Bug Reference: https://bugzilla.gnome.org/786456
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 22 /gsubprocess/exit1/cancel
+# Bug Reference: https://bugzilla.gnome.org/786456
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 23 /gsubprocess/exit1/cancel_in_cb
+# End of exit1 tests
+# Start of communicate tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 24 /gsubprocess/communicate/cancelled
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 25 /gsubprocess/communicate/async
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 26 /gsubprocess/communicate/utf8
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# hello world
+ok 27 /gsubprocess/communicate/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 28 /gsubprocess/communicate/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 29 /gsubprocess/communicate/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# hello world
+ok 30 /gsubprocess/communicate/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 31 /gsubprocess/communicate/stdout-silence
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 32 /gsubprocess/communicate/nothing
+# Start of async tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 33 /gsubprocess/communicate/async/cancelled
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# hello world
+ok 34 /gsubprocess/communicate/async/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 35 /gsubprocess/communicate/async/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 36 /gsubprocess/communicate/async/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# hello world
+ok 37 /gsubprocess/communicate/async/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 38 /gsubprocess/communicate/async/stdout-silence
+# Start of cancelled tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 39 /gsubprocess/communicate/async/cancelled/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 40 /gsubprocess/communicate/async/cancelled/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 41 /gsubprocess/communicate/async/cancelled/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 42 /gsubprocess/communicate/async/cancelled/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 43 /gsubprocess/communicate/async/cancelled/stdout-silence
+# End of cancelled tests
+# End of async tests
+# Start of utf8 tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 44 /gsubprocess/communicate/utf8/cancelled
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 45 /gsubprocess/communicate/utf8/async
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# hello world
+ok 46 /gsubprocess/communicate/utf8/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 47 /gsubprocess/communicate/utf8/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 48 /gsubprocess/communicate/utf8/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# hello world
+ok 49 /gsubprocess/communicate/utf8/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 50 /gsubprocess/communicate/utf8/stdout-silence
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 51 /gsubprocess/communicate/utf8/invalid
+# Start of async tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 52 /gsubprocess/communicate/utf8/async/cancelled
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# hello world
+ok 53 /gsubprocess/communicate/utf8/async/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 54 /gsubprocess/communicate/utf8/async/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 55 /gsubprocess/communicate/utf8/async/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+# hello world
+ok 56 /gsubprocess/communicate/utf8/async/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 57 /gsubprocess/communicate/utf8/async/stdout-silence
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 58 /gsubprocess/communicate/utf8/async/invalid
+# Start of cancelled tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 59 /gsubprocess/communicate/utf8/async/cancelled/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 60 /gsubprocess/communicate/utf8/async/cancelled/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 61 /gsubprocess/communicate/utf8/async/cancelled/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 62 /gsubprocess/communicate/utf8/async/cancelled/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 63 /gsubprocess/communicate/utf8/async/cancelled/stdout-silence
+# End of cancelled tests
+# End of async tests
+# Start of cancelled tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 64 /gsubprocess/communicate/utf8/cancelled/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 65 /gsubprocess/communicate/utf8/cancelled/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 66 /gsubprocess/communicate/utf8/cancelled/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 67 /gsubprocess/communicate/utf8/cancelled/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 68 /gsubprocess/communicate/utf8/cancelled/stdout-silence
+# End of cancelled tests
+# End of utf8 tests
+# Start of cancelled tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 69 /gsubprocess/communicate/cancelled/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 70 /gsubprocess/communicate/cancelled/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 71 /gsubprocess/communicate/cancelled/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 72 /gsubprocess/communicate/cancelled/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 73 /gsubprocess/communicate/cancelled/stdout-silence
+# End of cancelled tests
+# End of communicate tests
+# Start of env tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 74 /gsubprocess/env/inherit
+# End of env tests
+# End of gsubprocess tests
+PASS: glib/gsubprocess.test
+Running test: glib/gdbus-export.test
+# random seed: R02Sb4606df7598955def1c2eeb7d77706b1
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..4
+# Start of gdbus tests
+ok 1 /gdbus/object-registration
+ok 2 /gdbus/object-registration-with-closures
+ok 3 /gdbus/registered-interfaces
+ok 4 /gdbus/async-properties
+# End of gdbus tests
+PASS: glib/gdbus-export.test
+Running test: glib/autoptr.test
+# random seed: R02S7616454e694233eb202c89ae4c225837
+1..4
+# Start of autoptr tests
+ok 1 /autoptr/autoptr
+ok 2 /autoptr/autoptr_steal
+ok 3 /autoptr/autolist
+ok 4 /autoptr/autoslist
+# End of autoptr tests
+PASS: glib/autoptr.test
+Running test: glib/scannerapi.test
+# random seed: R02S1d8caa2fce2ab704de6f01f077da5211
+1..4
+# Start of scanner tests
+ok 1 /scanner/warn
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 2 /scanner/error
+ok 3 /scanner/symbols
+ok 4 /scanner/tokens
+# End of scanner tests
+PASS: glib/scannerapi.test
+Running test: glib/pattern.test
+# random seed: R02S0ac7d15d0dc934bb4591f4b8c05b04c1
+1..75
+# Start of pattern tests
+# Start of compile tests
+ok 1 /pattern/compile/0
+ok 2 /pattern/compile/1
+ok 3 /pattern/compile/2
+ok 4 /pattern/compile/3
+ok 5 /pattern/compile/4
+ok 6 /pattern/compile/5
+ok 7 /pattern/compile/6
+ok 8 /pattern/compile/7
+ok 9 /pattern/compile/8
+ok 10 /pattern/compile/9
+ok 11 /pattern/compile/10
+ok 12 /pattern/compile/11
+ok 13 /pattern/compile/12
+# End of compile tests
+# Start of match tests
+ok 14 /pattern/match/0
+ok 15 /pattern/match/1
+ok 16 /pattern/match/2
+ok 17 /pattern/match/3
+ok 18 /pattern/match/4
+ok 19 /pattern/match/5
+ok 20 /pattern/match/6
+ok 21 /pattern/match/7
+ok 22 /pattern/match/8
+ok 23 /pattern/match/9
+ok 24 /pattern/match/10
+ok 25 /pattern/match/11
+ok 26 /pattern/match/12
+ok 27 /pattern/match/13
+ok 28 /pattern/match/14
+ok 29 /pattern/match/15
+ok 30 /pattern/match/16
+ok 31 /pattern/match/17
+ok 32 /pattern/match/18
+ok 33 /pattern/match/19
+ok 34 /pattern/match/20
+ok 35 /pattern/match/21
+ok 36 /pattern/match/22
+ok 37 /pattern/match/23
+ok 38 /pattern/match/24
+ok 39 /pattern/match/25
+ok 40 /pattern/match/26
+ok 41 /pattern/match/27
+ok 42 /pattern/match/28
+ok 43 /pattern/match/29
+ok 44 /pattern/match/30
+ok 45 /pattern/match/31
+ok 46 /pattern/match/32
+ok 47 /pattern/match/33
+ok 48 /pattern/match/34
+ok 49 /pattern/match/35
+ok 50 /pattern/match/36
+ok 51 /pattern/match/37
+ok 52 /pattern/match/38
+ok 53 /pattern/match/39
+ok 54 /pattern/match/40
+ok 55 /pattern/match/41
+ok 56 /pattern/match/42
+ok 57 /pattern/match/43
+ok 58 /pattern/match/44
+ok 59 /pattern/match/45
+ok 60 /pattern/match/46
+ok 61 /pattern/match/47
+ok 62 /pattern/match/48
+ok 63 /pattern/match/49
+ok 64 /pattern/match/50
+# End of match tests
+# Start of equal tests
+ok 65 /pattern/equal/0
+ok 66 /pattern/equal/1
+ok 67 /pattern/equal/2
+ok 68 /pattern/equal/3
+ok 69 /pattern/equal/4
+ok 70 /pattern/equal/5
+ok 71 /pattern/equal/6
+ok 72 /pattern/equal/7
+ok 73 /pattern/equal/8
+ok 74 /pattern/equal/9
+ok 75 /pattern/equal/10
+# End of equal tests
+# End of pattern tests
+PASS: glib/pattern.test
+Running test: glib/properties.test
+START: /usr/libexec/installed-tests/glib/properties
+.f.e.c.d.b.f.d.c.e.b.f.e.d.c.b.e.c.f.d.b.d.c.e.f.b.f.c.d.b.e.f.c.d.e.b.d.c.f.e.b.d.f.b.e.c.d.f.b.c.e.d.f.e.b.c.f.d.b.e.c.f.d.bExecuting: glib/properties.test
+.e.c.d.f.b.c.e.d.f.b.e.c.f.d.b.e.c.e.f.b.c.d.f.d.b.e.c.d.f.b.c.e.d.b.f.e.c.f.b.d.e.c.d.f.b.e.c.f.d.b.e.c.d.b.f.e.c.f.d.e.b.c.d.f.b.e.c.d.f.e.b.c.d.f.b.e.c.d.f.b.e.c.f.d.e.b.c.d.e.b.c.f.d.f.b.e.c.d.f.b.e.c.d.f.e.b.c.d.f.b.c.e.d.f.b.e.c.d.f.b.e.c.d.b.f.e.c.d.b.f.c.e.d.f.b.e.c.d.f.b.e.c.d.b.f.c.e.d.b.f.c.e.d.b.c.f.e.d.b.f.c.e.d.b.f.c.e.d.f.b.c.e.d.b.f.e.c.d.f.b.c.e.d.b.f.e.c.d.f.b.e.c.d.b.f.e.c.d.b.f.e.c.d.b.f.e.c.d.b.f.e.c.d.b.f.e.c.b.d.f.e.c.d.f.b.e.c.d.f.b.e.c.f.d
+stopping
+stopped
+PASS: glib/properties.test
+Running test: glib/tls-certificate.test
+# random seed: R02S8967b79b190c5cd7ec08598ab83e8153
+1..8
+# Start of tls-certificate tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?
+ok 1 /tls-certificate/pem-parser
+ok 2 /tls-certificate/pem-parser-handles-chain
+ok 3 /tls-certificate/from_file
+ok 4 /tls-certificate/from_files
+ok 5 /tls-certificate/from_files_crlf
+ok 6 /tls-certificate/from_files_pkcs8
+ok 7 /tls-certificate/from_files_pkcs8enc
+ok 8 /tls-certificate/list_from_file
+# End of tls-certificate tests
+PASS: glib/tls-certificate.test
+Running test: glib/type-test.test
+PASS: glib/type-test.test
+Running test: glib/gdbus-auth.test
+# random seed: R02Sba3b6af22ef4c2d42851163d418c32cc
+1..5
+# Start of gdbus tests
+# Start of auth tests
+# Start of client tests
+ok 1 /gdbus/auth/client/EXTERNAL
+ok 2 /gdbus/auth/client/DBUS_COOKIE_SHA1
+# End of client tests
+# Start of server tests
+ok 3 /gdbus/auth/server/ANONYMOUS
+ok 4 /gdbus/auth/server/EXTERNAL
+ok 5 /gdbus/auth/server/DBUS_COOKIE_SHA1
+# End of server tests
+# End of auth tests
+# End of gdbus tests
+PASS: glib/gdbus-auth.test
+Running test: glib/uri.test
+# random seed: R02S7d3a0b7567acd23277a0e4841b84d930
+1..7
+# Start of uri tests
+ok 1 /uri/to-uri
+ok 2 /uri/from-uri
+ok 3 /uri/roundtrip
+ok 4 /uri/list
+ok 5 /uri/unescape
+ok 6 /uri/escape
+ok 7 /uri/scheme
+# End of uri tests
+PASS: glib/uri.test
+Running test: glib/testgdate.test
+checking GDate...
+Locale set to C
+Today is a Monday, 06/24/19
+1 second into the Unix epoch it was a Thursday, in the month of January, 01/01/70
+Our "Julian" epoch begins on a Monday, in the month of January, 01/01/01
+testing 104 years
+ (Break in sequence of requested years to check)
+Checking year 1.................. done
+Checking year 2.................. done
+Checking year 3................... done
+Checking year 4.................. done
+Checking year 5................... done
+Checking year 6.................. done
+Checking year 7.................. done
+Checking year 8................... done
+Checking year 9.................. done
+Checking year 10................... done
+Checking year 11.................. done
+Checking year 12................... done
+Checking year 13.................. done
+Checking year 14.................. done
+ (Break in sequence of requested years to check)
+Checking year 98................... done
+Checking year 99.................. done
+Checking year 100................... done
+Checking year 101.................. done
+Checking year 102.................. done
+Checking year 103................... done
+ (Break in sequence of requested years to check)
+Checking year 397.................. done
+Checking year 398................... done
+Checking year 399.................. done
+Checking year 400................... done
+Checking year 401.................. done
+Checking year 402.................. done
+Checking year 403................... done
+Checking year 404.................. done
+Checking year 405................... done
+Checking year 406.................. done
+ (Break in sequence of requested years to check)
+Checking year 1598.................. done
+Checking year 1599................... done
+Checking year 1600.................. done
+Checking year 1601................... done
+Checking year 1602.................. done
+ (Break in sequence of requested years to check)
+Checking year 1650................... done
+Checking year 1651.................. done
+ (Break in sequence of requested years to check)
+Checking year 1897.................. done
+Checking year 1898................... done
+Checking year 1899.................. done
+Checking year 1900................... done
+Checking year 1901.................. done
+Checking year 1902.................. done
+Checking year 1903................... done
+ (Break in sequence of requested years to check)
+Checking year 1961.................. done
+Checking year 1962................... done
+Checking year 1963.................. done
+Checking year 1964................... done
+Checking year 1965.................. done
+ (Break in sequence of requested years to check)
+Checking year 1967.................. done
+Checking year 1968................... done
+Checking year 1969.................. done
+Checking year 1970................... done
+Checking year 1971.................. done
+Checking year 1972................... done
+Checking year 1973.................. done
+Checking year 1974.................. done
+Checking year 1975................... done
+Checking year 1976.................. done
+Checking year 1977................... done
+Checking year 1978.................. done
+Checking year 1979.................. done
+Checking year 1980................... done
+Checking year 1981.................. done
+Checking year 1982................... done
+Checking year 1983.................. done
+Checking year 1984................... done
+Checking year 1985.................. done
+Checking year 1986.................. done
+Checking year 1987................... done
+Checking year 1988.................. done
+Checking year 1989................... done
+Checking year 1990.................. done
+Checking year 1991................... done
+Checking year 1992.................. done
+Checking year 1993.................. done
+Checking year 1994................... done
+Checking year 1995.................. done
+Checking year 1996................... done
+Checking year 1997.................. done
+Checking year 1998................... done
+Checking year 1999.................. done
+Checking year 2000.................. done
+Checking year 2001................... done
+Checking year 2002.................. done
+Checking year 2003................... done
+Checking year 2004.................. done
+Checking year 2005.................. done
+Checking year 2006................... done
+Checking year 2007.................. done
+Checking year 2008................... done
+Checking year 2009.................. done
+Checking year 2010................... done
+Checking year 2011.................. done
+Checking year 2012.................. done
+ (Break in sequence of requested years to check)
+Checking year 3000................... done
+Checking year 3001.................. done
+Checking year 3002................... done
+ (Break in sequence of requested years to check)
+Checking year 3998.................. done
+Checking year 3999................... done
+Checking year 4000.................. done
+Checking year 4001.................. done
+Checking year 4002................... done
+Checking year 4003.................. done
+
+19156985 tests passed, 0 failed
+PASS: glib/testgdate.test
+Running test: glib/unix-mounts.test
+# random seed: R02Se2d0ebce952ee2fe4c817bba66cfc3d0
+1..2
+# Start of unix-mounts tests
+ok 1 /unix-mounts/is-system-fs-type
+ok 2 /unix-mounts/is-system-device-path
+# End of unix-mounts tests
+PASS: glib/unix-mounts.test
+Running test: glib/inet-address.test
+# random seed: R02S2fe26cf34ac8c7e4e5206fb88ae0576d
+1..11
+# Start of inet-address tests
+ok 1 /inet-address/parse
+ok 2 /inet-address/any
+ok 3 /inet-address/loopback
+ok 4 /inet-address/bytes
+ok 5 /inet-address/property
+# End of inet-address tests
+# Start of socket-address tests
+ok 6 /socket-address/basic
+ok 7 /socket-address/to-string
+# End of socket-address tests
+# Start of address-mask tests
+ok 8 /address-mask/parse
+ok 9 /address-mask/property
+ok 10 /address-mask/equal
+ok 11 /address-mask/match
+# End of address-mask tests
+PASS: glib/inet-address.test
+Running test: glib/autoptr-gio.test
+# random seed: R02Sfaf86cccee5c0e8921596eaeab118b21
+1..1
+# Start of autoptr tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 1 /autoptr/autoptr
+# End of autoptr tests
+PASS: glib/autoptr-gio.test
+Running test: glib/thread-test.test
+Executing: glib/thread-test.test
+Executing: glib/thread-test.test
+Executing: glib/thread-test.test
+Executing: glib/thread-test.test
+PASS: glib/thread-test.test
+Running test: glib/sleepy-stream.test
+# random seed: R02S745db815e10dfea72d7e031507fa67fe
+1..2
+# Start of filter-stream tests
+ok 1 /filter-stream/input
+ok 2 /filter-stream/async
+# End of filter-stream tests
+PASS: glib/sleepy-stream.test
+Running test: glib/gmenumodel.test
+# random seed: R02S6368d76aa0dba4c352483666d9f3d8a2
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..13
+# Start of gmenu tests
+ok 1 /gmenu/equality
+ok 2 /gmenu/random
+ok 3 /gmenu/attributes
+ok 4 /gmenu/links
+ok 5 /gmenu/mutable
+ok 6 /gmenu/convenience
+ok 7 /gmenu/menuitem
+# Start of dbus tests
+Executing: glib/gmenumodel.test
+ok 8 /gmenu/dbus/roundtrip
+ok 9 /gmenu/dbus/subscriptions
+ok 10 /gmenu/dbus/threaded
+# Start of peer tests
+ok 11 /gmenu/dbus/peer/roundtrip
+ok 12 /gmenu/dbus/peer/subscriptions
+# End of peer tests
+# End of dbus tests
+# Start of attributes tests
+ok 13 /gmenu/attributes/iterate
+# End of attributes tests
+# End of gmenu tests
+PASS: glib/gmenumodel.test
+Running test: glib/642026.test
+# random seed: R02S0b16adac86ab4045fa13d0a3cd4241f5
+1..1
+# Start of glib tests
+# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026
+Executing: glib/642026.test
+ok 1 /glib/642026
+# End of glib tests
+PASS: glib/642026.test
+Running test: glib/fileattributematcher.test
+# random seed: R02S406142082b7c3422054ed19cf9882297
+1..3
+# Start of fileattributematcher tests
+ok 1 /fileattributematcher/exact
+ok 2 /fileattributematcher/equality
+ok 3 /fileattributematcher/subtract
+# End of fileattributematcher tests
+PASS: glib/fileattributematcher.test
+Running test: glib/atomic-test.test
+PASS: glib/atomic-test.test
+Running test: glib/socket-listener.test
+# random seed: R02S5273cf5bc88557524c479f468d0b4629
+1..1
+# Start of socket-listener tests
+ok 1 /socket-listener/event-signal
+# End of socket-listener tests
+PASS: glib/socket-listener.test
+Running test: glib/private.test
+# random seed: R02S53dcd9fd71d8f81a18be43bc27aabc12
+1..8
+# Start of thread tests
+ok 1 /thread/private1
+ok 2 /thread/private2
+ok 3 /thread/private3
+ok 4 /thread/staticprivate1
+ok 5 /thread/staticprivate2
+ok 6 /thread/staticprivate3
+Executing: glib/private.test
+ok 7 /thread/staticprivate4
+ok 8 /thread/staticprivate5
+# End of thread tests
+PASS: glib/private.test
+Running test: glib/mem-overflow.test
+# random seed: R02S5bda7f0499e00a8cad23910529559fc5
+1..2
+# Start of mem tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 1 /mem/overflow
+# Bug Reference: http://bugzilla.gnome.org/615379
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 2 /mem/empty-alloc
+# Start of overflow tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of overflow tests
+# Start of empty-alloc tests
+# End of empty-alloc tests
+# End of mem tests
+PASS: glib/mem-overflow.test
+Running test: glib/binding.test
+# random seed: R02Sf85bfeda09f9cafcf303110147f41cf3
+1..13
+# Start of binding tests
+ok 1 /binding/default
+ok 2 /binding/bidirectional
+ok 3 /binding/transform
+ok 4 /binding/transform-default
+ok 5 /binding/transform-closure
+# Bug Reference: http://bugzilla.gnome.org/621782
+ok 6 /binding/chain
+ok 7 /binding/sync-create
+ok 8 /binding/invert-boolean
+ok 9 /binding/same-object
+ok 10 /binding/unbind
+ok 11 /binding/unbind-weak
+# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1373
+ok 12 /binding/unbind-multiple
+ok 13 /binding/fail
+# End of binding tests
+PASS: glib/binding.test
+Running test: glib/spawn-multithreaded.test
+# random seed: R02Sa80c089774c5a121bcf833adb584a079
+1..2
+# Start of gthread tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 1 /gthread/spawn-sync
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 2 /gthread/spawn-async
+# End of gthread tests
+PASS: glib/spawn-multithreaded.test
+Running test: glib/timeout.test
+# random seed: R02S1f704459f90c18b2136a921c65ecd165
+1..4
+# Start of timeout tests
+# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642052
+ok 1 /timeout/seconds
+# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1600
+ok 2 /timeout/weeks-overflow
+ok 3 /timeout/far-future-ready-time
+Executing: glib/timeout.test
+Executing: glib/timeout.test
+Executing: glib/timeout.test
+ok 4 /timeout/rounding
+# End of timeout tests
+PASS: glib/timeout.test
+Running test: glib/testfilemonitor.test
+# random seed: R02S64d6d0bac485525fe1fea7a21dc7ad3b
+1..6
+# Start of monitor tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 1 /monitor/atomic-replace
+ok 2 /monitor/file-changes
+Executing: glib/testfilemonitor.test
+ok 3 /monitor/dir-monitor
+Executing: glib/testfilemonitor.test
+Executing: glib/testfilemonitor.test
+Executing: glib/testfilemonitor.test
+Executing: glib/testfilemonitor.test
+Executing: glib/testfilemonitor.test
+ok 4 /monitor/dir-not-existent
+Executing: glib/testfilemonitor.test
+ok 5 /monitor/cross-dir-moves
+# Start of file tests
+# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=755721
+# Running with hard link tests
+# Event 0 at expected index 7 skipped because it is marked as optional
+# Event 2 at expected index 11 skipped because it is marked as optional
+ok 6 /monitor/file/hard-links
+# End of file tests
+# End of monitor tests
+PASS: glib/testfilemonitor.test
+Running test: glib/task.test
+# random seed: R02Sb3a3467bf771bc02124bcc590961d6d9
+1..28
+# Start of gtask tests
+ok 1 /gtask/basic
+ok 2 /gtask/error
+ok 3 /gtask/return-from-same-iteration
+ok 4 /gtask/return-from-toplevel
+ok 5 /gtask/return-from-anon-thread
+ok 6 /gtask/return-from-wrong-thread
+ok 7 /gtask/no-callback
+ok 8 /gtask/report-error
+ok 9 /gtask/priority
+ok 10 /gtask/name
+# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1608
+ok 11 /gtask/asynchronous-cancellation
+ok 12 /gtask/check-cancellable
+ok 13 /gtask/return-if-cancelled
+ok 14 /gtask/run-in-thread
+ok 15 /gtask/run-in-thread-sync
+ok 16 /gtask/run-in-thread-priority
+ok 17 /gtask/run-in-thread-nested
+ok 18 /gtask/run-in-thread-overflow
+ok 19 /gtask/return-on-cancel
+ok 20 /gtask/return-on-cancel-sync
+ok 21 /gtask/return-on-cancel-atomic
+ok 22 /gtask/return-pointer
+ok 23 /gtask/object-keepalive
+ok 24 /gtask/legacy-error
+# Start of return tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 25 /gtask/return/error-first
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 26 /gtask/return/value-first
+# Start of in-idle tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 27 /gtask/return/in-idle/error-first
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 28 /gtask/return/in-idle/value-first
+# End of in-idle tests
+# End of return tests
+# End of gtask tests
+PASS: glib/task.test
+Running test: glib/asyncqueue.test
+# random seed: R02S2c301a16b37de529b3ecd58c986653ab
+1..6
+# Start of asyncqueue tests
+ok 1 /asyncqueue/sort
+ok 2 /asyncqueue/destroy
+ok 3 /asyncqueue/threads
+Executing: glib/asyncqueue.test
+ok 4 /asyncqueue/timed
+ok 5 /asyncqueue/remove
+ok 6 /asyncqueue/push_front
+# End of asyncqueue tests
+PASS: glib/asyncqueue.test
+Running test: glib/socket-address.test
+# random seed: R02S0843596af6ae99f3897764c221eb0869
+1..2
+# Start of socket tests
+# Start of address tests
+# Start of unix tests
+ok 1 /socket/address/unix/construct
+ok 2 /socket/address/unix/to-string
+# End of unix tests
+# End of address tests
+# End of socket tests
+PASS: glib/socket-address.test
+Running test: glib/dbus-appinfo.test
+# random seed: R02Sbfb168ac30de51350ee99d364ce256ea
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..1
+# Start of appinfo tests
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 1 /appinfo/dbusappinfo
+# End of appinfo tests
+PASS: glib/dbus-appinfo.test
+Running test: glib/simple-proxy.test
+# random seed: R02S1ac70ffc00203e389ec94dcee3125c2d
+1..3
+# Start of static-proxy tests
+ok 1 /static-proxy/uri
+ok 2 /static-proxy/socks
+ok 3 /static-proxy/ignore
+# End of static-proxy tests
+PASS: glib/simple-proxy.test
+Running test: glib/memory-input-stream.test
+# random seed: R02Sdd0dc5bfb9f4ef3e940e6d31981534f3
+1..6
+# Start of memory-input-stream tests
+ok 1 /memory-input-stream/read-chunks
+ok 2 /memory-input-stream/async
+ok 3 /memory-input-stream/seek
+ok 4 /memory-input-stream/truncate
+ok 5 /memory-input-stream/read-bytes
+ok 6 /memory-input-stream/from-bytes
+# End of memory-input-stream tests
+PASS: glib/memory-input-stream.test
+Running test: glib/static-link.test
+Test disabled because GLIB_TEST_COMPILATION is not set in the env.
+If you wish to run this test, set GLIB_TEST_COMPILATION=1 in the env,
+and make sure you have glib build dependencies installed, including
+meson.
+PASS: glib/static-link.test
+SUMMARY: total=250; passed=249; skipped=0; failed=1; user=122.9s; system=29.5s; maxrss=255020
FAIL: glib/resources.test (Child process killed by signal 6)
ERROR: Exit status is 512
-DURATION: 373
+DURATION: 387
END: /usr/lib/glib-2.0/ptest
-2019-06-24T17:14
+2019-06-24T22:50
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:14
+2019-06-24T22:50
BEGIN: /usr/lib/gstreamer1.0/ptest
PASS: gst/gstabi
PASS: gst/gstatomicqueue
@@ -32850,11 +32851,11 @@ PASS: libs/gsttestclock
PASS: libs/transform1
PASS: libs/transform2
PASS: tools/gstinspect
-DURATION: 105
+DURATION: 107
END: /usr/lib/gstreamer1.0/ptest
-2019-06-24T17:15
+2019-06-24T22:52
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:15
+2019-06-24T22:52
BEGIN: /usr/lib/gzip/ptest
make check-TESTS
make[1]: Entering directory '/usr/lib/gzip/ptest/src/tests'
@@ -32894,140 +32895,12 @@ Testsuite summary for gzip 1.10
============================================================================
make[2]: Leaving directory '/usr/lib/gzip/ptest/src/tests'
make[1]: Leaving directory '/usr/lib/gzip/ptest/src/tests'
-DURATION: 3
+DURATION: 4
END: /usr/lib/gzip/ptest
-2019-06-24T17:15
+2019-06-24T22:52
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:15
+2019-06-24T22:52
BEGIN: /usr/lib/json-glib/ptest
-Running test: json-glib-1.0/generator.test
-/generator/empty-array: OK
-/generator/empty-object: OK
-/generator/simple-array: OK
-/generator/nested-array: OK
-/generator/simple-object: OK
-/generator/nested-object: OK
-/generator/decimal-separator: OK
-/generator/double-stays-double: OK
-/generator/pretty: OK
-/generator/string/abc: OK
-/generator/string/a\177xc: OK
-/generator/string/a\033xc: OK
-/generator/string/a\nxc: OK
-/generator/string/a\\xc: OK
-/generator/string/Barney B\303\244r: OK
-PASS: json-glib-1.0/generator.test
-Running test: json-glib-1.0/builder.test
-/builder/complex: OK
-/builder/empty: OK
-/builder/reset: OK
-PASS: json-glib-1.0/builder.test
-Running test: json-glib-1.0/object.test
-/object/empty-object: OK
-/object/add-member: OK
-/object/set-member: OK
-/object/remove-member: OK
-/object/foreach-member: OK
-/object/iter: OK
-/object/empty-member: OK
-PASS: json-glib-1.0/object.test
-Running test: json-glib-1.0/reader.test
-/reader/base-array: OK
-/reader/base-object: OK
-/reader/level: OK
-/reader/null-value: OK
-PASS: json-glib-1.0/reader.test
-Running test: json-glib-1.0/serialize-simple.test
-/serialize/gobject: OK
-PASS: json-glib-1.0/serialize-simple.test
-Running test: json-glib-1.0/parser.test
-/parser/empty-string: OK
-/parser/base-value: OK
-/parser/empty-array: OK
-/parser/simple-array: OK
-/parser/nested-array: OK
-/parser/empty-object: OK
-/parser/simple-object: OK
-/parser/nested-object: OK
-/parser/assignment: OK
-/parser/unicode-escape: OK
-/parser/stream-sync: OK
-/parser/stream-async: OK
-PASS: json-glib-1.0/parser.test
-Running test: json-glib-1.0/array.test
-/array/empty-array: OK
-/array/add-element: OK
-/array/remove-element: OK
-/array/foreach-element: OK
-PASS: json-glib-1.0/array.test
-Running test: json-glib-1.0/boxed.test
-/boxed/serialize-property: OK
-/boxed/deserialize-property: OK
-PASS: json-glib-1.0/boxed.test
-Running test: json-glib-1.0/path.test
-/path/expressions/valid/1: OK
-/path/expressions/valid/2: OK
-/path/expressions/valid/3: OK
-/path/expressions/valid/4: OK
-/path/expressions/valid/5: OK
-/path/expressions/valid/6: OK
-/path/expressions/valid/7: OK
-/path/expressions/valid/8: OK
-/path/expressions/valid/9: OK
-/path/expressions/valid/10: OK
-/path/expressions/valid/11: OK
-/path/expressions/valid/12: OK
-/path/expressions/valid/13: OK
-/path/expressions/invalid/1: OK
-/path/expressions/invalid/2: OK
-/path/expressions/invalid/3: OK
-/path/expressions/invalid/4: OK
-/path/expressions/invalid/5: OK
-/path/expressions/invalid/6: OK
-/path/expressions/invalid/7: OK
-/path/match/1: OK
-/path/match/2: OK
-/path/match/3: OK
-/path/match/4: OK
-/path/match/5: OK
-/path/match/6: OK
-/path/match/7: OK
-/path/match/8: OK
-/path/match/9: OK
-/path/match/10: OK
-/path/match/11: OK
-/path/match/12: OK
-PASS: json-glib-1.0/path.test
-Running test: json-glib-1.0/serialize-complex.test
-/serialize/gobject-boxed: OK
-PASS: json-glib-1.0/serialize-complex.test
-Running test: json-glib-1.0/invalid.test
-/invalid/json/bareword-1: OK
-/invalid/json/bareword-2: OK
-/invalid/json/bareword-3: OK
-/invalid/json/bareword-4: OK
-/invalid/json/bareword-5: OK
-/invalid/json/values-1: OK
-/invalid/json/assignment-1: OK
-/invalid/json/assignment-2: OK
-/invalid/json/assignment-3: OK
-/invalid/json/assignment-4: OK
-/invalid/json/assignment-5: OK
-/invalid/json/array-1: OK
-/invalid/json/array-2: OK
-/invalid/json/array-3: OK
-/invalid/json/object-1: OK
-/invalid/json/object-2: OK
-/invalid/json/object-3: OK
-/invalid/json/object-4: OK
-/invalid/json/object-5: OK
-/invalid/json/object-6: OK
-/invalid/json/object-7: OK
-/invalid/json/missing-comma-1: OK
-/invalid/json/missing-comma-2: OK
-/invalid/json/trailing-comma-1: OK
-/invalid/json/trailing-comma-2: OK
-PASS: json-glib-1.0/invalid.test
Running test: json-glib-1.0/gvariant.test
/gvariant/to-json/boolean: OK
/gvariant/to-json/byte: OK
@@ -33119,9 +32992,52 @@ Running test: json-glib-1.0/gvariant.test
/gvariant/from-json/variant/maybe/null: OK
/gvariant/from-json/variant/variant/array: OK
PASS: json-glib-1.0/gvariant.test
-Running test: json-glib-1.0/serialize-full.test
-/deserialize/json-to-gobject: OK
-PASS: json-glib-1.0/serialize-full.test
+Running test: json-glib-1.0/object.test
+/object/empty-object: OK
+/object/add-member: OK
+/object/set-member: OK
+/object/remove-member: OK
+/object/foreach-member: OK
+/object/iter: OK
+/object/empty-member: OK
+PASS: json-glib-1.0/object.test
+Running test: json-glib-1.0/array.test
+/array/empty-array: OK
+/array/add-element: OK
+/array/remove-element: OK
+/array/foreach-element: OK
+PASS: json-glib-1.0/array.test
+Running test: json-glib-1.0/generator.test
+/generator/empty-array: OK
+/generator/empty-object: OK
+/generator/simple-array: OK
+/generator/nested-array: OK
+/generator/simple-object: OK
+/generator/nested-object: OK
+/generator/decimal-separator: OK
+/generator/double-stays-double: OK
+/generator/pretty: OK
+/generator/string/abc: OK
+/generator/string/a\177xc: OK
+/generator/string/a\033xc: OK
+/generator/string/a\nxc: OK
+/generator/string/a\\xc: OK
+/generator/string/Barney B\303\244r: OK
+PASS: json-glib-1.0/generator.test
+Running test: json-glib-1.0/parser.test
+/parser/empty-string: OK
+/parser/base-value: OK
+/parser/empty-array: OK
+/parser/simple-array: OK
+/parser/nested-array: OK
+/parser/empty-object: OK
+/parser/simple-object: OK
+/parser/nested-object: OK
+/parser/assignment: OK
+/parser/unicode-escape: OK
+/parser/stream-sync: OK
+/parser/stream-async: OK
+PASS: json-glib-1.0/parser.test
Running test: json-glib-1.0/node.test
/nodes/gvalue: OK
/nodes/init/int: OK
@@ -33151,12 +33067,97 @@ Running test: json-glib-1.0/node.test
/nodes/immutable/value: OK
/nodes/immutable/parent: OK
PASS: json-glib-1.0/node.test
-SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.0s; maxrss=5768
-DURATION: 0
+Running test: json-glib-1.0/builder.test
+/builder/complex: OK
+/builder/empty: OK
+/builder/reset: OK
+PASS: json-glib-1.0/builder.test
+Running test: json-glib-1.0/serialize-full.test
+/deserialize/json-to-gobject: OK
+PASS: json-glib-1.0/serialize-full.test
+Running test: json-glib-1.0/invalid.test
+/invalid/json/bareword-1: OK
+/invalid/json/bareword-2: OK
+/invalid/json/bareword-3: OK
+/invalid/json/bareword-4: OK
+/invalid/json/bareword-5: OK
+/invalid/json/values-1: OK
+/invalid/json/assignment-1: OK
+/invalid/json/assignment-2: OK
+/invalid/json/assignment-3: OK
+/invalid/json/assignment-4: OK
+/invalid/json/assignment-5: OK
+/invalid/json/array-1: OK
+/invalid/json/array-2: OK
+/invalid/json/array-3: OK
+/invalid/json/object-1: OK
+/invalid/json/object-2: OK
+/invalid/json/object-3: OK
+/invalid/json/object-4: OK
+/invalid/json/object-5: OK
+/invalid/json/object-6: OK
+/invalid/json/object-7: OK
+/invalid/json/missing-comma-1: OK
+/invalid/json/missing-comma-2: OK
+/invalid/json/trailing-comma-1: OK
+/invalid/json/trailing-comma-2: OK
+PASS: json-glib-1.0/invalid.test
+Running test: json-glib-1.0/reader.test
+/reader/base-array: OK
+/reader/base-object: OK
+/reader/level: OK
+/reader/null-value: OK
+PASS: json-glib-1.0/reader.test
+Running test: json-glib-1.0/serialize-complex.test
+/serialize/gobject-boxed: OK
+PASS: json-glib-1.0/serialize-complex.test
+Running test: json-glib-1.0/boxed.test
+/boxed/serialize-property: OK
+/boxed/deserialize-property: OK
+PASS: json-glib-1.0/boxed.test
+Running test: json-glib-1.0/path.test
+/path/expressions/valid/1: OK
+/path/expressions/valid/2: OK
+/path/expressions/valid/3: OK
+/path/expressions/valid/4: OK
+/path/expressions/valid/5: OK
+/path/expressions/valid/6: OK
+/path/expressions/valid/7: OK
+/path/expressions/valid/8: OK
+/path/expressions/valid/9: OK
+/path/expressions/valid/10: OK
+/path/expressions/valid/11: OK
+/path/expressions/valid/12: OK
+/path/expressions/valid/13: OK
+/path/expressions/invalid/1: OK
+/path/expressions/invalid/2: OK
+/path/expressions/invalid/3: OK
+/path/expressions/invalid/4: OK
+/path/expressions/invalid/5: OK
+/path/expressions/invalid/6: OK
+/path/expressions/invalid/7: OK
+/path/match/1: OK
+/path/match/2: OK
+/path/match/3: OK
+/path/match/4: OK
+/path/match/5: OK
+/path/match/6: OK
+/path/match/7: OK
+/path/match/8: OK
+/path/match/9: OK
+/path/match/10: OK
+/path/match/11: OK
+/path/match/12: OK
+PASS: json-glib-1.0/path.test
+Running test: json-glib-1.0/serialize-simple.test
+/serialize/gobject: OK
+PASS: json-glib-1.0/serialize-simple.test
+SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.0s; maxrss=5628
+DURATION: 1
END: /usr/lib/json-glib/ptest
-2019-06-24T17:15
+2019-06-24T22:52
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:15
+2019-06-24T22:52
BEGIN: /usr/lib/kbd/ptest
make: Entering directory '/usr/lib/kbd/ptest/tests'
make[1]: Entering directory '/usr/lib/kbd/ptest/tests'
@@ -33180,54 +33181,13 @@ Testsuite summary for kbd 2.0.4
============================================================================
make[1]: Leaving directory '/usr/lib/kbd/ptest/tests'
make: Leaving directory '/usr/lib/kbd/ptest/tests'
-DURATION: 1
+DURATION: 0
END: /usr/lib/kbd/ptest
-2019-06-24T17:15
+2019-06-24T22:52
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:15
+2019-06-24T22:52
BEGIN: /usr/lib/libconvert-asn1-perl/ptest
-1..27
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-PASS: t/15extseq
-1..10
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-PASS: t/10choice
-1..25
+1..21
ok 1
ok 2
ok 3
@@ -33249,11 +33209,7 @@ ok 18
ok 19
ok 20
ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-PASS: t/18tagdefault
+PASS: t/14any
1..67
ok 1
ok 2
@@ -33290,27 +33246,27 @@ ok 32
ok 33
ok 34
ok 35
-# INTEGER -4294967296
+# INTEGER 4294967296
ok 36
ok 37
ok 38
ok 39
-# INTEGER 1073741824
+# INTEGER 2147483648
ok 40
ok 41
ok 42
ok 43
-# INTEGER -1073741824
+# INTEGER -4294967296
ok 44
ok 45
ok 46
ok 47
-# INTEGER 2147483648
+# INTEGER 1073741824
ok 48
ok 49
ok 50
ok 51
-# INTEGER 4294967296
+# INTEGER -1073741824
ok 52
ok 53
ok 54
@@ -33320,61 +33276,61 @@ ok 56
ok 57
ok 58
ok 59
-# BCDString 1073741824
+# BCDString -1073741824
ok 60
ok 61
ok 62
ok 63
-# BCDString -1073741824
+# BCDString 1073741824
ok 64
ok 65
ok 66
ok 67
PASS: t/06bigint
-1..26
+1..35
ok 1
ok 2
ok 3
-# t/aj.cer
ok 4
ok 5
ok 6
-# t/aj2.cer
ok 7
ok 8
ok 9
-# t/allianz_root.cer
ok 10
ok 11
ok 12
-# t/dsacert.der
ok 13
ok 14
-# t/new_root_ca.cer
ok 15
ok 16
-# t/pgpextension.der
ok 17
ok 18
ok 19
-# t/subca_2.cer
ok 20
ok 21
ok 22
-# t/telesec_799972029.crt
ok 23
ok 24
-# t/verisign.der
ok 25
ok 26
-PASS: t/x509
+ok 27
+ok 28
+ok 29
+ok 30
+ok 31
+ok 32
+ok 33
+ok 34
+ok 35
+PASS: t/03seqof
1..4
ok 1
ok 2
ok 3
ok 4
-PASS: t/11explicit
-1..13
+PASS: t/09contr
+1..27
ok 1
ok 2
ok 3
@@ -33388,8 +33344,22 @@ ok 10
ok 11
ok 12
ok 13
-PASS: t/08set
-1..12
+ok 14
+ok 15
+ok 16
+ok 17
+ok 18
+ok 19
+ok 20
+ok 21
+ok 22
+ok 23
+ok 24
+ok 25
+ok 26
+ok 27
+PASS: t/15extseq
+1..18
ok 1
ok 2
ok 3
@@ -33402,8 +33372,27 @@ ok 9
ok 10
ok 11
ok 12
-PASS: t/13utf8
-1..18
+ok 13
+ok 14
+ok 15
+ok 16
+ok 17
+ok 18
+PASS: t/12der
+1..11
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+ok 11
+PASS: t/07io
+1..21
ok 1
ok 2
ok 3
@@ -33422,7 +33411,31 @@ ok 15
ok 16
ok 17
ok 18
-PASS: t/12der
+ok 19
+ok 20
+ok 21
+PASS: t/01tag
+1..19
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+ok 11
+ok 12
+ok 13
+ok 14
+ok 15
+ok 16
+ok 17
+ok 18
+ok 19
+PASS: t/17extchoice
1..16
ok 1
ok 2
@@ -33441,7 +33454,7 @@ ok 14
ok 15
ok 16
PASS: t/04opt
-1..35
+1..27
ok 1
ok 2
ok 3
@@ -33469,15 +33482,97 @@ ok 24
ok 25
ok 26
ok 27
-ok 28
-ok 29
-ok 30
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-PASS: t/03seqof
+PASS: t/16extset
+1..26
+ok 1
+ok 2
+ok 3
+# t/aj.cer
+ok 4
+ok 5
+ok 6
+# t/aj2.cer
+ok 7
+ok 8
+ok 9
+# t/allianz_root.cer
+ok 10
+ok 11
+ok 12
+# t/dsacert.der
+ok 13
+ok 14
+# t/new_root_ca.cer
+ok 15
+ok 16
+# t/pgpextension.der
+ok 17
+ok 18
+ok 19
+# t/subca_2.cer
+ok 20
+ok 21
+ok 22
+# t/telesec_799972029.crt
+ok 23
+ok 24
+# t/verisign.der
+ok 25
+ok 26
+PASS: t/x509
+1..12
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+ok 11
+ok 12
+PASS: t/13utf8
+1..18
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+ok 11
+ok 12
+ok 13
+ok 14
+ok 15
+ok 16
+ok 17
+ok 18
+PASS: t/02seq
+1..2
+ok 1
+ok 2
+PASS: t/99misc
+1..4
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/11explicit
+1..7
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+PASS: t/11indef
1..186
ok 1
ok 2
@@ -33521,42 +33616,42 @@ ok 35
ok 36
ok 37
ok 38
-# INTEGER -255
+# INTEGER 6715289
ok 39
ok 40
ok 41
ok 42
-# INTEGER -1073741824
+# INTEGER -255
ok 43
ok 44
ok 45
ok 46
-# INTEGER -128
+# INTEGER 0
ok 47
ok 48
ok 49
ok 50
-# INTEGER 1073741824
+# INTEGER -457
ok 51
ok 52
ok 53
ok 54
-# INTEGER 0
+# INTEGER 1073741824
ok 55
ok 56
ok 57
ok 58
-# INTEGER 6715289
+# INTEGER 128
ok 59
ok 60
ok 61
ok 62
-# INTEGER -457
+# INTEGER -128
ok 63
ok 64
ok 65
ok 66
-# INTEGER 128
+# INTEGER -1073741824
ok 67
ok 68
ok 69
@@ -33565,12 +33660,12 @@ ok 71
ok 72
ok 73
ok 74
-# STRING 'A string'
+# STRING ''
ok 75
ok 76
ok 77
ok 78
-# STRING ''
+# STRING 'A string'
ok 79
ok 80
ok 81
@@ -33585,27 +33680,27 @@ ok 87
ok 88
ok 89
ok 90
-# OBJECT_ID 0.0.17.773.1.1.1
+# OBJECT_ID 2.99999.99
ok 91
ok 92
ok 93
ok 94
-# OBJECT_ID 2.99999.99
+# OBJECT_ID 0.0.17.773.1.1.1
ok 95
ok 96
ok 97
ok 98
-# ENUM 6573456
+# ENUM 0
ok 99
ok 100
ok 101
ok 102
-# ENUM 0
+# ENUM -99
ok 103
ok 104
ok 105
ok 106
-# ENUM -99
+# ENUM 6573456
ok 107
ok 108
ok 109
@@ -33616,45 +33711,45 @@ ok 112
ok 113
ok 114
ok 115
-# BIT STRING 00000000 1
+# BIT STRING 00110011 3
ok 116
ok 117
ok 118
ok 119
ok 120
-# BIT STRING 00110011 3
+# BIT STRING 011011111101110111000000 7
ok 121
ok 122
ok 123
ok 124
ok 125
-# BIT STRING 011011111101110111000000 7
+# BIT STRING 00000000 1
ok 126
ok 127
ok 128
ok 129
ok 130
-# REAL Inf
+# REAL -Inf
ok 131
ok 132
ok 133
ok 134
-# REAL -5.5
+# REAL 1.5
ok 135
ok 136
ok 137
ok 138
-# REAL 0
+# REAL -5.5
ok 139
ok 140
ok 141
ok 142
-# REAL -Inf
+# REAL Inf
ok 143
ok 144
ok 145
ok 146
-# REAL 1.5
+# REAL 0
ok 147
ok 148
ok 149
@@ -33674,7 +33769,7 @@ ok 159
ok 160
ok 161
ok 162
-# BCDString 123456789123456789
+# BCDString 12345678
ok 163
ok 164
ok 165
@@ -33684,7 +33779,7 @@ ok 167
ok 168
ok 169
ok 170
-# BCDString 2.2
+# BCDString 123456789123456789
ok 171
ok 172
ok 173
@@ -33694,18 +33789,18 @@ ok 175
ok 176
ok 177
ok 178
-# BCDString 564
+# BCDString 2.2
ok 179
ok 180
ok 181
ok 182
-# BCDString 12345678
+# BCDString 564
ok 183
ok 184
ok 185
ok 186
PASS: t/00prim
-1..27
+1..24
ok 1
ok 2
ok 3
@@ -33730,38 +33825,8 @@ ok 21
ok 22
ok 23
ok 24
-ok 25
-ok 26
-ok 27
-PASS: t/16extset
-1..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/09contr
-1..19
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-PASS: t/17extchoice
-1..24
+PASS: t/05time
+1..25
ok 1
ok 2
ok 3
@@ -33786,60 +33851,9 @@ ok 21
ok 22
ok 23
ok 24
-PASS: t/05time
-1..7
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-PASS: t/11indef
-1..18
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-PASS: t/02seq
-1..21
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-PASS: t/14any
-1..11
+ok 25
+PASS: t/18tagdefault
+1..10
ok 1
ok 2
ok 3
@@ -33850,13 +33864,8 @@ ok 7
ok 8
ok 9
ok 10
-ok 11
-PASS: t/07io
-1..2
-ok 1
-ok 2
-PASS: t/99misc
-1..21
+PASS: t/10choice
+1..13
ok 1
ok 2
ok 3
@@ -33870,41 +33879,26 @@ ok 10
ok 11
ok 12
ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-PASS: t/01tag
-DURATION: 1
+PASS: t/08set
+DURATION: 2
END: /usr/lib/libconvert-asn1-perl/ptest
-2019-06-24T17:15
+2019-06-24T22:52
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:15
+2019-06-24T22:52
BEGIN: /usr/lib/liberror-perl/ptest
1..1
-ok 1 - Testing that the use base worked.
-PASS: t/04use-base-Error-Simple
+ok 1 - Testing that the excpetion is not trampeled
+PASS: t/07try-in-obj-destructor
+1..2
+ok 1 - Error.pm loaded ok
+ok 2 - Error/Simple.pm loaded ok
+PASS: t/00-compile
1..4
ok 1
ok 2
ok 3
ok 4
PASS: t/01throw
-1..2
-ok 1 - defined( $_[0] ) after throw/except
-ok 2 - $_[0]->isa( "Error::Simple" ) after throw/except
-PASS: t/13except-arg0
-1..4
-readline() on closed filehandle I at t/lib/MyDie.pm line 10.
-ok 1 - Not MyError::Foo
-ok 2 - Testing
-ok 3 - Testing for correct line number
-ok 4 - Testing for correct module
-PASS: t/05text-errors-with-file-handles
1..21
ok 1 - Loaded
ok 2 - Test framework STDERR
@@ -33928,20 +33922,18 @@ ok 19 - Custom warn felloffcode
ok 20 - Custom die STDERR
ok 21 - Custom die felloffcode
PASS: t/08warndie
-1..4
-ok 1 - Error rethrown
-ok 2 - Thrown Error::Simple
-ok 3 - die foobar
-ok 4 - throw Error::Simple
-PASS: t/11rethrow
-1..2
-ok 1 - Error thrown in the catch clause is registered
-ok 2 - Error thrown in the otherwise clause is registered
-PASS: t/10throw-in-catch
1..2
-ok 1 - Error.pm loaded ok
-ok 2 - Error/Simple.pm loaded ok
-PASS: t/00-compile
+ok 1 - defined( $_[0] ) after throw/except
+ok 2 - $_[0]->isa( "Error::Simple" ) after throw/except
+PASS: t/13except-arg0
+1..6
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+PASS: t/02order
1..8
ok 1 - defined( $_[0] ) after throw/catch
ok 2 - defined( $@ ) after throw/catch
@@ -33952,21 +33944,27 @@ ok 6 - defined( $@ ) after throw/otherwise
ok 7 - $_[0]->isa( "Error::Simple" ) after throw/otherwise
ok 8 - $@->isa( "Error::Simple" ) after throw/otherwise
PASS: t/09dollar-at
-1..1
-ok 1 - Testing that the VERSION was not overrided
-PASS: t/14Error-Simple-VERSION
-1..1
-ok 1 - Testing that the excpetion is not trampeled
-PASS: t/07try-in-obj-destructor
1..2
ok 1 - Testing for thrown exception
ok 2 - No Errors caught.
PASS: t/03throw-non-Error
+1..4
+ok 1 - Error rethrown
+ok 2 - Thrown Error::Simple
+ok 3 - die foobar
+ok 4 - throw Error::Simple
+PASS: t/11rethrow
1..3
ok 1 - Error was auto-converted to Error::Simple
ok 2 - Error was auto-converted to MyError::Bar
ok 3 - Text of the error is correct
PASS: t/06customize-text-throw
+1..1
+ok 1 - Testing that the VERSION was not overrided
+PASS: t/14Error-Simple-VERSION
+1..1
+ok 1 - Testing that the use base worked.
+PASS: t/04use-base-Error-Simple
1..2
ok 1 - Checking that eval { ... } is sane
# Error::THROWN = This is caught by eval, not by try. at t/12wrong-error-var.t line 12.
@@ -33976,19 +33974,22 @@ ok 1 - Checking that eval { ... } is sane
ok 2 - Checking that the argument to otherwise is the thrown exception
PASS: t/12wrong-error-var
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/02order
+1..2
+ok 1 - Error thrown in the catch clause is registered
+ok 2 - Error thrown in the otherwise clause is registered
+PASS: t/10throw-in-catch
+1..4
+readline() on closed filehandle I at t/lib/MyDie.pm line 10.
+ok 1 - Not MyError::Foo
+ok 2 - Testing
+ok 3 - Testing for correct line number
+ok 4 - Testing for correct module
+PASS: t/05text-errors-with-file-handles
DURATION: 1
END: /usr/lib/liberror-perl/ptest
-2019-06-24T17:15
+2019-06-24T22:52
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:15
+2019-06-24T22:52
BEGIN: /usr/lib/libevent/ptest
main/methods: [forking] OK
main/version: OK
@@ -34311,152 +34312,314 @@ listener/immediate_close: [forking] OK
2/299 TESTS FAILED. (31 skipped)
write callback. should only see this once
timeout fired, time to end test
-usec used=64, usec passed=1501649, cpu usage=0.00%
+usec used=99, usec passed=1502342, cpu usage=0.01%
closed_cb: detected socket close with success
=====expected
-Now= 1561396665.665070
+Now= 1561416842.687379
Inserted:
- 0x56210daa4910 [fd 3] Write
- 0x56210daa49a0 [fd 4] Read Persist Timeout=T+1
- 0x56210daa4a30 [fd 5] Write Persist Timeout=T+1
- 0x56210daa4ac0 [fd 6] Read Timeout=T+2.5
- 0x56210daa4b50 [fd -1] Timeout=T+1
- 0x56210daa4be0 [fd -1] Timeout=T+1
- 0x56210daa4c70 [fd -1] Timeout=T+1
- 0x56210daa4d00 [fd -1] Persist Timeout=T+2.5
- 0x56210daa4d90 [fd -1] Persist Timeout=T+1
- 0x56210daa4e20 [fd -1] Persist Timeout=T+2.5
- 0x56210daa4fd0 [sig 2] Signal Persist
+ 0x5585861a2910 [fd 3] Write
+ 0x5585861a29a0 [fd 4] Read Persist Timeout=T+1
+ 0x5585861a2a30 [fd 5] Write Persist Timeout=T+1
+ 0x5585861a2ac0 [fd 6] Read Timeout=T+2.5
+ 0x5585861a2b50 [fd -1] Timeout=T+1
+ 0x5585861a2be0 [fd -1] Timeout=T+1
+ 0x5585861a2c70 [fd -1] Timeout=T+1
+ 0x5585861a2d00 [fd -1] Persist Timeout=T+2.5
+ 0x5585861a2d90 [fd -1] Persist Timeout=T+1
+ 0x5585861a2e20 [fd -1] Persist Timeout=T+2.5
+ 0x5585861a2fd0 [sig 2] Signal Persist
Active:
- 0x56210daa4eb0 [fd -1, priority=0] Read active
- 0x56210daa4f40 [fd -1, priority=0] Read Write Timeout active
- 0x56210daa49a0 [fd 4, priority=0] Read active
+ 0x5585861a2eb0 [fd -1, priority=0] Read active
+ 0x5585861a2f40 [fd -1, priority=0] Read Write Timeout active
+ 0x5585861a29a0 [fd 4, priority=0] Read active
======received
Inserted events:
- 0x56210daa4910 [fd 3] Write
- 0x56210daa49a0 [fd 4] Read Persist Timeout=1561396666.665021
- 0x56210daa4a30 [fd 5] Write Persist Timeout=1561396666.665021
- 0x56210daa4ac0 [fd 6] Read Timeout=1561396668.165021
- 0x56210daa42c8 [fd 8] Read Persist Internal
- 0x56210daa4fd0 [sig 2] Signal Persist
- 0x56210daa47d0 [fd -1] Internal Timeout=1561396666.665021
- 0x56210daa4880 [fd -1] Internal Timeout=1561396668.165021
- 0x56210daa4c70 [fd -1] Timeout=1561396666.665021
- 0x56210daa4e20 [fd -1] Persist Timeout=1561396668.165021
- 0x56210daa4b50 [fd -1] Timeout=1561396666.665021
- 0x56210daa4be0 [fd -1] Timeout=1561396666.665021
- 0x56210daa4d90 [fd -1] Persist Timeout=1561396666.665021
- 0x56210daa4d00 [fd -1] Persist Timeout=1561396668.165021
+ 0x5585861a2910 [fd 3] Write
+ 0x5585861a29a0 [fd 4] Read Persist Timeout=1561416843.687304
+ 0x5585861a2a30 [fd 5] Write Persist Timeout=1561416843.687304
+ 0x5585861a2ac0 [fd 6] Read Timeout=1561416845.187304
+ 0x5585861a22c8 [fd 8] Read Persist Internal
+ 0x5585861a2fd0 [sig 2] Signal Persist
+ 0x5585861a27d0 [fd -1] Internal Timeout=1561416843.687304
+ 0x5585861a2880 [fd -1] Internal Timeout=1561416845.187304
+ 0x5585861a2c70 [fd -1] Timeout=1561416843.687304
+ 0x5585861a2e20 [fd -1] Persist Timeout=1561416845.187304
+ 0x5585861a2b50 [fd -1] Timeout=1561416843.687304
+ 0x5585861a2be0 [fd -1] Timeout=1561416843.687304
+ 0x5585861a2d90 [fd -1] Persist Timeout=1561416843.687304
+ 0x5585861a2d00 [fd -1] Persist Timeout=1561416845.187304
Active events:
- 0x56210daa49a0 [fd 4, priority=0] Read active
- 0x56210daa4eb0 [fd -1, priority=0] Read active
- 0x56210daa4f40 [fd -1, priority=0] Read Write Timeout active
+ 0x5585861a29a0 [fd 4, priority=0] Read active
+ 0x5585861a2eb0 [fd -1, priority=0] Read active
+ 0x5585861a2f40 [fd -1, priority=0] Read Write Timeout active
read_cb: read 12
read_cb: read 0 - means EOF
waiting for 30 conns
Average group read bucket level: 0.000000
Average group write bucket level: 0.000000
-1: 8418864.400000 per second
-2: 8418864.400000 per second
-3: 8418864.400000 per second
-4: 8418864.400000 per second
-5: 8418864.400000 per second
-6: 8418864.400000 per second
-7: 8418864.400000 per second
-8: 8418864.400000 per second
-9: 8418864.400000 per second
-10: 8418864.400000 per second
-11: 8418864.400000 per second
-12: 8418864.400000 per second
-13: 8418864.400000 per second
-14: 8418864.400000 per second
-15: 8418864.400000 per second
-16: 8418864.400000 per second
-17: 8418864.400000 per second
-18: 8418864.400000 per second
-19: 8418864.400000 per second
-20: 8418864.400000 per second
-21: 8418864.400000 per second
-22: 8418864.400000 per second
-23: 8418864.400000 per second
-24: 8418864.400000 per second
-25: 8418864.400000 per second
-26: 8418864.400000 per second
-27: 8418864.400000 per second
-28: 8418864.400000 per second
-29: 8418864.400000 per second
-30: 8418864.400000 per second
- total: 252565932.000000 per second
- average: 8418864.400000 per second
- stddev: -nan per second
-208988, 20000
+1: 7606218.000000 per second
+2: 7606218.000000 per second
+3: 7606218.000000 per second
+4: 7606218.000000 per second
+5: 7606218.000000 per second
+6: 7606218.000000 per second
+7: 7606218.000000 per second
+8: 7606218.000000 per second
+9: 7606218.000000 per second
+10: 7606218.000000 per second
+11: 7606218.000000 per second
+12: 7606218.000000 per second
+13: 7606218.000000 per second
+14: 7606218.000000 per second
+15: 7606218.000000 per second
+16: 7606218.000000 per second
+17: 7606218.000000 per second
+18: 7606218.000000 per second
+19: 7606218.000000 per second
+20: 7606218.000000 per second
+21: 7606218.000000 per second
+22: 7606218.000000 per second
+23: 7606218.000000 per second
+24: 7606218.000000 per second
+25: 7606218.000000 per second
+26: 7606218.000000 per second
+27: 7606218.000000 per second
+28: 7606218.000000 per second
+29: 7606218.000000 per second
+30: 7606218.000000 per second
+ total: 228186540.000000 per second
+ average: 7606218.000000 per second
+ stddev: 0.000000 per second
+209006, 20000
write_cb: write 12
write_cb: write -1
FAIL: libevent
DURATION: 117
END: /usr/lib/libevent/ptest
-2019-06-24T17:17
+2019-06-24T22:54
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:17
+2019-06-24T22:54
BEGIN: /usr/lib/libmodule-build-perl/ptest
-1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set
-1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set
-SKIP: t/bundle_inc
-1..3
-ok 1 - An object of class 'Module::Build' isa 'Module::Build'
-ok 2 - dist_name is 'Simple'
-ok 3 - resume added @INC addition to @INC
-PASS: t/resume
-1..9
-ok 1 - runtests ran with expected parameters
-ok 2 - runtests ran with expected parameters
-ok 3 - switches are undef
-ok 4 - switches are undef
-ok 5 - run_test_harness should not produce warning if Test::Harness::[Ss]witches are undef and harness_switches() return empty list
-ok 6 - runtests ran with expected parameters
-ok 7 - runtests ran with expected parameters
-ok 8 - switches are empty string
-ok 9 - switches are empty string
-PASS: t/unit_run_test_harness
-1..18
-ok 1
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-Created META.yml and META.json
-ok 2
+Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291.
+FAIL: t/xs
+1..21
+ok 1 - bindoc_dirs
+ok 2 - libdoc_dirs
+Building Simple
ok 3
-ok 4
-ok 5 - Creating Simple.pm
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '3.14159265'
-Creating README using Pod::Text
-ok 6 - Generating README from .pm
-ok 7 - Extracting AUTHOR from .pm
-ok 8 - Extracting abstract from .pm
-ok 9 - Creating Simple.pm
-ok 10 - Creating Simple.pod
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '3.14159265'
-Creating README using Pod::Text
-ok 11 - Generating README from .pod
-ok 12 - Extracting AUTHOR from .pod
-ok 13 - Extracting abstract from .pod
-ok 14 - Creating Simple.pm
-ok 15 - Creating Simple.pod
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '3.14159265'
-Creating README using Pod::Text
-ok 16 - Generating README from .pod over .pm
-ok 17 - Extracting AUTHOR from .pod over .pm
-ok 18 - Extracting abstract from .pod over .pm
-PASS: t/metadata2
+ok 4 - lib/Simple/NoPod.pm should not contain POD
+ok 5 - lib/Simple/AllPod.pod should contain POD
+ok 6 - Created blib/libdoc/Simple::AllPod.3 manpage
+ok 7 - bin/haspod.pl should contain POD
+ok 8 - Created blib/bindoc/haspod.pl.1 manpage
+ok 9 - bin/nopod.pl should not contain POD
+ok 10 - lib/Simple.pm should contain POD
+ok 11 - Created blib/libdoc/Simple.3 manpage
+Building Simple
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/man/man1/haspod.pl.1
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/html/bin/haspod.html
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/lib/perl5/Simple.pm
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/lib/perl5/Simple/AllPod.pod
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/lib/perl5/Simple/NoPod.pm
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/man/man3/Simple::AllPod.3
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/man/man3/Simple.3
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/html/site/lib/Simple.html
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/html/site/lib/Simple/AllPod.html
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/bin/nopod.pl
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23506/bin/haspod.pl
+ok 12 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test23506/man/man3/Simple::AllPod.3 manpage
+ok 13 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test23506/man/man1/haspod.pl.1 manpage
+ok 14 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test23506/man/man3/Simple.3 manpage
+Cleaning up build files
+Cleaning up configuration files
+ok 15 - override libdoc_dirs
+ok 16
+ok 17
+ok 18
+ok 19 - =item testcover
+#
+# [version 0.26]
+#
+# Runs the C<test> action using C<Devel::Cover>, generating a
+# code-coverage report showing which parts of the code were actually
+# exercised during the tests.
+#
+# To pass options to C<Devel::Cover>, set the C<$DEVEL_COVER_OPTIONS>
+# environment variable:
+#
+# DEVEL_COVER_OPTIONS=-ignore,Build ./Build testcover
+#
+#
+ok 20
+ok 21 - =item disttest
+#
+# [version 0.05]
+#
+# Performs the 'distdir' action, then switches into that directory and runs a
+# C<perl Build.PL>, followed by the 'build' and 'test' actions in that directory.
+# Use PERL_MB_OPT or F<.modulebuildrc> to set options that should be applied
+# during subprocesses
+#
+#
+#
+PASS: t/manifypods
+Can't stat lib: No such file or directory
+ at t/00-compile.t line 8.
+You said to run 0 tests at t/00-compile.t line 10.
+FAIL: t/00-compile
+1..1
+ok 1
+PASS: t/add_property_hash
Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291.
FAIL: t/par
+1..14
+ok 1 - object created
+ok 2 - author
+ok 3 - abstract
+ok 4 - object created
+ok 5 - author
+ok 6 - abstract
+ok 7 - object created
+ok 8 - author
+ok 9 - abstract
+ok 10 - object created
+ok 11 - author
+ok 12 - abstract
+ok 13 - object created
+ok 14 - abstract
+PASS: t/pod_parser
+1..113
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
+ok 1 - An object of class 'Module::Build' isa 'Module::Build::Base'
+ok 2 - install_path() accessor
+ok 3 - returns assigned path
+ok 4 - can read stored path
+ok 5 - can access map
+ok 6 - can delete a path element
+ok 7 - deletes path from map
+ok 8 - install_base_relpaths() accessor
+ok 9 - emits error if path not relative
+ok 10 - returns assigned path
+ok 11 - can read stored path
+ok 12 - can access map
+ok 13 - can delete a path element
+ok 14 - deletes path from map
+ok 15 - prefix_relpaths() accessor
+ok 16 - defaults to 'site'
+ok 17 - emits error if path not relative
+ok 18 - returns assigned path
+ok 19 - can read stored path
+ok 20 - can access map
+ok 21 - can delete a path element
+ok 22 - deletes path from map
+ok 23
+ok 24
+ok 25
+ok 26 - bindoc destination
+ok 27 - binhtml destination
+ok 28 - script destination
+ok 29 - bin destination
+ok 30 - libhtml destination
+ok 31 - libdoc destination
+ok 32 - lib destination
+ok 33 - arch destination
+ok 34
+ok 35 - bindoc destination
+ok 36 - binhtml destination
+ok 37 - script destination
+ok 38 - bin destination
+ok 39 - libhtml destination
+ok 40 - libdoc destination
+ok 41 - lib destination
+ok 42 - arch destination
+ok 43
+ok 44
+ok 45
+ok 46 - script destination
+ok 47 - bin destination
+ok 48 - bindoc destination
+ok 49 - binhtml destination
+ok 50 - arch destination
+ok 51 - lib destination
+ok 52 - libhtml destination
+ok 53 - libdoc destination
+ok 54
+ok 55
+ok 56 - lib prefixed
+ok 57 - suffix correctish (/tmp/MB-8pmoCans/site/lib/perl5/site_perl + some/prefix = some/prefix/lib/perl5/site_perl)
+ok 58 - arch prefixed
+ok 59 - suffix correctish (/tmp/MB-8pmoCans/site/lib/perl5/site_perl/5.30.0/x86_64-linux + some/prefix = some/prefix/lib/perl5/site_perl/5.30.0/x86_64-linux)
+ok 60 - bin prefixed
+ok 61 - suffix correctish (/tmp/MB-8pmoCans/site/bin + some/prefix = some/prefix/bin)
+ok 62 - script prefixed
+ok 63 - suffix correctish (/tmp/MB-8pmoCans/site/bin + some/prefix = some/prefix/bin)
+ok 64 - bindoc prefixed
+ok 65 - suffix correctish (/tmp/MB-8pmoCans/site/man/man1 + some/prefix = some/prefix/man/man1)
+ok 66 - libdoc prefixed
+ok 67 - suffix correctish (/tmp/MB-8pmoCans/site/man/man3 + some/prefix = some/prefix/man/man3)
+ok 68 - binhtml prefixed
+ok 69 - suffix correctish (/tmp/MB-8pmoCans/site/html + some/prefix = some/prefix/html)
+ok 70 - libhtml prefixed
+ok 71 - suffix correctish (/tmp/MB-8pmoCans/site/html + some/prefix = some/prefix/html)
+ok 72
+ok 73 - lib prefixed
+ok 74 # skip 'lib' not configured
+ok 75 - arch prefixed
+ok 76 # skip 'arch' not configured
+ok 77 - bin prefixed
+ok 78 # skip 'bin' not configured
+ok 79 - script prefixed
+ok 80 # skip 'script' not configured
+ok 81 - bindoc prefixed
+ok 82 # skip 'bindoc' not configured
+ok 83 - libdoc prefixed
+ok 84 # skip 'libdoc' not configured
+ok 85 - binhtml prefixed
+ok 86 # skip 'binhtml' not configured
+ok 87 - libhtml prefixed
+ok 88 # skip 'libhtml' not configured
+ok 89
+ok 90 - lib prefixed
+ok 91 - suffix correctish (/foo/bar/lib/perl5/site_perl + another/prefix = another/prefix/lib/perl5/site_perl)
+ok 92 - arch prefixed
+ok 93 - suffix correctish (/foo/bar/lib/perl5/site_perl/5.30.0/x86_64-linux + another/prefix = another/prefix/lib/perl5/site_perl/5.30.0/x86_64-linux)
+ok 94 - bin prefixed
+ok 95 - suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin)
+ok 96 - script prefixed
+ok 97 - suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin)
+ok 98 - bindoc prefixed
+ok 99 - suffix correctish (/foo/bar/man/man1 + another/prefix = another/prefix/man/man1)
+ok 100 - libdoc prefixed
+ok 101 - suffix correctish (/biz/man/man3 + another/prefix = another/prefix/man/man3)
+ok 102 - binhtml prefixed
+ok 103 - suffix correctish (/foo/bar/html + another/prefix = another/prefix/html)
+ok 104 - libhtml prefixed
+ok 105 - suffix correctish (/foo/bar/html + another/prefix = another/prefix/html)
+ok 106 - arch destination
+ok 107 - lib destination
+ok 108 - libdoc destination
+ok 109 - libhtml destination
+ok 110 - bin destination
+ok 111 - script destination
+ok 112 - binhtml destination
+ok 113 - bindoc destination
+ok 74 # skip 'lib' not configured
+ok 76 # skip 'arch' not configured
+ok 78 # skip 'bin' not configured
+ok 80 # skip 'script' not configured
+ok 82 # skip 'bindoc' not configured
+ok 84 # skip 'libdoc' not configured
+ok 86 # skip 'binhtml' not configured
+ok 88 # skip 'libhtml' not configured
+SKIP: t/destinations
1..2
-ok 1 - version_from_file
-ok 2 - compare: 1.0_01 > 1.0
-PASS: t/versions
-1..58
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
+ok 1 - dodged the bullet
+ok 2
+PASS: t/new_from_context
+1..26
ok 1
ok 2
ok 3
@@ -34468,15 +34631,11 @@ ok 8
ok 9
ok 10
ok 11
-Cleaning up build files
-Cleaning up configuration files
ok 12
ok 13
ok 14
ok 15
ok 16
-Cleaning up build files
-Cleaning up configuration files
ok 17
ok 18
ok 19
@@ -34484,107 +34643,107 @@ ok 20
ok 21
ok 22
ok 23
-Cleaning up build files
-Cleaning up configuration files
-Checking whether your kit is complete...
-Looks good
-
-Checking prerequisites...
-Looks good
-
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
ok 24
ok 25
ok 26
-ok 27
-ok 28
-ok 29 - bar
-ok 30 - bat
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-ok 36
-ok 37
-ok 38
-ok 39
-ok 40
-ok 41
-ok 42 - dist_author converted to array if simple string
-ok 43
-ok 44
-ok 45
-ok 46 - Should split shell string into list
-ok 47 - Should split shell string into list
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 48
-ok 49 - Should split shell string into list
-ok 50 - Should split shell string into list
-ok 51
-ok 52 - Should have include dirs
-ok 53
-ok 54 - Should have string include dir
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 55
-ok 56 - Should have include dirs
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 57
-ok 58 - Should have single include dir
-PASS: t/basic
-1..2
+PASS: t/parents
+1..14
Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 1 - dodged the bullet
+Creating new 'Build' script for 'Simple' version '3.14159265'
+ok 1 - saw warning about M::B not in configure_requires
ok 2
-PASS: t/new_from_context
-1..9
-ok 1 - Construct build object with test_file_exts parameter
-ok 2 - Should see first test output
-ok 3 - Should see test success message
-ok 4 - Construct build object with test_file_exts parameter
-ok 5 - Should not see first test output
-ok 6 - Should see test success message
-ok 7 - Construct build object after setting tests to fail
-ok 8 - 'Build test' had non-zero exit code
-ok 9 - Saw emulated Test::Harness die() message
-PASS: t/use_tap_harness
-1..25
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7 - Add M::B to configure_requires
+ok 8 - Test::More was required by ->new
+ok 9
+ok 10 - 'meta-spec' -> 'version' field present in META.yml
+ok 11 - 'meta-spec' -> 'url' field present in META.yml
+ok 12
+ok 13
+ok 14 - Add M::B to configure_requires
+PASS: t/metadata
+1..12
ok 1
-ok 2 - saw expected output from first test
-ok 3 - saw expected output from second test
-ok 4 - we have some test output
-ok 5 - saw expected output from first test
-ok 6 - saw expected output from second test
-ok 7 - expected output from basic.t
-ok 8 - expected output from basic.t
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8 - ./Build distdir --sign 0 does not sign
ok 9
ok 10
ok 11
-ok 12
-ok 13
-ok 14
-ok 15 - saw expected output from first test
-ok 16 - saw expected output from second test
-ok 17 - we have some test output
-ok 18 - saw expected output from first test
-ok 19 - saw expected output from second test
-ok 20 - expected output from basic.t
-ok 21 - expected output from basic.t
-ok 22
-ok 23
-ok 24
-ok 25
-PASS: t/test_types
-1..2
-Building Simple
-ok 1 - Manpage is found at blib/libdoc/Simple::PodWithUtf8.3
-ok 2 - POD should contain special characters
-PASS: t/manifypods_with_utf8
+ok 12 - Build.PL --sign=1 signs
+PASS: t/signature
+1..3
+ok 1 - An object of class 'Module::Build' isa 'Module::Build'
+ok 2 - dist_name is 'Simple'
+ok 3 - resume added @INC addition to @INC
+PASS: t/resume
+1..27
+ok 1 - Create new build object
+ok 2 - Property "foo" should be undef
+ok 3 - Set "foo"
+ok 4 - Now "foo" should have new value
+ok 5 - Property "bar" should be its default
+ok 6 - Set "bar"
+ok 7 - Now "bar" should have new value
+ok 8 - Property "check" should be its default
+ok 9 - Should get an error for an invalid value
+ok 10 - It should be the correct error
+ok 11 - Property "code" should have its code value
+ok 12 - Property "hash" should be default
+ok 13 - Should be able to get key in hash
+ok 14 - Add a key to the hash prop
+ok 15 - New key should be in hash
+ok 16 - Should get exception for assigning invalid hash
+ok 17 - It should be the correct error
+ok 18 - Should get exception for assigning an array for a hash
+ok 19 - It should be the proper error
+ok 20 - Should be able to set hash to undef
+ok 21 - Property "installdirs" should be default
+ok 22 - Set "installdirst" to "core"
+ok 23 - Now "installdirs" should be "core"
+ok 24 - Should have caught exception setting "installdirs" to "perl"
+ok 25 - And it should suggest "core" in the error message
+ok 26 - Should catch exception for invalid "installdirs" value
+ok 27 - And it should suggest the proper values in the error message
+PASS: t/add_property
+1..1
+ok 1
+PASS: t/add_property_array
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'bin-foo' version '0.01'
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+1..8
+PASS: t/script_dist
+1..3
+ok 1 - Construct build object with test_file_exts parameter
+ok 2 - Should see first test output
+ok 3 - Should see second test output
+PASS: t/test_file_exts
+1..9
+ok 1 - runtests ran with expected parameters
+ok 2 - runtests ran with expected parameters
+ok 3 - switches are undef
+ok 4 - switches are undef
+ok 5 - run_test_harness should not produce warning if Test::Harness::[Ss]witches are undef and harness_switches() return empty list
+ok 6 - runtests ran with expected parameters
+ok 7 - runtests ran with expected parameters
+ok 8 - switches are empty string
+ok 9 - switches are empty string
+PASS: t/unit_run_test_harness
1..63
ok 1
ok 2
@@ -34663,119 +34822,16 @@ ok 62 - y_n() with a default
Is this a question []
ok 63 - prompt() with undef() default
PASS: t/extend
-1..16
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13 - API does not expand tildes
-ok 14
-ok 15
-ok 16
-PASS: t/tilde
-1..19
-ok 1 - Default Build.PL
-ok 2 - needs_compiler is false
-ok 3 - ExtUtils::CBuilder is not in build_requires
-ok 4 - Build.PL with c_source
-ok 5 - c_source is set
-ok 6 - needs_compiler is true
-ok 7 - ExtUtils::CBuilder was added to build_requires
-ok 8 - Build.PL with xs files
-ok 9 - needs_compiler is true
-ok 10 - ExtUtils::CBuilder was added to build_requires
-ok 11 - Build.PL with xs files, but needs_compiler => 0
-ok 12 - needs_compiler is false
-ok 13 - ExtUtils::CBuilder is not in build_requires
-ok 14 - Build.PL with xs files, build_requires EU::CB 0.2
-ok 15 - needs_compiler is true
-ok 16 - build_requires for ExtUtils::CBuilder is correct version
-ok 17 - Build.PL while hiding compiler
-ok 18 - hidden compiler resulted in warning message during Build.PL
-ok 19 - hidden compiler resulted in fatal message during Build
-PASS: t/properties/needs_compiler
-1..4
-ok 1 - An object of class 'Module::Build' isa 'Module::Build'
-ok 2 - module_name guessed from dist_name
-ok 3 - An object of class 'Module::Build' isa 'Module::Build'
-ok 4 - module_name guessed from dist_version_from
-PASS: t/properties/module_name
-ok 1 - An object of class 'Module::Build' isa 'Module::Build'
-ok 2 - license 'perl' is valid
-ok 3 - META license will be 'perl'
-ok 4 - META license URL is correct
-ok 5 - An object of class 'Module::Build' isa 'Module::Build'
-ok 6 - license 'VaporWare' is valid
-ok 7 - META license will be 'unrestricted'
-ok 8 - META license URL is correct
-1..8
-PASS: t/properties/license
1..4
-ok 1 - An object of class 'Module::Build' isa 'Module::Build'
-ok 2 - undef prereq converted to 0
-ok 3 - An object of class 'Module::Build' isa 'Module::Build'
-ok 4 - empty string prereq converted to 0
-PASS: t/properties/requires
-1..23
-ok 1 - Created Module::Build object
-ok 2 - default share_dir undef if no 'share' dir exists
-ok 3 - File::ShareDir not added to 'requires'
-ok 4 - Created 'share' directory
-ok 5 - Created 'share/subdir/share' directory
-ok 6 - Created 'share/subdir/whatever' directory
-ok 7 - Created 'other/share' directory
-ok 8 - Default share_dir is undef even if 'share' exists
-ok 9 - File::ShareDir not added to 'requires'
-ok 10 - Scalar share_dir set as dist-type share
-ok 11 - Arrayref share_dir set as dist-type share
-ok 12 - Hashref share_dir w/ scalar dist set as dist-type share
-ok 13 - Hashref share_dir w/ arrayref dist set as dist-type share
-ok 14 - Hashref share_dir w/ both dist and module shares (scalar-form)
-ok 15 - Hashref share_dir w/ both dist and module shares (array-form)
-ok 16 - share_dir filemap for copying to lib complete
-ok 17 - Build ran and blib exists
-ok 18 - blib/lib/auto/share exists
-ok 19 - share_dir files copied to blib
-ok 20 - temp install dir created
-ok 21 - share_dir files correctly installed
-ok 22 # skip needs File::ShareDir 1.00
-ok 23 # skip needs File::ShareDir 1.00
-ok 22 # skip needs File::ShareDir 1.00
-ok 23 # skip needs File::ShareDir 1.00
-SKIP: t/properties/share_dir
-1..2
-ok 1 - An object of class 'Module::Build' isa 'Module::Build'
-ok 2 - dist_suffix set correctly
-PASS: t/properties/dist_suffix
-ok 1 - An object of class 'Module::Build' isa 'Module::Build'
-ok 2 - regular version has release_status 'stable'
-ok 3 - An object of class 'Module::Build' isa 'Module::Build'
-ok 4 - dotted-decimal version has release_status 'stable'
-ok 5 - An object of class 'Module::Build' isa 'Module::Build'
-ok 6 - alpha version has release_status 'testing'
-ok 7 - An object of class 'Module::Build' isa 'Module::Build'
-ok 8 - explicit 'unstable' keeps release_status 'unstable'
-ok 9 - An object of class 'Module::Build' isa 'Module::Build'
-ok 10 - regular version marked 'testing' gets 'TRIAL' suffix
-ok 11 - An object of class 'Module::Build' isa 'Module::Build'
-ok 12 - dotted version marked 'testing' gets 'TRIAL' suffix
-ok 13 - An object of class 'Module::Build' isa 'Module::Build'
-ok 14 - regular version marked 'unstable' gets 'TRIAL' suffix
-ok 15 - Got error message for illegal release_status
-ok 16 - Got error message for illegal 'stable' with alpha version
-ok 17 - An object of class 'Module::Build' isa 'Module::Build'
-ok 18 - non-standard dist_version does not get a suffix
-ok 19 - non-standard dist_version defaults to stable release_status
-1..19
-PASS: t/properties/release_status
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
+ok 1 - runtime prereqs in MYMETA
+ok 2 - test prereqs in MYMETA
+ok 3 - runtime prereqs in META
+ok 4 - test prereqs in META
+PASS: t/test_reqs
+Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291.
+FAIL: t/ppm
1..41
ok 1 - META.yml doesn't exist before Build.PL runs
ok 2 - MYMETA.yml doesn't exist before Build.PL runs
@@ -34821,68 +34877,9 @@ ok 41 - No MANIFEST.SKIP after distclean
ok 36 - MANIFEST.SKIP created for distcheck
ok 41 - No MANIFEST.SKIP after distclean
SKIP: t/mymeta
-1..21
-ok 1 - bindoc_dirs
-ok 2 - libdoc_dirs
-Building Simple
-ok 3
-ok 4 - bin/haspod.pl should contain POD
-ok 5 - Created blib/bindoc/haspod.pl.1 manpage
-ok 6 - bin/nopod.pl should not contain POD
-ok 7 - lib/Simple/NoPod.pm should not contain POD
-ok 8 - lib/Simple.pm should contain POD
-ok 9 - Created blib/libdoc/Simple.3 manpage
-ok 10 - lib/Simple/AllPod.pod should contain POD
-ok 11 - Created blib/libdoc/Simple::AllPod.3 manpage
-Building Simple
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/man/man1/haspod.pl.1
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/html/bin/haspod.html
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/lib/perl5/Simple.pm
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/lib/perl5/Simple/AllPod.pod
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/lib/perl5/Simple/NoPod.pm
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/man/man3/Simple::AllPod.3
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/man/man3/Simple.3
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/html/site/lib/Simple.html
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/html/site/lib/Simple/AllPod.html
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/bin/nopod.pl
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24201/bin/haspod.pl
-ok 12 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test24201/man/man1/haspod.pl.1 manpage
-ok 13 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test24201/man/man3/Simple.3 manpage
-ok 14 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test24201/man/man3/Simple::AllPod.3 manpage
-Cleaning up build files
-Cleaning up configuration files
-ok 15 - override libdoc_dirs
-ok 16
-ok 17
-ok 18
-ok 19 - =item testcover
-#
-# [version 0.26]
-#
-# Runs the C<test> action using C<Devel::Cover>, generating a
-# code-coverage report showing which parts of the code were actually
-# exercised during the tests.
-#
-# To pass options to C<Devel::Cover>, set the C<$DEVEL_COVER_OPTIONS>
-# environment variable:
-#
-# DEVEL_COVER_OPTIONS=-ignore,Build ./Build testcover
-#
-#
-ok 20
-ok 21 - =item disttest
-#
-# [version 0.05]
-#
-# Performs the 'distdir' action, then switches into that directory and runs a
-# C<perl Build.PL>, followed by the 'build' and 'test' actions in that directory.
-# Use PERL_MB_OPT or F<.modulebuildrc> to set options that should be applied
-# during subprocesses
-#
-#
-#
-PASS: t/manifypods
-1..26
+1..11
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
ok 1
ok 2
ok 3
@@ -34892,8 +34889,46 @@ ok 6
ok 7
ok 8
ok 9
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
ok 10
ok 11
+PASS: t/notes
+1..34
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
+ok 1
+Building Simple
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/lib/perl5/site_perl/5.30.0/Simple.pm
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/tmp/MB-K0x2Ptzp/site/man/man3/Simple.3
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/share/doc/perl/html/site/lib/Simple.html
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/bin/script
+ok 2
+ok 3
+ok 4
+ok 5 - /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/lib/perl5/site_perl/5.30.0/x86_64-linux/auto/Simple/.packlist should be written
+Building Simple
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/lib/perl5/5.30.0/Simple.pm
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/tmp/MB-K0x2Ptzp/man/man3/Simple.3
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/share/doc/perl/html/lib/Simple.html
+ok 6
+ok 7
+Building Simple
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/foo/bar/Simple.pm
+ok 8
+ok 9
+Building Simple
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/foo/base/lib/perl5/Simple.pm
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/foo/base/man/man3/Simple.3
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/foo/base/html/lib/Simple.html
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/foo/base/html/site/lib/Simple.html
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/foo/base/bin/script
+ok 10
+ok 11
+Building Simple
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/lib/perl5/site_perl/5.30.0/Simple/ConfigData.pm
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/tmp/MB-K0x2Ptzp/site/man/man3/Simple::ConfigData.3
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/share/doc/perl/html/site/lib/Simple/ConfigData.html
ok 12
ok 13
ok 14
@@ -34902,61 +34937,121 @@ ok 16
ok 17
ok 18
ok 19
+Cleaning up build files
+Cleaning up configuration files
ok 20
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
ok 21
+Building Simple
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/foo/lib/Simple.pm
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/share/man/man3/Simple.3
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/share/doc/perl/html/site/lib/Simple.html
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/usr/bin/script
ok 22
ok 23
+Building Simple
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/bar/man/man3/Simple.3
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/bar/html/site/lib/Simple.html
+Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23800/bar/bin/script
ok 24
-ok 25
+ok 25 - Look for file at /usr/lib/libmodule-build-perl/ptest/t/install_test23800/foo/lib/Simple.pm
+Cleaning up build files
+Cleaning up configuration files
ok 26
-PASS: t/parents
-1..4
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 1 - runtime prereqs in MYMETA
-ok 2 - test prereqs in MYMETA
-ok 3 - runtime prereqs in META
-ok 4 - test prereqs in META
-PASS: t/test_reqs
+ok 27
+ok 28
+ok 29
+ok 30
+ok 31
+ok 32
+ok 33
+ok 34
+PASS: t/install
+1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set
+1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set
+SKIP: t/bundle_inc
+1..23
+ok 1
+ok 2 - MyModuleBuilder->can('ACTION_foo')
+ok 3 - got doc for 'foo'
+ok 4 - got the right doc
+ok 5 - got doc for 'bar'
+ok 6 - got the right doc
+ok 7 - got doc for 'baz'
+ok 8 - got the right doc
+ok 9 - slap
+ok 10 - informative error
+ok 11 - got doc for 'help'
+not ok 12 - got the right doc # TODO Do we allow overrides on just docs?
+# Failed (TODO) test 'got the right doc'
+# at t/help.t line 93.
+# '=item help
+#
+# Does the help thing.
+#
+# You should probably not be seeing this. That is, we haven't
+# overridden the help action, but we're able to override just the
+# docs? That almost seems reasonable, but is probably wrong.
+#
+# =item help
+#
+# [version 0.03]
+#
+# This action will simply print out a message that is meant to help you
+# use the build process. It will show you a list of available build
+# actions too.
+#
+# With an optional argument specifying an action name (e.g. C<Build help
+# test>), the 'help' action will show you any POD documentation it can
+# find for that action.
+#
+# '
+# matches '(?^s:^=\w+ help\n\nDoes the help thing\.)'
+not ok 13 - got doc for 'foo' # TODO Support capitalized Actions section
+# Failed (TODO) test 'got doc for 'foo''
+# at t/help.t line 182.
+not ok 14 - got the right doc # TODO Support capitalized Actions section
+# Failed (TODO) test 'got the right doc'
+# at t/help.t line 183.
+# 'undef'
+# doesn't match '(?^s:^=\w+ foo\n\nDoes the foo thing\.)'
+not ok 15 - got doc for 'bar' # TODO Support capitalized Actions section
+# Failed (TODO) test 'got doc for 'bar''
+# at t/help.t line 182.
+not ok 16 - got the right doc # TODO Support capitalized Actions section
+# Failed (TODO) test 'got the right doc'
+# at t/help.t line 183.
+# 'undef'
+# doesn't match '(?^s:^=\w+ bar\n\nDoes the bar thing\.)'
+ok 17 - got doc for 'foo'
+ok 18 - got the right doc
+ok 19 - got doc for 'bar'
+ok 20 - got the right doc
+ok 21 - got doc for 'baz'
+ok 22 - got the right doc
+ok 23 - nothing after uplevel
+PASS: t/help
+1..1
+ok 1 - found nested ACTION_* debug statements
+PASS: t/debug
+1..9
+ok 1 - Construct build object with test_file_exts parameter
+ok 2 - Should see first test output
+ok 3 - Should see test success message
+ok 4 - Construct build object with test_file_exts parameter
+ok 5 - Should not see first test output
+ok 6 - Should see test success message
+ok 7 - Construct build object after setting tests to fail
+ok 8 - 'Build test' had non-zero exit code
+ok 9 - Saw emulated Test::Harness die() message
+PASS: t/use_tap_harness
1..3
ok 1 - Makefile.PL exit
ok 2
ok 3
PASS: t/compat/exit
-Can't stat lib: No such file or directory
- at t/00-compile.t line 8.
-You said to run 0 tests at t/00-compile.t line 10.
-FAIL: t/00-compile
-1..7
-ok 1 - MANIFEST.SKIP doesn't exist at start
-ok 2 - An object of class 'Module::Build' isa 'Module::Build'
-ok 3 - 'Build manifest_skip' creates MANIFEST.SKIP
-ok 4 - Saw creation message
-ok 5 - Running it again warns about pre-existing MANIFEST.SKIP
-ok 6 - File does not appear modified
-ok 7 - MANIFEST.SKIP still exists after distclean
-ok 1 - MANIFEST.SKIP doesn't exist at start
-ok 3 - 'Build manifest_skip' creates MANIFEST.SKIP
-ok 5 - Running it again warns about pre-existing MANIFEST.SKIP
-ok 7 - MANIFEST.SKIP still exists after distclean
-SKIP: t/actions/manifest_skip
-1..6
-ok 1 - An object of class 'Module::Build' isa 'Module::Build'
-ok 2 - cpan_client is mocked with perl
-ok 3 - ran mocked Build installdeps
-ok 4 - saw File::Spec prereq
-ok 5 - saw Getopt::Long prereq
-ok 6 - Build installdeps with bad cpan_client fails
-PASS: t/actions/installdeps
-1..6
-ok 1 - Built etc/config
-ok 2 - Built shared/data
-ok 3 - Built shared/html
-ok 4 - installed etc/config
-ok 5 - installed shared/data
-ok 6 - installed shared/html
-PASS: t/install_extra_target
-1..12
+1..16
ok 1
ok 2
ok 3
@@ -34964,180 +35059,341 @@ ok 4
ok 5
ok 6
ok 7
-ok 8 - ./Build distdir --sign 0 does not sign
+ok 8
ok 9
ok 10
ok 11
-ok 12 - Build.PL --sign=1 signs
-PASS: t/signature
-1..14
+ok 12
+ok 13 - API does not expand tildes
+ok 14
+ok 15
+ok 16
+PASS: t/tilde
+1..2
+Building Simple
+ok 1 - Manpage is found at blib/libdoc/Simple::PodWithUtf8.3
+ok 2 - POD should contain special characters
+PASS: t/manifypods_with_utf8
+1..29
Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '3.14159265'
-ok 1 - saw warning about M::B not in configure_requires
+Creating new 'Build' script for 'Simple' version '0.01'
+ok 1
ok 2
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
ok 3
ok 4
ok 5
ok 6
-ok 7 - Add M::B to configure_requires
-ok 8 - Test::More was required by ->new
+ok 7
+ok 8
ok 9
-ok 10 - 'meta-spec' -> 'version' field present in META.yml
-ok 11 - 'meta-spec' -> 'url' field present in META.yml
+ok 10
+ok 11
ok 12
ok 13
-ok 14 - Add M::B to configure_requires
-PASS: t/metadata
-1..3
-ok 1 - Construct build object with test_file_exts parameter
-ok 2 - Should see first test output
-ok 3 - Should see second test output
-PASS: t/test_file_exts
-1..113
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 1 - An object of class 'Module::Build' isa 'Module::Build::Base'
-ok 2 - install_path() accessor
-ok 3 - returns assigned path
-ok 4 - can read stored path
-ok 5 - can access map
-ok 6 - can delete a path element
-ok 7 - deletes path from map
-ok 8 - install_base_relpaths() accessor
-ok 9 - emits error if path not relative
-ok 10 - returns assigned path
-ok 11 - can read stored path
-ok 12 - can access map
-ok 13 - can delete a path element
-ok 14 - deletes path from map
-ok 15 - prefix_relpaths() accessor
-ok 16 - defaults to 'site'
-ok 17 - emits error if path not relative
-ok 18 - returns assigned path
-ok 19 - can read stored path
-ok 20 - can access map
-ok 21 - can delete a path element
-ok 22 - deletes path from map
+ok 14
+ok 15
+ok 16
+ok 17 - Check version used to create META.yml: 0.4229 == 0.4229
+Creating Simple-0.01
+Creating Simple-0.01.tar.gz
+ok 18
+ok 19
+ok 20
+ok 21 - should rewrite the shebang line
+Cleaning up build files
+Cleaning up configuration files
+ok 22
ok 23
ok 24
ok 25
-ok 26 - script destination
-ok 27 - bin destination
-ok 28 - lib destination
-ok 29 - bindoc destination
-ok 30 - libdoc destination
-ok 31 - arch destination
-ok 32 - binhtml destination
-ok 33 - libhtml destination
-ok 34
-ok 35 - script destination
-ok 36 - bin destination
-ok 37 - lib destination
-ok 38 - bindoc destination
-ok 39 - libdoc destination
-ok 40 - arch destination
-ok 41 - binhtml destination
-ok 42 - libhtml destination
-ok 43
-ok 44
-ok 45
-ok 46 - script destination
-ok 47 - bin destination
-ok 48 - lib destination
-ok 49 - bindoc destination
-ok 50 - libdoc destination
-ok 51 - arch destination
-ok 52 - binhtml destination
-ok 53 - libhtml destination
-ok 54
-ok 55
-ok 56 - lib prefixed
-ok 57 - suffix correctish (/tmp/MB-w4n_VI1M/site/lib/perl5/site_perl + some/prefix = some/prefix/lib/perl5/site_perl)
-ok 58 - arch prefixed
-ok 59 - suffix correctish (/tmp/MB-w4n_VI1M/site/lib/perl5/site_perl/5.30.0/x86_64-linux + some/prefix = some/prefix/lib/perl5/site_perl/5.30.0/x86_64-linux)
-ok 60 - bin prefixed
-ok 61 - suffix correctish (/tmp/MB-w4n_VI1M/site/bin + some/prefix = some/prefix/bin)
-ok 62 - script prefixed
-ok 63 - suffix correctish (/tmp/MB-w4n_VI1M/site/bin + some/prefix = some/prefix/bin)
-ok 64 - bindoc prefixed
-ok 65 - suffix correctish (/tmp/MB-w4n_VI1M/site/man/man1 + some/prefix = some/prefix/man/man1)
-ok 66 - libdoc prefixed
-ok 67 - suffix correctish (/tmp/MB-w4n_VI1M/site/man/man3 + some/prefix = some/prefix/man/man3)
-ok 68 - binhtml prefixed
-ok 69 - suffix correctish (/tmp/MB-w4n_VI1M/site/html + some/prefix = some/prefix/html)
-ok 70 - libhtml prefixed
-ok 71 - suffix correctish (/tmp/MB-w4n_VI1M/site/html + some/prefix = some/prefix/html)
-ok 72
-ok 73 - lib prefixed
-ok 74 # skip 'lib' not configured
-ok 75 - arch prefixed
-ok 76 # skip 'arch' not configured
-ok 77 - bin prefixed
-ok 78 # skip 'bin' not configured
-ok 79 - script prefixed
-ok 80 # skip 'script' not configured
-ok 81 - bindoc prefixed
-ok 82 # skip 'bindoc' not configured
-ok 83 - libdoc prefixed
-ok 84 # skip 'libdoc' not configured
-ok 85 - binhtml prefixed
-ok 86 # skip 'binhtml' not configured
-ok 87 - libhtml prefixed
-ok 88 # skip 'libhtml' not configured
-ok 89
-ok 90 - lib prefixed
-ok 91 - suffix correctish (/foo/bar/lib/perl5/site_perl + another/prefix = another/prefix/lib/perl5/site_perl)
-ok 92 - arch prefixed
-ok 93 - suffix correctish (/foo/bar/lib/perl5/site_perl/5.30.0/x86_64-linux + another/prefix = another/prefix/lib/perl5/site_perl/5.30.0/x86_64-linux)
-ok 94 - bin prefixed
-ok 95 - suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin)
-ok 96 - script prefixed
-ok 97 - suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin)
-ok 98 - bindoc prefixed
-ok 99 - suffix correctish (/foo/bar/man/man1 + another/prefix = another/prefix/man/man1)
-ok 100 - libdoc prefixed
-ok 101 - suffix correctish (/foo/bar/man/man3 + another/prefix = another/prefix/man/man3)
-ok 102 - binhtml prefixed
-ok 103 - suffix correctish (/biz/html + another/prefix = another/prefix/html)
-ok 104 - libhtml prefixed
-ok 105 - suffix correctish (/html + another/prefix = another/prefix/html)
-ok 106 - script destination
-ok 107 - lib destination
-ok 108 - bin destination
-ok 109 - libdoc destination
-ok 110 - bindoc destination
-ok 111 - arch destination
-ok 112 - libhtml destination
-ok 113 - binhtml destination
-ok 74 # skip 'lib' not configured
-ok 76 # skip 'arch' not configured
-ok 78 # skip 'bin' not configured
-ok 80 # skip 'script' not configured
-ok 82 # skip 'bindoc' not configured
-ok 84 # skip 'libdoc' not configured
-ok 86 # skip 'binhtml' not configured
-ok 88 # skip 'libhtml' not configured
-SKIP: t/destinations
-1..1
+ok 26 # skip Windows-only test
+ok 27 # skip Windows-only test
+ok 28 # skip Windows-only test
+ok 29 # skip Windows-only test
+ok 26 # skip Windows-only test
+ok 27 # skip Windows-only test
+ok 28 # skip Windows-only test
+ok 29 # skip Windows-only test
+SKIP: t/runthrough
+ok 1 - Module::Build->new_from_context
+ok 2 - small Makefile.PL created
+ok 3 - Makefile.PL does not require a perl version
+ok 4 - Makefile.PL ran without error
+ok 5 - Makefile exists
+ok 6 - (skipping cleanup)
+ok 7 - Makefile has correct PREREQ_PM line
+ok 8 - make ran without error
+ok 9 - make test ran without error
+ok 10 - make test output indicated success
+ok 11 - make realclean ran without error
+ok 12 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
+ok 13 - Makefile exists
+ok 14 - Makefile cleaned up with realclean
+ok 15 - Makefile.PL ran without error
+ok 16 - Makefile exists
+ok 17 - Makefile cleaned up with distclean
+ok 18 - cleaned up Makefile
+ok 19 - Module::Build->new_from_context
+ok 20 - passthrough Makefile.PL created
+ok 21 - Makefile.PL does not require a perl version
+ok 22 - Makefile.PL ran without error
+ok 23 - Makefile exists
+ok 24 - (skipping cleanup)
+ok 25 - Makefile has correct PREREQ_PM line
+ok 26 - make ran without error
+ok 27 - make test ran without error
+ok 28 - make test output indicated success
+ok 29 - make realclean ran without error
+ok 30 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
+ok 31 - Makefile exists
+ok 32 - Makefile cleaned up with realclean
+ok 33 - Makefile.PL ran without error
+ok 34 - Makefile exists
+ok 35 - Makefile cleaned up with distclean
+ok 36 - cleaned up Makefile
+ok 37 - Module::Build->new_from_context
+ok 38 - traditional Makefile.PL created
+ok 39 - Makefile.PL does not require a perl version
+ok 40 - Makefile.PL ran without error
+ok 41 - Makefile exists
+ok 42 - (skipping cleanup)
+ok 43 - Makefile has correct PREREQ_PM line
+ok 44 - Found WriteMakefile arguments
+ok 45 - Makefile.PL has correct PL_FILES line
+not ok 46 - make ran without error
+# Failed test 'make ran without error'
+# at t/compat.t line 417.
+not ok 47 - make test ran without error
+# Failed test 'make test ran without error'
+# at t/compat.t line 427.
+not ok 48 - make test output indicated success
+# Failed test 'make test output indicated success'
+# at t/compat.t line 428.
+# 'MAKE: *** NO RULE TO MAKE TARGET '/USR/LIB/PERL5/5.30.0/X86_64-LINUX/CONFIG.PM', NEEDED BY 'MAKEFILE'. STOP.
+# '
+# doesn't match '(?^:DONE\.|SUCCESS)'
+not ok 49 - make realclean ran without error
+# Failed test 'make realclean ran without error'
+# at t/compat.t line 433.
+ok 50 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
+ok 51 - Makefile exists
+not ok 52 - Makefile cleaned up with realclean
+# Failed test 'Makefile cleaned up with realclean'
+# at t/compat.t line 467.
+ok 53 - Makefile.PL ran without error
+ok 54 - Makefile exists
+not ok 55 - Makefile cleaned up with distclean
+# Failed test 'Makefile cleaned up with distclean'
+# at t/compat.t line 467.
+ok 56 - cleaned up Makefile
+ok 57 - Module::Build->new_from_context
+ok 58 - small Makefile.PL created
+ok 59 - Makefile.PL has 'require 5.030000;'
+ok 60 - Makefile.PL ran without error
+ok 61 - Makefile exists
+ok 62 - (skipping cleanup)
+ok 63 - Makefile has correct PREREQ_PM line
+ok 64 - make ran without error
+ok 65 - PL_files generated - foo
+ok 66 - make test ran without error
+ok 67 - make test output indicated success
+ok 68 - make realclean ran without error
+ok 69 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
+ok 70 - Makefile exists
+ok 71 - Makefile cleaned up with realclean
+ok 72 - Makefile.PL ran without error
+ok 73 - Makefile exists
+ok 74 - Makefile cleaned up with distclean
+ok 75 - cleaned up Makefile
+ok 76 - Module::Build->new_from_context
+ok 77 - passthrough Makefile.PL created
+ok 78 - Makefile.PL has 'require 5.030000;'
+ok 79 - Makefile.PL ran without error
+ok 80 - Makefile exists
+ok 81 - (skipping cleanup)
+ok 82 - Makefile has correct PREREQ_PM line
+ok 83 - make ran without error
+ok 84 - PL_files generated - foo
+ok 85 - make test ran without error
+ok 86 - make test output indicated success
+ok 87 - make realclean ran without error
+ok 88 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
+ok 89 - Makefile exists
+ok 90 - Makefile cleaned up with realclean
+ok 91 - Makefile.PL ran without error
+ok 92 - Makefile exists
+ok 93 - Makefile cleaned up with distclean
+ok 94 - cleaned up Makefile
+ok 95 - Module::Build->new_from_context
+ok 96 - traditional Makefile.PL created
+ok 97 - Makefile.PL has 'require 5.030000;'
+ok 98 - Makefile.PL ran without error
+ok 99 - Makefile exists
+ok 100 - (skipping cleanup)
+ok 101 - Makefile has correct PREREQ_PM line
+ok 102 - Found WriteMakefile arguments
+ok 103 - Makefile.PL has correct PL_FILES line
+not ok 104 - make ran without error
+# Failed test 'make ran without error'
+# at t/compat.t line 417.
+not ok 105 - PL_files generated - foo
+# Failed test 'PL_files generated - foo'
+# at t/compat.t line 420.
+not ok 106 - make test ran without error
+# Failed test 'make test ran without error'
+# at t/compat.t line 427.
+not ok 107 - make test output indicated success
+# Failed test 'make test output indicated success'
+# at t/compat.t line 428.
+# 'MAKE: *** NO RULE TO MAKE TARGET '/USR/LIB/PERL5/5.30.0/X86_64-LINUX/CONFIG.PM', NEEDED BY 'MAKEFILE'. STOP.
+# '
+# doesn't match '(?^:DONE\.|SUCCESS)'
+not ok 108 - make realclean ran without error
+# Failed test 'make realclean ran without error'
+# at t/compat.t line 433.
+ok 109 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
+ok 110 - Makefile exists
+not ok 111 - Makefile cleaned up with realclean
+# Failed test 'Makefile cleaned up with realclean'
+# at t/compat.t line 467.
+ok 112 - Makefile.PL ran without error
+ok 113 - Makefile exists
+not ok 114 - Makefile cleaned up with distclean
+# Failed test 'Makefile cleaned up with distclean'
+# at t/compat.t line 467.
+ok 115 - cleaned up Makefile
+ok 116 - Module::Build->new_from_context
+ok 117 - fake_makefile lived
+ok 118 - found 'realclean' in fake_makefile output
+ok 119 - saw warning about 'build_class'
+ok 120 - passthrough Makefile.PL created
+ok 121 - Makefile.PL failed
+ok 122 - custom builder wasn't found
+ok 123 - small Makefile.PL created
+ok 124 - Makefile.PL failed
+ok 125 - custom builder wasn't found
+ok 126 - passthrough Makefile.PL created
+ok 127 - Makefile.PL ran without error
+ok 128 - small Makefile.PL created
+ok 129 - Makefile.PL ran without error
+ok 130 - passthrough Makefile.PL created
+ok 131 - passthrough Makefile.PL ran with arguments
+ok 132 - Build.PL generated
+ok 133 - installdirs is core
+ok 134 - tests set for verbose
+ok 135 - custom libdir
+ok 136 - PERL_POLLUTE set
+ok 137 - make test ran without error
+ok 138 - Should be verbose
+ok 139 - make test without verbose ran ok
+ok 140 - Should be non-verbose
+ok 141 - fakeinstall INSTALLDIRS=vendor ran ok
+ok 142 - Saw destination directory for INSTALLDIRS=vendor
+ok 143 - fakeinstall PREFIX=$libdir2 ran ok
+ok 144 - Saw destination directory for PREFIX=$libdir2
+ok 145 - fakeinstall PREFIX=$libdir2 LIB=mylib ran ok
+ok 146 - Saw destination directory for PREFIX=$libdir2 LIB=mylib
+ok 147 - Makefile shouldn't exist
+ok 148 - Makefile.PL cleaned up
+ok 149 - passthrough Makefile.PL created
+ok 150 - install_base set
+ok 151 - Tildes should be expanded
+ok 152 - Makefile shouldn't exist
+ok 153 - Makefile.PL cleaned up
+ok 154 - traditional Makefile.PL created
+ok 155 - Found WriteMakefile arguments
+ok 156 - Makefile.PL has correct TESTS line for recursive test files
+ok 157 - Makefile.PL cleaned up
+ok 158 - Makefile.PL created
+ok 159 - Correctly complains and converts dotted-decimal
+ok 160 - Properly converted dotted-decimal
+ok 161 - Makefile.PL cleaned up
+ok 162 - Makefile.PL doesn't exist before we start
+ok 163 - Correctly dies when it encounters invalid prereq
+ok 164 - Makefile.PL NOT created
+ok 165 - Makefile.PL cleaned up
+1..165
+# Looks like you failed 13 tests of 165.
+FAIL: t/compat
+1..7
ok 1
-PASS: t/add_property_hash
-1..11
+t/special_ext.st .. ok
+All tests successful.
+Files=1, Tests=2, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.06 cusr 0.01 csys = 0.09 CPU)
+Result: PASS
+ok 2 - called once
+ok 3
+ok 4
+ok 5 - called again
+ok 6
+ok 7 - called a third time
+PASS: t/test_type
+1..8
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
+Building Simple
+Installing test_install/lib/perl5/Simple.pm
+Installing test_install/lib/perl5/Bar.pm
+Installing test_install/man/man3/Simple.3
+Installing test_install/html/site/lib/Simple.html
+Installing test_install/bin/foo
+ok 1 - Generated PL_files installed from bin
+ok 2 - and from lib
+ok 3 - PL_files not installed from bin
+ok 4 - nor from lib
+ok 5 - Generated bin contains correct content
+ok 6 - so does the lib
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
+ok 7 - special PL file ran
+ok 8 - generated special file not added to cleanup
+PASS: t/PL_files
+1..4
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Simple' version '0.01'
ok 1
ok 2
ok 3
ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
+PASS: t/files
+1..2
+ok 1 - version_from_file
+ok 2 - compare: 1.0_01 > 1.0
+PASS: t/versions
+1..18
+ok 1
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Simple' version '0.01'
-ok 10
-ok 11
-PASS: t/notes
+Created META.yml and META.json
+ok 2
+ok 3
+ok 4
+ok 5 - Creating Simple.pm
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '3.14159265'
+Creating README using Pod::Text
+ok 6 - Generating README from .pm
+ok 7 - Extracting AUTHOR from .pm
+ok 8 - Extracting abstract from .pm
+ok 9 - Creating Simple.pm
+ok 10 - Creating Simple.pod
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '3.14159265'
+Creating README using Pod::Text
+ok 11 - Generating README from .pod
+ok 12 - Extracting AUTHOR from .pod
+ok 13 - Extracting abstract from .pod
+ok 14 - Creating Simple.pm
+ok 15 - Creating Simple.pod
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '3.14159265'
+Creating README using Pod::Text
+ok 16 - Generating README from .pod over .pm
+ok 17 - Extracting AUTHOR from .pod over .pm
+ok 18 - Extracting abstract from .pod over .pm
+PASS: t/metadata2
1..225
ok 1 - Split using Module::Build
ok 2 - Split using Module::Build
@@ -35368,32 +35624,35 @@ ok 223 - backticks round trip for {a\\}
ok 224 - backticks round trip for {a\"}
ok 225
PASS: t/ext
+1..6
+ok 1 - An object of class 'Module::Build' isa 'Module::Build'
+ok 2 - cpan_client is mocked with perl
+ok 3 - ran mocked Build installdeps
+ok 4 - saw File::Spec prereq
+ok 5 - saw Getopt::Long prereq
+ok 6 - Build installdeps with bad cpan_client fails
+PASS: t/actions/installdeps
+1..7
+ok 1 - MANIFEST.SKIP doesn't exist at start
+ok 2 - An object of class 'Module::Build' isa 'Module::Build'
+ok 3 - 'Build manifest_skip' creates MANIFEST.SKIP
+ok 4 - Saw creation message
+ok 5 - Running it again warns about pre-existing MANIFEST.SKIP
+ok 6 - File does not appear modified
+ok 7 - MANIFEST.SKIP still exists after distclean
+ok 1 - MANIFEST.SKIP doesn't exist at start
+ok 3 - 'Build manifest_skip' creates MANIFEST.SKIP
+ok 5 - Running it again warns about pre-existing MANIFEST.SKIP
+ok 7 - MANIFEST.SKIP still exists after distclean
+SKIP: t/actions/manifest_skip
+ok 1 - Default maniskip written
+ok 2 - default MANIFEST.SKIP used
+ok 3 - Module::Build specific entries
+ok 4 - distribution tarball entry
1..4
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/files
-Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291.
-FAIL: t/ppm
-1..14
-ok 1 - object created
-ok 2 - author
-ok 3 - abstract
-ok 4 - object created
-ok 5 - author
-ok 6 - abstract
-ok 7 - object created
-ok 8 - author
-ok 9 - abstract
-ok 10 - object created
-ok 11 - author
-ok 12 - abstract
-ok 13 - object created
-ok 14 - abstract
-PASS: t/pod_parser
+ok 1 - Default maniskip written
+ok 2 - default MANIFEST.SKIP used
+SKIP: t/write_default_maniskip
1..8
ok 1 - An object of class 'Module::Build' isa 'Module::Build'
ok 2 - dist_name is 'Simple'
@@ -35418,11 +35677,7 @@ ok 6 - PERL_MB_OPT set verbose in Build.PL
ok 7 - PERL_MB_OPT cleared
ok 8 - recursive tests run via Build object
PASS: t/perl_mb_opt
-1..1
-ok 1
-PASS: t/add_property_array
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'bin-foo' version '0.01'
+1..58
ok 1
ok 2
ok 3
@@ -35431,470 +35686,216 @@ ok 5
ok 6
ok 7
ok 8
-1..8
-PASS: t/script_dist
-1..29
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 1
-ok 2
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
ok 9
ok 10
ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17 - Check version used to create META.yml: 0.4229 == 0.4229
-Creating Simple-0.01
-Creating Simple-0.01.tar.gz
-ok 18
-ok 19
-ok 20
-ok 21 - should rewrite the shebang line
Cleaning up build files
Cleaning up configuration files
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26 # skip Windows-only test
-ok 27 # skip Windows-only test
-ok 28 # skip Windows-only test
-ok 29 # skip Windows-only test
-ok 26 # skip Windows-only test
-ok 27 # skip Windows-only test
-ok 28 # skip Windows-only test
-ok 29 # skip Windows-only test
-SKIP: t/runthrough
-ok 1 - Default maniskip written
-ok 2 - default MANIFEST.SKIP used
-ok 3 - Module::Build specific entries
-ok 4 - distribution tarball entry
-1..4
-ok 1 - Default maniskip written
-ok 2 - default MANIFEST.SKIP used
-SKIP: t/write_default_maniskip
-1..34
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
-ok 1
-Building Simple
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/lib/perl5/site_perl/5.30.0/Simple.pm
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/tmp/MB-3Nzxrvyg/site/man/man3/Simple.3
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/share/doc/perl/html/site/lib/Simple.html
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/bin/script
-ok 2
-ok 3
-ok 4
-ok 5 - /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/lib/perl5/site_perl/5.30.0/x86_64-linux/auto/Simple/.packlist should be written
-Building Simple
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/lib/perl5/5.30.0/Simple.pm
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/tmp/MB-3Nzxrvyg/man/man3/Simple.3
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/share/doc/perl/html/lib/Simple.html
-ok 6
-ok 7
-Building Simple
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/foo/bar/Simple.pm
-ok 8
-ok 9
-Building Simple
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/foo/base/lib/perl5/Simple.pm
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/foo/base/man/man3/Simple.3
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/foo/base/html/lib/Simple.html
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/foo/base/html/site/lib/Simple.html
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/foo/base/bin/script
-ok 10
-ok 11
-Building Simple
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/lib/perl5/site_perl/5.30.0/Simple/ConfigData.pm
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/tmp/MB-3Nzxrvyg/site/man/man3/Simple::ConfigData.3
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/share/doc/perl/html/site/lib/Simple/ConfigData.html
ok 12
ok 13
ok 14
ok 15
ok 16
+Cleaning up build files
+Cleaning up configuration files
ok 17
ok 18
ok 19
-Cleaning up build files
-Cleaning up configuration files
ok 20
-Created MYMETA.yml and MYMETA.json
-Creating new 'Build' script for 'Simple' version '0.01'
ok 21
-Building Simple
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/foo/lib/Simple.pm
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/share/man/man3/Simple.3
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/share/doc/perl/html/site/lib/Simple.html
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/usr/bin/script
ok 22
ok 23
-Building Simple
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/bar/man/man3/Simple.3
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/bar/html/site/lib/Simple.html
-Installing /usr/lib/libmodule-build-perl/ptest/t/install_test24681/bar/bin/script
-ok 24
-ok 25 - Look for file at /usr/lib/libmodule-build-perl/ptest/t/install_test24681/foo/lib/Simple.pm
Cleaning up build files
Cleaning up configuration files
+Checking whether your kit is complete...
+Looks good
+
+Checking prerequisites...
+Looks good
+
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
+ok 24
+ok 25
ok 26
ok 27
ok 28
-ok 29
-ok 30
+ok 29 - bar
+ok 30 - bat
ok 31
ok 32
ok 33
ok 34
-PASS: t/install
-1..8
+ok 35
+ok 36
+ok 37
+ok 38
+ok 39
+ok 40
+ok 41
+ok 42 - dist_author converted to array if simple string
+ok 43
+ok 44
+ok 45
+ok 46 - Should split shell string into list
+ok 47 - Should split shell string into list
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Simple' version '0.01'
-Building Simple
-Installing test_install/lib/perl5/Simple.pm
-Installing test_install/lib/perl5/Bar.pm
-Installing test_install/man/man3/Simple.3
-Installing test_install/html/site/lib/Simple.html
-Installing test_install/bin/foo
-ok 1 - Generated PL_files installed from bin
-ok 2 - and from lib
-ok 3 - PL_files not installed from bin
-ok 4 - nor from lib
-ok 5 - Generated bin contains correct content
-ok 6 - so does the lib
+ok 48
+ok 49 - Should split shell string into list
+ok 50 - Should split shell string into list
+ok 51
+ok 52 - Should have include dirs
+ok 53
+ok 54 - Should have string include dir
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Simple' version '0.01'
-ok 7 - special PL file ran
-ok 8 - generated special file not added to cleanup
-PASS: t/PL_files
-ok 1 - Module::Build->new_from_context
-ok 2 - small Makefile.PL created
-ok 3 - Makefile.PL does not require a perl version
-ok 4 - Makefile.PL ran without error
-ok 5 - Makefile exists
-ok 6 - (skipping cleanup)
-ok 7 - Makefile has correct PREREQ_PM line
-ok 8 - make ran without error
-ok 9 - make test ran without error
-ok 10 - make test output indicated success
-ok 11 - make realclean ran without error
-ok 12 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
-ok 13 - Makefile exists
-ok 14 - Makefile cleaned up with realclean
-ok 15 - Makefile.PL ran without error
-ok 16 - Makefile exists
-ok 17 - Makefile cleaned up with distclean
-ok 18 - cleaned up Makefile
-ok 19 - Module::Build->new_from_context
-ok 20 - passthrough Makefile.PL created
-ok 21 - Makefile.PL does not require a perl version
-ok 22 - Makefile.PL ran without error
-ok 23 - Makefile exists
-ok 24 - (skipping cleanup)
-ok 25 - Makefile has correct PREREQ_PM line
-ok 26 - make ran without error
-ok 27 - make test ran without error
-ok 28 - make test output indicated success
-ok 29 - make realclean ran without error
-ok 30 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
-ok 31 - Makefile exists
-ok 32 - Makefile cleaned up with realclean
-ok 33 - Makefile.PL ran without error
-ok 34 - Makefile exists
-ok 35 - Makefile cleaned up with distclean
-ok 36 - cleaned up Makefile
-ok 37 - Module::Build->new_from_context
-ok 38 - traditional Makefile.PL created
-ok 39 - Makefile.PL does not require a perl version
-ok 40 - Makefile.PL ran without error
-ok 41 - Makefile exists
-ok 42 - (skipping cleanup)
-ok 43 - Makefile has correct PREREQ_PM line
-ok 44 - Found WriteMakefile arguments
-ok 45 - Makefile.PL has correct PL_FILES line
-not ok 46 - make ran without error
-# Failed test 'make ran without error'
-# at t/compat.t line 417.
-not ok 47 - make test ran without error
-# Failed test 'make test ran without error'
-# at t/compat.t line 427.
-not ok 48 - make test output indicated success
-# Failed test 'make test output indicated success'
-# at t/compat.t line 428.
-# 'MAKE: *** NO RULE TO MAKE TARGET '/USR/LIB/PERL5/5.30.0/X86_64-LINUX/CONFIG.PM', NEEDED BY 'MAKEFILE'. STOP.
-# '
-# doesn't match '(?^:DONE\.|SUCCESS)'
-not ok 49 - make realclean ran without error
-# Failed test 'make realclean ran without error'
-# at t/compat.t line 433.
-ok 50 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
-ok 51 - Makefile exists
-not ok 52 - Makefile cleaned up with realclean
-# Failed test 'Makefile cleaned up with realclean'
-# at t/compat.t line 467.
-ok 53 - Makefile.PL ran without error
-ok 54 - Makefile exists
-not ok 55 - Makefile cleaned up with distclean
-# Failed test 'Makefile cleaned up with distclean'
-# at t/compat.t line 467.
-ok 56 - cleaned up Makefile
-ok 57 - Module::Build->new_from_context
-ok 58 - small Makefile.PL created
-ok 59 - Makefile.PL has 'require 5.030000;'
-ok 60 - Makefile.PL ran without error
-ok 61 - Makefile exists
-ok 62 - (skipping cleanup)
-ok 63 - Makefile has correct PREREQ_PM line
-ok 64 - make ran without error
-ok 65 - PL_files generated - foo
-ok 66 - make test ran without error
-ok 67 - make test output indicated success
-ok 68 - make realclean ran without error
-ok 69 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
-ok 70 - Makefile exists
-ok 71 - Makefile cleaned up with realclean
-ok 72 - Makefile.PL ran without error
-ok 73 - Makefile exists
-ok 74 - Makefile cleaned up with distclean
-ok 75 - cleaned up Makefile
-ok 76 - Module::Build->new_from_context
-ok 77 - passthrough Makefile.PL created
-ok 78 - Makefile.PL has 'require 5.030000;'
-ok 79 - Makefile.PL ran without error
-ok 80 - Makefile exists
-ok 81 - (skipping cleanup)
-ok 82 - Makefile has correct PREREQ_PM line
-ok 83 - make ran without error
-ok 84 - PL_files generated - foo
-ok 85 - make test ran without error
-ok 86 - make test output indicated success
-ok 87 - make realclean ran without error
-ok 88 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
-ok 89 - Makefile exists
-ok 90 - Makefile cleaned up with realclean
-ok 91 - Makefile.PL ran without error
-ok 92 - Makefile exists
-ok 93 - Makefile cleaned up with distclean
-ok 94 - cleaned up Makefile
-ok 95 - Module::Build->new_from_context
-ok 96 - traditional Makefile.PL created
-ok 97 - Makefile.PL has 'require 5.030000;'
-ok 98 - Makefile.PL ran without error
-ok 99 - Makefile exists
-ok 100 - (skipping cleanup)
-ok 101 - Makefile has correct PREREQ_PM line
-ok 102 - Found WriteMakefile arguments
-ok 103 - Makefile.PL has correct PL_FILES line
-not ok 104 - make ran without error
-# Failed test 'make ran without error'
-# at t/compat.t line 417.
-not ok 105 - PL_files generated - foo
-# Failed test 'PL_files generated - foo'
-# at t/compat.t line 420.
-not ok 106 - make test ran without error
-# Failed test 'make test ran without error'
-# at t/compat.t line 427.
-not ok 107 - make test output indicated success
-# Failed test 'make test output indicated success'
-# at t/compat.t line 428.
-# 'MAKE: *** NO RULE TO MAKE TARGET '/USR/LIB/PERL5/5.30.0/X86_64-LINUX/CONFIG.PM', NEEDED BY 'MAKEFILE'. STOP.
-# '
-# doesn't match '(?^:DONE\.|SUCCESS)'
-not ok 108 - make realclean ran without error
-# Failed test 'make realclean ran without error'
-# at t/compat.t line 433.
-ok 109 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
-ok 110 - Makefile exists
-not ok 111 - Makefile cleaned up with realclean
-# Failed test 'Makefile cleaned up with realclean'
-# at t/compat.t line 467.
-ok 112 - Makefile.PL ran without error
-ok 113 - Makefile exists
-not ok 114 - Makefile cleaned up with distclean
-# Failed test 'Makefile cleaned up with distclean'
-# at t/compat.t line 467.
-ok 115 - cleaned up Makefile
-ok 116 - Module::Build->new_from_context
-ok 117 - fake_makefile lived
-ok 118 - found 'realclean' in fake_makefile output
-ok 119 - saw warning about 'build_class'
-ok 120 - passthrough Makefile.PL created
-ok 121 - Makefile.PL failed
-ok 122 - custom builder wasn't found
-ok 123 - small Makefile.PL created
-ok 124 - Makefile.PL failed
-ok 125 - custom builder wasn't found
-ok 126 - passthrough Makefile.PL created
-ok 127 - Makefile.PL ran without error
-ok 128 - small Makefile.PL created
-ok 129 - Makefile.PL ran without error
-ok 130 - passthrough Makefile.PL created
-ok 131 - passthrough Makefile.PL ran with arguments
-ok 132 - Build.PL generated
-ok 133 - installdirs is core
-ok 134 - tests set for verbose
-ok 135 - custom libdir
-ok 136 - PERL_POLLUTE set
-ok 137 - make test ran without error
-ok 138 - Should be verbose
-ok 139 - make test without verbose ran ok
-ok 140 - Should be non-verbose
-ok 141 - fakeinstall INSTALLDIRS=vendor ran ok
-ok 142 - Saw destination directory for INSTALLDIRS=vendor
-ok 143 - fakeinstall PREFIX=$libdir2 ran ok
-ok 144 - Saw destination directory for PREFIX=$libdir2
-ok 145 - fakeinstall PREFIX=$libdir2 LIB=mylib ran ok
-ok 146 - Saw destination directory for PREFIX=$libdir2 LIB=mylib
-ok 147 - Makefile shouldn't exist
-ok 148 - Makefile.PL cleaned up
-ok 149 - passthrough Makefile.PL created
-ok 150 - install_base set
-ok 151 - Tildes should be expanded
-ok 152 - Makefile shouldn't exist
-ok 153 - Makefile.PL cleaned up
-ok 154 - traditional Makefile.PL created
-ok 155 - Found WriteMakefile arguments
-ok 156 - Makefile.PL has correct TESTS line for recursive test files
-ok 157 - Makefile.PL cleaned up
-ok 158 - Makefile.PL created
-ok 159 - Correctly complains and converts dotted-decimal
-ok 160 - Properly converted dotted-decimal
-ok 161 - Makefile.PL cleaned up
-ok 162 - Makefile.PL doesn't exist before we start
-ok 163 - Correctly dies when it encounters invalid prereq
-ok 164 - Makefile.PL NOT created
-ok 165 - Makefile.PL cleaned up
-1..165
-# Looks like you failed 13 tests of 165.
-FAIL: t/compat
-Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291.
-FAIL: t/xs
-1..23
+ok 55
+ok 56 - Should have include dirs
+Created MYMETA.yml and MYMETA.json
+Creating new 'Build' script for 'Simple' version '0.01'
+ok 57
+ok 58 - Should have single include dir
+PASS: t/basic
+1..25
ok 1
-ok 2 - MyModuleBuilder->can('ACTION_foo')
-ok 3 - got doc for 'foo'
-ok 4 - got the right doc
-ok 5 - got doc for 'bar'
-ok 6 - got the right doc
-ok 7 - got doc for 'baz'
-ok 8 - got the right doc
-ok 9 - slap
-ok 10 - informative error
-ok 11 - got doc for 'help'
-not ok 12 - got the right doc # TODO Do we allow overrides on just docs?
-# Failed (TODO) test 'got the right doc'
-# at t/help.t line 93.
-# '=item help
-#
-# Does the help thing.
-#
-# You should probably not be seeing this. That is, we haven't
-# overridden the help action, but we're able to override just the
-# docs? That almost seems reasonable, but is probably wrong.
-#
-# =item help
-#
-# [version 0.03]
-#
-# This action will simply print out a message that is meant to help you
-# use the build process. It will show you a list of available build
-# actions too.
-#
-# With an optional argument specifying an action name (e.g. C<Build help
-# test>), the 'help' action will show you any POD documentation it can
-# find for that action.
-#
-# '
-# matches '(?^s:^=\w+ help\n\nDoes the help thing\.)'
-not ok 13 - got doc for 'foo' # TODO Support capitalized Actions section
-# Failed (TODO) test 'got doc for 'foo''
-# at t/help.t line 182.
-not ok 14 - got the right doc # TODO Support capitalized Actions section
-# Failed (TODO) test 'got the right doc'
-# at t/help.t line 183.
-# 'undef'
-# doesn't match '(?^s:^=\w+ foo\n\nDoes the foo thing\.)'
-not ok 15 - got doc for 'bar' # TODO Support capitalized Actions section
-# Failed (TODO) test 'got doc for 'bar''
-# at t/help.t line 182.
-not ok 16 - got the right doc # TODO Support capitalized Actions section
-# Failed (TODO) test 'got the right doc'
-# at t/help.t line 183.
-# 'undef'
-# doesn't match '(?^s:^=\w+ bar\n\nDoes the bar thing\.)'
-ok 17 - got doc for 'foo'
-ok 18 - got the right doc
-ok 19 - got doc for 'bar'
-ok 20 - got the right doc
-ok 21 - got doc for 'baz'
-ok 22 - got the right doc
-ok 23 - nothing after uplevel
-PASS: t/help
+ok 2 - saw expected output from first test
+ok 3 - saw expected output from second test
+ok 4 - we have some test output
+ok 5 - saw expected output from first test
+ok 6 - saw expected output from second test
+ok 7 - expected output from basic.t
+ok 8 - expected output from basic.t
+ok 9
+ok 10
+ok 11
+ok 12
+ok 13
+ok 14
+ok 15 - saw expected output from first test
+ok 16 - saw expected output from second test
+ok 17 - we have some test output
+ok 18 - saw expected output from first test
+ok 19 - saw expected output from second test
+ok 20 - expected output from basic.t
+ok 21 - expected output from basic.t
+ok 22
+ok 23
+ok 24
+ok 25
+PASS: t/test_types
+1..6
+ok 1 - Built etc/config
+ok 2 - Built shared/data
+ok 3 - Built shared/html
+ok 4 - installed etc/config
+ok 5 - installed shared/data
+ok 6 - installed shared/html
+PASS: t/install_extra_target
+1..4
+ok 1 - An object of class 'Module::Build' isa 'Module::Build'
+ok 2 - undef prereq converted to 0
+ok 3 - An object of class 'Module::Build' isa 'Module::Build'
+ok 4 - empty string prereq converted to 0
+PASS: t/properties/requires
+ok 1 - An object of class 'Module::Build' isa 'Module::Build'
+ok 2 - license 'perl' is valid
+ok 3 - META license will be 'perl'
+ok 4 - META license URL is correct
+ok 5 - An object of class 'Module::Build' isa 'Module::Build'
+ok 6 - license 'VaporWare' is valid
+ok 7 - META license will be 'unrestricted'
+ok 8 - META license URL is correct
+1..8
+PASS: t/properties/license
+ok 1 - An object of class 'Module::Build' isa 'Module::Build'
+ok 2 - regular version has release_status 'stable'
+ok 3 - An object of class 'Module::Build' isa 'Module::Build'
+ok 4 - dotted-decimal version has release_status 'stable'
+ok 5 - An object of class 'Module::Build' isa 'Module::Build'
+ok 6 - alpha version has release_status 'testing'
+ok 7 - An object of class 'Module::Build' isa 'Module::Build'
+ok 8 - explicit 'unstable' keeps release_status 'unstable'
+ok 9 - An object of class 'Module::Build' isa 'Module::Build'
+ok 10 - regular version marked 'testing' gets 'TRIAL' suffix
+ok 11 - An object of class 'Module::Build' isa 'Module::Build'
+ok 12 - dotted version marked 'testing' gets 'TRIAL' suffix
+ok 13 - An object of class 'Module::Build' isa 'Module::Build'
+ok 14 - regular version marked 'unstable' gets 'TRIAL' suffix
+ok 15 - Got error message for illegal release_status
+ok 16 - Got error message for illegal 'stable' with alpha version
+ok 17 - An object of class 'Module::Build' isa 'Module::Build'
+ok 18 - non-standard dist_version does not get a suffix
+ok 19 - non-standard dist_version defaults to stable release_status
+1..19
+PASS: t/properties/release_status
+1..19
+ok 1 - Default Build.PL
+ok 2 - needs_compiler is false
+ok 3 - ExtUtils::CBuilder is not in build_requires
+ok 4 - Build.PL with c_source
+ok 5 - c_source is set
+ok 6 - needs_compiler is true
+ok 7 - ExtUtils::CBuilder was added to build_requires
+ok 8 - Build.PL with xs files
+ok 9 - needs_compiler is true
+ok 10 - ExtUtils::CBuilder was added to build_requires
+ok 11 - Build.PL with xs files, but needs_compiler => 0
+ok 12 - needs_compiler is false
+ok 13 - ExtUtils::CBuilder is not in build_requires
+ok 14 - Build.PL with xs files, build_requires EU::CB 0.2
+ok 15 - needs_compiler is true
+ok 16 - build_requires for ExtUtils::CBuilder is correct version
+ok 17 - Build.PL while hiding compiler
+ok 18 - hidden compiler resulted in warning message during Build.PL
+ok 19 - hidden compiler resulted in fatal message during Build
+PASS: t/properties/needs_compiler
+1..4
+ok 1 - An object of class 'Module::Build' isa 'Module::Build'
+ok 2 - module_name guessed from dist_name
+ok 3 - An object of class 'Module::Build' isa 'Module::Build'
+ok 4 - module_name guessed from dist_version_from
+PASS: t/properties/module_name
+1..23
+ok 1 - Created Module::Build object
+ok 2 - default share_dir undef if no 'share' dir exists
+ok 3 - File::ShareDir not added to 'requires'
+ok 4 - Created 'share' directory
+ok 5 - Created 'share/subdir/share' directory
+ok 6 - Created 'share/subdir/whatever' directory
+ok 7 - Created 'other/share' directory
+ok 8 - Default share_dir is undef even if 'share' exists
+ok 9 - File::ShareDir not added to 'requires'
+ok 10 - Scalar share_dir set as dist-type share
+ok 11 - Arrayref share_dir set as dist-type share
+ok 12 - Hashref share_dir w/ scalar dist set as dist-type share
+ok 13 - Hashref share_dir w/ arrayref dist set as dist-type share
+ok 14 - Hashref share_dir w/ both dist and module shares (scalar-form)
+ok 15 - Hashref share_dir w/ both dist and module shares (array-form)
+ok 16 - share_dir filemap for copying to lib complete
+ok 17 - Build ran and blib exists
+ok 18 - blib/lib/auto/share exists
+ok 19 - share_dir files copied to blib
+ok 20 - temp install dir created
+ok 21 - share_dir files correctly installed
+ok 22 # skip needs File::ShareDir 1.00
+ok 23 # skip needs File::ShareDir 1.00
+ok 22 # skip needs File::ShareDir 1.00
+ok 23 # skip needs File::ShareDir 1.00
+SKIP: t/properties/share_dir
+1..2
+ok 1 - An object of class 'Module::Build' isa 'Module::Build'
+ok 2 - dist_suffix set correctly
+PASS: t/properties/dist_suffix
1..2
ok 1 - An object of class 'Module::Build' isa 'Module::Build'
ok 2 - dist_name is 'Simple'
PASS: t/sample
-1..27
-ok 1 - Create new build object
-ok 2 - Property "foo" should be undef
-ok 3 - Set "foo"
-ok 4 - Now "foo" should have new value
-ok 5 - Property "bar" should be its default
-ok 6 - Set "bar"
-ok 7 - Now "bar" should have new value
-ok 8 - Property "check" should be its default
-ok 9 - Should get an error for an invalid value
-ok 10 - It should be the correct error
-ok 11 - Property "code" should have its code value
-ok 12 - Property "hash" should be default
-ok 13 - Should be able to get key in hash
-ok 14 - Add a key to the hash prop
-ok 15 - New key should be in hash
-ok 16 - Should get exception for assigning invalid hash
-ok 17 - It should be the correct error
-ok 18 - Should get exception for assigning an array for a hash
-ok 19 - It should be the proper error
-ok 20 - Should be able to set hash to undef
-ok 21 - Property "installdirs" should be default
-ok 22 - Set "installdirst" to "core"
-ok 23 - Now "installdirs" should be "core"
-ok 24 - Should have caught exception setting "installdirs" to "perl"
-ok 25 - And it should suggest "core" in the error message
-ok 26 - Should catch exception for invalid "installdirs" value
-ok 27 - And it should suggest the proper values in the error message
-PASS: t/add_property
-1..1
-ok 1 - found nested ACTION_* debug statements
-PASS: t/debug
-1..7
-ok 1
-t/special_ext.st .. ok
-All tests successful.
-Files=1, Tests=2, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.05 cusr 0.01 csys = 0.08 CPU)
-Result: PASS
-ok 2 - called once
-ok 3
-ok 4
-ok 5 - called again
-ok 6
-ok 7 - called a third time
-PASS: t/test_type
-DURATION: 36
+DURATION: 37
END: /usr/lib/libmodule-build-perl/ptest
-2019-06-24T17:18
+2019-06-24T22:54
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:18
+2019-06-24T22:54
BEGIN: /usr/lib/libpcre/ptest
make[1]: Entering directory '/usr/lib/libpcre/ptest'
PASS: pcre_stringpiece_unittest
@@ -35914,9 +35915,9 @@ Testsuite summary for PCRE 8.36
make[1]: Leaving directory '/usr/lib/libpcre/ptest'
DURATION: 1
END: /usr/lib/libpcre/ptest
-2019-06-24T17:18
+2019-06-24T22:54
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:18
+2019-06-24T22:54
BEGIN: /usr/lib/libtest-needs-perl/ptest
1..24
ok 1 - perl prereq of 5.029 passed
@@ -36107,9 +36108,9 @@ ok 107 - Test::Builder: Missing module skips with tests in subtest
SKIP: t/basic
DURATION: 3
END: /usr/lib/libtest-needs-perl/ptest
-2019-06-24T17:18
+2019-06-24T22:54
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:18
+2019-06-24T22:54
BEGIN: /usr/lib/libtimedate-perl/ptest
1..4
ok 1
@@ -36117,359 +36118,6 @@ ok 2
ok 3
ok 4
PASS: t/lang
-1..202
-ok 1 - %y
-ok 2 - %Y
-ok 3 - %%
-ok 4 - %a
-ok 5 - %A
-ok 6 - %b
-ok 7 - %B
-ok 8 - %c
-ok 9 - %C
-ok 10 - %d
-ok 11 - %e
-ok 12 - %D
-ok 13 - %G
-ok 14 - %h
-ok 15 - %H
-ok 16 - %I
-ok 17 - %j
-ok 18 - %k
-ok 19 - %l
-ok 20 - %L
-ok 21 - %m
-ok 22 - %M
-ok 23 - %o
-ok 24 - %p
-ok 25 - %q
-ok 26 - %r
-ok 27 - %R
-ok 28 - %s
-ok 29 - %S
-ok 30 - %T
-ok 31 - %U
-ok 32 - %w
-ok 33 - %W
-ok 34 - %x
-ok 35 - %X
-ok 36 - %y
-ok 37 - %Y
-ok 38 - %Z
-ok 39 - %z
-ok 40 - %Od
-ok 41 - %Oe
-ok 42 - %OH
-ok 43 - %OI
-ok 44 - %Oj
-ok 45 - %Ok
-ok 46 - %Ol
-ok 47 - %Om
-ok 48 - %OM
-ok 49 - %Oq
-ok 50 - %OY
-ok 51 - %Oy
-ok 52 - %y
-ok 53 - %Y
-ok 54 - %%
-ok 55 - %a
-ok 56 - %A
-ok 57 - %b
-ok 58 - %B
-ok 59 - %c
-ok 60 - %C
-ok 61 - %d
-ok 62 - %e
-ok 63 - %D
-ok 64 - %h
-ok 65 - %H
-ok 66 - %I
-ok 67 - %j
-ok 68 - %k
-ok 69 - %l
-ok 70 - %L
-ok 71 - %m
-ok 72 - %M
-ok 73 - %o
-ok 74 - %p
-ok 75 - %q
-ok 76 - %r
-ok 77 - %R
-ok 78 - %s
-ok 79 - %S
-ok 80 - %T
-ok 81 - %U
-ok 82 - %w
-ok 83 - %W
-ok 84 - %x
-ok 85 - %X
-ok 86 - %y
-ok 87 - %Y
-ok 88 - %Z
-ok 89 - %z
-ok 90 - %Od
-ok 91 - %Oe
-ok 92 - %OH
-ok 93 - %OI
-ok 94 - %Oj
-ok 95 - %Ok
-ok 96 - %Ol
-ok 97 - %Om
-ok 98 - %OM
-ok 99 - %Oq
-ok 100 - %OY
-ok 101 - %Oy
-ok 102 - %y
-ok 103 - %Y
-ok 104 - %%
-ok 105 - %a
-ok 106 - %A
-ok 107 - %b
-ok 108 - %B
-ok 109 - %c
-ok 110 - %C
-ok 111 - %d
-ok 112 - %e
-ok 113 - %D
-ok 114 - %h
-ok 115 - %H
-ok 116 - %I
-ok 117 - %j
-ok 118 - %k
-ok 119 - %l
-ok 120 - %L
-ok 121 - %m
-ok 122 - %M
-ok 123 - %o
-ok 124 - %p
-ok 125 - %q
-ok 126 - %r
-ok 127 - %R
-ok 128 - %s
-ok 129 - %S
-ok 130 - %T
-ok 131 - %U
-ok 132 - %w
-ok 133 - %W
-ok 134 - %x
-ok 135 - %X
-ok 136 - %y
-ok 137 - %Y
-ok 138 - %Z
-ok 139 - %z
-ok 140 - %Od
-ok 141 - %Oe
-ok 142 - %OH
-ok 143 - %OI
-ok 144 - %Oj
-ok 145 - %Ok
-ok 146 - %Ol
-ok 147 - %Om
-ok 148 - %OM
-ok 149 - %Oq
-ok 150 - %OY
-ok 151 - %Oy
-ok 152 - %G
-ok 153 - %y
-ok 154 - %Y
-ok 155 - %%
-ok 156 - %a
-ok 157 - %A
-ok 158 - %b
-ok 159 - %B
-ok 160 - %c
-ok 161 - %C
-ok 162 - %d
-ok 163 - %e
-ok 164 - %D
-ok 165 - %G
-ok 166 - %h
-ok 167 - %H
-ok 168 - %I
-ok 169 - %j
-ok 170 - %k
-ok 171 - %l
-ok 172 - %L
-ok 173 - %m
-ok 174 - %M
-ok 175 - %o
-ok 176 - %p
-ok 177 - %q
-ok 178 - %r
-ok 179 - %R
-ok 180 - %s
-ok 181 - %S
-ok 182 - %T
-ok 183 - %U
-ok 184 - %w
-ok 185 - %W
-ok 186 - %x
-ok 187 - %X
-ok 188 - %Z
-ok 189 - %z
-ok 190 - %z
-ok 191 - %Od
-ok 192 - %Oe
-ok 193 - %OH
-ok 194 - %OI
-ok 195 - %Oj
-ok 196 - %Ok
-ok 197 - %Ol
-ok 198 - %Om
-ok 199 - %OM
-ok 200 - %Oq
-ok 201 - %OY
-ok 202 - %Oy
-PASS: t/format
-1..146
-# offset = 0
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-ok 28
-ok 29
-ok 30
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-ok 36
-ok 37
-ok 38
-ok 39
-ok 40
-ok 41
-ok 42
-ok 43
-ok 44
-ok 45
-ok 46
-ok 47
-ok 48
-ok 49
-ok 50
-ok 51
-ok 52
-ok 53
-ok 54
-ok 55
-ok 56
-ok 57
-ok 58
-ok 59
-ok 60
-ok 61
-ok 62
-ok 63
-ok 64
-ok 65
-ok 66
-ok 67
-ok 68
-ok 69
-ok 70
-ok 71
-ok 72
-ok 73
-ok 74
-ok 75
-ok 76
-ok 77
-ok 78
-ok 79
-ok 80
-ok 81
-ok 82
-ok 83
-ok 84
-ok 85
-ok 86
-ok 87
-ok 88
-ok 89
-ok 90
-ok 91
-ok 92
-ok 93
-ok 94
-ok 95
-ok 96
-ok 97
-ok 98
-ok 99
-ok 100
-ok 101
-ok 102
-ok 103
-ok 104
-ok 105
-ok 106
-ok 107
-ok 108
-ok 109
-ok 110
-ok 111
-ok 112
-ok 113
-ok 114
-ok 115
-ok 116
-ok 117
-ok 118
-ok 119
-ok 120
-ok 121
-ok 122
-ok 123
-ok 124
-ok 125
-ok 126
-ok 127
-ok 128
-ok 129
-ok 130
-ok 131
-ok 132
-ok 133
-ok 134
-ok 135
-ok 136
-ok 137
-ok 138
-ok 139
-ok 140
-ok 141
-ok 142
-ok 143
-ok 144
-ok 145
-ok 146
-PASS: t/getdate
Redundant argument in printf at t/date.t line 180.
Redundant argument in printf at t/date.t line 180.
Redundant argument in printf at t/date.t line 180.
@@ -36914,28 +36562,212 @@ ok 147
2002-07-22 10:00 +0100 Mon Jul 22 09:00:00 2002 GMT
ok 148
PASS: t/date
-1..8
-# -0430 => -0430 -0430
-ok 1
-# -0445 => -0445 -0445
-ok 2
-# 2008.11.30 22:35 CET => -:35:22:30:10:108:3600
-ok 3
-# 2008-11-30 22:35 CET => -:35:22:30:10:108:3600
-ok 4
-# 4/3/2005
-ok 5
-ok 6
-ok 7
-ok 8
-PASS: t/cpanrt
-DURATION: 0
-END: /usr/lib/libtimedate-perl/ptest
-2019-06-24T17:18
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:18
-BEGIN: /usr/lib/liburi-perl/ptest
-1..48
+1..202
+ok 1 - %y
+ok 2 - %Y
+ok 3 - %%
+ok 4 - %a
+ok 5 - %A
+ok 6 - %b
+ok 7 - %B
+ok 8 - %c
+ok 9 - %C
+ok 10 - %d
+ok 11 - %e
+ok 12 - %D
+ok 13 - %G
+ok 14 - %h
+ok 15 - %H
+ok 16 - %I
+ok 17 - %j
+ok 18 - %k
+ok 19 - %l
+ok 20 - %L
+ok 21 - %m
+ok 22 - %M
+ok 23 - %o
+ok 24 - %p
+ok 25 - %q
+ok 26 - %r
+ok 27 - %R
+ok 28 - %s
+ok 29 - %S
+ok 30 - %T
+ok 31 - %U
+ok 32 - %w
+ok 33 - %W
+ok 34 - %x
+ok 35 - %X
+ok 36 - %y
+ok 37 - %Y
+ok 38 - %Z
+ok 39 - %z
+ok 40 - %Od
+ok 41 - %Oe
+ok 42 - %OH
+ok 43 - %OI
+ok 44 - %Oj
+ok 45 - %Ok
+ok 46 - %Ol
+ok 47 - %Om
+ok 48 - %OM
+ok 49 - %Oq
+ok 50 - %OY
+ok 51 - %Oy
+ok 52 - %y
+ok 53 - %Y
+ok 54 - %%
+ok 55 - %a
+ok 56 - %A
+ok 57 - %b
+ok 58 - %B
+ok 59 - %c
+ok 60 - %C
+ok 61 - %d
+ok 62 - %e
+ok 63 - %D
+ok 64 - %h
+ok 65 - %H
+ok 66 - %I
+ok 67 - %j
+ok 68 - %k
+ok 69 - %l
+ok 70 - %L
+ok 71 - %m
+ok 72 - %M
+ok 73 - %o
+ok 74 - %p
+ok 75 - %q
+ok 76 - %r
+ok 77 - %R
+ok 78 - %s
+ok 79 - %S
+ok 80 - %T
+ok 81 - %U
+ok 82 - %w
+ok 83 - %W
+ok 84 - %x
+ok 85 - %X
+ok 86 - %y
+ok 87 - %Y
+ok 88 - %Z
+ok 89 - %z
+ok 90 - %Od
+ok 91 - %Oe
+ok 92 - %OH
+ok 93 - %OI
+ok 94 - %Oj
+ok 95 - %Ok
+ok 96 - %Ol
+ok 97 - %Om
+ok 98 - %OM
+ok 99 - %Oq
+ok 100 - %OY
+ok 101 - %Oy
+ok 102 - %y
+ok 103 - %Y
+ok 104 - %%
+ok 105 - %a
+ok 106 - %A
+ok 107 - %b
+ok 108 - %B
+ok 109 - %c
+ok 110 - %C
+ok 111 - %d
+ok 112 - %e
+ok 113 - %D
+ok 114 - %h
+ok 115 - %H
+ok 116 - %I
+ok 117 - %j
+ok 118 - %k
+ok 119 - %l
+ok 120 - %L
+ok 121 - %m
+ok 122 - %M
+ok 123 - %o
+ok 124 - %p
+ok 125 - %q
+ok 126 - %r
+ok 127 - %R
+ok 128 - %s
+ok 129 - %S
+ok 130 - %T
+ok 131 - %U
+ok 132 - %w
+ok 133 - %W
+ok 134 - %x
+ok 135 - %X
+ok 136 - %y
+ok 137 - %Y
+ok 138 - %Z
+ok 139 - %z
+ok 140 - %Od
+ok 141 - %Oe
+ok 142 - %OH
+ok 143 - %OI
+ok 144 - %Oj
+ok 145 - %Ok
+ok 146 - %Ol
+ok 147 - %Om
+ok 148 - %OM
+ok 149 - %Oq
+ok 150 - %OY
+ok 151 - %Oy
+ok 152 - %G
+ok 153 - %y
+ok 154 - %Y
+ok 155 - %%
+ok 156 - %a
+ok 157 - %A
+ok 158 - %b
+ok 159 - %B
+ok 160 - %c
+ok 161 - %C
+ok 162 - %d
+ok 163 - %e
+ok 164 - %D
+ok 165 - %G
+ok 166 - %h
+ok 167 - %H
+ok 168 - %I
+ok 169 - %j
+ok 170 - %k
+ok 171 - %l
+ok 172 - %L
+ok 173 - %m
+ok 174 - %M
+ok 175 - %o
+ok 176 - %p
+ok 177 - %q
+ok 178 - %r
+ok 179 - %R
+ok 180 - %s
+ok 181 - %S
+ok 182 - %T
+ok 183 - %U
+ok 184 - %w
+ok 185 - %W
+ok 186 - %x
+ok 187 - %X
+ok 188 - %Z
+ok 189 - %z
+ok 190 - %z
+ok 191 - %Od
+ok 192 - %Oe
+ok 193 - %OH
+ok 194 - %OI
+ok 195 - %Oj
+ok 196 - %Ok
+ok 197 - %Ol
+ok 198 - %Om
+ok 199 - %OM
+ok 200 - %Oq
+ok 201 - %OY
+ok 202 - %Oy
+PASS: t/format
+1..146
+# offset = 0
ok 1
ok 2
ok 3
@@ -36984,7 +36816,126 @@ ok 45
ok 46
ok 47
ok 48
-PASS: t/generic
+ok 49
+ok 50
+ok 51
+ok 52
+ok 53
+ok 54
+ok 55
+ok 56
+ok 57
+ok 58
+ok 59
+ok 60
+ok 61
+ok 62
+ok 63
+ok 64
+ok 65
+ok 66
+ok 67
+ok 68
+ok 69
+ok 70
+ok 71
+ok 72
+ok 73
+ok 74
+ok 75
+ok 76
+ok 77
+ok 78
+ok 79
+ok 80
+ok 81
+ok 82
+ok 83
+ok 84
+ok 85
+ok 86
+ok 87
+ok 88
+ok 89
+ok 90
+ok 91
+ok 92
+ok 93
+ok 94
+ok 95
+ok 96
+ok 97
+ok 98
+ok 99
+ok 100
+ok 101
+ok 102
+ok 103
+ok 104
+ok 105
+ok 106
+ok 107
+ok 108
+ok 109
+ok 110
+ok 111
+ok 112
+ok 113
+ok 114
+ok 115
+ok 116
+ok 117
+ok 118
+ok 119
+ok 120
+ok 121
+ok 122
+ok 123
+ok 124
+ok 125
+ok 126
+ok 127
+ok 128
+ok 129
+ok 130
+ok 131
+ok 132
+ok 133
+ok 134
+ok 135
+ok 136
+ok 137
+ok 138
+ok 139
+ok 140
+ok 141
+ok 142
+ok 143
+ok 144
+ok 145
+ok 146
+PASS: t/getdate
+1..8
+# -0430 => -0430 -0430
+ok 1
+# -0445 => -0445 -0445
+ok 2
+# 2008.11.30 22:35 CET => -:35:22:30:10:108:3600
+ok 3
+# 2008-11-30 22:35 CET => -:35:22:30:10:108:3600
+ok 4
+# 4/3/2005
+ok 5
+ok 6
+ok 7
+ok 8
+PASS: t/cpanrt
+DURATION: 0
+END: /usr/lib/libtimedate-perl/ptest
+2019-06-24T22:54
+ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
+2019-06-24T22:54
+BEGIN: /usr/lib/liburi-perl/ptest
1..11
ok 1
ok 2
@@ -36998,174 +36949,111 @@ ok 9
ok 10
ok 11
PASS: t/sip
-1..1
-#
-# Versions for all modules listed in static metadata (including optional ones):
-#
-# === Configure Requires ===
-#
-# Module Want Have
-# ------------------- ---- ----
-# ExtUtils::MakeMaker any 7.34
-#
-# === Configure Suggests ===
-#
-# Module Want Have
-# -------- ------- ----
-# JSON::PP 2.27300 4.02
-#
-# === Test Requires ===
-#
-# Module Want Have
-# --------------------- ---- --------
-# ExtUtils::MakeMaker any 7.34
-# File::Spec any 3.78
-# File::Spec::Functions any 3.78
-# File::Temp any 0.2309
-# Test any 1.31
-# Test::More 0.96 1.302162
-# Test::Needs any 0.002006
-# utf8 any 1.22
-#
-# === Test Recommends ===
-#
-# Module Want Have
-# ---------- -------- --------
-# CPAN::Meta 2.120900 2.150010
-#
-# === Runtime Requires ===
-#
-# Module Want Have
-# ------------ ---- -----
-# Carp any 1.50
-# Cwd any 3.78
-# Data::Dumper any 2.174
-# Encode any 3.01
-# Exporter 5.57 5.73
-# MIME::Base64 2 3.15
-# Net::Domain any 3.11
-# Scalar::Util any 1.50
-# constant any 1.33
-# integer any 1.01
-# overload any 1.30
-# parent any 0.237
-# strict any 1.11
-# utf8 any 1.22
-# warnings any 1.44
-#
-ok 1
-PASS: t/00-report-prereqs
-1..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/rsync
# Turn lib path . into /usr/lib/liburi-perl/ptest/.
# Self tests for URI::URL version 5.04...
# Subtest: scheme tests
# Testing 'file://host/fseg/fs?g/fseg'
- ok 1 - URI::URL->path
- ok 2 - URI::URL->as_string
- ok 3 - URI::URL->host
+ ok 1 - URI::URL->as_string
+ ok 2 - URI::URL->host
+ ok 3 - URI::URL->path
# Testing 'ftp://0%3A:%40@h:0/0?0'
- ok 4 - URI::URL->port
- ok 5 - URI::URL->params
- ok 6 - URI::URL->user
- ok 7 - URI::URL->netloc
- ok 8 - URI::URL->scheme
- ok 9 - URI::URL->path
- ok 10 - URI::URL->as_string
- ok 11 - URI::URL->host
- ok 12 - URI::URL->password
+ ok 4 - URI::URL->host
+ ok 5 - URI::URL->user
+ ok 6 - URI::URL->netloc
+ ok 7 - URI::URL->params
+ ok 8 - URI::URL->path
+ ok 9 - URI::URL->port
+ ok 10 - URI::URL->scheme
+ ok 11 - URI::URL->password
+ ok 12 - URI::URL->as_string
ok 13 - URI::URL->query
# Testing 'ftp://host/a/b'
- ok 14 - URI::URL->path
- ok 15 - URI::URL->port
- ok 16 - URI::URL->as_string
- ok 17 - URI::URL->host
- ok 18 - URI::URL->user
+ ok 14 - URI::URL->user
+ ok 15 - URI::URL->as_string
+ ok 16 - URI::URL->host
+ ok 17 - URI::URL->path
+ ok 18 - URI::URL->port
# Testing 'ftp://usr:pswd@web:1234/a/b;type=i'
- ok 19 - URI::URL->user
- ok 20 - URI::URL->params
- ok 21 - URI::URL->port
+ ok 19 - URI::URL->password
+ ok 20 - URI::URL->as_string
+ ok 21 - URI::URL->params
ok 22 - URI::URL->path
- ok 23 - URI::URL->host
- ok 24 - URI::URL->as_string
- ok 25 - URI::URL->password
+ ok 23 - URI::URL->port
+ ok 24 - URI::URL->user
+ ok 25 - URI::URL->host
# Testing 'gopher://gopher/2a_selector'
- ok 26 - URI::URL->gtype
- ok 27 - URI::URL->selector
+ ok 26 - URI::URL->selector
+ ok 27 - URI::URL->gtype
ok 28 - URI::URL->as_string
# Testing 'gopher://host'
- ok 29 - URI::URL->as_string
- ok 30 - URI::URL->gtype
+ ok 29 - URI::URL->gtype
+ ok 30 - URI::URL->as_string
# Testing 'gopher://host/'
- ok 31 - URI::URL->gtype
- ok 32 - URI::URL->as_string
+ ok 31 - URI::URL->as_string
+ ok 32 - URI::URL->gtype
# Testing 'hTTp://web1.net/a/b/c/welcome#intro'
ok 33 - URI::URL->full_path
ok 34 - URI::URL->epath
- ok 35 - URI::URL->scheme
- ok 36 - URI::URL->port
- ok 37 - URI::URL->eparams
- ok 38 - URI::URL->equery
- ok 39 - URI::URL->query
- ok 40 - URI::URL->host
- ok 41 - URI::URL->path
- ok 42 - URI::URL->frag
- ok 43 - URI::URL->params
- ok 44 - URI::URL->as_string
+ ok 35 - URI::URL->host
+ ok 36 - URI::URL->eparams
+ ok 37 - URI::URL->scheme
+ ok 38 - URI::URL->params
+ ok 39 - URI::URL->port
+ ok 40 - URI::URL->frag
+ ok 41 - URI::URL->query
+ ok 42 - URI::URL->as_string
+ ok 43 - URI::URL->equery
+ ok 44 - URI::URL->path
# Testing 'http://0:0/0/0;0?0#0'
- ok 45 - URI::URL->path
- ok 46 - URI::URL->scheme
+ ok 45 - URI::URL->query
+ ok 46 - URI::URL->as_string
ok 47 - URI::URL->frag
- ok 48 - URI::URL->netloc
- ok 49 - URI::URL->params
- ok 50 - URI::URL->port
- ok 51 - URI::URL->query
- ok 52 - URI::URL->as_string
- ok 53 - URI::URL->host
+ ok 48 - URI::URL->host
+ ok 49 - URI::URL->port
+ ok 50 - URI::URL->path
+ ok 51 - URI::URL->netloc
+ ok 52 - URI::URL->params
+ ok 53 - URI::URL->scheme
# Testing 'http://web.net'
- ok 54 - URI::URL->full_path
- ok 55 - URI::URL->scheme
- ok 56 - URI::URL->path
- ok 57 - URI::URL->frag
- ok 58 - URI::URL->port
- ok 59 - URI::URL->query
- ok 60 - URI::URL->as_string
- ok 61 - URI::URL->host
+ ok 54 - URI::URL->port
+ ok 55 - URI::URL->path
+ ok 56 - URI::URL->scheme
+ ok 57 - URI::URL->host
+ ok 58 - URI::URL->query
+ ok 59 - URI::URL->as_string
+ ok 60 - URI::URL->full_path
+ ok 61 - URI::URL->frag
# Testing 'http://web.net/'
ok 62 - URI::URL->scheme
- ok 63 - URI::URL->path
- ok 64 - URI::URL->frag
- ok 65 - URI::URL->full_path
- ok 66 - URI::URL->port
- ok 67 - URI::URL->query
+ ok 63 - URI::URL->port
+ ok 64 - URI::URL->path
+ ok 65 - URI::URL->host
+ ok 66 - URI::URL->full_path
+ ok 67 - URI::URL->frag
ok 68 - URI::URL->as_string
- ok 69 - URI::URL->host
+ ok 69 - URI::URL->query
# Testing 'http://web:1/a?query+text'
- ok 70 - URI::URL->query
- ok 71 - URI::URL->host
- ok 72 - URI::URL->scheme
- ok 73 - URI::URL->path
- ok 74 - URI::URL->frag
- ok 75 - URI::URL->port
+ ok 70 - URI::URL->frag
+ ok 71 - URI::URL->query
+ ok 72 - URI::URL->host
+ ok 73 - URI::URL->scheme
+ ok 74 - URI::URL->port
+ ok 75 - URI::URL->path
# Testing 'http:/0?0'
- ok 76 - URI::URL->full_path
- ok 77 - URI::URL->scheme
- ok 78 - URI::URL->query
+ ok 76 - URI::URL->as_string
+ ok 77 - URI::URL->query
+ ok 78 - URI::URL->full_path
ok 79 - URI::URL->path
- ok 80 - URI::URL->as_string
+ ok 80 - URI::URL->scheme
# Testing 'http:0'
- ok 81 - URI::URL->as_string
- ok 82 - URI::URL->path
- ok 83 - URI::URL->query
- ok 84 - URI::URL->scheme
- ok 85 - URI::URL->full_path
+ ok 81 - URI::URL->query
+ ok 82 - URI::URL->as_string
+ ok 83 - URI::URL->full_path
+ ok 84 - URI::URL->path
+ ok 85 - URI::URL->scheme
# Testing 'mailto:libwww-perl@ics.uci.edu'
- ok 86 - URI::URL->encoded822addr
- ok 87 - URI::URL->as_string
+ ok 86 - URI::URL->as_string
+ ok 87 - URI::URL->encoded822addr
ok 88 - URI::URL->address
# Testing 'news:*'
ok 89 - URI::URL->groupart
@@ -37178,12 +37066,12 @@ PASS: t/rsync
# Testing 'nntp://news.com/comp.lang.perl/42'
ok 94 - URI::URL->group
# Testing 'rlogin://aas@a.sn.no'
- ok 95 - URI::URL->user
- ok 96 - URI::URL->host
+ ok 95 - URI::URL->host
+ ok 96 - URI::URL->user
# Testing 'telnet://usr:pswd@web:12345/'
ok 97 - URI::URL->host
- ok 98 - URI::URL->user
- ok 99 - URI::URL->password
+ ok 98 - URI::URL->password
+ ok 99 - URI::URL->user
1..99
ok 1 - scheme tests
# Subtest: parts test
@@ -37274,7 +37162,7 @@ ok 2 - parts test
ok 3 - escape test
# Subtest: newlocal test
ok 1 - URI::URL->as_string
- # Local directory is /var/volatile/tmp/VBmvhhea7g/
+ # Local directory is /var/volatile/tmp/MfoL7I9zfD/
ok 2 - URI::URL->as_string
ok 3 - URI::URL->as_string
ok 4 - URI::URL->as_string
@@ -37454,34 +37342,7 @@ ok 9 - wash&go
# URI::URL version 5.04 ok
1..9
PASS: t/old-base
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/mix
-not ok 1 - correctly created a URI from a utf8-upgraded string # TODO URI::Escape::escape_char misunderstands utf8
-# Failed (TODO) test 'correctly created a URI from a utf8-upgraded string'
-# at t/escape-char.t line 17.
-# got: 'http://foo/%C3%A9'
-# expected: 'http://foo/%E9'
-ok 2 - correctly created a URI from a utf8-downgrade string
-1..2
-PASS: t/escape-char
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/rel
-1..0 # SKIP Need Business::ISBN
-1..0 # SKIP Need Business::ISBN
-SKIP: t/urn-isbn
-1..12
+1..23
ok 1
ok 2
ok 3
@@ -37494,10 +37355,18 @@ ok 9
ok 10
ok 11
ok 12
-PASS: t/old-file
-ok 1 - Query parameters are sorted
-1..1
-PASS: t/sort-hash-query-form
+ok 13
+ok 14
+ok 15
+ok 16
+ok 17
+ok 18
+ok 19
+ok 20
+ok 21
+ok 22
+ok 23
+PASS: t/query
1..48
ok 1
ok 2
@@ -37547,52 +37416,8 @@ ok 45
ok 46
ok 47
ok 48
-PASS: t/gopher
-1..8
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-PASS: t/mms
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-1..5
-PASS: t/utf8
-1..15
-ok 1 - http://en.wikipedia.org/wiki/Punycode example encode
-ok 2 - http://en.wikipedia.org/wiki/Punycode example decode
-ok 3 - A encode
-ok 4 - A decode
-ok 5 - B encode
-ok 6 - B decode
-ok 7 - E encode
-ok 8 - E decode
-ok 9 - J encode
-ok 10 - J decode
-ok 11 - K encode
-ok 12 - K decode
-ok 13 - O encode
-ok 14 - O decode
-ok 15 - S encode
-PASS: t/punycode
-1..8
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-PASS: t/pop
-1..24
+PASS: t/generic
+1..16
ok 1
ok 2
ok 3
@@ -37608,24 +37433,15 @@ ok 12
ok 13
ok 14
ok 15
-ldap://LDAP-HOST:389/o=University%20of%20Michigan,c=US?postalAddress?base?ObjectClass=*?FOO=Bar,bindname=CN%3DManager%CO%3dFoo
-ldap://ldap-host/o=University%20of%20Michigan,c=US?postaladdress???foo=Bar,bindname=CN=Manager%CO=Foo
ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-PASS: t/ldap
-1..102
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:18:53 2019
-# Current time GMT: Mon Jun 24 17:18:53 2019
-# Using Test.pm version 1.31
-# t/roytest1.html
+PASS: t/http
+1..4
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/urn-oid
+1..48
ok 1
ok 2
ok 3
@@ -37668,100 +37484,41 @@ ok 39
ok 40
ok 41
ok 42
-# t/roytest2.html
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
-ok 49
-ok 50
-ok 51
-ok 52
-ok 53
-ok 54
-ok 55
-ok 56
-ok 57
-ok 58
-ok 59
-# t/roytest3.html
-ok 60
-ok 61
-ok 62
-ok 63
-ok 64
-ok 65
-ok 66
-ok 67
-ok 68
-ok 69
-ok 70
-ok 71
-ok 72
-# t/roytest4.html
-ok 73
-ok 74
-ok 75
-ok 76
-ok 77
-ok 78
-ok 79
-ok 80
-ok 81
-ok 82
-ok 83
-ok 84
-ok 85
-ok 86
-ok 87
-# t/roytest5.html
-ok 88
-ok 89
-ok 90
-ok 91
-ok 92
-ok 93
-ok 94
-ok 95
-ok 96
-ok 97
-ok 98
-ok 99
-ok 100
-ok 101
-ok 102
-PASS: t/roy-test
-1..6
+PASS: t/gopher
+1..24
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
-PASS: t/old-absconf
-1..19
-ok 1 - query_form_hash get
-ok 2 - query_form_hash set
-ok 3 - query_param list keys
-ok 4 - query_param scalar return
-ok 5 - query_param list return
-ok 6 - query_param set return
-ok 7 - param order
-ok 8 - old values returned
+ok 7
+ok 8
ok 9
-ok 10 - query_param_delete
+ok 10
ok 11
ok 12
-ok 13 - delete by assigning empty list
-ok 14 - query_param from scratch
+ok 13
+ok 14
ok 15
+ldap://LDAP-HOST:389/o=University%20of%20Michigan,c=US?postalAddress?base?ObjectClass=*?FOO=Bar,bindname=CN%3DManager%CO%3dFoo
+ldap://ldap-host/o=University%20of%20Michigan,c=US?postaladdress???foo=Bar,bindname=CN=Manager%CO=Foo
ok 16
ok 17
ok 18
ok 19
-PASS: t/query-param
+ok 20
+ok 21
+ok 22
+ok 23
+ok 24
+PASS: t/ldap
1..13
ok 1
ok 2
@@ -37777,7 +37534,26 @@ ok 11
ok 12
ok 13
PASS: t/ftp
-1..16
+ok 1 - path_segments in list context
+ok 2 - path_segments in scalar context
+ok 3 - set path_segments in list context
+ok 4 - set path_segments in scalar context
+ok 5 - set path_segments in void context
+ok 6 - escaping special characters
+ok 7 - An object of class 'URI::_segment' isa 'URI::_segment'
+ok 8 - dealing with URI segments
+1..8
+PASS: t/path-segments
+1..7
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+PASS: t/idna
+1..12
ok 1
ok 2
ok 3
@@ -37790,15 +37566,7 @@ ok 9
ok 10
ok 11
ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-PASS: t/http
-ok 1 - ==
-ok 2 - !=
-1..2
-PASS: t/num_eq
+PASS: t/old-file
1..9
ok 1
ok 2
@@ -37810,13 +37578,69 @@ ok 7
ok 8
ok 9
PASS: t/rtsp
-1..4
+1..5
+http://www.acme.com/foo/bar
+http://www.acme.com/foo/
+http://www.acme.com/foo/zoo/foo
ok 1
ok 2
ok 3
+uri:/foo
ok 4
-PASS: t/urn-oid
-1..23
+ok 5
+PASS: t/old-relbase
+1..2
+ok 1
+ok 2
+PASS: t/clone
+not ok 1 - correctly created a URI from a utf8-upgraded string # TODO URI::Escape::escape_char misunderstands utf8
+# Failed (TODO) test 'correctly created a URI from a utf8-upgraded string'
+# at t/escape-char.t line 17.
+# got: 'http://foo/%C3%A9'
+# expected: 'http://foo/%E9'
+ok 2 - correctly created a URI from a utf8-downgrade string
+1..2
+PASS: t/escape-char
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+1..5
+PASS: t/utf8
+1..6
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+PASS: t/mix
+1..8
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+PASS: t/mms
+1..12
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+ok 11
+ok 12
+PASS: t/escape
+1..22
ok 1
ok 2
ok 3
@@ -37839,8 +37663,52 @@ ok 19
ok 20
ok 21
ok 22
-ok 23
-PASS: t/query
+PASS: t/data
+1..8
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+PASS: t/pop
+ok 1 - Query parameters are sorted
+1..1
+PASS: t/sort-hash-query-form
+1..3
+# store
+# retrieve
+ok 1
+ok 2
+ok 3
+PASS: t/storable
+1..4
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/rsync
+1..0 # SKIP Need Business::ISBN
+1..0 # SKIP Need Business::ISBN
+SKIP: t/urn-isbn
+1..6
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+PASS: t/rel
+1..6
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+PASS: t/old-absconf
1..26
ok 1
ok 2
@@ -37875,7 +37743,7 @@ not ok 25 # TODO should ihost decode UTF8 bytes?
# expected: 'üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü'
ok 26
PASS: t/iri
-1..45
+1..7
ok 1
ok 2
ok 3
@@ -37883,88 +37751,86 @@ ok 4
ok 5
ok 6
ok 7
-ok 8
+PASS: t/news
+1..19
+ok 1 - query_form_hash get
+ok 2 - query_form_hash set
+ok 3 - query_param list keys
+ok 4 - query_param scalar return
+ok 5 - query_param list return
+ok 6 - query_param set return
+ok 7 - param order
+ok 8 - old values returned
ok 9
-ok 10
+ok 10 - query_param_delete
ok 11
ok 12
-ok 13
-ok 14
+ok 13 - delete by assigning empty list
+ok 14 - query_param from scratch
ok 15
ok 16
ok 17
ok 18
ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-ok 28
-ok 29
-ok 30
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-ok 36
-ok 37
-ok 38
-ok 39
-ok 40
-ok 41
-ok 42
-ok 43
-ok 44
-ok 45
-
-
-In the following cases we did not get back to where we started with rel()
-3: URI->new("http://a/b/c/g", "http://a/b/c/d;p?q")->rel ==> "g" (not "./g")
-5: URI->new("http://a/g", "http://a/b/c/d;p?q")->rel ==> "../../g" (not "/g")
-6: URI->new("http://g", "http://a/b/c/d;p?q")->rel ==> "http://g" (not "//g")
-7: URI->new("http://a/b/c/d;p?y", "http://a/b/c/d;p?q")->rel ==> "d;p?y" (not "?y")
-9: URI->new("http://a/b/c/d;p?q#s", "http://a/b/c/d;p?q")->rel ==> "d;p?q#s" (not "#s")
-15: URI->new("http://a/b/c/", "http://a/b/c/d;p?q")->rel ==> "./" (not ".")
-17: URI->new("http://a/b/", "http://a/b/c/d;p?q")->rel ==> "../" (not "..")
-20: URI->new("http://a/", "http://a/b/c/d;p?q")->rel ==> "../../" (not "../..")
-23: URI->new("http://a/b/c/d;p?q", "http://a/b/c/d;p?q")->rel ==> "d;p?q" (not "<>")
-26: URI->new("http://a/./g", "http://a/b/c/d;p?q")->rel ==> "../.././g" (not "/./g")
-27: URI->new("http://a/../g", "http://a/b/c/d;p?q")->rel ==> "../../../g" (not "/../g")
-32: URI->new("http://a/b/g", "http://a/b/c/d;p?q")->rel ==> "../g" (not "./../g")
-33: URI->new("http://a/b/c/g/", "http://a/b/c/d;p?q")->rel ==> "g/" (not "./g/.")
-34: URI->new("http://a/b/c/g/h", "http://a/b/c/d;p?q")->rel ==> "g/h" (not "g/./h")
-35: URI->new("http://a/b/c/h", "http://a/b/c/d;p?q")->rel ==> "h" (not "g/../h")
-36: URI->new("http://a/b/c/g;x=1/y", "http://a/b/c/d;p?q")->rel ==> "g;x=1/y" (not "g;x=1/./y")
-37: URI->new("http://a/b/c/y", "http://a/b/c/d;p?q")->rel ==> "y" (not "g;x=1/../y")
-44: URI->new("http://a/b/c/d;p?q#foo?", "http://a/b/c/d;p?q")->rel ==> "d;p?q#foo?" (not "#foo?")
-45: URI->new("http://a/b/c/d;p?#foo", "http://a/b/c/d;p?q")->rel ==> "d;p?#foo" (not "?#foo")
-PASS: t/abs
-1..7
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-PASS: t/idna
-1..5
-http://www.acme.com/foo/bar
-http://www.acme.com/foo/
-http://www.acme.com/foo/zoo/foo
+PASS: t/query-param
+1..1
+#
+# Versions for all modules listed in static metadata (including optional ones):
+#
+# === Configure Requires ===
+#
+# Module Want Have
+# ------------------- ---- ----
+# ExtUtils::MakeMaker any 7.34
+#
+# === Configure Suggests ===
+#
+# Module Want Have
+# -------- ------- ----
+# JSON::PP 2.27300 4.02
+#
+# === Test Requires ===
+#
+# Module Want Have
+# --------------------- ---- --------
+# ExtUtils::MakeMaker any 7.34
+# File::Spec any 3.78
+# File::Spec::Functions any 3.78
+# File::Temp any 0.2309
+# Test any 1.31
+# Test::More 0.96 1.302162
+# Test::Needs any 0.002006
+# utf8 any 1.22
+#
+# === Test Recommends ===
+#
+# Module Want Have
+# ---------- -------- --------
+# CPAN::Meta 2.120900 2.150010
+#
+# === Runtime Requires ===
+#
+# Module Want Have
+# ------------ ---- -----
+# Carp any 1.50
+# Cwd any 3.78
+# Data::Dumper any 2.174
+# Encode any 3.01
+# Exporter 5.57 5.73
+# MIME::Base64 2 3.15
+# Net::Domain any 3.11
+# Scalar::Util any 1.50
+# constant any 1.33
+# integer any 1.01
+# overload any 1.30
+# parent any 0.237
+# strict any 1.11
+# utf8 any 1.22
+# warnings any 1.44
+#
ok 1
-ok 2
-ok 3
-uri:/foo
-ok 4
-ok 5
-PASS: t/old-relbase
-1..22
+PASS: t/00-report-prereqs
+1..17
ok 1
ok 2
ok 3
@@ -37982,13 +37848,8 @@ ok 14
ok 15
ok 16
ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-PASS: t/data
-1..12
+PASS: t/split
+1..19
ok 1
ok 2
ok 3
@@ -38001,18 +37862,47 @@ ok 9
ok 10
ok 11
ok 12
-PASS: t/escape
+ok 13
+ok 14
+ok 15
+ok 16
+ok 17
+ok 18
+ok 19
+PASS: t/rfc2732
+ok 1 - ==
+ok 2 - !=
1..2
-ok 1
-ok 2
-PASS: t/clone
+PASS: t/num_eq
1..4
ok 1 - no exception when trying to load a scheme handler class
ok 2 - but URI still instantiated as foreign
ok 3 - no exception when trying to load a scheme handler class
ok 4 - but URI still instantiated as foreign
PASS: t/scheme-exceptions
-1..26
+1..15
+ok 1 - http://en.wikipedia.org/wiki/Punycode example encode
+ok 2 - http://en.wikipedia.org/wiki/Punycode example decode
+ok 3 - A encode
+ok 4 - A decode
+ok 5 - B encode
+ok 6 - B decode
+ok 7 - E encode
+ok 8 - E decode
+ok 9 - J encode
+ok 10 - J decode
+ok 11 - K encode
+ok 12 - K decode
+ok 13 - O encode
+ok 14 - O decode
+ok 15 - S encode
+PASS: t/punycode
+1..102
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:12 2019
+# Current time GMT: Mon Jun 24 22:55:12 2019
+# Using Test.pm version 1.31
+# t/roytest1.html
ok 1
ok 2
ok 3
@@ -38039,8 +37929,88 @@ ok 23
ok 24
ok 25
ok 26
-PASS: t/heuristic
-1..17
+ok 27
+ok 28
+ok 29
+ok 30
+ok 31
+ok 32
+ok 33
+ok 34
+ok 35
+ok 36
+ok 37
+ok 38
+ok 39
+ok 40
+ok 41
+ok 42
+# t/roytest2.html
+ok 43
+ok 44
+ok 45
+ok 46
+ok 47
+ok 48
+ok 49
+ok 50
+ok 51
+ok 52
+ok 53
+ok 54
+ok 55
+ok 56
+ok 57
+ok 58
+ok 59
+# t/roytest3.html
+ok 60
+ok 61
+ok 62
+ok 63
+ok 64
+ok 65
+ok 66
+ok 67
+ok 68
+ok 69
+ok 70
+ok 71
+ok 72
+# t/roytest4.html
+ok 73
+ok 74
+ok 75
+ok 76
+ok 77
+ok 78
+ok 79
+ok 80
+ok 81
+ok 82
+ok 83
+ok 84
+ok 85
+ok 86
+ok 87
+# t/roytest5.html
+ok 88
+ok 89
+ok 90
+ok 91
+ok 92
+ok 93
+ok 94
+ok 95
+ok 96
+ok 97
+ok 98
+ok 99
+ok 100
+ok 101
+ok 102
+PASS: t/roy-test
+1..26
ok 1
ok 2
ok 3
@@ -38058,34 +38028,17 @@ ok 14
ok 15
ok 16
ok 17
-PASS: t/split
-1..3
-# store
-# retrieve
-ok 1
-ok 2
-ok 3
-PASS: t/storable
-ok 1 - path_segments in list context
-ok 2 - path_segments in scalar context
-ok 3 - set path_segments in list context
-ok 4 - set path_segments in scalar context
-ok 5 - set path_segments in void context
-ok 6 - escaping special characters
-ok 7 - An object of class 'URI::_segment' isa 'URI::_segment'
-ok 8 - dealing with URI segments
-1..8
-PASS: t/path-segments
-1..7
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-PASS: t/mailto
-1..19
+ok 18
+ok 19
+ok 20
+ok 21
+ok 22
+ok 23
+ok 24
+ok 25
+ok 26
+PASS: t/heuristic
+1..45
ok 1
ok 2
ok 3
@@ -38105,7 +38058,55 @@ ok 16
ok 17
ok 18
ok 19
-PASS: t/rfc2732
+ok 20
+ok 21
+ok 22
+ok 23
+ok 24
+ok 25
+ok 26
+ok 27
+ok 28
+ok 29
+ok 30
+ok 31
+ok 32
+ok 33
+ok 34
+ok 35
+ok 36
+ok 37
+ok 38
+ok 39
+ok 40
+ok 41
+ok 42
+ok 43
+ok 44
+ok 45
+
+
+In the following cases we did not get back to where we started with rel()
+3: URI->new("http://a/b/c/g", "http://a/b/c/d;p?q")->rel ==> "g" (not "./g")
+5: URI->new("http://a/g", "http://a/b/c/d;p?q")->rel ==> "../../g" (not "/g")
+6: URI->new("http://g", "http://a/b/c/d;p?q")->rel ==> "http://g" (not "//g")
+7: URI->new("http://a/b/c/d;p?y", "http://a/b/c/d;p?q")->rel ==> "d;p?y" (not "?y")
+9: URI->new("http://a/b/c/d;p?q#s", "http://a/b/c/d;p?q")->rel ==> "d;p?q#s" (not "#s")
+15: URI->new("http://a/b/c/", "http://a/b/c/d;p?q")->rel ==> "./" (not ".")
+17: URI->new("http://a/b/", "http://a/b/c/d;p?q")->rel ==> "../" (not "..")
+20: URI->new("http://a/", "http://a/b/c/d;p?q")->rel ==> "../../" (not "../..")
+23: URI->new("http://a/b/c/d;p?q", "http://a/b/c/d;p?q")->rel ==> "d;p?q" (not "<>")
+26: URI->new("http://a/./g", "http://a/b/c/d;p?q")->rel ==> "../.././g" (not "/./g")
+27: URI->new("http://a/../g", "http://a/b/c/d;p?q")->rel ==> "../../../g" (not "/../g")
+32: URI->new("http://a/b/g", "http://a/b/c/d;p?q")->rel ==> "../g" (not "./../g")
+33: URI->new("http://a/b/c/g/", "http://a/b/c/d;p?q")->rel ==> "g/" (not "./g/.")
+34: URI->new("http://a/b/c/g/h", "http://a/b/c/d;p?q")->rel ==> "g/h" (not "g/./h")
+35: URI->new("http://a/b/c/h", "http://a/b/c/d;p?q")->rel ==> "h" (not "g/../h")
+36: URI->new("http://a/b/c/g;x=1/y", "http://a/b/c/d;p?q")->rel ==> "g;x=1/y" (not "g;x=1/./y")
+37: URI->new("http://a/b/c/y", "http://a/b/c/d;p?q")->rel ==> "y" (not "g;x=1/../y")
+44: URI->new("http://a/b/c/d;p?q#foo?", "http://a/b/c/d;p?q")->rel ==> "d;p?q#foo?" (not "#foo?")
+45: URI->new("http://a/b/c/d;p?#foo", "http://a/b/c/d;p?q")->rel ==> "d;p?#foo" (not "?#foo")
+PASS: t/abs
1..7
ok 1
ok 2
@@ -38114,12 +38115,12 @@ ok 4
ok 5
ok 6
ok 7
-PASS: t/news
-DURATION: 22
+PASS: t/mailto
+DURATION: 23
END: /usr/lib/liburi-perl/ptest
-2019-06-24T17:18
+2019-06-24T22:55
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:18
+2019-06-24T22:55
BEGIN: /usr/lib/libusb1/ptest
---------------------------- libusb1 tests ---------------------------
@@ -38142,11 +38143,11 @@ Passed 4 tests
Failed 0 tests
Error in 0 tests
Skipped 0 tests
-DURATION: 5
+DURATION: 6
END: /usr/lib/libusb1/ptest
-2019-06-24T17:18
+2019-06-24T22:55
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:18
+2019-06-24T22:55
BEGIN: /usr/lib/libxml-namespacesupport-perl/ptest
1..49
ok 1
@@ -38199,34 +38200,25 @@ ok 47 - xml xmlns
ok 48
ok 49 - get_declared_prefixes raises error without context on stack
PASS: t/00base
-DURATION: 0
+DURATION: 1
END: /usr/lib/libxml-namespacesupport-perl/ptest
-2019-06-24T17:18
+2019-06-24T22:55
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:18
+2019-06-24T22:55
BEGIN: /usr/lib/libxml-parser-perl/ptest
-1..16
+1..3
ok 1
ok 2
ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-PASS: t/namespaces
-1..2
+PASS: t/finish
+1..1
+ok 1
+PASS: t/file_open_scalar
+1..3
ok 1
ok 2
-PASS: t/cdata
+ok 3
+PASS: t/stream
Couldn't load LWP based external entity handler
Switching to file-based external entity handler
(To avoid this message, use NoLWP option to XML::Parser)
@@ -38238,88 +38230,35 @@ ok 4
ok 5
PASS: t/external_ent
1..13
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:18:59 2019
-# Current time GMT: Mon Jun 24 17:18:59 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
+ok 1 - doctype called
+Couldn't load LWP based external entity handler
+Switching to file-based external entity handler
+ (To avoid this message, use NoLWP option to XML::Parser)
+ok 2 - when el eq foo
+ok 3 - when el eq bar
ok 4
ok 5
ok 6
ok 7
-ok 8
+ok 8 - got 'more'
ok 9
-ok 10
-ok 11
-ok 12
+ok 10 - internal exists
+ok 11 - doctype called
+ok 12 - when el eq foo
ok 13
-PASS: t/styles
-1..1
-ok 1
-PASS: t/file
-1..3
-ok 1
-ok 2
-ok 3
-PASS: t/stream
-1..27
+PASS: t/parament
+1..4
ok 1
ok 2
ok 3
ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-PASS: t/astress
+PASS: t/defaulted
1..4
ok 1
ok 2
ok 3
ok 4
PASS: t/skip
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/encoding
-1..3
-ok 1
-ok 2
-ok 3
-PASS: t/partial
-1..1
-ok 1
-PASS: t/file_open_scalar
-1..3
-ok 1
-ok 2
-ok 3
-PASS: t/finish
1..40
ok 1
ok 2
@@ -38362,41 +38301,26 @@ ok 38
ok 39
ok 40
PASS: t/decl
-1..4
+1..13
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:20 2019
+# Current time GMT: Mon Jun 24 22:55:20 2019
+# Using Test.pm version 1.31
ok 1
ok 2
ok 3
ok 4
-PASS: t/defaulted
-1..13
-ok 1 - doctype called
-Couldn't load LWP based external entity handler
-Switching to file-based external entity handler
- (To avoid this message, use NoLWP option to XML::Parser)
-ok 2 - when el eq foo
-ok 3 - when el eq bar
-ok 4
ok 5
ok 6
ok 7
-ok 8 - got 'more'
+ok 8
ok 9
-ok 10 - internal exists
-ok 11 - doctype called
-ok 12 - when el eq foo
+ok 10
+ok 11
+ok 12
ok 13
-PASS: t/parament
-DURATION: 1
-END: /usr/lib/libxml-parser-perl/ptest
-2019-06-24T17:19
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:19
-BEGIN: /usr/lib/libxml-perl/ptest
-1..2
-ok 1
-ok 2
-PASS: t/schema
-1..10
+PASS: t/styles
+1..16
ok 1
ok 2
ok 3
@@ -38407,8 +38331,25 @@ ok 7
ok 8
ok 9
ok 10
-PASS: t/subs
-1..15
+ok 11
+ok 12
+ok 13
+ok 14
+ok 15
+ok 16
+PASS: t/namespaces
+1..6
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+PASS: t/encoding
+1..1
+ok 1
+PASS: t/file
+1..27
ok 1
ok 2
ok 3
@@ -38424,7 +38365,34 @@ ok 12
ok 13
ok 14
ok 15
-PASS: t/xp_sax
+ok 16
+ok 17
+ok 18
+ok 19
+ok 20
+ok 21
+ok 22
+ok 23
+ok 24
+ok 25
+ok 26
+ok 27
+PASS: t/astress
+1..2
+ok 1
+ok 2
+PASS: t/cdata
+1..3
+ok 1
+ok 2
+ok 3
+PASS: t/partial
+DURATION: 1
+END: /usr/lib/libxml-parser-perl/ptest
+2019-06-24T22:55
+ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
+2019-06-24T22:55
+BEGIN: /usr/lib/libxml-perl/ptest
1..11
ok 1
ok 2
@@ -38445,38 +38413,19 @@ ok 3
ok 4
ok 5
PASS: t/canon_xml_writer
-1..2
-ok 1
-ok 2
-PASS: t/amsterdam
-DURATION: 1
-END: /usr/lib/libxml-perl/ptest
-2019-06-24T17:19
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:19
-BEGIN: /usr/lib/libxml-sax-base-perl/ptest
-1..2
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-PASS: t/16gethandlers
-1..3
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
-# Using Test.pm version 1.31
+1..10
ok 1
ok 2
ok 3
-PASS: t/14downstreamswitch
-1..12
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
-# Using Test.pm version 1.31
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+PASS: t/subs
+1..15
ok 1
ok 2
ok 3
@@ -38489,18 +38438,28 @@ ok 9
ok 10
ok 11
ok 12
-PASS: t/04chfilter
-1..1
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
-# Using Test.pm version 1.31
+ok 13
+ok 14
+ok 15
+PASS: t/xp_sax
+1..2
ok 1
-PASS: t/02simplefilter
+ok 2
+PASS: t/amsterdam
+1..2
+ok 1
+ok 2
+PASS: t/schema
+DURATION: 0
+END: /usr/lib/libxml-perl/ptest
+2019-06-24T22:55
+ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
+2019-06-24T22:55
+BEGIN: /usr/lib/libxml-sax-base-perl/ptest
1..12
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:21 2019
+# Current time GMT: Mon Jun 24 22:55:21 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38514,11 +38473,11 @@ ok 9
ok 10
ok 11
ok 12
-PASS: t/03chdriver
+PASS: t/04chfilter
1..14
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38538,36 +38497,10 @@ PASS: t/01exception
1..0 # SKIP these tests are for release candidate testing
1..0 # SKIP these tests are for release candidate testing
SKIP: t/release-pod-syntax
-1..3
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-PASS: t/13handlerswitch
-1..3
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-PASS: t/15parentswitch
-1..2
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-PASS: t/09resoldriver
1..7
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38579,8 +38512,8 @@ ok 7
PASS: t/05dtdhdriver
1..5
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38590,8 +38523,8 @@ ok 5
PASS: t/07declhdriver
1..33
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38627,20 +38560,41 @@ ok 31
ok 32
ok 33
PASS: t/12sax2multiclass
-1..4
+1..16
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
ok 4
-PASS: t/08errorhdriver
-1..8
+ok 5
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+ok 11
+ok 12
+ok 13
+ok 14
+ok 15
+ok 16
+PASS: t/11sax1multiclass
+1..3
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+ok 3
+PASS: t/13handlerswitch
+1..10
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38650,11 +38604,21 @@ ok 5
ok 6
ok 7
ok 8
-PASS: t/06lexhdriver
-1..16
+ok 9
+ok 10
+PASS: t/10dochdriver
+1..2
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+PASS: t/09resoldriver
+1..8
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38664,19 +38628,46 @@ ok 5
ok 6
ok 7
ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-PASS: t/11sax1multiclass
-1..10
+PASS: t/06lexhdriver
+1..1
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
+# Using Test.pm version 1.31
+ok 1
+PASS: t/01simpledriver
+1..3
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+ok 3
+PASS: t/15parentswitch
+1..4
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/08errorhdriver
+1..3
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+ok 3
+PASS: t/14downstreamswitch
+1..12
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38688,54 +38679,53 @@ ok 7
ok 8
ok 9
ok 10
-PASS: t/10dochdriver
+ok 11
+ok 12
+PASS: t/03chdriver
+1..2
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+PASS: t/16gethandlers
1..1
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
-PASS: t/01simpledriver
+PASS: t/02simplefilter
1..1
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:01 2019
-# Current time GMT: Mon Jun 24 17:19:01 2019
+# Current time local: Mon Jun 24 22:55:22 2019
+# Current time GMT: Mon Jun 24 22:55:22 2019
# Using Test.pm version 1.31
ok 1
PASS: t/00basic
-DURATION: 1
+DURATION: 2
END: /usr/lib/libxml-sax-base-perl/ptest
-2019-06-24T17:19
+2019-06-24T22:55
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:19
+2019-06-24T22:55
BEGIN: /usr/lib/libxml-sax-perl/ptest
-1..16
+1..6
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
# Using Test.pm version 1.31
-could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.30.0/XML/SAX
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-PASS: t/20factory
+PASS: t/12miscstart
1..32
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38770,10 +38760,53 @@ ok 30
ok 31
ok 32
PASS: t/15element
+1..1
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
+# Using Test.pm version 1.31
+not ok 1
+# Test 1 got: "0" (t/99cleanup.t at line 4)
+# Expected: "1" (delete ParserDetails.ini)
+# t/99cleanup.t line 4 is: ok(unlink(
+PASS: t/99cleanup
+1..3
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+parsed 80085 bytes in 0 seconds
+ok 3
+PASS: t/16large
+1..16
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
+# Using Test.pm version 1.31
+could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.30.0/XML/SAX
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+ok 11
+ok 12
+ok 13
+ok 14
+ok 15
+ok 16
+PASS: t/20factory
1..10
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38788,31 +38821,36 @@ Only XML version 1.0 supported. Saw: '2.0' [Ln: 1, Col: 19]
ok 9
ok 10
PASS: t/11xmldecl2
-1..4
+1..3
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
-ok 4
-PASS: t/42entities
-1..5
+PASS: t/01known
+1..3
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
-ok 4
-ok 5
-PASS: t/10xmldecl1
+PASS: t/13int_ent
+1..2
+# Running under perl version 5.030000 for linux
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+PASS: t/19pi
1..9
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38826,65 +38864,39 @@ ok 9
PASS: t/14encoding
1..5
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
ok 4
ok 5
-PASS: t/30parse_file
-1..1
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
-# Using Test.pm version 1.31
-not ok 1
-# Test 1 got: "0" (t/99cleanup.t at line 4)
-# Expected: "1" (delete ParserDetails.ini)
-# t/99cleanup.t line 4 is: ok(unlink(
-PASS: t/99cleanup
-1..3
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-PASS: t/01known
-1..2
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-PASS: t/19pi
-1..3
+PASS: t/10xmldecl1
+1..4
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
+# Current time local: Mon Jun 24 22:55:23 2019
+# Current time GMT: Mon Jun 24 22:55:23 2019
# Using Test.pm version 1.31
ok 1
ok 2
-parsed 80085 bytes in 0 seconds
ok 3
-PASS: t/16large
-1..3
+ok 4
+PASS: t/42entities
+1..4
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:02 2019
-# Current time GMT: Mon Jun 24 17:19:02 2019
+# Current time local: Mon Jun 24 22:55:24 2019
+# Current time GMT: Mon Jun 24 22:55:24 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
-PASS: t/13int_ent
+ok 4
+PASS: t/40cdata
1..8
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:03 2019
-# Current time GMT: Mon Jun 24 17:19:03 2019
+# Current time local: Mon Jun 24 22:55:24 2019
+# Current time GMT: Mon Jun 24 22:55:24 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -38896,45 +38908,261 @@ ok 6
ok 7
ok 8
PASS: t/21saxini
-1..4
+1..5
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:03 2019
-# Current time GMT: Mon Jun 24 17:19:03 2019
+# Current time local: Mon Jun 24 22:55:24 2019
+# Current time GMT: Mon Jun 24 22:55:24 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
ok 4
-PASS: t/40cdata
+ok 5
+PASS: t/30parse_file
1..2
# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:03 2019
-# Current time GMT: Mon Jun 24 17:19:03 2019
+# Current time local: Mon Jun 24 22:55:24 2019
+# Current time GMT: Mon Jun 24 22:55:24 2019
# Using Test.pm version 1.31
ok 1
ok 2
PASS: t/00basic
-1..6
-# Running under perl version 5.030000 for linux
-# Current time local: Mon Jun 24 17:19:03 2019
-# Current time GMT: Mon Jun 24 17:19:03 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/12miscstart
DURATION: 1
END: /usr/lib/libxml-sax-perl/ptest
-2019-06-24T17:19
+2019-06-24T22:55
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:19
+2019-06-24T22:55
BEGIN: /usr/lib/libxml-simple-perl/ptest
-1..0 # SKIP these tests are for testing by the author
-1..0 # SKIP these tests are for testing by the author
-SKIP: t/author-pod-syntax
+1..23
+ok 1 - copied known good source file
+ok 2 - no cache files lying around
+ok 3 - parsed expected data from file
+ok 4 - and no cache file was created
+ok 5 - parsed expected data from file (again)
+ok 6 - but this time a cache file was created
+ok 7 - got expected data from cache
+ok 8 - and cache timestamp has not changed
+ok 9 - parsed in expected value again
+ok 10 - and this time the cache timestamp has changed
+ok 11 - deleted the source file
+ok 12 - recreated the source file
+ok 13 - but with nothing in it
+ok 14 - got the expected data from the cache
+ok 15 - parsed in expected data from file
+ok 16 - and the cache file was not touched
+ok 17 - parsed expected data through cache
+ok 18 - and the cache was updated
+ok 19 - copied back the original file
+ok 20 - parsed expected data in through cache
+ok 21 - scheme name is case-insensitive
+ok 22 - bad cache scheme names are trapped
+ok 23 - with correct error message
+PASS: t/3_Storable
+1..132
+ok 1 - Module compiled OK
+# Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown)
+ok 2 - XMLin() didn't crash
+ok 3 - and it returned a value
+ok 4 - and a hasref at that
+ok 5 - matches expectations (attributes)
+ok 6 - same again with nested elements
+ok 7 - attributes in empty element
+ok 8 - repeated child elements give arrays of scalars
+ok 9 - nested element gives hash
+ok 10 - repeated child elements give list of hashes
+ok 11 - array folded on default key 'name'
+ok 12 - not folded when keyattr turned off
+ok 13 - still works when keyattr is empty hash
+ok 14 - folded on default key 'key'
+ok 15 - folded on default key 'id'
+ok 16 - folded on non-default key 'xname'
+ok 17 - same again but keyattr set with hash
+ok 18 - keyattr as array with value in second position
+ok 19 - keyattr as scalar
+ok 20 - KeyAttr as scalar
+ok 21 - key_attr as scalar
+ok 22 - fold same array on two different keys
+ok 23 - same again but with priority switch
+ok 24 - folded on multi-key keyattr hash
+ok 25 - same again but with '+' prefix to copy keys
+ok 26 - did not fold on default key with non-scalar value
+ok 27 - no warning issued
+ok 28 - did not fold on specific key with non-scalar value
+ok 29 - warning issued as expected
+ok 30 - text in warning is correct
+ok 31 - same again but with keyattr as array
+ok 32 - warning issued as expected
+ok 33 - text in warning is correct
+ok 34 - did not fold on specific key with non-scalar value
+ok 35 - no warning issued (as expected)
+ok 36 - did not fold when element missing key attribute
+ok 37 - expected warning issued
+ok 38 - same again
+ok 39 - but with no warning this time
+ok 40 - folded elements despite non-unique key attribute
+ok 41 - expected warning issued
+ok 42 - same again but with keyattr as array
+ok 43 - expected warning issued
+ok 44 - same again
+ok 45 - but with no warning this time
+ok 46 - keeproot option works
+ok 47 - CDATA section parsed correctly
+ok 48 - CDATA section containing markup characters parsed correctly
+ok 49 - XMLin didn't choke on named external file
+ok 50 - and contents parsed as expected
+ok 51 - XMLin didn't choke on un-named (default) external file
+ok 52 - and contents parsed as expected
+ok 53 - XMLin found file using searchpath
+ok 54 - and contents parsed as expected
+ok 55 - XMLin choked on nonexistant file
+ok 56 - with the expected message
+ok 57 - nonexistant file not found in current directory
+ok 58 - with the expected message
+ok 59 - search path ignored when pathname supplied
+ok 60 - failed with expected message
+ok 61 - XMLin didn't choke on an IO::File object
+ok 62 - and it parsed the right file
+ok 63 - XMLin didn't choke on STDIN ('-')
+ok 64 - and data parsed correctly
+ok 65 - anonymous arrays parsed correctly
+ok 66 - anonymous arrays parsed correctly
+ok 67 - top level anonymous array returned arrayref
+ok 68 - nested anonymous arrays parsed correctly
+ok 69 - 'content' key appears as expected
+ok 70 - 'content' key successfully renamed to 'text'
+ok 71 - 'content' key not munged by forcearray
+ok 72 - gratuitous use of content key works as expected
+ok 73 - even when we change it's name to 'text'
+ok 74 - spurious content keys not eliminated after folding
+ok 75 - spurious content keys not eliminated after folding
+ok 76 - mixed content doesn't work - no surprises there
+ok 77 - nested element rolls up to scalar
+ok 78 - except when forcearray is enabled
+ok 79 - array folding works with single nested hash
+ok 80 - but not if forcearray is turned off
+ok 81 - selective application of forcearray successful
+ok 82 - forcearray using regex successful
+ok 83 - forcearray using a single regex successful
+ok 84 - attributes successfully skipped
+ok 85 - noattr does not intefere with array folding
+ok 86 - empty elements parse to hashrefs
+ok 87 - or are suppressed
+ok 88 - or parse to 'undef'
+ok 89 - or parse to an empty string
+ok 90 - empty document parses to undef
+ok 91 - grouped tags parse normally
+ok 92 - disintermediation of grouped tags works
+ok 93 - disintermediation works with multiple groups
+ok 94 - folding and ungrouping work together
+ok 95 - folding, ungrouping and content stripping work together
+ok 96 - folding without forcearray but with ungrouping fails as expected
+ok 97 - folding with forcearray and ungrouping works
+ok 98 - undefined variables are left untouched
+ok 99 - substitution of pre-defined variables works
+ok 100 - variables defined in XML work
+ok 101 - variables defined in XML merged successfully with predefined vars
+ok 102 - variables are expanded in later variable definitions
+ok 103 - grouptags requires a hash
+ok 104 - with correct error message
+ok 105 - variables requires a hash
+ok 106 - with correct error message
+ok 107 - disintermediation using wrong child key - as expected
+ok 108 - invalid options are trapped
+ok 109 - with correct error message
+ok 110 - invalid number of options are trapped
+ok 111 - with correct error message
+ok 112 - NS-1: folding OK
+ok 113 - NS-2: space normalised in hash key
+ok 114 - NS-3: space normalised in hash key
+ok 115 - NS-4: space not normalised in hash value
+ok 116 - NS-1a: folding OK
+ok 117 - NS-2a: space normalised in hash key
+ok 118 - NS-3a: space normalised in hash key
+ok 119 - NS-4a: space not normalised in hash value
+ok 120 - NS-5: folding OK
+ok 121 - NS-6: space normalised in hash key
+ok 122 - NS-7: space normalised in attribute value
+ok 123 - NS-8: space normalised in hash key
+ok 124 - NS-9: space normalised in element text content
+ok 125 - NS-10: space normalised in anonymous array
+ok 126 - NS-11: space normalized in anonymous array
+ok 127 - Nothing special about 'value' attributes
+ok 128 - ValueAttr as arrayref works
+ok 129 - ValueAttr as arrayref works
+ok 130 - ValueAttr as hashref works too
+ok 131 - ValueAttr as hashref works too
+ok 132 - successfully read an SRT config file
+ok 84 - attributes successfully skipped
+SKIP: t/1_XMLin
+1..7
+ok 1 - copied source XML file
+ok 2 - parsed expected data through the cache
+ok 3 - deleted the source XML file
+ok 4 - got what we expected from the cache
+ok 5 - even though the source XML file is empty
+ok 6 - parsed expected data through cache
+ok 7 - cache not modified
+PASS: t/5_MemCopy
+1..2
+ok 1 - External entity not retrieved
+ok 2 - External entity left as URL
+PASS: t/C_External_Entities
+1..8
+ok 1 - copied known good source file
+ok 2 - parsed expected data from file
+ok 3 - deleted the XML source file
+ok 4 - and recreated it (empty)
+ok 5 - got expected values from the cache
+ok 6 - even though the XML file is empty
+ok 7 - parsed new data through cache
+ok 8 - cache was modified
+PASS: t/4_MemShare
+1..44
+ok 1 - XML::Simple loads ok with qw(:strict)
+ok 2 - XMLin() did not fail
+ok 3 - and managed to produce the expected results
+ok 4 - omitting forcearray was a fatal error
+ok 5 - with the correct error message
+ok 6 - omitting keyattr was a fatal error
+ok 7 - with the correct error message
+ok 8 - omitting forcearray for elements in keyattr was a fatal error
+ok 9 - with the correct error message
+ok 10 - omitting keyattr elements from forcearray was a fatal error
+ok 11 - with the correct error message
+ok 12 - key attribute missing from names element was a fatal error
+ok 13 - with the correct error message
+ok 14 - non-unique key attribute values was a fatal error
+ok 15 - with the correct error message
+ok 16 - key attribute not a scalar was a fatal error
+ok 17 - with the correct error message
+ok 18 - XMLout() did not fail
+ok 19 - and managed to produce the expected results
+ok 20 - omitting keyattr was a fatal error
+ok 21 - with the correct error message
+ok 22 - omitting forcearray was not a fatal error on output
+ok 23 - $xs->XMLin() did not fail
+ok 24 - and managed to produce the expected results
+ok 25 - omitting forcearray was a fatal error
+ok 26 - with the correct error message
+ok 27 - omitting keyattr was a fatal error
+ok 28 - with the correct error message
+ok 29 - omitting forcearray for elements in keyattr was a fatal error
+ok 30 - with the correct error message
+ok 31 - omitting keyattr elements from forcearray was a fatal error
+ok 32 - with the correct error message
+ok 33 - key attribute missing from names element was a fatal error
+ok 34 - with the correct error message
+ok 35 - key attribute not a scalar was a fatal error
+ok 36 - with the correct error message
+ok 37 - XMLout() did not fail
+ok 38 - and managed to produce the expected results
+ok 39 - omitting keyattr was a fatal error
+ok 40 - with the correct error message
+ok 41 - other namespaces do not have strict mode forced upon them
+ok 42 - other namespaces do not have strict mode forced upon them
+ok 43 - with the correct error message
+ok 44 - other namespaces do not have strict mode forced upon them
+PASS: t/9_Strict
1..14
ok 1 - created source XML file
ok 2 - deleted old cache files
@@ -38951,26 +39179,6 @@ ok 12 - 'DataHandler' option works
ok 13 - 'datahandler' is a synonym for 'DataHandler'
ok 14 - keeproot works with SAX pipelines
PASS: t/7_SaxStuff
-1..8
-ok 1 - qnames are not expanded by default
-ok 2 - qnames are expanded on request
-ok 3 - clarkian names not converted to qnames on output by default
-ok 4 - clarkian names are converted to qnames on output on request
-ok 5 - expansion of default namespace works
-ok 6 - default namespaces are output correctly too
-ok 7 - namespace prefixes are generated automatically (part 1)
-ok 8 - namespace prefixes are generated automatically (part 2)
-PASS: t/8_Namespaces
-1..1
-# # Package Version
-# perl 5.30.0
-# XML::Simple 2.25
-# Storable 3.15
-# XML::Parser 2.44
-# XML::SAX 1.02
-# XML::NamespaceSupport 1.12
-ok 1 - Dumped config
-PASS: t/0_Config
1..12
ok 1 - use XML::Simple;
ok 2 # skip Tie::IxHash not installed
@@ -38988,10 +39196,6 @@ ok 2 # skip Tie::IxHash not installed
ok 3 # skip Tie::IxHash not installed
ok 4 # skip Tie::IxHash not installed
SKIP: t/B_Hooks
-1..2
-ok 1 - External entity not retrieved
-ok 2 - External entity left as URL
-PASS: t/C_External_Entities
1..201
ok 1 - call with no args proves fatal
ok 2 - with correct error message
@@ -39200,197 +39404,18 @@ ok 144 - uninitialiased value in array is skipped
ok 195 # skip Tie::IxHash not installed
SKIP: t/2_XMLout
1..8
-ok 1 - copied known good source file
-ok 2 - parsed expected data from file
-ok 3 - deleted the XML source file
-ok 4 - and recreated it (empty)
-ok 5 - got expected values from the cache
-ok 6 - even though the XML file is empty
-ok 7 - parsed new data through cache
-ok 8 - cache was modified
-PASS: t/4_MemShare
-1..132
-ok 1 - Module compiled OK
-# Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown)
-ok 2 - XMLin() didn't crash
-ok 3 - and it returned a value
-ok 4 - and a hasref at that
-ok 5 - matches expectations (attributes)
-ok 6 - same again with nested elements
-ok 7 - attributes in empty element
-ok 8 - repeated child elements give arrays of scalars
-ok 9 - nested element gives hash
-ok 10 - repeated child elements give list of hashes
-ok 11 - array folded on default key 'name'
-ok 12 - not folded when keyattr turned off
-ok 13 - still works when keyattr is empty hash
-ok 14 - folded on default key 'key'
-ok 15 - folded on default key 'id'
-ok 16 - folded on non-default key 'xname'
-ok 17 - same again but keyattr set with hash
-ok 18 - keyattr as array with value in second position
-ok 19 - keyattr as scalar
-ok 20 - KeyAttr as scalar
-ok 21 - key_attr as scalar
-ok 22 - fold same array on two different keys
-ok 23 - same again but with priority switch
-ok 24 - folded on multi-key keyattr hash
-ok 25 - same again but with '+' prefix to copy keys
-ok 26 - did not fold on default key with non-scalar value
-ok 27 - no warning issued
-ok 28 - did not fold on specific key with non-scalar value
-ok 29 - warning issued as expected
-ok 30 - text in warning is correct
-ok 31 - same again but with keyattr as array
-ok 32 - warning issued as expected
-ok 33 - text in warning is correct
-ok 34 - did not fold on specific key with non-scalar value
-ok 35 - no warning issued (as expected)
-ok 36 - did not fold when element missing key attribute
-ok 37 - expected warning issued
-ok 38 - same again
-ok 39 - but with no warning this time
-ok 40 - folded elements despite non-unique key attribute
-ok 41 - expected warning issued
-ok 42 - same again but with keyattr as array
-ok 43 - expected warning issued
-ok 44 - same again
-ok 45 - but with no warning this time
-ok 46 - keeproot option works
-ok 47 - CDATA section parsed correctly
-ok 48 - CDATA section containing markup characters parsed correctly
-ok 49 - XMLin didn't choke on named external file
-ok 50 - and contents parsed as expected
-ok 51 - XMLin didn't choke on un-named (default) external file
-ok 52 - and contents parsed as expected
-ok 53 - XMLin found file using searchpath
-ok 54 - and contents parsed as expected
-ok 55 - XMLin choked on nonexistant file
-ok 56 - with the expected message
-ok 57 - nonexistant file not found in current directory
-ok 58 - with the expected message
-ok 59 - search path ignored when pathname supplied
-ok 60 - failed with expected message
-ok 61 - XMLin didn't choke on an IO::File object
-ok 62 - and it parsed the right file
-ok 63 - XMLin didn't choke on STDIN ('-')
-ok 64 - and data parsed correctly
-ok 65 - anonymous arrays parsed correctly
-ok 66 - anonymous arrays parsed correctly
-ok 67 - top level anonymous array returned arrayref
-ok 68 - nested anonymous arrays parsed correctly
-ok 69 - 'content' key appears as expected
-ok 70 - 'content' key successfully renamed to 'text'
-ok 71 - 'content' key not munged by forcearray
-ok 72 - gratuitous use of content key works as expected
-ok 73 - even when we change it's name to 'text'
-ok 74 - spurious content keys not eliminated after folding
-ok 75 - spurious content keys not eliminated after folding
-ok 76 - mixed content doesn't work - no surprises there
-ok 77 - nested element rolls up to scalar
-ok 78 - except when forcearray is enabled
-ok 79 - array folding works with single nested hash
-ok 80 - but not if forcearray is turned off
-ok 81 - selective application of forcearray successful
-ok 82 - forcearray using regex successful
-ok 83 - forcearray using a single regex successful
-ok 84 - attributes successfully skipped
-ok 85 - noattr does not intefere with array folding
-ok 86 - empty elements parse to hashrefs
-ok 87 - or are suppressed
-ok 88 - or parse to 'undef'
-ok 89 - or parse to an empty string
-ok 90 - empty document parses to undef
-ok 91 - grouped tags parse normally
-ok 92 - disintermediation of grouped tags works
-ok 93 - disintermediation works with multiple groups
-ok 94 - folding and ungrouping work together
-ok 95 - folding, ungrouping and content stripping work together
-ok 96 - folding without forcearray but with ungrouping fails as expected
-ok 97 - folding with forcearray and ungrouping works
-ok 98 - undefined variables are left untouched
-ok 99 - substitution of pre-defined variables works
-ok 100 - variables defined in XML work
-ok 101 - variables defined in XML merged successfully with predefined vars
-ok 102 - variables are expanded in later variable definitions
-ok 103 - grouptags requires a hash
-ok 104 - with correct error message
-ok 105 - variables requires a hash
-ok 106 - with correct error message
-ok 107 - disintermediation using wrong child key - as expected
-ok 108 - invalid options are trapped
-ok 109 - with correct error message
-ok 110 - invalid number of options are trapped
-ok 111 - with correct error message
-ok 112 - NS-1: folding OK
-ok 113 - NS-2: space normalised in hash key
-ok 114 - NS-3: space normalised in hash key
-ok 115 - NS-4: space not normalised in hash value
-ok 116 - NS-1a: folding OK
-ok 117 - NS-2a: space normalised in hash key
-ok 118 - NS-3a: space normalised in hash key
-ok 119 - NS-4a: space not normalised in hash value
-ok 120 - NS-5: folding OK
-ok 121 - NS-6: space normalised in hash key
-ok 122 - NS-7: space normalised in attribute value
-ok 123 - NS-8: space normalised in hash key
-ok 124 - NS-9: space normalised in element text content
-ok 125 - NS-10: space normalised in anonymous array
-ok 126 - NS-11: space normalized in anonymous array
-ok 127 - Nothing special about 'value' attributes
-ok 128 - ValueAttr as arrayref works
-ok 129 - ValueAttr as arrayref works
-ok 130 - ValueAttr as hashref works too
-ok 131 - ValueAttr as hashref works too
-ok 132 - successfully read an SRT config file
-ok 84 - attributes successfully skipped
-SKIP: t/1_XMLin
-1..44
-ok 1 - XML::Simple loads ok with qw(:strict)
-ok 2 - XMLin() did not fail
-ok 3 - and managed to produce the expected results
-ok 4 - omitting forcearray was a fatal error
-ok 5 - with the correct error message
-ok 6 - omitting keyattr was a fatal error
-ok 7 - with the correct error message
-ok 8 - omitting forcearray for elements in keyattr was a fatal error
-ok 9 - with the correct error message
-ok 10 - omitting keyattr elements from forcearray was a fatal error
-ok 11 - with the correct error message
-ok 12 - key attribute missing from names element was a fatal error
-ok 13 - with the correct error message
-ok 14 - non-unique key attribute values was a fatal error
-ok 15 - with the correct error message
-ok 16 - key attribute not a scalar was a fatal error
-ok 17 - with the correct error message
-ok 18 - XMLout() did not fail
-ok 19 - and managed to produce the expected results
-ok 20 - omitting keyattr was a fatal error
-ok 21 - with the correct error message
-ok 22 - omitting forcearray was not a fatal error on output
-ok 23 - $xs->XMLin() did not fail
-ok 24 - and managed to produce the expected results
-ok 25 - omitting forcearray was a fatal error
-ok 26 - with the correct error message
-ok 27 - omitting keyattr was a fatal error
-ok 28 - with the correct error message
-ok 29 - omitting forcearray for elements in keyattr was a fatal error
-ok 30 - with the correct error message
-ok 31 - omitting keyattr elements from forcearray was a fatal error
-ok 32 - with the correct error message
-ok 33 - key attribute missing from names element was a fatal error
-ok 34 - with the correct error message
-ok 35 - key attribute not a scalar was a fatal error
-ok 36 - with the correct error message
-ok 37 - XMLout() did not fail
-ok 38 - and managed to produce the expected results
-ok 39 - omitting keyattr was a fatal error
-ok 40 - with the correct error message
-ok 41 - other namespaces do not have strict mode forced upon them
-ok 42 - other namespaces do not have strict mode forced upon them
-ok 43 - with the correct error message
-ok 44 - other namespaces do not have strict mode forced upon them
-PASS: t/9_Strict
+ok 1 - qnames are not expanded by default
+ok 2 - qnames are expanded on request
+ok 3 - clarkian names not converted to qnames on output by default
+ok 4 - clarkian names are converted to qnames on output on request
+ok 5 - expansion of default namespace works
+ok 6 - default namespaces are output correctly too
+ok 7 - namespace prefixes are generated automatically (part 1)
+ok 8 - namespace prefixes are generated automatically (part 2)
+PASS: t/8_Namespaces
+1..0 # SKIP these tests are for testing by the author
+1..0 # SKIP these tests are for testing by the author
+SKIP: t/author-pod-syntax
1..37
ok 1 - invalid number of options are trapped
ok 2 - with correct error message
@@ -39430,31 +39455,16 @@ ok 35 - variables from XML merged with predefined variables
ok 36 - unrecognised option caught by constructor
ok 37 - correct message in exception
PASS: t/6_ObjIntf
-1..23
-ok 1 - copied known good source file
-ok 2 - no cache files lying around
-ok 3 - parsed expected data from file
-ok 4 - and no cache file was created
-ok 5 - parsed expected data from file (again)
-ok 6 - but this time a cache file was created
-ok 7 - got expected data from cache
-ok 8 - and cache timestamp has not changed
-ok 9 - parsed in expected value again
-ok 10 - and this time the cache timestamp has changed
-ok 11 - deleted the source file
-ok 12 - recreated the source file
-ok 13 - but with nothing in it
-ok 14 - got the expected data from the cache
-ok 15 - parsed in expected data from file
-ok 16 - and the cache file was not touched
-ok 17 - parsed expected data through cache
-ok 18 - and the cache was updated
-ok 19 - copied back the original file
-ok 20 - parsed expected data in through cache
-ok 21 - scheme name is case-insensitive
-ok 22 - bad cache scheme names are trapped
-ok 23 - with correct error message
-PASS: t/3_Storable
+1..1
+# # Package Version
+# perl 5.30.0
+# XML::Simple 2.25
+# Storable 3.15
+# XML::Parser 2.44
+# XML::SAX 1.02
+# XML::NamespaceSupport 1.12
+ok 1 - Dumped config
+PASS: t/0_Config
1..14
ok 1 - Parsing caused warning (as expected)
ok 2 - Message contained expected text
@@ -39471,20 +39481,11 @@ ok 12 - and contents parsed as expected
ok 13 - XML::Parser didn't choke on an IO::File object
ok 14 - and it parsed the right file
PASS: t/A_XMLParser
-1..7
-ok 1 - copied source XML file
-ok 2 - parsed expected data through the cache
-ok 3 - deleted the source XML file
-ok 4 - got what we expected from the cache
-ok 5 - even though the source XML file is empty
-ok 6 - parsed expected data through cache
-ok 7 - cache not modified
-PASS: t/5_MemCopy
-DURATION: 13
+DURATION: 14
END: /usr/lib/libxml-simple-perl/ptest
-2019-06-24T17:19
+2019-06-24T22:55
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:19
+2019-06-24T22:55
BEGIN: /usr/lib/libxml2/ptest
[ -d test ] || ln -s ../libxml2-2.9.9/test .
[ -d result ] || ln -s ../libxml2-2.9.9/result .
@@ -39766,11 +39767,11 @@ PASS: xpathns.py
PASS: xpathleak.py
make[2]: Leaving directory '/usr/lib/libxml2/ptest/python/tests'
make[1]: Leaving directory '/usr/lib/libxml2/ptest/python'
-DURATION: 13
+DURATION: 14
END: /usr/lib/libxml2/ptest
-2019-06-24T17:19
+2019-06-24T22:55
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:19
+2019-06-24T22:55
BEGIN: /usr/lib/lttng-tools/ptest
PASS: test_kernel_data 1 - Create kernel session
PASS: test_kernel_data 2 - Validate kernel session
@@ -42351,16 +42352,16 @@ PASS: tools/filtering/test_valid_filter 1748 - Kill session daemon
PASS: tools/streaming/test_ust 1 - Start lttng-relayd (opt: -o /tmp/tmp.XXXXXXXXXX)
PASS: tools/streaming/test_ust 2 - Start session daemon
PASS: tools/streaming/test_ust 3 - Create session with default path
-PASS: tools/streaming/test_ust 4 - Enable ust event tp:tptest for session rehUuMemoQAOd9yU
-PASS: tools/streaming/test_ust 5 - Start tracing for session rehUuMemoQAOd9yU
-PASS: tools/streaming/test_ust 6 - Stop lttng tracing for session rehUuMemoQAOd9yU
-PASS: tools/streaming/test_ust 7 - Destroy session rehUuMemoQAOd9yU
+PASS: tools/streaming/test_ust 4 - Enable ust event tp:tptest for session 81iasxCAzCfCOJBq
+PASS: tools/streaming/test_ust 5 - Start tracing for session 81iasxCAzCfCOJBq
+PASS: tools/streaming/test_ust 6 - Stop lttng tracing for session 81iasxCAzCfCOJBq
+PASS: tools/streaming/test_ust 7 - Destroy session 81iasxCAzCfCOJBq
PASS: tools/streaming/test_ust 8 - Validate trace for event tp:tptest, 5 events
PASS: tools/streaming/test_ust 9 - Create session with default path
-PASS: tools/streaming/test_ust 10 - Enable ust event tp:tptest for session N4XOPFl2EyjTe8vy
-PASS: tools/streaming/test_ust 11 - Start tracing for session N4XOPFl2EyjTe8vy
-PASS: tools/streaming/test_ust 12 - Stop lttng tracing for session N4XOPFl2EyjTe8vy
-PASS: tools/streaming/test_ust 13 - Destroy session N4XOPFl2EyjTe8vy
+PASS: tools/streaming/test_ust 10 - Enable ust event tp:tptest for session J2zVrEthEqvdz9j1
+PASS: tools/streaming/test_ust 11 - Start tracing for session J2zVrEthEqvdz9j1
+PASS: tools/streaming/test_ust 12 - Stop lttng tracing for session J2zVrEthEqvdz9j1
+PASS: tools/streaming/test_ust 13 - Destroy session J2zVrEthEqvdz9j1
PASS: tools/streaming/test_ust 14 - Validate trace for event tp:tptest, 5 events
PASS: tools/streaming/test_ust 15 - Kill session daemon
PASS: tools/streaming/test_ust 16 - Kill relay daemon
@@ -42399,7 +42400,7 @@ PASS: tools/live/test_ust_tracefile_count 4 - Create viewer session
PASS: tools/live/test_ust_tracefile_count 5 - Attach to session, 2 stream(s) received
PASS: tools/live/test_ust_tracefile_count 6 - Get metadata, received 4096 bytes
PASS: tools/live/test_ust_tracefile_count 7 - Get one index per stream
-PASS: tools/live/test_ust_tracefile_count 8 - Get one data packet for stream 0, offset 0, len 4096
+PASS: tools/live/test_ust_tracefile_count 8 - Get one data packet for stream 1, offset 0, len 4096
PASS: tools/live/test_ust_tracefile_count 9 - Detach viewer session
PASS: tools/live/test_ust_tracefile_count 10 - List sessions : 1 session(s)
PASS: tools/live/test_ust_tracefile_count 11 - Attach to session, 2 streams received
@@ -42416,150 +42417,150 @@ PASS: tools/live/test_lttng_ust 10 - Create session in live mode with delay 2000
PASS: tools/live/test_lttng_ust 11 - Kill relay daemon
PASS: tools/live/test_lttng_ust 12 - Kill session daemon
PASS: tools/tracefile-limits/test_tracefile_count 1 - Start session daemon
-PASS: tools/tracefile-limits/test_tracefile_count 2 - Create session fTQWrK6yy4ePfjtW in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_count 3 - Enable channel channel for session fTQWrK6yy4ePfjtW: 1 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 4 - Enable event tp:tptest for session fTQWrK6yy4ePfjtW in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 5 - Start tracing for session fTQWrK6yy4ePfjtW
-PASS: tools/tracefile-limits/test_tracefile_count 6 - Stop lttng tracing for session fTQWrK6yy4ePfjtW
-PASS: tools/tracefile-limits/test_tracefile_count 7 - Destroy session fTQWrK6yy4ePfjtW
+PASS: tools/tracefile-limits/test_tracefile_count 2 - Create session Yf4pbCJRyi6CYcp6 in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_count 3 - Enable channel channel for session Yf4pbCJRyi6CYcp6: 1 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 4 - Enable event tp:tptest for session Yf4pbCJRyi6CYcp6 in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 5 - Start tracing for session Yf4pbCJRyi6CYcp6
+PASS: tools/tracefile-limits/test_tracefile_count 6 - Stop lttng tracing for session Yf4pbCJRyi6CYcp6
+PASS: tools/tracefile-limits/test_tracefile_count 7 - Destroy session Yf4pbCJRyi6CYcp6
PASS: tools/tracefile-limits/test_tracefile_count 8 - Validate file count: channel_0_*
PASS: tools/tracefile-limits/test_tracefile_count 9 - Trace validation - intfield
PASS: tools/tracefile-limits/test_tracefile_count 10 - Trace validation - netintfield
PASS: tools/tracefile-limits/test_tracefile_count 11 - Trace validation - longfield
-PASS: tools/tracefile-limits/test_tracefile_count 12 - Create session YOBctxOAETXy9wn7 in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_count 13 - Enable channel channel for session YOBctxOAETXy9wn7: 2 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 14 - Enable event tp:tptest for session YOBctxOAETXy9wn7 in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 15 - Start tracing for session YOBctxOAETXy9wn7
-PASS: tools/tracefile-limits/test_tracefile_count 16 - Stop lttng tracing for session YOBctxOAETXy9wn7
-PASS: tools/tracefile-limits/test_tracefile_count 17 - Destroy session YOBctxOAETXy9wn7
+PASS: tools/tracefile-limits/test_tracefile_count 12 - Create session GPbMUhc3sthQ2RUz in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_count 13 - Enable channel channel for session GPbMUhc3sthQ2RUz: 2 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 14 - Enable event tp:tptest for session GPbMUhc3sthQ2RUz in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 15 - Start tracing for session GPbMUhc3sthQ2RUz
+PASS: tools/tracefile-limits/test_tracefile_count 16 - Stop lttng tracing for session GPbMUhc3sthQ2RUz
+PASS: tools/tracefile-limits/test_tracefile_count 17 - Destroy session GPbMUhc3sthQ2RUz
PASS: tools/tracefile-limits/test_tracefile_count 18 - Validate file count: channel_0_*
PASS: tools/tracefile-limits/test_tracefile_count 19 - Trace validation - intfield
PASS: tools/tracefile-limits/test_tracefile_count 20 - Trace validation - netintfield
PASS: tools/tracefile-limits/test_tracefile_count 21 - Trace validation - longfield
-PASS: tools/tracefile-limits/test_tracefile_count 22 - Create session WbFuG8xjFoIbW3hk in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_count 23 - Enable channel channel for session WbFuG8xjFoIbW3hk: 4 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 24 - Enable event tp:tptest for session WbFuG8xjFoIbW3hk in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 25 - Start tracing for session WbFuG8xjFoIbW3hk
-PASS: tools/tracefile-limits/test_tracefile_count 26 - Stop lttng tracing for session WbFuG8xjFoIbW3hk
-PASS: tools/tracefile-limits/test_tracefile_count 27 - Destroy session WbFuG8xjFoIbW3hk
+PASS: tools/tracefile-limits/test_tracefile_count 22 - Create session 7tPSaCIpyKS8ARZh in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_count 23 - Enable channel channel for session 7tPSaCIpyKS8ARZh: 4 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 24 - Enable event tp:tptest for session 7tPSaCIpyKS8ARZh in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 25 - Start tracing for session 7tPSaCIpyKS8ARZh
+PASS: tools/tracefile-limits/test_tracefile_count 26 - Stop lttng tracing for session 7tPSaCIpyKS8ARZh
+PASS: tools/tracefile-limits/test_tracefile_count 27 - Destroy session 7tPSaCIpyKS8ARZh
PASS: tools/tracefile-limits/test_tracefile_count 28 - Validate file count: channel_0_*
PASS: tools/tracefile-limits/test_tracefile_count 29 - Trace validation - intfield
PASS: tools/tracefile-limits/test_tracefile_count 30 - Trace validation - netintfield
PASS: tools/tracefile-limits/test_tracefile_count 31 - Trace validation - longfield
-PASS: tools/tracefile-limits/test_tracefile_count 32 - Create session NgO6XLMFKcEuxydV in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_count 33 - Enable channel channel for session NgO6XLMFKcEuxydV: 8 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 34 - Enable event tp:tptest for session NgO6XLMFKcEuxydV in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 35 - Start tracing for session NgO6XLMFKcEuxydV
-PASS: tools/tracefile-limits/test_tracefile_count 36 - Stop lttng tracing for session NgO6XLMFKcEuxydV
-PASS: tools/tracefile-limits/test_tracefile_count 37 - Destroy session NgO6XLMFKcEuxydV
+PASS: tools/tracefile-limits/test_tracefile_count 32 - Create session GqIaKBaLJiTV6GE2 in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_count 33 - Enable channel channel for session GqIaKBaLJiTV6GE2: 8 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 34 - Enable event tp:tptest for session GqIaKBaLJiTV6GE2 in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 35 - Start tracing for session GqIaKBaLJiTV6GE2
+PASS: tools/tracefile-limits/test_tracefile_count 36 - Stop lttng tracing for session GqIaKBaLJiTV6GE2
+PASS: tools/tracefile-limits/test_tracefile_count 37 - Destroy session GqIaKBaLJiTV6GE2
PASS: tools/tracefile-limits/test_tracefile_count 38 - Validate file count: channel_0_*
PASS: tools/tracefile-limits/test_tracefile_count 39 - Trace validation - intfield
PASS: tools/tracefile-limits/test_tracefile_count 40 - Trace validation - netintfield
PASS: tools/tracefile-limits/test_tracefile_count 41 - Trace validation - longfield
-PASS: tools/tracefile-limits/test_tracefile_count 42 - Create session OjsWQv1vj2lsJ4Tf in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_count 43 - Enable channel channel for session OjsWQv1vj2lsJ4Tf: 10 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 44 - Enable event tp:tptest for session OjsWQv1vj2lsJ4Tf in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 45 - Start tracing for session OjsWQv1vj2lsJ4Tf
-PASS: tools/tracefile-limits/test_tracefile_count 46 - Stop lttng tracing for session OjsWQv1vj2lsJ4Tf
-PASS: tools/tracefile-limits/test_tracefile_count 47 - Destroy session OjsWQv1vj2lsJ4Tf
+PASS: tools/tracefile-limits/test_tracefile_count 42 - Create session 67H85L4iA79rsHJw in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_count 43 - Enable channel channel for session 67H85L4iA79rsHJw: 10 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 44 - Enable event tp:tptest for session 67H85L4iA79rsHJw in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 45 - Start tracing for session 67H85L4iA79rsHJw
+PASS: tools/tracefile-limits/test_tracefile_count 46 - Stop lttng tracing for session 67H85L4iA79rsHJw
+PASS: tools/tracefile-limits/test_tracefile_count 47 - Destroy session 67H85L4iA79rsHJw
PASS: tools/tracefile-limits/test_tracefile_count 48 - Validate file count: channel_0_*
PASS: tools/tracefile-limits/test_tracefile_count 49 - Trace validation - intfield
PASS: tools/tracefile-limits/test_tracefile_count 50 - Trace validation - netintfield
PASS: tools/tracefile-limits/test_tracefile_count 51 - Trace validation - longfield
-PASS: tools/tracefile-limits/test_tracefile_count 52 - Create session HFqx5afB8D4muliW in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_count 53 - Enable channel channel for session HFqx5afB8D4muliW: 16 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 54 - Enable event tp:tptest for session HFqx5afB8D4muliW in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 55 - Start tracing for session HFqx5afB8D4muliW
-PASS: tools/tracefile-limits/test_tracefile_count 56 - Stop lttng tracing for session HFqx5afB8D4muliW
-PASS: tools/tracefile-limits/test_tracefile_count 57 - Destroy session HFqx5afB8D4muliW
+PASS: tools/tracefile-limits/test_tracefile_count 52 - Create session DYEIEcFpKWy7R6ZQ in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_count 53 - Enable channel channel for session DYEIEcFpKWy7R6ZQ: 16 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 54 - Enable event tp:tptest for session DYEIEcFpKWy7R6ZQ in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 55 - Start tracing for session DYEIEcFpKWy7R6ZQ
+PASS: tools/tracefile-limits/test_tracefile_count 56 - Stop lttng tracing for session DYEIEcFpKWy7R6ZQ
+PASS: tools/tracefile-limits/test_tracefile_count 57 - Destroy session DYEIEcFpKWy7R6ZQ
PASS: tools/tracefile-limits/test_tracefile_count 58 - Validate file count: channel_0_*
PASS: tools/tracefile-limits/test_tracefile_count 59 - Trace validation - intfield
PASS: tools/tracefile-limits/test_tracefile_count 60 - Trace validation - netintfield
PASS: tools/tracefile-limits/test_tracefile_count 61 - Trace validation - longfield
-PASS: tools/tracefile-limits/test_tracefile_count 62 - Create session yCt9DTMadKOQgZMx in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_count 63 - Enable channel channel for session yCt9DTMadKOQgZMx: 32 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 64 - Enable event tp:tptest for session yCt9DTMadKOQgZMx in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 65 - Start tracing for session yCt9DTMadKOQgZMx
-PASS: tools/tracefile-limits/test_tracefile_count 66 - Stop lttng tracing for session yCt9DTMadKOQgZMx
-PASS: tools/tracefile-limits/test_tracefile_count 67 - Destroy session yCt9DTMadKOQgZMx
+PASS: tools/tracefile-limits/test_tracefile_count 62 - Create session Q0YzklDbwiPLFDMZ in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_count 63 - Enable channel channel for session Q0YzklDbwiPLFDMZ: 32 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 64 - Enable event tp:tptest for session Q0YzklDbwiPLFDMZ in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 65 - Start tracing for session Q0YzklDbwiPLFDMZ
+PASS: tools/tracefile-limits/test_tracefile_count 66 - Stop lttng tracing for session Q0YzklDbwiPLFDMZ
+PASS: tools/tracefile-limits/test_tracefile_count 67 - Destroy session Q0YzklDbwiPLFDMZ
PASS: tools/tracefile-limits/test_tracefile_count 68 - Validate file count: channel_0_*
PASS: tools/tracefile-limits/test_tracefile_count 69 - Trace validation - intfield
PASS: tools/tracefile-limits/test_tracefile_count 70 - Trace validation - netintfield
PASS: tools/tracefile-limits/test_tracefile_count 71 - Trace validation - longfield
-PASS: tools/tracefile-limits/test_tracefile_count 72 - Create session bXlIK3ev3PjGccAb in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_count 73 - Enable channel channel for session bXlIK3ev3PjGccAb: 64 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 74 - Enable event tp:tptest for session bXlIK3ev3PjGccAb in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 75 - Start tracing for session bXlIK3ev3PjGccAb
-PASS: tools/tracefile-limits/test_tracefile_count 76 - Stop lttng tracing for session bXlIK3ev3PjGccAb
-PASS: tools/tracefile-limits/test_tracefile_count 77 - Destroy session bXlIK3ev3PjGccAb
+PASS: tools/tracefile-limits/test_tracefile_count 72 - Create session cFFgU1WPVxzHo8xY in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_count 73 - Enable channel channel for session cFFgU1WPVxzHo8xY: 64 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 74 - Enable event tp:tptest for session cFFgU1WPVxzHo8xY in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 75 - Start tracing for session cFFgU1WPVxzHo8xY
+PASS: tools/tracefile-limits/test_tracefile_count 76 - Stop lttng tracing for session cFFgU1WPVxzHo8xY
+PASS: tools/tracefile-limits/test_tracefile_count 77 - Destroy session cFFgU1WPVxzHo8xY
PASS: tools/tracefile-limits/test_tracefile_count 78 - Validate file count: channel_0_*
PASS: tools/tracefile-limits/test_tracefile_count 79 - Trace validation - intfield
PASS: tools/tracefile-limits/test_tracefile_count 80 - Trace validation - netintfield
PASS: tools/tracefile-limits/test_tracefile_count 81 - Trace validation - longfield
PASS: tools/tracefile-limits/test_tracefile_count 82 - Kill session daemon
PASS: tools/tracefile-limits/test_tracefile_size 1 - Start session daemon
-PASS: tools/tracefile-limits/test_tracefile_size 2 - Create session ovqsTihJAmzlzDVc in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_size 3 - Enable channel channel for session ovqsTihJAmzlzDVc: 4096 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 4 - Enable event tp:tptest for session ovqsTihJAmzlzDVc in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 5 - Start tracing for session ovqsTihJAmzlzDVc
-PASS: tools/tracefile-limits/test_tracefile_size 6 - Stop lttng tracing for session ovqsTihJAmzlzDVc
-PASS: tools/tracefile-limits/test_tracefile_size 7 - Destroy session ovqsTihJAmzlzDVc
+PASS: tools/tracefile-limits/test_tracefile_size 2 - Create session bOQ6wZjbVvEEOkwL in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_size 3 - Enable channel channel for session bOQ6wZjbVvEEOkwL: 4096 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 4 - Enable event tp:tptest for session bOQ6wZjbVvEEOkwL in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 5 - Start tracing for session bOQ6wZjbVvEEOkwL
+PASS: tools/tracefile-limits/test_tracefile_size 6 - Stop lttng tracing for session bOQ6wZjbVvEEOkwL
+PASS: tools/tracefile-limits/test_tracefile_size 7 - Destroy session bOQ6wZjbVvEEOkwL
PASS: tools/tracefile-limits/test_tracefile_size 8 - File size validation
PASS: tools/tracefile-limits/test_tracefile_size 9 - Validate trace for event tp:tptest, 152 events
-PASS: tools/tracefile-limits/test_tracefile_size 10 - Create session XJK1908OJaurQuzf in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_size 11 - Enable channel channel for session XJK1908OJaurQuzf: 8192 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 12 - Enable event tp:tptest for session XJK1908OJaurQuzf in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 13 - Start tracing for session XJK1908OJaurQuzf
-PASS: tools/tracefile-limits/test_tracefile_size 14 - Stop lttng tracing for session XJK1908OJaurQuzf
-PASS: tools/tracefile-limits/test_tracefile_size 15 - Destroy session XJK1908OJaurQuzf
+PASS: tools/tracefile-limits/test_tracefile_size 10 - Create session ur2mkbBVa0QNZyXI in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_size 11 - Enable channel channel for session ur2mkbBVa0QNZyXI: 8192 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 12 - Enable event tp:tptest for session ur2mkbBVa0QNZyXI in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 13 - Start tracing for session ur2mkbBVa0QNZyXI
+PASS: tools/tracefile-limits/test_tracefile_size 14 - Stop lttng tracing for session ur2mkbBVa0QNZyXI
+PASS: tools/tracefile-limits/test_tracefile_size 15 - Destroy session ur2mkbBVa0QNZyXI
PASS: tools/tracefile-limits/test_tracefile_size 16 - File size validation
PASS: tools/tracefile-limits/test_tracefile_size 17 - Validate trace for event tp:tptest, 152 events
-PASS: tools/tracefile-limits/test_tracefile_size 18 - Create session NwZv5Gr8hxAd3hVh in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_size 19 - Enable channel channel for session NwZv5Gr8hxAd3hVh: 16384 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 20 - Enable event tp:tptest for session NwZv5Gr8hxAd3hVh in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 21 - Start tracing for session NwZv5Gr8hxAd3hVh
-PASS: tools/tracefile-limits/test_tracefile_size 22 - Stop lttng tracing for session NwZv5Gr8hxAd3hVh
-PASS: tools/tracefile-limits/test_tracefile_size 23 - Destroy session NwZv5Gr8hxAd3hVh
+PASS: tools/tracefile-limits/test_tracefile_size 18 - Create session 09Lq8ePliRqdjcns in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_size 19 - Enable channel channel for session 09Lq8ePliRqdjcns: 16384 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 20 - Enable event tp:tptest for session 09Lq8ePliRqdjcns in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 21 - Start tracing for session 09Lq8ePliRqdjcns
+PASS: tools/tracefile-limits/test_tracefile_size 22 - Stop lttng tracing for session 09Lq8ePliRqdjcns
+PASS: tools/tracefile-limits/test_tracefile_size 23 - Destroy session 09Lq8ePliRqdjcns
PASS: tools/tracefile-limits/test_tracefile_size 24 - File size validation
PASS: tools/tracefile-limits/test_tracefile_size 25 - Validate trace for event tp:tptest, 152 events
-PASS: tools/tracefile-limits/test_tracefile_size 26 - Create session gV1XN7KpHHRrjod4 in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_size 27 - Enable channel channel for session gV1XN7KpHHRrjod4: 32768 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 28 - Enable event tp:tptest for session gV1XN7KpHHRrjod4 in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 29 - Start tracing for session gV1XN7KpHHRrjod4
-PASS: tools/tracefile-limits/test_tracefile_size 30 - Stop lttng tracing for session gV1XN7KpHHRrjod4
-PASS: tools/tracefile-limits/test_tracefile_size 31 - Destroy session gV1XN7KpHHRrjod4
+PASS: tools/tracefile-limits/test_tracefile_size 26 - Create session iiVM41BZEKHSjQjd in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_size 27 - Enable channel channel for session iiVM41BZEKHSjQjd: 32768 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 28 - Enable event tp:tptest for session iiVM41BZEKHSjQjd in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 29 - Start tracing for session iiVM41BZEKHSjQjd
+PASS: tools/tracefile-limits/test_tracefile_size 30 - Stop lttng tracing for session iiVM41BZEKHSjQjd
+PASS: tools/tracefile-limits/test_tracefile_size 31 - Destroy session iiVM41BZEKHSjQjd
PASS: tools/tracefile-limits/test_tracefile_size 32 - File size validation
PASS: tools/tracefile-limits/test_tracefile_size 33 - Validate trace for event tp:tptest, 152 events
-PASS: tools/tracefile-limits/test_tracefile_size 34 - Create session xZ7zJT3QceM19fS9 in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_size 35 - Enable channel channel for session xZ7zJT3QceM19fS9: 65536 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 36 - Enable event tp:tptest for session xZ7zJT3QceM19fS9 in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 37 - Start tracing for session xZ7zJT3QceM19fS9
-PASS: tools/tracefile-limits/test_tracefile_size 38 - Stop lttng tracing for session xZ7zJT3QceM19fS9
-PASS: tools/tracefile-limits/test_tracefile_size 39 - Destroy session xZ7zJT3QceM19fS9
+PASS: tools/tracefile-limits/test_tracefile_size 34 - Create session 5F16TyqnKfOpnPFO in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_size 35 - Enable channel channel for session 5F16TyqnKfOpnPFO: 65536 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 36 - Enable event tp:tptest for session 5F16TyqnKfOpnPFO in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 37 - Start tracing for session 5F16TyqnKfOpnPFO
+PASS: tools/tracefile-limits/test_tracefile_size 38 - Stop lttng tracing for session 5F16TyqnKfOpnPFO
+PASS: tools/tracefile-limits/test_tracefile_size 39 - Destroy session 5F16TyqnKfOpnPFO
PASS: tools/tracefile-limits/test_tracefile_size 40 - File size validation
PASS: tools/tracefile-limits/test_tracefile_size 41 - Validate trace for event tp:tptest, 152 events
-PASS: tools/tracefile-limits/test_tracefile_size 42 - Create session CgpuqP70uhKAJJn2 in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_size 43 - Enable channel channel for session CgpuqP70uhKAJJn2: 131072 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 44 - Enable event tp:tptest for session CgpuqP70uhKAJJn2 in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 45 - Start tracing for session CgpuqP70uhKAJJn2
-PASS: tools/tracefile-limits/test_tracefile_size 46 - Stop lttng tracing for session CgpuqP70uhKAJJn2
-PASS: tools/tracefile-limits/test_tracefile_size 47 - Destroy session CgpuqP70uhKAJJn2
+PASS: tools/tracefile-limits/test_tracefile_size 42 - Create session J5YyhfFSpHw9Zk7X in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_size 43 - Enable channel channel for session J5YyhfFSpHw9Zk7X: 131072 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 44 - Enable event tp:tptest for session J5YyhfFSpHw9Zk7X in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 45 - Start tracing for session J5YyhfFSpHw9Zk7X
+PASS: tools/tracefile-limits/test_tracefile_size 46 - Stop lttng tracing for session J5YyhfFSpHw9Zk7X
+PASS: tools/tracefile-limits/test_tracefile_size 47 - Destroy session J5YyhfFSpHw9Zk7X
PASS: tools/tracefile-limits/test_tracefile_size 48 - File size validation
PASS: tools/tracefile-limits/test_tracefile_size 49 - Validate trace for event tp:tptest, 152 events
-PASS: tools/tracefile-limits/test_tracefile_size 50 - Create session mAJbfJcwPbO5VZgH in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_size 51 - Enable channel channel for session mAJbfJcwPbO5VZgH: 5120 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 52 - Enable event tp:tptest for session mAJbfJcwPbO5VZgH in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 53 - Start tracing for session mAJbfJcwPbO5VZgH
-PASS: tools/tracefile-limits/test_tracefile_size 54 - Stop lttng tracing for session mAJbfJcwPbO5VZgH
-PASS: tools/tracefile-limits/test_tracefile_size 55 - Destroy session mAJbfJcwPbO5VZgH
+PASS: tools/tracefile-limits/test_tracefile_size 50 - Create session 4r1pGIRcxt9CNIhY in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_size 51 - Enable channel channel for session 4r1pGIRcxt9CNIhY: 5120 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 52 - Enable event tp:tptest for session 4r1pGIRcxt9CNIhY in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 53 - Start tracing for session 4r1pGIRcxt9CNIhY
+PASS: tools/tracefile-limits/test_tracefile_size 54 - Stop lttng tracing for session 4r1pGIRcxt9CNIhY
+PASS: tools/tracefile-limits/test_tracefile_size 55 - Destroy session 4r1pGIRcxt9CNIhY
PASS: tools/tracefile-limits/test_tracefile_size 56 - File size validation
PASS: tools/tracefile-limits/test_tracefile_size 57 - Validate trace for event tp:tptest, 152 events
-PASS: tools/tracefile-limits/test_tracefile_size 58 - Create session ro368BgR7vxkAbjA in /tmp/tmp.XXXXXXXXXX
-PASS: tools/tracefile-limits/test_tracefile_size 59 - Enable channel channel for session ro368BgR7vxkAbjA: 4094 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 60 - Enable event tp:tptest for session ro368BgR7vxkAbjA in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 61 - Start tracing for session ro368BgR7vxkAbjA
-PASS: tools/tracefile-limits/test_tracefile_size 62 - Stop lttng tracing for session ro368BgR7vxkAbjA
-PASS: tools/tracefile-limits/test_tracefile_size 63 - Destroy session ro368BgR7vxkAbjA
+PASS: tools/tracefile-limits/test_tracefile_size 58 - Create session Gg2bXhZBEQzrb8wy in /tmp/tmp.XXXXXXXXXX
+PASS: tools/tracefile-limits/test_tracefile_size 59 - Enable channel channel for session Gg2bXhZBEQzrb8wy: 4094 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 60 - Enable event tp:tptest for session Gg2bXhZBEQzrb8wy in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 61 - Start tracing for session Gg2bXhZBEQzrb8wy
+PASS: tools/tracefile-limits/test_tracefile_size 62 - Stop lttng tracing for session Gg2bXhZBEQzrb8wy
+PASS: tools/tracefile-limits/test_tracefile_size 63 - Destroy session Gg2bXhZBEQzrb8wy
PASS: tools/tracefile-limits/test_tracefile_size 64 - File size validation
PASS: tools/tracefile-limits/test_tracefile_size 65 - Validate trace for event tp:tptest, 152 events
PASS: tools/tracefile-limits/test_tracefile_size 66 - Kill session daemon
@@ -42713,198 +42714,198 @@ PASS: tools/exclusion/test_exclusion 147 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 148 - Enable LTTng event "allo*" with exclusion "ze,all*,yes" fails
PASS: tools/exclusion/test_exclusion 149 - Kill session daemon
PASS: tools/snapshots/test_ust_fast 1 - Start session daemon
-PASS: tools/snapshots/test_ust_fast 2 - Create session viEIErSQkYVG4Eph in no-output mode
-PASS: tools/snapshots/test_ust_fast 3 - Enable channel snapchan for session viEIErSQkYVG4Eph
-PASS: tools/snapshots/test_ust_fast 4 - Enable ust event tp:tptest for session viEIErSQkYVG4Eph
-PASS: tools/snapshots/test_ust_fast 5 - Start tracing for session viEIErSQkYVG4Eph
+PASS: tools/snapshots/test_ust_fast 2 - Create session 3XuelzbBL6XXe1vr in no-output mode
+PASS: tools/snapshots/test_ust_fast 3 - Enable channel snapchan for session 3XuelzbBL6XXe1vr
+PASS: tools/snapshots/test_ust_fast 4 - Enable ust event tp:tptest for session 3XuelzbBL6XXe1vr
+PASS: tools/snapshots/test_ust_fast 5 - Start tracing for session 3XuelzbBL6XXe1vr
PASS: tools/snapshots/test_ust_fast 6 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX ( -n randomname )
PASS: tools/snapshots/test_ust_fast 7 - Snapshot named randomname present in list-output listing
PASS: tools/snapshots/test_ust_fast 8 - Deleted snapshot output named randomname
PASS: tools/snapshots/test_ust_fast 9 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX ( -n somesnapshot )
PASS: tools/snapshots/test_ust_fast 10 - Snapshot named somesnapshot present in list-output listing
-PASS: tools/snapshots/test_ust_fast 11 - Stop lttng tracing for session viEIErSQkYVG4Eph
-PASS: tools/snapshots/test_ust_fast 12 - Destroy session viEIErSQkYVG4Eph
-PASS: tools/snapshots/test_ust_fast 13 - Create session XwdOP89PXKPQTkFc in no-output mode
-PASS: tools/snapshots/test_ust_fast 14 - Enable channel snapchan for session XwdOP89PXKPQTkFc
-PASS: tools/snapshots/test_ust_fast 15 - Enable ust event tp:tptest for session XwdOP89PXKPQTkFc
-PASS: tools/snapshots/test_ust_fast 16 - Start tracing for session XwdOP89PXKPQTkFc
+PASS: tools/snapshots/test_ust_fast 11 - Stop lttng tracing for session 3XuelzbBL6XXe1vr
+PASS: tools/snapshots/test_ust_fast 12 - Destroy session 3XuelzbBL6XXe1vr
+PASS: tools/snapshots/test_ust_fast 13 - Create session WjnToGOV1aTIRnPB in no-output mode
+PASS: tools/snapshots/test_ust_fast 14 - Enable channel snapchan for session WjnToGOV1aTIRnPB
+PASS: tools/snapshots/test_ust_fast 15 - Enable ust event tp:tptest for session WjnToGOV1aTIRnPB
+PASS: tools/snapshots/test_ust_fast 16 - Start tracing for session WjnToGOV1aTIRnPB
PASS: tools/snapshots/test_ust_fast 17 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX
PASS: tools/snapshots/test_ust_fast 18 - Start application to trace
PASS: tools/snapshots/test_ust_fast 19 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 20 - Stop lttng tracing for session XwdOP89PXKPQTkFc
-PASS: tools/snapshots/test_ust_fast 21 - Destroy session XwdOP89PXKPQTkFc
-PASS: tools/snapshots/test_ust_fast 22 - Validate trace for event tp:tptest, 500 events
-PASS: tools/snapshots/test_ust_fast 23 - Create session zyFKMRcleQu4se1q in no-output mode
-PASS: tools/snapshots/test_ust_fast 24 - Enable channel for session zyFKMRcleQu4se1q with subbuf size 8192
-PASS: tools/snapshots/test_ust_fast 25 - Enable ust event tp:tptest for session zyFKMRcleQu4se1q
-PASS: tools/snapshots/test_ust_fast 26 - Start tracing for session zyFKMRcleQu4se1q
+PASS: tools/snapshots/test_ust_fast 20 - Stop lttng tracing for session WjnToGOV1aTIRnPB
+PASS: tools/snapshots/test_ust_fast 21 - Destroy session WjnToGOV1aTIRnPB
+PASS: tools/snapshots/test_ust_fast 22 - Validate trace for event tp:tptest, 497 events
+PASS: tools/snapshots/test_ust_fast 23 - Create session C5omXLyWGvQlcgme in no-output mode
+PASS: tools/snapshots/test_ust_fast 24 - Enable channel for session C5omXLyWGvQlcgme with subbuf size 8192
+PASS: tools/snapshots/test_ust_fast 25 - Enable ust event tp:tptest for session C5omXLyWGvQlcgme
+PASS: tools/snapshots/test_ust_fast 26 - Start tracing for session C5omXLyWGvQlcgme
PASS: tools/snapshots/test_ust_fast 27 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX ( -m 8192 )
PASS: tools/snapshots/test_ust_fast 28 - Start application to trace
PASS: tools/snapshots/test_ust_fast 29 - Snapshot recorded
PASS: tools/snapshots/test_ust_fast 30 - Tracefiles size sum validation
-PASS: tools/snapshots/test_ust_fast 31 - Stop lttng tracing for session zyFKMRcleQu4se1q
-PASS: tools/snapshots/test_ust_fast 32 - Destroy session zyFKMRcleQu4se1q
+PASS: tools/snapshots/test_ust_fast 31 - Stop lttng tracing for session C5omXLyWGvQlcgme
+PASS: tools/snapshots/test_ust_fast 32 - Destroy session C5omXLyWGvQlcgme
PASS: tools/snapshots/test_ust_fast 33 - Validate trace for event tp:tptest, 38 events
-PASS: tools/snapshots/test_ust_fast 34 - Create session PD0e7RgSOKQjNIOL in no-output mode
-PASS: tools/snapshots/test_ust_fast 35 - Enable channel snapchan per UID for session PD0e7RgSOKQjNIOL
-PASS: tools/snapshots/test_ust_fast 36 - Enable ust event tp:tptest for session PD0e7RgSOKQjNIOL
-PASS: tools/snapshots/test_ust_fast 37 - Start tracing for session PD0e7RgSOKQjNIOL
+PASS: tools/snapshots/test_ust_fast 34 - Create session m99CBOuwKMG35Bqq in no-output mode
+PASS: tools/snapshots/test_ust_fast 35 - Enable channel snapchan per UID for session m99CBOuwKMG35Bqq
+PASS: tools/snapshots/test_ust_fast 36 - Enable ust event tp:tptest for session m99CBOuwKMG35Bqq
+PASS: tools/snapshots/test_ust_fast 37 - Start tracing for session m99CBOuwKMG35Bqq
PASS: tools/snapshots/test_ust_fast 38 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX
PASS: tools/snapshots/test_ust_fast 39 - Start application to trace
PASS: tools/snapshots/test_ust_fast 40 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 41 - Stop lttng tracing for session PD0e7RgSOKQjNIOL
-PASS: tools/snapshots/test_ust_fast 42 - Destroy session PD0e7RgSOKQjNIOL
+PASS: tools/snapshots/test_ust_fast 41 - Stop lttng tracing for session m99CBOuwKMG35Bqq
+PASS: tools/snapshots/test_ust_fast 42 - Destroy session m99CBOuwKMG35Bqq
PASS: tools/snapshots/test_ust_fast 43 - Validate trace for event tp:tptest, 499 events
-PASS: tools/snapshots/test_ust_fast 44 - Create session HMbJ6ZlRwiEryVbv in no-output mode
-PASS: tools/snapshots/test_ust_fast 45 - Enable channel snapchan per UID for session HMbJ6ZlRwiEryVbv
-PASS: tools/snapshots/test_ust_fast 46 - Enable ust event tp:tptest for session HMbJ6ZlRwiEryVbv
-PASS: tools/snapshots/test_ust_fast 47 - Start tracing for session HMbJ6ZlRwiEryVbv
+PASS: tools/snapshots/test_ust_fast 44 - Create session KuuUyyA56Z0vaQak in no-output mode
+PASS: tools/snapshots/test_ust_fast 45 - Enable channel snapchan per UID for session KuuUyyA56Z0vaQak
+PASS: tools/snapshots/test_ust_fast 46 - Enable ust event tp:tptest for session KuuUyyA56Z0vaQak
+PASS: tools/snapshots/test_ust_fast 47 - Start tracing for session KuuUyyA56Z0vaQak
PASS: tools/snapshots/test_ust_fast 48 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX
PASS: tools/snapshots/test_ust_fast 49 - Start application to trace
PASS: tools/snapshots/test_ust_fast 50 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 51 - Stop lttng tracing for session HMbJ6ZlRwiEryVbv
-PASS: tools/snapshots/test_ust_fast 52 - Destroy session HMbJ6ZlRwiEryVbv
-PASS: tools/snapshots/test_ust_fast 53 - Validate trace for event tp:tptest, 498 events
-PASS: tools/snapshots/test_ust_fast 54 - Create session bGicbR0xueN7fZ0m in no-output mode
-PASS: tools/snapshots/test_ust_fast 55 - Enable channel snapchan for session bGicbR0xueN7fZ0m
-PASS: tools/snapshots/test_ust_fast 56 - Enable ust event tp:tptest1,tp:tptest2,tp:tptest3,tp:tptest4,tp:tptest5 for session bGicbR0xueN7fZ0m
-PASS: tools/snapshots/test_ust_fast 57 - Start tracing for session bGicbR0xueN7fZ0m
+PASS: tools/snapshots/test_ust_fast 51 - Stop lttng tracing for session KuuUyyA56Z0vaQak
+PASS: tools/snapshots/test_ust_fast 52 - Destroy session KuuUyyA56Z0vaQak
+PASS: tools/snapshots/test_ust_fast 53 - Validate trace for event tp:tptest, 494 events
+PASS: tools/snapshots/test_ust_fast 54 - Create session FrazV6U6WgqaWE7Q in no-output mode
+PASS: tools/snapshots/test_ust_fast 55 - Enable channel snapchan for session FrazV6U6WgqaWE7Q
+PASS: tools/snapshots/test_ust_fast 56 - Enable ust event tp:tptest1,tp:tptest2,tp:tptest3,tp:tptest4,tp:tptest5 for session FrazV6U6WgqaWE7Q
+PASS: tools/snapshots/test_ust_fast 57 - Start tracing for session FrazV6U6WgqaWE7Q
PASS: tools/snapshots/test_ust_fast 58 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX
PASS: tools/snapshots/test_ust_fast 59 - Start application to trace
PASS: tools/snapshots/test_ust_fast 60 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 61 - Stop lttng tracing for session bGicbR0xueN7fZ0m
-PASS: tools/snapshots/test_ust_fast 62 - Destroy session bGicbR0xueN7fZ0m
+PASS: tools/snapshots/test_ust_fast 61 - Stop lttng tracing for session FrazV6U6WgqaWE7Q
+PASS: tools/snapshots/test_ust_fast 62 - Destroy session FrazV6U6WgqaWE7Q
PASS: tools/snapshots/test_ust_fast 63 - Validate trace for event tp:tptest1, 1 events
PASS: tools/snapshots/test_ust_fast 64 - Validate trace for event tp:tptest2, 1 events
PASS: tools/snapshots/test_ust_fast 65 - Validate trace for event tp:tptest3, 1 events
PASS: tools/snapshots/test_ust_fast 66 - Validate trace for event tp:tptest4, 1 events
PASS: tools/snapshots/test_ust_fast 67 - Validate trace for event tp:tptest5, 1 events
-PASS: tools/snapshots/test_ust_fast 68 - Create session vZb11QVo6jtjlnyr in no-output mode
-PASS: tools/snapshots/test_ust_fast 69 - Enable channel snapchan for session vZb11QVo6jtjlnyr
-PASS: tools/snapshots/test_ust_fast 70 - Enable ust event tp:tptest for session vZb11QVo6jtjlnyr
-PASS: tools/snapshots/test_ust_fast 71 - Start tracing for session vZb11QVo6jtjlnyr
+PASS: tools/snapshots/test_ust_fast 68 - Create session N0FMsMCKmaR1k7qS in no-output mode
+PASS: tools/snapshots/test_ust_fast 69 - Enable channel snapchan for session N0FMsMCKmaR1k7qS
+PASS: tools/snapshots/test_ust_fast 70 - Enable ust event tp:tptest for session N0FMsMCKmaR1k7qS
+PASS: tools/snapshots/test_ust_fast 71 - Start tracing for session N0FMsMCKmaR1k7qS
PASS: tools/snapshots/test_ust_fast 72 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX
PASS: tools/snapshots/test_ust_fast 73 - Start application to trace
PASS: tools/snapshots/test_ust_fast 74 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 75 - Validate trace for event tp:tptest, 501 events
+PASS: tools/snapshots/test_ust_fast 75 - Validate trace for event tp:tptest, 505 events
PASS: tools/snapshots/test_ust_fast 76 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 77 - Validate trace for event tp:tptest, 515 events
+PASS: tools/snapshots/test_ust_fast 77 - Validate trace for event tp:tptest, 538 events
PASS: tools/snapshots/test_ust_fast 78 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 79 - Validate trace for event tp:tptest, 528 events
+PASS: tools/snapshots/test_ust_fast 79 - Validate trace for event tp:tptest, 567 events
PASS: tools/snapshots/test_ust_fast 80 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 81 - Validate trace for event tp:tptest, 541 events
+PASS: tools/snapshots/test_ust_fast 81 - Validate trace for event tp:tptest, 593 events
PASS: tools/snapshots/test_ust_fast 82 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 83 - Validate trace for event tp:tptest, 54 events
+PASS: tools/snapshots/test_ust_fast 83 - Validate trace for event tp:tptest, 111 events
PASS: tools/snapshots/test_ust_fast 84 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 85 - Validate trace for event tp:tptest, 49 events
+PASS: tools/snapshots/test_ust_fast 85 - Validate trace for event tp:tptest, 93 events
PASS: tools/snapshots/test_ust_fast 86 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 87 - Validate trace for event tp:tptest, 45 events
+PASS: tools/snapshots/test_ust_fast 87 - Validate trace for event tp:tptest, 78 events
PASS: tools/snapshots/test_ust_fast 88 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 89 - Validate trace for event tp:tptest, 41 events
+PASS: tools/snapshots/test_ust_fast 89 - Validate trace for event tp:tptest, 65 events
PASS: tools/snapshots/test_ust_fast 90 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 91 - Validate trace for event tp:tptest, 35 events
+PASS: tools/snapshots/test_ust_fast 91 - Validate trace for event tp:tptest, 54 events
PASS: tools/snapshots/test_ust_fast 92 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 93 - Validate trace for event tp:tptest, 35 events
-PASS: tools/snapshots/test_ust_fast 94 - Stop lttng tracing for session vZb11QVo6jtjlnyr
-PASS: tools/snapshots/test_ust_fast 95 - Destroy session vZb11QVo6jtjlnyr
-PASS: tools/snapshots/test_ust_fast 96 - Create session Fku2q6q3P1vABXhc in no-output mode
-PASS: tools/snapshots/test_ust_fast 97 - Enable channel snapchan for session Fku2q6q3P1vABXhc with small discard buffers
-PASS: tools/snapshots/test_ust_fast 98 - Enable ust event tp:tptest for session Fku2q6q3P1vABXhc
-PASS: tools/snapshots/test_ust_fast 99 - Start tracing for session Fku2q6q3P1vABXhc
+PASS: tools/snapshots/test_ust_fast 93 - Validate trace for event tp:tptest, 51 events
+PASS: tools/snapshots/test_ust_fast 94 - Stop lttng tracing for session N0FMsMCKmaR1k7qS
+PASS: tools/snapshots/test_ust_fast 95 - Destroy session N0FMsMCKmaR1k7qS
+PASS: tools/snapshots/test_ust_fast 96 - Create session IGteiA6BERKHERsT in no-output mode
+PASS: tools/snapshots/test_ust_fast 97 - Enable channel snapchan for session IGteiA6BERKHERsT with small discard buffers
+PASS: tools/snapshots/test_ust_fast 98 - Enable ust event tp:tptest for session IGteiA6BERKHERsT
+PASS: tools/snapshots/test_ust_fast 99 - Start tracing for session IGteiA6BERKHERsT
PASS: tools/snapshots/test_ust_fast 100 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX
PASS: tools/snapshots/test_ust_fast 101 - Start application to trace
PASS: tools/snapshots/test_ust_fast 102 - Snapshot recorded
PASS: tools/snapshots/test_ust_fast 103 - Start application to trace
PASS: tools/snapshots/test_ust_fast 104 - Snapshot recorded
PASS: tools/snapshots/test_ust_fast 105 - First snapshot event match.
-PASS: tools/snapshots/test_ust_fast 106 - Stop lttng tracing for session Fku2q6q3P1vABXhc
-PASS: tools/snapshots/test_ust_fast 107 - Destroy session Fku2q6q3P1vABXhc
-PASS: tools/snapshots/test_ust_fast 108 - Create session tz244RmVhRcjMBh3 in no-output mode
-PASS: tools/snapshots/test_ust_fast 109 - Enable channel snapchan for session tz244RmVhRcjMBh3 with small discard buffers
-PASS: tools/snapshots/test_ust_fast 110 - Enable ust event tp:tptest for session tz244RmVhRcjMBh3
-PASS: tools/snapshots/test_ust_fast 111 - Start tracing for session tz244RmVhRcjMBh3
+PASS: tools/snapshots/test_ust_fast 106 - Stop lttng tracing for session IGteiA6BERKHERsT
+PASS: tools/snapshots/test_ust_fast 107 - Destroy session IGteiA6BERKHERsT
+PASS: tools/snapshots/test_ust_fast 108 - Create session FTZpzSzUov6dA0jy in no-output mode
+PASS: tools/snapshots/test_ust_fast 109 - Enable channel snapchan for session FTZpzSzUov6dA0jy with small discard buffers
+PASS: tools/snapshots/test_ust_fast 110 - Enable ust event tp:tptest for session FTZpzSzUov6dA0jy
+PASS: tools/snapshots/test_ust_fast 111 - Start tracing for session FTZpzSzUov6dA0jy
PASS: tools/snapshots/test_ust_fast 112 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX
PASS: tools/snapshots/test_ust_fast 113 - Start application to trace
PASS: tools/snapshots/test_ust_fast 114 - Snapshot recorded
PASS: tools/snapshots/test_ust_fast 115 - Start application to trace
PASS: tools/snapshots/test_ust_fast 116 - Snapshot recorded
PASS: tools/snapshots/test_ust_fast 117 - First snapshot event do not match.
-PASS: tools/snapshots/test_ust_fast 118 - Stop lttng tracing for session tz244RmVhRcjMBh3
-PASS: tools/snapshots/test_ust_fast 119 - Destroy session tz244RmVhRcjMBh3
+PASS: tools/snapshots/test_ust_fast 118 - Stop lttng tracing for session FTZpzSzUov6dA0jy
+PASS: tools/snapshots/test_ust_fast 119 - Destroy session FTZpzSzUov6dA0jy
PASS: tools/snapshots/test_ust_fast 120 - Kill session daemon
PASS: tools/snapshots/test_ust_streaming 1 - Start lttng-relayd (opt: -o /tmp/tmp.XXXXXXXXXX)
PASS: tools/snapshots/test_ust_streaming 2 - Start session daemon
-PASS: tools/snapshots/test_ust_streaming 3 - Create session QUmjIJ1gP9O7Pcw7 in no-output mode
-PASS: tools/snapshots/test_ust_streaming 4 - Enable channel chan1 for session QUmjIJ1gP9O7Pcw7
-PASS: tools/snapshots/test_ust_streaming 5 - Enable ust event tp:tptest for session QUmjIJ1gP9O7Pcw7
-PASS: tools/snapshots/test_ust_streaming 6 - Start tracing for session QUmjIJ1gP9O7Pcw7
+PASS: tools/snapshots/test_ust_streaming 3 - Create session T3GCwFcM1fC8ESow in no-output mode
+PASS: tools/snapshots/test_ust_streaming 4 - Enable channel chan1 for session T3GCwFcM1fC8ESow
+PASS: tools/snapshots/test_ust_streaming 5 - Enable ust event tp:tptest for session T3GCwFcM1fC8ESow
+PASS: tools/snapshots/test_ust_streaming 6 - Start tracing for session T3GCwFcM1fC8ESow
PASS: tools/snapshots/test_ust_streaming 7 - Start application to trace
PASS: tools/snapshots/test_ust_streaming 8 - Added snapshot output net://localhost
PASS: tools/snapshots/test_ust_streaming 9 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 10 - Validate trace for event tp:tptest, 502 events
+PASS: tools/snapshots/test_ust_streaming 10 - Validate trace for event tp:tptest, 499 events
PASS: tools/snapshots/test_ust_streaming 11 - Deleted snapshot output id 1
PASS: tools/snapshots/test_ust_streaming 12 - Added snapshot output net://localhost
PASS: tools/snapshots/test_ust_streaming 13 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 14 - Validate trace for event tp:tptest, 558 events
-PASS: tools/snapshots/test_ust_streaming 15 - Stop lttng tracing for session QUmjIJ1gP9O7Pcw7
-PASS: tools/snapshots/test_ust_streaming 16 - Destroy session QUmjIJ1gP9O7Pcw7
-PASS: tools/snapshots/test_ust_streaming 17 - Create session zWyWTWKutf6dGu7W in no-output mode
-PASS: tools/snapshots/test_ust_streaming 18 - Enable channel chan1 for session zWyWTWKutf6dGu7W
-PASS: tools/snapshots/test_ust_streaming 19 - Enable ust event tp:tptest for session zWyWTWKutf6dGu7W
-PASS: tools/snapshots/test_ust_streaming 20 - Start tracing for session zWyWTWKutf6dGu7W
+PASS: tools/snapshots/test_ust_streaming 14 - Validate trace for event tp:tptest, 562 events
+PASS: tools/snapshots/test_ust_streaming 15 - Stop lttng tracing for session T3GCwFcM1fC8ESow
+PASS: tools/snapshots/test_ust_streaming 16 - Destroy session T3GCwFcM1fC8ESow
+PASS: tools/snapshots/test_ust_streaming 17 - Create session DLz04kQtacLYu4N8 in no-output mode
+PASS: tools/snapshots/test_ust_streaming 18 - Enable channel chan1 for session DLz04kQtacLYu4N8
+PASS: tools/snapshots/test_ust_streaming 19 - Enable ust event tp:tptest for session DLz04kQtacLYu4N8
+PASS: tools/snapshots/test_ust_streaming 20 - Start tracing for session DLz04kQtacLYu4N8
PASS: tools/snapshots/test_ust_streaming 21 - Start application to trace
PASS: tools/snapshots/test_ust_streaming 22 - Added snapshot output net://localhost
PASS: tools/snapshots/test_ust_streaming 23 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 24 - Stop lttng tracing for session zWyWTWKutf6dGu7W
-PASS: tools/snapshots/test_ust_streaming 25 - Destroy session zWyWTWKutf6dGu7W
-PASS: tools/snapshots/test_ust_streaming 26 - Validate trace for event tp:tptest, 501 events
-PASS: tools/snapshots/test_ust_streaming 27 - Create session qJSnWxpj9XIObPbS in no-output mode
-PASS: tools/snapshots/test_ust_streaming 28 - Enable channel chan1 for session qJSnWxpj9XIObPbS
-PASS: tools/snapshots/test_ust_streaming 29 - Enable ust event tp:tptest for session qJSnWxpj9XIObPbS
-PASS: tools/snapshots/test_ust_streaming 30 - Start tracing for session qJSnWxpj9XIObPbS
+PASS: tools/snapshots/test_ust_streaming 24 - Stop lttng tracing for session DLz04kQtacLYu4N8
+PASS: tools/snapshots/test_ust_streaming 25 - Destroy session DLz04kQtacLYu4N8
+PASS: tools/snapshots/test_ust_streaming 26 - Validate trace for event tp:tptest, 499 events
+PASS: tools/snapshots/test_ust_streaming 27 - Create session YfCdjgg482HWB6hd in no-output mode
+PASS: tools/snapshots/test_ust_streaming 28 - Enable channel chan1 for session YfCdjgg482HWB6hd
+PASS: tools/snapshots/test_ust_streaming 29 - Enable ust event tp:tptest for session YfCdjgg482HWB6hd
+PASS: tools/snapshots/test_ust_streaming 30 - Start tracing for session YfCdjgg482HWB6hd
PASS: tools/snapshots/test_ust_streaming 31 - Start application to trace
PASS: tools/snapshots/test_ust_streaming 32 - Added snapshot output net://localhost
PASS: tools/snapshots/test_ust_streaming 33 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 34 - Stop lttng tracing for session qJSnWxpj9XIObPbS
-PASS: tools/snapshots/test_ust_streaming 35 - Destroy session qJSnWxpj9XIObPbS
+PASS: tools/snapshots/test_ust_streaming 34 - Stop lttng tracing for session YfCdjgg482HWB6hd
+PASS: tools/snapshots/test_ust_streaming 35 - Destroy session YfCdjgg482HWB6hd
PASS: tools/snapshots/test_ust_streaming 36 - Custom name snapshot exists
-PASS: tools/snapshots/test_ust_streaming 37 - Validate trace for event tp:tptest, 501 events
-PASS: tools/snapshots/test_ust_streaming 38 - Create session ukIsqlgNuAnnpEWK in no-output mode
-PASS: tools/snapshots/test_ust_streaming 39 - Enable channel chan1 for session ukIsqlgNuAnnpEWK
-PASS: tools/snapshots/test_ust_streaming 40 - Enable ust event tp:tptest for session ukIsqlgNuAnnpEWK
-PASS: tools/snapshots/test_ust_streaming 41 - Start tracing for session ukIsqlgNuAnnpEWK
+PASS: tools/snapshots/test_ust_streaming 37 - Validate trace for event tp:tptest, 503 events
+PASS: tools/snapshots/test_ust_streaming 38 - Create session 6taaHQoYO7e5eJhk in no-output mode
+PASS: tools/snapshots/test_ust_streaming 39 - Enable channel chan1 for session 6taaHQoYO7e5eJhk
+PASS: tools/snapshots/test_ust_streaming 40 - Enable ust event tp:tptest for session 6taaHQoYO7e5eJhk
+PASS: tools/snapshots/test_ust_streaming 41 - Start tracing for session 6taaHQoYO7e5eJhk
PASS: tools/snapshots/test_ust_streaming 42 - Start application to trace
PASS: tools/snapshots/test_ust_streaming 43 - Added snapshot output -C tcp://localhost:5342 -D tcp://localhost:5343
PASS: tools/snapshots/test_ust_streaming 44 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 45 - Stop lttng tracing for session ukIsqlgNuAnnpEWK
-PASS: tools/snapshots/test_ust_streaming 46 - Destroy session ukIsqlgNuAnnpEWK
-PASS: tools/snapshots/test_ust_streaming 47 - Validate trace for event tp:tptest, 501 events
-PASS: tools/snapshots/test_ust_streaming 48 - Create session 1e8wftkURev7l0f6 in no-output mode
-PASS: tools/snapshots/test_ust_streaming 49 - Enable channel chan1 for session 1e8wftkURev7l0f6
-PASS: tools/snapshots/test_ust_streaming 50 - Enable ust event tp:tptest for session 1e8wftkURev7l0f6
+PASS: tools/snapshots/test_ust_streaming 45 - Stop lttng tracing for session 6taaHQoYO7e5eJhk
+PASS: tools/snapshots/test_ust_streaming 46 - Destroy session 6taaHQoYO7e5eJhk
+PASS: tools/snapshots/test_ust_streaming 47 - Validate trace for event tp:tptest, 502 events
+PASS: tools/snapshots/test_ust_streaming 48 - Create session 5Ht4hPs94MFc9X7S in no-output mode
+PASS: tools/snapshots/test_ust_streaming 49 - Enable channel chan1 for session 5Ht4hPs94MFc9X7S
+PASS: tools/snapshots/test_ust_streaming 50 - Enable ust event tp:tptest for session 5Ht4hPs94MFc9X7S
PASS: tools/snapshots/test_ust_streaming 51 - Added snapshot output net://localhost
PASS: tools/snapshots/test_ust_streaming 52 - Start application to trace
-PASS: tools/snapshots/test_ust_streaming 53 - Start tracing for session 1e8wftkURev7l0f6
+PASS: tools/snapshots/test_ust_streaming 53 - Start tracing for session 5Ht4hPs94MFc9X7S
PASS: tools/snapshots/test_ust_streaming 54 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 55 - Stop lttng tracing for session 1e8wftkURev7l0f6
-PASS: tools/snapshots/test_ust_streaming 56 - Validate trace for event tp:tptest, 3 events
-PASS: tools/snapshots/test_ust_streaming 57 - Start tracing for session 1e8wftkURev7l0f6
+PASS: tools/snapshots/test_ust_streaming 55 - Stop lttng tracing for session 5Ht4hPs94MFc9X7S
+PASS: tools/snapshots/test_ust_streaming 56 - Validate trace for event tp:tptest, 8 events
+PASS: tools/snapshots/test_ust_streaming 57 - Start tracing for session 5Ht4hPs94MFc9X7S
PASS: tools/snapshots/test_ust_streaming 58 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 59 - Stop lttng tracing for session 1e8wftkURev7l0f6
-PASS: tools/snapshots/test_ust_streaming 60 - Validate trace for event tp:tptest, 49 events
-PASS: tools/snapshots/test_ust_streaming 61 - Start tracing for session 1e8wftkURev7l0f6
+PASS: tools/snapshots/test_ust_streaming 59 - Stop lttng tracing for session 5Ht4hPs94MFc9X7S
+PASS: tools/snapshots/test_ust_streaming 60 - Validate trace for event tp:tptest, 61 events
+PASS: tools/snapshots/test_ust_streaming 61 - Start tracing for session 5Ht4hPs94MFc9X7S
PASS: tools/snapshots/test_ust_streaming 62 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 63 - Stop lttng tracing for session 1e8wftkURev7l0f6
-PASS: tools/snapshots/test_ust_streaming 64 - Validate trace for event tp:tptest, 94 events
-PASS: tools/snapshots/test_ust_streaming 65 - Start tracing for session 1e8wftkURev7l0f6
+PASS: tools/snapshots/test_ust_streaming 63 - Stop lttng tracing for session 5Ht4hPs94MFc9X7S
+PASS: tools/snapshots/test_ust_streaming 64 - Validate trace for event tp:tptest, 114 events
+PASS: tools/snapshots/test_ust_streaming 65 - Start tracing for session 5Ht4hPs94MFc9X7S
PASS: tools/snapshots/test_ust_streaming 66 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 67 - Stop lttng tracing for session 1e8wftkURev7l0f6
-PASS: tools/snapshots/test_ust_streaming 68 - Validate trace for event tp:tptest, 139 events
-PASS: tools/snapshots/test_ust_streaming 69 - Start tracing for session 1e8wftkURev7l0f6
+PASS: tools/snapshots/test_ust_streaming 67 - Stop lttng tracing for session 5Ht4hPs94MFc9X7S
+PASS: tools/snapshots/test_ust_streaming 68 - Validate trace for event tp:tptest, 167 events
+PASS: tools/snapshots/test_ust_streaming 69 - Start tracing for session 5Ht4hPs94MFc9X7S
PASS: tools/snapshots/test_ust_streaming 70 - Snapshot recorded
-PASS: tools/snapshots/test_ust_streaming 71 - Stop lttng tracing for session 1e8wftkURev7l0f6
-PASS: tools/snapshots/test_ust_streaming 72 - Validate trace for event tp:tptest, 181 events
-PASS: tools/snapshots/test_ust_streaming 73 - Destroy session 1e8wftkURev7l0f6
+PASS: tools/snapshots/test_ust_streaming 71 - Stop lttng tracing for session 5Ht4hPs94MFc9X7S
+PASS: tools/snapshots/test_ust_streaming 72 - Validate trace for event tp:tptest, 211 events
+PASS: tools/snapshots/test_ust_streaming 73 - Destroy session 5Ht4hPs94MFc9X7S
PASS: tools/snapshots/test_ust_streaming 74 - Kill session daemon
PASS: tools/snapshots/test_ust_streaming 75 - Kill relay daemon
SKIP: tools/save-load/test_save - Skip No UST events binary detected.
@@ -43207,7 +43208,7 @@ PASS: tools/mi/test_mi 220 - Mi test: session list with pid_tracker validate
PASS: tools/mi/test_mi 221 - Check of node existence with xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:trackers/lttng:pid_tracker
PASS: tools/mi/test_mi 222 - Mi test: Pid_tracker node is absent as defined
PASS: tools/mi/test_mi 223 - Destroy all lttng sessions
-PASS: tools/mi/test_mi 224 - Create session session_long_path in /tmp/tmp.XXXXXXXXXX/kdcVtpxSRoLzd3U60SYKvyrPITDUmfUtjyhb0inGGvqROKL4Fba9pleZdYih6d01qhhiZRtcM24GcDqiBbtNLaDx0voXKUap0o4Dw4qN5Jk1N8uh0YkvO54jQ4kHqUtX91JRu8DnOkt5qCZZWdoAsDVEprmHHc1qa5S3goVqKqAxYnC0i7OsOuiDZNpBdVgZWB6mgZbO51mgOo9cO6Idtym8ttbbzo3UCUavGNIflCyPl5acZk9lRXtaCgw9T4
+PASS: tools/mi/test_mi 224 - Create session session_long_path in /tmp/tmp.XXXXXXXXXX/kFzZuUFilEkksuEpTqPgn8VD5NKDwgsaqT7rCITsnLK0qEL9DpEVJSKA0yqLPNObWrQS3Y6VrGhNHag3X4ulNCQN4ziwRtOkxPvcMl7sdMh37vJ8uMIIMzOhsDTdNgVGlEafLdd8Se465j45JsiActfCOtFi8jnmqTSWSGYPJBDilgfZ3fTkSjmkVtYrfBOWfflwHvrbStwzaGvQvJTfRnkFDXof9uivSvGhCxYGBHz2dqJ2OA82M28VkKJczE
PASS: tools/mi/test_mi 225 - Lttng-tool list command with option
PASS: tools/mi/test_mi 226 - Mi test: list session with long path xsd validation
PASS: tools/mi/test_mi 227 - Destroy all lttng sessions
@@ -43570,8 +43571,8 @@ PASS: tools/crash/test_crash 3 - Enable channel channel_per_uid for session shm_
PASS: tools/crash/test_crash 4 - Start tracing for session shm_path_per_uid
PASS: tools/crash/test_crash 5 - No files created on set-up
PASS: tools/crash/test_crash 6 - Start application to trace
-PASS: tools/crash/test_crash 7 - Path /tmp/tmp.XXXXXXXXXX/shm_path_per_uid-20190624-172427 created on application creation
-PASS: tools/crash/test_crash 8 - uid path exist found /tmp/tmp.XXXXXXXXXX/shm_path_per_uid-20190624-172427/ust/uid/0
+PASS: tools/crash/test_crash 7 - Path /tmp/tmp.XXXXXXXXXX/shm_path_per_uid-20190624-230125 created on application creation
+PASS: tools/crash/test_crash 8 - uid path exist found /tmp/tmp.XXXXXXXXXX/shm_path_per_uid-20190624-230125/ust/uid/0
PASS: tools/crash/test_crash 9 - Expect 1 uid registration folder got 1
PASS: tools/crash/test_crash 10 - Expect 1 uid registration folder got 1
PASS: tools/crash/test_crash 11 - Destroy session shm_path_per_uid
@@ -43583,12 +43584,12 @@ PASS: tools/crash/test_crash 16 - Enable channel channel_per_pid for session shm
PASS: tools/crash/test_crash 17 - Start tracing for session shm_path_per_pid
PASS: tools/crash/test_crash 18 - No file created on set-up
PASS: tools/crash/test_crash 19 - Start application to trace
-PASS: tools/crash/test_crash 20 - Path /tmp/tmp.XXXXXXXXXX/shm_path_per_pid-20190624-172431 created on application creation
-PASS: tools/crash/test_crash 21 - Pid path exists: /tmp/tmp.XXXXXXXXXX/shm_path_per_pid-20190624-172431/ust/pid/gen-ust-events-19344-20190624-172431
+PASS: tools/crash/test_crash 20 - Path /tmp/tmp.XXXXXXXXXX/shm_path_per_pid-20190624-230129 created on application creation
+PASS: tools/crash/test_crash 21 - Pid path exists: /tmp/tmp.XXXXXXXXXX/shm_path_per_pid-20190624-230129/ust/pid/gen-ust-events-19283-20190624-230130
PASS: tools/crash/test_crash 22 - Expect 1 pid registration folder got 1
PASS: tools/crash/test_crash 23 - Expect > 0 buffer and metadata files got 2
PASS: tools/crash/test_crash 24 - Start application to trace
-PASS: tools/crash/test_crash 25 - Pid path exist found /tmp/tmp.XXXXXXXXXX/shm_path_per_pid-20190624-172431/ust/pid/gen-ust-events-19361-20190624-172432
+PASS: tools/crash/test_crash 25 - Pid path exist found /tmp/tmp.XXXXXXXXXX/shm_path_per_pid-20190624-230129/ust/pid/gen-ust-events-19300-20190624-230130
PASS: tools/crash/test_crash 26 - Expect 2 pid registration folder got 2
PASS: tools/crash/test_crash 27 - First pid cleanup
PASS: tools/crash/test_crash 28 - Full cleanup
@@ -43644,43 +43645,43 @@ PASS: tools/crash/test_crash 77 - Trace match with 10 event tp:tptest
PASS: tools/regen-metadata/test_ust 1 - Start lttng-relayd (opt: -o /tmp/tmp.XXXXXXXXXX)
PASS: tools/regen-metadata/test_ust 2 - Start session daemon
PASS: tools/regen-metadata/test_ust 3 - Create session with default path
-PASS: tools/regen-metadata/test_ust 4 - Enable ust event tp:tptest for session WUcRRNWdJST6wGyZ
-PASS: tools/regen-metadata/test_ust 5 - Start tracing for session WUcRRNWdJST6wGyZ
-PASS: tools/regen-metadata/test_ust 6 - Metadata regenerate WUcRRNWdJST6wGyZ
-PASS: tools/regen-metadata/test_ust 7 - Stop lttng tracing for session WUcRRNWdJST6wGyZ
-PASS: tools/regen-metadata/test_ust 8 - Destroy session WUcRRNWdJST6wGyZ
+PASS: tools/regen-metadata/test_ust 4 - Enable ust event tp:tptest for session 5NXeJsbW1ZdIBHcL
+PASS: tools/regen-metadata/test_ust 5 - Start tracing for session 5NXeJsbW1ZdIBHcL
+PASS: tools/regen-metadata/test_ust 6 - Metadata regenerate 5NXeJsbW1ZdIBHcL
+PASS: tools/regen-metadata/test_ust 7 - Stop lttng tracing for session 5NXeJsbW1ZdIBHcL
+PASS: tools/regen-metadata/test_ust 8 - Destroy session 5NXeJsbW1ZdIBHcL
PASS: tools/regen-metadata/test_ust 9 - Validate trace for event tp:tptest, 1 events
-PASS: tools/regen-metadata/test_ust 10 - Create session 7spnm6qahYoqlkfF in /tmp/tmp.XXXXXXXXXX
-PASS: tools/regen-metadata/test_ust 11 - Enable ust event tp:tptest for session 7spnm6qahYoqlkfF
-PASS: tools/regen-metadata/test_ust 12 - Start tracing for session 7spnm6qahYoqlkfF
-PASS: tools/regen-metadata/test_ust 13 - Metadata regenerate 7spnm6qahYoqlkfF
-PASS: tools/regen-metadata/test_ust 14 - Stop lttng tracing for session 7spnm6qahYoqlkfF
-PASS: tools/regen-metadata/test_ust 15 - Destroy session 7spnm6qahYoqlkfF
+PASS: tools/regen-metadata/test_ust 10 - Create session 6Rv4CVRYrbM2k7n0 in /tmp/tmp.XXXXXXXXXX
+PASS: tools/regen-metadata/test_ust 11 - Enable ust event tp:tptest for session 6Rv4CVRYrbM2k7n0
+PASS: tools/regen-metadata/test_ust 12 - Start tracing for session 6Rv4CVRYrbM2k7n0
+PASS: tools/regen-metadata/test_ust 13 - Metadata regenerate 6Rv4CVRYrbM2k7n0
+PASS: tools/regen-metadata/test_ust 14 - Stop lttng tracing for session 6Rv4CVRYrbM2k7n0
+PASS: tools/regen-metadata/test_ust 15 - Destroy session 6Rv4CVRYrbM2k7n0
PASS: tools/regen-metadata/test_ust 16 - Validate trace for event tp:tptest, 1 events
-PASS: tools/regen-metadata/test_ust 17 - Create session DhNppbaETzmOQhdD in /tmp/tmp.XXXXXXXXXX
-PASS: tools/regen-metadata/test_ust 18 - Enable channel channel0 per PID for session DhNppbaETzmOQhdD
-PASS: tools/regen-metadata/test_ust 19 - Enable ust event tp:tptest for session DhNppbaETzmOQhdD
-PASS: tools/regen-metadata/test_ust 20 - Start tracing for session DhNppbaETzmOQhdD
-PASS: tools/regen-metadata/test_ust 21 - Expected fail on regenerate metadata DhNppbaETzmOQhdD
-PASS: tools/regen-metadata/test_ust 22 - Stop lttng tracing for session DhNppbaETzmOQhdD
-PASS: tools/regen-metadata/test_ust 23 - Destroy session DhNppbaETzmOQhdD
+PASS: tools/regen-metadata/test_ust 17 - Create session QWgqGrrjR9fgW51M in /tmp/tmp.XXXXXXXXXX
+PASS: tools/regen-metadata/test_ust 18 - Enable channel channel0 per PID for session QWgqGrrjR9fgW51M
+PASS: tools/regen-metadata/test_ust 19 - Enable ust event tp:tptest for session QWgqGrrjR9fgW51M
+PASS: tools/regen-metadata/test_ust 20 - Start tracing for session QWgqGrrjR9fgW51M
+PASS: tools/regen-metadata/test_ust 21 - Expected fail on regenerate metadata QWgqGrrjR9fgW51M
+PASS: tools/regen-metadata/test_ust 22 - Stop lttng tracing for session QWgqGrrjR9fgW51M
+PASS: tools/regen-metadata/test_ust 23 - Destroy session QWgqGrrjR9fgW51M
PASS: tools/regen-metadata/test_ust 24 - Validate trace for event tp:tptest, 1 events
PASS: tools/regen-metadata/test_ust 25 - Create live session
-PASS: tools/regen-metadata/test_ust 26 - Enable ust event tp:tptest for session WYQdU3KQ1aHAXF2H
-PASS: tools/regen-metadata/test_ust 27 - Start tracing for session WYQdU3KQ1aHAXF2H
-PASS: tools/regen-metadata/test_ust 28 - Expected fail on regenerate metadata WYQdU3KQ1aHAXF2H
-PASS: tools/regen-metadata/test_ust 29 - Stop lttng tracing for session WYQdU3KQ1aHAXF2H
-PASS: tools/regen-metadata/test_ust 30 - Destroy session WYQdU3KQ1aHAXF2H
+PASS: tools/regen-metadata/test_ust 26 - Enable ust event tp:tptest for session 9eF3ncJNEZSkU9SB
+PASS: tools/regen-metadata/test_ust 27 - Start tracing for session 9eF3ncJNEZSkU9SB
+PASS: tools/regen-metadata/test_ust 28 - Expected fail on regenerate metadata 9eF3ncJNEZSkU9SB
+PASS: tools/regen-metadata/test_ust 29 - Stop lttng tracing for session 9eF3ncJNEZSkU9SB
+PASS: tools/regen-metadata/test_ust 30 - Destroy session 9eF3ncJNEZSkU9SB
PASS: tools/regen-metadata/test_ust 31 - Validate trace for event tp:tptest, 1 events
PASS: tools/regen-metadata/test_ust 32 - Kill session daemon
PASS: tools/regen-metadata/test_ust 33 - Kill relay daemon
PASS: tools/regen-statedump/test_ust 1 - Start session daemon
-PASS: tools/regen-statedump/test_ust 2 - Create session s7tIMmu9ofV9sUqQ in /tmp/tmp.XXXXXXXXXX
-PASS: tools/regen-statedump/test_ust 3 - Enable ust event lttng_ust_statedump:start,lttng_ust_statedump:end for session s7tIMmu9ofV9sUqQ
-PASS: tools/regen-statedump/test_ust 4 - Start tracing for session s7tIMmu9ofV9sUqQ
-PASS: tools/regen-statedump/test_ust 5 - Metadata regenerate s7tIMmu9ofV9sUqQ
-PASS: tools/regen-statedump/test_ust 6 - Stop lttng tracing for session s7tIMmu9ofV9sUqQ
-PASS: tools/regen-statedump/test_ust 7 - Destroy session s7tIMmu9ofV9sUqQ
+PASS: tools/regen-statedump/test_ust 2 - Create session NyX1empLgF7ZQgNU in /tmp/tmp.XXXXXXXXXX
+PASS: tools/regen-statedump/test_ust 3 - Enable ust event lttng_ust_statedump:start,lttng_ust_statedump:end for session NyX1empLgF7ZQgNU
+PASS: tools/regen-statedump/test_ust 4 - Start tracing for session NyX1empLgF7ZQgNU
+PASS: tools/regen-statedump/test_ust 5 - Metadata regenerate NyX1empLgF7ZQgNU
+PASS: tools/regen-statedump/test_ust 6 - Stop lttng tracing for session NyX1empLgF7ZQgNU
+PASS: tools/regen-statedump/test_ust 7 - Destroy session NyX1empLgF7ZQgNU
PASS: tools/regen-statedump/test_ust 8 - Validate trace for event lttng_ust_statedump:start, 2 events
PASS: tools/regen-statedump/test_ust 9 - Validate trace for event lttng_ust_statedump:end, 2 events
PASS: tools/regen-statedump/test_ust 10 - Read a total of 4 events, expected 4
@@ -44929,11 +44930,11 @@ Testsuite summary for lttng-tools 2.10.7
See tests/regression/test-suite.log
Please report to jeremie.galarneau@efficios.com
============================================================================
-DURATION: 518
+DURATION: 556
END: /usr/lib/lttng-tools/ptest
-2019-06-24T17:28
+2019-06-24T23:05
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:28
+2019-06-24T23:05
BEGIN: /usr/lib/lzo/ptest
LZO real-time data compression library (v2.10, Mar 01 2017).
@@ -44942,43 +44943,43 @@ All Rights Reserved.
262144 block-size
-LZO1B-1 | services 18790 1 10709 57.0 140.773 0.000 |
-LZO1B-2 | services 18790 1 10510 55.9 136.492 0.000 |
-LZO1B-3 | services 18790 1 10435 55.5 131.943 0.000 |
-LZO1B-4 | services 18790 1 10289 54.8 102.086 0.000 |
-LZO1B-5 | services 18790 1 10178 54.2 142.276 0.000 |
-LZO1B-6 | services 18790 1 9981 53.1 117.830 0.000 |
-LZO1B-7 | services 18790 1 10017 53.3 102.811 0.000 |
-LZO1B-8 | services 18790 1 9808 52.2 92.459 0.000 |
-LZO1B-9 | services 18790 1 9734 51.8 107.391 0.000 |
-LZO1C-1 | services 18790 1 10577 56.3 0.000 0.000 |
-LZO1C-2 | services 18790 1 10381 55.2 0.000 0.000 |
-LZO1C-3 | services 18790 1 10314 54.9 0.000 0.000 |
-LZO1C-4 | services 18790 1 10170 54.1 129.055 0.000 |
-LZO1C-5 | services 18790 1 10066 53.6 137.100 0.000 |
-LZO1C-6 | services 18790 1 9828 52.3 124.523 0.000 |
-LZO1C-7 | services 18790 1 9890 52.6 101.818 0.000 |
-LZO1C-8 | services 18790 1 9678 51.5 96.040 0.000 |
-LZO1C-9 | services 18790 1 9608 51.1 99.291 0.000 |
-LZO1-1 | services 18790 1 10939 58.2 0.000 0.000 |
-LZO1A-1 | services 18790 1 10822 57.6 0.000 0.000 |
-LZO1F-1 | services 18790 1 10571 56.3 169.593 0.000 |
+LZO1B-1 | services 18790 1 10709 57.0 116.627 0.000 |
+LZO1B-2 | services 18790 1 10510 55.9 113.075 0.000 |
+LZO1B-3 | services 18790 1 10435 55.5 110.380 0.000 |
+LZO1B-4 | services 18790 1 10289 54.8 89.676 0.000 |
+LZO1B-5 | services 18790 1 10178 54.2 97.780 0.000 |
+LZO1B-6 | services 18790 1 9981 53.1 84.200 0.000 |
+LZO1B-7 | services 18790 1 10017 53.3 71.987 0.000 |
+LZO1B-8 | services 18790 1 9808 52.2 68.050 0.000 |
+LZO1B-9 | services 18790 1 9734 51.8 76.682 0.000 |
+LZO1C-1 | services 18790 1 10577 56.3 141.734 0.000 |
+LZO1C-2 | services 18790 1 10381 55.2 145.043 0.000 |
+LZO1C-3 | services 18790 1 10314 54.9 138.907 0.000 |
+LZO1C-4 | services 18790 1 10170 54.1 91.609 0.000 |
+LZO1C-5 | services 18790 1 10066 53.6 99.139 0.000 |
+LZO1C-6 | services 18790 1 9828 52.3 93.738 0.000 |
+LZO1C-7 | services 18790 1 9890 52.6 75.423 0.000 |
+LZO1C-8 | services 18790 1 9678 51.5 72.032 0.000 |
+LZO1C-9 | services 18790 1 9608 51.1 77.228 0.000 |
+LZO1-1 | services 18790 1 10939 58.2 154.208 0.000 |
+LZO1A-1 | services 18790 1 10822 57.6 157.413 0.000 |
+LZO1F-1 | services 18790 1 10571 56.3 130.139 0.000 |
LZO1X-1 | services 18790 1 10642 56.6 0.000 0.000 |
LZO1Y-1 | services 18790 1 10527 56.0 0.000 0.000 |
LZO1X-1(11) | services 18790 1 11042 58.8 0.000 0.000 |
LZO1X-1(12) | services 18790 1 10806 57.5 0.000 0.000 |
LZO1X-1(15) | services 18790 1 10692 56.9 0.000 0.000 |
-LZO1B-99 | services 18790 1 9592 51.0 78.145 0.000 |
-LZO1B-999 | services 18790 1 9138 48.6 32.720 0.000 |
-LZO1C-99 | services 18790 1 9451 50.3 81.742 0.000 |
-LZO1C-999 | services 18790 1 8970 47.7 30.988 0.000 |
-LZO1-99 | services 18790 1 9753 51.9 73.170 0.000 |
-LZO1A-99 | services 18790 1 9669 51.5 74.072 0.000 |
-LZO2A-999 | services 18790 1 8578 45.7 27.965 0.000 |
-LZO1F-999 | services 18790 1 8931 47.5 26.381 0.000 |
-LZO1X-999 | services 18790 1 8764 46.6 13.669 0.000 |
-LZO1Y-999 | services 18790 1 8639 46.0 14.101 0.000 |
-LZO1Z-999 | services 18790 1 8790 46.8 13.649 0.000 |
+LZO1B-99 | services 18790 1 9592 51.0 55.365 0.000 |
+LZO1B-999 | services 18790 1 9138 48.6 24.931 0.000 |
+LZO1C-99 | services 18790 1 9451 50.3 60.261 0.000 |
+LZO1C-999 | services 18790 1 8970 47.7 23.807 0.000 |
+LZO1-99 | services 18790 1 9753 51.9 52.234 0.000 |
+LZO1A-99 | services 18790 1 9669 51.5 52.765 0.000 |
+LZO2A-999 | services 18790 1 8578 45.7 21.223 0.000 |
+LZO1F-999 | services 18790 1 8931 47.5 19.910 0.000 |
+LZO1X-999 | services 18790 1 8764 46.6 10.319 0.000 |
+LZO1Y-999 | services 18790 1 8639 46.0 10.600 0.000 |
+LZO1Z-999 | services 18790 1 8790 46.8 10.244 0.000 |
memcpy() | services 18790 1 18790 100 0.000 0.000 |
lzotest: execution time: 0 seconds
@@ -45013,7 +45014,7 @@ LZO1-1 | quilt 7117 1 2789 39.2 0.000 0.000 |
LZO1-1 | bindresvport.blacklist 429 1 334 77.9 0.000 0.000 |
LZO1-1 | input.conf 397 1 350 88.2 0.000 0.000 |
LZO1-1 | network.conf 120 1 117 97.5 0.000 0.000 |
-LZO1-1 | build 527 1 285 54.1 0.000 0.000 |
+LZO1-1 | build 527 1 284 53.9 0.000 0.000 |
LZO1-1 | busybox.links.nosuid 2358 1 1241 52.6 0.000 0.000 |
LZO1-1 | busybox.links.suid 91 1 67 73.6 0.000 0.000 |
LZO1-1 | ca-certificates.conf 5340 1 2031 38.0 0.000 0.000 |
@@ -45065,7 +45066,7 @@ LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1-1 | %gconf.xml 235 1 146 62.1 0.000 0.000 |
LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1-1 | %gconf.xml 2158 1 581 26.9 0.000 0.000 |
+LZO1-1 | %gconf.xml 2158 1 587 27.2 0.000 0.000 |
LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
@@ -45217,17 +45218,17 @@ LZO1-1 | shells 52 1 50 96.2 0.000 0.000 |
LZO1-1 | .bashrc 410 1 328 80.0 0.000 0.000 |
LZO1-1 | .profile 241 1 224 92.9 0.000 0.000 |
LZO1-1 | slsh.rc 2030 1 1063 52.4 0.000 0.000 |
-LZO1-1 | moduli 577388 3 59050 10.2 969.602 0.000 |
+LZO1-1 | moduli 577388 3 59050 10.2 751.192 0.000 |
LZO1-1 | ssh_config 1548 1 1067 68.9 0.000 0.000 |
LZO1-1 | ssh_host_ecdsa_key 505 1 454 89.9 0.000 0.000 |
LZO1-1 | ssh_host_ecdsa_key.pub 177 1 169 95.5 0.000 0.000 |
-LZO1-1 | ssh_host_ed25519_key 411 1 327 79.6 0.000 0.000 |
+LZO1-1 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 |
LZO1-1 | ssh_host_ed25519_key.pub 97 1 99 102 0.000 0.000 |
LZO1-1 | ssh_host_rsa_key 2602 1 2578 99.1 0.000 0.000 |
-LZO1-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
+LZO1-1 | ssh_host_rsa_key.pub 569 1 572 101 0.000 0.000 |
LZO1-1 | sshd_config 3177 1 2063 64.9 0.000 0.000 |
LZO1-1 | sshd_config_readonly 3186 1 2067 64.9 0.000 0.000 |
-LZO1-1 | ca-certificates.crt 200061 1 166534 83.2 114.517 0.000 |
+LZO1-1 | ca-certificates.crt 200061 1 166534 83.2 87.094 0.000 |
LZO1-1 | openssl.cnf 10909 1 5402 49.5 0.000 0.000 |
LZO1-1 | sudoers 3174 1 1949 61.4 0.000 0.000 |
LZO1-1 | sudoers.dist 3174 1 1949 61.4 0.000 0.000 |
@@ -45265,7 +45266,7 @@ LZO1-1 | network.sh 1402 1 1049 74.8 0.000 0.000 |
LZO1-1 | udev.conf 49 1 50 102 0.000 0.000 |
LZO1-1 | 50default 2634 1 1194 45.3 0.000 0.000 |
LZO1-1 | version 15 1 16 107 0.000 0.000 |
-LZO1-1 | volatile.cache 5955 1 1557 26.1 0.000 0.000 |
+LZO1-1 | volatile.cache 5955 1 1562 26.2 0.000 0.000 |
LZO1-1 | warnquota.conf 3360 1 2236 66.5 0.000 0.000 |
LZO1-1 | wpa_supplicant.conf 113 1 103 91.2 0.000 0.000 |
LZO1-1 | at-spi-dbus-bus.desktop 296 1 270 91.2 0.000 0.000 |
@@ -45276,8 +45277,8 @@ LZO1-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000
LZO1-1 | libfm.conf 183 1 147 80.3 0.000 0.000 |
LZO1-1 | pcmanfm.conf 321 1 281 87.5 0.000 0.000 |
LZO1-1 | Xserver 652 1 461 70.7 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1589 70.3 204.841 0.000
-LZO1-1 ***TOTALS*** 1248807 288 454553 36.4 204.841 0.000
+[clock=2] ***AVG*** 4366 1.0 1589 70.3 156.090 0.000
+LZO1-1 ***TOTALS*** 1248807 288 454557 36.4 156.090 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -45308,7 +45309,7 @@ LZO1A-1 | quilt 7117 1 2769 38.9 0.000 0.000 |
LZO1A-1 | bindresvport.blacklist 429 1 333 77.6 0.000 0.000 |
LZO1A-1 | input.conf 397 1 344 86.6 0.000 0.000 |
LZO1A-1 | network.conf 120 1 117 97.5 0.000 0.000 |
-LZO1A-1 | build 527 1 283 53.7 0.000 0.000 |
+LZO1A-1 | build 527 1 282 53.5 0.000 0.000 |
LZO1A-1 | busybox.links.nosuid 2358 1 1240 52.6 0.000 0.000 |
LZO1A-1 | busybox.links.suid 91 1 67 73.6 0.000 0.000 |
LZO1A-1 | ca-certificates.conf 5340 1 2026 37.9 0.000 0.000 |
@@ -45360,7 +45361,7 @@ LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1A-1 | %gconf.xml 235 1 146 62.1 0.000 0.000 |
LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1A-1 | %gconf.xml 2158 1 579 26.8 0.000 0.000 |
+LZO1A-1 | %gconf.xml 2158 1 585 27.1 0.000 0.000 |
LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
@@ -45512,17 +45513,17 @@ LZO1A-1 | shells 52 1 50 96.2 0.000 0.000 |
LZO1A-1 | .bashrc 410 1 327 79.8 0.000 0.000 |
LZO1A-1 | .profile 241 1 224 92.9 0.000 0.000 |
LZO1A-1 | slsh.rc 2030 1 1056 52.0 0.000 0.000 |
-LZO1A-1 | moduli 577388 3 58472 10.1 981.890 0.000 |
+LZO1A-1 | moduli 577388 3 58472 10.1 764.660 0.000 |
LZO1A-1 | ssh_config 1548 1 1062 68.6 0.000 0.000 |
LZO1A-1 | ssh_host_ecdsa_key 505 1 454 89.9 0.000 0.000 |
LZO1A-1 | ssh_host_ecdsa_key.pub 177 1 169 95.5 0.000 0.000 |
-LZO1A-1 | ssh_host_ed25519_key 411 1 327 79.6 0.000 0.000 |
+LZO1A-1 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 |
LZO1A-1 | ssh_host_ed25519_key.pub 97 1 99 102 0.000 0.000 |
LZO1A-1 | ssh_host_rsa_key 2602 1 2578 99.1 0.000 0.000 |
-LZO1A-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
+LZO1A-1 | ssh_host_rsa_key.pub 569 1 572 101 0.000 0.000 |
LZO1A-1 | sshd_config 3177 1 2043 64.3 0.000 0.000 |
LZO1A-1 | sshd_config_readonly 3186 1 2046 64.2 0.000 0.000 |
-LZO1A-1 | ca-certificates.crt 200061 1 166201 83.1 115.244 0.000 |
+LZO1A-1 | ca-certificates.crt 200061 1 166201 83.1 88.236 0.000 |
LZO1A-1 | openssl.cnf 10909 1 5355 49.1 0.000 0.000 |
LZO1A-1 | sudoers 3174 1 1933 60.9 0.000 0.000 |
LZO1A-1 | sudoers.dist 3174 1 1933 60.9 0.000 0.000 |
@@ -45560,7 +45561,7 @@ LZO1A-1 | network.sh 1402 1 1035 73.8 0.000 0.000 |
LZO1A-1 | udev.conf 49 1 50 102 0.000 0.000 |
LZO1A-1 | 50default 2634 1 1190 45.2 0.000 0.000 |
LZO1A-1 | version 15 1 16 107 0.000 0.000 |
-LZO1A-1 | volatile.cache 5955 1 1553 26.1 0.000 0.000 |
+LZO1A-1 | volatile.cache 5955 1 1558 26.2 0.000 0.000 |
LZO1A-1 | warnquota.conf 3360 1 2216 66.0 0.000 0.000 |
LZO1A-1 | wpa_supplicant.conf 113 1 103 91.2 0.000 0.000 |
LZO1A-1 | at-spi-dbus-bus.desktop 296 1 270 91.2 0.000 0.000 |
@@ -45571,8 +45572,8 @@ LZO1A-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000
LZO1A-1 | libfm.conf 183 1 147 80.3 0.000 0.000 |
LZO1A-1 | pcmanfm.conf 321 1 280 87.2 0.000 0.000 |
LZO1A-1 | Xserver 652 1 460 70.6 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1578 70.1 206.278 0.000
-LZO1A-1 ***TOTALS*** 1248807 288 451470 36.2 206.278 0.000
+[clock=2] ***AVG*** 4366 1.0 1578 70.1 158.215 0.000
+LZO1A-1 ***TOTALS*** 1248807 288 451474 36.2 158.215 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -45655,7 +45656,7 @@ LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-1 | %gconf.xml 235 1 150 63.8 0.000 0.000 |
LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-1 | %gconf.xml 2158 1 603 27.9 0.000 0.000 |
+LZO1B-1 | %gconf.xml 2158 1 609 28.2 0.000 0.000 |
LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -45806,18 +45807,18 @@ LZO1B-1 | shadow- 619 1 230 37.2 0.000 0.000 |
LZO1B-1 | shells 52 1 50 96.2 0.000 0.000 |
LZO1B-1 | .bashrc 410 1 333 81.2 0.000 0.000 |
LZO1B-1 | .profile 241 1 226 93.8 0.000 0.000 |
-LZO1B-1 | slsh.rc 2030 1 1066 52.5 0.000 0.000 |
-LZO1B-1 | moduli 577388 3 30470 5.3 1069.298 0.000 |
+LZO1B-1 | slsh.rc 2030 1 1066 52.5 1.188 0.000 |
+LZO1B-1 | moduli 577388 3 30470 5.3 869.355 0.000 |
LZO1B-1 | ssh_config 1548 1 1077 69.6 0.000 0.000 |
LZO1B-1 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
LZO1B-1 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 |
-LZO1B-1 | ssh_host_ed25519_key 411 1 324 78.8 0.000 0.000 |
+LZO1B-1 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
LZO1B-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
-LZO1B-1 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1B-1 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1B-1 | ssh_host_rsa_key 2602 1 2569 98.7 0.000 0.000 |
+LZO1B-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1B-1 | sshd_config 3177 1 2070 65.2 0.000 0.000 |
LZO1B-1 | sshd_config_readonly 3186 1 2069 64.9 0.000 0.000 |
-LZO1B-1 | ca-certificates.crt 200061 1 158875 79.4 113.286 0.000 |
+LZO1B-1 | ca-certificates.crt 200061 1 158875 79.4 87.000 0.000 |
LZO1B-1 | openssl.cnf 10909 1 5292 48.5 0.000 0.000 |
LZO1B-1 | sudoers 3174 1 1953 61.5 0.000 0.000 |
LZO1B-1 | sudoers.dist 3174 1 1953 61.5 0.000 0.000 |
@@ -45855,7 +45856,7 @@ LZO1B-1 | network.sh 1402 1 1043 74.4 0.000 0.000 |
LZO1B-1 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-1 | 50default 2634 1 1199 45.5 0.000 0.000 |
LZO1B-1 | version 15 1 19 127 0.000 0.000 |
-LZO1B-1 | volatile.cache 5955 1 1540 25.9 0.000 0.000 |
+LZO1B-1 | volatile.cache 5955 1 1544 25.9 0.000 0.000 |
LZO1B-1 | warnquota.conf 3360 1 2235 66.5 0.000 0.000 |
LZO1B-1 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 |
LZO1B-1 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 |
@@ -45866,8 +45867,8 @@ LZO1B-1 | xinput_calibrator.desktop 299 1 239 79.9 0.000
LZO1B-1 | libfm.conf 183 1 145 79.2 0.000 0.000 |
LZO1B-1 | pcmanfm.conf 321 1 284 88.5 0.000 0.000 |
LZO1B-1 | Xserver 652 1 460 70.6 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1452 72.7 204.868 0.000
-LZO1B-1 ***TOTALS*** 1248807 288 415336 33.3 204.868 0.000
+[clock=2] ***AVG*** 4366 1.0 1452 72.7 3.510 0.000
+LZO1B-1 ***TOTALS*** 1248807 288 415338 33.3 3.510 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -45950,7 +45951,7 @@ LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-2 | %gconf.xml 235 1 150 63.8 0.000 0.000 |
LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-2 | %gconf.xml 2158 1 604 28.0 0.000 0.000 |
+LZO1B-2 | %gconf.xml 2158 1 608 28.2 0.000 0.000 |
LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -46102,17 +46103,17 @@ LZO1B-2 | shells 52 1 50 96.2 0.000 0.000 |
LZO1B-2 | .bashrc 410 1 333 81.2 0.000 0.000 |
LZO1B-2 | .profile 241 1 226 93.8 0.000 0.000 |
LZO1B-2 | slsh.rc 2030 1 1056 52.0 0.000 0.000 |
-LZO1B-2 | moduli 577388 3 30284 5.2 1103.519 0.000 |
+LZO1B-2 | moduli 577388 3 30284 5.2 869.067 0.000 |
LZO1B-2 | ssh_config 1548 1 1068 69.0 0.000 0.000 |
LZO1B-2 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 |
LZO1B-2 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 |
-LZO1B-2 | ssh_host_ed25519_key 411 1 325 79.1 0.000 0.000 |
+LZO1B-2 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
LZO1B-2 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
-LZO1B-2 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1B-2 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1B-2 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
+LZO1B-2 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1B-2 | sshd_config 3177 1 2049 64.5 0.000 0.000 |
LZO1B-2 | sshd_config_readonly 3186 1 2053 64.4 0.000 0.000 |
-LZO1B-2 | ca-certificates.crt 200061 1 157603 78.8 115.029 0.000 |
+LZO1B-2 | ca-certificates.crt 200061 1 157603 78.8 87.607 0.000 |
LZO1B-2 | openssl.cnf 10909 1 5230 47.9 0.000 0.000 |
LZO1B-2 | sudoers 3174 1 1941 61.2 0.000 0.000 |
LZO1B-2 | sudoers.dist 3174 1 1941 61.2 0.000 0.000 |
@@ -46150,7 +46151,7 @@ LZO1B-2 | network.sh 1402 1 1046 74.6 0.000 0.000 |
LZO1B-2 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-2 | 50default 2634 1 1176 44.6 0.000 0.000 |
LZO1B-2 | version 15 1 19 127 0.000 0.000 |
-LZO1B-2 | volatile.cache 5955 1 1549 26.0 0.000 0.000 |
+LZO1B-2 | volatile.cache 5955 1 1560 26.2 0.000 0.000 |
LZO1B-2 | warnquota.conf 3360 1 2218 66.0 0.000 0.000 |
LZO1B-2 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 |
LZO1B-2 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 |
@@ -46161,8 +46162,8 @@ LZO1B-2 | xinput_calibrator.desktop 299 1 239 79.9 0.000
LZO1B-2 | libfm.conf 183 1 145 79.2 0.000 0.000 |
LZO1B-2 | pcmanfm.conf 321 1 282 87.9 0.000 0.000 |
LZO1B-2 | Xserver 652 1 462 70.9 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1439 72.5 208.341 0.000
-LZO1B-2 ***TOTALS*** 1248807 288 411609 33.0 208.341 0.000
+[clock=2] ***AVG*** 4366 1.0 1439 72.5 159.170 0.000
+LZO1B-2 ***TOTALS*** 1248807 288 411615 33.0 159.170 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -46245,7 +46246,7 @@ LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-3 | %gconf.xml 235 1 150 63.8 0.000 0.000 |
LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-3 | %gconf.xml 2158 1 606 28.1 0.000 0.000 |
+LZO1B-3 | %gconf.xml 2158 1 610 28.3 0.000 0.000 |
LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -46397,17 +46398,17 @@ LZO1B-3 | shells 52 1 50 96.2 0.000 0.000 |
LZO1B-3 | .bashrc 410 1 332 81.0 0.000 0.000 |
LZO1B-3 | .profile 241 1 226 93.8 0.000 0.000 |
LZO1B-3 | slsh.rc 2030 1 1056 52.0 0.000 0.000 |
-LZO1B-3 | moduli 577388 3 30269 5.2 1105.845 0.000 |
+LZO1B-3 | moduli 577388 3 30269 5.2 863.918 0.000 |
LZO1B-3 | ssh_config 1548 1 1068 69.0 0.000 0.000 |
LZO1B-3 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 |
LZO1B-3 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 |
-LZO1B-3 | ssh_host_ed25519_key 411 1 325 79.1 0.000 0.000 |
+LZO1B-3 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
LZO1B-3 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
-LZO1B-3 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1B-3 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1B-3 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
+LZO1B-3 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1B-3 | sshd_config 3177 1 2040 64.2 0.000 0.000 |
LZO1B-3 | sshd_config_readonly 3186 1 2042 64.1 0.000 0.000 |
-LZO1B-3 | ca-certificates.crt 200061 1 156992 78.5 113.894 0.000 |
+LZO1B-3 | ca-certificates.crt 200061 1 156992 78.5 87.798 0.000 |
LZO1B-3 | openssl.cnf 10909 1 5193 47.6 0.000 0.000 |
LZO1B-3 | sudoers 3174 1 1929 60.8 0.000 0.000 |
LZO1B-3 | sudoers.dist 3174 1 1929 60.8 0.000 0.000 |
@@ -46445,7 +46446,7 @@ LZO1B-3 | network.sh 1402 1 1043 74.4 0.000 0.000 |
LZO1B-3 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-3 | 50default 2634 1 1171 44.5 0.000 0.000 |
LZO1B-3 | version 15 1 19 127 0.000 0.000 |
-LZO1B-3 | volatile.cache 5955 1 1558 26.2 0.000 0.000 |
+LZO1B-3 | volatile.cache 5955 1 1565 26.3 0.000 0.000 |
LZO1B-3 | warnquota.conf 3360 1 2212 65.8 0.000 0.000 |
LZO1B-3 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 |
LZO1B-3 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 |
@@ -46456,8 +46457,8 @@ LZO1B-3 | xinput_calibrator.desktop 299 1 239 79.9 0.000
LZO1B-3 | libfm.conf 183 1 145 79.2 0.000 0.000 |
LZO1B-3 | pcmanfm.conf 321 1 282 87.9 0.000 0.000 |
LZO1B-3 | Xserver 652 1 461 70.7 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1434 72.4 206.518 0.000
-LZO1B-3 ***TOTALS*** 1248807 288 410403 32.9 206.518 0.000
+[clock=2] ***AVG*** 4366 1.0 1434 72.4 159.397 0.000
+LZO1B-3 ***TOTALS*** 1248807 288 410405 32.9 159.397 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -46488,7 +46489,7 @@ LZO1B-4 | quilt 7117 1 2698 37.9 0.000 0.000 |
LZO1B-4 | bindresvport.blacklist 429 1 332 77.4 0.000 0.000 |
LZO1B-4 | input.conf 397 1 348 87.7 0.000 0.000 |
LZO1B-4 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-4 | build 527 1 282 53.5 0.000 0.000 |
+LZO1B-4 | build 527 1 278 52.8 0.000 0.000 |
LZO1B-4 | busybox.links.nosuid 2358 1 1220 51.7 0.000 0.000 |
LZO1B-4 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
LZO1B-4 | ca-certificates.conf 5340 1 2000 37.5 0.000 0.000 |
@@ -46540,7 +46541,7 @@ LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-4 | %gconf.xml 235 1 149 63.4 0.000 0.000 |
LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-4 | %gconf.xml 2158 1 599 27.8 0.000 0.000 |
+LZO1B-4 | %gconf.xml 2158 1 604 28.0 0.000 0.000 |
LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -46692,17 +46693,17 @@ LZO1B-4 | shells 52 1 49 94.2 0.000 0.000 |
LZO1B-4 | .bashrc 410 1 329 80.2 0.000 0.000 |
LZO1B-4 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1B-4 | slsh.rc 2030 1 1040 51.2 0.000 0.000 |
-LZO1B-4 | moduli 577388 3 29600 5.1 989.773 0.000 |
+LZO1B-4 | moduli 577388 3 29600 5.1 722.450 0.000 |
LZO1B-4 | ssh_config 1548 1 1065 68.8 0.000 0.000 |
-LZO1B-4 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 |
+LZO1B-4 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
LZO1B-4 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1B-4 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 |
+LZO1B-4 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 |
LZO1B-4 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
LZO1B-4 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 |
-LZO1B-4 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
+LZO1B-4 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
LZO1B-4 | sshd_config 3177 1 1986 62.5 0.000 0.000 |
LZO1B-4 | sshd_config_readonly 3186 1 1986 62.3 0.000 0.000 |
-LZO1B-4 | ca-certificates.crt 200061 1 157451 78.7 104.410 0.000 |
+LZO1B-4 | ca-certificates.crt 200061 1 157451 78.7 80.495 0.000 |
LZO1B-4 | openssl.cnf 10909 1 5037 46.2 0.000 0.000 |
LZO1B-4 | sudoers 3174 1 1875 59.1 0.000 0.000 |
LZO1B-4 | sudoers.dist 3174 1 1875 59.1 0.000 0.000 |
@@ -46740,7 +46741,7 @@ LZO1B-4 | network.sh 1402 1 1025 73.1 0.000 0.000 |
LZO1B-4 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-4 | 50default 2634 1 1144 43.4 0.000 0.000 |
LZO1B-4 | version 15 1 19 127 0.000 0.000 |
-LZO1B-4 | volatile.cache 5955 1 1522 25.6 0.000 0.000 |
+LZO1B-4 | volatile.cache 5955 1 1545 25.9 0.000 0.000 |
LZO1B-4 | warnquota.conf 3360 1 2163 64.4 0.000 0.000 |
LZO1B-4 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1B-4 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -46751,8 +46752,8 @@ LZO1B-4 | xinput_calibrator.desktop 299 1 239 79.9 0.000
LZO1B-4 | libfm.conf 183 1 147 80.3 0.000 0.000 |
LZO1B-4 | pcmanfm.conf 321 1 281 87.5 0.000 0.000 |
LZO1B-4 | Xserver 652 1 461 70.7 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1422 71.7 188.894 0.000
-LZO1B-4 ***TOTALS*** 1248807 288 406759 32.6 188.894 0.000
+[clock=2] ***AVG*** 4366 1.0 1422 71.7 144.850 0.000
+LZO1B-4 ***TOTALS*** 1248807 288 406779 32.6 144.850 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -46783,7 +46784,7 @@ LZO1B-5 | quilt 7117 1 2688 37.8 0.000 0.000 |
LZO1B-5 | bindresvport.blacklist 429 1 336 78.3 0.000 0.000 |
LZO1B-5 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1B-5 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-5 | build 527 1 279 52.9 0.000 0.000 |
+LZO1B-5 | build 527 1 278 52.8 0.000 0.000 |
LZO1B-5 | busybox.links.nosuid 2358 1 1211 51.4 0.000 0.000 |
LZO1B-5 | busybox.links.suid 91 1 70 76.9 0.000 0.000 |
LZO1B-5 | ca-certificates.conf 5340 1 1974 37.0 0.000 0.000 |
@@ -46835,7 +46836,7 @@ LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-5 | %gconf.xml 235 1 149 63.4 0.000 0.000 |
LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-5 | %gconf.xml 2158 1 603 27.9 0.000 0.000 |
+LZO1B-5 | %gconf.xml 2158 1 607 28.1 0.000 0.000 |
LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -46987,17 +46988,17 @@ LZO1B-5 | shells 52 1 49 94.2 0.000 0.000 |
LZO1B-5 | .bashrc 410 1 328 80.0 0.000 0.000 |
LZO1B-5 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1B-5 | slsh.rc 2030 1 1031 50.8 0.000 0.000 |
-LZO1B-5 | moduli 577388 3 29359 5.1 1002.759 0.000 |
+LZO1B-5 | moduli 577388 3 29359 5.1 758.746 0.000 |
LZO1B-5 | ssh_config 1548 1 1055 68.2 0.000 0.000 |
-LZO1B-5 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 |
+LZO1B-5 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
LZO1B-5 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1B-5 | ssh_host_ed25519_key 411 1 324 78.8 0.000 0.000 |
+LZO1B-5 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
LZO1B-5 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1B-5 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1B-5 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
+LZO1B-5 | ssh_host_rsa_key 2602 1 2573 98.9 0.000 0.000 |
+LZO1B-5 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
LZO1B-5 | sshd_config 3177 1 1962 61.8 0.000 0.000 |
LZO1B-5 | sshd_config_readonly 3186 1 1958 61.5 0.000 0.000 |
-LZO1B-5 | ca-certificates.crt 200061 1 157365 78.7 112.081 0.000 |
+LZO1B-5 | ca-certificates.crt 200061 1 157365 78.7 85.108 0.000 |
LZO1B-5 | openssl.cnf 10909 1 4969 45.5 0.000 0.000 |
LZO1B-5 | sudoers 3174 1 1861 58.6 0.000 0.000 |
LZO1B-5 | sudoers.dist 3174 1 1861 58.6 0.000 0.000 |
@@ -47035,7 +47036,7 @@ LZO1B-5 | network.sh 1402 1 1019 72.7 0.000 0.000 |
LZO1B-5 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-5 | 50default 2634 1 1138 43.2 0.000 0.000 |
LZO1B-5 | version 15 1 19 127 0.000 0.000 |
-LZO1B-5 | volatile.cache 5955 1 1515 25.4 0.000 0.000 |
+LZO1B-5 | volatile.cache 5955 1 1554 26.1 0.000 0.000 |
LZO1B-5 | warnquota.conf 3360 1 2129 63.4 0.000 0.000 |
LZO1B-5 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1B-5 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -47046,8 +47047,8 @@ LZO1B-5 | xinput_calibrator.desktop 299 1 239 79.9 0.000
LZO1B-5 | libfm.conf 183 1 144 78.7 0.000 0.000 |
LZO1B-5 | pcmanfm.conf 321 1 276 86.0 0.000 0.000 |
LZO1B-5 | Xserver 652 1 458 70.2 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1422 71.5 201.626 0.000
-LZO1B-5 ***TOTALS*** 1248807 288 406859 32.6 201.626 0.000
+[clock=2] ***AVG*** 4366 1.0 1422 71.5 153.048 0.000
+LZO1B-5 ***TOTALS*** 1248807 288 406896 32.6 153.048 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -47078,7 +47079,7 @@ LZO1B-6 | quilt 7117 1 2653 37.3 0.000 0.000 |
LZO1B-6 | bindresvport.blacklist 429 1 333 77.6 0.000 0.000 |
LZO1B-6 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1B-6 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-6 | build 527 1 283 53.7 0.000 0.000 |
+LZO1B-6 | build 527 1 282 53.5 0.000 0.000 |
LZO1B-6 | busybox.links.nosuid 2358 1 1199 50.8 0.000 0.000 |
LZO1B-6 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
LZO1B-6 | ca-certificates.conf 5340 1 1948 36.5 0.000 0.000 |
@@ -47130,7 +47131,7 @@ LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-6 | %gconf.xml 235 1 149 63.4 0.000 0.000 |
LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | %gconf.xml 2158 1 603 27.9 0.000 0.000 |
+LZO1B-6 | %gconf.xml 2158 1 604 28.0 0.000 0.000 |
LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -47282,17 +47283,17 @@ LZO1B-6 | shells 52 1 49 94.2 0.000 0.000 |
LZO1B-6 | .bashrc 410 1 328 80.0 0.000 0.000 |
LZO1B-6 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1B-6 | slsh.rc 2030 1 1031 50.8 0.000 0.000 |
-LZO1B-6 | moduli 577388 3 29367 5.1 974.435 0.000 |
+LZO1B-6 | moduli 577388 3 29367 5.1 717.074 0.000 |
LZO1B-6 | ssh_config 1548 1 1045 67.5 0.000 0.000 |
-LZO1B-6 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
+LZO1B-6 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 |
LZO1B-6 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1B-6 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 |
+LZO1B-6 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 |
LZO1B-6 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
LZO1B-6 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 |
-LZO1B-6 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
+LZO1B-6 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
LZO1B-6 | sshd_config 3177 1 1950 61.4 0.000 0.000 |
LZO1B-6 | sshd_config_readonly 3186 1 1950 61.2 0.000 0.000 |
-LZO1B-6 | ca-certificates.crt 200061 1 156608 78.3 107.956 0.000 |
+LZO1B-6 | ca-certificates.crt 200061 1 156608 78.3 82.294 0.000 |
LZO1B-6 | openssl.cnf 10909 1 4928 45.2 0.000 0.000 |
LZO1B-6 | sudoers 3174 1 1856 58.5 0.000 0.000 |
LZO1B-6 | sudoers.dist 3174 1 1856 58.5 0.000 0.000 |
@@ -47330,7 +47331,7 @@ LZO1B-6 | network.sh 1402 1 1013 72.3 0.000 0.000 |
LZO1B-6 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-6 | 50default 2634 1 1137 43.2 0.000 0.000 |
LZO1B-6 | version 15 1 19 127 0.000 0.000 |
-LZO1B-6 | volatile.cache 5955 1 1514 25.4 0.000 0.000 |
+LZO1B-6 | volatile.cache 5955 1 1532 25.7 0.000 0.000 |
LZO1B-6 | warnquota.conf 3360 1 2141 63.7 0.000 0.000 |
LZO1B-6 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1B-6 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -47341,8 +47342,8 @@ LZO1B-6 | xinput_calibrator.desktop 299 1 237 79.3 0.000
LZO1B-6 | libfm.conf 183 1 144 78.7 0.000 0.000 |
LZO1B-6 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 |
LZO1B-6 | Xserver 652 1 458 70.2 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1413 71.3 194.377 0.000
-LZO1B-6 ***TOTALS*** 1248807 288 404258 32.4 194.377 0.000
+[clock=2] ***AVG*** 4366 1.0 1413 71.3 147.644 0.000
+LZO1B-6 ***TOTALS*** 1248807 288 404270 32.4 147.644 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -47373,7 +47374,7 @@ LZO1B-7 | quilt 7117 1 2621 36.8 0.000 0.000 |
LZO1B-7 | bindresvport.blacklist 429 1 329 76.7 0.000 0.000 |
LZO1B-7 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1B-7 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-7 | build 527 1 279 52.9 0.000 0.000 |
+LZO1B-7 | build 527 1 278 52.8 0.000 0.000 |
LZO1B-7 | busybox.links.nosuid 2358 1 1213 51.4 0.000 0.000 |
LZO1B-7 | busybox.links.suid 91 1 70 76.9 0.000 0.000 |
LZO1B-7 | ca-certificates.conf 5340 1 1920 36.0 0.000 0.000 |
@@ -47425,7 +47426,7 @@ LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-7 | %gconf.xml 235 1 149 63.4 0.000 0.000 |
LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-7 | %gconf.xml 2158 1 601 27.8 0.000 0.000 |
+LZO1B-7 | %gconf.xml 2158 1 603 27.9 0.000 0.000 |
LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -47577,17 +47578,17 @@ LZO1B-7 | shells 52 1 49 94.2 0.000 0.000 |
LZO1B-7 | .bashrc 410 1 328 80.0 0.000 0.000 |
LZO1B-7 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1B-7 | slsh.rc 2030 1 1025 50.5 0.000 0.000 |
-LZO1B-7 | moduli 577388 3 29499 5.1 743.849 0.000 |
+LZO1B-7 | moduli 577388 3 29499 5.1 564.370 0.000 |
LZO1B-7 | ssh_config 1548 1 1054 68.1 0.000 0.000 |
-LZO1B-7 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
+LZO1B-7 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 |
LZO1B-7 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1B-7 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
+LZO1B-7 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
LZO1B-7 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1B-7 | ssh_host_rsa_key 2602 1 2569 98.7 0.000 0.000 |
-LZO1B-7 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1B-7 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 |
+LZO1B-7 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1B-7 | sshd_config 3177 1 1936 60.9 0.000 0.000 |
LZO1B-7 | sshd_config_readonly 3186 1 1940 60.9 0.000 0.000 |
-LZO1B-7 | ca-certificates.crt 200061 1 156290 78.1 86.511 0.000 |
+LZO1B-7 | ca-certificates.crt 200061 1 156290 78.1 64.168 0.000 |
LZO1B-7 | openssl.cnf 10909 1 4922 45.1 0.000 0.000 |
LZO1B-7 | sudoers 3174 1 1840 58.0 0.000 0.000 |
LZO1B-7 | sudoers.dist 3174 1 1840 58.0 0.000 0.000 |
@@ -47625,7 +47626,7 @@ LZO1B-7 | network.sh 1402 1 1012 72.2 0.000 0.000 |
LZO1B-7 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-7 | 50default 2634 1 1140 43.3 0.000 0.000 |
LZO1B-7 | version 15 1 19 127 0.000 0.000 |
-LZO1B-7 | volatile.cache 5955 1 1458 24.5 0.000 0.000 |
+LZO1B-7 | volatile.cache 5955 1 1469 24.7 0.000 0.000 |
LZO1B-7 | warnquota.conf 3360 1 2112 62.9 0.000 0.000 |
LZO1B-7 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1B-7 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -47636,8 +47637,8 @@ LZO1B-7 | xinput_calibrator.desktop 299 1 239 79.9 0.000
LZO1B-7 | libfm.conf 183 1 144 78.7 0.000 0.000 |
LZO1B-7 | pcmanfm.conf 321 1 276 86.0 0.000 0.000 |
LZO1B-7 | Xserver 652 1 456 69.9 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1407 71.3 154.995 0.000
-LZO1B-7 ***TOTALS*** 1248807 288 402539 32.2 154.995 0.000
+[clock=2] ***AVG*** 4366 1.0 1407 71.3 115.234 0.000
+LZO1B-7 ***TOTALS*** 1248807 288 402546 32.2 115.234 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -47668,7 +47669,7 @@ LZO1B-8 | quilt 7117 1 2605 36.6 0.000 0.000 |
LZO1B-8 | bindresvport.blacklist 429 1 333 77.6 0.000 0.000 |
LZO1B-8 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1B-8 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-8 | build 527 1 283 53.7 0.000 0.000 |
+LZO1B-8 | build 527 1 280 53.1 0.000 0.000 |
LZO1B-8 | busybox.links.nosuid 2358 1 1198 50.8 0.000 0.000 |
LZO1B-8 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
LZO1B-8 | ca-certificates.conf 5340 1 1931 36.2 0.000 0.000 |
@@ -47720,7 +47721,7 @@ LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-8 | %gconf.xml 235 1 149 63.4 0.000 0.000 |
LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-8 | %gconf.xml 2158 1 604 28.0 0.000 0.000 |
+LZO1B-8 | %gconf.xml 2158 1 605 28.0 0.000 0.000 |
LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -47872,17 +47873,17 @@ LZO1B-8 | shells 52 1 49 94.2 0.000 0.000 |
LZO1B-8 | .bashrc 410 1 330 80.5 0.000 0.000 |
LZO1B-8 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1B-8 | slsh.rc 2030 1 1026 50.5 0.000 0.000 |
-LZO1B-8 | moduli 577388 3 29453 5.1 759.084 0.000 |
+LZO1B-8 | moduli 577388 3 29453 5.1 553.605 0.000 |
LZO1B-8 | ssh_config 1548 1 1044 67.4 0.000 0.000 |
LZO1B-8 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
LZO1B-8 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1B-8 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
+LZO1B-8 | ssh_host_ed25519_key 411 1 318 77.4 0.000 0.000 |
LZO1B-8 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1B-8 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1B-8 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
+LZO1B-8 | ssh_host_rsa_key 2602 1 2569 98.7 0.000 0.000 |
+LZO1B-8 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
LZO1B-8 | sshd_config 3177 1 1935 60.9 0.000 0.000 |
LZO1B-8 | sshd_config_readonly 3186 1 1940 60.9 0.000 0.000 |
-LZO1B-8 | ca-certificates.crt 200061 1 155413 77.7 85.340 0.000 |
+LZO1B-8 | ca-certificates.crt 200061 1 155413 77.7 65.166 0.000 |
LZO1B-8 | openssl.cnf 10909 1 4836 44.3 0.000 0.000 |
LZO1B-8 | sudoers 3174 1 1829 57.6 0.000 0.000 |
LZO1B-8 | sudoers.dist 3174 1 1829 57.6 0.000 0.000 |
@@ -47920,7 +47921,7 @@ LZO1B-8 | network.sh 1402 1 1009 72.0 0.000 0.000 |
LZO1B-8 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-8 | 50default 2634 1 1116 42.4 0.000 0.000 |
LZO1B-8 | version 15 1 19 127 0.000 0.000 |
-LZO1B-8 | volatile.cache 5955 1 1467 24.6 0.000 0.000 |
+LZO1B-8 | volatile.cache 5955 1 1492 25.1 0.000 0.000 |
LZO1B-8 | warnquota.conf 3360 1 2095 62.4 0.000 0.000 |
LZO1B-8 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1B-8 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -47931,8 +47932,8 @@ LZO1B-8 | xinput_calibrator.desktop 299 1 237 79.3 0.000
LZO1B-8 | libfm.conf 183 1 144 78.7 0.000 0.000 |
LZO1B-8 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 |
LZO1B-8 | Xserver 652 1 455 69.8 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1405 71.1 153.430 0.000
-LZO1B-8 ***TOTALS*** 1248807 288 402000 32.2 153.430 0.000
+[clock=2] ***AVG*** 4366 1.0 1405 71.1 116.607 0.000
+LZO1B-8 ***TOTALS*** 1248807 288 402020 32.2 116.607 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -47963,7 +47964,7 @@ LZO1B-9 | quilt 7117 1 2594 36.4 0.000 0.000 |
LZO1B-9 | bindresvport.blacklist 429 1 328 76.5 0.000 0.000 |
LZO1B-9 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1B-9 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-9 | build 527 1 280 53.1 0.000 0.000 |
+LZO1B-9 | build 527 1 279 52.9 0.000 0.000 |
LZO1B-9 | busybox.links.nosuid 2358 1 1188 50.4 0.000 0.000 |
LZO1B-9 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
LZO1B-9 | ca-certificates.conf 5340 1 1908 35.7 0.000 0.000 |
@@ -48015,7 +48016,7 @@ LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-9 | %gconf.xml 235 1 149 63.4 0.000 0.000 |
LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-9 | %gconf.xml 2158 1 586 27.2 0.000 0.000 |
+LZO1B-9 | %gconf.xml 2158 1 595 27.6 0.000 0.000 |
LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -48167,17 +48168,17 @@ LZO1B-9 | shells 52 1 49 94.2 0.000 0.000 |
LZO1B-9 | .bashrc 410 1 328 80.0 0.000 0.000 |
LZO1B-9 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1B-9 | slsh.rc 2030 1 1008 49.7 0.000 0.000 |
-LZO1B-9 | moduli 577388 3 27755 4.8 388.996 0.000 |
+LZO1B-9 | moduli 577388 3 27755 4.8 370.435 0.000 |
LZO1B-9 | ssh_config 1548 1 1038 67.1 0.000 0.000 |
LZO1B-9 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
LZO1B-9 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1B-9 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
+LZO1B-9 | ssh_host_ed25519_key 411 1 318 77.4 0.000 0.000 |
LZO1B-9 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
LZO1B-9 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1B-9 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
+LZO1B-9 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
LZO1B-9 | sshd_config 3177 1 1919 60.4 0.000 0.000 |
LZO1B-9 | sshd_config_readonly 3186 1 1929 60.5 0.000 0.000 |
-LZO1B-9 | ca-certificates.crt 200061 1 155282 77.6 100.701 0.000 |
+LZO1B-9 | ca-certificates.crt 200061 1 155282 77.6 96.096 0.000 |
LZO1B-9 | openssl.cnf 10909 1 4787 43.9 0.000 0.000 |
LZO1B-9 | sudoers 3174 1 1809 57.0 0.000 0.000 |
LZO1B-9 | sudoers.dist 3174 1 1809 57.0 0.000 0.000 |
@@ -48215,7 +48216,7 @@ LZO1B-9 | network.sh 1402 1 1011 72.1 0.000 0.000 |
LZO1B-9 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-9 | 50default 2634 1 1107 42.0 0.000 0.000 |
LZO1B-9 | version 15 1 19 127 0.000 0.000 |
-LZO1B-9 | volatile.cache 5955 1 1463 24.6 0.000 0.000 |
+LZO1B-9 | volatile.cache 5955 1 1470 24.7 0.000 0.000 |
LZO1B-9 | warnquota.conf 3360 1 2068 61.5 0.000 0.000 |
LZO1B-9 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1B-9 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -48226,8 +48227,8 @@ LZO1B-9 | xinput_calibrator.desktop 299 1 237 79.3 0.000
LZO1B-9 | libfm.conf 183 1 144 78.7 0.000 0.000 |
LZO1B-9 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 |
LZO1B-9 | Xserver 652 1 453 69.5 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1389 70.8 159.985 0.000
-LZO1B-9 ***TOTALS*** 1248807 288 397421 31.8 159.985 0.000
+[clock=2] ***AVG*** 4366 1.0 1389 70.8 152.604 0.000
+LZO1B-9 ***TOTALS*** 1248807 288 397432 31.8 152.604 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -48310,7 +48311,7 @@ LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-1 | %gconf.xml 235 1 148 63.0 0.000 0.000 |
LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-1 | %gconf.xml 2158 1 598 27.7 0.000 0.000 |
+LZO1C-1 | %gconf.xml 2158 1 602 27.9 0.000 0.000 |
LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -48466,13 +48467,13 @@ LZO1C-1 | moduli 577388 3 41501 7.2 0.000 0.000 |
LZO1C-1 | ssh_config 1548 1 1074 69.4 0.000 0.000 |
LZO1C-1 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
LZO1C-1 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 |
-LZO1C-1 | ssh_host_ed25519_key 411 1 324 78.8 0.000 0.000 |
+LZO1C-1 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
LZO1C-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
-LZO1C-1 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1C-1 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1C-1 | ssh_host_rsa_key 2602 1 2569 98.7 0.000 0.000 |
+LZO1C-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1C-1 | sshd_config 3177 1 2056 64.7 0.000 0.000 |
LZO1C-1 | sshd_config_readonly 3186 1 2055 64.5 0.000 0.000 |
-LZO1C-1 | ca-certificates.crt 200061 1 161862 80.9 100.394 0.000 |
+LZO1C-1 | ca-certificates.crt 200061 1 161868 80.9 97.596 0.000 |
LZO1C-1 | openssl.cnf 10909 1 5240 48.0 0.000 0.000 |
LZO1C-1 | sudoers 3174 1 1939 61.1 0.000 0.000 |
LZO1C-1 | sudoers.dist 3174 1 1939 61.1 0.000 0.000 |
@@ -48510,7 +48511,7 @@ LZO1C-1 | network.sh 1402 1 1038 74.0 0.000 0.000 |
LZO1C-1 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-1 | 50default 2634 1 1184 45.0 0.000 0.000 |
LZO1C-1 | version 15 1 19 127 0.000 0.000 |
-LZO1C-1 | volatile.cache 5955 1 1524 25.6 0.000 0.000 |
+LZO1C-1 | volatile.cache 5955 1 1529 25.7 0.000 0.000 |
LZO1C-1 | warnquota.conf 3360 1 2226 66.2 0.000 0.000 |
LZO1C-1 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 |
LZO1C-1 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 |
@@ -48521,8 +48522,8 @@ LZO1C-1 | xinput_calibrator.desktop 299 1 238 79.6 0.000
LZO1C-1 | libfm.conf 183 1 144 78.7 0.000 0.000 |
LZO1C-1 | pcmanfm.conf 321 1 284 88.5 0.000 0.000 |
LZO1C-1 | Xserver 652 1 459 70.4 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1494 72.5 100.394 0.000
-LZO1C-1 ***TOTALS*** 1248807 288 427434 34.2 100.394 0.000
+[clock=2] ***AVG*** 4366 1.0 1494 72.5 97.596 0.000
+LZO1C-1 ***TOTALS*** 1248807 288 427441 34.2 97.596 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -48605,7 +48606,7 @@ LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-2 | %gconf.xml 235 1 148 63.0 0.000 0.000 |
LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | %gconf.xml 2158 1 600 27.8 0.000 0.000 |
+LZO1C-2 | %gconf.xml 2158 1 603 27.9 0.000 0.000 |
LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -48761,13 +48762,13 @@ LZO1C-2 | moduli 577388 3 30064 5.2 0.000 0.000 |
LZO1C-2 | ssh_config 1548 1 1065 68.8 0.000 0.000 |
LZO1C-2 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 |
LZO1C-2 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 |
-LZO1C-2 | ssh_host_ed25519_key 411 1 324 78.8 0.000 0.000 |
+LZO1C-2 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
LZO1C-2 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
-LZO1C-2 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1C-2 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1C-2 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
+LZO1C-2 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1C-2 | sshd_config 3177 1 2036 64.1 0.000 0.000 |
LZO1C-2 | sshd_config_readonly 3186 1 2040 64.0 0.000 0.000 |
-LZO1C-2 | ca-certificates.crt 200061 1 160948 80.4 101.540 0.000 |
+LZO1C-2 | ca-certificates.crt 200061 1 160948 80.4 97.597 0.000 |
LZO1C-2 | openssl.cnf 10909 1 5178 47.5 0.000 0.000 |
LZO1C-2 | sudoers 3174 1 1925 60.6 0.000 0.000 |
LZO1C-2 | sudoers.dist 3174 1 1925 60.6 0.000 0.000 |
@@ -48805,7 +48806,7 @@ LZO1C-2 | network.sh 1402 1 1041 74.3 0.000 0.000 |
LZO1C-2 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-2 | 50default 2634 1 1162 44.1 0.000 0.000 |
LZO1C-2 | version 15 1 19 127 0.000 0.000 |
-LZO1C-2 | volatile.cache 5955 1 1536 25.8 0.000 0.000 |
+LZO1C-2 | volatile.cache 5955 1 1547 26.0 0.000 0.000 |
LZO1C-2 | warnquota.conf 3360 1 2209 65.7 0.000 0.000 |
LZO1C-2 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 |
LZO1C-2 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 |
@@ -48816,8 +48817,8 @@ LZO1C-2 | xinput_calibrator.desktop 299 1 238 79.6 0.000
LZO1C-2 | libfm.conf 183 1 144 78.7 0.000 0.000 |
LZO1C-2 | pcmanfm.conf 321 1 282 87.9 0.000 0.000 |
LZO1C-2 | Xserver 652 1 461 70.7 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1443 72.3 101.540 0.000
-LZO1C-2 ***TOTALS*** 1248807 288 412807 33.1 101.540 0.000
+[clock=2] ***AVG*** 4366 1.0 1443 72.3 97.597 0.000
+LZO1C-2 ***TOTALS*** 1248807 288 412812 33.1 97.597 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -48900,7 +48901,7 @@ LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-3 | %gconf.xml 235 1 148 63.0 0.000 0.000 |
LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | %gconf.xml 2158 1 602 27.9 0.000 0.000 |
+LZO1C-3 | %gconf.xml 2158 1 605 28.0 0.000 0.000 |
LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -49056,13 +49057,13 @@ LZO1C-3 | moduli 577388 3 30049 5.2 0.000 0.000 |
LZO1C-3 | ssh_config 1548 1 1065 68.8 0.000 0.000 |
LZO1C-3 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 |
LZO1C-3 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 |
-LZO1C-3 | ssh_host_ed25519_key 411 1 324 78.8 0.000 0.000 |
+LZO1C-3 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
LZO1C-3 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
-LZO1C-3 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1C-3 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1C-3 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
+LZO1C-3 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1C-3 | sshd_config 3177 1 2025 63.7 0.000 0.000 |
LZO1C-3 | sshd_config_readonly 3186 1 2027 63.6 0.000 0.000 |
-LZO1C-3 | ca-certificates.crt 200061 1 160504 80.2 101.105 0.000 |
+LZO1C-3 | ca-certificates.crt 200061 1 160501 80.2 93.980 0.000 |
LZO1C-3 | openssl.cnf 10909 1 5140 47.1 0.000 0.000 |
LZO1C-3 | sudoers 3174 1 1915 60.3 0.000 0.000 |
LZO1C-3 | sudoers.dist 3174 1 1915 60.3 0.000 0.000 |
@@ -49100,7 +49101,7 @@ LZO1C-3 | network.sh 1402 1 1038 74.0 0.000 0.000 |
LZO1C-3 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-3 | 50default 2634 1 1158 44.0 0.000 0.000 |
LZO1C-3 | version 15 1 19 127 0.000 0.000 |
-LZO1C-3 | volatile.cache 5955 1 1544 25.9 0.000 0.000 |
+LZO1C-3 | volatile.cache 5955 1 1551 26.0 0.000 0.000 |
LZO1C-3 | warnquota.conf 3360 1 2203 65.6 0.000 0.000 |
LZO1C-3 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 |
LZO1C-3 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 |
@@ -49111,8 +49112,8 @@ LZO1C-3 | xinput_calibrator.desktop 299 1 238 79.6 0.000
LZO1C-3 | libfm.conf 183 1 144 78.7 0.000 0.000 |
LZO1C-3 | pcmanfm.conf 321 1 282 87.9 0.000 0.000 |
LZO1C-3 | Xserver 652 1 460 70.6 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1439 72.2 101.105 0.000
-LZO1C-3 ***TOTALS*** 1248807 288 411807 33.0 101.105 0.000
+[clock=2] ***AVG*** 4366 1.0 1439 72.2 93.980 0.000
+LZO1C-3 ***TOTALS*** 1248807 288 411805 33.0 93.980 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -49143,7 +49144,7 @@ LZO1C-4 | quilt 7117 1 2671 37.5 0.000 0.000 |
LZO1C-4 | bindresvport.blacklist 429 1 330 76.9 0.000 0.000 |
LZO1C-4 | input.conf 397 1 348 87.7 0.000 0.000 |
LZO1C-4 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-4 | build 527 1 281 53.3 0.000 0.000 |
+LZO1C-4 | build 527 1 276 52.4 0.000 0.000 |
LZO1C-4 | busybox.links.nosuid 2358 1 1169 49.6 0.000 0.000 |
LZO1C-4 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
LZO1C-4 | ca-certificates.conf 5340 1 1970 36.9 0.000 0.000 |
@@ -49195,7 +49196,7 @@ LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-4 | %gconf.xml 235 1 147 62.6 0.000 0.000 |
LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | %gconf.xml 2158 1 593 27.5 0.000 0.000 |
+LZO1C-4 | %gconf.xml 2158 1 597 27.7 0.000 0.000 |
LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -49347,17 +49348,17 @@ LZO1C-4 | shells 52 1 49 94.2 0.000 0.000 |
LZO1C-4 | .bashrc 410 1 327 79.8 0.000 0.000 |
LZO1C-4 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1C-4 | slsh.rc 2030 1 1028 50.6 0.000 0.000 |
-LZO1C-4 | moduli 577388 3 31084 5.4 1024.994 0.000 |
+LZO1C-4 | moduli 577388 3 31084 5.4 993.800 0.000 |
LZO1C-4 | ssh_config 1548 1 1061 68.5 0.000 0.000 |
-LZO1C-4 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 |
+LZO1C-4 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
LZO1C-4 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1C-4 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 |
+LZO1C-4 | ssh_host_ed25519_key 411 1 318 77.4 0.000 0.000 |
LZO1C-4 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
LZO1C-4 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 |
-LZO1C-4 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
+LZO1C-4 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
LZO1C-4 | sshd_config 3177 1 1976 62.2 0.000 0.000 |
LZO1C-4 | sshd_config_readonly 3186 1 1976 62.0 0.000 0.000 |
-LZO1C-4 | ca-certificates.crt 200061 1 160036 80.0 73.616 0.000 |
+LZO1C-4 | ca-certificates.crt 200061 1 160036 80.0 74.031 0.000 |
LZO1C-4 | openssl.cnf 10909 1 4984 45.7 0.000 0.000 |
LZO1C-4 | sudoers 3174 1 1863 58.7 0.000 0.000 |
LZO1C-4 | sudoers.dist 3174 1 1863 58.7 0.000 0.000 |
@@ -49395,7 +49396,7 @@ LZO1C-4 | network.sh 1402 1 1019 72.7 0.000 0.000 |
LZO1C-4 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-4 | 50default 2634 1 1128 42.8 0.000 0.000 |
LZO1C-4 | version 15 1 19 127 0.000 0.000 |
-LZO1C-4 | volatile.cache 5955 1 1509 25.3 0.000 0.000 |
+LZO1C-4 | volatile.cache 5955 1 1535 25.8 0.000 0.000 |
LZO1C-4 | warnquota.conf 3360 1 2155 64.1 0.000 0.000 |
LZO1C-4 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1C-4 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -49406,8 +49407,8 @@ LZO1C-4 | xinput_calibrator.desktop 299 1 238 79.6 0.000
LZO1C-4 | libfm.conf 183 1 146 79.8 0.000 0.000 |
LZO1C-4 | pcmanfm.conf 321 1 281 87.5 0.000 0.000 |
LZO1C-4 | Xserver 652 1 461 70.7 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1427 71.4 137.366 0.000
-LZO1C-4 ***TOTALS*** 1248807 288 408395 32.7 137.366 0.000
+[clock=2] ***AVG*** 4366 1.0 1428 71.4 137.798 0.000
+LZO1C-4 ***TOTALS*** 1248807 288 408416 32.7 137.798 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -49438,7 +49439,7 @@ LZO1C-5 | quilt 7117 1 2660 37.4 0.000 0.000 |
LZO1C-5 | bindresvport.blacklist 429 1 334 77.9 0.000 0.000 |
LZO1C-5 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1C-5 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-5 | build 527 1 278 52.8 0.000 0.000 |
+LZO1C-5 | build 527 1 276 52.4 0.000 0.000 |
LZO1C-5 | busybox.links.nosuid 2358 1 1158 49.1 0.000 0.000 |
LZO1C-5 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
LZO1C-5 | ca-certificates.conf 5340 1 1943 36.4 0.000 0.000 |
@@ -49490,7 +49491,7 @@ LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-5 | %gconf.xml 235 1 147 62.6 0.000 0.000 |
LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | %gconf.xml 2158 1 597 27.7 0.000 0.000 |
+LZO1C-5 | %gconf.xml 2158 1 600 27.8 0.000 0.000 |
LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -49642,17 +49643,17 @@ LZO1C-5 | shells 52 1 49 94.2 0.000 0.000 |
LZO1C-5 | .bashrc 410 1 326 79.5 0.000 0.000 |
LZO1C-5 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1C-5 | slsh.rc 2030 1 1021 50.3 0.000 0.000 |
-LZO1C-5 | moduli 577388 3 31010 5.4 1014.250 0.000 |
+LZO1C-5 | moduli 577388 3 31010 5.4 1077.689 0.000 |
LZO1C-5 | ssh_config 1548 1 1051 67.9 0.000 0.000 |
-LZO1C-5 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 |
+LZO1C-5 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
LZO1C-5 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1C-5 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 |
+LZO1C-5 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 |
LZO1C-5 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1C-5 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1C-5 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
+LZO1C-5 | ssh_host_rsa_key 2602 1 2573 98.9 0.000 0.000 |
+LZO1C-5 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
LZO1C-5 | sshd_config 3177 1 1954 61.5 0.000 0.000 |
LZO1C-5 | sshd_config_readonly 3186 1 1948 61.1 0.000 0.000 |
-LZO1C-5 | ca-certificates.crt 200061 1 159466 79.7 73.945 0.000 |
+LZO1C-5 | ca-certificates.crt 200061 1 159466 79.7 80.139 0.000 |
LZO1C-5 | openssl.cnf 10909 1 4928 45.2 0.000 0.000 |
LZO1C-5 | sudoers 3174 1 1851 58.3 0.000 0.000 |
LZO1C-5 | sudoers.dist 3174 1 1851 58.3 0.000 0.000 |
@@ -49690,7 +49691,7 @@ LZO1C-5 | network.sh 1402 1 1014 72.3 0.000 0.000 |
LZO1C-5 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-5 | 50default 2634 1 1121 42.6 0.000 0.000 |
LZO1C-5 | version 15 1 19 127 0.000 0.000 |
-LZO1C-5 | volatile.cache 5955 1 1499 25.2 0.000 0.000 |
+LZO1C-5 | volatile.cache 5955 1 1540 25.9 0.000 0.000 |
LZO1C-5 | warnquota.conf 3360 1 2123 63.2 0.000 0.000 |
LZO1C-5 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1C-5 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -49701,8 +49702,8 @@ LZO1C-5 | xinput_calibrator.desktop 299 1 238 79.6 0.000
LZO1C-5 | libfm.conf 183 1 143 78.1 0.000 0.000 |
LZO1C-5 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 |
LZO1C-5 | Xserver 652 1 458 70.2 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1428 71.2 137.841 0.000
-LZO1C-5 ***TOTALS*** 1248807 288 408651 32.7 137.841 0.000
+[clock=2] ***AVG*** 4366 1.0 1428 71.2 149.185 0.000
+LZO1C-5 ***TOTALS*** 1248807 288 408688 32.7 149.185 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -49733,7 +49734,7 @@ LZO1C-6 | quilt 7117 1 2627 36.9 0.000 0.000 |
LZO1C-6 | bindresvport.blacklist 429 1 331 77.2 0.000 0.000 |
LZO1C-6 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1C-6 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-6 | build 527 1 282 53.5 0.000 0.000 |
+LZO1C-6 | build 527 1 280 53.1 0.000 0.000 |
LZO1C-6 | busybox.links.nosuid 2358 1 1143 48.5 0.000 0.000 |
LZO1C-6 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
LZO1C-6 | ca-certificates.conf 5340 1 1922 36.0 0.000 0.000 |
@@ -49937,17 +49938,17 @@ LZO1C-6 | shells 52 1 49 94.2 0.000 0.000 |
LZO1C-6 | .bashrc 410 1 326 79.5 0.000 0.000 |
LZO1C-6 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1C-6 | slsh.rc 2030 1 1020 50.2 0.000 0.000 |
-LZO1C-6 | moduli 577388 3 29121 5.0 1006.380 0.000 |
+LZO1C-6 | moduli 577388 3 29121 5.0 1085.516 0.000 |
LZO1C-6 | ssh_config 1548 1 1040 67.2 0.000 0.000 |
-LZO1C-6 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
+LZO1C-6 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 |
LZO1C-6 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1C-6 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 |
+LZO1C-6 | ssh_host_ed25519_key 411 1 318 77.4 0.000 0.000 |
LZO1C-6 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
LZO1C-6 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 |
-LZO1C-6 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
+LZO1C-6 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
LZO1C-6 | sshd_config 3177 1 1942 61.1 0.000 0.000 |
LZO1C-6 | sshd_config_readonly 3186 1 1941 60.9 0.000 0.000 |
-LZO1C-6 | ca-certificates.crt 200061 1 158807 79.4 70.949 0.000 |
+LZO1C-6 | ca-certificates.crt 200061 1 158807 79.4 77.248 0.000 |
LZO1C-6 | openssl.cnf 10909 1 4882 44.8 0.000 0.000 |
LZO1C-6 | sudoers 3174 1 1843 58.1 0.000 0.000 |
LZO1C-6 | sudoers.dist 3174 1 1843 58.1 0.000 0.000 |
@@ -49985,7 +49986,7 @@ LZO1C-6 | network.sh 1402 1 1008 71.9 0.000 0.000 |
LZO1C-6 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-6 | 50default 2634 1 1121 42.6 0.000 0.000 |
LZO1C-6 | version 15 1 19 127 0.000 0.000 |
-LZO1C-6 | volatile.cache 5955 1 1503 25.2 0.000 0.000 |
+LZO1C-6 | volatile.cache 5955 1 1521 25.5 0.000 0.000 |
LZO1C-6 | warnquota.conf 3360 1 2136 63.6 0.000 0.000 |
LZO1C-6 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1C-6 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -49996,8 +49997,8 @@ LZO1C-6 | xinput_calibrator.desktop 299 1 236 78.9 0.000
LZO1C-6 | libfm.conf 183 1 143 78.1 0.000 0.000 |
LZO1C-6 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 |
LZO1C-6 | Xserver 652 1 457 70.1 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1414 71.0 132.552 0.000
-LZO1C-6 ***TOTALS*** 1248807 288 404414 32.4 132.552 0.000
+[clock=2] ***AVG*** 4366 1.0 1414 71.0 144.232 0.000
+LZO1C-6 ***TOTALS*** 1248807 288 404424 32.4 144.232 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -50028,7 +50029,7 @@ LZO1C-7 | quilt 7117 1 2595 36.5 0.000 0.000 |
LZO1C-7 | bindresvport.blacklist 429 1 327 76.2 0.000 0.000 |
LZO1C-7 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1C-7 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-7 | build 527 1 278 52.8 0.000 0.000 |
+LZO1C-7 | build 527 1 276 52.4 0.000 0.000 |
LZO1C-7 | busybox.links.nosuid 2358 1 1161 49.2 0.000 0.000 |
LZO1C-7 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
LZO1C-7 | ca-certificates.conf 5340 1 1885 35.3 0.000 0.000 |
@@ -50080,7 +50081,7 @@ LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-7 | %gconf.xml 235 1 147 62.6 0.000 0.000 |
LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-7 | %gconf.xml 2158 1 595 27.6 0.000 0.000 |
+LZO1C-7 | %gconf.xml 2158 1 596 27.6 0.000 0.000 |
LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -50232,17 +50233,17 @@ LZO1C-7 | shells 52 1 49 94.2 0.000 0.000 |
LZO1C-7 | .bashrc 410 1 326 79.5 0.000 0.000 |
LZO1C-7 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1C-7 | slsh.rc 2030 1 1017 50.1 0.000 0.000 |
-LZO1C-7 | moduli 577388 3 29257 5.1 764.297 0.000 |
+LZO1C-7 | moduli 577388 3 29257 5.1 835.309 0.000 |
LZO1C-7 | ssh_config 1548 1 1050 67.8 0.000 0.000 |
-LZO1C-7 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
+LZO1C-7 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 |
LZO1C-7 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1C-7 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 |
+LZO1C-7 | ssh_host_ed25519_key 411 1 316 76.9 0.000 0.000 |
LZO1C-7 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1C-7 | ssh_host_rsa_key 2602 1 2569 98.7 0.000 0.000 |
-LZO1C-7 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1C-7 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 |
+LZO1C-7 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1C-7 | sshd_config 3177 1 1928 60.7 0.000 0.000 |
LZO1C-7 | sshd_config_readonly 3186 1 1930 60.6 0.000 0.000 |
-LZO1C-7 | ca-certificates.crt 200061 1 159079 79.5 49.990 0.000 |
+LZO1C-7 | ca-certificates.crt 200061 1 159079 79.5 54.160 0.000 |
LZO1C-7 | openssl.cnf 10909 1 4873 44.7 0.000 0.000 |
LZO1C-7 | sudoers 3174 1 1829 57.6 0.000 0.000 |
LZO1C-7 | sudoers.dist 3174 1 1829 57.6 0.000 0.000 |
@@ -50280,7 +50281,7 @@ LZO1C-7 | network.sh 1402 1 1007 71.8 0.000 0.000 |
LZO1C-7 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-7 | 50default 2634 1 1122 42.6 0.000 0.000 |
LZO1C-7 | version 15 1 19 127 0.000 0.000 |
-LZO1C-7 | volatile.cache 5955 1 1445 24.3 0.000 0.000 |
+LZO1C-7 | volatile.cache 5955 1 1455 24.4 0.000 0.000 |
LZO1C-7 | warnquota.conf 3360 1 2107 62.7 0.000 0.000 |
LZO1C-7 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1C-7 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -50291,8 +50292,8 @@ LZO1C-7 | xinput_calibrator.desktop 299 1 238 79.6 0.000
LZO1C-7 | libfm.conf 183 1 143 78.1 0.000 0.000 |
LZO1C-7 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 |
LZO1C-7 | Xserver 652 1 456 69.9 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1407 71.0 93.841 0.000
-LZO1C-7 ***TOTALS*** 1248807 288 402575 32.2 93.841 0.000
+[clock=2] ***AVG*** 4366 1.0 1407 70.9 101.724 0.000
+LZO1C-7 ***TOTALS*** 1248807 288 402579 32.2 101.724 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -50323,7 +50324,7 @@ LZO1C-8 | quilt 7117 1 2579 36.2 0.000 0.000 |
LZO1C-8 | bindresvport.blacklist 429 1 331 77.2 0.000 0.000 |
LZO1C-8 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1C-8 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-8 | build 527 1 282 53.5 0.000 0.000 |
+LZO1C-8 | build 527 1 278 52.8 0.000 0.000 |
LZO1C-8 | busybox.links.nosuid 2358 1 1145 48.6 0.000 0.000 |
LZO1C-8 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
LZO1C-8 | ca-certificates.conf 5340 1 1899 35.6 0.000 0.000 |
@@ -50375,7 +50376,7 @@ LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-8 | %gconf.xml 235 1 147 62.6 0.000 0.000 |
LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-8 | %gconf.xml 2158 1 597 27.7 0.000 0.000 |
+LZO1C-8 | %gconf.xml 2158 1 598 27.7 0.000 0.000 |
LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -50527,17 +50528,17 @@ LZO1C-8 | shells 52 1 49 94.2 0.000 0.000 |
LZO1C-8 | .bashrc 410 1 329 80.2 0.000 0.000 |
LZO1C-8 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1C-8 | slsh.rc 2030 1 1013 49.9 0.000 0.000 |
-LZO1C-8 | moduli 577388 3 29204 5.1 793.217 0.000 |
+LZO1C-8 | moduli 577388 3 29204 5.1 843.453 0.000 |
LZO1C-8 | ssh_config 1548 1 1039 67.1 0.000 0.000 |
LZO1C-8 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
LZO1C-8 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1C-8 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
+LZO1C-8 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
LZO1C-8 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1C-8 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1C-8 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
+LZO1C-8 | ssh_host_rsa_key 2602 1 2569 98.7 0.000 0.000 |
+LZO1C-8 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
LZO1C-8 | sshd_config 3177 1 1925 60.6 0.000 0.000 |
LZO1C-8 | sshd_config_readonly 3186 1 1930 60.6 0.000 0.000 |
-LZO1C-8 | ca-certificates.crt 200061 1 157963 79.0 54.056 0.000 |
+LZO1C-8 | ca-certificates.crt 200061 1 157963 79.0 54.251 0.000 |
LZO1C-8 | openssl.cnf 10909 1 4792 43.9 0.000 0.000 |
LZO1C-8 | sudoers 3174 1 1817 57.2 0.000 0.000 |
LZO1C-8 | sudoers.dist 3174 1 1817 57.2 0.000 0.000 |
@@ -50575,7 +50576,7 @@ LZO1C-8 | network.sh 1402 1 1004 71.6 0.000 0.000 |
LZO1C-8 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-8 | 50default 2634 1 1099 41.7 0.000 0.000 |
LZO1C-8 | version 15 1 19 127 0.000 0.000 |
-LZO1C-8 | volatile.cache 5955 1 1455 24.4 0.000 0.000 |
+LZO1C-8 | volatile.cache 5955 1 1478 24.8 0.000 0.000 |
LZO1C-8 | warnquota.conf 3360 1 2087 62.1 0.000 0.000 |
LZO1C-8 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1C-8 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -50586,8 +50587,8 @@ LZO1C-8 | xinput_calibrator.desktop 299 1 236 78.9 0.000
LZO1C-8 | libfm.conf 183 1 143 78.1 0.000 0.000 |
LZO1C-8 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 |
LZO1C-8 | Xserver 652 1 453 69.5 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1407 70.8 101.214 0.000
-LZO1C-8 ***TOTALS*** 1248807 288 402617 32.2 101.214 0.000
+[clock=2] ***AVG*** 4366 1.0 1407 70.8 101.945 0.000
+LZO1C-8 ***TOTALS*** 1248807 288 402634 32.2 101.945 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -50618,7 +50619,7 @@ LZO1C-9 | quilt 7117 1 2582 36.3 0.000 0.000 |
LZO1C-9 | bindresvport.blacklist 429 1 326 76.0 0.000 0.000 |
LZO1C-9 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1C-9 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-9 | build 527 1 279 52.9 0.000 0.000 |
+LZO1C-9 | build 527 1 277 52.6 0.000 0.000 |
LZO1C-9 | busybox.links.nosuid 2358 1 1133 48.0 0.000 0.000 |
LZO1C-9 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
LZO1C-9 | ca-certificates.conf 5340 1 1876 35.1 0.000 0.000 |
@@ -50670,7 +50671,7 @@ LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-9 | %gconf.xml 235 1 147 62.6 0.000 0.000 |
LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-9 | %gconf.xml 2158 1 580 26.9 0.000 0.000 |
+LZO1C-9 | %gconf.xml 2158 1 587 27.2 0.000 0.000 |
LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -50822,17 +50823,17 @@ LZO1C-9 | shells 52 1 49 94.2 0.000 0.000 |
LZO1C-9 | .bashrc 410 1 326 79.5 0.000 0.000 |
LZO1C-9 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1C-9 | slsh.rc 2030 1 996 49.1 0.000 0.000 |
-LZO1C-9 | moduli 577388 3 27392 4.7 394.087 0.000 |
+LZO1C-9 | moduli 577388 3 27392 4.7 399.865 0.000 |
LZO1C-9 | ssh_config 1548 1 1032 66.7 0.000 0.000 |
LZO1C-9 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
LZO1C-9 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1C-9 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
+LZO1C-9 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
LZO1C-9 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
LZO1C-9 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1C-9 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
-LZO1C-9 | sshd_config 3177 1 1912 60.2 0.000 0.000 |
+LZO1C-9 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1C-9 | sshd_config 3177 1 1924 60.6 0.000 0.000 |
LZO1C-9 | sshd_config_readonly 3186 1 1919 60.2 0.000 0.000 |
-LZO1C-9 | ca-certificates.crt 200061 1 157685 78.8 74.764 0.000 |
+LZO1C-9 | ca-certificates.crt 200061 1 157673 78.8 76.389 0.000 |
LZO1C-9 | openssl.cnf 10909 1 4741 43.5 0.000 0.000 |
LZO1C-9 | sudoers 3174 1 1795 56.6 0.000 0.000 |
LZO1C-9 | sudoers.dist 3174 1 1795 56.6 0.000 0.000 |
@@ -50870,7 +50871,7 @@ LZO1C-9 | network.sh 1402 1 1006 71.8 0.000 0.000 |
LZO1C-9 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-9 | 50default 2634 1 1090 41.4 0.000 0.000 |
LZO1C-9 | version 15 1 19 127 0.000 0.000 |
-LZO1C-9 | volatile.cache 5955 1 1451 24.4 0.000 0.000 |
+LZO1C-9 | volatile.cache 5955 1 1459 24.5 0.000 0.000 |
LZO1C-9 | warnquota.conf 3360 1 2066 61.5 0.000 0.000 |
LZO1C-9 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1C-9 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -50881,8 +50882,8 @@ LZO1C-9 | xinput_calibrator.desktop 299 1 236 78.9 0.000
LZO1C-9 | libfm.conf 183 1 143 78.1 0.000 0.000 |
LZO1C-9 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 |
LZO1C-9 | Xserver 652 1 451 69.2 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1390 70.5 125.684 0.000
-LZO1C-9 ***TOTALS*** 1248807 288 397727 31.8 125.684 0.000
+[clock=2] ***AVG*** 4366 1.0 1390 70.5 128.274 0.000
+LZO1C-9 ***TOTALS*** 1248807 288 397736 31.8 128.274 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -50965,7 +50966,7 @@ LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1F-1 | %gconf.xml 235 1 147 62.6 0.000 0.000 |
LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1F-1 | %gconf.xml 2158 1 595 27.6 0.000 0.000 |
+LZO1F-1 | %gconf.xml 2158 1 599 27.8 0.000 0.000 |
LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -51121,13 +51122,13 @@ LZO1F-1 | moduli 577388 3 39666 6.9 0.000 0.000 |
LZO1F-1 | ssh_config 1548 1 1051 67.9 0.000 0.000 |
LZO1F-1 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
LZO1F-1 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1F-1 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
+LZO1F-1 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
LZO1F-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
-LZO1F-1 | ssh_host_rsa_key 2602 1 2570 98.8 0.000 0.000 |
-LZO1F-1 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1F-1 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
+LZO1F-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1F-1 | sshd_config 3177 1 1999 62.9 0.000 0.000 |
LZO1F-1 | sshd_config_readonly 3186 1 1997 62.7 0.000 0.000 |
-LZO1F-1 | ca-certificates.crt 200061 1 162056 81.0 100.896 0.000 |
+LZO1F-1 | ca-certificates.crt 200061 1 162026 81.0 104.740 0.000 |
LZO1F-1 | openssl.cnf 10909 1 5247 48.1 0.000 0.000 |
LZO1F-1 | sudoers 3174 1 1899 59.8 0.000 0.000 |
LZO1F-1 | sudoers.dist 3174 1 1899 59.8 0.000 0.000 |
@@ -51165,7 +51166,7 @@ LZO1F-1 | network.sh 1402 1 1020 72.8 0.000 0.000 |
LZO1F-1 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1F-1 | 50default 2634 1 1166 44.3 0.000 0.000 |
LZO1F-1 | version 15 1 19 127 0.000 0.000 |
-LZO1F-1 | volatile.cache 5955 1 1513 25.4 0.000 0.000 |
+LZO1F-1 | volatile.cache 5955 1 1517 25.5 0.000 0.000 |
LZO1F-1 | warnquota.conf 3360 1 2179 64.9 0.000 0.000 |
LZO1F-1 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 |
LZO1F-1 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -51176,8 +51177,8 @@ LZO1F-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000
LZO1F-1 | libfm.conf 183 1 143 78.1 0.000 0.000 |
LZO1F-1 | pcmanfm.conf 321 1 283 88.2 0.000 0.000 |
LZO1F-1 | Xserver 652 1 453 69.5 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1474 71.5 100.896 0.000
-LZO1F-1 ***TOTALS*** 1248807 288 421797 33.8 100.896 0.000
+[clock=2] ***AVG*** 4366 1.0 1474 71.5 104.740 0.000
+LZO1F-1 ***TOTALS*** 1248807 288 421769 33.8 104.740 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -51260,7 +51261,7 @@ LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1 | %gconf.xml 235 1 151 64.3 0.000 0.000 |
LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-1 | %gconf.xml 2158 1 612 28.4 0.000 0.000 |
+LZO1X-1 | %gconf.xml 2158 1 617 28.6 0.000 0.000 |
LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -51416,7 +51417,7 @@ LZO1X-1 | moduli 577388 3 47770 8.3 0.000 0.000 |
LZO1X-1 | ssh_config 1548 1 1070 69.1 0.000 0.000 |
LZO1X-1 | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 |
LZO1X-1 | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 |
-LZO1X-1 | ssh_host_ed25519_key 411 1 335 81.5 0.000 0.000 |
+LZO1X-1 | ssh_host_ed25519_key 411 1 333 81.0 0.000 0.000 |
LZO1X-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
LZO1X-1 | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
LZO1X-1 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
@@ -51460,7 +51461,7 @@ LZO1X-1 | network.sh 1402 1 1045 74.5 0.000 0.000 |
LZO1X-1 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1X-1 | 50default 2634 1 1185 45.0 0.000 0.000 |
LZO1X-1 | version 15 1 19 127 0.000 0.000 |
-LZO1X-1 | volatile.cache 5955 1 1542 25.9 0.000 0.000 |
+LZO1X-1 | volatile.cache 5955 1 1546 26.0 0.000 0.000 |
LZO1X-1 | warnquota.conf 3360 1 2199 65.4 0.000 0.000 |
LZO1X-1 | wpa_supplicant.conf 113 1 111 98.2 0.000 0.000 |
LZO1X-1 | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 |
@@ -51472,7 +51473,7 @@ LZO1X-1 | libfm.conf 183 1 157 85.8 0.000 0.000 |
LZO1X-1 | pcmanfm.conf 321 1 305 95.0 0.000 0.000 |
LZO1X-1 | Xserver 652 1 488 74.8 0.000 0.000 |
[clock=2] ***AVG*** 4366 1.0 1541 73.8 0.000 0.000
-LZO1X-1 ***TOTALS*** 1248807 288 440826 35.3 0.000 0.000
+LZO1X-1 ***TOTALS*** 1248807 288 440833 35.3 0.000 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -51555,7 +51556,7 @@ LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Y-1 | %gconf.xml 235 1 149 63.4 0.000 0.000 |
LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1Y-1 | %gconf.xml 2158 1 607 28.1 0.000 0.000 |
+LZO1Y-1 | %gconf.xml 2158 1 612 28.4 0.000 0.000 |
LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -51711,7 +51712,7 @@ LZO1Y-1 | moduli 577388 3 47747 8.3 0.000 0.000 |
LZO1Y-1 | ssh_config 1548 1 1059 68.4 0.000 0.000 |
LZO1Y-1 | ssh_host_ecdsa_key 505 1 480 95.0 0.000 0.000 |
LZO1Y-1 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 |
-LZO1Y-1 | ssh_host_ed25519_key 411 1 333 81.0 0.000 0.000 |
+LZO1Y-1 | ssh_host_ed25519_key 411 1 332 80.8 0.000 0.000 |
LZO1Y-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
LZO1Y-1 | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
LZO1Y-1 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
@@ -51755,7 +51756,7 @@ LZO1Y-1 | network.sh 1402 1 1032 73.6 0.000 0.000 |
LZO1Y-1 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1Y-1 | 50default 2634 1 1175 44.6 0.000 0.000 |
LZO1Y-1 | version 15 1 19 127 0.000 0.000 |
-LZO1Y-1 | volatile.cache 5955 1 1483 24.9 0.000 0.000 |
+LZO1Y-1 | volatile.cache 5955 1 1479 24.8 0.000 0.000 |
LZO1Y-1 | warnquota.conf 3360 1 2232 66.4 0.000 0.000 |
LZO1Y-1 | wpa_supplicant.conf 113 1 110 97.3 0.000 0.000 |
LZO1Y-1 | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 |
@@ -51850,7 +51851,7 @@ LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(11) | %gconf.xml 235 1 151 64.3 0.000 0.000 |
LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(11) | %gconf.xml 2158 1 617 28.6 0.000 0.000 |
+LZO1X-1(11) | %gconf.xml 2158 1 622 28.8 0.000 0.000 |
LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -52006,7 +52007,7 @@ LZO1X-1(11) | moduli 577388 3 47861 8.3 0.000 0.000 |
LZO1X-1(11) | ssh_config 1548 1 1072 69.3 0.000 0.000 |
LZO1X-1(11) | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 |
LZO1X-1(11) | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 |
-LZO1X-1(11) | ssh_host_ed25519_key 411 1 335 81.5 0.000 0.000 |
+LZO1X-1(11) | ssh_host_ed25519_key 411 1 333 81.0 0.000 0.000 |
LZO1X-1(11) | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
LZO1X-1(11) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
LZO1X-1(11) | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
@@ -52050,7 +52051,7 @@ LZO1X-1(11) | network.sh 1402 1 1050 74.9 0.000 0.000 |
LZO1X-1(11) | udev.conf 49 1 53 108 0.000 0.000 |
LZO1X-1(11) | 50default 2634 1 1190 45.2 0.000 0.000 |
LZO1X-1(11) | version 15 1 19 127 0.000 0.000 |
-LZO1X-1(11) | volatile.cache 5955 1 1550 26.0 0.000 0.000 |
+LZO1X-1(11) | volatile.cache 5955 1 1551 26.0 0.000 0.000 |
LZO1X-1(11) | warnquota.conf 3360 1 2243 66.8 0.000 0.000 |
LZO1X-1(11) | wpa_supplicant.conf 113 1 111 98.2 0.000 0.000 |
LZO1X-1(11) | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 |
@@ -52062,7 +52063,7 @@ LZO1X-1(11) | libfm.conf 183 1 157 85.8 0.000 0.000 |
LZO1X-1(11) | pcmanfm.conf 321 1 305 95.0 0.000 0.000 |
LZO1X-1(11) | Xserver 652 1 491 75.3 0.000 0.000 |
[clock=2] ***AVG*** 4366 1.0 1582 74.1 0.000 0.000
-LZO1X-1(11) ***TOTALS*** 1248807 288 452557 36.2 0.000 0.000
+LZO1X-1(11) ***TOTALS*** 1248807 288 452561 36.2 0.000 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -52145,7 +52146,7 @@ LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(12) | %gconf.xml 235 1 151 64.3 0.000 0.000 |
LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(12) | %gconf.xml 2158 1 617 28.6 0.000 0.000 |
+LZO1X-1(12) | %gconf.xml 2158 1 622 28.8 0.000 0.000 |
LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -52301,7 +52302,7 @@ LZO1X-1(12) | moduli 577388 3 47817 8.3 0.000 0.000 |
LZO1X-1(12) | ssh_config 1548 1 1070 69.1 0.000 0.000 |
LZO1X-1(12) | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 |
LZO1X-1(12) | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 |
-LZO1X-1(12) | ssh_host_ed25519_key 411 1 335 81.5 0.000 0.000 |
+LZO1X-1(12) | ssh_host_ed25519_key 411 1 333 81.0 0.000 0.000 |
LZO1X-1(12) | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
LZO1X-1(12) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
LZO1X-1(12) | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
@@ -52345,7 +52346,7 @@ LZO1X-1(12) | network.sh 1402 1 1046 74.6 0.000 0.000 |
LZO1X-1(12) | udev.conf 49 1 53 108 0.000 0.000 |
LZO1X-1(12) | 50default 2634 1 1180 44.8 0.000 0.000 |
LZO1X-1(12) | version 15 1 19 127 0.000 0.000 |
-LZO1X-1(12) | volatile.cache 5955 1 1543 25.9 0.000 0.000 |
+LZO1X-1(12) | volatile.cache 5955 1 1547 26.0 0.000 0.000 |
LZO1X-1(12) | warnquota.conf 3360 1 2214 65.9 0.000 0.000 |
LZO1X-1(12) | wpa_supplicant.conf 113 1 111 98.2 0.000 0.000 |
LZO1X-1(12) | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 |
@@ -52357,7 +52358,7 @@ LZO1X-1(12) | libfm.conf 183 1 157 85.8 0.000 0.000 |
LZO1X-1(12) | pcmanfm.conf 321 1 305 95.0 0.000 0.000 |
LZO1X-1(12) | Xserver 652 1 491 75.3 0.000 0.000 |
[clock=2] ***AVG*** 4366 1.0 1558 73.9 0.000 0.000
-LZO1X-1(12) ***TOTALS*** 1248807 288 445598 35.7 0.000 0.000
+LZO1X-1(12) ***TOTALS*** 1248807 288 445605 35.7 0.000 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -52440,7 +52441,7 @@ LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(15) | %gconf.xml 235 1 151 64.3 0.000 0.000 |
LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(15) | %gconf.xml 2158 1 617 28.6 0.000 0.000 |
+LZO1X-1(15) | %gconf.xml 2158 1 622 28.8 0.000 0.000 |
LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -52596,7 +52597,7 @@ LZO1X-1(15) | moduli 577388 3 47791 8.3 0.000 0.000 |
LZO1X-1(15) | ssh_config 1548 1 1070 69.1 0.000 0.000 |
LZO1X-1(15) | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 |
LZO1X-1(15) | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 |
-LZO1X-1(15) | ssh_host_ed25519_key 411 1 335 81.5 0.000 0.000 |
+LZO1X-1(15) | ssh_host_ed25519_key 411 1 333 81.0 0.000 0.000 |
LZO1X-1(15) | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 |
LZO1X-1(15) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
LZO1X-1(15) | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 |
@@ -52640,7 +52641,7 @@ LZO1X-1(15) | network.sh 1402 1 1046 74.6 0.000 0.000 |
LZO1X-1(15) | udev.conf 49 1 53 108 0.000 0.000 |
LZO1X-1(15) | 50default 2634 1 1185 45.0 0.000 0.000 |
LZO1X-1(15) | version 15 1 19 127 0.000 0.000 |
-LZO1X-1(15) | volatile.cache 5955 1 1542 25.9 0.000 0.000 |
+LZO1X-1(15) | volatile.cache 5955 1 1546 26.0 0.000 0.000 |
LZO1X-1(15) | warnquota.conf 3360 1 2210 65.8 0.000 0.000 |
LZO1X-1(15) | wpa_supplicant.conf 113 1 111 98.2 0.000 0.000 |
LZO1X-1(15) | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 |
@@ -52652,7 +52653,7 @@ LZO1X-1(15) | libfm.conf 183 1 157 85.8 0.000 0.000 |
LZO1X-1(15) | pcmanfm.conf 321 1 305 95.0 0.000 0.000 |
LZO1X-1(15) | Xserver 652 1 488 74.8 0.000 0.000 |
[clock=2] ***AVG*** 4366 1.0 1547 73.9 0.000 0.000
-LZO1X-1(15) ***TOTALS*** 1248807 288 442646 35.4 0.000 0.000
+LZO1X-1(15) ***TOTALS*** 1248807 288 442653 35.4 0.000 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -52683,7 +52684,7 @@ LZO1-99 | quilt 7117 1 2570 36.1 0.000 0.000 |
LZO1-99 | bindresvport.blacklist 429 1 326 76.0 0.000 0.000 |
LZO1-99 | input.conf 397 1 344 86.6 0.000 0.000 |
LZO1-99 | network.conf 120 1 117 97.5 0.000 0.000 |
-LZO1-99 | build 527 1 276 52.4 0.000 0.000 |
+LZO1-99 | build 527 1 275 52.2 0.000 0.000 |
LZO1-99 | busybox.links.nosuid 2358 1 1186 50.3 0.000 0.000 |
LZO1-99 | busybox.links.suid 91 1 66 72.5 0.000 0.000 |
LZO1-99 | ca-certificates.conf 5340 1 1861 34.9 0.000 0.000 |
@@ -52735,7 +52736,7 @@ LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1-99 | %gconf.xml 235 1 145 61.7 0.000 0.000 |
LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1-99 | %gconf.xml 2158 1 567 26.3 0.000 0.000 |
+LZO1-99 | %gconf.xml 2158 1 573 26.6 0.000 0.000 |
LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
@@ -52887,17 +52888,17 @@ LZO1-99 | shells 52 1 46 88.5 0.000 0.000 |
LZO1-99 | .bashrc 410 1 326 79.5 0.000 0.000 |
LZO1-99 | .profile 241 1 222 92.1 0.000 0.000 |
LZO1-99 | slsh.rc 2030 1 1005 49.5 0.000 0.000 |
-LZO1-99 | moduli 577388 3 32074 5.6 322.244 0.000 |
+LZO1-99 | moduli 577388 3 32074 5.6 331.438 0.000 |
LZO1-99 | ssh_config 1548 1 1038 67.1 0.000 0.000 |
LZO1-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
LZO1-99 | ssh_host_ecdsa_key.pub 177 1 168 94.9 0.000 0.000 |
-LZO1-99 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
+LZO1-99 | ssh_host_ed25519_key 411 1 314 76.4 0.000 0.000 |
LZO1-99 | ssh_host_ed25519_key.pub 97 1 98 101 0.000 0.000 |
-LZO1-99 | ssh_host_rsa_key 2602 1 2565 98.6 0.000 0.000 |
-LZO1-99 | ssh_host_rsa_key.pub 569 1 571 100 0.000 0.000 |
+LZO1-99 | ssh_host_rsa_key 2602 1 2564 98.5 0.000 0.000 |
+LZO1-99 | ssh_host_rsa_key.pub 569 1 570 100 0.000 0.000 |
LZO1-99 | sshd_config 3177 1 1922 60.5 0.000 0.000 |
LZO1-99 | sshd_config_readonly 3186 1 1916 60.1 0.000 0.000 |
-LZO1-99 | ca-certificates.crt 200061 1 160596 80.3 49.492 0.000 |
+LZO1-99 | ca-certificates.crt 200061 1 160596 80.3 49.084 0.000 |
LZO1-99 | openssl.cnf 10909 1 4809 44.1 0.000 0.000 |
LZO1-99 | sudoers 3174 1 1812 57.1 0.000 0.000 |
LZO1-99 | sudoers.dist 3174 1 1812 57.1 0.000 0.000 |
@@ -52935,7 +52936,7 @@ LZO1-99 | network.sh 1402 1 1022 72.9 0.000 0.000 |
LZO1-99 | udev.conf 49 1 50 102 0.000 0.000 |
LZO1-99 | 50default 2634 1 1093 41.5 0.000 0.000 |
LZO1-99 | version 15 1 16 107 0.000 0.000 |
-LZO1-99 | volatile.cache 5955 1 1397 23.5 0.000 0.000 |
+LZO1-99 | volatile.cache 5955 1 1396 23.4 0.000 0.000 |
LZO1-99 | warnquota.conf 3360 1 2061 61.3 0.000 0.000 |
LZO1-99 | wpa_supplicant.conf 113 1 102 90.3 0.000 0.000 |
LZO1-99 | at-spi-dbus-bus.desktop 296 1 270 91.2 0.000 0.000 |
@@ -52946,8 +52947,8 @@ LZO1-99 | xinput_calibrator.desktop 299 1 234 78.3 0.000
LZO1-99 | libfm.conf 183 1 141 77.0 0.000 0.000 |
LZO1-99 | pcmanfm.conf 321 1 273 85.0 0.000 0.000 |
LZO1-99 | Xserver 652 1 451 69.2 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1416 68.2 85.806 0.000
-LZO1-99 ***TOTALS*** 1248807 288 405150 32.4 85.806 0.000
+[clock=2] ***AVG*** 4366 1.0 1416 68.2 85.505 0.000
+LZO1-99 ***TOTALS*** 1248807 288 405149 32.4 85.505 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -52978,7 +52979,7 @@ LZO1A-99 | quilt 7117 1 2551 35.8 0.000 0.000 |
LZO1A-99 | bindresvport.blacklist 429 1 325 75.8 0.000 0.000 |
LZO1A-99 | input.conf 397 1 340 85.6 0.000 0.000 |
LZO1A-99 | network.conf 120 1 117 97.5 0.000 0.000 |
-LZO1A-99 | build 527 1 275 52.2 0.000 0.000 |
+LZO1A-99 | build 527 1 274 52.0 0.000 0.000 |
LZO1A-99 | busybox.links.nosuid 2358 1 1185 50.3 0.000 0.000 |
LZO1A-99 | busybox.links.suid 91 1 66 72.5 0.000 0.000 |
LZO1A-99 | ca-certificates.conf 5340 1 1858 34.8 0.000 0.000 |
@@ -53030,7 +53031,7 @@ LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1A-99 | %gconf.xml 235 1 145 61.7 0.000 0.000 |
LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1A-99 | %gconf.xml 2158 1 565 26.2 0.000 0.000 |
+LZO1A-99 | %gconf.xml 2158 1 571 26.5 0.000 0.000 |
LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
@@ -53182,17 +53183,17 @@ LZO1A-99 | shells 52 1 46 88.5 0.000 0.000 |
LZO1A-99 | .bashrc 410 1 325 79.3 0.000 0.000 |
LZO1A-99 | .profile 241 1 222 92.1 0.000 0.000 |
LZO1A-99 | slsh.rc 2030 1 1001 49.3 0.000 0.000 |
-LZO1A-99 | moduli 577388 3 31595 5.5 330.471 0.000 |
+LZO1A-99 | moduli 577388 3 31595 5.5 322.983 0.000 |
LZO1A-99 | ssh_config 1548 1 1033 66.7 0.000 0.000 |
LZO1A-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
LZO1A-99 | ssh_host_ecdsa_key.pub 177 1 168 94.9 0.000 0.000 |
-LZO1A-99 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
+LZO1A-99 | ssh_host_ed25519_key 411 1 314 76.4 0.000 0.000 |
LZO1A-99 | ssh_host_ed25519_key.pub 97 1 98 101 0.000 0.000 |
-LZO1A-99 | ssh_host_rsa_key 2602 1 2565 98.6 0.000 0.000 |
-LZO1A-99 | ssh_host_rsa_key.pub 569 1 571 100 0.000 0.000 |
+LZO1A-99 | ssh_host_rsa_key 2602 1 2564 98.5 0.000 0.000 |
+LZO1A-99 | ssh_host_rsa_key.pub 569 1 570 100 0.000 0.000 |
LZO1A-99 | sshd_config 3177 1 1906 60.0 0.000 0.000 |
LZO1A-99 | sshd_config_readonly 3186 1 1899 59.6 0.000 0.000 |
-LZO1A-99 | ca-certificates.crt 200061 1 160164 80.1 49.961 0.000 |
+LZO1A-99 | ca-certificates.crt 200061 1 160164 80.1 49.015 0.000 |
LZO1A-99 | openssl.cnf 10909 1 4769 43.7 0.000 0.000 |
LZO1A-99 | sudoers 3174 1 1798 56.6 0.000 0.000 |
LZO1A-99 | sudoers.dist 3174 1 1798 56.6 0.000 0.000 |
@@ -53230,7 +53231,7 @@ LZO1A-99 | network.sh 1402 1 1009 72.0 0.000 0.000 |
LZO1A-99 | udev.conf 49 1 50 102 0.000 0.000 |
LZO1A-99 | 50default 2634 1 1089 41.3 0.000 0.000 |
LZO1A-99 | version 15 1 16 107 0.000 0.000 |
-LZO1A-99 | volatile.cache 5955 1 1395 23.4 0.000 0.000 |
+LZO1A-99 | volatile.cache 5955 1 1394 23.4 0.000 0.000 |
LZO1A-99 | warnquota.conf 3360 1 2049 61.0 0.000 0.000 |
LZO1A-99 | wpa_supplicant.conf 113 1 102 90.3 0.000 0.000 |
LZO1A-99 | at-spi-dbus-bus.desktop 296 1 270 91.2 0.000 0.000 |
@@ -53241,8 +53242,8 @@ LZO1A-99 | xinput_calibrator.desktop 299 1 234 78.3 0.000
LZO1A-99 | libfm.conf 183 1 141 77.0 0.000 0.000 |
LZO1A-99 | pcmanfm.conf 321 1 272 84.7 0.000 0.000 |
LZO1A-99 | Xserver 652 1 450 69.0 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1406 67.9 86.799 0.000
-LZO1A-99 ***TOTALS*** 1248807 288 402232 32.2 86.799 0.000
+[clock=2] ***AVG*** 4366 1.0 1406 67.9 85.113 0.000
+LZO1A-99 ***TOTALS*** 1248807 288 402231 32.2 85.113 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -53273,7 +53274,7 @@ LZO1B-99 | quilt 7117 1 2456 34.5 0.000 0.000 |
LZO1B-99 | bindresvport.blacklist 429 1 328 76.5 0.000 0.000 |
LZO1B-99 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1B-99 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-99 | build 527 1 280 53.1 0.000 0.000 |
+LZO1B-99 | build 527 1 279 52.9 0.000 0.000 |
LZO1B-99 | busybox.links.nosuid 2358 1 1188 50.4 0.000 0.000 |
LZO1B-99 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
LZO1B-99 | ca-certificates.conf 5340 1 1847 34.6 0.000 0.000 |
@@ -53325,7 +53326,7 @@ LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-99 | %gconf.xml 235 1 149 63.4 0.000 0.000 |
LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-99 | %gconf.xml 2158 1 577 26.7 0.000 0.000 |
+LZO1B-99 | %gconf.xml 2158 1 583 27.0 0.000 0.000 |
LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -53477,17 +53478,17 @@ LZO1B-99 | shells 52 1 49 94.2 0.000 0.000 |
LZO1B-99 | .bashrc 410 1 328 80.0 0.000 0.000 |
LZO1B-99 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1B-99 | slsh.rc 2030 1 999 49.2 0.000 0.000 |
-LZO1B-99 | moduli 577388 3 27330 4.7 315.570 0.000 |
+LZO1B-99 | moduli 577388 3 27330 4.7 319.487 0.000 |
LZO1B-99 | ssh_config 1548 1 1034 66.8 0.000 0.000 |
LZO1B-99 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
LZO1B-99 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1B-99 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
+LZO1B-99 | ssh_host_ed25519_key 411 1 318 77.4 0.000 0.000 |
LZO1B-99 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1B-99 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1B-99 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1B-99 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 |
+LZO1B-99 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1B-99 | sshd_config 3177 1 1902 59.9 0.000 0.000 |
LZO1B-99 | sshd_config_readonly 3186 1 1901 59.7 0.000 0.000 |
-LZO1B-99 | ca-certificates.crt 200061 1 151635 75.8 45.046 0.000 |
+LZO1B-99 | ca-certificates.crt 200061 1 151635 75.8 45.062 0.000 |
LZO1B-99 | openssl.cnf 10909 1 4716 43.2 0.000 0.000 |
LZO1B-99 | sudoers 3174 1 1801 56.7 0.000 0.000 |
LZO1B-99 | sudoers.dist 3174 1 1801 56.7 0.000 0.000 |
@@ -53525,7 +53526,7 @@ LZO1B-99 | network.sh 1402 1 1003 71.5 0.000 0.000 |
LZO1B-99 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-99 | 50default 2634 1 1095 41.6 0.000 0.000 |
LZO1B-99 | version 15 1 19 127 0.000 0.000 |
-LZO1B-99 | volatile.cache 5955 1 1304 21.9 0.000 0.000 |
+LZO1B-99 | volatile.cache 5955 1 1302 21.9 0.000 0.000 |
LZO1B-99 | warnquota.conf 3360 1 2053 61.1 0.000 0.000 |
LZO1B-99 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1B-99 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -53536,8 +53537,8 @@ LZO1B-99 | xinput_calibrator.desktop 299 1 237 79.3 0.000
LZO1B-99 | libfm.conf 183 1 144 78.7 0.000 0.000 |
LZO1B-99 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 |
LZO1B-99 | Xserver 652 1 453 69.5 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1360 70.6 78.838 0.000
-LZO1B-99 ***TOTALS*** 1248807 288 389163 31.2 78.838 0.000
+[clock=2] ***AVG*** 4366 1.0 1360 70.6 78.984 0.000
+LZO1B-99 ***TOTALS*** 1248807 288 389161 31.2 78.984 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -53568,7 +53569,7 @@ LZO1C-99 | quilt 7117 1 2429 34.1 0.000 0.000 |
LZO1C-99 | bindresvport.blacklist 429 1 326 76.0 0.000 0.000 |
LZO1C-99 | input.conf 397 1 343 86.4 0.000 0.000 |
LZO1C-99 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-99 | build 527 1 279 52.9 0.000 0.000 |
+LZO1C-99 | build 527 1 277 52.6 0.000 0.000 |
LZO1C-99 | busybox.links.nosuid 2358 1 1133 48.0 0.000 0.000 |
LZO1C-99 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
LZO1C-99 | ca-certificates.conf 5340 1 1815 34.0 0.000 0.000 |
@@ -53620,7 +53621,7 @@ LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-99 | %gconf.xml 235 1 147 62.6 0.000 0.000 |
LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-99 | %gconf.xml 2158 1 572 26.5 0.000 0.000 |
+LZO1C-99 | %gconf.xml 2158 1 576 26.7 0.000 0.000 |
LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -53772,17 +53773,17 @@ LZO1C-99 | shells 52 1 49 94.2 0.000 0.000 |
LZO1C-99 | .bashrc 410 1 326 79.5 0.000 0.000 |
LZO1C-99 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1C-99 | slsh.rc 2030 1 988 48.7 0.000 0.000 |
-LZO1C-99 | moduli 577388 3 26921 4.7 339.109 0.000 |
+LZO1C-99 | moduli 577388 3 26921 4.7 337.681 0.000 |
LZO1C-99 | ssh_config 1548 1 1028 66.4 0.000 0.000 |
LZO1C-99 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
LZO1C-99 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1C-99 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
+LZO1C-99 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
LZO1C-99 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1C-99 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1C-99 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
-LZO1C-99 | sshd_config 3177 1 1892 59.6 0.000 0.000 |
+LZO1C-99 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 |
+LZO1C-99 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
+LZO1C-99 | sshd_config 3177 1 1900 59.8 0.000 0.000 |
LZO1C-99 | sshd_config_readonly 3186 1 1891 59.4 0.000 0.000 |
-LZO1C-99 | ca-certificates.crt 200061 1 156195 78.1 41.860 0.000 |
+LZO1C-99 | ca-certificates.crt 200061 1 156174 78.1 41.145 0.000 |
LZO1C-99 | openssl.cnf 10909 1 4667 42.8 0.000 0.000 |
LZO1C-99 | sudoers 3174 1 1787 56.3 0.000 0.000 |
LZO1C-99 | sudoers.dist 3174 1 1787 56.3 0.000 0.000 |
@@ -53820,7 +53821,7 @@ LZO1C-99 | network.sh 1402 1 996 71.0 0.000 0.000 |
LZO1C-99 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-99 | 50default 2634 1 1079 41.0 0.000 0.000 |
LZO1C-99 | version 15 1 19 127 0.000 0.000 |
-LZO1C-99 | volatile.cache 5955 1 1294 21.7 0.000 0.000 |
+LZO1C-99 | volatile.cache 5955 1 1293 21.7 0.000 0.000 |
LZO1C-99 | warnquota.conf 3360 1 2047 60.9 0.000 0.000 |
LZO1C-99 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1C-99 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
@@ -53831,8 +53832,8 @@ LZO1C-99 | xinput_calibrator.desktop 299 1 236 78.9 0.000
LZO1C-99 | libfm.conf 183 1 143 78.1 0.000 0.000 |
LZO1C-99 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 |
LZO1C-99 | Xserver 652 1 451 69.2 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1366 70.3 74.521 0.000
-LZO1C-99 ***TOTALS*** 1248807 288 390920 31.3 74.521 0.000
+[clock=2] ***AVG*** 4366 1.0 1366 70.3 73.353 0.000
+LZO1C-99 ***TOTALS*** 1248807 288 390903 31.3 73.353 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -53863,7 +53864,7 @@ LZO1B-999 | quilt 7117 1 2325 32.7 0.000 0.000 |
LZO1B-999 | bindresvport.blacklist 429 1 327 76.2 0.000 0.000 |
LZO1B-999 | input.conf 397 1 341 85.9 0.000 0.000 |
LZO1B-999 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-999 | build 527 1 272 51.6 0.000 0.000 |
+LZO1B-999 | build 527 1 271 51.4 0.000 0.000 |
LZO1B-999 | busybox.links.nosuid 2358 1 1168 49.5 0.000 0.000 |
LZO1B-999 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
LZO1B-999 | ca-certificates.conf 5340 1 1731 32.4 0.000 0.000 |
@@ -53915,7 +53916,7 @@ LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-999 | %gconf.xml 235 1 144 61.3 0.000 0.000 |
LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-999 | %gconf.xml 2158 1 559 25.9 0.000 0.000 |
+LZO1B-999 | %gconf.xml 2158 1 566 26.2 0.000 0.000 |
LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -53994,7 +53995,7 @@ LZO1B-999 | rt_scopes 92 1 90 97.8 0.000 0.000 |
LZO1B-999 | rt_tables 87 1 85 97.7 0.000 0.000 |
LZO1B-999 | issue 58 1 63 109 0.000 0.000 |
LZO1B-999 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-999 | ld.so.cache 57730 1 15511 26.9 10.049 0.000 |
+LZO1B-999 | ld.so.cache 57730 1 15511 26.9 9.092 0.000 |
LZO1B-999 | ld.so.conf 33 1 35 106 0.000 0.000 |
LZO1B-999 | classid 1130 1 621 55.0 0.000 0.000 |
LZO1B-999 | pktloc 1532 1 820 53.5 0.000 0.000 |
@@ -54027,8 +54028,8 @@ LZO1B-999 | arch.conf 88 1 67 76.1 0.000 0.000 |
LZO1B-999 | opkg.conf 845 1 589 69.7 0.000 0.000 |
LZO1B-999 | passwd 1055 1 636 60.3 0.000 0.000 |
LZO1B-999 | passwd- 1006 1 608 60.4 0.000 0.000 |
-LZO1B-999 | cert9.db 28672 1 968 3.4 26.210 0.000 |
-LZO1B-999 | key4.db 36864 1 1215 3.3 31.749 0.000 |
+LZO1B-999 | cert9.db 28672 1 968 3.4 27.806 0.000 |
+LZO1B-999 | key4.db 36864 1 1215 3.3 33.222 0.000 |
LZO1B-999 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
LZO1B-999 | pointercal.xinput 91 1 94 103 0.000 0.000 |
LZO1B-999 | chap-secrets 78 1 81 104 0.000 0.000 |
@@ -54060,24 +54061,24 @@ LZO1B-999 | macros 38 1 36 94.7 0.000 0.000 |
LZO1B-999 | platform 19 1 23 121 0.000 0.000 |
LZO1B-999 | rpmrc 104 1 72 69.2 0.000 0.000 |
LZO1B-999 | securetty 1848 1 1165 63.0 0.000 0.000 |
-LZO1B-999 | services 18790 1 9138 48.6 33.330 0.000 |
+LZO1B-999 | services 18790 1 9138 48.6 34.402 0.000 |
LZO1B-999 | shadow 651 1 239 36.7 0.000 0.000 |
LZO1B-999 | shadow- 619 1 224 36.2 0.000 0.000 |
LZO1B-999 | shells 52 1 48 92.3 0.000 0.000 |
LZO1B-999 | .bashrc 410 1 325 79.3 0.000 0.000 |
LZO1B-999 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1B-999 | slsh.rc 2030 1 987 48.6 0.000 0.000 |
-LZO1B-999 | moduli 577388 3 26764 4.6 67.857 0.000 |
+LZO1B-999 | moduli 577388 3 26764 4.6 66.956 0.000 |
LZO1B-999 | ssh_config 1548 1 1025 66.2 0.000 0.000 |
LZO1B-999 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
LZO1B-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1B-999 | ssh_host_ed25519_key 411 1 318 77.4 0.000 0.000 |
+LZO1B-999 | ssh_host_ed25519_key 411 1 315 76.6 0.000 0.000 |
LZO1B-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1B-999 | ssh_host_rsa_key 2602 1 2566 98.6 0.000 0.000 |
-LZO1B-999 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1B-999 | ssh_host_rsa_key 2602 1 2564 98.5 0.000 0.000 |
+LZO1B-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1B-999 | sshd_config 3177 1 1862 58.6 0.000 0.000 |
LZO1B-999 | sshd_config_readonly 3186 1 1865 58.5 0.000 0.000 |
-LZO1B-999 | ca-certificates.crt 200061 1 147840 73.9 20.000 0.000 |
+LZO1B-999 | ca-certificates.crt 200061 1 147840 73.9 18.931 0.000 |
LZO1B-999 | openssl.cnf 10909 1 4510 41.3 0.000 0.000 |
LZO1B-999 | sudoers 3174 1 1773 55.9 0.000 0.000 |
LZO1B-999 | sudoers.dist 3174 1 1773 55.9 0.000 0.000 |
@@ -54126,8 +54127,8 @@ LZO1B-999 | xinput_calibrator.desktop 299 1 237 79.3 0.000
LZO1B-999 | libfm.conf 183 1 142 77.6 0.000 0.000 |
LZO1B-999 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 |
LZO1B-999 | Xserver 652 1 449 68.9 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1328 69.7 22.735 0.000
-LZO1B-999 ***TOTALS*** 1248807 288 380007 30.4 22.735 0.000
+[clock=2] ***AVG*** 4366 1.0 1328 69.7 21.988 0.000
+LZO1B-999 ***TOTALS*** 1248807 288 380007 30.4 21.988 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -54158,7 +54159,7 @@ LZO1C-999 | quilt 7117 1 2287 32.1 0.000 0.000 |
LZO1C-999 | bindresvport.blacklist 429 1 325 75.8 0.000 0.000 |
LZO1C-999 | input.conf 397 1 341 85.9 0.000 0.000 |
LZO1C-999 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-999 | build 527 1 271 51.4 0.000 0.000 |
+LZO1C-999 | build 527 1 269 51.0 0.000 0.000 |
LZO1C-999 | busybox.links.nosuid 2358 1 1105 46.9 0.000 0.000 |
LZO1C-999 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
LZO1C-999 | ca-certificates.conf 5340 1 1677 31.4 0.000 0.000 |
@@ -54210,7 +54211,7 @@ LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-999 | %gconf.xml 235 1 141 60.0 0.000 0.000 |
LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-999 | %gconf.xml 2158 1 551 25.5 0.000 0.000 |
+LZO1C-999 | %gconf.xml 2158 1 557 25.8 0.000 0.000 |
LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -54289,7 +54290,7 @@ LZO1C-999 | rt_scopes 92 1 90 97.8 0.000 0.000 |
LZO1C-999 | rt_tables 87 1 85 97.7 0.000 0.000 |
LZO1C-999 | issue 58 1 63 109 0.000 0.000 |
LZO1C-999 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-999 | ld.so.cache 57730 1 14697 25.5 8.453 0.000 |
+LZO1C-999 | ld.so.cache 57730 1 14697 25.5 8.598 0.000 |
LZO1C-999 | ld.so.conf 33 1 35 106 0.000 0.000 |
LZO1C-999 | classid 1130 1 618 54.7 0.000 0.000 |
LZO1C-999 | pktloc 1532 1 789 51.5 0.000 0.000 |
@@ -54322,8 +54323,8 @@ LZO1C-999 | arch.conf 88 1 67 76.1 0.000 0.000 |
LZO1C-999 | opkg.conf 845 1 586 69.3 0.000 0.000 |
LZO1C-999 | passwd 1055 1 629 59.6 0.000 0.000 |
LZO1C-999 | passwd- 1006 1 602 59.8 0.000 0.000 |
-LZO1C-999 | cert9.db 28672 1 959 3.3 24.979 0.000 |
-LZO1C-999 | key4.db 36864 1 1205 3.3 29.408 0.000 |
+LZO1C-999 | cert9.db 28672 1 959 3.3 25.020 0.000 |
+LZO1C-999 | key4.db 36864 1 1205 3.3 29.767 0.000 |
LZO1C-999 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
LZO1C-999 | pointercal.xinput 91 1 94 103 0.000 0.000 |
LZO1C-999 | chap-secrets 78 1 81 104 0.000 0.000 |
@@ -54355,24 +54356,24 @@ LZO1C-999 | macros 38 1 36 94.7 0.000 0.000 |
LZO1C-999 | platform 19 1 23 121 0.000 0.000 |
LZO1C-999 | rpmrc 104 1 72 69.2 0.000 0.000 |
LZO1C-999 | securetty 1848 1 1156 62.6 0.000 0.000 |
-LZO1C-999 | services 18790 1 8970 47.7 29.371 0.000 |
+LZO1C-999 | services 18790 1 8970 47.7 31.945 0.000 |
LZO1C-999 | shadow 651 1 229 35.2 0.000 0.000 |
LZO1C-999 | shadow- 619 1 214 34.6 0.000 0.000 |
LZO1C-999 | shells 52 1 48 92.3 0.000 0.000 |
LZO1C-999 | .bashrc 410 1 322 78.5 0.000 0.000 |
LZO1C-999 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1C-999 | slsh.rc 2030 1 972 47.9 0.000 0.000 |
-LZO1C-999 | moduli 577388 3 26453 4.6 100.215 0.000 |
+LZO1C-999 | moduli 577388 3 26453 4.6 83.646 0.000 |
LZO1C-999 | ssh_config 1548 1 1019 65.8 0.000 0.000 |
LZO1C-999 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
LZO1C-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1C-999 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
+LZO1C-999 | ssh_host_ed25519_key 411 1 314 76.4 0.000 0.000 |
LZO1C-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1C-999 | ssh_host_rsa_key 2602 1 2566 98.6 0.000 0.000 |
-LZO1C-999 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1C-999 | ssh_host_rsa_key 2602 1 2564 98.5 0.000 0.000 |
+LZO1C-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1C-999 | sshd_config 3177 1 1850 58.2 0.000 0.000 |
LZO1C-999 | sshd_config_readonly 3186 1 1853 58.2 0.000 0.000 |
-LZO1C-999 | ca-certificates.crt 200061 1 153545 76.7 38.530 0.000 |
+LZO1C-999 | ca-certificates.crt 200061 1 153545 76.7 39.609 0.000 |
LZO1C-999 | openssl.cnf 10909 1 4460 40.9 0.000 0.000 |
LZO1C-999 | sudoers 3174 1 1756 55.3 0.000 0.000 |
LZO1C-999 | sudoers.dist 3174 1 1756 55.3 0.000 0.000 |
@@ -54410,7 +54411,7 @@ LZO1C-999 | network.sh 1402 1 983 70.1 0.000 0.000 |
LZO1C-999 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1C-999 | 50default 2634 1 1051 39.9 0.000 0.000 |
LZO1C-999 | version 15 1 19 127 0.000 0.000 |
-LZO1C-999 | volatile.cache 5955 1 1213 20.4 0.000 0.000 |
+LZO1C-999 | volatile.cache 5955 1 1212 20.4 0.000 0.000 |
LZO1C-999 | warnquota.conf 3360 1 1998 59.5 0.000 0.000 |
LZO1C-999 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1C-999 | at-spi-dbus-bus.desktop 296 1 269 90.9 0.000 0.000 |
@@ -54421,8 +54422,8 @@ LZO1C-999 | xinput_calibrator.desktop 299 1 236 78.9 0.000
LZO1C-999 | libfm.conf 183 1 141 77.0 0.000 0.000 |
LZO1C-999 | pcmanfm.conf 321 1 273 85.0 0.000 0.000 |
LZO1C-999 | Xserver 652 1 447 68.6 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1337 69.3 22.873 0.000
-LZO1C-999 ***TOTALS*** 1248807 288 382617 30.6 22.873 0.000
+[clock=2] ***AVG*** 4366 1.0 1337 69.3 23.222 0.000
+LZO1C-999 ***TOTALS*** 1248807 288 382614 30.6 23.222 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -54453,7 +54454,7 @@ LZO2A-999 | quilt 7117 1 2103 29.5 0.000 0.000 |
LZO2A-999 | bindresvport.blacklist 429 1 294 68.5 0.000 0.000 |
LZO2A-999 | input.conf 397 1 294 74.1 0.000 0.000 |
LZO2A-999 | network.conf 120 1 115 95.8 0.000 0.000 |
-LZO2A-999 | build 527 1 269 51.0 0.000 0.000 |
+LZO2A-999 | build 527 1 267 50.7 0.000 0.000 |
LZO2A-999 | busybox.links.nosuid 2358 1 1061 45.0 0.000 0.000 |
LZO2A-999 | busybox.links.suid 91 1 65 71.4 0.000 0.000 |
LZO2A-999 | ca-certificates.conf 5340 1 1589 29.8 0.000 0.000 |
@@ -54505,13 +54506,13 @@ LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO2A-999 | %gconf.xml 235 1 139 59.1 0.000 0.000 |
LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | %gconf.xml 2158 1 517 24.0 0.000 0.000 |
+LZO2A-999 | %gconf.xml 2158 1 523 24.2 0.000 0.000 |
LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO2A-999 | %gconf.xml 515 1 265 51.5 0.000 0.000 |
LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | %gconf.xml 5626 1 1322 23.5 0.000 0.000 |
+LZO2A-999 | %gconf.xml 5626 1 1321 23.5 0.000 0.000 |
LZO2A-999 | settings-daemon.schemas 7202 1 1504 20.9 0.000 0.000 |
LZO2A-999 | group 639 1 434 67.9 0.000 0.000 |
LZO2A-999 | group- 620 1 419 67.6 0.000 0.000 |
@@ -54584,7 +54585,7 @@ LZO2A-999 | rt_scopes 92 1 86 93.5 0.000 0.000 |
LZO2A-999 | rt_tables 87 1 84 96.6 0.000 0.000 |
LZO2A-999 | issue 58 1 65 112 0.000 0.000 |
LZO2A-999 | issue.net 55 1 62 113 0.000 0.000 |
-LZO2A-999 | ld.so.cache 57730 1 14903 25.8 11.366 0.000 |
+LZO2A-999 | ld.so.cache 57730 1 14903 25.8 11.358 0.000 |
LZO2A-999 | ld.so.conf 33 1 36 109 0.000 0.000 |
LZO2A-999 | classid 1130 1 549 48.6 0.000 0.000 |
LZO2A-999 | pktloc 1532 1 737 48.1 0.000 0.000 |
@@ -54617,8 +54618,8 @@ LZO2A-999 | arch.conf 88 1 63 71.6 0.000 0.000 |
LZO2A-999 | opkg.conf 845 1 518 61.3 0.000 0.000 |
LZO2A-999 | passwd 1055 1 553 52.4 0.000 0.000 |
LZO2A-999 | passwd- 1006 1 529 52.6 0.000 0.000 |
-LZO2A-999 | cert9.db 28672 1 857 3.0 14.447 0.000 |
-LZO2A-999 | key4.db 36864 1 1112 3.0 17.576 0.000 |
+LZO2A-999 | cert9.db 28672 1 857 3.0 14.788 0.000 |
+LZO2A-999 | key4.db 36864 1 1112 3.0 17.800 0.000 |
LZO2A-999 | pkcs11.txt 425 1 340 80.0 0.000 0.000 |
LZO2A-999 | pointercal.xinput 91 1 94 103 0.000 0.000 |
LZO2A-999 | chap-secrets 78 1 78 100 0.000 0.000 |
@@ -54650,24 +54651,24 @@ LZO2A-999 | macros 38 1 38 100 0.000 0.000 |
LZO2A-999 | platform 19 1 23 121 0.000 0.000 |
LZO2A-999 | rpmrc 104 1 70 67.3 0.000 0.000 |
LZO2A-999 | securetty 1848 1 969 52.4 0.000 0.000 |
-LZO2A-999 | services 18790 1 8578 45.7 27.983 0.000 |
+LZO2A-999 | services 18790 1 8578 45.7 28.470 0.000 |
LZO2A-999 | shadow 651 1 230 35.3 0.000 0.000 |
LZO2A-999 | shadow- 619 1 214 34.6 0.000 0.000 |
LZO2A-999 | shells 52 1 48 92.3 0.000 0.000 |
LZO2A-999 | .bashrc 410 1 298 72.7 0.000 0.000 |
LZO2A-999 | .profile 241 1 216 89.6 0.000 0.000 |
LZO2A-999 | slsh.rc 2030 1 871 42.9 0.000 0.000 |
-LZO2A-999 | moduli 577388 3 23672 4.1 90.534 0.000 |
+LZO2A-999 | moduli 577388 3 23672 4.1 94.120 0.000 |
LZO2A-999 | ssh_config 1548 1 913 59.0 0.000 0.000 |
-LZO2A-999 | ssh_host_ecdsa_key 505 1 455 90.1 0.000 0.000 |
-LZO2A-999 | ssh_host_ecdsa_key.pub 177 1 180 102 0.000 0.000 |
-LZO2A-999 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
+LZO2A-999 | ssh_host_ecdsa_key 505 1 458 90.7 0.000 0.000 |
+LZO2A-999 | ssh_host_ecdsa_key.pub 177 1 184 104 0.000 0.000 |
+LZO2A-999 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
LZO2A-999 | ssh_host_ed25519_key.pub 97 1 106 109 0.000 0.000 |
-LZO2A-999 | ssh_host_rsa_key 2602 1 2724 105 0.000 0.000 |
-LZO2A-999 | ssh_host_rsa_key.pub 569 1 614 108 0.000 0.000 |
+LZO2A-999 | ssh_host_rsa_key 2602 1 2728 105 0.000 0.000 |
+LZO2A-999 | ssh_host_rsa_key.pub 569 1 617 108 0.000 0.000 |
LZO2A-999 | sshd_config 3177 1 1682 52.9 0.000 0.000 |
LZO2A-999 | sshd_config_readonly 3186 1 1676 52.6 0.000 0.000 |
-LZO2A-999 | ca-certificates.crt 200061 1 162416 81.2 34.387 0.000 |
+LZO2A-999 | ca-certificates.crt 200061 1 162416 81.2 35.707 0.000 |
LZO2A-999 | openssl.cnf 10909 1 4213 38.6 0.000 0.000 |
LZO2A-999 | sudoers 3174 1 1599 50.4 0.000 0.000 |
LZO2A-999 | sudoers.dist 3174 1 1599 50.4 0.000 0.000 |
@@ -54691,7 +54692,7 @@ LZO2A-999 | vt52 470 1 216 46.0 0.000 0.000 |
LZO2A-999 | xterm-256color 3641 1 2084 57.2 0.000 0.000 |
LZO2A-999 | xterm-color 1551 1 667 43.0 0.000 0.000 |
LZO2A-999 | xterm-xfree86 2240 1 1177 52.5 0.000 0.000 |
-LZO2A-999 | timestamp 15 1 18 120 0.000 0.000 |
+LZO2A-999 | timestamp 15 1 19 127 0.000 0.000 |
LZO2A-999 | timezone 10 1 14 140 0.000 0.000 |
LZO2A-999 | dnf.conf 164 1 120 73.2 0.000 0.000 |
LZO2A-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
@@ -54704,8 +54705,8 @@ LZO2A-999 | mount.sh 4232 1 1870 44.2 0.000 0.000 |
LZO2A-999 | network.sh 1402 1 885 63.1 0.000 0.000 |
LZO2A-999 | udev.conf 49 1 53 108 0.000 0.000 |
LZO2A-999 | 50default 2634 1 979 37.2 0.000 0.000 |
-LZO2A-999 | version 15 1 20 133 0.000 0.000 |
-LZO2A-999 | volatile.cache 5955 1 1183 19.9 0.000 0.000 |
+LZO2A-999 | version 15 1 18 120 0.000 0.000 |
+LZO2A-999 | volatile.cache 5955 1 1182 19.8 0.000 0.000 |
LZO2A-999 | warnquota.conf 3360 1 1812 53.9 0.000 0.000 |
LZO2A-999 | wpa_supplicant.conf 113 1 109 96.5 0.000 0.000 |
LZO2A-999 | at-spi-dbus-bus.desktop 296 1 258 87.2 0.000 0.000 |
@@ -54716,8 +54717,8 @@ LZO2A-999 | xinput_calibrator.desktop 299 1 226 75.6 0.000
LZO2A-999 | libfm.conf 183 1 136 74.3 0.000 0.000 |
LZO2A-999 | pcmanfm.conf 321 1 246 76.6 0.000 0.000 |
LZO2A-999 | Xserver 652 1 410 62.9 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1307 65.4 20.693 0.000
-LZO2A-999 ***TOTALS*** 1248807 288 373954 29.9 20.693 0.000
+[clock=2] ***AVG*** 4366 1.0 1307 65.4 21.008 0.000
+LZO2A-999 ***TOTALS*** 1248807 288 373968 29.9 21.008 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -54748,7 +54749,7 @@ LZO1F-999 | quilt 7117 1 2247 31.6 0.000 0.000 |
LZO1F-999 | bindresvport.blacklist 429 1 314 73.2 0.000 0.000 |
LZO1F-999 | input.conf 397 1 333 83.9 0.000 0.000 |
LZO1F-999 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1F-999 | build 527 1 269 51.0 0.000 0.000 |
+LZO1F-999 | build 527 1 267 50.7 0.000 0.000 |
LZO1F-999 | busybox.links.nosuid 2358 1 1067 45.3 0.000 0.000 |
LZO1F-999 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
LZO1F-999 | ca-certificates.conf 5340 1 1649 30.9 0.000 0.000 |
@@ -54800,7 +54801,7 @@ LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1F-999 | %gconf.xml 235 1 139 59.1 0.000 0.000 |
LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1F-999 | %gconf.xml 2158 1 546 25.3 0.000 0.000 |
+LZO1F-999 | %gconf.xml 2158 1 552 25.6 0.000 0.000 |
LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -54879,7 +54880,7 @@ LZO1F-999 | rt_scopes 92 1 90 97.8 0.000 0.000 |
LZO1F-999 | rt_tables 87 1 85 97.7 0.000 0.000 |
LZO1F-999 | issue 58 1 63 109 0.000 0.000 |
LZO1F-999 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1F-999 | ld.so.cache 57730 1 14561 25.2 7.753 0.000 |
+LZO1F-999 | ld.so.cache 57730 1 14561 25.2 7.973 0.000 |
LZO1F-999 | ld.so.conf 33 1 34 103 0.000 0.000 |
LZO1F-999 | classid 1130 1 602 53.3 0.000 0.000 |
LZO1F-999 | pktloc 1532 1 761 49.7 0.000 0.000 |
@@ -54912,8 +54913,8 @@ LZO1F-999 | arch.conf 88 1 64 72.7 0.000 0.000 |
LZO1F-999 | opkg.conf 845 1 565 66.9 0.000 0.000 |
LZO1F-999 | passwd 1055 1 592 56.1 0.000 0.000 |
LZO1F-999 | passwd- 1006 1 567 56.4 0.000 0.000 |
-LZO1F-999 | cert9.db 28672 1 890 3.1 14.444 0.000 |
-LZO1F-999 | key4.db 36864 1 1137 3.1 17.629 0.000 |
+LZO1F-999 | cert9.db 28672 1 890 3.1 15.087 0.000 |
+LZO1F-999 | key4.db 36864 1 1137 3.1 18.046 0.000 |
LZO1F-999 | pkcs11.txt 425 1 352 82.8 0.000 0.000 |
LZO1F-999 | pointercal.xinput 91 1 93 102 0.000 0.000 |
LZO1F-999 | chap-secrets 78 1 81 104 0.000 0.000 |
@@ -54945,24 +54946,24 @@ LZO1F-999 | macros 38 1 36 94.7 0.000 0.000 |
LZO1F-999 | platform 19 1 23 121 0.000 0.000 |
LZO1F-999 | rpmrc 104 1 70 67.3 0.000 0.000 |
LZO1F-999 | securetty 1848 1 1035 56.0 0.000 0.000 |
-LZO1F-999 | services 18790 1 8931 47.5 26.298 0.000 |
+LZO1F-999 | services 18790 1 8931 47.5 27.134 0.000 |
LZO1F-999 | shadow 651 1 227 34.9 0.000 0.000 |
LZO1F-999 | shadow- 619 1 212 34.2 0.000 0.000 |
LZO1F-999 | shells 52 1 47 90.4 0.000 0.000 |
LZO1F-999 | .bashrc 410 1 320 78.0 0.000 0.000 |
LZO1F-999 | .profile 241 1 224 92.9 0.000 0.000 |
LZO1F-999 | slsh.rc 2030 1 931 45.9 0.000 0.000 |
-LZO1F-999 | moduli 577388 3 25302 4.4 98.933 0.000 |
+LZO1F-999 | moduli 577388 3 25302 4.4 101.268 0.000 |
LZO1F-999 | ssh_config 1548 1 982 63.4 0.000 0.000 |
LZO1F-999 | ssh_host_ecdsa_key 505 1 442 87.5 0.000 0.000 |
LZO1F-999 | ssh_host_ecdsa_key.pub 177 1 170 96.0 0.000 0.000 |
-LZO1F-999 | ssh_host_ed25519_key 411 1 314 76.4 0.000 0.000 |
+LZO1F-999 | ssh_host_ed25519_key 411 1 311 75.7 0.000 0.000 |
LZO1F-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1F-999 | ssh_host_rsa_key 2602 1 2561 98.4 0.000 0.000 |
-LZO1F-999 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1F-999 | ssh_host_rsa_key 2602 1 2559 98.3 0.000 0.000 |
+LZO1F-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1F-999 | sshd_config 3177 1 1756 55.3 0.000 0.000 |
LZO1F-999 | sshd_config_readonly 3186 1 1761 55.3 0.000 0.000 |
-LZO1F-999 | ca-certificates.crt 200061 1 156306 78.1 37.769 0.000 |
+LZO1F-999 | ca-certificates.crt 200061 1 156306 78.1 38.635 0.000 |
LZO1F-999 | openssl.cnf 10909 1 4391 40.3 0.000 0.000 |
LZO1F-999 | sudoers 3174 1 1695 53.4 0.000 0.000 |
LZO1F-999 | sudoers.dist 3174 1 1695 53.4 0.000 0.000 |
@@ -54986,7 +54987,7 @@ LZO1F-999 | vt52 470 1 220 46.8 0.000 0.000 |
LZO1F-999 | xterm-256color 3641 1 2101 57.7 0.000 0.000 |
LZO1F-999 | xterm-color 1551 1 696 44.9 0.000 0.000 |
LZO1F-999 | xterm-xfree86 2240 1 1194 53.3 0.000 0.000 |
-LZO1F-999 | timestamp 15 1 18 120 0.000 0.000 |
+LZO1F-999 | timestamp 15 1 19 127 0.000 0.000 |
LZO1F-999 | timezone 10 1 14 140 0.000 0.000 |
LZO1F-999 | dnf.conf 164 1 125 76.2 0.000 0.000 |
LZO1F-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
@@ -54999,8 +55000,8 @@ LZO1F-999 | mount.sh 4232 1 1934 45.7 0.000 0.000 |
LZO1F-999 | network.sh 1402 1 950 67.8 0.000 0.000 |
LZO1F-999 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1F-999 | 50default 2634 1 1031 39.1 0.000 0.000 |
-LZO1F-999 | version 15 1 19 127 0.000 0.000 |
-LZO1F-999 | volatile.cache 5955 1 1202 20.2 0.000 0.000 |
+LZO1F-999 | version 15 1 18 120 0.000 0.000 |
+LZO1F-999 | volatile.cache 5955 1 1200 20.2 0.000 0.000 |
LZO1F-999 | warnquota.conf 3360 1 1914 57.0 0.000 0.000 |
LZO1F-999 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1F-999 | at-spi-dbus-bus.desktop 296 1 266 89.9 0.000 0.000 |
@@ -55011,8 +55012,8 @@ LZO1F-999 | xinput_calibrator.desktop 299 1 231 77.3 0.000
LZO1F-999 | libfm.conf 183 1 141 77.0 0.000 0.000 |
LZO1F-999 | pcmanfm.conf 321 1 271 84.4 0.000 0.000 |
LZO1F-999 | Xserver 652 1 436 66.9 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1322 67.8 18.207 0.000
-LZO1F-999 ***TOTALS*** 1248807 288 378115 30.3 18.207 0.000
+[clock=2] ***AVG*** 4366 1.0 1322 67.8 18.765 0.000
+LZO1F-999 ***TOTALS*** 1248807 288 378111 30.3 18.765 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -55043,7 +55044,7 @@ LZO1X-999 | quilt 7117 1 2206 31.0 0.000 0.000 |
LZO1X-999 | bindresvport.blacklist 429 1 308 71.8 0.000 0.000 |
LZO1X-999 | input.conf 397 1 321 80.9 0.000 0.000 |
LZO1X-999 | network.conf 120 1 119 99.2 0.000 0.000 |
-LZO1X-999 | build 527 1 271 51.4 0.000 0.000 |
+LZO1X-999 | build 527 1 269 51.0 0.000 0.000 |
LZO1X-999 | busybox.links.nosuid 2358 1 1041 44.1 0.000 0.000 |
LZO1X-999 | busybox.links.suid 91 1 65 71.4 0.000 0.000 |
LZO1X-999 | ca-certificates.conf 5340 1 1612 30.2 0.000 0.000 |
@@ -55095,7 +55096,7 @@ LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-999 | %gconf.xml 235 1 139 59.1 0.000 0.000 |
LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-999 | %gconf.xml 2158 1 535 24.8 0.000 0.000 |
+LZO1X-999 | %gconf.xml 2158 1 542 25.1 0.000 0.000 |
LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -55174,14 +55175,14 @@ LZO1X-999 | rt_scopes 92 1 88 95.7 0.000 0.000 |
LZO1X-999 | rt_tables 87 1 86 98.9 0.000 0.000 |
LZO1X-999 | issue 58 1 62 107 0.000 0.000 |
LZO1X-999 | issue.net 55 1 59 107 0.000 0.000 |
-LZO1X-999 | ld.so.cache 57730 1 14462 25.1 4.415 0.000 |
+LZO1X-999 | ld.so.cache 57730 1 14462 25.1 4.534 0.000 |
LZO1X-999 | ld.so.conf 33 1 34 103 0.000 0.000 |
LZO1X-999 | classid 1130 1 585 51.8 0.000 0.000 |
LZO1X-999 | pktloc 1532 1 747 48.8 0.000 0.000 |
LZO1X-999 | collect_dnf.conf 813 1 469 57.7 0.000 0.000 |
LZO1X-999 | limits 827 1 585 70.7 0.000 0.000 |
LZO1X-999 | login.access 2006 1 1102 54.9 0.000 0.000 |
-LZO1X-999 | login.defs 11030 1 5351 48.5 17.297 0.000 |
+LZO1X-999 | login.defs 11030 1 5351 48.5 17.019 0.000 |
LZO1X-999 | logrotate-dmesg.conf 121 1 114 94.2 0.000 0.000 |
LZO1X-999 | logrotate.conf 434 1 328 75.6 0.000 0.000 |
LZO1X-999 | btmp 130 1 115 88.5 0.000 0.000 |
@@ -55207,8 +55208,8 @@ LZO1X-999 | arch.conf 88 1 64 72.7 0.000 0.000 |
LZO1X-999 | opkg.conf 845 1 548 64.9 0.000 0.000 |
LZO1X-999 | passwd 1055 1 578 54.8 0.000 0.000 |
LZO1X-999 | passwd- 1006 1 554 55.1 0.000 0.000 |
-LZO1X-999 | cert9.db 28672 1 888 3.1 25.674 0.000 |
-LZO1X-999 | key4.db 36864 1 1133 3.1 31.106 0.000 |
+LZO1X-999 | cert9.db 28672 1 888 3.1 26.095 0.000 |
+LZO1X-999 | key4.db 36864 1 1133 3.1 31.124 0.000 |
LZO1X-999 | pkcs11.txt 425 1 350 82.4 0.000 0.000 |
LZO1X-999 | pointercal.xinput 91 1 92 101 0.000 0.000 |
LZO1X-999 | chap-secrets 78 1 79 101 0.000 0.000 |
@@ -55240,25 +55241,25 @@ LZO1X-999 | macros 38 1 36 94.7 0.000 0.000 |
LZO1X-999 | platform 19 1 23 121 0.000 0.000 |
LZO1X-999 | rpmrc 104 1 68 65.4 0.000 0.000 |
LZO1X-999 | securetty 1848 1 1025 55.5 0.000 0.000 |
-LZO1X-999 | services 18790 1 8764 46.6 13.747 0.000 |
+LZO1X-999 | services 18790 1 8764 46.6 14.214 0.000 |
LZO1X-999 | shadow 651 1 224 34.4 0.000 0.000 |
LZO1X-999 | shadow- 619 1 209 33.8 0.000 0.000 |
LZO1X-999 | shells 52 1 46 88.5 0.000 0.000 |
LZO1X-999 | .bashrc 410 1 312 76.1 0.000 0.000 |
LZO1X-999 | .profile 241 1 220 91.3 0.000 0.000 |
LZO1X-999 | slsh.rc 2030 1 905 44.6 0.000 0.000 |
-LZO1X-999 | moduli 577388 3 24561 4.3 72.821 0.000 |
+LZO1X-999 | moduli 577388 3 24561 4.3 73.650 0.000 |
LZO1X-999 | ssh_config 1548 1 950 61.4 0.000 0.000 |
LZO1X-999 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
LZO1X-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1X-999 | ssh_host_ed25519_key 411 1 316 76.9 0.000 0.000 |
+LZO1X-999 | ssh_host_ed25519_key 411 1 313 76.2 0.000 0.000 |
LZO1X-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1X-999 | ssh_host_rsa_key 2602 1 2565 98.6 0.000 0.000 |
-LZO1X-999 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1X-999 | ssh_host_rsa_key 2602 1 2563 98.5 0.000 0.000 |
+LZO1X-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1X-999 | sshd_config 3177 1 1712 53.9 0.000 0.000 |
LZO1X-999 | sshd_config_readonly 3186 1 1715 53.8 0.000 0.000 |
-LZO1X-999 | ca-certificates.crt 200061 1 147792 73.9 13.390 0.000 |
-LZO1X-999 | openssl.cnf 10909 1 4292 39.3 20.796 0.000 |
+LZO1X-999 | ca-certificates.crt 200061 1 147792 73.9 13.628 0.000 |
+LZO1X-999 | openssl.cnf 10909 1 4292 39.3 0.000 0.000 |
LZO1X-999 | sudoers 3174 1 1646 51.9 0.000 0.000 |
LZO1X-999 | sudoers.dist 3174 1 1646 51.9 0.000 0.000 |
LZO1X-999 | crond 110 1 102 92.7 0.000 0.000 |
@@ -55281,7 +55282,7 @@ LZO1X-999 | vt52 470 1 217 46.2 0.000 0.000 |
LZO1X-999 | xterm-256color 3641 1 2088 57.3 0.000 0.000 |
LZO1X-999 | xterm-color 1551 1 694 44.7 0.000 0.000 |
LZO1X-999 | xterm-xfree86 2240 1 1190 53.1 0.000 0.000 |
-LZO1X-999 | timestamp 15 1 18 120 0.000 0.000 |
+LZO1X-999 | timestamp 15 1 19 127 0.000 0.000 |
LZO1X-999 | timezone 10 1 14 140 0.000 0.000 |
LZO1X-999 | dnf.conf 164 1 122 74.4 0.000 0.000 |
LZO1X-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
@@ -55294,8 +55295,8 @@ LZO1X-999 | mount.sh 4232 1 1892 44.7 0.000 0.000 |
LZO1X-999 | network.sh 1402 1 920 65.6 0.000 0.000 |
LZO1X-999 | udev.conf 49 1 52 106 0.000 0.000 |
LZO1X-999 | 50default 2634 1 1016 38.6 0.000 0.000 |
-LZO1X-999 | version 15 1 19 127 0.000 0.000 |
-LZO1X-999 | volatile.cache 5955 1 1200 20.2 0.000 0.000 |
+LZO1X-999 | version 15 1 18 120 0.000 0.000 |
+LZO1X-999 | volatile.cache 5955 1 1197 20.1 0.000 0.000 |
LZO1X-999 | warnquota.conf 3360 1 1868 55.6 0.000 0.000 |
LZO1X-999 | wpa_supplicant.conf 113 1 104 92.0 0.000 0.000 |
LZO1X-999 | at-spi-dbus-bus.desktop 296 1 267 90.2 0.000 0.000 |
@@ -55306,8 +55307,8 @@ LZO1X-999 | xinput_calibrator.desktop 299 1 231 77.3 0.000
LZO1X-999 | libfm.conf 183 1 139 76.0 0.000 0.000 |
LZO1X-999 | pcmanfm.conf 321 1 269 83.8 0.000 0.000 |
LZO1X-999 | Xserver 652 1 431 66.1 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1277 66.9 14.168 0.000
-LZO1X-999 ***TOTALS*** 1248807 288 365222 29.2 14.168 0.000
+[clock=2] ***AVG*** 4366 1.0 1276 66.9 13.805 0.000
+LZO1X-999 ***TOTALS*** 1248807 288 365218 29.2 13.805 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -55338,7 +55339,7 @@ LZO1Y-999 | quilt 7117 1 2188 30.7 0.000 0.000 |
LZO1Y-999 | bindresvport.blacklist 429 1 305 71.1 0.000 0.000 |
LZO1Y-999 | input.conf 397 1 320 80.6 0.000 0.000 |
LZO1Y-999 | network.conf 120 1 119 99.2 0.000 0.000 |
-LZO1Y-999 | build 527 1 269 51.0 0.000 0.000 |
+LZO1Y-999 | build 527 1 267 50.7 0.000 0.000 |
LZO1Y-999 | busybox.links.nosuid 2358 1 942 39.9 0.000 0.000 |
LZO1Y-999 | busybox.links.suid 91 1 62 68.1 0.000 0.000 |
LZO1Y-999 | ca-certificates.conf 5340 1 1586 29.7 0.000 0.000 |
@@ -55390,7 +55391,7 @@ LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Y-999 | %gconf.xml 235 1 137 58.3 0.000 0.000 |
LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1Y-999 | %gconf.xml 2158 1 527 24.4 0.000 0.000 |
+LZO1Y-999 | %gconf.xml 2158 1 534 24.7 0.000 0.000 |
LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -55469,14 +55470,14 @@ LZO1Y-999 | rt_scopes 92 1 88 95.7 0.000 0.000 |
LZO1Y-999 | rt_tables 87 1 86 98.9 0.000 0.000 |
LZO1Y-999 | issue 58 1 62 107 0.000 0.000 |
LZO1Y-999 | issue.net 55 1 59 107 0.000 0.000 |
-LZO1Y-999 | ld.so.cache 57730 1 13820 23.9 4.442 0.000 |
+LZO1Y-999 | ld.so.cache 57730 1 13820 23.9 4.608 0.000 |
LZO1Y-999 | ld.so.conf 33 1 34 103 0.000 0.000 |
LZO1Y-999 | classid 1130 1 570 50.4 0.000 0.000 |
LZO1Y-999 | pktloc 1532 1 713 46.5 0.000 0.000 |
LZO1Y-999 | collect_dnf.conf 813 1 448 55.1 0.000 0.000 |
LZO1Y-999 | limits 827 1 579 70.0 0.000 0.000 |
LZO1Y-999 | login.access 2006 1 1087 54.2 0.000 0.000 |
-LZO1Y-999 | login.defs 11030 1 5420 49.1 17.108 0.000 |
+LZO1Y-999 | login.defs 11030 1 5420 49.1 16.890 0.000 |
LZO1Y-999 | logrotate-dmesg.conf 121 1 114 94.2 0.000 0.000 |
LZO1Y-999 | logrotate.conf 434 1 325 74.9 0.000 0.000 |
LZO1Y-999 | btmp 130 1 115 88.5 0.000 0.000 |
@@ -55502,8 +55503,8 @@ LZO1Y-999 | arch.conf 88 1 64 72.7 0.000 0.000 |
LZO1Y-999 | opkg.conf 845 1 537 63.6 0.000 0.000 |
LZO1Y-999 | passwd 1055 1 555 52.6 0.000 0.000 |
LZO1Y-999 | passwd- 1006 1 532 52.9 0.000 0.000 |
-LZO1Y-999 | cert9.db 28672 1 848 3.0 26.169 0.000 |
-LZO1Y-999 | key4.db 36864 1 1092 3.0 30.613 0.000 |
+LZO1Y-999 | cert9.db 28672 1 848 3.0 25.855 0.000 |
+LZO1Y-999 | key4.db 36864 1 1092 3.0 31.198 0.000 |
LZO1Y-999 | pkcs11.txt 425 1 346 81.4 0.000 0.000 |
LZO1Y-999 | pointercal.xinput 91 1 92 101 0.000 0.000 |
LZO1Y-999 | chap-secrets 78 1 79 101 0.000 0.000 |
@@ -55535,25 +55536,25 @@ LZO1Y-999 | macros 38 1 36 94.7 0.000 0.000 |
LZO1Y-999 | platform 19 1 23 121 0.000 0.000 |
LZO1Y-999 | rpmrc 104 1 67 64.4 0.000 0.000 |
LZO1Y-999 | securetty 1848 1 1015 54.9 0.000 0.000 |
-LZO1Y-999 | services 18790 1 8639 46.0 14.280 0.000 |
+LZO1Y-999 | services 18790 1 8639 46.0 14.250 0.000 |
LZO1Y-999 | shadow 651 1 224 34.4 0.000 0.000 |
LZO1Y-999 | shadow- 619 1 209 33.8 0.000 0.000 |
LZO1Y-999 | shells 52 1 46 88.5 0.000 0.000 |
LZO1Y-999 | .bashrc 410 1 306 74.6 0.000 0.000 |
LZO1Y-999 | .profile 241 1 219 90.9 0.000 0.000 |
LZO1Y-999 | slsh.rc 2030 1 900 44.3 0.000 0.000 |
-LZO1Y-999 | moduli 577388 3 25427 4.4 68.318 0.000 |
+LZO1Y-999 | moduli 577388 3 25427 4.4 72.846 0.000 |
LZO1Y-999 | ssh_config 1548 1 937 60.5 0.000 0.000 |
LZO1Y-999 | ssh_host_ecdsa_key 505 1 445 88.1 0.000 0.000 |
LZO1Y-999 | ssh_host_ecdsa_key.pub 177 1 170 96.0 0.000 0.000 |
-LZO1Y-999 | ssh_host_ed25519_key 411 1 315 76.6 0.000 0.000 |
+LZO1Y-999 | ssh_host_ed25519_key 411 1 313 76.2 0.000 0.000 |
LZO1Y-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1Y-999 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1Y-999 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1Y-999 | ssh_host_rsa_key 2602 1 2565 98.6 0.000 0.000 |
+LZO1Y-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1Y-999 | sshd_config 3177 1 1722 54.2 0.000 0.000 |
LZO1Y-999 | sshd_config_readonly 3186 1 1725 54.1 0.000 0.000 |
-LZO1Y-999 | ca-certificates.crt 200061 1 147909 73.9 12.704 0.000 |
-LZO1Y-999 | openssl.cnf 10909 1 4330 39.7 19.497 0.000 |
+LZO1Y-999 | ca-certificates.crt 200061 1 147909 73.9 13.505 0.000 |
+LZO1Y-999 | openssl.cnf 10909 1 4330 39.7 0.000 0.000 |
LZO1Y-999 | sudoers 3174 1 1648 51.9 0.000 0.000 |
LZO1Y-999 | sudoers.dist 3174 1 1648 51.9 0.000 0.000 |
LZO1Y-999 | crond 110 1 101 91.8 0.000 0.000 |
@@ -55576,7 +55577,7 @@ LZO1Y-999 | vt52 470 1 215 45.7 0.000 0.000 |
LZO1Y-999 | xterm-256color 3641 1 2091 57.4 0.000 0.000 |
LZO1Y-999 | xterm-color 1551 1 692 44.6 0.000 0.000 |
LZO1Y-999 | xterm-xfree86 2240 1 1181 52.7 0.000 0.000 |
-LZO1Y-999 | timestamp 15 1 18 120 0.000 0.000 |
+LZO1Y-999 | timestamp 15 1 19 127 0.000 0.000 |
LZO1Y-999 | timezone 10 1 14 140 0.000 0.000 |
LZO1Y-999 | dnf.conf 164 1 121 73.8 0.000 0.000 |
LZO1Y-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
@@ -55589,8 +55590,8 @@ LZO1Y-999 | mount.sh 4232 1 1890 44.7 0.000 0.000 |
LZO1Y-999 | network.sh 1402 1 907 64.7 0.000 0.000 |
LZO1Y-999 | udev.conf 49 1 52 106 0.000 0.000 |
LZO1Y-999 | 50default 2634 1 999 37.9 0.000 0.000 |
-LZO1Y-999 | version 15 1 19 127 0.000 0.000 |
-LZO1Y-999 | volatile.cache 5955 1 1162 19.5 0.000 0.000 |
+LZO1Y-999 | version 15 1 18 120 0.000 0.000 |
+LZO1Y-999 | volatile.cache 5955 1 1157 19.4 0.000 0.000 |
LZO1Y-999 | warnquota.conf 3360 1 1890 56.2 0.000 0.000 |
LZO1Y-999 | wpa_supplicant.conf 113 1 103 91.2 0.000 0.000 |
LZO1Y-999 | at-spi-dbus-bus.desktop 296 1 266 89.9 0.000 0.000 |
@@ -55601,8 +55602,8 @@ LZO1Y-999 | xinput_calibrator.desktop 299 1 229 76.6 0.000
LZO1Y-999 | libfm.conf 183 1 134 73.2 0.000 0.000 |
LZO1Y-999 | pcmanfm.conf 321 1 266 82.9 0.000 0.000 |
LZO1Y-999 | Xserver 652 1 421 64.6 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1271 66.2 14.057 0.000
-LZO1Y-999 ***TOTALS*** 1248807 288 363641 29.1 14.057 0.000
+[clock=2] ***AVG*** 4366 1.0 1271 66.2 13.864 0.000
+LZO1Y-999 ***TOTALS*** 1248807 288 363635 29.1 13.864 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -55633,7 +55634,7 @@ LZO1Z-999 | quilt 7117 1 2203 31.0 0.000 0.000 |
LZO1Z-999 | bindresvport.blacklist 429 1 305 71.1 0.000 0.000 |
LZO1Z-999 | input.conf 397 1 320 80.6 0.000 0.000 |
LZO1Z-999 | network.conf 120 1 119 99.2 0.000 0.000 |
-LZO1Z-999 | build 527 1 271 51.4 0.000 0.000 |
+LZO1Z-999 | build 527 1 269 51.0 0.000 0.000 |
LZO1Z-999 | busybox.links.nosuid 2358 1 1037 44.0 0.000 0.000 |
LZO1Z-999 | busybox.links.suid 91 1 65 71.4 0.000 0.000 |
LZO1Z-999 | ca-certificates.conf 5340 1 1613 30.2 0.000 0.000 |
@@ -55685,7 +55686,7 @@ LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Z-999 | %gconf.xml 235 1 139 59.1 0.000 0.000 |
LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1Z-999 | %gconf.xml 2158 1 534 24.7 0.000 0.000 |
+LZO1Z-999 | %gconf.xml 2158 1 541 25.1 0.000 0.000 |
LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -55764,14 +55765,14 @@ LZO1Z-999 | rt_scopes 92 1 88 95.7 0.000 0.000 |
LZO1Z-999 | rt_tables 87 1 86 98.9 0.000 0.000 |
LZO1Z-999 | issue 58 1 62 107 0.000 0.000 |
LZO1Z-999 | issue.net 55 1 59 107 0.000 0.000 |
-LZO1Z-999 | ld.so.cache 57730 1 14466 25.1 4.208 0.000 |
+LZO1Z-999 | ld.so.cache 57730 1 14466 25.1 4.480 0.000 |
LZO1Z-999 | ld.so.conf 33 1 34 103 0.000 0.000 |
LZO1Z-999 | classid 1130 1 584 51.7 0.000 0.000 |
LZO1Z-999 | pktloc 1532 1 739 48.2 0.000 0.000 |
LZO1Z-999 | collect_dnf.conf 813 1 469 57.7 0.000 0.000 |
LZO1Z-999 | limits 827 1 579 70.0 0.000 0.000 |
LZO1Z-999 | login.access 2006 1 1103 55.0 0.000 0.000 |
-LZO1Z-999 | login.defs 11030 1 5381 48.8 16.162 0.000 |
+LZO1Z-999 | login.defs 11030 1 5381 48.8 17.159 0.000 |
LZO1Z-999 | logrotate-dmesg.conf 121 1 113 93.4 0.000 0.000 |
LZO1Z-999 | logrotate.conf 434 1 328 75.6 0.000 0.000 |
LZO1Z-999 | btmp 130 1 115 88.5 0.000 0.000 |
@@ -55797,8 +55798,8 @@ LZO1Z-999 | arch.conf 88 1 63 71.6 0.000 0.000 |
LZO1Z-999 | opkg.conf 845 1 547 64.7 0.000 0.000 |
LZO1Z-999 | passwd 1055 1 576 54.6 0.000 0.000 |
LZO1Z-999 | passwd- 1006 1 552 54.9 0.000 0.000 |
-LZO1Z-999 | cert9.db 28672 1 837 2.9 24.402 0.000 |
-LZO1Z-999 | key4.db 36864 1 1085 2.9 29.693 0.000 |
+LZO1Z-999 | cert9.db 28672 1 837 2.9 25.522 0.000 |
+LZO1Z-999 | key4.db 36864 1 1085 2.9 21.765 0.000 |
LZO1Z-999 | pkcs11.txt 425 1 350 82.4 0.000 0.000 |
LZO1Z-999 | pointercal.xinput 91 1 92 101 0.000 0.000 |
LZO1Z-999 | chap-secrets 78 1 79 101 0.000 0.000 |
@@ -55830,25 +55831,25 @@ LZO1Z-999 | macros 38 1 36 94.7 0.000 0.000 |
LZO1Z-999 | platform 19 1 23 121 0.000 0.000 |
LZO1Z-999 | rpmrc 104 1 68 65.4 0.000 0.000 |
LZO1Z-999 | securetty 1848 1 910 49.2 0.000 0.000 |
-LZO1Z-999 | services 18790 1 8790 46.8 12.953 0.000 |
+LZO1Z-999 | services 18790 1 8790 46.8 13.507 0.000 |
LZO1Z-999 | shadow 651 1 224 34.4 0.000 0.000 |
LZO1Z-999 | shadow- 619 1 209 33.8 0.000 0.000 |
LZO1Z-999 | shells 52 1 46 88.5 0.000 0.000 |
LZO1Z-999 | .bashrc 410 1 311 75.9 0.000 0.000 |
LZO1Z-999 | .profile 241 1 220 91.3 0.000 0.000 |
LZO1Z-999 | slsh.rc 2030 1 906 44.6 0.000 0.000 |
-LZO1Z-999 | moduli 577388 3 24710 4.3 68.504 0.000 |
+LZO1Z-999 | moduli 577388 3 24710 4.3 73.525 0.000 |
LZO1Z-999 | ssh_config 1548 1 947 61.2 0.000 0.000 |
LZO1Z-999 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
LZO1Z-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 |
-LZO1Z-999 | ssh_host_ed25519_key 411 1 316 76.9 0.000 0.000 |
+LZO1Z-999 | ssh_host_ed25519_key 411 1 313 76.2 0.000 0.000 |
LZO1Z-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
-LZO1Z-999 | ssh_host_rsa_key 2602 1 2565 98.6 0.000 0.000 |
-LZO1Z-999 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 |
+LZO1Z-999 | ssh_host_rsa_key 2602 1 2564 98.5 0.000 0.000 |
+LZO1Z-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 |
LZO1Z-999 | sshd_config 3177 1 1722 54.2 0.000 0.000 |
LZO1Z-999 | sshd_config_readonly 3186 1 1728 54.2 0.000 0.000 |
-LZO1Z-999 | ca-certificates.crt 200061 1 147773 73.9 12.865 0.000 |
-LZO1Z-999 | openssl.cnf 10909 1 4304 39.5 20.266 0.000 |
+LZO1Z-999 | ca-certificates.crt 200061 1 147773 73.9 13.703 0.000 |
+LZO1Z-999 | openssl.cnf 10909 1 4304 39.5 20.816 0.000 |
LZO1Z-999 | sudoers 3174 1 1647 51.9 0.000 0.000 |
LZO1Z-999 | sudoers.dist 3174 1 1647 51.9 0.000 0.000 |
LZO1Z-999 | crond 110 1 102 92.7 0.000 0.000 |
@@ -55871,7 +55872,7 @@ LZO1Z-999 | vt52 470 1 216 46.0 0.000 0.000 |
LZO1Z-999 | xterm-256color 3641 1 1965 54.0 0.000 0.000 |
LZO1Z-999 | xterm-color 1551 1 675 43.5 0.000 0.000 |
LZO1Z-999 | xterm-xfree86 2240 1 1139 50.8 0.000 0.000 |
-LZO1Z-999 | timestamp 15 1 18 120 0.000 0.000 |
+LZO1Z-999 | timestamp 15 1 19 127 0.000 0.000 |
LZO1Z-999 | timezone 10 1 14 140 0.000 0.000 |
LZO1Z-999 | dnf.conf 164 1 122 74.4 0.000 0.000 |
LZO1Z-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
@@ -55884,8 +55885,8 @@ LZO1Z-999 | mount.sh 4232 1 1894 44.8 0.000 0.000 |
LZO1Z-999 | network.sh 1402 1 920 65.6 0.000 0.000 |
LZO1Z-999 | udev.conf 49 1 52 106 0.000 0.000 |
LZO1Z-999 | 50default 2634 1 1015 38.5 0.000 0.000 |
-LZO1Z-999 | version 15 1 19 127 0.000 0.000 |
-LZO1Z-999 | volatile.cache 5955 1 1201 20.2 0.000 0.000 |
+LZO1Z-999 | version 15 1 18 120 0.000 0.000 |
+LZO1Z-999 | volatile.cache 5955 1 1198 20.1 0.000 0.000 |
LZO1Z-999 | warnquota.conf 3360 1 1874 55.8 0.000 0.000 |
LZO1Z-999 | wpa_supplicant.conf 113 1 104 92.0 0.000 0.000 |
LZO1Z-999 | at-spi-dbus-bus.desktop 296 1 267 90.2 0.000 0.000 |
@@ -55896,10 +55897,10 @@ LZO1Z-999 | xinput_calibrator.desktop 299 1 231 77.3 0.000
LZO1Z-999 | libfm.conf 183 1 139 76.0 0.000 0.000 |
LZO1Z-999 | pcmanfm.conf 321 1 268 83.5 0.000 0.000 |
LZO1Z-999 | Xserver 652 1 431 66.1 0.000 0.000 |
-[clock=2] ***AVG*** 4366 1.0 1275 66.7 13.490 0.000
-LZO1Z-999 ***TOTALS*** 1248807 288 364686 29.2 13.490 0.000
+[clock=2] ***AVG*** 4366 1.0 1275 66.7 13.906 0.000
+LZO1Z-999 ***TOTALS*** 1248807 288 364683 29.2 13.906 0.000
Done.
-Align init: 0x7fc662281010 ( 0x7fc662281010 )
+Align init: 0x7ff77b4b4010 ( 0x7ff77b4b4010 )
Alignment test passed.
PASS: align
Checksum test passed.
@@ -55923,11 +55924,11 @@ decompressed 593 bytes back into 131072 bytes
miniLZO simple compression test passed.
PASS: testmini
-DURATION: 1
+DURATION: 2
END: /usr/lib/lzo/ptest
-2019-06-24T17:28
+2019-06-24T23:05
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:28
+2019-06-24T23:05
BEGIN: /usr/lib/m4/ptest
PASS: test-alignof
PASS: test-alloca-opt
@@ -56120,11 +56121,11 @@ PASS: test-xvasprintf
All 153 tests passed
(17 tests were not run)
=======================
-DURATION: 6
+DURATION: 5
END: /usr/lib/m4/ptest
-2019-06-24T17:28
+2019-06-24T23:05
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:28
+2019-06-24T23:05
BEGIN: /usr/lib/mdadm/ptest
Testing on linux-5.0.19-yocto-standard kernel
/usr/lib/mdadm/ptest/tests/00linear... succeeded
@@ -56141,12 +56142,12 @@ Testing on linux-5.0.19-yocto-standard kernel
/usr/lib/mdadm/ptest/tests/01r5fail... FAILED - see //01r5fail.log and //fail01r5fail.log for details
/usr/lib/mdadm/ptest/tests/01r5integ...
ERROR: Exit status is 9
-DURATION: 325
+DURATION: 329
TIMEOUT: /usr/lib/mdadm/ptest
END: /usr/lib/mdadm/ptest
-2019-06-24T17:33
+2019-06-24T23:10
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:33
+2019-06-24T23:10
BEGIN: /usr/lib/nettle/ptest
PASS: aes-test
PASS: arcfour-test
@@ -56250,11 +56251,11 @@ PASS: umac-test
PASS: version-test
PASS: yarrow-test
All 97 tests passed
-DURATION: 7
+DURATION: 9
END: /usr/lib/nettle/ptest
-2019-06-24T17:33
+2019-06-24T23:10
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:33
+2019-06-24T23:10
BEGIN: /usr/lib/openssh/ptest
test "x" = "x" || mkdir -p /valgrind-out
set -e ; if test -z "" ; then \
@@ -56345,8 +56346,8 @@ test environment passing: pass single env, accept single env
test environment passing: pass multiple env, accept multiple env
PASS: environment passing
run test transfer.sh ...
-PASS: transfer data
run test banner.sh ...
+PASS: transfer data
test banner: missing banner file
test banner: size 0
test banner: size 10
@@ -56455,8 +56456,8 @@ PASS: rekey
run test stderr-data.sh ...
test stderr data transfer: ()
test stderr data transfer: (-n)
-PASS: stderr data transfer
run test stderr-after-eof.sh ...
+PASS: stderr data transfer
PASS: stderr data after eof
run test broken-pipe.sh ...
PASS: broken pipe test
@@ -56596,14 +56597,14 @@ PASS: try ciphers
run test yes-head.sh ...
PASS: yes pipe head
run test login-timeout.sh ...
-run test agent.sh ...
PASS: connect after login grace timeout
+run test agent.sh ...
PASS: simple agent test
run test agent-getpeereid.sh ...
SKIP: (not supported on this platform)
run test agent-timeout.sh ...
-PASS: agent timeout test
run test keyscan.sh ...
+PASS: agent timeout test
PASS: keyscan
run test keygen-change.sh ...
PASS: change passphrase for key
@@ -56810,8 +56811,8 @@ test config passing
test reexec fallback
PASS: reexec tests
run test brokenkeys.sh ...
-run test sshcfgparse.sh ...
PASS: broken keys
+run test sshcfgparse.sh ...
reparse minimal config
ssh -W opts
user first match
@@ -57499,8 +57500,8 @@ certified user keys: user rsa-sha2-256 connect wrong cert
certified user keys: user rsa-sha2-512 connect wrong cert
PASS: certified user keys
run test host-expand.sh ...
-PASS: expand %h and %n
run test keys-command.sh ...
+PASS: expand %h and %n
/usr/lib/openssh/ptest/regress/keys-command.sh: line 17: /usr/lib/openssh/ptest/regress/rsa.pub: No such file or directory
ssh-keygen: /usr/lib/openssh/ptest/regress/rsa.pub: No such file or directory
AuthorizedKeysCommand with arguments
@@ -57896,11 +57897,11 @@ ExposeAuthInfo=yes
PASS: authinfo
make: Target 'tests' not remade because of errors.
PASS: ptrace agent
-DURATION: 968
+DURATION: 997
END: /usr/lib/openssh/ptest
-2019-06-24T17:49
+2019-06-24T23:27
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:49
+2019-06-24T23:27
BEGIN: /usr/lib/openssl/ptest
PASS: test/recipes/01-test_abort.t
PASS: test/recipes/01-test_sanity.t
@@ -58058,13 +58059,13 @@ SKIP: test/recipes/95-test_external_pyca.t (No external tests in this configurat
PASS: test/recipes/99-test_ecstress.t
PASS: test/recipes/99-test_fuzz.t
All tests successful.
-Files=155, Tests=1449, 76 wallclock secs ( 1.24 usr 0.13 sys + 60.60 cusr 8.98 csys = 70.95 CPU)
+Files=155, Tests=1449, 76 wallclock secs ( 1.18 usr 0.15 sys + 61.32 cusr 8.50 csys = 71.15 CPU)
Result: PASS
DURATION: 78
END: /usr/lib/openssl/ptest
-2019-06-24T17:51
+2019-06-24T23:28
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:51
+2019-06-24T23:28
BEGIN: /usr/lib/opkg/ptest
make -C tests DATADIR=/usr/share SYSCONFDIR=/etc VARDIR=/var
make[1]: Entering directory '/usr/lib/opkg/ptest/tests'
@@ -58166,45 +58167,56 @@ misc/version_comparisons.py
make[1]: Leaving directory '/usr/lib/opkg/ptest/tests'
DURATION: 7
END: /usr/lib/opkg/ptest
-2019-06-24T17:51
+2019-06-24T23:28
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:51
+2019-06-24T23:28
BEGIN: /usr/lib/pango/ptest
-Running test: pango/test-ot-tags.test
-/tags/script: OK
-/tags/language: OK
-PASS: pango/test-ot-tags.test
+Running test: pango/cxx-test.test
+PASS: pango/cxx-test.test
+Running test: pango/test-font.test
+/pango/fontdescription/parse: OK
+/pango/fontdescription/roundtrip: OK
+/pango/fontdescription/variation: OK
+PASS: pango/test-font.test
Running test: pango/markup-parse.test
-/markup/parse/fail-5.markup: OK
/markup/parse/valid-1.markup: OK
-/markup/parse/valid-3.markup: OK
-/markup/parse/valid-7.markup: OK
-/markup/parse/valid-9.markup: OK
-/markup/parse/valid-5.markup: OK
-/markup/parse/fail-1.markup: OK
/markup/parse/valid-4.markup: OK
-/markup/parse/valid-6.markup: OK
+/markup/parse/valid-2.markup: OK
+/markup/parse/fail-1.markup: OK
+/markup/parse/valid-3.markup: OK
+/markup/parse/fail-5.markup: OK
/markup/parse/fail-4.markup: OK
-/markup/parse/valid-8.markup: OK
+/markup/parse/valid-9.markup: OK
/markup/parse/fail-3.markup: OK
+/markup/parse/valid-7.markup: OK
/markup/parse/fail-2.markup: OK
-/markup/parse/valid-2.markup: OK
+/markup/parse/valid-6.markup: OK
+/markup/parse/valid-5.markup: OK
+/markup/parse/valid-8.markup: OK
PASS: pango/markup-parse.test
-Running test: pango/testscript.test
-/script/iter: OK
-PASS: pango/testscript.test
-Running test: pango/test-layout.test
-/layout/valid-1.markup: OK
-/layout/valid-2.markup: OK
-PASS: pango/test-layout.test
Running test: pango/testcolor.test
/color/parse: OK
PASS: pango/testcolor.test
-Running test: pango/testboundaries.test
-/text/boundaries: sample file: /usr/libexec/installed-tests/pango/boundaries.utf8
-testboundaries passed
+Running test: pango/test-ot-tags.test
+/tags/script: OK
+/tags/language: OK
+PASS: pango/test-ot-tags.test
+Running test: pango/test-pangocairo-threads.test
+PASS: pango/test-pangocairo-threads.test
+Running test: pango/testboundaries_ucd.test
+/text/break/grapheme: Testing /usr/libexec/installed-tests/pango/GraphemeBreakTest.txt.
OK
-PASS: pango/testboundaries.test
+/text/break/word: /usr/libexec/installed-tests/pango/WordBreakTest.txt not found. Skipping test.
+OK
+/text/break/sentence: /usr/libexec/installed-tests/pango/SentenceBreakTest.txt not found. Skipping test.
+OK
+/text/break/line: /usr/libexec/installed-tests/pango/LineBreakTest.txt not found. Skipping test.
+OK
+/text/break/emoji: /usr/libexec/installed-tests/pango/EmojiBreakTest.txt not found. Skipping test.
+OK
+/text/break/char: /usr/libexec/installed-tests/pango/CharBreakTest.txt not found. Skipping test.
+OK
+PASS: pango/testboundaries_ucd.test
Running test: pango/testattributes.test
/attributes/basic: OK
/attributes/equal: OK
@@ -58217,39 +58229,28 @@ Running test: pango/testattributes.test
/attributes/iter/get_font: OK
/attributes/iter/get_attrs: OK
PASS: pango/testattributes.test
+Running test: pango/test-layout.test
+/layout/valid-1.markup: OK
+/layout/valid-2.markup: OK
+PASS: pango/test-layout.test
+Running test: pango/testboundaries.test
+/text/boundaries: sample file: /usr/libexec/installed-tests/pango/boundaries.utf8
+testboundaries passed
+OK
+PASS: pango/testboundaries.test
Running test: pango/testiter.test
/layout/iter: OK
/layout/glyphitem-iter: OK
PASS: pango/testiter.test
-Running test: pango/testboundaries_ucd.test
-/text/break/grapheme: Testing /usr/libexec/installed-tests/pango/GraphemeBreakTest.txt.
-OK
-/text/break/word: /usr/libexec/installed-tests/pango/WordBreakTest.txt not found. Skipping test.
-OK
-/text/break/sentence: /usr/libexec/installed-tests/pango/SentenceBreakTest.txt not found. Skipping test.
-OK
-/text/break/line: /usr/libexec/installed-tests/pango/LineBreakTest.txt not found. Skipping test.
-OK
-/text/break/emoji: /usr/libexec/installed-tests/pango/EmojiBreakTest.txt not found. Skipping test.
-OK
-/text/break/char: /usr/libexec/installed-tests/pango/CharBreakTest.txt not found. Skipping test.
-OK
-PASS: pango/testboundaries_ucd.test
-Running test: pango/cxx-test.test
-PASS: pango/cxx-test.test
-Running test: pango/test-font.test
-/pango/fontdescription/parse: OK
-/pango/fontdescription/roundtrip: OK
-/pango/fontdescription/variation: OK
-PASS: pango/test-font.test
-Running test: pango/test-pangocairo-threads.test
-PASS: pango/test-pangocairo-threads.test
-SUMMARY: total=12; passed=12; skipped=0; failed=0; user=0.3s; system=0.0s; maxrss=21496
+Running test: pango/testscript.test
+/script/iter: OK
+PASS: pango/testscript.test
+SUMMARY: total=12; passed=12; skipped=0; failed=0; user=0.3s; system=0.0s; maxrss=21476
DURATION: 1
END: /usr/lib/pango/ptest
-2019-06-24T17:51
+2019-06-24T23:28
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:51
+2019-06-24T23:28
BEGIN: /usr/lib/parted/ptest
make: Entering directory '/usr/lib/parted/ptest/tests'
make[1]: Entering directory '/usr/lib/parted/ptest/tests'
@@ -58361,11 +58362,11 @@ make: *** [Makefile:261: check-TESTS] Error 2
make: Leaving directory '/usr/lib/parted/ptest/tests'
ERROR: Exit status is 512
-DURATION: 7
+DURATION: 8
END: /usr/lib/parted/ptest
-2019-06-24T17:51
+2019-06-24T23:29
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T17:51
+2019-06-24T23:29
BEGIN: /usr/lib/perl/ptest
PASS: t/base/cond
PASS: t/base/if
@@ -61126,95 +61127,95 @@ SKIP: t/porting/utils
### export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
-Elapsed: 964 sec
-u=12.00 s=3.64 cu=458.73 cs=32.27 scripts=2423 tests=1193918
-DURATION: 964
+Elapsed: 938 sec
+u=11.46 s=3.53 cu=435.18 cs=30.93 scripts=2423 tests=1193923
+DURATION: 939
END: /usr/lib/perl/ptest
-2019-06-24T18:07
+2019-06-24T23:44
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:07
+2019-06-24T23:44
BEGIN: /usr/lib/python/ptest
== CPython 2.7.16 (default, Jun 21 2019, 22:48:50) [GCC 9.1.0]
== Linux-5.0.19-yocto-standard-x86_64-with-glibc2.2.5 little-endian
-== /var/volatile/tmp/test_python_6296
+== /var/volatile/tmp/test_python_4505
== CPU count: 1
Run tests sequentially
-0:00:00 load avg: 0.70 [ 1/404] test_grammar
-0:00:00 load avg: 0.70 [ 2/404] test_opcodes
-0:00:00 load avg: 0.70 [ 3/404] test_dict
-0:00:00 load avg: 0.70 [ 4/404] test_builtin
-0:00:00 load avg: 0.70 [ 5/404] test_exceptions
-0:00:00 load avg: 0.70 [ 6/404] test_types
-0:00:00 load avg: 0.70 [ 7/404] test_unittest
-0:00:00 load avg: 0.70 [ 8/404] test_doctest
-0:00:00 load avg: 0.70 [ 9/404] test_doctest2
-0:00:00 load avg: 0.70 [ 10/404] test_MimeWriter
-0:00:00 load avg: 0.70 [ 11/404] test_SimpleHTTPServer
-0:00:00 load avg: 0.70 [ 12/404] test_StringIO
-0:00:00 load avg: 0.70 [ 13/404] test___all__
-0:00:01 load avg: 0.70 [ 14/404] test___future__
-0:00:01 load avg: 0.70 [ 15/404] test__locale
-0:00:01 load avg: 0.70 [ 16/404] test__osx_support
-0:00:01 load avg: 0.70 [ 17/404] test_abc
-0:00:01 load avg: 0.70 [ 18/404] test_abstract_numbers
-0:00:01 load avg: 0.70 [ 19/404] test_aepack
+0:00:00 load avg: 0.81 [ 1/404] test_grammar
+0:00:00 load avg: 0.81 [ 2/404] test_opcodes
+0:00:00 load avg: 0.81 [ 3/404] test_dict
+0:00:00 load avg: 0.81 [ 4/404] test_builtin
+0:00:00 load avg: 0.81 [ 5/404] test_exceptions
+0:00:00 load avg: 0.81 [ 6/404] test_types
+0:00:00 load avg: 0.81 [ 7/404] test_unittest
+0:00:00 load avg: 0.81 [ 8/404] test_doctest
+0:00:00 load avg: 0.81 [ 9/404] test_doctest2
+0:00:00 load avg: 0.81 [ 10/404] test_MimeWriter
+0:00:00 load avg: 0.81 [ 11/404] test_SimpleHTTPServer
+0:00:00 load avg: 0.81 [ 12/404] test_StringIO
+0:00:01 load avg: 0.81 [ 13/404] test___all__
+0:00:01 load avg: 0.81 [ 14/404] test___future__
+0:00:01 load avg: 0.81 [ 15/404] test__locale
+0:00:01 load avg: 0.81 [ 16/404] test__osx_support
+0:00:01 load avg: 0.81 [ 17/404] test_abc
+0:00:01 load avg: 0.81 [ 18/404] test_abstract_numbers
+0:00:01 load avg: 0.81 [ 19/404] test_aepack
test_aepack skipped -- No module named aetypes
-0:00:01 load avg: 0.70 [ 20/404] test_aifc -- test_aepack skipped
-0:00:01 load avg: 0.70 [ 21/404] test_al
+0:00:01 load avg: 0.81 [ 20/404] test_aifc -- test_aepack skipped
+0:00:01 load avg: 0.81 [ 21/404] test_al
test_al skipped -- No module named al
-0:00:01 load avg: 0.70 [ 22/404] test_anydbm -- test_al skipped
-0:00:01 load avg: 0.70 [ 23/404] test_applesingle
+0:00:01 load avg: 0.81 [ 22/404] test_anydbm -- test_al skipped
+0:00:01 load avg: 0.81 [ 23/404] test_applesingle
test_applesingle skipped -- No module named MacOS
-0:00:01 load avg: 0.70 [ 24/404] test_argparse -- test_applesingle skipped
-0:00:02 load avg: 0.73 [ 25/404] test_array
-0:00:02 load avg: 0.73 [ 26/404] test_ascii_formatd
-0:00:02 load avg: 0.73 [ 27/404] test_ast
-0:00:02 load avg: 0.73 [ 28/404] test_asynchat
-0:00:05 load avg: 0.73 [ 29/404] test_asyncore
-0:00:09 load avg: 0.75 [ 30/404] test_atexit
-0:00:09 load avg: 0.75 [ 31/404] test_audioop
-0:00:09 load avg: 0.75 [ 32/404] test_augassign
-0:00:09 load avg: 0.75 [ 33/404] test_base64
-0:00:09 load avg: 0.75 [ 34/404] test_bastion
-0:00:09 load avg: 0.75 [ 35/404] test_bdb
-0:00:09 load avg: 0.75 [ 36/404] test_bigaddrspace
-0:00:09 load avg: 0.75 [ 37/404] test_bigmem
-0:00:09 load avg: 0.75 [ 38/404] test_binascii
-0:00:09 load avg: 0.75 [ 39/404] test_binhex
-0:00:09 load avg: 0.75 [ 40/404] test_binop
-0:00:09 load avg: 0.75 [ 41/404] test_bisect
-0:00:09 load avg: 0.75 [ 42/404] test_bool
-0:00:09 load avg: 0.75 [ 43/404] test_bsddb
-0:00:09 load avg: 0.75 [ 44/404] test_bsddb185
+0:00:01 load avg: 0.81 [ 24/404] test_argparse -- test_applesingle skipped
+0:00:02 load avg: 0.82 [ 25/404] test_array
+0:00:02 load avg: 0.82 [ 26/404] test_ascii_formatd
+0:00:02 load avg: 0.82 [ 27/404] test_ast
+0:00:02 load avg: 0.82 [ 28/404] test_asynchat
+0:00:04 load avg: 0.82 [ 29/404] test_asyncore
+0:00:09 load avg: 0.76 [ 30/404] test_atexit
+0:00:09 load avg: 0.76 [ 31/404] test_audioop
+0:00:09 load avg: 0.76 [ 32/404] test_augassign
+0:00:09 load avg: 0.76 [ 33/404] test_base64
+0:00:09 load avg: 0.76 [ 34/404] test_bastion
+0:00:09 load avg: 0.76 [ 35/404] test_bdb
+0:00:09 load avg: 0.76 [ 36/404] test_bigaddrspace
+0:00:09 load avg: 0.76 [ 37/404] test_bigmem
+0:00:09 load avg: 0.76 [ 38/404] test_binascii
+0:00:09 load avg: 0.76 [ 39/404] test_binhex
+0:00:09 load avg: 0.76 [ 40/404] test_binop
+0:00:09 load avg: 0.76 [ 41/404] test_bisect
+0:00:09 load avg: 0.76 [ 42/404] test_bool
+0:00:09 load avg: 0.76 [ 43/404] test_bsddb
+0:00:09 load avg: 0.76 [ 44/404] test_bsddb185
test_bsddb185 skipped -- No module named bsddb185
-0:00:09 load avg: 0.75 [ 45/404] test_bsddb3 -- test_bsddb185 skipped
+0:00:09 load avg: 0.76 [ 45/404] test_bsddb3 -- test_bsddb185 skipped
test_bsddb3 skipped -- Use of the `bsddb' resource not enabled
-0:00:09 load avg: 0.75 [ 46/404] test_buffer -- test_bsddb3 skipped (resource denied)
-0:00:09 load avg: 0.75 [ 47/404] test_bufio
-0:00:10 load avg: 0.75 [ 48/404] test_bytes
-0:00:10 load avg: 0.75 [ 49/404] test_bz2
-0:00:11 load avg: 0.75 [ 50/404] test_calendar
-0:00:12 load avg: 0.77 [ 51/404] test_call
-0:00:12 load avg: 0.77 [ 52/404] test_capi
-0:00:15 load avg: 0.77 [ 53/404] test_cd
+0:00:09 load avg: 0.76 [ 46/404] test_buffer -- test_bsddb3 skipped (resource denied)
+0:00:09 load avg: 0.76 [ 47/404] test_bufio
+0:00:10 load avg: 0.76 [ 48/404] test_bytes
+0:00:10 load avg: 0.76 [ 49/404] test_bz2
+0:00:11 load avg: 0.76 [ 50/404] test_calendar
+0:00:12 load avg: 0.78 [ 51/404] test_call
+0:00:12 load avg: 0.78 [ 52/404] test_capi
+0:00:15 load avg: 0.78 [ 53/404] test_cd
test_cd skipped -- No module named cd
-0:00:15 load avg: 0.77 [ 54/404] test_cfgparser -- test_cd skipped
-0:00:15 load avg: 0.77 [ 55/404] test_cgi
-0:00:15 load avg: 0.77 [ 56/404] test_charmapcodec
-0:00:15 load avg: 0.77 [ 57/404] test_cl
+0:00:15 load avg: 0.78 [ 54/404] test_cfgparser -- test_cd skipped
+0:00:15 load avg: 0.78 [ 55/404] test_cgi
+0:00:15 load avg: 0.78 [ 56/404] test_charmapcodec
+0:00:15 load avg: 0.78 [ 57/404] test_cl
test_cl skipped -- No module named cl
-0:00:15 load avg: 0.77 [ 58/404] test_class -- test_cl skipped
-0:00:15 load avg: 0.77 [ 59/404] test_cmath
-0:00:15 load avg: 0.77 [ 60/404] test_cmd
-0:00:15 load avg: 0.77 [ 61/404] test_cmd_line
-0:00:15 load avg: 0.77 [ 62/404] test_cmd_line_script
-0:00:16 load avg: 0.77 [ 63/404] test_code
-0:00:16 load avg: 0.77 [ 64/404] test_codeccallbacks
-0:00:16 load avg: 0.77 [ 65/404] test_codecencodings_cn
-0:00:16 load avg: 0.77 [ 66/404] test_codecencodings_hk
-0:00:16 load avg: 0.77 [ 67/404] test_codecencodings_iso2022
-0:00:16 load avg: 0.77 [ 68/404] test_codecencodings_jp
-0:00:16 load avg: 0.77 [ 69/404] test_codecencodings_kr
+0:00:15 load avg: 0.78 [ 58/404] test_class -- test_cl skipped
+0:00:15 load avg: 0.78 [ 59/404] test_cmath
+0:00:15 load avg: 0.78 [ 60/404] test_cmd
+0:00:15 load avg: 0.78 [ 61/404] test_cmd_line
+0:00:15 load avg: 0.78 [ 62/404] test_cmd_line_script
+0:00:16 load avg: 0.78 [ 63/404] test_code
+0:00:16 load avg: 0.78 [ 64/404] test_codeccallbacks
+0:00:16 load avg: 0.78 [ 65/404] test_codecencodings_cn
+0:00:16 load avg: 0.78 [ 66/404] test_codecencodings_hk
+0:00:16 load avg: 0.78 [ 67/404] test_codecencodings_iso2022
+0:00:16 load avg: 0.78 [ 68/404] test_codecencodings_jp
+0:00:17 load avg: 0.79 [ 69/404] test_codecencodings_kr
0:00:17 load avg: 0.79 [ 70/404] test_codecencodings_tw
0:00:17 load avg: 0.79 [ 71/404] test_codecmaps_cn
test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled
@@ -61254,235 +61255,235 @@ test_curses skipped -- Use of the `curses' resource not enabled
0:00:20 load avg: 0.79 [100/404] test_datetime -- test_curses skipped (resource denied)
0:00:21 load avg: 0.79 [101/404] test_dbm
0:00:21 load avg: 0.79 [102/404] test_decimal
-0:00:21 load avg: 0.79 [103/404] test_decorators
-0:00:22 load avg: 0.80 [104/404] test_defaultdict
-0:00:22 load avg: 0.80 [105/404] test_deque
-0:00:23 load avg: 0.80 [106/404] test_descr
-0:00:23 load avg: 0.80 [107/404] test_descrtut
-0:00:24 load avg: 0.80 [108/404] test_dictcomps
-0:00:24 load avg: 0.80 [109/404] test_dictviews
-0:00:24 load avg: 0.80 [110/404] test_difflib
-0:00:24 load avg: 0.80 [111/404] test_dircache
-0:00:25 load avg: 0.80 [112/404] test_dis
-0:00:25 load avg: 0.80 [113/404] test_distutils
-0:00:26 load avg: 0.80 [114/404] test_dl
+0:00:22 load avg: 0.81 [103/404] test_decorators
+0:00:22 load avg: 0.81 [104/404] test_defaultdict
+0:00:22 load avg: 0.81 [105/404] test_deque
+0:00:23 load avg: 0.81 [106/404] test_descr
+0:00:24 load avg: 0.81 [107/404] test_descrtut
+0:00:24 load avg: 0.81 [108/404] test_dictcomps
+0:00:24 load avg: 0.81 [109/404] test_dictviews
+0:00:24 load avg: 0.81 [110/404] test_difflib
+0:00:24 load avg: 0.81 [111/404] test_dircache
+0:00:25 load avg: 0.81 [112/404] test_dis
+0:00:25 load avg: 0.81 [113/404] test_distutils
+0:00:26 load avg: 0.81 [114/404] test_dl
test_dl skipped -- No module named dl
-0:00:26 load avg: 0.80 [115/404] test_docxmlrpc -- test_dl skipped
-0:00:26 load avg: 0.80 [116/404] test_dumbdbm
-0:00:26 load avg: 0.80 [117/404] test_dummy_thread
-0:00:26 load avg: 0.80 [118/404] test_dummy_threading
-0:00:26 load avg: 0.80 [119/404] test_email
-0:00:30 load avg: 0.82 [120/404] test_email_codecs
-0:00:30 load avg: 0.82 [121/404] test_email_renamed
-0:00:30 load avg: 0.82 [122/404] test_ensurepip
-0:00:30 load avg: 0.82 [123/404] test_enumerate
-0:00:30 load avg: 0.82 [124/404] test_eof
-0:00:30 load avg: 0.82 [125/404] test_epoll
-0:00:32 load avg: 0.75 [126/404] test_errno
-0:00:32 load avg: 0.75 [127/404] test_exception_variations
-0:00:32 load avg: 0.75 [128/404] test_extcall
-0:00:32 load avg: 0.75 [129/404] test_fcntl
-0:00:32 load avg: 0.75 [130/404] test_file
-0:00:32 load avg: 0.75 [131/404] test_file2k
-0:00:40 load avg: 1.09 [132/404] test_file_eintr
-0:00:41 load avg: 1.09 [133/404] test_filecmp
-0:00:41 load avg: 1.09 [134/404] test_fileinput
-0:00:41 load avg: 1.09 [135/404] test_fileio
-0:00:41 load avg: 1.09 [136/404] test_float
-0:00:41 load avg: 1.09 [137/404] test_fnmatch
-0:00:41 load avg: 1.09 [138/404] test_fork1
-0:00:47 load avg: 1.00 [139/404] test_format
-0:00:47 load avg: 1.00 [140/404] test_fpformat
-0:00:47 load avg: 1.00 [141/404] test_fractions
-0:00:47 load avg: 1.00 [142/404] test_frozen
-0:00:47 load avg: 1.00 [143/404] test_ftplib
-0:00:51 load avg: 1.00 [144/404] test_funcattrs
-0:00:51 load avg: 1.00 [145/404] test_functools
-0:00:51 load avg: 1.00 [146/404] test_future
-0:00:51 load avg: 1.00 [147/404] test_future3
-0:00:51 load avg: 1.00 [148/404] test_future4
-0:00:51 load avg: 1.00 [149/404] test_future5
-0:00:51 load avg: 1.00 [150/404] test_future_builtins
-0:00:51 load avg: 1.00 [151/404] test_gc
-0:00:53 load avg: 1.00 [152/404] test_gdb
+0:00:26 load avg: 0.81 [115/404] test_docxmlrpc -- test_dl skipped
+0:00:26 load avg: 0.81 [116/404] test_dumbdbm
+0:00:27 load avg: 0.83 [117/404] test_dummy_thread
+0:00:27 load avg: 0.83 [118/404] test_dummy_threading
+0:00:27 load avg: 0.83 [119/404] test_email
+0:00:30 load avg: 0.83 [120/404] test_email_codecs
+0:00:30 load avg: 0.83 [121/404] test_email_renamed
+0:00:30 load avg: 0.83 [122/404] test_ensurepip
+0:00:30 load avg: 0.83 [123/404] test_enumerate
+0:00:30 load avg: 0.83 [124/404] test_eof
+0:00:30 load avg: 0.83 [125/404] test_epoll
+0:00:32 load avg: 0.76 [126/404] test_errno
+0:00:32 load avg: 0.76 [127/404] test_exception_variations
+0:00:32 load avg: 0.76 [128/404] test_extcall
+0:00:32 load avg: 0.76 [129/404] test_fcntl
+0:00:33 load avg: 0.76 [130/404] test_file
+0:00:33 load avg: 0.76 [131/404] test_file2k
+0:00:40 load avg: 1.10 [132/404] test_file_eintr
+0:00:41 load avg: 1.10 [133/404] test_filecmp
+0:00:41 load avg: 1.10 [134/404] test_fileinput
+0:00:41 load avg: 1.10 [135/404] test_fileio
+0:00:41 load avg: 1.10 [136/404] test_float
+0:00:41 load avg: 1.10 [137/404] test_fnmatch
+0:00:42 load avg: 1.09 [138/404] test_fork1
+0:00:48 load avg: 1.00 [139/404] test_format
+0:00:48 load avg: 1.00 [140/404] test_fpformat
+0:00:48 load avg: 1.00 [141/404] test_fractions
+0:00:48 load avg: 1.00 [142/404] test_frozen
+0:00:48 load avg: 1.00 [143/404] test_ftplib
+0:00:52 load avg: 1.08 [144/404] test_funcattrs
+0:00:52 load avg: 1.08 [145/404] test_functools
+0:00:52 load avg: 1.08 [146/404] test_future
+0:00:52 load avg: 1.08 [147/404] test_future3
+0:00:52 load avg: 1.08 [148/404] test_future4
+0:00:52 load avg: 1.08 [149/404] test_future5
+0:00:52 load avg: 1.08 [150/404] test_future_builtins
+0:00:52 load avg: 1.08 [151/404] test_gc
+0:00:54 load avg: 1.08 [152/404] test_gdb
test_gdb skipped -- test_gdb only works on source builds at the moment.
-0:00:53 load avg: 1.00 [153/404] test_gdbm -- test_gdb skipped
-0:00:53 load avg: 1.00 [154/404] test_generators
-0:00:53 load avg: 1.00 [155/404] test_genericpath
-0:00:53 load avg: 1.00 [156/404] test_genexps
-0:00:53 load avg: 1.00 [157/404] test_getargs
-0:00:53 load avg: 1.00 [158/404] test_getargs2
-0:00:53 load avg: 1.00 [159/404] test_getopt
-0:00:53 load avg: 1.00 [160/404] test_gettext
-0:00:53 load avg: 1.00 [161/404] test_gl
+0:00:54 load avg: 1.08 [153/404] test_gdbm -- test_gdb skipped
+0:00:54 load avg: 1.08 [154/404] test_generators
+0:00:54 load avg: 1.08 [155/404] test_genericpath
+0:00:54 load avg: 1.08 [156/404] test_genexps
+0:00:54 load avg: 1.08 [157/404] test_getargs
+0:00:55 load avg: 1.08 [158/404] test_getargs2
+0:00:55 load avg: 1.08 [159/404] test_getopt
+0:00:55 load avg: 1.08 [160/404] test_gettext
+0:00:55 load avg: 1.08 [161/404] test_gl
test_gl skipped -- No module named gl
-0:00:53 load avg: 1.00 [162/404] test_glob -- test_gl skipped
-0:00:53 load avg: 1.00 [163/404] test_global
-0:00:53 load avg: 1.00 [164/404] test_grp
-0:00:53 load avg: 1.00 [165/404] test_gzip
-0:00:53 load avg: 1.00 [166/404] test_hash
-0:00:53 load avg: 1.00 [167/404] test_hashlib
-0:00:54 load avg: 1.00 [168/404] test_heapq
-0:00:54 load avg: 1.00 [169/404] test_hmac
-0:00:54 load avg: 1.00 [170/404] test_hotshot
-0:00:54 load avg: 1.00 [171/404] test_htmllib
-0:00:54 load avg: 1.00 [172/404] test_htmlparser
-0:00:54 load avg: 1.00 [173/404] test_httplib
-0:00:54 load avg: 1.00 [174/404] test_httpservers
-0:00:55 load avg: 1.00 [175/404] test_idle
+0:00:55 load avg: 1.08 [162/404] test_glob -- test_gl skipped
+0:00:55 load avg: 1.08 [163/404] test_global
+0:00:55 load avg: 1.08 [164/404] test_grp
+0:00:55 load avg: 1.08 [165/404] test_gzip
+0:00:55 load avg: 1.08 [166/404] test_hash
+0:00:55 load avg: 1.08 [167/404] test_hashlib
+0:00:55 load avg: 1.08 [168/404] test_heapq
+0:00:56 load avg: 1.08 [169/404] test_hmac
+0:00:56 load avg: 1.08 [170/404] test_hotshot
+0:00:56 load avg: 1.08 [171/404] test_htmllib
+0:00:56 load avg: 1.08 [172/404] test_htmlparser
+0:00:56 load avg: 1.08 [173/404] test_httplib
+0:00:56 load avg: 1.08 [174/404] test_httpservers
+0:00:56 load avg: 1.08 [175/404] test_idle
test_idle skipped -- No module named _tkinter
-0:00:55 load avg: 1.00 [176/404] test_imageop -- test_idle skipped
+0:00:56 load avg: 1.08 [176/404] test_imageop -- test_idle skipped
test_imageop skipped -- No module named imageop
-0:00:55 load avg: 1.00 [177/404] test_imaplib -- test_imageop skipped
-0:00:55 load avg: 1.00 [178/404] test_imgfile
+0:00:56 load avg: 1.08 [177/404] test_imaplib -- test_imageop skipped
+0:00:56 load avg: 1.08 [178/404] test_imgfile
test_imgfile skipped -- No module named imgfile
-0:00:55 load avg: 1.00 [179/404] test_imghdr -- test_imgfile skipped
-0:00:55 load avg: 1.00 [180/404] test_imp
-0:00:55 load avg: 1.00 [181/404] test_import
-0:00:55 load avg: 1.00 [182/404] test_import_magic
-0:00:55 load avg: 1.00 [183/404] test_importhooks
-0:00:55 load avg: 1.00 [184/404] test_importlib
-0:00:55 load avg: 1.00 [185/404] test_index
-0:00:55 load avg: 1.00 [186/404] test_inspect
-0:00:55 load avg: 1.00 [187/404] test_int
-0:00:55 load avg: 1.00 [188/404] test_int_literal
-0:00:55 load avg: 1.00 [189/404] test_io
-0:01:25 load avg: 0.85 [190/404] test_ioctl
-0:01:25 load avg: 0.85 [191/404] test_isinstance
-0:01:25 load avg: 0.85 [192/404] test_iter
-0:01:25 load avg: 0.85 [193/404] test_iterlen
-0:01:25 load avg: 0.85 [194/404] test_itertools
-0:01:28 load avg: 0.86 [195/404] test_json
-0:01:29 load avg: 0.86 [196/404] test_kqueue
+0:00:56 load avg: 1.08 [179/404] test_imghdr -- test_imgfile skipped
+0:00:57 load avg: 1.08 [180/404] test_imp
+0:00:57 load avg: 1.08 [181/404] test_import
+0:00:57 load avg: 1.08 [182/404] test_import_magic
+0:00:57 load avg: 1.08 [183/404] test_importhooks
+0:00:57 load avg: 1.08 [184/404] test_importlib
+0:00:57 load avg: 1.08 [185/404] test_index
+0:00:57 load avg: 1.08 [186/404] test_inspect
+0:00:57 load avg: 1.08 [187/404] test_int
+0:00:57 load avg: 1.08 [188/404] test_int_literal
+0:00:57 load avg: 1.08 [189/404] test_io
+0:01:27 load avg: 0.85 [190/404] test_ioctl
+0:01:27 load avg: 0.85 [191/404] test_isinstance
+0:01:27 load avg: 0.85 [192/404] test_iter
+0:01:27 load avg: 0.85 [193/404] test_iterlen
+0:01:28 load avg: 0.85 [194/404] test_itertools
+0:01:30 load avg: 0.85 [195/404] test_json
+0:01:31 load avg: 0.85 [196/404] test_kqueue
test_kqueue skipped -- test works only on BSD
-0:01:29 load avg: 0.86 [197/404] test_largefile -- test_kqueue skipped
-0:01:29 load avg: 0.86 [198/404] test_lib2to3
-0:01:40 load avg: 0.88 [199/404] test_linecache
-0:01:40 load avg: 0.88 [200/404] test_linuxaudiodev
+0:01:31 load avg: 0.85 [197/404] test_largefile -- test_kqueue skipped
+0:01:31 load avg: 0.85 [198/404] test_lib2to3
+0:01:43 load avg: 0.88 [199/404] test_linecache
+0:01:43 load avg: 0.88 [200/404] test_linuxaudiodev
test_linuxaudiodev skipped -- Use of the `audio' resource not enabled
-0:01:40 load avg: 0.88 [201/404] test_list -- test_linuxaudiodev skipped (resource denied)
-0:01:40 load avg: 0.88 [202/404] test_locale
-0:01:41 load avg: 0.88 [203/404] test_logging
-0:01:51 load avg: 0.75 [204/404] test_long
-0:01:52 load avg: 0.77 [205/404] test_long_future
-0:01:53 load avg: 0.77 [206/404] test_longexp
-0:01:53 load avg: 0.77 [207/404] test_macos
+0:01:43 load avg: 0.88 [201/404] test_list -- test_linuxaudiodev skipped (resource denied)
+0:01:43 load avg: 0.88 [202/404] test_locale
+0:01:43 load avg: 0.88 [203/404] test_logging
+0:01:54 load avg: 0.90 [204/404] test_long
+0:01:55 load avg: 0.90 [205/404] test_long_future
+0:01:56 load avg: 0.90 [206/404] test_longexp
+0:01:56 load avg: 0.90 [207/404] test_macos
test_macos skipped -- No module named MacOS
-0:01:53 load avg: 0.77 [208/404] test_macostools -- test_macos skipped
+0:01:56 load avg: 0.90 [208/404] test_macostools -- test_macos skipped
test_macostools skipped -- No module named MacOS
-0:01:53 load avg: 0.77 [209/404] test_macpath -- test_macostools skipped
-0:01:53 load avg: 0.77 [210/404] test_macurl2path
-0:01:53 load avg: 0.77 [211/404] test_mailbox
-0:01:54 load avg: 0.77 [212/404] test_marshal
-0:01:54 load avg: 0.77 [213/404] test_math
-0:01:54 load avg: 0.77 [214/404] test_md5
-0:01:54 load avg: 0.77 [215/404] test_memoryio
-0:01:55 load avg: 0.77 [216/404] test_memoryview
-0:01:55 load avg: 0.77 [217/404] test_mhlib
-0:01:55 load avg: 0.77 [218/404] test_mimetools
-0:01:55 load avg: 0.77 [219/404] test_mimetypes
-0:01:55 load avg: 0.77 [220/404] test_minidom
-0:01:55 load avg: 0.77 [221/404] test_mmap
-0:01:55 load avg: 0.77 [222/404] test_module
-0:01:55 load avg: 0.77 [223/404] test_modulefinder
-0:01:55 load avg: 0.77 [224/404] test_msilib
+0:01:56 load avg: 0.90 [209/404] test_macpath -- test_macostools skipped
+0:01:56 load avg: 0.90 [210/404] test_macurl2path
+0:01:56 load avg: 0.90 [211/404] test_mailbox
+0:01:56 load avg: 0.90 [212/404] test_marshal
+0:01:56 load avg: 0.90 [213/404] test_math
+0:01:57 load avg: 0.91 [214/404] test_md5
+0:01:57 load avg: 0.91 [215/404] test_memoryio
+0:01:57 load avg: 0.91 [216/404] test_memoryview
+0:01:57 load avg: 0.91 [217/404] test_mhlib
+0:01:57 load avg: 0.91 [218/404] test_mimetools
+0:01:57 load avg: 0.91 [219/404] test_mimetypes
+0:01:57 load avg: 0.91 [220/404] test_minidom
+0:01:57 load avg: 0.91 [221/404] test_mmap
+0:01:57 load avg: 0.91 [222/404] test_module
+0:01:57 load avg: 0.91 [223/404] test_modulefinder
+0:01:58 load avg: 0.91 [224/404] test_msilib
test_msilib skipped -- No module named msilib
-0:01:55 load avg: 0.77 [225/404] test_multibytecodec -- test_msilib skipped
-0:01:56 load avg: 0.77 [226/404] test_multifile
-0:01:56 load avg: 0.77 [227/404] test_multiprocessing
-0:02:19 load avg: 0.57 [228/404] test_mutants
-0:02:19 load avg: 0.57 [229/404] test_mutex
-0:02:19 load avg: 0.57 [230/404] test_netrc
-0:02:19 load avg: 0.57 [231/404] test_new
-0:02:19 load avg: 0.57 [232/404] test_nis
+0:01:58 load avg: 0.91 [225/404] test_multibytecodec -- test_msilib skipped
+0:01:59 load avg: 0.91 [226/404] test_multifile
+0:01:59 load avg: 0.91 [227/404] test_multiprocessing
+0:02:23 load avg: 1.08 [228/404] test_mutants
+0:02:23 load avg: 1.08 [229/404] test_mutex
+0:02:23 load avg: 1.08 [230/404] test_netrc
+0:02:23 load avg: 1.08 [231/404] test_new
+0:02:23 load avg: 1.08 [232/404] test_nis
test_nis skipped -- No module named nis
-0:02:19 load avg: 0.57 [233/404] test_nntplib -- test_nis skipped
-0:02:20 load avg: 0.57 [234/404] test_normalization
-0:02:20 load avg: 0.57 [235/404] test_ntpath
-0:02:20 load avg: 0.57 [236/404] test_old_mailbox
-0:02:20 load avg: 0.57 [237/404] test_openpty
-0:02:20 load avg: 0.57 [238/404] test_operator
-0:02:20 load avg: 0.57 [239/404] test_optparse
-0:02:20 load avg: 0.57 [240/404] test_ordered_dict
-0:02:20 load avg: 0.57 [241/404] test_os
-0:02:20 load avg: 0.57 [242/404] test_ossaudiodev
+0:02:23 load avg: 1.08 [233/404] test_nntplib -- test_nis skipped
+0:02:24 load avg: 1.08 [234/404] test_normalization
+0:02:24 load avg: 1.08 [235/404] test_ntpath
+0:02:24 load avg: 1.08 [236/404] test_old_mailbox
+0:02:24 load avg: 1.08 [237/404] test_openpty
+0:02:24 load avg: 1.08 [238/404] test_operator
+0:02:24 load avg: 1.08 [239/404] test_optparse
+0:02:24 load avg: 1.08 [240/404] test_ordered_dict
+0:02:24 load avg: 1.08 [241/404] test_os
+0:02:24 load avg: 1.08 [242/404] test_ossaudiodev
test_ossaudiodev skipped -- Use of the `audio' resource not enabled
-0:02:20 load avg: 0.57 [243/404] test_parser -- test_ossaudiodev skipped (resource denied)
-0:02:20 load avg: 0.57 [244/404] test_pdb
-0:02:21 load avg: 0.57 [245/404] test_peepholer
-0:02:21 load avg: 0.57 [246/404] test_pep247
-0:02:21 load avg: 0.57 [247/404] test_pep277
+0:02:24 load avg: 1.08 [243/404] test_parser -- test_ossaudiodev skipped (resource denied)
+0:02:25 load avg: 1.08 [244/404] test_pdb
+0:02:25 load avg: 1.08 [245/404] test_peepholer
+0:02:25 load avg: 1.08 [246/404] test_pep247
+0:02:25 load avg: 1.08 [247/404] test_pep277
test_pep277 skipped -- only NT+ and systems with Unicode-friendly filesystem encoding
-0:02:21 load avg: 0.57 [248/404] test_pep352 -- test_pep277 skipped
-0:02:21 load avg: 0.57 [249/404] test_pickle
-0:02:22 load avg: 0.60 [250/404] test_pickletools
-0:02:22 load avg: 0.60 [251/404] test_pipes
-0:02:22 load avg: 0.60 [252/404] test_pkg
-0:02:22 load avg: 0.60 [253/404] test_pkgimport
-0:02:22 load avg: 0.60 [254/404] test_pkgutil
-0:02:22 load avg: 0.60 [255/404] test_platform
-0:02:22 load avg: 0.60 [256/404] test_plistlib
-0:02:22 load avg: 0.60 [257/404] test_poll
-0:02:33 load avg: 0.58 [258/404] test_popen
-0:02:33 load avg: 0.58 [259/404] test_popen2
-0:02:33 load avg: 0.58 [260/404] test_poplib
-0:02:34 load avg: 0.58 [261/404] test_posix
-0:02:35 load avg: 0.58 [262/404] test_posixpath
-0:02:35 load avg: 0.58 [263/404] test_pow
-0:02:35 load avg: 0.58 [264/404] test_pprint
-0:02:35 load avg: 0.58 [265/404] test_print
-0:02:35 load avg: 0.58 [266/404] test_profile
-0:02:35 load avg: 0.58 [267/404] test_property
-0:02:35 load avg: 0.58 [268/404] test_pstats
-0:02:35 load avg: 0.58 [269/404] test_pty
-0:02:35 load avg: 0.58 [270/404] test_pwd
-0:02:35 load avg: 0.58 [271/404] test_py3kwarn
+0:02:25 load avg: 1.08 [248/404] test_pep352 -- test_pep277 skipped
+0:02:25 load avg: 1.08 [249/404] test_pickle
+0:02:26 load avg: 1.08 [250/404] test_pickletools
+0:02:26 load avg: 1.08 [251/404] test_pipes
+0:02:26 load avg: 1.08 [252/404] test_pkg
+0:02:26 load avg: 1.08 [253/404] test_pkgimport
+0:02:26 load avg: 1.08 [254/404] test_pkgutil
+0:02:26 load avg: 1.08 [255/404] test_platform
+0:02:26 load avg: 1.08 [256/404] test_plistlib
+0:02:26 load avg: 1.08 [257/404] test_poll
+0:02:37 load avg: 0.92 [258/404] test_popen
+0:02:37 load avg: 0.92 [259/404] test_popen2
+0:02:37 load avg: 0.92 [260/404] test_poplib
+0:02:39 load avg: 0.92 [261/404] test_posix
+0:02:39 load avg: 0.92 [262/404] test_posixpath
+0:02:39 load avg: 0.92 [263/404] test_pow
+0:02:39 load avg: 0.92 [264/404] test_pprint
+0:02:39 load avg: 0.92 [265/404] test_print
+0:02:39 load avg: 0.92 [266/404] test_profile
+0:02:39 load avg: 0.92 [267/404] test_property
+0:02:39 load avg: 0.92 [268/404] test_pstats
+0:02:39 load avg: 0.92 [269/404] test_pty
+0:02:39 load avg: 0.92 [270/404] test_pwd
+0:02:39 load avg: 0.92 [271/404] test_py3kwarn
test_py3kwarn skipped -- test.test_py3kwarn must be run with the -3 flag
-0:02:35 load avg: 0.58 [272/404] test_py_compile -- test_py3kwarn skipped
-0:02:35 load avg: 0.58 [273/404] test_pyclbr
-0:02:36 load avg: 0.58 [274/404] test_pydoc
-0:02:36 load avg: 0.58 [275/404] test_pyexpat
-0:02:36 load avg: 0.58 [276/404] test_queue
-0:02:40 load avg: 0.54 [277/404] test_quopri
-0:02:40 load avg: 0.54 [278/404] test_random
-0:02:40 load avg: 0.54 [279/404] test_re
-0:02:41 load avg: 0.54 [280/404] test_readline
-0:02:41 load avg: 0.54 [281/404] test_regrtest
-0:02:43 load avg: 0.65 [282/404] test_repr
-0:02:43 load avg: 0.65 [283/404] test_resource
-0:02:43 load avg: 0.65 [284/404] test_rfc822
-0:02:43 load avg: 0.65 [285/404] test_richcmp
-0:02:43 load avg: 0.65 [286/404] test_rlcompleter
-0:02:43 load avg: 0.65 [287/404] test_robotparser
-0:02:43 load avg: 0.65 [288/404] test_runpy
-0:02:46 load avg: 0.65 [289/404] test_sax
-0:02:46 load avg: 0.65 [290/404] test_scope
-0:02:46 load avg: 0.65 [291/404] test_scriptpackages
+0:02:39 load avg: 0.92 [272/404] test_py_compile -- test_py3kwarn skipped
+0:02:39 load avg: 0.92 [273/404] test_pyclbr
+0:02:40 load avg: 0.92 [274/404] test_pydoc
+0:02:40 load avg: 0.92 [275/404] test_pyexpat
+0:02:40 load avg: 0.92 [276/404] test_queue
+0:02:44 load avg: 0.93 [277/404] test_quopri
+0:02:44 load avg: 0.93 [278/404] test_random
+0:02:45 load avg: 0.93 [279/404] test_re
+0:02:45 load avg: 0.93 [280/404] test_readline
+0:02:45 load avg: 0.93 [281/404] test_regrtest
+0:02:47 load avg: 0.93 [282/404] test_repr
+0:02:47 load avg: 0.93 [283/404] test_resource
+0:02:47 load avg: 0.93 [284/404] test_rfc822
+0:02:47 load avg: 0.93 [285/404] test_richcmp
+0:02:47 load avg: 0.93 [286/404] test_rlcompleter
+0:02:47 load avg: 0.93 [287/404] test_robotparser
+0:02:47 load avg: 0.93 [288/404] test_runpy
+0:02:50 load avg: 0.93 [289/404] test_sax
+0:02:50 load avg: 0.93 [290/404] test_scope
+0:02:50 load avg: 0.93 [291/404] test_scriptpackages
test_scriptpackages skipped -- No module named aetools
-0:02:46 load avg: 0.65 [292/404] test_select -- test_scriptpackages skipped
-0:02:57 load avg: 0.51 [293/404] test_set
-0:02:58 load avg: 0.51 [294/404] test_setcomps
-0:02:58 load avg: 0.51 [295/404] test_sets
-0:02:58 load avg: 0.51 [296/404] test_sgmllib
-0:02:58 load avg: 0.51 [297/404] test_sha
-0:02:58 load avg: 0.51 [298/404] test_shelve
-0:02:58 load avg: 0.51 [299/404] test_shlex
-0:02:58 load avg: 0.51 [300/404] test_shutil
-0:02:58 load avg: 0.51 [301/404] test_signal
-0:03:05 load avg: 0.47 [302/404] test_site
-0:03:05 load avg: 0.47 [303/404] test_slice
-0:03:06 load avg: 0.47 [304/404] test_smtplib
-0:03:06 load avg: 0.47 [305/404] test_smtpnet
+0:02:50 load avg: 0.93 [292/404] test_select -- test_scriptpackages skipped
+0:03:01 load avg: 0.94 [293/404] test_set
+0:03:01 load avg: 0.94 [294/404] test_setcomps
+0:03:01 load avg: 0.94 [295/404] test_sets
+0:03:01 load avg: 0.94 [296/404] test_sgmllib
+0:03:02 load avg: 0.95 [297/404] test_sha
+0:03:02 load avg: 0.95 [298/404] test_shelve
+0:03:02 load avg: 0.95 [299/404] test_shlex
+0:03:02 load avg: 0.95 [300/404] test_shutil
+0:03:02 load avg: 0.95 [301/404] test_signal
+0:03:09 load avg: 0.87 [302/404] test_site
+0:03:09 load avg: 0.87 [303/404] test_slice
+0:03:09 load avg: 0.87 [304/404] test_smtplib
+0:03:10 load avg: 0.87 [305/404] test_smtpnet
test_smtpnet skipped -- Use of the `network' resource not enabled
-0:03:06 load avg: 0.47 [306/404] test_socket -- test_smtpnet skipped (resource denied)
-0:03:42 load avg: 0.32 [307/404] test_socketserver -- test_socket passed in 35 sec 709 ms
+0:03:10 load avg: 0.87 [306/404] test_socket -- test_smtpnet skipped (resource denied)
+0:03:45 load avg: 0.49 [307/404] test_socketserver -- test_socket passed in 35 sec 772 ms
test_socketserver skipped -- Use of the `network' resource not enabled
-0:03:42 load avg: 0.32 [308/404] test_softspace -- test_socketserver skipped (resource denied)
-0:03:42 load avg: 0.32 [309/404] test_sort
-0:03:42 load avg: 0.32 [310/404] test_source_encoding
-0:03:42 load avg: 0.32 [311/404] test_spwd
-0:03:42 load avg: 0.32 [312/404] test_sqlite
-0:03:42 load avg: 0.32 [313/404] test_ssl
+0:03:45 load avg: 0.49 [308/404] test_softspace -- test_socketserver skipped (resource denied)
+0:03:46 load avg: 0.49 [309/404] test_sort
+0:03:46 load avg: 0.49 [310/404] test_source_encoding
+0:03:46 load avg: 0.49 [311/404] test_spwd
+0:03:46 load avg: 0.49 [312/404] test_sqlite
+0:03:46 load avg: 0.49 [313/404] test_ssl
Exception in thread Thread-591:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
@@ -61507,20 +61508,20 @@ Traceback (most recent call last):
v = self._sslobj.read(len)
error: [Errno 104] Connection reset by peer
-0:03:44 load avg: 0.32 [314/404] test_startfile
+0:03:49 load avg: 0.53 [314/404] test_startfile
test_startfile skipped -- module 'os' has no attribute 'startfile'
-0:03:44 load avg: 0.32 [315/404] test_stat -- test_startfile skipped
-0:03:44 load avg: 0.32 [316/404] test_str
-0:03:45 load avg: 0.32 [317/404] test_strftime
-0:03:45 load avg: 0.32 [318/404] test_string
-0:03:45 load avg: 0.32 [319/404] test_stringprep
-0:03:45 load avg: 0.32 [320/404] test_strop
-0:03:46 load avg: 0.32 [321/404] test_strptime
-0:03:46 load avg: 0.32 [322/404] test_strtod
-0:03:46 load avg: 0.32 [323/404] test_struct
-0:03:47 load avg: 0.37 [324/404] test_structmembers
-0:03:47 load avg: 0.37 [325/404] test_structseq
-0:03:47 load avg: 0.37 [326/404] test_subprocess
+0:03:49 load avg: 0.53 [315/404] test_stat -- test_startfile skipped
+0:03:49 load avg: 0.53 [316/404] test_str
+0:03:49 load avg: 0.53 [317/404] test_strftime
+0:03:50 load avg: 0.53 [318/404] test_string
+0:03:50 load avg: 0.53 [319/404] test_stringprep
+0:03:50 load avg: 0.53 [320/404] test_strop
+0:03:50 load avg: 0.53 [321/404] test_strptime
+0:03:50 load avg: 0.53 [322/404] test_strtod
+0:03:51 load avg: 0.53 [323/404] test_struct
+0:03:51 load avg: 0.53 [324/404] test_structmembers
+0:03:51 load avg: 0.53 [325/404] test_structseq
+0:03:51 load avg: 0.53 [326/404] test_subprocess
test test_subprocess failed -- Traceback (most recent call last):
File "/usr/lib/python2.7/test/test_subprocess.py", line 1276, in test_pipe_cloexec
self.assertEqual(p2.returncode, 0, "Unexpected error: " + repr(stderr))
@@ -61676,16 +61677,16 @@ PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_wait (test.test_subprocess.ProcessTestCaseNoPoll)
-test test_subprocess failed -- Traceback (most recent call last):
- File "/usr/lib/python2.7/test/test_subprocess.py", line 1276, in test_pipe_cloexec
- self.assertEqual(p2.returncode, 0, "Unexpected error: " + repr(stderr))
-AssertionError: Unexpected error: ''
-
PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_eintr_retry_call (test.test_subprocess.HelperFunctionTests)
SKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only'
SKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only'
SKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only'
+test test_subprocess failed -- Traceback (most recent call last):
+ File "/usr/lib/python2.7/test/test_subprocess.py", line 1276, in test_pipe_cloexec
+ self.assertEqual(p2.returncode, 0, "Unexpected error: " + repr(stderr))
+AssertionError: Unexpected error: ''
+
SKIP: test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only'
======================================================================
@@ -61697,101 +61698,101 @@ Traceback (most recent call last):
AssertionError: Unexpected error: ''
----------------------------------------------------------------------
-Ran 151 tests in 33.720s
+Ran 151 tests in 27.071s
FAILED (failures=1, skipped=17)
-0:04:47 load avg: 0.89 [327/404/1] test_sunau -- test_subprocess failed in 59 sec 990 ms
-0:04:47 load avg: 0.89 [328/404/1] test_sunaudiodev
+0:04:45 load avg: 0.81 [327/404/1] test_sunau -- test_subprocess failed in 53 sec 541 ms
+0:04:45 load avg: 0.81 [328/404/1] test_sunaudiodev
test_sunaudiodev skipped -- No module named sunaudiodev
-0:04:47 load avg: 0.89 [329/404/1] test_sundry -- test_sunaudiodev skipped
-0:04:47 load avg: 0.89 [330/404/1] test_symtable
-0:04:47 load avg: 0.89 [331/404/1] test_syntax
-0:04:47 load avg: 0.89 [332/404/1] test_sys
-0:04:47 load avg: 0.89 [333/404/1] test_sys_setprofile
-0:04:47 load avg: 0.89 [334/404/1] test_sys_settrace
-0:04:47 load avg: 0.89 [335/404/1] test_sysconfig
-0:04:48 load avg: 0.89 [336/404/1] test_tarfile
-0:04:49 load avg: 0.89 [337/404/1] test_tcl
+0:04:45 load avg: 0.81 [329/404/1] test_sundry -- test_sunaudiodev skipped
+0:04:45 load avg: 0.81 [330/404/1] test_symtable
+0:04:45 load avg: 0.81 [331/404/1] test_syntax
+0:04:45 load avg: 0.81 [332/404/1] test_sys
+0:04:45 load avg: 0.81 [333/404/1] test_sys_setprofile
+0:04:45 load avg: 0.81 [334/404/1] test_sys_settrace
+0:04:45 load avg: 0.81 [335/404/1] test_sysconfig
+0:04:45 load avg: 0.81 [336/404/1] test_tarfile
+0:04:47 load avg: 0.91 [337/404/1] test_tcl
test_tcl skipped -- No module named _tkinter
-0:04:49 load avg: 0.89 [338/404/1] test_telnetlib -- test_tcl skipped
-0:04:54 load avg: 0.90 [339/404/1] test_tempfile
-0:04:54 load avg: 0.90 [340/404/1] test_test_support
-0:04:54 load avg: 0.90 [341/404/1] test_textwrap
-0:04:54 load avg: 0.90 [342/404/1] test_thread
-0:04:55 load avg: 0.90 [343/404/1] test_threaded_import
-0:04:55 load avg: 0.90 [344/404/1] test_threadedtempfile
-0:04:55 load avg: 0.90 [345/404/1] test_threading
-0:04:58 load avg: 0.83 [346/404/1] test_threading_local
-0:04:59 load avg: 0.83 [347/404/1] test_threadsignals
-0:04:59 load avg: 0.83 [348/404/1] test_time
-0:05:00 load avg: 0.83 [349/404/1] test_timeit
-0:05:00 load avg: 0.83 [350/404/1] test_timeout
+0:04:47 load avg: 0.91 [338/404/1] test_telnetlib -- test_tcl skipped
+0:04:52 load avg: 0.92 [339/404/1] test_tempfile
+0:04:52 load avg: 0.92 [340/404/1] test_test_support
+0:04:52 load avg: 0.92 [341/404/1] test_textwrap
+0:04:52 load avg: 0.92 [342/404/1] test_thread
+0:04:52 load avg: 0.92 [343/404/1] test_threaded_import
+0:04:52 load avg: 0.92 [344/404/1] test_threadedtempfile
+0:04:53 load avg: 0.92 [345/404/1] test_threading
+0:04:56 load avg: 0.92 [346/404/1] test_threading_local
+0:04:57 load avg: 0.92 [347/404/1] test_threadsignals
+0:04:57 load avg: 0.92 [348/404/1] test_time
+0:04:58 load avg: 0.92 [349/404/1] test_timeit
+0:04:58 load avg: 0.92 [350/404/1] test_timeout
test_timeout skipped -- Use of the `network' resource not enabled
-0:05:00 load avg: 0.83 [351/404/1] test_tk -- test_timeout skipped (resource denied)
+0:04:58 load avg: 0.92 [351/404/1] test_tk -- test_timeout skipped (resource denied)
test_tk skipped -- No module named _tkinter
-0:05:00 load avg: 0.83 [352/404/1] test_tokenize -- test_tk skipped
-0:05:00 load avg: 0.83 [353/404/1] test_tools
+0:04:58 load avg: 0.92 [352/404/1] test_tokenize -- test_tk skipped
+0:04:58 load avg: 0.92 [353/404/1] test_tools
test_tools skipped -- test irrelevant for an installed Python
-0:05:00 load avg: 0.83 [354/404/1] test_trace -- test_tools skipped
-0:05:02 load avg: 0.83 [355/404/1] test_traceback
-0:05:06 load avg: 0.76 [356/404/1] test_transformer
-0:05:06 load avg: 0.76 [357/404/1] test_ttk_guionly
+0:04:59 load avg: 0.92 [354/404/1] test_trace -- test_tools skipped
+0:05:00 load avg: 0.92 [355/404/1] test_traceback
+0:05:04 load avg: 0.85 [356/404/1] test_transformer
+0:05:04 load avg: 0.85 [357/404/1] test_ttk_guionly
test_ttk_guionly skipped -- No module named _tkinter
-0:05:06 load avg: 0.76 [358/404/1] test_ttk_textonly -- test_ttk_guionly skipped
+0:05:04 load avg: 0.85 [358/404/1] test_ttk_textonly -- test_ttk_guionly skipped
test_ttk_textonly skipped -- No module named _tkinter
-0:05:06 load avg: 0.76 [359/404/1] test_tuple -- test_ttk_textonly skipped
-0:05:14 load avg: 0.80 [360/404/1] test_turtle
+0:05:04 load avg: 0.85 [359/404/1] test_tuple -- test_ttk_textonly skipped
+0:05:07 load avg: 0.86 [360/404/1] test_turtle
test_turtle skipped -- No module named _tkinter
-0:05:14 load avg: 0.80 [361/404/1] test_typechecks -- test_turtle skipped
-0:05:14 load avg: 0.80 [362/404/1] test_ucn
-0:05:14 load avg: 0.80 [363/404/1] test_unary
-0:05:14 load avg: 0.80 [364/404/1] test_undocumented_details
-0:05:14 load avg: 0.80 [365/404/1] test_unicode
-0:05:15 load avg: 0.80 [366/404/1] test_unicode_file
+0:05:07 load avg: 0.86 [361/404/1] test_typechecks -- test_turtle skipped
+0:05:07 load avg: 0.86 [362/404/1] test_ucn
+0:05:07 load avg: 0.86 [363/404/1] test_unary
+0:05:07 load avg: 0.86 [364/404/1] test_undocumented_details
+0:05:07 load avg: 0.86 [365/404/1] test_unicode
+0:05:08 load avg: 0.86 [366/404/1] test_unicode_file
test_unicode_file skipped -- No Unicode filesystem semantics on this platform.
-0:05:15 load avg: 0.80 [367/404/1] test_unicodedata -- test_unicode_file skipped
-0:05:16 load avg: 0.80 [368/404/1] test_univnewlines
-0:05:16 load avg: 0.80 [369/404/1] test_univnewlines2k
-0:05:16 load avg: 0.80 [370/404/1] test_unpack
-0:05:16 load avg: 0.80 [371/404/1] test_urllib
-0:05:16 load avg: 0.80 [372/404/1] test_urllib2
-0:05:37 load avg: 0.89 [373/404/1] test_urllib2_localnet
-0:05:38 load avg: 0.89 [374/404/1] test_urllib2net
+0:05:09 load avg: 0.86 [367/404/1] test_unicodedata -- test_unicode_file skipped
+0:05:09 load avg: 0.86 [368/404/1] test_univnewlines
+0:05:09 load avg: 0.86 [369/404/1] test_univnewlines2k
+0:05:09 load avg: 0.86 [370/404/1] test_unpack
+0:05:09 load avg: 0.86 [371/404/1] test_urllib
+0:05:09 load avg: 0.86 [372/404/1] test_urllib2
+0:05:30 load avg: 0.70 [373/404/1] test_urllib2_localnet
+0:05:30 load avg: 0.70 [374/404/1] test_urllib2net
test_urllib2net skipped -- Use of the `network' resource not enabled
-0:05:38 load avg: 0.89 [375/404/1] test_urllibnet -- test_urllib2net skipped (resource denied)
+0:05:30 load avg: 0.70 [375/404/1] test_urllibnet -- test_urllib2net skipped (resource denied)
test_urllibnet skipped -- Use of the `network' resource not enabled
-0:05:38 load avg: 0.89 [376/404/1] test_urlparse -- test_urllibnet skipped (resource denied)
-0:05:38 load avg: 0.89 [377/404/1] test_userdict
-0:05:39 load avg: 0.89 [378/404/1] test_userlist
-0:05:39 load avg: 0.89 [379/404/1] test_userstring
-0:05:43 load avg: 0.89 [380/404/1] test_uu
-0:05:43 load avg: 0.89 [381/404/1] test_uuid
-0:05:43 load avg: 0.89 [382/404/1] test_wait3
-0:05:48 load avg: 0.82 [383/404/1] test_wait4
-0:05:53 load avg: 0.76 [384/404/1] test_warnings
-0:05:53 load avg: 0.76 [385/404/1] test_wave
-0:05:54 load avg: 0.76 [386/404/1] test_weakref
-0:06:00 load avg: 0.78 [387/404/1] test_weakset
-0:06:00 load avg: 0.78 [388/404/1] test_whichdb
-0:06:00 load avg: 0.78 [389/404/1] test_winreg
+0:05:30 load avg: 0.70 [376/404/1] test_urlparse -- test_urllibnet skipped (resource denied)
+0:05:30 load avg: 0.70 [377/404/1] test_userdict
+0:05:31 load avg: 0.70 [378/404/1] test_userlist
+0:05:31 load avg: 0.70 [379/404/1] test_userstring
+0:05:33 load avg: 0.72 [380/404/1] test_uu
+0:05:33 load avg: 0.72 [381/404/1] test_uuid
+0:05:33 load avg: 0.72 [382/404/1] test_wait3
+0:05:38 load avg: 0.74 [383/404/1] test_wait4
+0:05:43 load avg: 0.76 [384/404/1] test_warnings
+0:05:43 load avg: 0.76 [385/404/1] test_wave
+0:05:43 load avg: 0.76 [386/404/1] test_weakref
+0:05:48 load avg: 0.78 [387/404/1] test_weakset
+0:05:48 load avg: 0.78 [388/404/1] test_whichdb
+0:05:48 load avg: 0.78 [389/404/1] test_winreg
test_winreg skipped -- No module named _winreg
-0:06:00 load avg: 0.78 [390/404/1] test_winsound -- test_winreg skipped
+0:05:48 load avg: 0.78 [390/404/1] test_winsound -- test_winreg skipped
test_winsound skipped -- Use of the `audio' resource not enabled
-0:06:01 load avg: 0.78 [391/404/1] test_with -- test_winsound skipped (resource denied)
-0:06:01 load avg: 0.78 [392/404/1] test_wsgiref
-0:06:01 load avg: 0.78 [393/404/1] test_xdrlib
-0:06:01 load avg: 0.78 [394/404/1] test_xml_etree
-0:06:01 load avg: 0.78 [395/404/1] test_xml_etree_c
-0:06:01 load avg: 0.78 [396/404/1] test_xmllib
-0:06:01 load avg: 0.78 [397/404/1] test_xmlrpc
-0:06:04 load avg: 0.71 [398/404/1] test_xpickle
-0:06:05 load avg: 0.71 [399/404/1] test_xrange
-0:06:05 load avg: 0.71 [400/404/1] test_zipfile
-0:06:06 load avg: 0.71 [401/404/1] test_zipfile64
+0:05:48 load avg: 0.78 [391/404/1] test_with -- test_winsound skipped (resource denied)
+0:05:48 load avg: 0.78 [392/404/1] test_wsgiref
+0:05:48 load avg: 0.78 [393/404/1] test_xdrlib
+0:05:48 load avg: 0.78 [394/404/1] test_xml_etree
+0:05:48 load avg: 0.78 [395/404/1] test_xml_etree_c
+0:05:49 load avg: 0.78 [396/404/1] test_xmllib
+0:05:49 load avg: 0.78 [397/404/1] test_xmlrpc
+0:05:52 load avg: 0.80 [398/404/1] test_xpickle
+0:05:52 load avg: 0.80 [399/404/1] test_xrange
+0:05:52 load avg: 0.80 [400/404/1] test_zipfile
+0:05:54 load avg: 0.80 [401/404/1] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
-0:06:06 load avg: 0.71 [402/404/1] test_zipimport -- test_zipfile64 skipped (resource denied)
-0:06:07 load avg: 0.71 [403/404/1] test_zipimport_support
-0:06:07 load avg: 0.74 [404/404/1] test_zlib
+0:05:54 load avg: 0.80 [402/404/1] test_zipimport -- test_zipfile64 skipped (resource denied)
+0:05:54 load avg: 0.80 [403/404/1] test_zipimport_support
+0:05:54 load avg: 0.80 [404/404/1] test_zlib
== Tests result: FAILURE ==
@@ -61816,21 +61817,21 @@ test_zipfile64 skipped -- test requires loads of disk-space bytes and a long tim
test_gdb test_idle test_tcl test_tk test_tools test_ttk_guionly
test_ttk_textonly test_turtle
-Total duration: 6 min 8 sec
+Total duration: 5 min 55 sec
Tests result: FAILURE
-DURATION: 369
+DURATION: 356
END: /usr/lib/python/ptest
-2019-06-24T18:13
+2019-06-24T23:50
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:13
+2019-06-24T23:50
BEGIN: /usr/lib/python3/ptest
== CPython 3.7.3 (default, Jun 21 2019, 22:54:56) [GCC 9.1.0]
== Linux-5.0.19-yocto-standard-x86_64-with-glibc2.2.5 little-endian
-== cwd: /var/volatile/tmp/test_python_14156
+== cwd: /var/volatile/tmp/test_python_12361
== CPU count: 1
== encodings: locale=UTF-8, FS=utf-8
Run tests sequentially
-0:00:00 load avg: 0.74 [ 1/416] test_grammar
+0:00:00 load avg: 0.80 [ 1/416] test_grammar
PASS: testAssert2 (test.test_grammar.GrammarTests)
PASS: test_additive_ops (test.test_grammar.GrammarTests)
PASS: test_assert (test.test_grammar.GrammarTests)
@@ -61900,10 +61901,10 @@ PASS: test_underscore_literals (test.test_grammar.TokenTests)
----------------------------------------------------------------------
-Ran 66 tests in 0.020s
+Ran 66 tests in 0.023s
OK
-0:00:00 load avg: 0.74 [ 2/416] test_opcodes
+0:00:00 load avg: 0.80 [ 2/416] test_opcodes
PASS: test_compare_function_objects (test.test_opcodes.OpcodeTest)
PASS: test_do_not_recreate_annotations (test.test_opcodes.OpcodeTest)
PASS: test_modulo_of_string_subclasses (test.test_opcodes.OpcodeTest)
@@ -61915,10 +61916,10 @@ PASS: test_use_existing_annotations (test.test_opcodes.OpcodeTest)
----------------------------------------------------------------------
-Ran 8 tests in 0.002s
+Ran 8 tests in 0.003s
OK
-0:00:00 load avg: 0.74 [ 3/416] test_dict
+0:00:00 load avg: 0.80 [ 3/416] test_dict
PASS: test_getitem_knownhash (test.test_dict.CAPITest)
PASS: test_bad_key (test.test_dict.DictTest)
PASS: test_bool (test.test_dict.DictTest)
@@ -62021,10 +62022,10 @@ PASS: test_write (test.test_dict.SubclassMappingTests)
----------------------------------------------------------------------
-Ran 93 tests in 0.230s
+Ran 93 tests in 0.252s
OK
-0:00:00 load avg: 0.74 [ 4/416] test_builtin
+0:00:00 load avg: 0.80 [ 4/416] test_builtin
PASS: test_abs (test.test_builtin.BuiltinTest)
PASS: test_all (test.test_builtin.BuiltinTest)
PASS: test_any (test.test_builtin.BuiltinTest)
@@ -62127,10 +62128,10 @@ PASS: Doctest: builtins.oct
----------------------------------------------------------------------
-Ran 91 tests in 0.067s
+Ran 91 tests in 0.083s
OK (skipped=4)
-0:00:00 load avg: 0.74 [ 5/416] test_exceptions
+0:00:00 load avg: 0.80 [ 5/416] test_exceptions
PASS: testAttributes (test.test_exceptions.ExceptionTests)
PASS: testChainingAttrs (test.test_exceptions.ExceptionTests)
PASS: testChainingDescriptors (test.test_exceptions.ExceptionTests)
@@ -62188,10 +62189,10 @@ PASS: test_reset_attributes (test.test_exceptions.ImportErrorTests)
----------------------------------------------------------------------
-Ran 53 tests in 0.356s
+Ran 53 tests in 0.368s
OK (skipped=1)
-0:00:00 load avg: 0.74 [ 6/416] test_types
+0:00:00 load avg: 0.90 [ 6/416] test_types
PASS: test_bad___prepare__ (test.test_types.ClassCreationTests)
PASS: test_metaclass_derivation (test.test_types.ClassCreationTests)
PASS: test_metaclass_override_callable (test.test_types.ClassCreationTests)
@@ -62271,165 +62272,10 @@ PASS: test_zero_division (test.test_types.TypesTests)
----------------------------------------------------------------------
-Ran 76 tests in 0.030s
+Ran 76 tests in 0.027s
OK
-0:00:00 load avg: 0.74 [ 7/416] test_unittest
-PASS: test___init__ (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__inheritance (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__no_tests (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__not_a_TestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__testNamePatterns (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__testNamePatterns__attribute_access_regression (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__faulty_load_tests (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__load_tests (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__no_TestCase_instances (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__no_TestCase_tests (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__not_a_module (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__pattern (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__too_many_positional_args (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__use_load_tests_deprecated_keyword (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__use_load_tests_deprecated_positional (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__use_load_tests_other_bad_keyword (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__callable__TestSuite (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__callable__wrong_type (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__empty_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__function_with_different_name_than_method (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__malformed_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__module_not_loaded (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_TestSuite (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_bad_object (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_empty_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_malformed_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_not_a_module (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_testmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_testmethod_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_unknown_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__unknown_attr_name_on_module (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__unknown_attr_name_on_package (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__unknown_module_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__callable__TestSuite (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__callable__call_staticmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__callable__wrong_type (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__empty_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__empty_name_list (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__malformed_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__module_not_loaded (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_TestSuite (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_bad_object (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_empty_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_empty_name_list (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_malformed_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_not_a_module (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_testmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__unknown_attr_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__unknown_module_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__unknown_name_relative_1 (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__unknown_name_relative_2 (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromTestCase__TestSuite_subclass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromTestCase__default_method_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromTestCase__no_matches (unittest.test.test_loader.Test_TestLoader)
-PASS: test_partial_functions (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__None (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__default_value (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__getTestCaseNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__default_value (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__default_value (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_countTestCases (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_id (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_run_call_order__error_in_setUp (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_run_call_order__error_in_tearDown (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_run_call_order__error_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_run_call_order__failure_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_shortDescription__no_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_shortDescription__singleline_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_decorated_skip (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_expected_failure (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_expected_failure_subtests (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_expected_failure_with_wrapped_class (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_expected_failure_with_wrapped_subclass (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skip_class (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skip_doesnt_run_setup (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skip_non_unittest_class (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skipping (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skipping_decorators (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skipping_subtests (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_unexpected_success (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_unexpected_success_subtests (unittest.test.test_skipping.Test_TestSkipping)
-PASS: testAlmostEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertDictContainsSubset (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertDictEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertFalse (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertGreater (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertGreaterEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIn (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIs (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIsNone (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIsNot (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIsNotNone (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertLess (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertLessEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertMultiLineEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertNotIn (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertNotRegex (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertRaises (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertRaisesRegex (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertRegex (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertSequenceEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertSetEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertTrue (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertWarns (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertWarnsRegex (unittest.test.test_assertions.TestLongMessage)
-PASS: testDefault (unittest.test.test_assertions.TestLongMessage)
-PASS: testNotAlmostEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testNotEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: test_baseAssertEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: test_formatMessage_unicode_error (unittest.test.test_assertions.TestLongMessage)
-PASS: test_formatMsg (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertNotRegex (unittest.test.test_assertions.Test_Assertions)
-PASS: test_AlmostEqual (unittest.test.test_assertions.Test_Assertions)
-PASS: test_AmostEqualWithDelta (unittest.test.test_assertions.Test_Assertions)
-PASS: test_assertRaises (unittest.test.test_assertions.Test_Assertions)
-PASS: test_assertRaises_frames_survival (unittest.test.test_assertions.Test_Assertions)
-PASS: test_class_not_setup_or_torndown_when_skipped (unittest.test.test_setups.TestSetups)
-PASS: test_class_not_torndown_when_setup_fails (unittest.test.test_setups.TestSetups)
-PASS: test_error_in_setup_module (unittest.test.test_setups.TestSetups)
-PASS: test_error_in_setupclass (unittest.test.test_setups.TestSetups)
-PASS: test_error_in_teardown_class (unittest.test.test_setups.TestSetups)
-PASS: test_error_in_teardown_module (unittest.test.test_setups.TestSetups)
-PASS: test_setup_class (unittest.test.test_setups.TestSetups)
-PASS: test_setup_module (unittest.test.test_setups.TestSetups)
-PASS: test_setup_teardown_order_with_pathological_suite (unittest.test.test_setups.TestSetups)
-PASS: test_skiptest_in_setupclass (unittest.test.test_setups.TestSetups)
-PASS: test_skiptest_in_setupmodule (unittest.test.test_setups.TestSetups)
-PASS: test_suite_debug_executes_setups_and_teardowns (unittest.test.test_setups.TestSetups)
-PASS: test_suite_debug_propagates_exceptions (unittest.test.test_setups.TestSetups)
-PASS: test_teardown_class (unittest.test.test_setups.TestSetups)
-PASS: test_teardown_class_two_classes (unittest.test.test_setups.TestSetups)
-PASS: test_teardown_module (unittest.test.test_setups.TestSetups)
-PASS: test_testcase_with_missing_module (unittest.test.test_setups.TestSetups)
+0:00:00 load avg: 0.90 [ 7/416] test_unittest
PASS: testCleanUp (unittest.test.test_runner.TestCleanUp)
PASS: testCleanUpWithErrors (unittest.test.test_runner.TestCleanUp)
PASS: testCleanupInRun (unittest.test.test_runner.TestCleanUp)
@@ -62446,81 +62292,14 @@ PASS: test_resultclass (unittest.test.test_runner.Test_TextTestRunner)
PASS: test_startTestRun_stopTestRun_called (unittest.test.test_runner.Test_TextTestRunner)
PASS: test_warnings (unittest.test.test_runner.Test_TextTestRunner)
PASS: test_works_with_result_without_startTestRun_stopTestRun (unittest.test.test_runner.Test_TextTestRunner)
-PASS: testBufferCatchFailfast (unittest.test.test_program.TestCommandLineArgs)
-PASS: testCatchBreakInstallsHandler (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsAbsolutePathsThatCanBeConverted (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsAbsolutePathsThatCannotBeConverted (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsFileNames (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsFilePaths (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsNonExistentFiles (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsSelectedTestNames (unittest.test.test_program.TestCommandLineArgs)
-PASS: testRunTestsOldRunnerClass (unittest.test.test_program.TestCommandLineArgs)
-PASS: testRunTestsRunnerClass (unittest.test.test_program.TestCommandLineArgs)
-PASS: testRunTestsRunnerInstance (unittest.test.test_program.TestCommandLineArgs)
-PASS: testSelectedTestNamesFunctionalTest (unittest.test.test_program.TestCommandLineArgs)
-PASS: testVerbosity (unittest.test.test_program.TestCommandLineArgs)
-testWarning (unittest.test.test_program.TestCommandLineArgs)
-PASS: Test the warnings argument
-PASS: test_locals (unittest.test.test_program.TestCommandLineArgs)
-PASS: testNoExit (unittest.test.test_program.Test_TestProgram)
-PASS: test_Exit (unittest.test.test_program.Test_TestProgram)
-PASS: test_ExitAsDefault (unittest.test.test_program.Test_TestProgram)
-PASS: test_NonExit (unittest.test.test_program.Test_TestProgram)
-PASS: test_defaultTest_with_iterable (unittest.test.test_program.Test_TestProgram)
-PASS: test_defaultTest_with_string (unittest.test.test_program.Test_TestProgram)
-PASS: test_discovery_from_dotted_path (unittest.test.test_program.Test_TestProgram)
-PASS: test_addTest__TestCase (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTest__TestSuite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTest__casesuiteclass (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTest__noncallable (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTest__noniterable (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTests (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTests__string (unittest.test.test_suite.Test_TestSuite)
-PASS: test_basetestsuite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_countTestCases_nested (unittest.test.test_suite.Test_TestSuite)
-PASS: test_countTestCases_simple (unittest.test.test_suite.Test_TestSuite)
-PASS: test_countTestCases_zero_nested (unittest.test.test_suite.Test_TestSuite)
-PASS: test_countTestCases_zero_simple (unittest.test.test_suite.Test_TestSuite)
-PASS: test_eq (unittest.test.test_suite.Test_TestSuite)
-PASS: test_function_in_suite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_garbage_collect_test_after_run_BaseTestSuite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_garbage_collect_test_after_run_TestSuite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_init__TestSuite_instances_in_tests (unittest.test.test_suite.Test_TestSuite)
-PASS: test_init__empty_tests (unittest.test.test_suite.Test_TestSuite)
-PASS: test_init__tests_from_any_iterable (unittest.test.test_suite.Test_TestSuite)
-PASS: test_init__tests_optional (unittest.test.test_suite.Test_TestSuite)
-PASS: test_iter (unittest.test.test_suite.Test_TestSuite)
-PASS: test_ne (unittest.test.test_suite.Test_TestSuite)
-PASS: test_overriding_call (unittest.test.test_suite.Test_TestSuite)
-PASS: test_remove_test_at_index (unittest.test.test_suite.Test_TestSuite)
-PASS: test_remove_test_at_index_not_indexable (unittest.test.test_suite.Test_TestSuite)
-PASS: test_run (unittest.test.test_suite.Test_TestSuite)
-PASS: test_run__empty_suite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_run__requires_result (unittest.test.test_suite.Test_TestSuite)
-PASS: test_command_line_handling_discover_by_default (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_discover_by_default_with_options (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_do_discovery_calls_loader (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_do_discovery_too_many_arguments (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_do_discovery_uses_default_loader (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_parseArgs (unittest.test.test_discovery.TestDiscovery)
-PASS: test_detect_module_clash (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_start_dir_is_package_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_with_init_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_with_init_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_with_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_with_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discovery_failed_discovery (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discovery_from_dotted_namespace_packages (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discovery_from_dotted_path (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discovery_from_dotted_path_builtin_modules (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests_customize_via_package_pattern (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests_default_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests_socket (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests_with_package (unittest.test.test_discovery.TestDiscovery)
-PASS: test_get_name_from_path (unittest.test.test_discovery.TestDiscovery)
-PASS: test_module_symlink_ok (unittest.test.test_discovery.TestDiscovery)
+PASS: test_countTestCases (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_id (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_run_call_order__error_in_setUp (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_run_call_order__error_in_tearDown (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_run_call_order__error_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_run_call_order__failure_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_shortDescription__no_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_shortDescription__singleline_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase)
PASS: testAddTypeEqualityFunc (unittest.test.test_case.Test_TestCase)
PASS: testAssertCountEqual (unittest.test.test_case.Test_TestCase)
PASS: testAssertDictContainsSubset (unittest.test.test_case.Test_TestCase)
@@ -62614,6 +62393,238 @@ PASS: test_setUp (unittest.test.test_case.Test_TestCase)
PASS: test_subtests_debug (unittest.test.test_case.Test_TestCase)
PASS: test_subtests_failfast (unittest.test.test_case.Test_TestCase)
PASS: test_tearDown (unittest.test.test_case.Test_TestCase)
+PASS: testBufferOutputAddErrorOrFailure (unittest.test.test_result.TestOutputBuffering)
+PASS: testBufferOutputOff (unittest.test.test_result.TestOutputBuffering)
+PASS: testBufferOutputStartTestAddSuccess (unittest.test.test_result.TestOutputBuffering)
+PASS: testBufferSetUpModule (unittest.test.test_result.TestOutputBuffering)
+PASS: testBufferSetupClass (unittest.test.test_result.TestOutputBuffering)
+PASS: testBufferTearDownClass (unittest.test.test_result.TestOutputBuffering)
+PASS: testBufferTearDownModule (unittest.test.test_result.TestOutputBuffering)
+PASS: testOldResultWithRunner (unittest.test.test_result.Test_OldTestResult)
+PASS: testOldTestResult (unittest.test.test_result.Test_OldTestResult)
+PASS: testOldTestResultClass (unittest.test.test_result.Test_OldTestResult)
+PASS: testOldTestTesultSetup (unittest.test.test_result.Test_OldTestResult)
+PASS: testFailFast (unittest.test.test_result.Test_TestResult)
+PASS: testFailFastSetByRunner (unittest.test.test_result.Test_TestResult)
+testGetDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TestResult)
+PASS: Tests getDescription() for a method with a longer docstring.
+testGetDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TestResult)
+PASS: Tests getDescription() for a method with a docstring.
+PASS: testGetDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult)
+PASS: testGetDuplicatedNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult)
+PASS: testGetNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult)
+PASS: testGetSubTestDescriptionForFalsyValues (unittest.test.test_result.Test_TestResult)
+testGetSubTestDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TestResult)
+PASS: Tests getDescription() for a method with a longer docstring.
+testGetSubTestDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TestResult)
+PASS: Tests getDescription() for a method with a docstring.
+PASS: testGetSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult)
+PASS: testGetSubTestDescriptionWithoutDocstringAndParams (unittest.test.test_result.Test_TestResult)
+PASS: testStackFrameTrimming (unittest.test.test_result.Test_TestResult)
+PASS: test_addError (unittest.test.test_result.Test_TestResult)
+PASS: test_addError_locals (unittest.test.test_result.Test_TestResult)
+PASS: test_addFailure (unittest.test.test_result.Test_TestResult)
+PASS: test_addSubTest (unittest.test.test_result.Test_TestResult)
+PASS: test_addSuccess (unittest.test.test_result.Test_TestResult)
+PASS: test_init (unittest.test.test_result.Test_TestResult)
+PASS: test_startTest (unittest.test.test_result.Test_TestResult)
+PASS: test_startTestRun_stopTestRun (unittest.test.test_result.Test_TestResult)
+PASS: test_stop (unittest.test.test_result.Test_TestResult)
+PASS: test_stopTest (unittest.test.test_result.Test_TestResult)
+PASS: test_decorated_skip (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_expected_failure (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_expected_failure_subtests (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_expected_failure_with_wrapped_class (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_expected_failure_with_wrapped_subclass (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skip_class (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skip_doesnt_run_setup (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skip_non_unittest_class (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skipping (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skipping_decorators (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skipping_subtests (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_unexpected_success (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_unexpected_success_subtests (unittest.test.test_skipping.Test_TestSkipping)
+PASS: testBufferCatchFailfast (unittest.test.test_program.TestCommandLineArgs)
+PASS: testCatchBreakInstallsHandler (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsAbsolutePathsThatCanBeConverted (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsAbsolutePathsThatCannotBeConverted (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsFileNames (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsFilePaths (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsNonExistentFiles (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsSelectedTestNames (unittest.test.test_program.TestCommandLineArgs)
+PASS: testRunTestsOldRunnerClass (unittest.test.test_program.TestCommandLineArgs)
+PASS: testRunTestsRunnerClass (unittest.test.test_program.TestCommandLineArgs)
+PASS: testRunTestsRunnerInstance (unittest.test.test_program.TestCommandLineArgs)
+PASS: testSelectedTestNamesFunctionalTest (unittest.test.test_program.TestCommandLineArgs)
+PASS: testVerbosity (unittest.test.test_program.TestCommandLineArgs)
+testWarning (unittest.test.test_program.TestCommandLineArgs)
+PASS: Test the warnings argument
+PASS: test_locals (unittest.test.test_program.TestCommandLineArgs)
+PASS: testNoExit (unittest.test.test_program.Test_TestProgram)
+PASS: test_Exit (unittest.test.test_program.Test_TestProgram)
+PASS: test_ExitAsDefault (unittest.test.test_program.Test_TestProgram)
+PASS: test_NonExit (unittest.test.test_program.Test_TestProgram)
+PASS: test_defaultTest_with_iterable (unittest.test.test_program.Test_TestProgram)
+PASS: test_defaultTest_with_string (unittest.test.test_program.Test_TestProgram)
+PASS: test_discovery_from_dotted_path (unittest.test.test_program.Test_TestProgram)
+PASS: testAlmostEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertDictContainsSubset (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertDictEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertFalse (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertGreater (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertGreaterEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIn (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIs (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIsNone (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIsNot (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIsNotNone (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertLess (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertLessEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertMultiLineEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertNotIn (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertNotRegex (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertRaises (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertRaisesRegex (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertRegex (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertSequenceEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertSetEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertTrue (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertWarns (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertWarnsRegex (unittest.test.test_assertions.TestLongMessage)
+PASS: testDefault (unittest.test.test_assertions.TestLongMessage)
+PASS: testNotAlmostEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testNotEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: test_baseAssertEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: test_formatMessage_unicode_error (unittest.test.test_assertions.TestLongMessage)
+PASS: test_formatMsg (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertNotRegex (unittest.test.test_assertions.Test_Assertions)
+PASS: test_AlmostEqual (unittest.test.test_assertions.Test_Assertions)
+PASS: test_AmostEqualWithDelta (unittest.test.test_assertions.Test_Assertions)
+PASS: test_assertRaises (unittest.test.test_assertions.Test_Assertions)
+PASS: test_assertRaises_frames_survival (unittest.test.test_assertions.Test_Assertions)
+PASS: test_class_not_setup_or_torndown_when_skipped (unittest.test.test_setups.TestSetups)
+PASS: test_class_not_torndown_when_setup_fails (unittest.test.test_setups.TestSetups)
+PASS: test_error_in_setup_module (unittest.test.test_setups.TestSetups)
+PASS: test_error_in_setupclass (unittest.test.test_setups.TestSetups)
+PASS: test_error_in_teardown_class (unittest.test.test_setups.TestSetups)
+PASS: test_error_in_teardown_module (unittest.test.test_setups.TestSetups)
+PASS: test_setup_class (unittest.test.test_setups.TestSetups)
+PASS: test_setup_module (unittest.test.test_setups.TestSetups)
+PASS: test_setup_teardown_order_with_pathological_suite (unittest.test.test_setups.TestSetups)
+PASS: test_skiptest_in_setupclass (unittest.test.test_setups.TestSetups)
+PASS: test_skiptest_in_setupmodule (unittest.test.test_setups.TestSetups)
+PASS: test_suite_debug_executes_setups_and_teardowns (unittest.test.test_setups.TestSetups)
+PASS: test_suite_debug_propagates_exceptions (unittest.test.test_setups.TestSetups)
+PASS: test_teardown_class (unittest.test.test_setups.TestSetups)
+PASS: test_teardown_class_two_classes (unittest.test.test_setups.TestSetups)
+PASS: test_teardown_module (unittest.test.test_setups.TestSetups)
+PASS: test_testcase_with_missing_module (unittest.test.test_setups.TestSetups)
+PASS: test_command_line_handling_discover_by_default (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_discover_by_default_with_options (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_do_discovery_calls_loader (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_do_discovery_too_many_arguments (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_do_discovery_uses_default_loader (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_parseArgs (unittest.test.test_discovery.TestDiscovery)
+PASS: test_detect_module_clash (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_start_dir_is_package_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_with_init_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_with_init_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_with_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_with_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discovery_failed_discovery (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discovery_from_dotted_namespace_packages (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discovery_from_dotted_path (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discovery_from_dotted_path_builtin_modules (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests_customize_via_package_pattern (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests_default_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests_socket (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests_with_package (unittest.test.test_discovery.TestDiscovery)
+PASS: test_get_name_from_path (unittest.test.test_discovery.TestDiscovery)
+PASS: test_module_symlink_ok (unittest.test.test_discovery.TestDiscovery)
+PASS: test___init__ (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__inheritance (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__no_tests (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__not_a_TestCase (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__testNamePatterns (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__testNamePatterns__attribute_access_regression (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__faulty_load_tests (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__load_tests (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__no_TestCase_instances (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__no_TestCase_tests (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__not_a_module (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__pattern (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__too_many_positional_args (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__use_load_tests_deprecated_keyword (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__use_load_tests_deprecated_positional (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__use_load_tests_other_bad_keyword (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__callable__TestSuite (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__callable__wrong_type (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__empty_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__function_with_different_name_than_method (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__malformed_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__module_not_loaded (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_TestSuite (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_bad_object (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_empty_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_malformed_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_not_a_module (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_testmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_testmethod_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_unknown_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__unknown_attr_name_on_module (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__unknown_attr_name_on_package (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__unknown_module_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__callable__TestSuite (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__callable__call_staticmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__callable__wrong_type (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__empty_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__empty_name_list (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__malformed_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__module_not_loaded (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_TestSuite (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_bad_object (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_empty_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_empty_name_list (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_malformed_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_not_a_module (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_testmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__unknown_attr_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__unknown_module_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__unknown_name_relative_1 (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__unknown_name_relative_2 (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromTestCase__TestSuite_subclass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromTestCase__default_method_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromTestCase__no_matches (unittest.test.test_loader.Test_TestLoader)
+PASS: test_partial_functions (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__None (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__default_value (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__getTestCaseNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__default_value (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__default_value (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreak)
PASS: testInstallHandler (unittest.test.test_break.TestBreak)
PASS: testInterruptCaught (unittest.test.test_break.TestBreak)
@@ -62662,44 +62673,163 @@ PASS: testRunner (unittest.test.test_break.TestBreakSignalIgnored)
SKIP: testSecondInterrupt (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored'
PASS: testTwoResults (unittest.test.test_break.TestBreakSignalIgnored)
PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testBufferOutputAddErrorOrFailure (unittest.test.test_result.TestOutputBuffering)
-PASS: testBufferOutputOff (unittest.test.test_result.TestOutputBuffering)
-PASS: testBufferOutputStartTestAddSuccess (unittest.test.test_result.TestOutputBuffering)
-PASS: testBufferSetUpModule (unittest.test.test_result.TestOutputBuffering)
-PASS: testBufferSetupClass (unittest.test.test_result.TestOutputBuffering)
-PASS: testBufferTearDownClass (unittest.test.test_result.TestOutputBuffering)
-PASS: testBufferTearDownModule (unittest.test.test_result.TestOutputBuffering)
-PASS: testOldResultWithRunner (unittest.test.test_result.Test_OldTestResult)
-PASS: testOldTestResult (unittest.test.test_result.Test_OldTestResult)
-PASS: testOldTestResultClass (unittest.test.test_result.Test_OldTestResult)
-PASS: testOldTestTesultSetup (unittest.test.test_result.Test_OldTestResult)
-PASS: testFailFast (unittest.test.test_result.Test_TestResult)
-PASS: testFailFastSetByRunner (unittest.test.test_result.Test_TestResult)
-testGetDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TestResult)
-PASS: Tests getDescription() for a method with a longer docstring.
-testGetDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TestResult)
-PASS: Tests getDescription() for a method with a docstring.
-PASS: testGetDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult)
-PASS: testGetDuplicatedNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult)
-PASS: testGetNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult)
-PASS: testGetSubTestDescriptionForFalsyValues (unittest.test.test_result.Test_TestResult)
-testGetSubTestDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TestResult)
-PASS: Tests getDescription() for a method with a longer docstring.
-testGetSubTestDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TestResult)
-PASS: Tests getDescription() for a method with a docstring.
-PASS: testGetSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult)
-PASS: testGetSubTestDescriptionWithoutDocstringAndParams (unittest.test.test_result.Test_TestResult)
-PASS: testStackFrameTrimming (unittest.test.test_result.Test_TestResult)
-PASS: test_addError (unittest.test.test_result.Test_TestResult)
-PASS: test_addError_locals (unittest.test.test_result.Test_TestResult)
-PASS: test_addFailure (unittest.test.test_result.Test_TestResult)
-PASS: test_addSubTest (unittest.test.test_result.Test_TestResult)
-PASS: test_addSuccess (unittest.test.test_result.Test_TestResult)
-PASS: test_init (unittest.test.test_result.Test_TestResult)
-PASS: test_startTest (unittest.test.test_result.Test_TestResult)
-PASS: test_startTestRun_stopTestRun (unittest.test.test_result.Test_TestResult)
-PASS: test_stop (unittest.test.test_result.Test_TestResult)
-PASS: test_stopTest (unittest.test.test_result.Test_TestResult)
+PASS: test_addTest__TestCase (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTest__TestSuite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTest__casesuiteclass (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTest__noncallable (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTest__noniterable (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTests (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTests__string (unittest.test.test_suite.Test_TestSuite)
+PASS: test_basetestsuite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_countTestCases_nested (unittest.test.test_suite.Test_TestSuite)
+PASS: test_countTestCases_simple (unittest.test.test_suite.Test_TestSuite)
+PASS: test_countTestCases_zero_nested (unittest.test.test_suite.Test_TestSuite)
+PASS: test_countTestCases_zero_simple (unittest.test.test_suite.Test_TestSuite)
+PASS: test_eq (unittest.test.test_suite.Test_TestSuite)
+PASS: test_function_in_suite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_garbage_collect_test_after_run_BaseTestSuite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_garbage_collect_test_after_run_TestSuite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_init__TestSuite_instances_in_tests (unittest.test.test_suite.Test_TestSuite)
+PASS: test_init__empty_tests (unittest.test.test_suite.Test_TestSuite)
+PASS: test_init__tests_from_any_iterable (unittest.test.test_suite.Test_TestSuite)
+PASS: test_init__tests_optional (unittest.test.test_suite.Test_TestSuite)
+PASS: test_iter (unittest.test.test_suite.Test_TestSuite)
+PASS: test_ne (unittest.test.test_suite.Test_TestSuite)
+PASS: test_overriding_call (unittest.test.test_suite.Test_TestSuite)
+PASS: test_remove_test_at_index (unittest.test.test_suite.Test_TestSuite)
+PASS: test_remove_test_at_index_not_indexable (unittest.test.test_suite.Test_TestSuite)
+PASS: test_run (unittest.test.test_suite.Test_TestSuite)
+PASS: test_run__empty_suite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_run__requires_result (unittest.test.test_suite.Test_TestSuite)
+PASS: test__name__ (unittest.test.testmock.testmock.MockTest)
+PASS: test_adding_child_mock (unittest.test.testmock.testmock.MockTest)
+PASS: test_adding_return_value_mock (unittest.test.testmock.testmock.MockTest)
+PASS: test_all (unittest.test.testmock.testmock.MockTest)
+PASS: test_arg_lists (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_any_call (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_any_call_with_function_spec (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_once (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_once_with (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_once_with_function_spec (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_once_with_message (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_with (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_with_any (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_with_failure_message (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_with_function_spec (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_with_message (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_called_with_method_spec (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_has_calls (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_has_calls_any_order (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_has_calls_with_function_spec (unittest.test.testmock.testmock.MockTest)
+PASS: test_assert_not_called (unittest.test.testmock.testmock.MockTest)
+PASS: test_attach_mock (unittest.test.testmock.testmock.MockTest)
+PASS: test_attach_mock_return_value (unittest.test.testmock.testmock.MockTest)
+PASS: test_attribute_access_returns_mocks (unittest.test.testmock.testmock.MockTest)
+PASS: test_attribute_deletion (unittest.test.testmock.testmock.MockTest)
+PASS: test_attributes_have_name_and_parent_set (unittest.test.testmock.testmock.MockTest)
+PASS: test_autospec_side_effect (unittest.test.testmock.testmock.MockTest)
+PASS: test_autospec_side_effect_exception (unittest.test.testmock.testmock.MockTest)
+PASS: test_baseexceptional_side_effect (unittest.test.testmock.testmock.MockTest)
+PASS: test_call (unittest.test.testmock.testmock.MockTest)
+PASS: test_call_args_comparison (unittest.test.testmock.testmock.MockTest)
+PASS: test_call_args_two_tuple (unittest.test.testmock.testmock.MockTest)
+PASS: test_calls_equal_with_any (unittest.test.testmock.testmock.MockTest)
+PASS: test_child_mock_call_equal (unittest.test.testmock.testmock.MockTest)
+PASS: test_class_assignable (unittest.test.testmock.testmock.MockTest)
+PASS: test_configure_mock (unittest.test.testmock.testmock.MockTest)
+PASS: test_constructor (unittest.test.testmock.testmock.MockTest)
+PASS: test_copy (unittest.test.testmock.testmock.MockTest)
+PASS: test_create_autospec_with_name (unittest.test.testmock.testmock.MockTest)
+PASS: test_customize_wrapped_object_with_return_value (unittest.test.testmock.testmock.MockTest)
+PASS: test_customize_wrapped_object_with_return_value_and_side_effect (unittest.test.testmock.testmock.MockTest)
+PASS: test_customize_wrapped_object_with_return_value_and_side_effect2 (unittest.test.testmock.testmock.MockTest)
+PASS: test_customize_wrapped_object_with_return_value_and_side_effect_default (unittest.test.testmock.testmock.MockTest)
+PASS: test_customize_wrapped_object_with_side_effect_exception (unittest.test.testmock.testmock.MockTest)
+PASS: test_customize_wrapped_object_with_side_effect_function (unittest.test.testmock.testmock.MockTest)
+PASS: test_customize_wrapped_object_with_side_effect_iterable (unittest.test.testmock.testmock.MockTest)
+PASS: test_customize_wrapped_object_with_side_effect_iterable_with_default (unittest.test.testmock.testmock.MockTest)
+PASS: test_dir (unittest.test.testmock.testmock.MockTest)
+PASS: test_dir_from_spec (unittest.test.testmock.testmock.MockTest)
+PASS: test_exceptional_side_effect (unittest.test.testmock.testmock.MockTest)
+PASS: test_filter_dir (unittest.test.testmock.testmock.MockTest)
+PASS: test_from_spec (unittest.test.testmock.testmock.MockTest)
+SKIP: test_java_exception_side_effect (unittest.test.testmock.testmock.MockTest) 'This test only applies to Jython'
+PASS: test_magic_methods_mock_calls (unittest.test.testmock.testmock.MockTest)
+PASS: test_manager_mock (unittest.test.testmock.testmock.MockTest)
+PASS: test_method_calls_compare_easily (unittest.test.testmock.testmock.MockTest)
+PASS: test_method_calls_recorded (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_add_spec (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_add_spec_magic_methods (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_call_not_equal_leaf (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_call_not_equal_non_leaf (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_call_not_equal_non_leaf_attr (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_call_not_equal_non_leaf_call_versus_attr (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_call_not_equal_non_leaf_params_different (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_call_repr (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_calls (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_calls_create_autospec (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_does_not_raise_on_repeated_attribute_deletion (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_open_after_eof (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_open_alter_readline (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_open_dunder_iter_issue (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_open_reuse_issue_21750 (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_open_write (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_parents (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_raises_when_deleting_nonexistent_attribute (unittest.test.testmock.testmock.MockTest)
+PASS: test_mock_unsafe (unittest.test.testmock.testmock.MockTest)
+PASS: test_name_attribute_of_call (unittest.test.testmock.testmock.MockTest)
+PASS: test_only_allowed_methods_exist (unittest.test.testmock.testmock.MockTest)
+PASS: test_override_tuple_methods (unittest.test.testmock.testmock.MockTest)
+PASS: test_parent_attribute_of_call (unittest.test.testmock.testmock.MockTest)
+PASS: test_parent_propagation_with_create_autospec (unittest.test.testmock.testmock.MockTest)
+PASS: test_repr (unittest.test.testmock.testmock.MockTest)
+PASS: test_repr_with_spec (unittest.test.testmock.testmock.MockTest)
+PASS: test_reset_mock (unittest.test.testmock.testmock.MockTest)
+PASS: test_reset_mock_does_not_raise_on_attr_deletion (unittest.test.testmock.testmock.MockTest)
+PASS: test_reset_mock_on_mock_open_issue_18622 (unittest.test.testmock.testmock.MockTest)
+PASS: test_reset_mock_recursion (unittest.test.testmock.testmock.MockTest)
+PASS: test_reset_return (unittest.test.testmock.testmock.MockTest)
+PASS: test_reset_return_sideeffect (unittest.test.testmock.testmock.MockTest)
+PASS: test_reset_sideeffect (unittest.test.testmock.testmock.MockTest)
+PASS: test_return_value_in_constructor (unittest.test.testmock.testmock.MockTest)
+PASS: test_setting_attribute_with_spec_set (unittest.test.testmock.testmock.MockTest)
+PASS: test_setting_call (unittest.test.testmock.testmock.MockTest)
+PASS: test_side_effect (unittest.test.testmock.testmock.MockTest)
+PASS: test_side_effect_iterator (unittest.test.testmock.testmock.MockTest)
+PASS: test_side_effect_iterator_default (unittest.test.testmock.testmock.MockTest)
+PASS: test_side_effect_iterator_exceptions (unittest.test.testmock.testmock.MockTest)
+PASS: test_side_effect_setting_iterator (unittest.test.testmock.testmock.MockTest)
+PASS: test_sorted_call_signature (unittest.test.testmock.testmock.MockTest)
+PASS: test_spec_class (unittest.test.testmock.testmock.MockTest)
+PASS: test_spec_list_subclass (unittest.test.testmock.testmock.MockTest)
+PASS: test_subclass_with_properties (unittest.test.testmock.testmock.MockTest)
+PASS: test_subclassing (unittest.test.testmock.testmock.MockTest)
+PASS: test_wraps_attributes (unittest.test.testmock.testmock.MockTest)
+PASS: test_wraps_call_with_nondefault_return_value (unittest.test.testmock.testmock.MockTest)
+PASS: test_wraps_calls (unittest.test.testmock.testmock.MockTest)
+PASS: test_wraps_prevents_automatic_creation_of_mocks (unittest.test.testmock.testmock.MockTest)
+PASS: test_attribute_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_attributes_return_more_mocks_by_default (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_call_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_call_on_defined_sealed_mock_succeeds (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_call_on_sealed_mock_fails (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_existing_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_existing_attributes_can_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_initialized_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable)
+test_integration_with_spec_att_definition (unittest.test.testmock.testsealable.TestSealable)
+PASS: You are not restricted when using mock with spec
+test_integration_with_spec_method_definition (unittest.test.testmock.testsealable.TestSealable)
+PASS: You need to defin the methods, even if they are in the spec
+test_integration_with_spec_method_definition_respects_spec (unittest.test.testmock.testsealable.TestSealable)
+PASS: You cannot define methods out of the spec
+PASS: test_new_attributes_cannot_be_accessed_on_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_new_attributes_cannot_be_set_on_child_of_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_new_attributes_cannot_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_sealed_exception_has_attribute_name (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_seals_dont_recurse_on_manual_attributes (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_seals_recurse_on_added_attributes (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_seals_recurse_on_magic_methods (unittest.test.testmock.testsealable.TestSealable)
PASS: test_autospec (unittest.test.testmock.testpatch.PatchTest)
PASS: test_autospec_function (unittest.test.testmock.testpatch.PatchTest)
PASS: test_autospec_inherits (unittest.test.testmock.testpatch.PatchTest)
@@ -62797,6 +62927,55 @@ PASS: test_specs_false_instead_of_none (unittest.test.testmock.testpatch.PatchTe
PASS: test_stop_without_start (unittest.test.testmock.testpatch.PatchTest)
PASS: test_stopall_lifo (unittest.test.testmock.testpatch.PatchTest)
PASS: test_tracebacks (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_attributes (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_create_autospec (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_create_autospec_instance (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_hierarchy (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_non_callable (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec_callable_class (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec_instance (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec_set (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec_set_instance (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_subclasses (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_attributes_and_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_bound_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_changing_magic_set_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_comparison (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_deleting_magic_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_descriptor_from_class (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_dict_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_dir (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_division (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_divmod_and_rdivmod (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_hash (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_iterable_as_iter_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_len_contains_iter (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_method_reset_mock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_method_type (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_method_wrapping (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_methods_and_spec (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_methods_and_spec_set (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_methods_are_magic_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_methods_isolated_between_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_mock_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magicmock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magicmock_defaults (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magicmock_del (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_matmul (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_nonzero (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_numeric (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_repr (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_setting_unsupported_magic_method (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_str (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: testBases (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testCopy (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testDEFAULT (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testPickle (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testSentinelName (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testSentinels (unittest.test.testmock.testsentinel.SentinelTest)
PASS: test_dunder_iter_data (unittest.test.testmock.testwith.TestMockOpen)
PASS: test_explicit_mock (unittest.test.testmock.testwith.TestMockOpen)
PASS: test_interleaved_reads (unittest.test.testmock.testwith.TestMockOpen)
@@ -62883,191 +63062,13 @@ PASS: test_args_list_contains_call_list (unittest.test.testmock.testhelpers.Test
PASS: test_call_list_str (unittest.test.testmock.testhelpers.TestCallList)
PASS: test_propertymock (unittest.test.testmock.testhelpers.TestCallList)
PASS: test_propertymock_returnvalue (unittest.test.testmock.testhelpers.TestCallList)
-PASS: test_attributes (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_create_autospec (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_create_autospec_instance (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_hierarchy (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_non_callable (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec_callable_class (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec_instance (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec_set (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec_set_instance (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_subclasses (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_attributes_and_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_bound_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_changing_magic_set_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_comparison (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_deleting_magic_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_descriptor_from_class (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_dict_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_dir (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_division (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_divmod_and_rdivmod (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_hash (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_iterable_as_iter_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_len_contains_iter (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_method_reset_mock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_method_type (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_method_wrapping (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_methods_and_spec (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_methods_and_spec_set (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_methods_are_magic_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_methods_isolated_between_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_mock_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magicmock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magicmock_defaults (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magicmock_del (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_matmul (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_nonzero (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_numeric (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_repr (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_setting_unsupported_magic_method (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_str (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_attribute_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_attributes_return_more_mocks_by_default (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_call_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_call_on_defined_sealed_mock_succeeds (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_call_on_sealed_mock_fails (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_existing_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_existing_attributes_can_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_initialized_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable)
-test_integration_with_spec_att_definition (unittest.test.testmock.testsealable.TestSealable)
-PASS: You are not restricted when using mock with spec
-test_integration_with_spec_method_definition (unittest.test.testmock.testsealable.TestSealable)
-PASS: You need to defin the methods, even if they are in the spec
-test_integration_with_spec_method_definition_respects_spec (unittest.test.testmock.testsealable.TestSealable)
-PASS: You cannot define methods out of the spec
-PASS: test_new_attributes_cannot_be_accessed_on_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_new_attributes_cannot_be_set_on_child_of_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_new_attributes_cannot_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_sealed_exception_has_attribute_name (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_seals_dont_recurse_on_manual_attributes (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_seals_recurse_on_added_attributes (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_seals_recurse_on_magic_methods (unittest.test.testmock.testsealable.TestSealable)
-PASS: testBases (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testCopy (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testDEFAULT (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testPickle (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testSentinelName (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testSentinels (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: test__name__ (unittest.test.testmock.testmock.MockTest)
-PASS: test_adding_child_mock (unittest.test.testmock.testmock.MockTest)
-PASS: test_adding_return_value_mock (unittest.test.testmock.testmock.MockTest)
-PASS: test_all (unittest.test.testmock.testmock.MockTest)
-PASS: test_arg_lists (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_any_call (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_any_call_with_function_spec (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_once (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_once_with (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_once_with_function_spec (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_once_with_message (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_with (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_with_any (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_with_failure_message (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_with_function_spec (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_with_message (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_called_with_method_spec (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_has_calls (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_has_calls_any_order (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_has_calls_with_function_spec (unittest.test.testmock.testmock.MockTest)
-PASS: test_assert_not_called (unittest.test.testmock.testmock.MockTest)
-PASS: test_attach_mock (unittest.test.testmock.testmock.MockTest)
-PASS: test_attach_mock_return_value (unittest.test.testmock.testmock.MockTest)
-PASS: test_attribute_access_returns_mocks (unittest.test.testmock.testmock.MockTest)
-PASS: test_attribute_deletion (unittest.test.testmock.testmock.MockTest)
-PASS: test_attributes_have_name_and_parent_set (unittest.test.testmock.testmock.MockTest)
-PASS: test_autospec_side_effect (unittest.test.testmock.testmock.MockTest)
-PASS: test_autospec_side_effect_exception (unittest.test.testmock.testmock.MockTest)
-PASS: test_baseexceptional_side_effect (unittest.test.testmock.testmock.MockTest)
-PASS: test_call (unittest.test.testmock.testmock.MockTest)
-PASS: test_call_args_comparison (unittest.test.testmock.testmock.MockTest)
-PASS: test_call_args_two_tuple (unittest.test.testmock.testmock.MockTest)
-PASS: test_calls_equal_with_any (unittest.test.testmock.testmock.MockTest)
-PASS: test_child_mock_call_equal (unittest.test.testmock.testmock.MockTest)
-PASS: test_class_assignable (unittest.test.testmock.testmock.MockTest)
-PASS: test_configure_mock (unittest.test.testmock.testmock.MockTest)
-PASS: test_constructor (unittest.test.testmock.testmock.MockTest)
-PASS: test_copy (unittest.test.testmock.testmock.MockTest)
-PASS: test_create_autospec_with_name (unittest.test.testmock.testmock.MockTest)
-PASS: test_customize_wrapped_object_with_return_value (unittest.test.testmock.testmock.MockTest)
-PASS: test_customize_wrapped_object_with_return_value_and_side_effect (unittest.test.testmock.testmock.MockTest)
-PASS: test_customize_wrapped_object_with_return_value_and_side_effect2 (unittest.test.testmock.testmock.MockTest)
-PASS: test_customize_wrapped_object_with_return_value_and_side_effect_default (unittest.test.testmock.testmock.MockTest)
-PASS: test_customize_wrapped_object_with_side_effect_exception (unittest.test.testmock.testmock.MockTest)
-PASS: test_customize_wrapped_object_with_side_effect_function (unittest.test.testmock.testmock.MockTest)
-PASS: test_customize_wrapped_object_with_side_effect_iterable (unittest.test.testmock.testmock.MockTest)
-PASS: test_customize_wrapped_object_with_side_effect_iterable_with_default (unittest.test.testmock.testmock.MockTest)
-PASS: test_dir (unittest.test.testmock.testmock.MockTest)
-PASS: test_dir_from_spec (unittest.test.testmock.testmock.MockTest)
-PASS: test_exceptional_side_effect (unittest.test.testmock.testmock.MockTest)
-PASS: test_filter_dir (unittest.test.testmock.testmock.MockTest)
-PASS: test_from_spec (unittest.test.testmock.testmock.MockTest)
-SKIP: test_java_exception_side_effect (unittest.test.testmock.testmock.MockTest) 'This test only applies to Jython'
-PASS: test_magic_methods_mock_calls (unittest.test.testmock.testmock.MockTest)
-PASS: test_manager_mock (unittest.test.testmock.testmock.MockTest)
-PASS: test_method_calls_compare_easily (unittest.test.testmock.testmock.MockTest)
-PASS: test_method_calls_recorded (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_add_spec (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_add_spec_magic_methods (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_call_not_equal_leaf (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_call_not_equal_non_leaf (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_call_not_equal_non_leaf_attr (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_call_not_equal_non_leaf_call_versus_attr (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_call_not_equal_non_leaf_params_different (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_call_repr (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_calls (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_calls_create_autospec (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_does_not_raise_on_repeated_attribute_deletion (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_open_after_eof (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_open_alter_readline (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_open_dunder_iter_issue (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_open_reuse_issue_21750 (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_open_write (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_parents (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_raises_when_deleting_nonexistent_attribute (unittest.test.testmock.testmock.MockTest)
-PASS: test_mock_unsafe (unittest.test.testmock.testmock.MockTest)
-PASS: test_name_attribute_of_call (unittest.test.testmock.testmock.MockTest)
-PASS: test_only_allowed_methods_exist (unittest.test.testmock.testmock.MockTest)
-PASS: test_override_tuple_methods (unittest.test.testmock.testmock.MockTest)
-PASS: test_parent_attribute_of_call (unittest.test.testmock.testmock.MockTest)
-PASS: test_parent_propagation_with_create_autospec (unittest.test.testmock.testmock.MockTest)
-PASS: test_repr (unittest.test.testmock.testmock.MockTest)
-PASS: test_repr_with_spec (unittest.test.testmock.testmock.MockTest)
-PASS: test_reset_mock (unittest.test.testmock.testmock.MockTest)
-PASS: test_reset_mock_does_not_raise_on_attr_deletion (unittest.test.testmock.testmock.MockTest)
-PASS: test_reset_mock_on_mock_open_issue_18622 (unittest.test.testmock.testmock.MockTest)
-PASS: test_reset_mock_recursion (unittest.test.testmock.testmock.MockTest)
-PASS: test_reset_return (unittest.test.testmock.testmock.MockTest)
-PASS: test_reset_return_sideeffect (unittest.test.testmock.testmock.MockTest)
-PASS: test_reset_sideeffect (unittest.test.testmock.testmock.MockTest)
-PASS: test_return_value_in_constructor (unittest.test.testmock.testmock.MockTest)
-PASS: test_setting_attribute_with_spec_set (unittest.test.testmock.testmock.MockTest)
-PASS: test_setting_call (unittest.test.testmock.testmock.MockTest)
-PASS: test_side_effect (unittest.test.testmock.testmock.MockTest)
-PASS: test_side_effect_iterator (unittest.test.testmock.testmock.MockTest)
-PASS: test_side_effect_iterator_default (unittest.test.testmock.testmock.MockTest)
-PASS: test_side_effect_iterator_exceptions (unittest.test.testmock.testmock.MockTest)
-PASS: test_side_effect_setting_iterator (unittest.test.testmock.testmock.MockTest)
-PASS: test_sorted_call_signature (unittest.test.testmock.testmock.MockTest)
-PASS: test_spec_class (unittest.test.testmock.testmock.MockTest)
-PASS: test_spec_list_subclass (unittest.test.testmock.testmock.MockTest)
-PASS: test_subclass_with_properties (unittest.test.testmock.testmock.MockTest)
-PASS: test_subclassing (unittest.test.testmock.testmock.MockTest)
-PASS: test_wraps_attributes (unittest.test.testmock.testmock.MockTest)
-PASS: test_wraps_call_with_nondefault_return_value (unittest.test.testmock.testmock.MockTest)
-PASS: test_wraps_calls (unittest.test.testmock.testmock.MockTest)
-PASS: test_wraps_prevents_automatic_creation_of_mocks (unittest.test.testmock.testmock.MockTest)
----------------------------------------------------------------------
-Ran 776 tests in 1.576s
+Ran 776 tests in 1.461s
OK (skipped=3)
-0:00:02 load avg: 0.74 [ 8/416] test_doctest
+0:00:02 load avg: 0.90 [ 8/416] test_doctest
Trying:
runner = DebugRunner(verbose=False)
Expecting nothing
@@ -67152,7 +67153,7 @@ PASS: test_empty_namespace_package (test.test_doctest.TestDocTestFinder)
Ran 1 test in 0.005s
OK
-0:00:03 load avg: 0.76 [ 9/416] test_doctest2
+0:00:03 load avg: 0.90 [ 9/416] test_doctest2
Trying:
print('yup') # 1
Expecting:
@@ -67260,7 +67261,7 @@ ok
19 passed and 0 failed.
Test passed.
doctest (test.test_doctest2) ... 19 tests with zero failures
-0:00:03 load avg: 0.76 [ 10/416] test_support
+0:00:03 load avg: 0.90 [ 10/416] test_support
PASS: test_CleanImport (test.test_support.TestSupport)
PASS: test_DirsOnSysPath (test.test_support.TestSupport)
PASS: test_HOST (test.test_support.TestSupport)
@@ -67315,10 +67316,10 @@ PASS: test_unload (test.test_support.TestSupport)
----------------------------------------------------------------------
-Ran 42 tests in 2.631s
+Ran 42 tests in 2.550s
OK (skipped=1)
-0:00:06 load avg: 0.76 [ 11/416] test___all__
+0:00:05 load avg: 0.91 [ 11/416] test___all__
test_all (test.test___all__.AllTest) ... __phello__.foo
_bootlocale
_collections_abc
@@ -68888,19 +68889,19 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 0.570s
+Ran 1 test in 0.614s
OK
-0:00:06 load avg: 0.76 [ 12/416] test___future__
+0:00:06 load avg: 0.91 [ 12/416] test___future__
PASS: test_attributes (test.test___future__.FutureTest)
PASS: test_names (test.test___future__.FutureTest)
----------------------------------------------------------------------
-Ran 2 tests in 0.000s
+Ran 2 tests in 0.001s
OK
-0:00:06 load avg: 0.76 [ 13/416] test__locale
+0:00:06 load avg: 0.91 [ 13/416] test__locale
PASS: test_float_parsing (test.test__locale._LocaleTests)
PASS: test_lc_numeric_basic (test.test__locale._LocaleTests)
PASS: test_lc_numeric_localeconv (test.test__locale._LocaleTests)
@@ -68911,7 +68912,7 @@ PASS: test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests)
Ran 4 tests in 0.004s
OK
-0:00:06 load avg: 0.76 [ 14/416] test__opcode
+0:00:06 load avg: 0.91 [ 14/416] test__opcode
PASS: test_stack_effect (test.test__opcode.OpcodeTests)
----------------------------------------------------------------------
@@ -68919,7 +68920,7 @@ PASS: test_stack_effect (test.test__opcode.OpcodeTests)
Ran 1 test in 0.000s
OK
-0:00:06 load avg: 0.76 [ 15/416] test__osx_support
+0:00:06 load avg: 0.91 [ 15/416] test__osx_support
SKIP: test__check_for_unavailable_sdk (test.test__osx_support.Test_OSXSupport) 'requires OS X'
SKIP: test__find_appropriate_compiler (test.test__osx_support.Test_OSXSupport) 'requires OS X'
SKIP: test__find_build_tool (test.test__osx_support.Test_OSXSupport) 'requires OS X'
@@ -68940,7 +68941,7 @@ SKIP: test_get_platform_osx (test.test__osx_support.Test_OSXSupport) 'requires O
Ran 14 tests in 0.002s
OK (skipped=14)
-0:00:06 load avg: 0.76 [ 16/416] test_abc
+0:00:06 load avg: 0.91 [ 16/416] test_abc
PASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass)
PASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass)
PASS: test_ABC_has___slots__ (test.test_abc.test_factory.<locals>.TestABC)
@@ -68992,10 +68993,10 @@ PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.Test
----------------------------------------------------------------------
-Ran 48 tests in 0.015s
+Ran 48 tests in 0.014s
OK
-0:00:06 load avg: 0.76 [ 17/416] test_abstract_numbers
+0:00:06 load avg: 0.91 [ 17/416] test_abstract_numbers
PASS: test_complex (test.test_abstract_numbers.TestNumbers)
PASS: test_float (test.test_abstract_numbers.TestNumbers)
PASS: test_int (test.test_abstract_numbers.TestNumbers)
@@ -69005,7 +69006,7 @@ PASS: test_int (test.test_abstract_numbers.TestNumbers)
Ran 3 tests in 0.001s
OK
-0:00:06 load avg: 0.76 [ 18/416] test_aifc
+0:00:06 load avg: 0.91 [ 18/416] test_aifc
PASS: test_read_comm_kludge_compname_even (test.test_aifc.AIFCLowLevelTest)
PASS: test_read_comm_kludge_compname_odd (test.test_aifc.AIFCLowLevelTest)
PASS: test_read_no_comm_chunk (test.test_aifc.AIFCLowLevelTest)
@@ -69150,10 +69151,10 @@ PASS: test_write_params (test.test_aifc.AifcULAWTest)
----------------------------------------------------------------------
-Ran 141 tests in 0.096s
+Ran 141 tests in 0.093s
OK
-0:00:07 load avg: 0.76 [ 19/416] test_argparse
+0:00:06 load avg: 0.91 [ 19/416] test_argparse
PASS: test (test.test_argparse.TestActionRegistration)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestActionUserDefined)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionUserDefined)
@@ -70731,10 +70732,10 @@ PASS: test_help_with_metavar (test.test_argparse.TestWrappingMetavar)
----------------------------------------------------------------------
-Ran 1574 tests in 1.296s
+Ran 1574 tests in 1.260s
OK (skipped=12)
-0:00:08 load avg: 0.94 [ 20/416] test_array
+0:00:08 load avg: 0.91 [ 20/416] test_array
PASS: test_error (test.test_array.ArrayReconstructorTest)
PASS: test_numbers (test.test_array.ArrayReconstructorTest)
PASS: test_unicode (test.test_array.ArrayReconstructorTest)
@@ -71508,12 +71509,12 @@ PASS: test_weakref (test.test_array.UnsignedShortTest)
----------------------------------------------------------------------
-Ran 770 tests in 0.967s
+Ran 770 tests in 0.796s
OK
-0:00:09 load avg: 0.94 [ 21/416] test_asdl_parser
+0:00:09 load avg: 0.91 [ 21/416] test_asdl_parser
test_asdl_parser skipped -- test irrelevant for an installed Python
-0:00:09 load avg: 0.94 [ 22/416] test_ast -- test_asdl_parser skipped
+0:00:09 load avg: 0.91 [ 22/416] test_ast -- test_asdl_parser skipped
PASS: test_bad_integer (test.test_ast.ASTHelpers_Test)
PASS: test_copy_location (test.test_ast.ASTHelpers_Test)
PASS: test_dump (test.test_ast.ASTHelpers_Test)
@@ -71596,10 +71597,10 @@ PASS: test_values (test.test_ast.ConstantTests)
----------------------------------------------------------------------
-Ran 79 tests in 1.177s
+Ran 79 tests in 1.075s
OK
-0:00:10 load avg: 0.94 [ 23/416] test_asyncgen
+0:00:10 load avg: 0.91 [ 23/416] test_asyncgen
PASS: test_async_gen_asyncio_01 (test.test_asyncgen.AsyncGenAsyncioTest)
PASS: test_async_gen_asyncio_02 (test.test_asyncgen.AsyncGenAsyncioTest)
PASS: test_async_gen_asyncio_03 (test.test_asyncgen.AsyncGenAsyncioTest)
@@ -71645,10 +71646,10 @@ PASS: test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest)
----------------------------------------------------------------------
-Ran 42 tests in 1.132s
+Ran 42 tests in 1.149s
OK
-0:00:11 load avg: 0.94 [ 24/416] test_asynchat
+0:00:11 load avg: 0.91 [ 24/416] test_asynchat
PASS: test_close_when_done (test.test_asynchat.TestAsynchat)
PASS: test_empty_line (test.test_asynchat.TestAsynchat)
PASS: test_line_terminator1 (test.test_asynchat.TestAsynchat)
@@ -71677,10 +71678,10 @@ PASS: test_disallow_negative_terminator (test.test_asynchat.TestNotConnected)
----------------------------------------------------------------------
-Ran 25 tests in 1.898s
+Ran 25 tests in 1.938s
OK
-0:00:13 load avg: 0.94 [ 25/416] test_asyncio
+0:00:13 load avg: 0.91 [ 25/416] test_asyncio
PASS: test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests)
PASS: test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests)
PASS: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests)
@@ -72584,6 +72585,14 @@ FAIL: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLST
PASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
PASS: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
PASS: test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
+Unhandled error in exception handler
+context: {'message': 'Future exception was never retrieved', 'exception': ConnectionResetError(104, 'Connection reset by peer'), 'future': <Future finished exception=ConnectionResetError(104, 'Connection reset by peer')>}
+Traceback (most recent call last):
+ File "/usr/lib/python3.7/asyncio/base_events.py", line 1643, in call_exception_handler
+ self._exception_handler(self, context)
+ File "/usr/lib/python3.7/test/test_asyncio/functional.py", line 22, in loop_exception_handler
+ self.loop.default_exception_handler(context)
+AttributeError: 'NoneType' object has no attribute 'default_exception_handler'
PASS: test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
PASS: test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
PASS: test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
@@ -72593,14 +72602,6 @@ PASS: test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoH
PASS: test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
PASS: test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
PASS: test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
-Unhandled error in exception handler
-context: {'message': 'Future exception was never retrieved', 'exception': ConnectionResetError(104, 'Connection reset by peer'), 'future': <Future finished exception=ConnectionResetError(104, 'Connection reset by peer')>}
-Traceback (most recent call last):
- File "/usr/lib/python3.7/asyncio/base_events.py", line 1643, in call_exception_handler
- self._exception_handler(self, context)
- File "/usr/lib/python3.7/test/test_asyncio/functional.py", line 22, in loop_exception_handler
- self.loop.default_exception_handler(context)
-AttributeError: 'NoneType' object has no attribute 'default_exception_handler'
PASS: test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests)
PASS: test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests)
PASS: test___repr__ (test.test_asyncio.test_streams.StreamTests)
@@ -73767,10 +73768,10 @@ concurrent.futures._base.TimeoutError
----------------------------------------------------------------------
-Ran 2031 tests in 109.494s
+Ran 2031 tests in 107.817s
FAILED (errors=1, skipped=34)
-0:02:03 load avg: 0.55 [ 26/416/1] test_asyncore -- test_asyncio failed in 1 min 49 sec
+0:02:01 load avg: 0.45 [ 26/416/1] test_asyncore -- test_asyncio failed in 1 min 47 sec
PASS: test_basic (test.test_asyncore.DispatcherTests)
PASS: test_log (test.test_asyncore.DispatcherTests)
PASS: test_log_info (test.test_asyncore.DispatcherTests)
@@ -73875,10 +73876,10 @@ SKIP: test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not
----------------------------------------------------------------------
-Ran 101 tests in 1.834s
+Ran 101 tests in 1.882s
OK (skipped=8)
-0:02:05 load avg: 0.55 [ 27/416/1] test_atexit
+0:02:03 load avg: 0.45 [ 27/416/1] test_atexit
PASS: test_args (test.test_atexit.GeneralTest)
PASS: test_badargs (test.test_atexit.GeneralTest)
PASS: test_bound_methods (test.test_atexit.GeneralTest)
@@ -73897,10 +73898,10 @@ PASS: test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.120s
+Ran 15 tests in 0.130s
OK
-0:02:05 load avg: 0.55 [ 28/416/1] test_audioop
+0:02:03 load avg: 0.45 [ 28/416/1] test_audioop
PASS: test_add (test.test_audioop.TestAudioop)
PASS: test_adpcm2lin (test.test_audioop.TestAudioop)
PASS: test_alaw2lin (test.test_audioop.TestAudioop)
@@ -73935,10 +73936,10 @@ PASS: test_wrongsize (test.test_audioop.TestAudioop)
----------------------------------------------------------------------
-Ran 31 tests in 0.008s
+Ran 31 tests in 0.007s
OK
-0:02:05 load avg: 0.55 [ 29/416/1] test_augassign
+0:02:03 load avg: 0.45 [ 29/416/1] test_augassign
PASS: testBasic (test.test_augassign.AugAssignTest)
PASS: testCustomMethods1 (test.test_augassign.AugAssignTest)
PASS: testCustomMethods2 (test.test_augassign.AugAssignTest)
@@ -73949,10 +73950,10 @@ PASS: test_with_unpacking (test.test_augassign.AugAssignTest)
----------------------------------------------------------------------
-Ran 7 tests in 0.002s
+Ran 7 tests in 0.001s
OK
-0:02:05 load avg: 0.55 [ 30/416/1] test_base64
+0:02:03 load avg: 0.45 [ 30/416/1] test_base64
PASS: test_ErrorHeritage (test.test_base64.BaseXYTestCase)
PASS: test_a85_padding (test.test_base64.BaseXYTestCase)
PASS: test_a85decode (test.test_base64.BaseXYTestCase)
@@ -73986,10 +73987,10 @@ PASS: test_encode_from_stdin (test.test_base64.TestMain)
----------------------------------------------------------------------
-Ran 30 tests in 0.162s
+Ran 30 tests in 0.134s
OK
-0:02:05 load avg: 0.55 [ 31/416/1] test_baseexception
+0:02:03 load avg: 0.45 [ 31/416/1] test_baseexception
PASS: test_builtins_new_style (test.test_baseexception.ExceptionClassTests)
PASS: test_inheritance (test.test_baseexception.ExceptionClassTests)
PASS: test_interface_multi_arg (test.test_baseexception.ExceptionClassTests)
@@ -74003,10 +74004,10 @@ PASS: test_raise_string (test.test_baseexception.UsageTests)
----------------------------------------------------------------------
-Ran 10 tests in 0.003s
+Ran 10 tests in 0.002s
OK
-0:02:05 load avg: 0.55 [ 32/416/1] test_bdb
+0:02:03 load avg: 0.45 [ 32/416/1] test_bdb
PASS: test_down (test.test_bdb.StateTestCase)
PASS: test_next (test.test_bdb.StateTestCase)
PASS: test_next_in_caller_frame (test.test_bdb.StateTestCase)
@@ -74041,10 +74042,10 @@ PASS: test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase)
----------------------------------------------------------------------
-Ran 31 tests in 0.045s
+Ran 31 tests in 0.038s
OK
-0:02:05 load avg: 0.55 [ 33/416/1] test_bigaddrspace
+0:02:03 load avg: 0.45 [ 33/416/1] test_bigaddrspace
SKIP: test_concat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed'
SKIP: test_optimized_concat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed'
SKIP: test_repeat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed'
@@ -74054,10 +74055,10 @@ SKIP: test_repeat (test.test_bigaddrspace.StrTest) 'not enough memory: 858993459
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.001s
OK (skipped=6)
-0:02:05 load avg: 0.55 [ 34/416/1] test_bigmem
+0:02:03 load avg: 0.45 [ 34/416/1] test_bigmem
PASS: test_capitalize (test.test_bigmem.StrTest)
PASS: test_center (test.test_bigmem.StrTest)
PASS: test_compare (test.test_bigmem.StrTest)
@@ -74225,10 +74226,10 @@ PASS: test_sort (test.test_bigmem.ListTest)
----------------------------------------------------------------------
-Ran 164 tests in 0.048s
+Ran 164 tests in 0.041s
OK
-0:02:06 load avg: 0.55 [ 35/416/1] test_binascii
+0:02:04 load avg: 0.45 [ 35/416/1] test_binascii
PASS: test_b2a_base64_newline (test.test_binascii.ArrayBinASCIITest)
PASS: test_base64errors (test.test_binascii.ArrayBinASCIITest)
PASS: test_base64invalid (test.test_binascii.ArrayBinASCIITest)
@@ -74300,10 +74301,10 @@ PASS: test_uu (test.test_binascii.MemoryviewBinASCIITest)
----------------------------------------------------------------------
-Ran 68 tests in 0.021s
+Ran 68 tests in 0.017s
OK
-0:02:06 load avg: 0.55 [ 36/416/1] test_binhex
+0:02:04 load avg: 0.45 [ 36/416/1] test_binhex
PASS: test_binhex (test.test_binhex.BinHexTestCase)
PASS: test_binhex_error_on_long_filename (test.test_binhex.BinHexTestCase)
@@ -74312,7 +74313,7 @@ PASS: test_binhex_error_on_long_filename (test.test_binhex.BinHexTestCase)
Ran 2 tests in 0.001s
OK
-0:02:06 load avg: 0.55 [ 37/416/1] test_binop
+0:02:04 load avg: 0.45 [ 37/416/1] test_binop
PASS: test_fallback_ne_blocking (test.test_binop.FallbackBlockingTests)
PASS: test_fallback_rmethod_blocking (test.test_binop.FallbackBlockingTests)
PASS: test_comparison_orders (test.test_binop.OperationOrderTests)
@@ -74331,7 +74332,7 @@ PASS: test_true_div (test.test_binop.RatTestCase)
Ran 12 tests in 0.003s
OK
-0:02:06 load avg: 0.55 [ 38/416/1] test_bisect
+0:02:04 load avg: 0.45 [ 38/416/1] test_bisect
PASS: test_backcompatibility (test.test_bisect.TestBisectC)
PASS: test_keyword_args (test.test_bisect.TestBisectC)
PASS: test_large_pyrange (test.test_bisect.TestBisectC)
@@ -74371,10 +74372,10 @@ PASS: test_vsBuiltinSort (test.test_bisect.TestInsortPython)
----------------------------------------------------------------------
-Ran 36 tests in 0.027s
+Ran 36 tests in 0.022s
OK
-0:02:06 load avg: 0.55 [ 39/416/1] test_bool
+0:02:04 load avg: 0.45 [ 39/416/1] test_bool
PASS: test_blocked (test.test_bool.BoolTest)
PASS: test_boolean (test.test_bool.BoolTest)
PASS: test_callable (test.test_bool.BoolTest)
@@ -74406,10 +74407,10 @@ PASS: test_types (test.test_bool.BoolTest)
----------------------------------------------------------------------
-Ran 28 tests in 0.005s
+Ran 28 tests in 0.004s
OK
-0:02:06 load avg: 0.55 [ 40/416/1] test_buffer
+0:02:04 load avg: 0.45 [ 40/416/1] test_buffer
PASS: test_issue_7385 (test.test_buffer.TestBufferProtocol)
PASS: test_memoryview_array (test.test_buffer.TestBufferProtocol)
PASS: test_memoryview_assign (test.test_buffer.TestBufferProtocol)
@@ -74485,10 +74486,10 @@ PASS: test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol)
----------------------------------------------------------------------
-Ran 72 tests in 6.071s
+Ran 72 tests in 5.084s
OK
-0:02:12 load avg: 0.58 [ 41/416/1] test_bufio
+0:02:09 load avg: 0.50 [ 41/416/1] test_bufio
PASS: test_nullpat (test.test_bufio.CBufferSizeTest)
PASS: test_primepat (test.test_bufio.CBufferSizeTest)
PASS: test_nullpat (test.test_bufio.PyBufferSizeTest)
@@ -74496,10 +74497,10 @@ PASS: test_primepat (test.test_bufio.PyBufferSizeTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.421s
+Ran 4 tests in 0.352s
OK
-0:02:12 load avg: 0.58 [ 42/416/1] test_bytes
+0:02:09 load avg: 0.50 [ 42/416/1] test_bytes
SKIP: test_compare (test.test_bytes.AssortedBytesTest) 'BytesWarning is needed for this test: use -bb option'
PASS: test_compare_bytes_to_bytearray (test.test_bytes.AssortedBytesTest)
PASS: test_doc (test.test_bytes.AssortedBytesTest)
@@ -74760,10 +74761,10 @@ PASS: test_xjust_int_error (test.test_bytes.BytesTest)
----------------------------------------------------------------------
-Ran 257 tests in 1.267s
+Ran 257 tests in 1.057s
OK (skipped=5)
-0:02:14 load avg: 0.62 [ 43/416/1] test_bz2
+0:02:10 load avg: 0.54 [ 43/416/1] test_bz2
PASS: testAppend (test.test_bz2.BZ2FileTest)
PASS: testBadArgs (test.test_bz2.BZ2FileTest)
PASS: testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest)
@@ -74863,10 +74864,10 @@ PASS: test_x_mode (test.test_bz2.OpenTest)
----------------------------------------------------------------------
-Ran 95 tests in 6.169s
+Ran 95 tests in 2.771s
OK (skipped=1)
-0:02:20 load avg: 0.65 [ 44/416/1] test_c_locale_coercion
+0:02:13 load avg: 0.54 [ 44/416/1] test_c_locale_coercion
skipped 'No C-with-UTF-8 locale available'
PASS: test_LC_ALL_set_to_C (test.test_c_locale_coercion.LocaleCoercionTests)
PASS: test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests)
@@ -74877,10 +74878,10 @@ PASS: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCo
----------------------------------------------------------------------
-Ran 6 tests in 2.442s
+Ran 6 tests in 1.115s
OK (skipped=2)
-0:02:23 load avg: 0.68 [ 45/416/1] test_calendar
+0:02:14 load avg: 0.54 [ 45/416/1] test_calendar
PASS: test_days (test.test_calendar.CalendarTestCase)
PASS: test_enumerate_weekdays (test.test_calendar.CalendarTestCase)
PASS: test_illegal_weekday_reported (test.test_calendar.CalendarTestCase)
@@ -74952,10 +74953,10 @@ PASS: test_timegm (test.test_calendar.TimegmTestCase)
----------------------------------------------------------------------
-Ran 68 tests in 3.064s
+Ran 68 tests in 1.359s
OK
-0:02:26 load avg: 0.68 [ 46/416/1] test_call
+0:02:16 load avg: 0.58 [ 46/416/1] test_call
PASS: test_oldargs0_0 (test.test_call.CFunctionCalls)
PASS: test_oldargs0_0_ext (test.test_call.CFunctionCalls)
PASS: test_oldargs0_0_kw (test.test_call.CFunctionCalls)
@@ -75018,10 +75019,10 @@ PASS: test_kwargs_order (test.test_call.FunctionCalls)
----------------------------------------------------------------------
-Ran 59 tests in 0.028s
+Ran 59 tests in 0.014s
OK
-0:02:26 load avg: 0.68 [ 47/416/1] test_capi
+0:02:16 load avg: 0.58 [ 47/416/1] test_capi
PASS: test_buildvalue_N (test.test_capi.CAPITest)
PASS: test_c_type_with_matrix_multiplication (test.test_capi.CAPITest)
PASS: test_docstring_signature_parsing (test.test_capi.CAPITest)
@@ -75094,10 +75095,10 @@ PASS: test_xincref_doesnt_leak (test.test_capi.Test_testcapi)
----------------------------------------------------------------------
-Ran 68 tests in 3.455s
+Ran 68 tests in 2.988s
OK (skipped=4)
-0:02:30 load avg: 1.98 [ 48/416/1] test_cgi
+0:02:19 load avg: 0.58 [ 48/416/1] test_cgi
PASS: testQSAndFormData (test.test_cgi.CgiTests)
PASS: testQSAndFormDataFile (test.test_cgi.CgiTests)
PASS: testQSAndUrlEncode (test.test_cgi.CgiTests)
@@ -75124,10 +75125,10 @@ PASS: test_strict (test.test_cgi.CgiTests)
----------------------------------------------------------------------
-Ran 23 tests in 0.035s
+Ran 23 tests in 0.022s
OK
-0:02:30 load avg: 1.98 [ 49/416/1] test_cgitb
+0:02:19 load avg: 0.58 [ 49/416/1] test_cgitb
PASS: test_blanks (test.test_cgitb.TestCgitb)
PASS: test_fonts (test.test_cgitb.TestCgitb)
PASS: test_html (test.test_cgitb.TestCgitb)
@@ -75137,10 +75138,10 @@ PASS: test_text (test.test_cgitb.TestCgitb)
----------------------------------------------------------------------
-Ran 6 tests in 0.304s
+Ran 6 tests in 0.194s
OK
-0:02:31 load avg: 1.98 [ 50/416/1] test_charmapcodec
+0:02:19 load avg: 0.58 [ 50/416/1] test_charmapcodec
PASS: test_constructorx (test.test_charmapcodec.CharmapCodecTest)
PASS: test_constructory (test.test_charmapcodec.CharmapCodecTest)
PASS: test_encodex (test.test_charmapcodec.CharmapCodecTest)
@@ -75148,10 +75149,10 @@ PASS: test_maptoundefined (test.test_charmapcodec.CharmapCodecTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.003s
+Ran 4 tests in 0.002s
OK
-0:02:31 load avg: 1.98 [ 51/416/1] test_class
+0:02:19 load avg: 0.58 [ 51/416/1] test_class
PASS: testBadTypeReturned (test.test_class.ClassTests)
PASS: testBinaryOps (test.test_class.ClassTests)
PASS: testConstructorErrorMessages (test.test_class.ClassTests)
@@ -75170,12 +75171,12 @@ PASS: testUnaryOps (test.test_class.ClassTests)
----------------------------------------------------------------------
-Ran 15 tests in 0.045s
+Ran 15 tests in 0.015s
OK
-0:02:31 load avg: 1.98 [ 52/416/1] test_clinic
+0:02:19 load avg: 0.58 [ 52/416/1] test_clinic
test_clinic skipped -- '/usr/lib/Tools/clinic' path does not exist
-0:02:31 load avg: 1.98 [ 53/416/1] test_cmath -- test_clinic skipped
+0:02:19 load avg: 0.58 [ 53/416/1] test_cmath -- test_clinic skipped
PASS: testAtanSign (test.test_cmath.CMathTests)
PASS: testAtanhSign (test.test_cmath.CMathTests)
SKIP: testTanhSign (test.test_cmath.CMathTests) "system tanh() function doesn't copy the sign"
@@ -75211,10 +75212,10 @@ PASS: test_zero_tolerance (test.test_cmath.IsCloseTests)
----------------------------------------------------------------------
-Ran 32 tests in 0.096s
+Ran 32 tests in 0.044s
OK (skipped=1)
-0:02:32 load avg: 1.98 [ 54/416/1] test_cmd
+0:02:20 load avg: 0.58 [ 54/416/1] test_cmd
Trying:
mycmd = samplecmdclass()
Expecting nothing
@@ -75437,7 +75438,7 @@ PASS: test_input_reset_at_EOF (test.test_cmd.TestAlternateInput)
Ran 2 tests in 0.004s
OK
-0:02:32 load avg: 1.98 [ 55/416/1] test_cmd_line
+0:02:20 load avg: 0.58 [ 55/416/1] test_cmd_line
SKIP: test_argv0_normalization (test.test_cmd_line.CmdLineTest) 'bpo-32457 only applies on Windows'
PASS: test_builtin_input (test.test_cmd_line.CmdLineTest)
PASS: test_closed_stdout (test.test_cmd_line.CmdLineTest)
@@ -75483,10 +75484,10 @@ PASS: test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest)
----------------------------------------------------------------------
-Ran 42 tests in 3.230s
+Ran 42 tests in 1.505s
OK (skipped=2)
-0:02:35 load avg: 1.91 [ 56/416/1] test_cmd_line_script
+0:02:21 load avg: 0.61 [ 56/416/1] test_cmd_line_script
PASS: test_basic_script (test.test_cmd_line_script.CmdLineTest)
PASS: test_consistent_sys_path_for_direct_execution (test.test_cmd_line_script.CmdLineTest)
PASS: test_consistent_sys_path_for_module_execution (test.test_cmd_line_script.CmdLineTest)
@@ -75527,10 +75528,10 @@ PASS: test_zipfile_error (test.test_cmd_line_script.CmdLineTest)
----------------------------------------------------------------------
-Ran 37 tests in 4.069s
+Ran 37 tests in 1.955s
OK
-0:02:39 load avg: 1.83 [ 57/416/1] test_code
+0:02:23 load avg: 0.61 [ 57/416/1] test_code
Trying:
def f(x):
def g(y):
@@ -75700,10 +75701,10 @@ PASS: test_get_set (test.test_code.CoExtra)
----------------------------------------------------------------------
-Ran 13 tests in 0.020s
+Ran 13 tests in 0.007s
OK
-0:02:40 load avg: 1.83 [ 58/416/1] test_code_module
+0:02:23 load avg: 0.61 [ 58/416/1] test_code_module
PASS: test_banner (test.test_code_module.TestInteractiveConsole)
PASS: test_cause_tb (test.test_code_module.TestInteractiveConsole)
PASS: test_console_stderr (test.test_code_module.TestInteractiveConsole)
@@ -75716,10 +75717,10 @@ PASS: test_sysexcepthook (test.test_code_module.TestInteractiveConsole)
----------------------------------------------------------------------
-Ran 9 tests in 0.058s
+Ran 9 tests in 0.027s
OK
-0:02:40 load avg: 1.83 [ 59/416/1] test_codeccallbacks
+0:02:23 load avg: 0.61 [ 59/416/1] test_codeccallbacks
PASS: test_backslashescape (test.test_codeccallbacks.CodecCallbackTest)
PASS: test_badandgoodbackslashreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest)
PASS: test_badandgoodignoreexceptions (test.test_codeccallbacks.CodecCallbackTest)
@@ -75758,10 +75759,10 @@ PASS: test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest)
----------------------------------------------------------------------
-Ran 35 tests in 0.061s
+Ran 35 tests in 0.020s
OK
-0:02:40 load avg: 1.83 [ 60/416/1] test_codecencodings_cn
+0:02:23 load avg: 0.61 [ 60/416/1] test_codecencodings_cn
PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB18030)
PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB18030)
PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB18030)
@@ -75837,10 +75838,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ)
----------------------------------------------------------------------
-Ran 72 tests in 0.398s
+Ran 72 tests in 0.141s
OK (skipped=2)
-0:02:41 load avg: 1.83 [ 61/416/1] test_codecencodings_hk
+0:02:24 load avg: 0.61 [ 61/416/1] test_codecencodings_hk
PASS: test_callback_None_index (test.test_codecencodings_hk.Test_Big5HKSCS)
PASS: test_callback_backward_index (test.test_codecencodings_hk.Test_Big5HKSCS)
PASS: test_callback_forward_index (test.test_codecencodings_hk.Test_Big5HKSCS)
@@ -75862,10 +75863,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS)
----------------------------------------------------------------------
-Ran 18 tests in 0.018s
+Ran 18 tests in 0.009s
OK
-0:02:41 load avg: 1.83 [ 62/416/1] test_codecencodings_iso2022
+0:02:24 load avg: 0.61 [ 62/416/1] test_codecencodings_iso2022
PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP)
PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP)
PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP)
@@ -75923,10 +75924,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR)
----------------------------------------------------------------------
-Ran 54 tests in 0.365s
+Ran 54 tests in 0.139s
OK (skipped=1)
-0:02:42 load avg: 1.83 [ 63/416/1] test_codecencodings_jp
+0:02:24 load avg: 0.61 [ 63/416/1] test_codecencodings_jp
PASS: test_callback_None_index (test.test_codecencodings_jp.Test_CP932)
PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_CP932)
PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_CP932)
@@ -76056,10 +76057,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT)
----------------------------------------------------------------------
-Ran 126 tests in 1.014s
+Ran 126 tests in 0.353s
OK
-0:02:43 load avg: 1.77 [ 64/416/1] test_codecencodings_kr
+0:02:24 load avg: 0.61 [ 64/416/1] test_codecencodings_kr
PASS: test_callback_None_index (test.test_codecencodings_kr.Test_CP949)
PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_CP949)
PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_CP949)
@@ -76117,10 +76118,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB)
----------------------------------------------------------------------
-Ran 54 tests in 0.255s
+Ran 54 tests in 0.085s
OK
-0:02:43 load avg: 1.77 [ 65/416/1] test_codecencodings_tw
+0:02:24 load avg: 0.61 [ 65/416/1] test_codecencodings_tw
PASS: test_callback_None_index (test.test_codecencodings_tw.Test_Big5)
PASS: test_callback_backward_index (test.test_codecencodings_tw.Test_Big5)
PASS: test_callback_forward_index (test.test_codecencodings_tw.Test_Big5)
@@ -76142,10 +76143,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
-Ran 18 tests in 0.085s
+Ran 18 tests in 0.033s
OK
-0:02:44 load avg: 1.77 [ 66/416/1] test_codecmaps_cn
+0:02:24 load avg: 0.61 [ 66/416/1] test_codecmaps_cn
SKIP: test_errorhandle (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled"
@@ -76158,20 +76159,20 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap) "Use of the
----------------------------------------------------------------------
-Ran 9 tests in 0.004s
+Ran 9 tests in 0.002s
OK (skipped=9)
-0:02:44 load avg: 1.77 [ 67/416/1] test_codecmaps_hk
+0:02:24 load avg: 0.61 [ 67/416/1] test_codecmaps_hk
SKIP: test_errorhandle (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled"
----------------------------------------------------------------------
-Ran 3 tests in 0.002s
+Ran 3 tests in 0.001s
OK (skipped=3)
-0:02:44 load avg: 1.77 [ 68/416/1] test_codecmaps_jp
+0:02:24 load avg: 0.61 [ 68/416/1] test_codecmaps_jp
SKIP: test_errorhandle (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled"
@@ -76190,10 +76191,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map) "Use o
----------------------------------------------------------------------
-Ran 15 tests in 0.006s
+Ran 15 tests in 0.004s
OK (skipped=15)
-0:02:44 load avg: 1.77 [ 69/416/1] test_codecmaps_kr
+0:02:25 load avg: 0.61 [ 69/416/1] test_codecmaps_kr
SKIP: test_errorhandle (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled"
@@ -76206,10 +76207,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap) "Use of th
----------------------------------------------------------------------
-Ran 9 tests in 0.004s
+Ran 9 tests in 0.002s
OK (skipped=9)
-0:02:44 load avg: 1.77 [ 70/416/1] test_codecmaps_tw
+0:02:25 load avg: 0.61 [ 70/416/1] test_codecmaps_tw
SKIP: test_errorhandle (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled"
@@ -76219,10 +76220,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map) "Use of th
----------------------------------------------------------------------
-Ran 6 tests in 0.003s
+Ran 6 tests in 0.002s
OK (skipped=6)
-0:02:45 load avg: 1.77 [ 71/416/1] test_codecs
+0:02:25 load avg: 0.61 [ 71/416/1] test_codecs
PASS: test_decode (test.test_codecs.ASCIITest)
PASS: test_decode_error (test.test_codecs.ASCIITest)
PASS: test_encode (test.test_codecs.ASCIITest)
@@ -76455,10 +76456,10 @@ PASS: test_streamreaderwriter (test.test_codecs.WithStmtTest)
----------------------------------------------------------------------
-Ran 228 tests in 2.249s
+Ran 228 tests in 0.840s
OK (skipped=19)
-0:02:47 load avg: 1.77 [ 72/416/1] test_codeop
+0:02:26 load avg: 0.64 [ 72/416/1] test_codeop
PASS: test_filename (test.test_codeop.CodeopTests)
PASS: test_incomplete (test.test_codeop.CodeopTests)
PASS: test_invalid (test.test_codeop.CodeopTests)
@@ -76466,10 +76467,10 @@ PASS: test_valid (test.test_codeop.CodeopTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.013s
+Ran 4 tests in 0.006s
OK
-0:02:47 load avg: 1.77 [ 73/416/1] test_collections
+0:02:26 load avg: 0.64 [ 73/416/1] test_collections
PASS: test_copy (test.test_collections.TestNamedTuple)
PASS: test_defaults (test.test_collections.TestNamedTuple)
PASS: test_doc_writable (test.test_collections.TestNamedTuple)
@@ -76579,7 +76580,7 @@ PASS: test_str_protocol (test.test_collections.TestUserObjects)
----------------------------------------------------------------------
-Ran 90 tests in 0.927s
+Ran 90 tests in 0.376s
OK
Trying:
@@ -77118,7 +77119,7 @@ ok
66 passed and 0 failed.
Test passed.
doctest (collections) ... 66 tests with zero failures
-0:02:49 load avg: 1.70 [ 74/416/1] test_colorsys
+0:02:26 load avg: 0.64 [ 74/416/1] test_colorsys
PASS: test_hls_roundtrip (test.test_colorsys.ColorsysTest)
PASS: test_hls_values (test.test_colorsys.ColorsysTest)
PASS: test_hsv_roundtrip (test.test_colorsys.ColorsysTest)
@@ -77128,10 +77129,10 @@ PASS: test_yiq_values (test.test_colorsys.ColorsysTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.011s
+Ran 6 tests in 0.005s
OK
-0:02:49 load avg: 1.70 [ 75/416/1] test_compare
+0:02:26 load avg: 0.64 [ 75/416/1] test_compare
PASS: test_comparisons (test.test_compare.ComparisonTest)
PASS: test_id_comparisons (test.test_compare.ComparisonTest)
PASS: test_issue_1393 (test.test_compare.ComparisonTest)
@@ -77145,10 +77146,10 @@ PASS: No default delegation between operations except __ne__()
----------------------------------------------------------------------
-Ran 7 tests in 0.004s
+Ran 7 tests in 0.002s
OK
-0:02:49 load avg: 1.70 [ 76/416/1] test_compile
+0:02:26 load avg: 0.64 [ 76/416/1] test_compile
PASS: test_and (test.test_compile.TestExpressionStackSize)
PASS: test_and_or (test.test_compile.TestExpressionStackSize)
PASS: test_binop (test.test_compile.TestExpressionStackSize)
@@ -77225,10 +77226,10 @@ PASS: test_with (test.test_compile.TestStackSizeStability)
----------------------------------------------------------------------
-Ran 72 tests in 2.319s
+Ran 72 tests in 1.384s
OK
-0:02:52 load avg: 1.70 [ 77/416/1] test_compileall
+0:02:28 load avg: 0.64 [ 77/416/1] test_compileall
PASS: test_compiles_as_much_as_possible (test.test_compileall.CommmandLineTestsNoSourceEpoch)
PASS: test_d_compile_error (test.test_compileall.CommmandLineTestsNoSourceEpoch)
PASS: test_d_runtime_error (test.test_compileall.CommmandLineTestsNoSourceEpoch)
@@ -77313,10 +77314,10 @@ PASS: test_error (test.test_compileall.EncodingTest)
----------------------------------------------------------------------
-Ran 81 tests in 9.200s
+Ran 81 tests in 3.871s
OK (skipped=2)
-0:03:01 load avg: 1.60 [ 78/416/1] test_complex
+0:02:32 load avg: 0.67 [ 78/416/1] test_complex
PASS: test_abs (test.test_complex.ComplexTest)
PASS: test_boolcontext (test.test_complex.ComplexTest)
PASS: test_conjugate (test.test_complex.ComplexTest)
@@ -77344,10 +77345,10 @@ PASS: test_underscores (test.test_complex.ComplexTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.257s
+Ran 24 tests in 0.111s
OK
-0:03:01 load avg: 1.60 [ 79/416/1] test_concurrent_futures
+0:02:32 load avg: 0.67 [ 79/416/1] test_concurrent_futures
PASS: test_cancel (test.test_concurrent_futures.FutureTests)
PASS: test_cancelled (test.test_concurrent_futures.FutureTests)
PASS: test_done (test.test_concurrent_futures.FutureTests)
@@ -77365,114 +77366,114 @@ PASS: test_result_with_cancel (test.test_concurrent_futures.FutureTests)
PASS: test_result_with_success (test.test_concurrent_futures.FutureTests)
PASS: test_result_with_timeout (test.test_concurrent_futures.FutureTests)
PASS: test_running (test.test_concurrent_futures.FutureTests)
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.19s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.16s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.17s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.17s ok
-test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.16s ok
-test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.43s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.27s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.15s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.14s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.15s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.15s ok
+test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.15s ok
+test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.34s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.26s ok
test_initializer (test.test_concurrent_futures.ProcessPoolForkFailingInitializerTest) ... 0.13s ok
test_initializer (test.test_concurrent_futures.ProcessPoolForkInitializerTest) ... 0.13s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.18s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.18s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.18s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
+test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
test_map_timeout (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 6.16s ok
test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.18s ok
test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
test_traceback (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
-test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.04s ok
+test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.05s ok
test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.04s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.04s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.13s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.02s ok
+test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.05s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.20s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.04s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.07s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 0.13s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.63s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.63s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.13s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 2.14s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.64s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.14s ok
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.27s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.16s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.18s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.25s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.10s ok
+test_all_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 0.14s ok
+test_first_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.65s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.65s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.16s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 2.16s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.66s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.16s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.32s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.19s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.21s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.31s ok
test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.17s ok
-test_crash (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 1.19s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.41s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.27s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.29s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.61s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.20s ok
-test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.22s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.23s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.23s ok
+test_crash (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 1.02s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.37s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.26s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.22s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.46s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.17s ok
+test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.21s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.20s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.20s ok
test_map_timeout (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 6.21s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.26s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.36s ok
-test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.33s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.21s ok
-test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.21s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.30s ok
-test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.33s ok
-test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.06s ok
-test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.06s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.14s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.67s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.34s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.20s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.27s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.28s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
+test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.20s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.27s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.25s ok
+test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.04s ok
+test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.03s ok
+test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.08s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.39s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.21s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.50s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 0.31s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.73s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.73s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 3.24s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.25s ok
+test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 0.24s ok
+test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.69s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.70s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 3.22s ok
test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 2.21s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.72s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.21s ok
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.41s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.40s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.42s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.47s ok
-test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.40s ok
-test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 2.08s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.71s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.19s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.51s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.52s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.52s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.61s ok
+test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.50s ok
+test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 2.39s ok
test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.66s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.31s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.30s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.61s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.39s ok
-test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.43s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.42s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.41s ok
-test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.42s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.43s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.46s ok
-test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.54s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.45s ok
-test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.44s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.48s ok
-test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.48s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.33s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.36s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.77s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.44s ok
+test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.54s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.52s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.51s ok
+test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.52s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.51s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.58s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.65s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.50s ok
+test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.52s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.58s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.03s ok
test_del_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.03s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.38s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.48s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.42s ok
+test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.40s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.63s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.52s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.41s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.46s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.94s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.93s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.42s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.42s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.90s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.43s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.42s ok
+test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.47s ok
+test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.95s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.02s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.54s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.52s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.04s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.53s ok
test_correct_timeout_exception_msg (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok
test_duplicate_futures (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.11s ok
test_free_reference_yielded_future (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok
@@ -77485,37 +77486,37 @@ test_map_exception (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.1
test_map_submits_without_iteration (test.test_concurrent_futures.ThreadPoolExecutorTest)
Tests verifying issue 11777. ... 0.10s ok
test_map_timeout (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 6.11s ok
-test_max_workers_negative (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
+test_max_workers_negative (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.11s ok
test_no_stale_references (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_shutdown_race_issue12456 (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_submit (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_submit_keyword (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
-test_initializer (test.test_concurrent_futures.ThreadPoolFailingInitializerTest) ... 0.10s ok
+test_initializer (test.test_concurrent_futures.ThreadPoolFailingInitializerTest) ... 0.11s ok
test_initializer (test.test_concurrent_futures.ThreadPoolInitializerTest) ... 0.10s ok
test_context_manager_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
test_del_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
test_hang_issue12364 (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.01s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.10s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.17s ok
test_run_after_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.04s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.06s ok
test_thread_names_assigned (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
test_thread_names_default (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
test_threads_terminate (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
test_all_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.10s ok
-test_first_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.60s ok
+test_first_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.61s ok
test_first_completed_some_already_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.60s ok
-test_first_exception (test.test_concurrent_futures.ThreadPoolWaitTests) ... 3.11s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 2.10s ok
+test_first_exception (test.test_concurrent_futures.ThreadPoolWaitTests) ... 3.10s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 2.12s ok
test_first_exception_some_already_complete (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.60s ok
-test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.10s ok
+test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.11s ok
test_timeout (test.test_concurrent_futures.ThreadPoolWaitTests) ... 6.11s ok
----------------------------------------------------------------------
-Ran 160 tests in 147.657s
+Ran 160 tests in 149.136s
OK
-0:05:29 load avg: 0.72 [ 80/416/1] test_configparser -- test_concurrent_futures passed in 2 min 27 sec
+0:05:01 load avg: 0.81 [ 80/416/1] test_configparser -- test_concurrent_futures passed in 2 min 29 sec
PASS: test_converters_at_init (test.test_configparser.BlatantOverrideConvertersTestCase)
PASS: test_inheritance (test.test_configparser.BlatantOverrideConvertersTestCase)
PASS: test_instance_assignment (test.test_configparser.BlatantOverrideConvertersTestCase)
@@ -77870,10 +77871,10 @@ PASS: test_write (test.test_configparser.StrictTestCase)
----------------------------------------------------------------------
-Ran 341 tests in 0.448s
+Ran 341 tests in 0.487s
OK (skipped=5)
-0:05:30 load avg: 0.72 [ 81/416/1] test_contains
+0:05:02 load avg: 0.81 [ 81/416/1] test_contains
PASS: test_block_fallback (test.test_contains.TestContains)
PASS: test_builtin_sequence_types (test.test_contains.TestContains)
PASS: test_common_tests (test.test_contains.TestContains)
@@ -77884,7 +77885,7 @@ PASS: test_nonreflexive (test.test_contains.TestContains)
Ran 4 tests in 0.001s
OK
-0:05:30 load avg: 0.72 [ 82/416/1] test_context
+0:05:02 load avg: 0.81 [ 82/416/1] test_context
PASS: test_context_copy_1 (test.test_context.ContextTest)
PASS: test_context_get_context_1 (test.test_context.ContextTest)
PASS: test_context_getset_1 (test.test_context.ContextTest)
@@ -77931,10 +77932,10 @@ PASS: test_hashkey_helper_1 (test.test_context.HamtTest)
----------------------------------------------------------------------
-Ran 43 tests in 1.234s
+Ran 43 tests in 1.453s
OK
-0:05:31 load avg: 0.72 [ 83/416/1] test_contextlib
+0:05:03 load avg: 0.81 [ 83/416/1] test_contextlib
PASS: test_closing (test.test_contextlib.ClosingTestCase)
PASS: test_closing_error (test.test_contextlib.ClosingTestCase)
PASS: test_instance_docs (test.test_contextlib.ClosingTestCase)
@@ -78016,10 +78017,10 @@ PASS: test_other_exception (test.test_contextlib.TestSuppress)
----------------------------------------------------------------------
-Ran 78 tests in 0.047s
+Ran 78 tests in 0.040s
OK
-0:05:31 load avg: 0.72 [ 84/416/1] test_contextlib_async
+0:05:03 load avg: 0.81 [ 84/416/1] test_contextlib_async
PASS: test_contextmanager_attribs (test.test_contextlib_async.AsyncContextManagerTestCase)
PASS: test_contextmanager_doc_attrib (test.test_contextlib_async.AsyncContextManagerTestCase)
PASS: test_contextmanager_except (test.test_contextlib_async.AsyncContextManagerTestCase)
@@ -78067,10 +78068,10 @@ PASS: test_push (test.test_contextlib_async.TestAsyncExitStack)
----------------------------------------------------------------------
-Ran 40 tests in 0.050s
+Ran 40 tests in 0.042s
OK
-0:05:31 load avg: 0.72 [ 85/416/1] test_copy
+0:05:03 load avg: 0.81 [ 85/416/1] test_copy
PASS: test_copy_atomic (test.test_copy.TestCopy)
PASS: test_copy_basic (test.test_copy.TestCopy)
PASS: test_copy_bytearray (test.test_copy.TestCopy)
@@ -78149,10 +78150,10 @@ PASS: test_reduce_5tuple (test.test_copy.TestCopy)
----------------------------------------------------------------------
-Ran 75 tests in 0.016s
+Ran 75 tests in 0.014s
OK
-0:05:31 load avg: 0.72 [ 86/416/1] test_copyreg
+0:05:03 load avg: 0.81 [ 86/416/1] test_copyreg
PASS: test_bool (test.test_copyreg.CopyRegTestCase)
PASS: test_class (test.test_copyreg.CopyRegTestCase)
PASS: test_extension_registry (test.test_copyreg.CopyRegTestCase)
@@ -78165,7 +78166,7 @@ PASS: test_slotnames (test.test_copyreg.CopyRegTestCase)
Ran 6 tests in 0.001s
OK
-0:05:31 load avg: 0.72 [ 87/416/1] test_coroutines
+0:05:03 load avg: 0.81 [ 87/416/1] test_coroutines
PASS: test_badsyntax_1 (test.test_coroutines.AsyncBadSyntaxTest)
PASS: test_badsyntax_2 (test.test_coroutines.AsyncBadSyntaxTest)
PASS: test_badsyntax_3 (test.test_coroutines.AsyncBadSyntaxTest)
@@ -78263,10 +78264,10 @@ PASS: test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarn
----------------------------------------------------------------------
-Ran 94 tests in 0.491s
+Ran 94 tests in 0.444s
OK
-0:05:32 load avg: 0.72 [ 88/416/1] test_cprofile
+0:05:04 load avg: 0.81 [ 88/416/1] test_cprofile
PASS: test_bad_counter_during_dealloc (test.test_cprofile.CProfileTest)
PASS: test_calling_conventions (test.test_cprofile.CProfileTest)
PASS: test_cprofile (test.test_cprofile.CProfileTest)
@@ -78277,10 +78278,10 @@ PASS: test_sort (test.test_cprofile.TestCommandLine)
----------------------------------------------------------------------
-Ran 7 tests in 0.170s
+Ran 7 tests in 0.139s
OK
-0:05:32 load avg: 0.72 [ 89/416/1] test_crashers
+0:05:04 load avg: 0.81 [ 89/416/1] test_crashers
SKIP: test_crashers_crash (test.test_crashers.CrasherTest) 'these tests are too fragile'
----------------------------------------------------------------------
@@ -78288,7 +78289,7 @@ SKIP: test_crashers_crash (test.test_crashers.CrasherTest) 'these tests are too
Ran 1 test in 0.000s
OK (skipped=1)
-0:05:32 load avg: 0.72 [ 90/416/1] test_crypt
+0:05:04 load avg: 0.81 [ 90/416/1] test_crypt
PASS: test_blowfish_rounds (test.test_crypt.CryptTestCase)
PASS: test_crypt (test.test_crypt.CryptTestCase)
PASS: test_invalid_rounds (test.test_crypt.CryptTestCase)
@@ -78299,10 +78300,10 @@ PASS: test_sha2_rounds (test.test_crypt.CryptTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 1.389s
+Ran 7 tests in 1.151s
OK
-0:05:34 load avg: 0.75 [ 91/416/1] test_csv
+0:05:05 load avg: 0.82 [ 91/416/1] test_csv
PASS: test_ordered_dict_reader (test.test_csv.KeyOrderingTest)
PASS: test_ordering_for_the_dict_reader_and_writer (test.test_csv.KeyOrderingTest)
PASS: test__all__ (test.test_csv.MiscTestCase)
@@ -78412,10 +78413,10 @@ PASS: test_writerows_with_none (test.test_csv.Test_Csv)
----------------------------------------------------------------------
-Ran 106 tests in 0.075s
+Ran 106 tests in 0.063s
OK (skipped=4)
-0:05:34 load avg: 0.75 [ 92/416/1] test_ctypes
+0:05:05 load avg: 0.82 [ 92/416/1] test_ctypes
PASS: test_anon (ctypes.test.test_anon.AnonTest)
PASS: test_anon_nonmember (ctypes.test.test_anon.AnonTest)
PASS: test_anon_nonseq (ctypes.test.test_anon.AnonTest)
@@ -78965,12 +78966,12 @@ SKIP: test_variant_bool (ctypes.test.test_wintypes.WinTypesTest) 'Windows-only t
----------------------------------------------------------------------
-Ran 472 tests in 0.723s
+Ran 472 tests in 0.631s
OK (skipped=87)
-0:05:35 load avg: 0.75 [ 93/416/1] test_curses
+0:05:06 load avg: 0.82 [ 93/416/1] test_curses
test_curses skipped -- Use of the 'curses' resource not enabled
-0:05:35 load avg: 0.75 [ 94/416/1] test_dataclasses -- test_curses skipped (resource denied)
+0:05:06 load avg: 0.82 [ 94/416/1] test_dataclasses -- test_curses skipped (resource denied)
PASS: test_0_field_compare (test.test_dataclasses.TestCase)
PASS: test_1_field_compare (test.test_dataclasses.TestCase)
PASS: test_alternate_classmethod_constructor (test.test_dataclasses.TestCase)
@@ -79136,10 +79137,10 @@ PASS: test_isnt_initvar (test.test_dataclasses.TestStringAnnotations)
----------------------------------------------------------------------
-Ran 162 tests in 0.192s
+Ran 162 tests in 0.169s
OK
-0:05:35 load avg: 0.75 [ 95/416/1] test_datetime
+0:05:07 load avg: 0.82 [ 95/416/1] test_datetime
SKIP: test_check_date (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python'
SKIP: test_check_datetime (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python'
SKIP: test_check_delta (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python'
@@ -80025,10 +80026,10 @@ PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast)
----------------------------------------------------------------------
-Ran 882 tests in 4.243s
+Ran 882 tests in 4.454s
OK (skipped=16)
-0:05:39 load avg: 0.77 [ 96/416/1] test_dbm
+0:05:11 load avg: 0.76 [ 96/416/1] test_dbm
PASS: test_keys (test.test_dbm.WhichDBTestCase)
PASS: test_whichdb (test.test_dbm.WhichDBTestCase)
PASS: test_whichdb_ndbm (test.test_dbm.WhichDBTestCase)
@@ -80053,10 +80054,10 @@ PASS: test_error (test.test_dbm.TestCase-dbm.dumb)
----------------------------------------------------------------------
-Ran 21 tests in 0.018s
+Ran 21 tests in 0.021s
OK
-0:05:40 load avg: 0.77 [ 97/416/1] test_dbm_dumb
+0:05:11 load avg: 0.76 [ 97/416/1] test_dbm_dumb
PASS: test_check_closed (test.test_dbm_dumb.DumbDBMTestCase)
PASS: test_close_twice (test.test_dbm_dumb.DumbDBMTestCase)
PASS: test_context_manager (test.test_dbm_dumb.DumbDBMTestCase)
@@ -80081,12 +80082,12 @@ PASS: test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase)
----------------------------------------------------------------------
-Ran 21 tests in 0.080s
+Ran 21 tests in 0.089s
OK
-0:05:40 load avg: 0.77 [ 98/416/1] test_dbm_gnu
+0:05:11 load avg: 0.76 [ 98/416/1] test_dbm_gnu
test_dbm_gnu skipped -- No module named '_gdbm'
-0:05:40 load avg: 0.77 [ 99/416/1] test_dbm_ndbm -- test_dbm_gnu skipped
+0:05:11 load avg: 0.76 [ 99/416/1] test_dbm_ndbm -- test_dbm_gnu skipped
PASS: test_bytes (test.test_dbm_ndbm.DbmTestCase)
PASS: test_context_manager (test.test_dbm_ndbm.DbmTestCase)
PASS: test_empty_value (test.test_dbm_ndbm.DbmTestCase)
@@ -80100,7 +80101,7 @@ PASS: test_unicode (test.test_dbm_ndbm.DbmTestCase)
Ran 7 tests in 0.003s
OK
-0:05:40 load avg: 0.77 [100/416/1] test_decimal
+0:05:11 load avg: 0.76 [100/416/1] test_decimal
PASS: test_context_attributes (test.test_decimal.CheckAttributes)
PASS: test_decimal_attributes (test.test_decimal.CheckAttributes)
PASS: test_module_attributes (test.test_decimal.CheckAttributes)
@@ -80735,7 +80736,7 @@ PASS: test_xor (test.test_decimal.PyIBMTestCases)
----------------------------------------------------------------------
-Ran 631 tests in 3.783s
+Ran 631 tests in 3.328s
OK (skipped=9)
Trying:
@@ -83727,7 +83728,7 @@ ok
507 passed and 0 failed.
Test passed.
doctest (decimal) ... 507 tests with zero failures
-0:05:44 load avg: 0.78 [101/416/1] test_decorators
+0:05:15 load avg: 0.76 [101/416/1] test_decorators
PASS: test_double (test.test_decorators.TestClassDecorators)
PASS: test_order (test.test_decorators.TestClassDecorators)
PASS: test_simple (test.test_decorators.TestClassDecorators)
@@ -83747,7 +83748,7 @@ PASS: test_staticmethod_function (test.test_decorators.TestDecorators)
Ran 13 tests in 0.003s
OK
-0:05:44 load avg: 0.78 [102/416/1] test_defaultdict
+0:05:15 load avg: 0.76 [102/416/1] test_defaultdict
PASS: test_basic (test.test_defaultdict.TestDefaultDict)
PASS: test_callable_arg (test.test_defaultdict.TestDefaultDict)
PASS: test_copy (test.test_defaultdict.TestDefaultDict)
@@ -83765,7 +83766,7 @@ PASS: test_shallow_copy (test.test_defaultdict.TestDefaultDict)
Ran 11 tests in 0.003s
OK
-0:05:44 load avg: 0.78 [103/416/1] test_deque
+0:05:15 load avg: 0.76 [103/416/1] test_deque
PASS: test_add (test.test_deque.TestBasic)
PASS: test_basics (test.test_deque.TestBasic)
PASS: test_big_queue_popleft (test.test_deque.TestBasic)
@@ -83847,7 +83848,7 @@ PASS: test_truth (test.test_deque.TestSequence)
----------------------------------------------------------------------
-Ran 78 tests in 2.099s
+Ran 78 tests in 1.560s
OK (skipped=1)
Trying:
@@ -84113,7 +84114,7 @@ ok
32 passed and 0 failed.
Test passed.
doctest (test.test_deque) ... 32 tests with zero failures
-0:05:46 load avg: 0.78 [104/416/1] test_descr
+0:05:17 load avg: 0.78 [104/416/1] test_descr
PASS: test_pytype_long_ready (test.test_descr.PTypesLongInitTest)
PASS: test_complexes (test.test_descr.OperatorsTest)
PASS: test_dicts (test.test_descr.OperatorsTest)
@@ -84254,10 +84255,10 @@ PASS: test_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest)
----------------------------------------------------------------------
-Ran 137 tests in 1.135s
+Ran 137 tests in 0.997s
OK (skipped=2, expected failures=2)
-0:05:48 load avg: 0.78 [105/416/1] test_descrtut
+0:05:18 load avg: 0.78 [105/416/1] test_descrtut
Trying:
print(defaultdict) # show our type
Expecting:
@@ -84831,9 +84832,9 @@ ok
94 passed and 0 failed.
Test passed.
doctest (test.test_descrtut) ... 94 tests with zero failures
-0:05:48 load avg: 0.78 [106/416/1] test_devpoll
+0:05:18 load avg: 0.78 [106/416/1] test_devpoll
test_devpoll skipped -- test works only on Solaris OS family
-0:05:48 load avg: 0.88 [107/416/1] test_dict_version -- test_devpoll skipped
+0:05:18 load avg: 0.78 [107/416/1] test_dict_version -- test_devpoll skipped
PASS: test_clear (test.test_dict_version.DictSubtypeVersionTests)
PASS: test_constructor (test.test_dict_version.DictSubtypeVersionTests)
PASS: test_copy (test.test_dict_version.DictSubtypeVersionTests)
@@ -84862,7 +84863,7 @@ PASS: test_update (test.test_dict_version.DictVersionTests)
Ran 22 tests in 0.004s
OK
-0:05:48 load avg: 0.88 [108/416/1] test_dictcomps
+0:05:18 load avg: 0.78 [108/416/1] test_dictcomps
PASS: test_basics (test.test_dictcomps.DictComprehensionTest)
PASS: test_global_visibility (test.test_dictcomps.DictComprehensionTest)
PASS: test_illegal_assignment (test.test_dictcomps.DictComprehensionTest)
@@ -84872,10 +84873,10 @@ PASS: test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTes
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.001s
OK
-0:05:48 load avg: 0.88 [109/416/1] test_dictviews
+0:05:18 load avg: 0.78 [109/416/1] test_dictviews
PASS: test_abc_registry (test.test_dictviews.DictSetTest)
PASS: test_compare_error (test.test_dictviews.DictSetTest)
PASS: test_constructors_not_callable (test.test_dictviews.DictSetTest)
@@ -84896,7 +84897,7 @@ PASS: test_recursive_repr (test.test_dictviews.DictSetTest)
Ran 14 tests in 0.004s
OK
-0:05:48 load avg: 0.88 [110/416/1] test_difflib
+0:05:18 load avg: 0.78 [110/416/1] test_difflib
PASS: test_bjunk (test.test_difflib.TestWithAscii)
PASS: test_one_delete (test.test_difflib.TestWithAscii)
PASS: test_one_insert (test.test_difflib.TestWithAscii)
@@ -84970,10 +84971,10 @@ PASS: Doctest: difflib.unified_diff
----------------------------------------------------------------------
-Ran 49 tests in 0.570s
+Ran 49 tests in 0.506s
OK
-0:05:49 load avg: 0.88 [111/416/1] test_dis
+0:05:19 load avg: 0.78 [111/416/1] test_dis
PASS: test_disassembled (test.test_dis.BytecodeTests)
PASS: test_explicit_first_line (test.test_dis.BytecodeTests)
PASS: test_from_traceback (test.test_dis.BytecodeTests)
@@ -85043,59 +85044,10 @@ PASS: test_outer (test.test_dis.InstructionTests)
----------------------------------------------------------------------
-Ran 66 tests in 0.380s
+Ran 66 tests in 0.369s
OK
-0:05:49 load avg: 0.88 [112/416/1] test_distutils
-PASS: test_newer (distutils.tests.test_dep_util.DepUtilTestCase)
-PASS: test_newer_group (distutils.tests.test_dep_util.DepUtilTestCase)
-PASS: test_newer_pairwise (distutils.tests.test_dep_util.DepUtilTestCase)
-PASS: test_SO_deprecation (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_SO_in_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_SO_value (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_get_config_h_filename (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_get_python_lib (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_parse_makefile_base (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_parse_makefile_literal_dollar (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_srcdir (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_srcdir_independent_of_cwd (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase)
-SKIP: test_compiler_options (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_get_vc2015 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_get_vc2017 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_get_vc_env_unicode (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_no_compiler (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_vcruntime_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_vcruntime_skip_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-PASS: test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase)
-PASS: test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
-PASS: test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
-PASS: test_extension_init (distutils.tests.test_extension.ExtensionTestCase)
-PASS: test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase)
-SKIP: test_no_compiler (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
-SKIP: test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
-SKIP: test_remove_entire_manifest (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
-SKIP: test_remove_visual_c_ref (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
-PASS: test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase)
-PASS: test_default_settings (distutils.tests.test_build_scripts.BuildScriptsTestCase)
-PASS: test_version_int (distutils.tests.test_build_scripts.BuildScriptsTestCase)
-PASS: test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
-PASS: test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase)
-PASS: test_create_pypirc (distutils.tests.test_register.RegisterTestCase)
-PASS: test_list_classifiers (distutils.tests.test_register.RegisterTestCase)
-PASS: test_password_not_in_file (distutils.tests.test_register.RegisterTestCase)
-PASS: test_password_reset (distutils.tests.test_register.RegisterTestCase)
-SKIP: test_register_invalid_long_description (distutils.tests.test_register.RegisterTestCase) 'needs docutils'
-PASS: test_registering (distutils.tests.test_register.RegisterTestCase)
-PASS: test_show_response (distutils.tests.test_register.RegisterTestCase)
-SKIP: test_strict (distutils.tests.test_register.RegisterTestCase) 'needs docutils'
-PASS: test_check_config_h (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase)
-PASS: test_get_msvcr (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase)
-PASS: test_get_versions (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase)
+0:05:19 load avg: 0.78 [112/416/1] test_distutils
PASS: test_change_root (distutils.tests.test_util.UtilTestCase)
PASS: test_check_environ (distutils.tests.test_util.UtilTestCase)
PASS: test_check_environ_getpwuid (distutils.tests.test_util.UtilTestCase)
@@ -85106,25 +85058,24 @@ PASS: test_grok_environment_error (distutils.tests.test_util.UtilTestCase)
PASS: test_rfc822_escape (distutils.tests.test_util.UtilTestCase)
PASS: test_split_quoted (distutils.tests.test_util.UtilTestCase)
PASS: test_strtobool (distutils.tests.test_util.UtilTestCase)
-PASS: test_debug_print (distutils.tests.test_filelist.FileListTestCase)
-PASS: test_exclude_pattern (distutils.tests.test_filelist.FileListTestCase)
-PASS: test_glob_to_re (distutils.tests.test_filelist.FileListTestCase)
-PASS: test_include_pattern (distutils.tests.test_filelist.FileListTestCase)
-PASS: test_process_template (distutils.tests.test_filelist.FileListTestCase)
-PASS: test_process_template_line (distutils.tests.test_filelist.FileListTestCase)
-PASS: test_remove_duplicates (distutils.tests.test_filelist.FileListTestCase)
-PASS: test_set_allfiles (distutils.tests.test_filelist.FileListTestCase)
-PASS: test_translate_pattern (distutils.tests.test_filelist.FileListTestCase)
-PASS: test_basic_discovery (distutils.tests.test_filelist.FindAllTestCase)
-PASS: test_missing_symlink (distutils.tests.test_filelist.FindAllTestCase)
-PASS: test_non_local_discovery (distutils.tests.test_filelist.FindAllTestCase)
-PASS: test_simple_run (distutils.tests.test_clean.cleanTestCase)
-PASS: test_check_all (distutils.tests.test_check.CheckTestCase)
-SKIP: test_check_document (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
-PASS: test_check_metadata (distutils.tests.test_check.CheckTestCase)
-SKIP: test_check_restructuredtext (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
-SKIP: test_check_restructuredtext_with_syntax_highlight (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
-PASS: test_non_ascii (distutils.tests.test_log.TestLog)
+PASS: test_find_executable (distutils.tests.test_spawn.SpawnTestCase)
+PASS: test_nt_quote_args (distutils.tests.test_spawn.SpawnTestCase)
+PASS: test_spawn (distutils.tests.test_spawn.SpawnTestCase)
+PASS: test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase)
+PASS: test_default_settings (distutils.tests.test_build_scripts.BuildScriptsTestCase)
+PASS: test_version_int (distutils.tests.test_build_scripts.BuildScriptsTestCase)
+PASS: test_debug_mode (distutils.tests.test_core.CoreTestCase)
+PASS: test_run_setup_defines_subclass (distutils.tests.test_core.CoreTestCase)
+PASS: test_run_setup_preserves_sys_argv (distutils.tests.test_core.CoreTestCase)
+PASS: test_run_setup_provides_file (distutils.tests.test_core.CoreTestCase)
+PASS: test_run_setup_uses_current_dir (distutils.tests.test_core.CoreTestCase)
+PASS: test_cmp (distutils.tests.test_version.VersionTestCase)
+PASS: test_cmp_strict (distutils.tests.test_version.VersionTestCase)
+PASS: test_prerelease (distutils.tests.test_version.VersionTestCase)
+PASS: test_config_interpolation (distutils.tests.test_config.PyPIRCCommandTestCase)
+PASS: test_server_empty_registration (distutils.tests.test_config.PyPIRCCommandTestCase)
+PASS: test_server_registration (distutils.tests.test_config.PyPIRCCommandTestCase)
+PASS: test_class (distutils.tests.test_text_file.TextFileTestCase)
PASS: test_add_defaults (distutils.tests.test_sdist.SDistTestCase)
PASS: test_check_metadata_deprecated (distutils.tests.test_sdist.SDistTestCase)
PASS: test_finalize_options (distutils.tests.test_sdist.SDistTestCase)
@@ -85140,56 +85091,8 @@ PASS: test_manual_manifest (distutils.tests.test_sdist.SDistTestCase)
PASS: test_metadata_check_option (distutils.tests.test_sdist.SDistTestCase)
PASS: test_prune_file_list (distutils.tests.test_sdist.SDistTestCase)
PASS: test_show_formats (distutils.tests.test_sdist.SDistTestCase)
-SKIP: test_osx_cc_overrides_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X'
-SKIP: test_osx_explicit_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X'
-PASS: test_runtime_libdir_option (distutils.tests.test_unixccompiler.UnixCCompilerTestCase)
-PASS: test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase)
-PASS: test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase)
-PASS: test_build_libraries (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_check_library_dist (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_finalize_options (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_get_source_files (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_run (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_byte_compile (distutils.tests.test_install_lib.InstallLibTestCase)
-PASS: test_dont_write_bytecode (distutils.tests.test_install_lib.InstallLibTestCase)
-PASS: test_finalize_options (distutils.tests.test_install_lib.InstallLibTestCase)
-PASS: test_get_inputs (distutils.tests.test_install_lib.InstallLibTestCase)
-PASS: test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase)
-SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows'
-PASS: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_check_extensions_list (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_compiler_option (distutils.tests.test_build_ext.BuildExtTestCase)
-SKIP: test_deployment_target_default (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
-SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
-SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
-PASS: test_ext_fullpath (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_finalize_options (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_get_source_files (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_user_site (distutils.tests.test_build_ext.BuildExtTestCase)
-SKIP: test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'Already tested in BuildExtTestCase'
-PASS: test_check_extensions_list (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_compiler_option (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-SKIP: test_deployment_target_default (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
-SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
-SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
-PASS: test_ext_fullpath (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_finalize_options (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_optional_extension (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_user_site (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_finalize_options (distutils.tests.test_build.BuildTestCase)
-PASS: test_debug_print (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_dump_options (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_ensure_dirname (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_ensure_filename (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_ensure_string (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_ensure_string_list (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_make_file (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_extension_init (distutils.tests.test_extension.ExtensionTestCase)
+PASS: test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase)
PASS: test_announce (distutils.tests.test_dist.DistributionTestCase)
PASS: test_command_packages_cmdline (distutils.tests.test_dist.DistributionTestCase)
PASS: test_command_packages_configfile (distutils.tests.test_dist.DistributionTestCase)
@@ -85220,12 +85123,111 @@ PASS: test_requires_illegal (distutils.tests.test_dist.MetadataTestCase)
PASS: test_requires_to_list (distutils.tests.test_dist.MetadataTestCase)
PASS: test_show_help (distutils.tests.test_dist.MetadataTestCase)
PASS: test_simple_metadata (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_debug_print (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_dump_options (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_ensure_dirname (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_ensure_filename (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_ensure_string (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_ensure_string_list (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_make_file (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
+PASS: test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
+VersionPredicate (distutils.versionpredicate)
+PASS: Doctest: distutils.versionpredicate.VersionPredicate
+split_provision (distutils.versionpredicate)
+PASS: Doctest: distutils.versionpredicate.split_provision
+PASS: test_build_libraries (distutils.tests.test_build_clib.BuildCLibTestCase)
+PASS: test_check_library_dist (distutils.tests.test_build_clib.BuildCLibTestCase)
+PASS: test_finalize_options (distutils.tests.test_build_clib.BuildCLibTestCase)
+PASS: test_get_source_files (distutils.tests.test_build_clib.BuildCLibTestCase)
+PASS: test_run (distutils.tests.test_build_clib.BuildCLibTestCase)
+SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows'
+PASS: test_non_ascii (distutils.tests.test_log.TestLog)
+PASS: test_newer (distutils.tests.test_dep_util.DepUtilTestCase)
+PASS: test_newer_group (distutils.tests.test_dep_util.DepUtilTestCase)
+PASS: test_newer_pairwise (distutils.tests.test_dep_util.DepUtilTestCase)
+PASS: test_check_config_h (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase)
+PASS: test_get_msvcr (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase)
+PASS: test_get_versions (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase)
+PASS: test_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase)
+PASS: test_clean (distutils.tests.test_config_cmd.ConfigTestCase)
+PASS: test_dump_file (distutils.tests.test_config_cmd.ConfigTestCase)
+PASS: test_finalize_options (distutils.tests.test_config_cmd.ConfigTestCase)
+PASS: test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase)
+PASS: test_debug_print (distutils.tests.test_filelist.FileListTestCase)
+PASS: test_exclude_pattern (distutils.tests.test_filelist.FileListTestCase)
+PASS: test_glob_to_re (distutils.tests.test_filelist.FileListTestCase)
+PASS: test_include_pattern (distutils.tests.test_filelist.FileListTestCase)
+PASS: test_process_template (distutils.tests.test_filelist.FileListTestCase)
+PASS: test_process_template_line (distutils.tests.test_filelist.FileListTestCase)
+PASS: test_remove_duplicates (distutils.tests.test_filelist.FileListTestCase)
+PASS: test_set_allfiles (distutils.tests.test_filelist.FileListTestCase)
+PASS: test_translate_pattern (distutils.tests.test_filelist.FileListTestCase)
+PASS: test_basic_discovery (distutils.tests.test_filelist.FindAllTestCase)
+PASS: test_missing_symlink (distutils.tests.test_filelist.FindAllTestCase)
+PASS: test_non_local_discovery (distutils.tests.test_filelist.FindAllTestCase)
+PASS: test_check_all (distutils.tests.test_check.CheckTestCase)
+SKIP: test_check_document (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
+PASS: test_check_metadata (distutils.tests.test_check.CheckTestCase)
+SKIP: test_check_restructuredtext (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
+SKIP: test_check_restructuredtext_with_syntax_highlight (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
PASS: test_simple_run (distutils.tests.test_install_data.InstallDataTestCase)
-PASS: test_debug_mode (distutils.tests.test_core.CoreTestCase)
-PASS: test_run_setup_defines_subclass (distutils.tests.test_core.CoreTestCase)
-PASS: test_run_setup_preserves_sys_argv (distutils.tests.test_core.CoreTestCase)
-PASS: test_run_setup_provides_file (distutils.tests.test_core.CoreTestCase)
-PASS: test_run_setup_uses_current_dir (distutils.tests.test_core.CoreTestCase)
+SKIP: test_compiler_options (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_get_vc2015 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_get_vc2017 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_get_vc_env_unicode (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_no_compiler (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_vcruntime_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_vcruntime_skip_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+PASS: test_finalize_options (distutils.tests.test_upload.uploadTestCase)
+PASS: test_saved_password (distutils.tests.test_upload.uploadTestCase)
+PASS: test_upload (distutils.tests.test_upload.uploadTestCase)
+PASS: test_upload_correct_cr (distutils.tests.test_upload.uploadTestCase)
+PASS: test_upload_fails (distutils.tests.test_upload.uploadTestCase)
+PASS: test_wrong_exception_order (distutils.tests.test_upload.uploadTestCase)
+PASS: test_simple_run (distutils.tests.test_clean.cleanTestCase)
+PASS: test_SO_deprecation (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_SO_in_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_SO_value (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_get_config_h_filename (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_get_python_lib (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_parse_makefile_base (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_parse_makefile_literal_dollar (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_srcdir (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_srcdir_independent_of_cwd (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_copy_tree_exception_in_listdir (distutils.tests.test_dir_util.DirUtilTestCase)
+PASS: test_copy_tree_skips_nfs_temp_files (distutils.tests.test_dir_util.DirUtilTestCase)
+PASS: test_copy_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase)
+PASS: test_create_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase)
+PASS: test_ensure_relative (distutils.tests.test_dir_util.DirUtilTestCase)
+PASS: test_mkpath_remove_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase)
+PASS: test_mkpath_with_custom_mode (distutils.tests.test_dir_util.DirUtilTestCase)
+PASS: test_byte_compile (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_dont_write_bytecode (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_finalize_options (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_get_inputs (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_formats (distutils.tests.test_bdist.BuildTestCase)
+PASS: test_skip_build (distutils.tests.test_bdist.BuildTestCase)
+PASS: test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
+PASS: test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase)
+PASS: test_byte_compile (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_byte_compile_optimized (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_dir_in_package_data (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_dont_write_bytecode (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_empty_package_dir (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_package_data (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_finalize_options (distutils.tests.test_build.BuildTestCase)
+PASS: test_copy_file_hard_link (distutils.tests.test_file_util.FileUtilTestCase)
+PASS: test_copy_file_hard_link_failure (distutils.tests.test_file_util.FileUtilTestCase)
+PASS: test_move_file_exception_unpacking_rename (distutils.tests.test_file_util.FileUtilTestCase)
+PASS: test_move_file_exception_unpacking_unlink (distutils.tests.test_file_util.FileUtilTestCase)
+PASS: test_move_file_verbosity (distutils.tests.test_file_util.FileUtilTestCase)
PASS: test_check_archive_formats (distutils.tests.test_archive_util.ArchiveUtilTestCase)
SKIP: test_compress_deprecated (distutils.tests.test_archive_util.ArchiveUtilTestCase) 'The compress program is required'
PASS: test_make_archive (distutils.tests.test_archive_util.ArchiveUtilTestCase)
@@ -85245,51 +85247,6 @@ PASS: test_make_zipfile (distutils.tests.test_archive_util.ArchiveUtilTestCase)
PASS: test_make_zipfile_no_zlib (distutils.tests.test_archive_util.ArchiveUtilTestCase)
PASS: test_tarfile_root_owner (distutils.tests.test_archive_util.ArchiveUtilTestCase)
PASS: test_tarfile_vs_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_copy_tree_exception_in_listdir (distutils.tests.test_dir_util.DirUtilTestCase)
-PASS: test_copy_tree_skips_nfs_temp_files (distutils.tests.test_dir_util.DirUtilTestCase)
-PASS: test_copy_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase)
-PASS: test_create_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase)
-PASS: test_ensure_relative (distutils.tests.test_dir_util.DirUtilTestCase)
-PASS: test_mkpath_remove_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase)
-PASS: test_mkpath_with_custom_mode (distutils.tests.test_dir_util.DirUtilTestCase)
-PASS: test_find_executable (distutils.tests.test_spawn.SpawnTestCase)
-PASS: test_nt_quote_args (distutils.tests.test_spawn.SpawnTestCase)
-PASS: test_spawn (distutils.tests.test_spawn.SpawnTestCase)
-PASS: test_class (distutils.tests.test_text_file.TextFileTestCase)
-PASS: test_finalize_options (distutils.tests.test_upload.uploadTestCase)
-PASS: test_saved_password (distutils.tests.test_upload.uploadTestCase)
-PASS: test_upload (distutils.tests.test_upload.uploadTestCase)
-PASS: test_upload_correct_cr (distutils.tests.test_upload.uploadTestCase)
-PASS: test_upload_fails (distutils.tests.test_upload.uploadTestCase)
-PASS: test_wrong_exception_order (distutils.tests.test_upload.uploadTestCase)
-VersionPredicate (distutils.versionpredicate)
-PASS: Doctest: distutils.versionpredicate.VersionPredicate
-split_provision (distutils.versionpredicate)
-PASS: Doctest: distutils.versionpredicate.split_provision
-PASS: test_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase)
-PASS: test_copy_file_hard_link (distutils.tests.test_file_util.FileUtilTestCase)
-PASS: test_copy_file_hard_link_failure (distutils.tests.test_file_util.FileUtilTestCase)
-PASS: test_move_file_exception_unpacking_rename (distutils.tests.test_file_util.FileUtilTestCase)
-PASS: test_move_file_exception_unpacking_unlink (distutils.tests.test_file_util.FileUtilTestCase)
-PASS: test_move_file_verbosity (distutils.tests.test_file_util.FileUtilTestCase)
-PASS: test_cmp (distutils.tests.test_version.VersionTestCase)
-PASS: test_cmp_strict (distutils.tests.test_version.VersionTestCase)
-PASS: test_prerelease (distutils.tests.test_version.VersionTestCase)
-PASS: test_byte_compile (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_byte_compile_optimized (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_dir_in_package_data (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_dont_write_bytecode (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_empty_package_dir (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_package_data (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_formats (distutils.tests.test_bdist.BuildTestCase)
-PASS: test_skip_build (distutils.tests.test_bdist.BuildTestCase)
-PASS: test_config_interpolation (distutils.tests.test_config.PyPIRCCommandTestCase)
-PASS: test_server_empty_registration (distutils.tests.test_config.PyPIRCCommandTestCase)
-PASS: test_server_registration (distutils.tests.test_config.PyPIRCCommandTestCase)
-PASS: test_clean (distutils.tests.test_config_cmd.ConfigTestCase)
-PASS: test_dump_file (distutils.tests.test_config_cmd.ConfigTestCase)
-PASS: test_finalize_options (distutils.tests.test_config_cmd.ConfigTestCase)
-PASS: test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase)
PASS: test_debug_mode (distutils.tests.test_install.InstallTestCase)
PASS: test_finalize_options (distutils.tests.test_install.InstallTestCase)
PASS: test_handle_extra_path (distutils.tests.test_install.InstallTestCase)
@@ -85297,13 +85254,57 @@ PASS: test_home_installation_scheme (distutils.tests.test_install.InstallTestCas
PASS: test_record (distutils.tests.test_install.InstallTestCase)
PASS: test_record_extensions (distutils.tests.test_install.InstallTestCase)
PASS: test_user_site (distutils.tests.test_install.InstallTestCase)
+SKIP: test_no_compiler (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
+SKIP: test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
+SKIP: test_remove_entire_manifest (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
+SKIP: test_remove_visual_c_ref (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
+PASS: test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase)
+PASS: test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase)
+PASS: test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase)
+PASS: test_create_pypirc (distutils.tests.test_register.RegisterTestCase)
+PASS: test_list_classifiers (distutils.tests.test_register.RegisterTestCase)
+PASS: test_password_not_in_file (distutils.tests.test_register.RegisterTestCase)
+PASS: test_password_reset (distutils.tests.test_register.RegisterTestCase)
+SKIP: test_register_invalid_long_description (distutils.tests.test_register.RegisterTestCase) 'needs docutils'
+PASS: test_registering (distutils.tests.test_register.RegisterTestCase)
+PASS: test_show_response (distutils.tests.test_register.RegisterTestCase)
+SKIP: test_strict (distutils.tests.test_register.RegisterTestCase) 'needs docutils'
+PASS: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_check_extensions_list (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_compiler_option (distutils.tests.test_build_ext.BuildExtTestCase)
+SKIP: test_deployment_target_default (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
+SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
+SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
+PASS: test_ext_fullpath (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_finalize_options (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_get_source_files (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_user_site (distutils.tests.test_build_ext.BuildExtTestCase)
+SKIP: test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'Already tested in BuildExtTestCase'
+PASS: test_check_extensions_list (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_compiler_option (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+SKIP: test_deployment_target_default (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
+SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
+SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
+PASS: test_ext_fullpath (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_finalize_options (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_optional_extension (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_user_site (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+SKIP: test_osx_cc_overrides_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X'
+SKIP: test_osx_explicit_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X'
+PASS: test_runtime_libdir_option (distutils.tests.test_unixccompiler.UnixCCompilerTestCase)
----------------------------------------------------------------------
-Ran 248 tests in 1.627s
+Ran 248 tests in 1.466s
OK (skipped=28)
-0:05:51 load avg: 0.88 [113/416/1] test_docxmlrpc
+0:05:21 load avg: 0.79 [113/416/1] test_docxmlrpc
test_annotations (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
PASS: Test that annotations works as expected
test_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
@@ -85322,18 +85323,18 @@ PASS: test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
Ran 7 tests in 0.018s
OK
-0:05:51 load avg: 0.88 [114/416/1] test_dtrace
+0:05:21 load avg: 0.79 [114/416/1] test_dtrace
skipped 'dtrace(1) failed: /usr/bin/dtrace invalid option -q\nUsage /usr/bin/dtrace [--help] [-h | -G] [-C [-I<Path>]] -s File.d [-o <File>]'
skipped 'dtrace(1) failed: /usr/bin/dtrace invalid option -q\nUsage /usr/bin/dtrace [--help] [-h | -G] [-C [-I<Path>]] -s File.d [-o <File>]'
-skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapXgqwxS/stap_ee48282767f655c9b612c50180719665_1026_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapXgqwxS/stap_ee48282767f655c9b612c50180719665_1026_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stapXgqwxS/stap_ee48282767f655c9b612c50180719665_1026_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include <asm/early_ioremap.h>\n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapXgqwxS/stap_ee48282767f655c9b612c50180719665_1026_src.o] Error 1\nmake: *** [Makefile:1577: _module_/tmp/stapXgqwxS] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
-skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapTLvOmE/stap_ee48282767f655c9b612c50180719665_1026_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapTLvOmE/stap_ee48282767f655c9b612c50180719665_1026_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stapTLvOmE/stap_ee48282767f655c9b612c50180719665_1026_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include <asm/early_ioremap.h>\n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapTLvOmE/stap_ee48282767f655c9b612c50180719665_1026_src.o] Error 1\nmake: *** [Makefile:1577: _module_/tmp/stapTLvOmE] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
+skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapSP49dP/stap_e2cb1312f29a2aa455eab732b9e596b6_1026_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapSP49dP/stap_e2cb1312f29a2aa455eab732b9e596b6_1026_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stapSP49dP/stap_e2cb1312f29a2aa455eab732b9e596b6_1026_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include <asm/early_ioremap.h>\n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapSP49dP/stap_e2cb1312f29a2aa455eab732b9e596b6_1026_src.o] Error 1\nmake: *** [Makefile:1577: _module_/tmp/stapSP49dP] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
+skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stap8f66fp/stap_e2cb1312f29a2aa455eab732b9e596b6_1026_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stap8f66fp/stap_e2cb1312f29a2aa455eab732b9e596b6_1026_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stap8f66fp/stap_e2cb1312f29a2aa455eab732b9e596b6_1026_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include <asm/early_ioremap.h>\n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stap8f66fp/stap_e2cb1312f29a2aa455eab732b9e596b6_1026_src.o] Error 1\nmake: *** [Makefile:1577: _module_/tmp/stap8f66fp] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
----------------------------------------------------------------------
-Ran 0 tests in 14.012s
+Ran 0 tests in 12.350s
OK (skipped=4)
-0:06:05 load avg: 0.91 [115/416/1] test_dummy_thread
+0:05:33 load avg: 0.83 [115/416/1] test_dummy_thread
PASS: test_LockType_context_manager (test.test_dummy_thread.LockTests)
test_acquire_timeout (test.test_dummy_thread.LockTests)
PASS: Test invoking acquire() with a positive timeout when the lock is
@@ -85369,10 +85370,10 @@ ok
----------------------------------------------------------------------
-Ran 25 tests in 0.011s
+Ran 25 tests in 0.005s
OK
-0:06:05 load avg: 0.91 [116/416/1] test_dummy_threading
+0:05:33 load avg: 0.83 [116/416/1] test_dummy_threading
test_tasks (test.test_dummy_threading.DummyThreadingTestCase) ... task <thread 0> will run for 0 sec
1 tasks are running
task <thread 0> done
@@ -85419,10 +85420,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 0.002s
+Ran 1 test in 0.001s
OK
-0:06:06 load avg: 0.91 [117/416/1] test_dynamic
+0:05:33 load avg: 0.83 [117/416/1] test_dynamic
PASS: test_cannot_change_globals_or_builtins_with_eval (test.test_dynamic.RebindBuiltinsTests)
PASS: test_cannot_change_globals_or_builtins_with_exec (test.test_dynamic.RebindBuiltinsTests)
PASS: test_cannot_replace_builtins_dict_between_calls (test.test_dynamic.RebindBuiltinsTests)
@@ -85435,10 +85436,10 @@ PASS: test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuilt
----------------------------------------------------------------------
-Ran 9 tests in 0.004s
+Ran 9 tests in 0.002s
OK
-0:06:06 load avg: 0.91 [118/416/1] test_dynamicclassattribute
+0:05:33 load avg: 0.83 [118/416/1] test_dynamicclassattribute
PASS: test_docstring_copy (test.test_dynamicclassattribute.PropertySubclassTests)
PASS: test_property_new_getter_new_docstring (test.test_dynamicclassattribute.PropertySubclassTests)
PASS: test_property_setter_copies_getter_docstring (test.test_dynamicclassattribute.PropertySubclassTests)
@@ -85454,10 +85455,10 @@ PASS: test_property_getter_doc_override (test.test_dynamicclassattribute.Propert
----------------------------------------------------------------------
-Ran 12 tests in 0.006s
+Ran 12 tests in 0.003s
OK (skipped=1)
-0:06:06 load avg: 0.91 [119/416/1] test_eintr
+0:05:34 load avg: 0.83 [119/416/1] test_eintr
test_all (test.test_eintr.EINTRTests) ...
--- run eintr_tester.py ---
test_flock (__main__.FNTLEINTRTest) ... ok
@@ -85486,7 +85487,7 @@ test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok
----------------------------------------------------------------------
-Ran 24 tests in 7.940s
+Ran 24 tests in 6.780s
OK (skipped=2)
--- eintr_tester.py completed: exit code 0 ---
@@ -85494,10 +85495,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 8.186s
+Ran 1 test in 6.888s
OK
-0:06:15 load avg: 0.85 [120/416/1] test_email
+0:05:41 load avg: 0.78 [120/416/1] test_email
PASS: test_b_case_ignored (test.test_email.test__encoded_words.TestDecode)
PASS: test_b_invalid_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode)
PASS: test_b_invalid_bytes_incorrect_padding (test.test_email.test__encoded_words.TestDecode)
@@ -87102,10 +87103,10 @@ PASS: test_variable_tzname (test.test_email.test_utils.LocaltimeTests)
----------------------------------------------------------------------
-Ran 1598 tests in 7.672s
+Ran 1598 tests in 5.604s
OK (skipped=1)
-0:06:23 load avg: 0.87 [121/416/1] test_embed
+0:05:46 load avg: 0.80 [121/416/1] test_embed
SKIP: test_bpo20891 (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist"
SKIP: test_forced_io_encoding (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist"
SKIP: test_initialize_pymain (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist"
@@ -87124,10 +87125,10 @@ SKIP: test_init_isolated (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_
----------------------------------------------------------------------
-Ran 15 tests in 0.004s
+Ran 15 tests in 0.003s
OK (skipped=15)
-0:06:23 load avg: 0.87 [122/416/1] test_ensurepip
+0:05:46 load avg: 0.80 [122/416/1] test_ensurepip
PASS: test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap)
PASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrap)
PASS: test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap)
@@ -87159,10 +87160,10 @@ PASS: test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction
----------------------------------------------------------------------
-Ran 28 tests in 0.044s
+Ran 28 tests in 0.035s
OK
-0:06:23 load avg: 0.87 [123/416/1] test_enum
+0:05:46 load avg: 0.80 [123/416/1] test_enum
PASS: test__all__ (test.test_enum.MiscTestCase)
PASS: test_empty_string (test.test_enum.TestEmptyAndNonLatinStrings)
PASS: test_non_latin_character_string (test.test_enum.TestEmptyAndNonLatinStrings)
@@ -87337,10 +87338,10 @@ PASS: test_unique_with_name (test.test_enum.TestUnique)
----------------------------------------------------------------------
-Ran 171 tests in 0.263s
+Ran 171 tests in 0.205s
OK
-0:06:24 load avg: 0.87 [124/416/1] test_enumerate
+0:05:47 load avg: 0.80 [124/416/1] test_enumerate
PASS: test_argumentcheck (test.test_enumerate.EnumerateStartTestCase)
PASS: test_basicfunction (test.test_enumerate.EnumerateStartTestCase)
PASS: test_exception_propagation (test.test_enumerate.EnumerateStartTestCase)
@@ -87422,10 +87423,10 @@ PASS: test_tuple_reuse (test.test_enumerate.TestStart)
----------------------------------------------------------------------
-Ran 78 tests in 0.068s
+Ran 78 tests in 0.049s
OK
-0:06:24 load avg: 0.87 [125/416/1] test_eof
+0:05:47 load avg: 0.80 [125/416/1] test_eof
PASS: test_EOFC (test.test_eof.EOFTestCase)
PASS: test_EOFS (test.test_eof.EOFTestCase)
@@ -87434,7 +87435,7 @@ PASS: test_EOFS (test.test_eof.EOFTestCase)
Ran 2 tests in 0.000s
OK
-0:06:24 load avg: 0.87 [126/416/1] test_epoll
+0:05:47 load avg: 0.80 [126/416/1] test_epoll
PASS: test_add (test.test_epoll.TestEPoll)
PASS: test_badcreate (test.test_epoll.TestEPoll)
PASS: test_close (test.test_epoll.TestEPoll)
@@ -87451,7 +87452,7 @@ PASS: test_unregister_closed (test.test_epoll.TestEPoll)
Ran 10 tests in 2.107s
OK
-0:06:26 load avg: 0.87 [127/416/1] test_errno
+0:05:49 load avg: 0.80 [127/416/1] test_errno
PASS: test_for_improper_attributes (test.test_errno.ErrnoAttributeTests)
PASS: test_using_errorcode (test.test_errno.ErrnoAttributeTests)
PASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests)
@@ -87461,7 +87462,7 @@ PASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests)
Ran 3 tests in 0.001s
OK
-0:06:27 load avg: 0.87 [128/416/1] test_exception_hierarchy
+0:05:49 load avg: 0.80 [128/416/1] test_exception_hierarchy
PASS: test_blockingioerror (test.test_exception_hierarchy.AttributesTest)
SKIP: test_errno_translation (test.test_exception_hierarchy.AttributesTest) 'Windows-specific test'
PASS: test_posix_error (test.test_exception_hierarchy.AttributesTest)
@@ -87484,7 +87485,7 @@ PASS: test_try_except (test.test_exception_hierarchy.HierarchyTest)
Ran 16 tests in 0.004s
OK (skipped=1)
-0:06:27 load avg: 0.87 [129/416/1] test_exception_variations
+0:05:49 load avg: 0.80 [129/416/1] test_exception_variations
PASS: test_nested (test.test_exception_variations.ExceptionTestCase)
PASS: test_nested_else (test.test_exception_variations.ExceptionTestCase)
PASS: test_try_except (test.test_exception_variations.ExceptionTestCase)
@@ -87499,10 +87500,10 @@ PASS: test_try_finally_no_exception (test.test_exception_variations.ExceptionTes
----------------------------------------------------------------------
-Ran 11 tests in 0.003s
+Ran 11 tests in 0.002s
OK
-0:06:27 load avg: 0.87 [130/416/1] test_extcall
+0:05:49 load avg: 0.80 [130/416/1] test_extcall
Trying:
from collections import UserList
Expecting nothing
@@ -88235,7 +88236,7 @@ ok
125 passed and 0 failed.
Test passed.
doctest (test.test_extcall) ... 125 tests with zero failures
-0:06:27 load avg: 0.87 [131/416/1] test_faulthandler
+0:05:49 load avg: 0.80 [131/416/1] test_faulthandler
PASS: test_disable (test.test_faulthandler.FaultHandlerTests)
SKIP: test_disable_windows_exc_handler (test.test_faulthandler.FaultHandlerTests) 'specific to Windows'
PASS: test_disabled_by_default (test.test_faulthandler.FaultHandlerTests)
@@ -88281,10 +88282,10 @@ PASS: test_unregister (test.test_faulthandler.FaultHandlerTests)
----------------------------------------------------------------------
-Ran 42 tests in 18.508s
+Ran 42 tests in 18.492s
OK (skipped=4)
-0:06:46 load avg: 0.62 [132/416/1] test_fcntl
+0:06:08 load avg: 0.63 [132/416/1] test_fcntl
struct.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'
PASS: test_fcntl_64_bit (test.test_fcntl.TestFcntl)
PASS: test_fcntl_bad_file (test.test_fcntl.TestFcntl)
@@ -88300,10 +88301,10 @@ PASS: test_flock_overflow (test.test_fcntl.TestFcntl)
----------------------------------------------------------------------
-Ran 7 tests in 0.004s
+Ran 7 tests in 0.003s
OK
-0:06:46 load avg: 0.62 [133/416/1] test_file
+0:06:08 load avg: 0.63 [133/416/1] test_file
PASS: testAttributes (test.test_file.CAutoFileTests)
PASS: testErrors (test.test_file.CAutoFileTests)
PASS: testMethods (test.test_file.CAutoFileTests)
@@ -88339,10 +88340,10 @@ PASS: testTruncateOnWindows (test.test_file.PyOtherFileTests)
----------------------------------------------------------------------
-Ran 32 tests in 0.092s
+Ran 32 tests in 0.067s
OK
-0:06:46 load avg: 0.62 [134/416/1] test_file_eintr
+0:06:08 load avg: 0.63 [134/416/1] test_file_eintr
test_readall (test.test_file_eintr.CTestBufferedIOSignalInterrupt)
PASS: BufferedReader.read() must handle signals and not lose data.
test_readline (test.test_file_eintr.CTestBufferedIOSignalInterrupt)
@@ -88382,10 +88383,10 @@ PASS: readlines() must handle signals and not lose data.
----------------------------------------------------------------------
-Ran 18 tests in 1.669s
+Ran 18 tests in 2.003s
OK
-0:06:48 load avg: 0.65 [135/416/1] test_filecmp
+0:06:10 load avg: 0.58 [135/416/1] test_filecmp
PASS: test_cache_clear (test.test_filecmp.FileCompareTestCase)
PASS: test_different (test.test_filecmp.FileCompareTestCase)
PASS: test_matching (test.test_filecmp.FileCompareTestCase)
@@ -88397,10 +88398,10 @@ PASS: test_report_partial_closure (test.test_filecmp.DirCompareTestCase)
----------------------------------------------------------------------
-Ran 8 tests in 0.008s
+Ran 8 tests in 0.009s
OK
-0:06:48 load avg: 0.65 [136/416/1] test_fileinput
+0:06:11 load avg: 0.58 [136/416/1] test_fileinput
test_buffer_sizes (test.test_fileinput.BufferSizesTests) ... 1. Simple iteration (bs=0)
2. Status variables (bs=0)
3. Nextfile (bs=0)
@@ -88495,10 +88496,10 @@ PASS: test_modes (test.test_fileinput.Test_hook_encoded)
----------------------------------------------------------------------
-Ran 54 tests in 0.030s
+Ran 54 tests in 0.033s
OK
-0:06:49 load avg: 0.65 [137/416/1] test_fileio
+0:06:11 load avg: 0.58 [137/416/1] test_fileio
PASS: testAttributes (test.test_fileio.CAutoFileTests)
PASS: testBlksize (test.test_fileio.CAutoFileTests)
PASS: testErrnoOnClose (test.test_fileio.CAutoFileTests)
@@ -88593,10 +88594,10 @@ PASS: testWarnings (test.test_fileio.PyOtherFileTests)
----------------------------------------------------------------------
-Ran 91 tests in 0.025s
+Ran 91 tests in 0.029s
OK
-0:06:49 load avg: 0.65 [138/416/1] test_finalization
+0:06:11 load avg: 0.58 [138/416/1] test_finalization
PASS: test_heterogenous_resurrect_one (test.test_finalization.CycleChainFinalizationTest)
PASS: test_heterogenous_resurrect_three (test.test_finalization.CycleChainFinalizationTest)
PASS: test_heterogenous_resurrect_two (test.test_finalization.CycleChainFinalizationTest)
@@ -88618,10 +88619,10 @@ PASS: test_simple_resurrect (test.test_finalization.SimpleFinalizationTest)
----------------------------------------------------------------------
-Ran 18 tests in 1.788s
+Ran 18 tests in 1.091s
OK
-0:06:51 load avg: 0.65 [139/416/1] test_float
+0:06:12 load avg: 0.58 [139/416/1] test_float
SKIP: test_getformat (test.test_float.FormatFunctionsTestCase) 'requires __setformat__'
SKIP: test_setformat (test.test_float.FormatFunctionsTestCase) 'requires __setformat__'
PASS: test_format (test.test_float.FormatTestCase)
@@ -88671,10 +88672,10 @@ SKIP: test_float_specials_dont_unpack (test.test_float.UnknownFormatTestCase) 'r
----------------------------------------------------------------------
-Ran 46 tests in 0.119s
+Ran 46 tests in 0.112s
OK (skipped=4)
-0:06:51 load avg: 0.65 [140/416/1] test_flufl
+0:06:12 load avg: 0.58 [140/416/1] test_flufl
PASS: test_barry_as_bdfl (test.test_flufl.FLUFLTests)
PASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests)
@@ -88683,7 +88684,7 @@ PASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests)
Ran 2 tests in 0.001s
OK
-0:06:51 load avg: 0.65 [141/416/1] test_fnmatch
+0:06:12 load avg: 0.58 [141/416/1] test_fnmatch
PASS: test_case (test.test_fnmatch.FilterTestCase)
PASS: test_filter (test.test_fnmatch.FilterTestCase)
PASS: test_mix_bytes_str (test.test_fnmatch.FilterTestCase)
@@ -88699,10 +88700,10 @@ PASS: test_translate (test.test_fnmatch.TranslateTestCase)
----------------------------------------------------------------------
-Ran 12 tests in 0.006s
+Ran 12 tests in 0.005s
OK
-0:06:51 load avg: 0.65 [142/416/1] test_fork1
+0:06:12 load avg: 0.58 [142/416/1] test_fork1
test_nested_import_lock_fork (test.test_fork1.ForkTest)
PASS: Check fork() in main thread works while the main thread is doing an import
test_threaded_import_lock_fork (test.test_fork1.ForkTest)
@@ -88715,7 +88716,7 @@ PASS: test_wait (test.fork_wait.ForkWait)
Ran 4 tests in 6.647s
OK
-0:06:58 load avg: 0.71 [143/416/1] test_format
+0:06:19 load avg: 0.54 [143/416/1] test_format
test_bytes_and_bytearray_format (test.test_format.FormatTest) ... b'%c' % (7,) =? b'\x07' ... yes
bytearray(b'%c') % (7,) =? bytearray(b'\x07') ... yes
b'%c' % (b'Z',) =? b'Z' ... yes
@@ -88730,18 +88731,18 @@ b'%b' % (b'abc',) =? b'abc' ... yes
bytearray(b'%b') % (b'abc',) =? bytearray(b'abc') ... yes
b'%b' % (bytearray(b'def'),) =? b'def' ... yes
bytearray(b'%b') % (bytearray(b'def'),) =? bytearray(b'def') ... yes
-b'%b' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f74aa871a20>,) =? b'123' ... yes
-bytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f74aa871a20>,) =? bytearray(b'123') ... yes
-b'%b' % (<memory at 0x7f74aaad4a08>,) =? b'abc' ... yes
-bytearray(b'%b') % (<memory at 0x7f74aaad4a08>,) =? bytearray(b'abc') ... yes
+b'%b' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f49849c69b0>,) =? b'123' ... yes
+bytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f49849c69b0>,) =? bytearray(b'123') ... yes
+b'%b' % (<memory at 0x7f4985487a08>,) =? b'abc' ... yes
+bytearray(b'%b') % (<memory at 0x7f4985487a08>,) =? bytearray(b'abc') ... yes
b'%s' % (b'abc',) =? b'abc' ... yes
bytearray(b'%s') % (b'abc',) =? bytearray(b'abc') ... yes
b'%s' % (bytearray(b'def'),) =? b'def' ... yes
bytearray(b'%s') % (bytearray(b'def'),) =? bytearray(b'def') ... yes
-b'%s' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f74aa871a20>,) =? b'123' ... yes
-bytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f74aa871a20>,) =? bytearray(b'123') ... yes
-b'%s' % (<memory at 0x7f74aaad4ac8>,) =? b'abc' ... yes
-bytearray(b'%s') % (<memory at 0x7f74aaad4ac8>,) =? bytearray(b'abc') ... yes
+b'%s' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f49849c69b0>,) =? b'123' ... yes
+bytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f49849c69b0>,) =? bytearray(b'123') ... yes
+b'%s' % (<memory at 0x7f4985487ac8>,) =? b'abc' ... yes
+bytearray(b'%s') % (<memory at 0x7f4985487ac8>,) =? bytearray(b'abc') ... yes
b'%a' % (3.14,) =? b'3.14' ... yes
bytearray(b'%a') % (3.14,) =? bytearray(b'3.14') ... yes
b'%a' % (b'ghi',) =? b"b'ghi'" ... yes
@@ -89225,10 +89226,10 @@ ok
----------------------------------------------------------------------
-Ran 9 tests in 0.007s
+Ran 9 tests in 0.012s
OK
-0:06:58 load avg: 0.71 [144/416/1] test_fractions
+0:06:19 load avg: 0.54 [144/416/1] test_fractions
PASS: testApproximateCos1 (test.test_fractions.FractionTest)
PASS: testApproximatePi (test.test_fractions.FractionTest)
PASS: testArithmetic (test.test_fractions.FractionTest)
@@ -89260,10 +89261,10 @@ PASS: testMisc (test.test_fractions.GcdTest)
----------------------------------------------------------------------
-Ran 28 tests in 0.010s
+Ran 28 tests in 0.012s
OK
-0:06:58 load avg: 0.71 [145/416/1] test_frame
+0:06:19 load avg: 0.54 [145/416/1] test_frame
PASS: test_clear_executing (test.test_frame.ClearTest)
PASS: test_clear_executing_generator (test.test_frame.ClearTest)
PASS: test_clear_generator (test.test_frame.ClearTest)
@@ -89280,7 +89281,7 @@ PASS: test_repr (test.test_frame.ReprTest)
Ran 10 tests in 0.098s
OK
-0:06:58 load avg: 0.71 [146/416/1] test_frozen
+0:06:19 load avg: 0.54 [146/416/1] test_frozen
PASS: test_frozen (test.test_frozen.TestFrozen)
----------------------------------------------------------------------
@@ -89288,7 +89289,7 @@ PASS: test_frozen (test.test_frozen.TestFrozen)
Ran 1 test in 0.000s
OK
-0:06:58 load avg: 0.71 [147/416/1] test_fstring
+0:06:20 load avg: 0.54 [147/416/1] test_fstring
PASS: test__format__lookup (test.test_fstring.TestCase)
PASS: test_arguments (test.test_fstring.TestCase)
PASS: test_assignment (test.test_fstring.TestCase)
@@ -89349,10 +89350,10 @@ PASS: test_yield_send (test.test_fstring.TestCase)
----------------------------------------------------------------------
-Ran 56 tests in 0.258s
+Ran 56 tests in 0.297s
OK
-0:06:59 load avg: 0.71 [148/416/1] test_ftplib
+0:06:20 load avg: 0.54 [148/416/1] test_ftplib
PASS: test_abort (test.test_ftplib.TestFTPClass)
PASS: test_acct (test.test_ftplib.TestFTPClass)
PASS: test_all_errors (test.test_ftplib.TestFTPClass)
@@ -89444,10 +89445,10 @@ PASS: test__all__ (test.test_ftplib.MiscTestCase)
----------------------------------------------------------------------
-Ran 88 tests in 5.651s
+Ran 88 tests in 6.329s
OK (skipped=1)
-0:07:04 load avg: 0.65 [149/416/1] test_funcattrs
+0:06:26 load avg: 0.53 [149/416/1] test_funcattrs
PASS: test_delete_unknown_attr (test.test_funcattrs.ArbitraryFunctionAttrTest)
PASS: test_set_attr (test.test_funcattrs.ArbitraryFunctionAttrTest)
PASS: test_unset_attr (test.test_funcattrs.ArbitraryFunctionAttrTest)
@@ -89481,10 +89482,10 @@ PASS: test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest)
----------------------------------------------------------------------
-Ran 30 tests in 0.006s
+Ran 30 tests in 0.009s
OK
-0:07:04 load avg: 0.65 [150/416/1] test_functools
+0:06:26 load avg: 0.53 [150/416/1] test_functools
PASS: test_bad_cmp (test.test_functools.TestCmpToKeyC)
PASS: test_cmp_to_key (test.test_functools.TestCmpToKeyC)
PASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyC)
@@ -89699,10 +89700,10 @@ PASS: test_selective_update (test.test_functools.TestWraps)
----------------------------------------------------------------------
-Ran 211 tests in 0.118s
+Ran 211 tests in 0.139s
OK
-0:07:05 load avg: 0.65 [151/416/1] test_future
+0:06:27 load avg: 0.53 [151/416/1] test_future
PASS: test_annotations (test.test_future.AnnotationsFutureTestCase)
PASS: test_badfuture10 (test.test_future.FutureTest)
PASS: test_badfuture3 (test.test_future.FutureTest)
@@ -89721,10 +89722,10 @@ PASS: test_unicode_literals_exec (test.test_future.FutureTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.018s
+Ran 15 tests in 0.023s
OK
-0:07:05 load avg: 0.65 [152/416/1] test_future3
+0:06:27 load avg: 0.53 [152/416/1] test_future3
PASS: test_floor_div_operator (test.test_future3.TestFuture)
PASS: test_nested_scopes (test.test_future3.TestFuture)
PASS: test_true_div_as_default (test.test_future3.TestFuture)
@@ -89734,7 +89735,7 @@ PASS: test_true_div_as_default (test.test_future3.TestFuture)
Ran 3 tests in 0.001s
OK
-0:07:05 load avg: 0.65 [153/416/1] test_future4
+0:06:27 load avg: 0.53 [153/416/1] test_future4
PASS: test_unicode_literals (test.test_future4.Tests)
----------------------------------------------------------------------
@@ -89742,7 +89743,7 @@ PASS: test_unicode_literals (test.test_future4.Tests)
Ran 1 test in 0.000s
OK
-0:07:05 load avg: 0.65 [154/416/1] test_future5
+0:06:27 load avg: 0.53 [154/416/1] test_future5
PASS: test_print_function (test.test_future5.TestMultipleFeatures)
PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures)
@@ -89751,7 +89752,7 @@ PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures)
Ran 2 tests in 0.000s
OK
-0:07:05 load avg: 0.65 [155/416/1] test_gc
+0:06:27 load avg: 0.53 [155/416/1] test_gc
PASS: test_boom (test.test_gc.GCTests)
PASS: test_boom2 (test.test_gc.GCTests)
PASS: test_boom2_new (test.test_gc.GCTests)
@@ -89793,13 +89794,13 @@ PASS: test_collect_generation (test.test_gc.GCCallbackTests)
----------------------------------------------------------------------
-Ran 38 tests in 3.251s
+Ran 38 tests in 2.800s
OK
restoring automatic collection
-0:07:08 load avg: 0.76 [156/416/1] test_gdb
+0:06:30 load avg: 0.53 [156/416/1] test_gdb
test_gdb skipped -- test_gdb only works on source builds at the moment.
-0:07:09 load avg: 0.76 [157/416/1] test_generator_stop -- test_gdb skipped
+0:06:30 load avg: 0.53 [157/416/1] test_generator_stop -- test_gdb skipped
PASS: test_stopiteration_wrapping (test.test_generator_stop.TestPEP479)
PASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479)
@@ -89808,7 +89809,7 @@ PASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479)
Ran 2 tests in 0.001s
OK
-0:07:09 load avg: 0.76 [158/416/1] test_generators
+0:06:30 load avg: 0.53 [158/416/1] test_generators
PASS: test_except_gen_except (test.test_generators.ExceptionTest)
PASS: test_except_next (test.test_generators.ExceptionTest)
PASS: test_except_throw (test.test_generators.ExceptionTest)
@@ -89828,7 +89829,7 @@ PASS: test_generator_gi_yieldfrom (test.test_generators.YieldFromTests)
----------------------------------------------------------------------
-Ran 16 tests in 0.182s
+Ran 16 tests in 0.132s
OK
Trying:
@@ -91765,7 +91766,7 @@ ok
280 passed and 0 failed.
Test passed.
doctest (test.test_generators) ... 280 tests with zero failures
-0:07:09 load avg: 0.76 [159/416/1] test_genericclass
+0:06:30 load avg: 0.57 [159/416/1] test_genericclass
PASS: test_c_class (test.test_genericclass.CAPITest)
PASS: test_class_getitem (test.test_genericclass.TestClassGetitem)
PASS: test_class_getitem_classmethod (test.test_genericclass.TestClassGetitem)
@@ -91793,7 +91794,7 @@ PASS: test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry)
Ran 21 tests in 0.005s
OK
-0:07:09 load avg: 0.76 [160/416/1] test_genericpath
+0:06:31 load avg: 0.57 [160/416/1] test_genericpath
PASS: test_path_commonprefix (test.test_genericpath.PathLikeTests)
PASS: test_path_exists (test.test_genericpath.PathLikeTests)
PASS: test_path_getctime (test.test_genericpath.PathLikeTests)
@@ -91824,7 +91825,7 @@ PASS: test_samestat_on_symlink (test.test_genericpath.TestGenericTest)
Ran 24 tests in 0.007s
OK
-0:07:09 load avg: 0.76 [161/416/1] test_genexps
+0:06:31 load avg: 0.57 [161/416/1] test_genexps
Trying:
sum(i*i for i in range(100) if i&1 == 1)
Expecting:
@@ -92228,7 +92229,7 @@ ok
76 passed and 0 failed.
Test passed.
doctest (test.test_genexps) ... 76 tests with zero failures
-0:07:09 load avg: 0.76 [162/416/1] test_getargs2
+0:06:31 load avg: 0.57 [162/416/1] test_getargs2
PASS: test_p (test.test_getargs2.Boolean_TestCase)
PASS: test_c (test.test_getargs2.Bytes_TestCase)
PASS: test_w_star (test.test_getargs2.Bytes_TestCase)
@@ -92306,10 +92307,10 @@ PASS: test_k (test.test_getargs2.Unsigned_TestCase)
----------------------------------------------------------------------
-Ran 74 tests in 0.033s
+Ran 74 tests in 0.029s
OK
-0:07:10 load avg: 0.76 [163/416/1] test_getopt
+0:06:31 load avg: 0.57 [163/416/1] test_getopt
PASS: test_do_longs (test.test_getopt.GetoptTests)
PASS: test_do_shorts (test.test_getopt.GetoptTests)
PASS: test_getopt (test.test_getopt.GetoptTests)
@@ -92382,10 +92383,10 @@ PASS: test_short_has_arg (test.test_getopt.GetoptTests)
----------------------------------------------------------------------
-Ran 8 tests in 0.005s
+Ran 8 tests in 0.004s
OK
-0:07:10 load avg: 0.76 [164/416/1] test_getpass
+0:06:31 load avg: 0.57 [164/416/1] test_getpass
PASS: test_username_falls_back_to_pwd (test.test_getpass.GetpassGetuserTest)
PASS: test_username_priorities_of_env_values (test.test_getpass.GetpassGetuserTest)
PASS: test_username_takes_username_from_env (test.test_getpass.GetpassGetuserTest)
@@ -92403,10 +92404,10 @@ PASS: test_uses_tty_directly (test.test_getpass.UnixGetpassTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.032s
+Ran 14 tests in 0.028s
OK
-0:07:10 load avg: 0.76 [165/416/1] test_gettext
+0:06:31 load avg: 0.57 [165/416/1] test_gettext
PASS: test_plural_form_error_issue17898 (test.test_gettext.GNUTranslationParsingTest)
PASS: test_cache (test.test_gettext.GettextCacheTestCase)
PASS: test_double_quotes (test.test_gettext.GettextTestCase1)
@@ -92461,10 +92462,10 @@ PASS: test_weird_metadata (test.test_gettext.WeirdMetadataTest)
----------------------------------------------------------------------
-Ran 51 tests in 0.047s
+Ran 51 tests in 0.043s
OK
-0:07:10 load avg: 0.76 [166/416/1] test_glob
+0:06:31 load avg: 0.57 [166/416/1] test_glob
PASS: test_escape (test.test_glob.GlobTests)
SKIP: test_escape_windows (test.test_glob.GlobTests) 'Win32 specific test'
PASS: test_glob_broken_symlinks (test.test_glob.GlobTests)
@@ -92481,10 +92482,10 @@ PASS: test_selflink (test.test_glob.SymlinkLoopGlobTests)
----------------------------------------------------------------------
-Ran 13 tests in 0.046s
+Ran 13 tests in 0.041s
OK (skipped=2)
-0:07:10 load avg: 0.76 [167/416/1] test_global
+0:06:31 load avg: 0.57 [167/416/1] test_global
PASS: test1 (test.test_global.GlobalTests)
PASS: test2 (test.test_global.GlobalTests)
PASS: test3 (test.test_global.GlobalTests)
@@ -92495,7 +92496,7 @@ PASS: test4 (test.test_global.GlobalTests)
Ran 4 tests in 0.001s
OK
-0:07:10 load avg: 0.76 [168/416/1] test_grp
+0:06:31 load avg: 0.57 [168/416/1] test_grp
PASS: test_errors (test.test_grp.GroupDatabaseTestCase)
PASS: test_noninteger_gid (test.test_grp.GroupDatabaseTestCase)
PASS: test_values (test.test_grp.GroupDatabaseTestCase)
@@ -92506,7 +92507,7 @@ PASS: test_values_extended (test.test_grp.GroupDatabaseTestCase)
Ran 4 tests in 0.006s
OK
-0:07:10 load avg: 0.76 [169/416/1] test_gzip
+0:06:31 load avg: 0.57 [169/416/1] test_gzip
PASS: test_1647484 (test.test_gzip.TestGzip)
PASS: test_append (test.test_gzip.TestGzip)
PASS: test_buffered_reader (test.test_gzip.TestGzip)
@@ -92563,10 +92564,10 @@ PASS: test_decompress_stdin_stdout (test.test_gzip.TestCommandLine)
----------------------------------------------------------------------
-Ran 52 tests in 0.181s
+Ran 52 tests in 0.171s
OK
-0:07:10 load avg: 0.76 [170/416/1] test_hash
+0:06:32 load avg: 0.57 [170/416/1] test_hash
PASS: test_empty_string (test.test_hash.BytesHashRandomizationTests)
PASS: test_fixed_hash (test.test_hash.BytesHashRandomizationTests)
PASS: test_long_fixed_hash (test.test_hash.BytesHashRandomizationTests)
@@ -92600,10 +92601,10 @@ PASS: test_ucs2_string (test.test_hash.StrHashRandomizationTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.421s
+Ran 30 tests in 0.382s
OK
-0:07:11 load avg: 0.76 [171/416/1] test_hashlib
+0:06:32 load avg: 0.57 [171/416/1] test_hashlib
PASS: test_algorithms_available (test.test_hashlib.HashLibTestCase)
PASS: test_algorithms_guaranteed (test.test_hashlib.HashLibTestCase)
PASS: test_blake2b (test.test_hashlib.HashLibTestCase)
@@ -92676,10 +92677,10 @@ PASS: test_scrypt (test.test_hashlib.KDFTests)
----------------------------------------------------------------------
-Ran 69 tests in 0.549s
+Ran 69 tests in 0.468s
OK (skipped=11)
-0:07:12 load avg: 0.76 [172/416/1] test_heapq
+0:06:33 load avg: 0.57 [172/416/1] test_heapq
PASS: test_arg_parsing (test.test_heapq.TestErrorHandlingC)
PASS: test_get_only (test.test_heapq.TestErrorHandlingC)
PASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC)
@@ -92725,10 +92726,10 @@ PASS: test_py_functions (test.test_heapq.TestModules)
----------------------------------------------------------------------
-Ran 42 tests in 0.427s
+Ran 42 tests in 0.440s
OK
-0:07:12 load avg: 0.76 [173/416/1] test_hmac
+0:06:33 load avg: 0.57 [173/416/1] test_hmac
PASS: test_compare_digest (test.test_hmac.CompareDigestTestCase)
PASS: test_dot_new_with_str_key (test.test_hmac.ConstructorTestCase)
PASS: test_normal (test.test_hmac.ConstructorTestCase)
@@ -92756,7 +92757,7 @@ PASS: test_with_digestmod_warning (test.test_hmac.TestVectorsTestCase)
Ran 21 tests in 0.007s
OK
-0:07:12 load avg: 0.76 [174/416/1] test_html
+0:06:33 load avg: 0.57 [174/416/1] test_html
PASS: test_escape (test.test_html.HtmlTests)
PASS: test_unescape (test.test_html.HtmlTests)
@@ -92765,7 +92766,7 @@ PASS: test_unescape (test.test_html.HtmlTests)
Ran 2 tests in 0.004s
OK
-0:07:12 load avg: 0.76 [175/416/1] test_htmlparser
+0:06:33 load avg: 0.57 [175/416/1] test_htmlparser
PASS: test_adjacent_attributes (test.test_htmlparser.AttributesTestCase)
PASS: test_attr_entity_replacement (test.test_htmlparser.AttributesTestCase)
PASS: test_attr_funky_names (test.test_htmlparser.AttributesTestCase)
@@ -92816,10 +92817,10 @@ PASS: test_with_unquoted_attributes (test.test_htmlparser.HTMLParserTestCase)
----------------------------------------------------------------------
-Ran 47 tests in 0.039s
+Ran 47 tests in 0.038s
OK
-0:07:12 load avg: 0.76 [176/416/1] test_http_cookiejar
+0:06:33 load avg: 0.57 [176/416/1] test_http_cookiejar
PASS: test_http2time (test.test_http_cookiejar.DateTimeTests)
PASS: test_http2time_formats (test.test_http_cookiejar.DateTimeTests)
PASS: test_http2time_garbage (test.test_http_cookiejar.DateTimeTests)
@@ -92883,10 +92884,10 @@ PASS: test_url_encoding (test.test_http_cookiejar.LWPCookieTests)
----------------------------------------------------------------------
-Ran 60 tests in 0.051s
+Ran 60 tests in 0.049s
OK
-0:07:13 load avg: 0.76 [177/416/1] test_http_cookies
+0:06:33 load avg: 0.57 [177/416/1] test_http_cookies
PASS: test_basic (test.test_http_cookies.CookieTests)
PASS: test_comment_quoting (test.test_http_cookies.CookieTests)
PASS: test_extended_encode (test.test_http_cookies.CookieTests)
@@ -92915,7 +92916,7 @@ PASS: test_update (test.test_http_cookies.MorselTests)
----------------------------------------------------------------------
-Ran 25 tests in 0.008s
+Ran 25 tests in 0.007s
OK
Trying:
@@ -93091,7 +93092,7 @@ ok
30 passed and 0 failed.
Test passed.
doctest (http.cookies) ... 30 tests with zero failures
-0:07:13 load avg: 0.76 [178/416/1] test_httplib
+0:06:34 load avg: 0.57 [178/416/1] test_httplib
PASS: test_bad_status_repr (test.test_httplib.BasicTest)
test_blocksize_request (test.test_httplib.BasicTest)
PASS: Check that request() respects the configured block size.
@@ -93162,21 +93163,21 @@ PASS: test_getting_nonexistent_header_with_string_default (test.test_httplib.HTT
PASS: test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest)
PASS: test_attributes (test.test_httplib.HTTPSTest)
PASS: test_host_port (test.test_httplib.HTTPSTest)
-test_local_bad_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 41199):41199 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [24/Jun/2019 18:20:53] code 404, message File not found
- server (('127.0.0.1', 41199):41199 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [24/Jun/2019 18:20:53] "GET /nonexistent HTTP/1.1" 404 -
- server (('127.0.0.1', 41199):41199 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [24/Jun/2019 18:20:54] code 404, message File not found
- server (('127.0.0.1', 41199):41199 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [24/Jun/2019 18:20:54] "GET /nonexistent HTTP/1.1" 404 -
+test_local_bad_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 42109):42109 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [24/Jun/2019 23:57:13] code 404, message File not found
+ server (('127.0.0.1', 42109):42109 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [24/Jun/2019 23:57:13] "GET /nonexistent HTTP/1.1" 404 -
+ server (('127.0.0.1', 42109):42109 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [24/Jun/2019 23:57:13] code 404, message File not found
+ server (('127.0.0.1', 42109):42109 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [24/Jun/2019 23:57:13] "GET /nonexistent HTTP/1.1" 404 -
stopping HTTPS server
joining HTTPS thread
ok
-test_local_good_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 40757):40757 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [24/Jun/2019 18:20:54] code 404, message File not found
- server (('127.0.0.1', 40757):40757 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [24/Jun/2019 18:20:54] "GET /nonexistent HTTP/1.1" 404 -
+test_local_good_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 37521):37521 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [24/Jun/2019 23:57:13] code 404, message File not found
+ server (('127.0.0.1', 37521):37521 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [24/Jun/2019 23:57:13] "GET /nonexistent HTTP/1.1" 404 -
stopping HTTPS server
joining HTTPS thread
ok
@@ -93224,10 +93225,10 @@ PASS: test_tunnel_debuglog (test.test_httplib.TunnelTests)
----------------------------------------------------------------------
-Ran 105 tests in 0.085s
+Ran 105 tests in 0.073s
OK (skipped=5)
-0:07:13 load avg: 0.78 [179/416/1] test_httpservers
+0:06:34 load avg: 0.57 [179/416/1] test_httpservers
Got an error:
[SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
Got an error:
@@ -93305,358 +93306,358 @@ PASS: test_all (test.test_httpservers.MiscTestCase)
----------------------------------------------------------------------
-Ran 64 tests in 0.071s
+Ran 64 tests in 0.062s
OK (skipped=12)
-0:07:13 load avg: 0.78 [180/416/1] test_idle
+0:06:34 load avg: 0.57 [180/416/1] test_idle
test_idle skipped -- No module named '_tkinter'
-0:07:13 load avg: 0.78 [181/416/1] test_imaplib -- test_idle skipped
+0:06:34 load avg: 0.57 [181/416/1] test_imaplib -- test_idle skipped
PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests)
test_aborted_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OAPF0 CAPABILITY'
+GOT: b'MFMN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OAPF0 OK CAPABILITY completed'
-GOT: b'OAPF1 AUTHENTICATE MYAUTH'
+SENT: b'MFMN0 OK CAPABILITY completed'
+GOT: b'MFMN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'OAPF1 NO [AUTHENTICATIONFAILED] aborted'
+SENT: b'MFMN1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'DBKI0 CAPABILITY'
+GOT: b'DKCB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DBKI0 OK CAPABILITY completed'
-GOT: b'DBKI1 AUTHENTICATE METHOD'
-SENT: b'DBKI1 NO unrecognized authentication type METHOD'
+SENT: b'DKCB0 OK CAPABILITY completed'
+GOT: b'DKCB1 AUTHENTICATE METHOD'
+SENT: b'DKCB1 NO unrecognized authentication type METHOD'
ok
PASS: test_certfile_arg_warn (test.test_imaplib.NewIMAPSSLTests)
test_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'GDPJ0 CAPABILITY'
+GOT: b'CHGO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
-SENT: b'GDPJ0 OK CAPABILITY completed'
-GOT: b'GDPJ1 AUTHENTICATE MYAUTH'
+SENT: b'CHGO0 OK CAPABILITY completed'
+GOT: b'CHGO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'GDPJ1 OK FAKEAUTH successful'
-GOT: b'GDPJ2 ENABLE UTF8=ACCEPT'
-SENT: b'GDPJ2 OK ENABLE successful'
-GOT: b'GDPJ3 APPEND INBOX {30}'
+SENT: b'CHGO1 OK FAKEAUTH successful'
+GOT: b'CHGO2 ENABLE UTF8=ACCEPT'
+SENT: b'CHGO2 OK ENABLE successful'
+GOT: b'CHGO3 APPEND INBOX {30}'
SENT: b'+'
GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)'
-SENT: b'GDPJ3 OK okay'
+SENT: b'CHGO3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FKMC0 CAPABILITY'
+GOT: b'MOOK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FKMC0 OK CAPABILITY completed'
-GOT: b'FKMC1 LOGIN user "pass"'
-SENT: b'FKMC1 OK LOGIN completed'
+SENT: b'MOOK0 OK CAPABILITY completed'
+GOT: b'MOOK1 LOGIN user "pass"'
+SENT: b'MOOK1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KFBB0 CAPABILITY'
+GOT: b'JPCI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KFBB0 OK CAPABILITY completed'
+SENT: b'JPCI0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'EPKM0 CAPABILITY'
+GOT: b'NABA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'EPKM0 OK CAPABILITY completed'
+SENT: b'NABA0 OK CAPABILITY completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FJEB0 CAPABILITY'
+GOT: b'FLKE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FJEB0 OK CAPABILITY completed'
-GOT: b'FJEB1 AUTHENTICATE MYAUTH'
+SENT: b'FLKE0 OK CAPABILITY completed'
+GOT: b'FLKE1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FJEB1 NO [AUTHENTICATIONFAILED] invalid'
+SENT: b'FLKE1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'MIEJ0 CAPABILITY'
+GOT: b'DNMI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'MIEJ0 OK CAPABILITY completed'
+SENT: b'DNMI0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPSSLTests)
test_login (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'MDOF0 CAPABILITY'
+GOT: b'EIHK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MDOF0 OK CAPABILITY completed'
-GOT: b'MDOF1 LOGIN user "pass"'
-SENT: b'MDOF1 OK LOGIN completed'
+SENT: b'EIHK0 OK CAPABILITY completed'
+GOT: b'EIHK1 LOGIN user "pass"'
+SENT: b'EIHK1 OK LOGIN completed'
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OJBJ0 CAPABILITY'
+GOT: b'KCAF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'OJBJ0 OK CAPABILITY completed'
-GOT: b'OJBJ1 AUTHENTICATE CRAM-MD5'
+SENT: b'KCAF0 OK CAPABILITY completed'
+GOT: b'KCAF1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'OJBJ1 OK CRAM-MD5 successful'
+SENT: b'KCAF1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JMAM0 CAPABILITY'
+GOT: b'PONJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'JMAM0 OK CAPABILITY completed'
-GOT: b'JMAM1 AUTHENTICATE CRAM-MD5'
+SENT: b'PONJ0 OK CAPABILITY completed'
+GOT: b'PONJ1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'JMAM1 OK CRAM-MD5 successful'
+SENT: b'PONJ1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'NHEK0 CAPABILITY'
+GOT: b'EONK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NHEK0 OK CAPABILITY completed'
-GOT: b'NHEK1 LOGIN user "pass"'
-SENT: b'NHEK1 OK LOGIN completed'
-GOT: b'NHEK2 LOGOUT'
+SENT: b'EONK0 OK CAPABILITY completed'
+GOT: b'EONK1 LOGIN user "pass"'
+SENT: b'EONK1 OK LOGIN completed'
+GOT: b'EONK2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'NHEK2 OK LOGOUT completed'
+SENT: b'EONK2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FKPN0 CAPABILITY'
+GOT: b'IDFN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FKPN0 OK CAPABILITY completed'
-GOT: b'FKPN1 LOGIN user "pass"'
-SENT: b'FKPN1 OK LOGIN completed'
-GOT: b'FKPN2 LSUB "" *'
+SENT: b'IDFN0 OK CAPABILITY completed'
+GOT: b'IDFN1 LOGIN user "pass"'
+SENT: b'IDFN1 OK LOGIN completed'
+GOT: b'IDFN2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
-SENT: b'FKPN2 OK LSUB completed'
+SENT: b'IDFN2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'BOFN0 CAPABILITY'
+GOT: b'KBPF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'BOFN0 OK CAPABILITY completed'
-GOT: b'BOFN1 AUTHENTICATE MYAUTH'
+SENT: b'KBPF0 OK CAPABILITY completed'
+GOT: b'KBPF1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'BOFN1 OK FAKEAUTH successful'
-GOT: b'BOFN2 ENABLE UTF8=ACCEPT'
-SENT: b'BOFN2 OK ENABLE successful'
+SENT: b'KBPF1 OK FAKEAUTH successful'
+GOT: b'KBPF2 ENABLE UTF8=ACCEPT'
+SENT: b'KBPF2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KHJP0 CAPABILITY'
+GOT: b'CAFD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KHJP0 OK CAPABILITY completed'
-GOT: b'KHJP1 LOGOUT'
+SENT: b'CAFD0 OK CAPABILITY completed'
+GOT: b'CAFD1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'KHJP1 OK LOGOUT completed'
+SENT: b'CAFD1 OK LOGOUT completed'
ok
test_ssl_raises (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HOJB0 CAPABILITY'
+GOT: b'LHFK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HOJB0 OK CAPABILITY completed'
+SENT: b'LHFK0 OK CAPABILITY completed'
ok
test_ssl_verified (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KKLJ0 CAPABILITY'
+GOT: b'JFGG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KKLJ0 OK CAPABILITY completed'
+SENT: b'JFGG0 OK CAPABILITY completed'
SENT: b'* OK IMAP4rev1'
-GOT: b'LCKB0 CAPABILITY'
+GOT: b'FEBC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LCKB0 OK CAPABILITY completed'
+SENT: b'FEBC0 OK CAPABILITY completed'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LAIN0 CAPABILITY'
+GOT: b'NAMF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LAIN0 OK CAPABILITY completed'
-GOT: b'LAIN1 AUTHENTICATE MYAUTH'
+SENT: b'NAMF0 OK CAPABILITY completed'
+GOT: b'NAMF1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'LAIN1 OK FAKEAUTH successful'
+SENT: b'NAMF1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KEHP0 CAPABILITY'
+GOT: b'BHOI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KEHP0 OK CAPABILITY completed'
-GOT: b'KEHP1 AUTHENTICATE MYAUTH'
+SENT: b'BHOI0 OK CAPABILITY completed'
+GOT: b'BHOI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'KEHP1 OK FAKEAUTH successful'
+SENT: b'BHOI1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'DNID0 CAPABILITY'
+GOT: b'ILDA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DNID0 OK CAPABILITY completed'
-GOT: b'DNID1 LOGIN user "pass"'
-SENT: b'DNID1 OK LOGIN completed'
-GOT: b'DNID2 LOGOUT'
+SENT: b'ILDA0 OK CAPABILITY completed'
+GOT: b'ILDA1 LOGIN user "pass"'
+SENT: b'ILDA1 OK LOGIN completed'
+GOT: b'ILDA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'DNID2 OK LOGOUT completed'
+SENT: b'ILDA2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OBOF0 CAPABILITY'
+GOT: b'PHBC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OBOF0 OK CAPABILITY completed'
-GOT: b'OBOF1 LOGIN user "pass"'
-SENT: b'OBOF1 OK LOGIN completed'
-GOT: b'OBOF2 LOGOUT'
+SENT: b'PHBC0 OK CAPABILITY completed'
+GOT: b'PHBC1 LOGIN user "pass"'
+SENT: b'PHBC1 OK LOGIN completed'
+GOT: b'PHBC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'OBOF2 OK LOGOUT completed'
+SENT: b'PHBC2 OK LOGOUT completed'
ok
PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests)
test_aborted_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'GKDF0 CAPABILITY'
+GOT: b'MKML0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GKDF0 OK CAPABILITY completed'
-GOT: b'GKDF1 AUTHENTICATE MYAUTH'
+SENT: b'MKML0 OK CAPABILITY completed'
+GOT: b'MKML1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'GKDF1 NO [AUTHENTICATIONFAILED] aborted'
+SENT: b'MKML1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'DLPF0 CAPABILITY'
+GOT: b'PAJP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DLPF0 OK CAPABILITY completed'
-GOT: b'DLPF1 AUTHENTICATE METHOD'
-SENT: b'DLPF1 NO unrecognized authentication type METHOD'
+SENT: b'PAJP0 OK CAPABILITY completed'
+GOT: b'PAJP1 AUTHENTICATE METHOD'
+SENT: b'PAJP1 NO unrecognized authentication type METHOD'
ok
test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'CGPE0 CAPABILITY'
+GOT: b'ODFO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
-SENT: b'CGPE0 OK CAPABILITY completed'
-GOT: b'CGPE1 AUTHENTICATE MYAUTH'
+SENT: b'ODFO0 OK CAPABILITY completed'
+GOT: b'ODFO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'CGPE1 OK FAKEAUTH successful'
-GOT: b'CGPE2 ENABLE UTF8=ACCEPT'
-SENT: b'CGPE2 OK ENABLE successful'
-GOT: b'CGPE3 APPEND INBOX {30}'
+SENT: b'ODFO1 OK FAKEAUTH successful'
+GOT: b'ODFO2 ENABLE UTF8=ACCEPT'
+SENT: b'ODFO2 OK ENABLE successful'
+GOT: b'ODFO3 APPEND INBOX {30}'
SENT: b'+'
GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)'
-SENT: b'CGPE3 OK okay'
+SENT: b'ODFO3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'BDBN0 CAPABILITY'
+GOT: b'FBHG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'BDBN0 OK CAPABILITY completed'
-GOT: b'BDBN1 LOGIN user "pass"'
-SENT: b'BDBN1 OK LOGIN completed'
+SENT: b'FBHG0 OK CAPABILITY completed'
+GOT: b'FBHG1 LOGIN user "pass"'
+SENT: b'FBHG1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'GJBN0 CAPABILITY'
+GOT: b'DMKM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GJBN0 OK CAPABILITY completed'
+SENT: b'DMKM0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FMCG0 CAPABILITY'
+GOT: b'PLHE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'FMCG0 OK CAPABILITY completed'
+SENT: b'PLHE0 OK CAPABILITY completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IDJO0 CAPABILITY'
+GOT: b'BFFN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IDJO0 OK CAPABILITY completed'
-GOT: b'IDJO1 AUTHENTICATE MYAUTH'
+SENT: b'BFFN0 OK CAPABILITY completed'
+GOT: b'BFFN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'IDJO1 NO [AUTHENTICATIONFAILED] invalid'
+SENT: b'BFFN1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'MHJB0 CAPABILITY'
+GOT: b'EMJA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'MHJB0 OK CAPABILITY completed'
+SENT: b'EMJA0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPTests)
test_login (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LJGN0 CAPABILITY'
+GOT: b'FGGF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LJGN0 OK CAPABILITY completed'
-GOT: b'LJGN1 LOGIN user "pass"'
-SENT: b'LJGN1 OK LOGIN completed'
+SENT: b'FGGF0 OK CAPABILITY completed'
+GOT: b'FGGF1 LOGIN user "pass"'
+SENT: b'FGGF1 OK LOGIN completed'
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'ENPF0 CAPABILITY'
+GOT: b'FDNP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'ENPF0 OK CAPABILITY completed'
-GOT: b'ENPF1 AUTHENTICATE CRAM-MD5'
+SENT: b'FDNP0 OK CAPABILITY completed'
+GOT: b'FDNP1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'ENPF1 OK CRAM-MD5 successful'
+SENT: b'FDNP1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LGJL0 CAPABILITY'
+GOT: b'EBDO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'LGJL0 OK CAPABILITY completed'
-GOT: b'LGJL1 AUTHENTICATE CRAM-MD5'
+SENT: b'EBDO0 OK CAPABILITY completed'
+GOT: b'EBDO1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'LGJL1 OK CRAM-MD5 successful'
+SENT: b'EBDO1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IBIL0 CAPABILITY'
+GOT: b'BLMO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IBIL0 OK CAPABILITY completed'
-GOT: b'IBIL1 LOGIN user "pass"'
-SENT: b'IBIL1 OK LOGIN completed'
-GOT: b'IBIL2 LOGOUT'
+SENT: b'BLMO0 OK CAPABILITY completed'
+GOT: b'BLMO1 LOGIN user "pass"'
+SENT: b'BLMO1 OK LOGIN completed'
+GOT: b'BLMO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'IBIL2 OK LOGOUT completed'
+SENT: b'BLMO2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LMEM0 CAPABILITY'
+GOT: b'DFNP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LMEM0 OK CAPABILITY completed'
-GOT: b'LMEM1 LOGIN user "pass"'
-SENT: b'LMEM1 OK LOGIN completed'
-GOT: b'LMEM2 LSUB "" *'
+SENT: b'DFNP0 OK CAPABILITY completed'
+GOT: b'DFNP1 LOGIN user "pass"'
+SENT: b'DFNP1 OK LOGIN completed'
+GOT: b'DFNP2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
-SENT: b'LMEM2 OK LSUB completed'
+SENT: b'DFNP2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'ILPO0 CAPABILITY'
+GOT: b'LGPB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'ILPO0 OK CAPABILITY completed'
-GOT: b'ILPO1 AUTHENTICATE MYAUTH'
+SENT: b'LGPB0 OK CAPABILITY completed'
+GOT: b'LGPB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'ILPO1 OK FAKEAUTH successful'
-GOT: b'ILPO2 ENABLE UTF8=ACCEPT'
-SENT: b'ILPO2 OK ENABLE successful'
+SENT: b'LGPB1 OK FAKEAUTH successful'
+GOT: b'LGPB2 ENABLE UTF8=ACCEPT'
+SENT: b'LGPB2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'MFJE0 CAPABILITY'
+GOT: b'GEGC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MFJE0 OK CAPABILITY completed'
-GOT: b'MFJE1 LOGOUT'
+SENT: b'GEGC0 OK CAPABILITY completed'
+GOT: b'GEGC1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'MFJE1 OK LOGOUT completed'
+SENT: b'GEGC1 OK LOGOUT completed'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OIMA0 CAPABILITY'
+GOT: b'NGIK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OIMA0 OK CAPABILITY completed'
-GOT: b'OIMA1 AUTHENTICATE MYAUTH'
+SENT: b'NGIK0 OK CAPABILITY completed'
+GOT: b'NGIK1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'OIMA1 OK FAKEAUTH successful'
+SENT: b'NGIK1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OOAN0 CAPABILITY'
+GOT: b'GCDM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OOAN0 OK CAPABILITY completed'
-GOT: b'OOAN1 AUTHENTICATE MYAUTH'
+SENT: b'GCDM0 OK CAPABILITY completed'
+GOT: b'GCDM1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'OOAN1 OK FAKEAUTH successful'
+SENT: b'GCDM1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'EDOE0 CAPABILITY'
+GOT: b'MOAB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'EDOE0 OK CAPABILITY completed'
-GOT: b'EDOE1 LOGIN user "pass"'
-SENT: b'EDOE1 OK LOGIN completed'
-GOT: b'EDOE2 LOGOUT'
+SENT: b'MOAB0 OK CAPABILITY completed'
+GOT: b'MOAB1 LOGIN user "pass"'
+SENT: b'MOAB1 OK LOGIN completed'
+GOT: b'MOAB2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'EDOE2 OK LOGOUT completed'
+SENT: b'MOAB2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FOAO0 CAPABILITY'
+GOT: b'INJN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FOAO0 OK CAPABILITY completed'
-GOT: b'FOAO1 LOGIN user "pass"'
-SENT: b'FOAO1 OK LOGIN completed'
-GOT: b'FOAO2 LOGOUT'
+SENT: b'INJN0 OK CAPABILITY completed'
+GOT: b'INJN1 LOGIN user "pass"'
+SENT: b'INJN1 OK LOGIN completed'
+GOT: b'INJN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'FOAO2 OK LOGOUT completed'
+SENT: b'INJN2 OK LOGOUT completed'
ok
SKIP: test_logincapa (test.test_imaplib.RemoteIMAPTest) 'network resource disabled'
SKIP: test_logout (test.test_imaplib.RemoteIMAPTest) 'network resource disabled'
@@ -93678,17 +93679,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'OKEM0 CAPABILITY'
+GOT: b'GAAP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OKEM0 OK CAPABILITY completed'
-GOT: b'OKEM1 AUTHENTICATE MYAUTH'
+SENT: b'GAAP0 OK CAPABILITY completed'
+GOT: b'GAAP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'OKEM1 NO [AUTHENTICATIONFAILED] aborted'
-GOT: b'OKEM2 LOGOUT'
+SENT: b'GAAP1 NO [AUTHENTICATIONFAILED] aborted'
+GOT: b'GAAP2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
+SENT: b'GAAP2 OK LOGOUT completed'
waiting for server
-SENT: b'OKEM2 OK LOGOUT completed'
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93698,15 +93699,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CNNK0 CAPABILITY'
+GOT: b'HPPB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CNNK0 OK CAPABILITY completed'
-GOT: b'CNNK1 AUTHENTICATE METHOD'
-SENT: b'CNNK1 NO unrecognized authentication type METHOD'
-GOT: b'CNNK2 LOGOUT'
+SENT: b'HPPB0 OK CAPABILITY completed'
+GOT: b'HPPB1 AUTHENTICATE METHOD'
+SENT: b'HPPB1 NO unrecognized authentication type METHOD'
+GOT: b'HPPB2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CNNK2 OK LOGOUT completed'
+SENT: b'HPPB2 OK LOGOUT completed'
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93716,32 +93717,32 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'GJNJ0 CAPABILITY'
+GOT: b'MPHN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GJNJ0 OK CAPABILITY completed'
-GOT: b'GJNJ1 AUTHENTICATE MYAUTH'
+SENT: b'MPHN0 OK CAPABILITY completed'
+GOT: b'MPHN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'GJNJ1 OK FAKEAUTH successful'
-GOT: b'GJNJ2 SELECT test'
+SENT: b'MPHN1 OK FAKEAUTH successful'
+GOT: b'MPHN2 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.'
-SENT: b'GJNJ2 OK [READ-WRITE] SELECT completed.'
-GOT: b'GJNJ3 STORE 1 +FLAGS ([test])'
+SENT: b'MPHN2 OK [READ-WRITE] SELECT completed.'
+GOT: b'MPHN3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
-SENT: b'GJNJ3 OK STORE completed.'
-GOT: b'GJNJ4 SELECT test'
+SENT: b'MPHN3 OK STORE completed.'
+GOT: b'MPHN4 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.'
-SENT: b'GJNJ4 OK [READ-WRITE] SELECT completed.'
-GOT: b'GJNJ5 LOGOUT'
+SENT: b'MPHN4 OK [READ-WRITE] SELECT completed.'
+GOT: b'MPHN5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GJNJ5 OK LOGOUT completed'
+SENT: b'MPHN5 OK LOGOUT completed'
done
ok
test_connect (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93751,9 +93752,9 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KFGG0 CAPABILITY'
+GOT: b'NLBA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KFGG0 OK CAPABILITY completed'
+SENT: b'NLBA0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -93764,23 +93765,23 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'JHLG0 CAPABILITY'
+GOT: b'NNFI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'JHLG0 OK CAPABILITY completed'
-GOT: b'JHLG1 AUTHENTICATE MYAUTH'
+SENT: b'NNFI0 OK CAPABILITY completed'
+GOT: b'NNFI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'JHLG1 OK FAKEAUTH successful'
-GOT: b'JHLG2 ENABLE UTF8=ACCEPT'
-SENT: b'JHLG2 OK ENABLE successful'
-GOT: b'JHLG3 APPEND INBOX {30}'
+SENT: b'NNFI1 OK FAKEAUTH successful'
+GOT: b'NNFI2 ENABLE UTF8=ACCEPT'
+SENT: b'NNFI2 OK ENABLE successful'
+GOT: b'NNFI3 APPEND INBOX {30}'
SENT: b'+'
GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)'
-SENT: b'JHLG3 OK okay'
-GOT: b'JHLG4 LOGOUT'
+SENT: b'NNFI3 OK okay'
+GOT: b'NNFI4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'JHLG4 OK LOGOUT completed'
+SENT: b'NNFI4 OK LOGOUT completed'
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93790,15 +93791,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'BBKH0 CAPABILITY'
+GOT: b'GILD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'BBKH0 OK CAPABILITY completed'
-GOT: b'BBKH1 LOGIN user "pass"'
-SENT: b'BBKH1 OK LOGIN completed'
-GOT: b'BBKH2 LOGOUT'
+SENT: b'GILD0 OK CAPABILITY completed'
+GOT: b'GILD1 LOGIN user "pass"'
+SENT: b'GILD1 OK LOGIN completed'
+GOT: b'GILD2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'BBKH2 OK LOGOUT completed'
+SENT: b'GILD2 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93808,13 +93809,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'PIJN0 CAPABILITY'
+GOT: b'BBKK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'PIJN0 OK CAPABILITY completed'
-GOT: b'PIJN1 LOGOUT'
+SENT: b'BBKK0 OK CAPABILITY completed'
+GOT: b'BBKK1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'PIJN1 OK LOGOUT completed'
+SENT: b'BBKK1 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93824,13 +93825,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NMKF0 CAPABILITY'
+GOT: b'EBCE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'NMKF0 OK CAPABILITY completed'
-GOT: b'NMKF1 LOGOUT'
+SENT: b'EBCE0 OK CAPABILITY completed'
+GOT: b'EBCE1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NMKF1 OK LOGOUT completed'
+SENT: b'EBCE1 OK LOGOUT completed'
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93840,17 +93841,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CMAC0 CAPABILITY'
+GOT: b'PHIP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CMAC0 OK CAPABILITY completed'
-GOT: b'CMAC1 AUTHENTICATE MYAUTH'
+SENT: b'PHIP0 OK CAPABILITY completed'
+GOT: b'PHIP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'CMAC1 NO [AUTHENTICATIONFAILED] invalid'
-GOT: b'CMAC2 LOGOUT'
+SENT: b'PHIP1 NO [AUTHENTICATIONFAILED] invalid'
+GOT: b'PHIP2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CMAC2 OK LOGOUT completed'
+SENT: b'PHIP2 OK LOGOUT completed'
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93869,10 +93870,10 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'PKEL0 CAPABILITY'
+GOT: b'PDEB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
waiting for server
-SENT: b'PKEL0 OK CAPABILITY completed'
+SENT: b'PDEB0 OK CAPABILITY completed'
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93891,17 +93892,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'EPJC0 CAPABILITY'
+GOT: b'NOPN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'EPJC0 OK CAPABILITY completed'
-GOT: b'EPJC1 AUTHENTICATE CRAM-MD5'
+SENT: b'NOPN0 OK CAPABILITY completed'
+GOT: b'NOPN1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'EPJC1 OK CRAM-MD5 successful'
-GOT: b'EPJC2 LOGOUT'
+SENT: b'NOPN1 OK CRAM-MD5 successful'
+GOT: b'NOPN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'EPJC2 OK LOGOUT completed'
+SENT: b'NOPN2 OK LOGOUT completed'
done
creating server
server created
@@ -93910,17 +93911,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'JHGC0 CAPABILITY'
+GOT: b'LJAL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'JHGC0 OK CAPABILITY completed'
-GOT: b'JHGC1 AUTHENTICATE CRAM-MD5'
+SENT: b'LJAL0 OK CAPABILITY completed'
+GOT: b'LJAL1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'JHGC1 OK CRAM-MD5 successful'
-GOT: b'JHGC2 LOGOUT'
+SENT: b'LJAL1 OK CRAM-MD5 successful'
+GOT: b'LJAL2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'JHGC2 OK LOGOUT completed'
+SENT: b'LJAL2 OK LOGOUT completed'
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93930,19 +93931,19 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'DCDN0 CAPABILITY'
+GOT: b'ECKK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'DCDN0 OK CAPABILITY completed'
-GOT: b'DCDN1 AUTHENTICATE MYAUTH'
+SENT: b'ECKK0 OK CAPABILITY completed'
+GOT: b'ECKK1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'DCDN1 OK FAKEAUTH successful'
-GOT: b'DCDN2 ENABLE UTF8=ACCEPT'
-SENT: b'DCDN2 OK ENABLE successful'
-GOT: b'DCDN3 LOGOUT'
+SENT: b'ECKK1 OK FAKEAUTH successful'
+GOT: b'ECKK2 ENABLE UTF8=ACCEPT'
+SENT: b'ECKK2 OK ENABLE successful'
+GOT: b'ECKK3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'DCDN3 OK LOGOUT completed'
+SENT: b'ECKK3 OK LOGOUT completed'
done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93952,13 +93953,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'OKOD0 CAPABILITY'
+GOT: b'KKFI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OKOD0 OK CAPABILITY completed'
-GOT: b'OKOD1 LOGOUT'
+SENT: b'KKFI0 OK CAPABILITY completed'
+GOT: b'KKFI1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'OKOD1 OK LOGOUT completed'
+SENT: b'KKFI1 OK LOGOUT completed'
done
ok
test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -93968,17 +93969,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'HIIN0 CAPABILITY'
+GOT: b'JGCN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HIIN0 OK CAPABILITY completed'
-GOT: b'HIIN1 AUTHENTICATE MYAUTH'
+SENT: b'JGCN0 OK CAPABILITY completed'
+GOT: b'JGCN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'HIIN1 OK FAKEAUTH successful'
-GOT: b'HIIN2 LOGOUT'
+SENT: b'JGCN1 OK FAKEAUTH successful'
+GOT: b'JGCN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'HIIN2 OK LOGOUT completed'
+SENT: b'JGCN2 OK LOGOUT completed'
done
creating server
server created
@@ -93987,17 +93988,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'EBAE0 CAPABILITY'
+GOT: b'DPMI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'EBAE0 OK CAPABILITY completed'
-GOT: b'EBAE1 AUTHENTICATE MYAUTH'
+SENT: b'DPMI0 OK CAPABILITY completed'
+GOT: b'DPMI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'EBAE1 OK FAKEAUTH successful'
-GOT: b'EBAE2 LOGOUT'
+SENT: b'DPMI1 OK FAKEAUTH successful'
+GOT: b'DPMI2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'EBAE2 OK LOGOUT completed'
+SENT: b'DPMI2 OK LOGOUT completed'
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -94007,15 +94008,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NOCC0 CAPABILITY'
+GOT: b'IOKI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NOCC0 OK CAPABILITY completed'
-GOT: b'NOCC1 LOGIN user "pass"'
-SENT: b'NOCC1 OK LOGIN completed'
-GOT: b'NOCC2 LOGOUT'
+SENT: b'IOKI0 OK CAPABILITY completed'
+GOT: b'IOKI1 LOGIN user "pass"'
+SENT: b'IOKI1 OK LOGIN completed'
+GOT: b'IOKI2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NOCC2 OK LOGOUT completed'
+SENT: b'IOKI2 OK LOGOUT completed'
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -94025,15 +94026,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'MDKH0 CAPABILITY'
+GOT: b'MMAP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MDKH0 OK CAPABILITY completed'
-GOT: b'MDKH1 LOGIN user "pass"'
-SENT: b'MDKH1 OK LOGIN completed'
-GOT: b'MDKH2 LOGOUT'
+SENT: b'MMAP0 OK CAPABILITY completed'
+GOT: b'MMAP1 LOGIN user "pass"'
+SENT: b'MMAP1 OK LOGIN completed'
+GOT: b'MMAP2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'MDKH2 OK LOGOUT completed'
+SENT: b'MMAP2 OK LOGOUT completed'
done
ok
test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94043,17 +94044,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CPKB0 CAPABILITY'
+GOT: b'FCOL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CPKB0 OK CAPABILITY completed'
-GOT: b'CPKB1 AUTHENTICATE MYAUTH'
+SENT: b'FCOL0 OK CAPABILITY completed'
+GOT: b'FCOL1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'CPKB1 NO [AUTHENTICATIONFAILED] aborted'
-GOT: b'CPKB2 LOGOUT'
+SENT: b'FCOL1 NO [AUTHENTICATIONFAILED] aborted'
+GOT: b'FCOL2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CPKB2 OK LOGOUT completed'
+SENT: b'FCOL2 OK LOGOUT completed'
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94063,15 +94064,15 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'MMOG0 CAPABILITY'
+GOT: b'INNN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MMOG0 OK CAPABILITY completed'
-GOT: b'MMOG1 AUTHENTICATE METHOD'
-SENT: b'MMOG1 NO unrecognized authentication type METHOD'
-GOT: b'MMOG2 LOGOUT'
+SENT: b'INNN0 OK CAPABILITY completed'
+GOT: b'INNN1 AUTHENTICATE METHOD'
+SENT: b'INNN1 NO unrecognized authentication type METHOD'
+GOT: b'INNN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'MMOG2 OK LOGOUT completed'
+SENT: b'INNN2 OK LOGOUT completed'
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94081,32 +94082,32 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'JKIG0 CAPABILITY'
+GOT: b'PGJN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JKIG0 OK CAPABILITY completed'
-GOT: b'JKIG1 AUTHENTICATE MYAUTH'
+SENT: b'PGJN0 OK CAPABILITY completed'
+GOT: b'PGJN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'JKIG1 OK FAKEAUTH successful'
-GOT: b'JKIG2 SELECT test'
+SENT: b'PGJN1 OK FAKEAUTH successful'
+GOT: b'PGJN2 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.'
-SENT: b'JKIG2 OK [READ-WRITE] SELECT completed.'
-GOT: b'JKIG3 STORE 1 +FLAGS ([test])'
+SENT: b'PGJN2 OK [READ-WRITE] SELECT completed.'
+GOT: b'PGJN3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
-SENT: b'JKIG3 OK STORE completed.'
-GOT: b'JKIG4 SELECT test'
+SENT: b'PGJN3 OK STORE completed.'
+GOT: b'PGJN4 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.'
-SENT: b'JKIG4 OK [READ-WRITE] SELECT completed.'
-GOT: b'JKIG5 LOGOUT'
+SENT: b'PGJN4 OK [READ-WRITE] SELECT completed.'
+GOT: b'PGJN5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
+SENT: b'PGJN5 OK LOGOUT completed'
waiting for server
-SENT: b'JKIG5 OK LOGOUT completed'
done
ok
test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94116,9 +94117,9 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'EGFN0 CAPABILITY'
+GOT: b'KKLD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'EGFN0 OK CAPABILITY completed'
+SENT: b'KKLD0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -94129,23 +94130,23 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NLPB0 CAPABILITY'
+GOT: b'NJHF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'NLPB0 OK CAPABILITY completed'
-GOT: b'NLPB1 AUTHENTICATE MYAUTH'
+SENT: b'NJHF0 OK CAPABILITY completed'
+GOT: b'NJHF1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'NLPB1 OK FAKEAUTH successful'
-GOT: b'NLPB2 ENABLE UTF8=ACCEPT'
-SENT: b'NLPB2 OK ENABLE successful'
-GOT: b'NLPB3 APPEND INBOX {30}'
+SENT: b'NJHF1 OK FAKEAUTH successful'
+GOT: b'NJHF2 ENABLE UTF8=ACCEPT'
+SENT: b'NJHF2 OK ENABLE successful'
+GOT: b'NJHF3 APPEND INBOX {30}'
SENT: b'+'
GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)'
-SENT: b'NLPB3 OK okay'
-GOT: b'NLPB4 LOGOUT'
+SENT: b'NJHF3 OK okay'
+GOT: b'NJHF4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NLPB4 OK LOGOUT completed'
+SENT: b'NJHF4 OK LOGOUT completed'
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94155,15 +94156,15 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'EJKH0 CAPABILITY'
+GOT: b'EKHA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'EJKH0 OK CAPABILITY completed'
-GOT: b'EJKH1 LOGIN user "pass"'
-SENT: b'EJKH1 OK LOGIN completed'
-GOT: b'EJKH2 LOGOUT'
+SENT: b'EKHA0 OK CAPABILITY completed'
+GOT: b'EKHA1 LOGIN user "pass"'
+SENT: b'EKHA1 OK LOGIN completed'
+GOT: b'EKHA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'EJKH2 OK LOGOUT completed'
+SENT: b'EKHA2 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94173,13 +94174,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'FLMG0 CAPABILITY'
+GOT: b'OOKL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'FLMG0 OK CAPABILITY completed'
-GOT: b'FLMG1 LOGOUT'
+SENT: b'OOKL0 OK CAPABILITY completed'
+GOT: b'OOKL1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'FLMG1 OK LOGOUT completed'
+SENT: b'OOKL1 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94189,13 +94190,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'PLNP0 CAPABILITY'
+GOT: b'MNAL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'PLNP0 OK CAPABILITY completed'
-GOT: b'PLNP1 LOGOUT'
+SENT: b'MNAL0 OK CAPABILITY completed'
+GOT: b'MNAL1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'PLNP1 OK LOGOUT completed'
+SENT: b'MNAL1 OK LOGOUT completed'
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94205,17 +94206,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KBHL0 CAPABILITY'
+GOT: b'IJAF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KBHL0 OK CAPABILITY completed'
-GOT: b'KBHL1 AUTHENTICATE MYAUTH'
+SENT: b'IJAF0 OK CAPABILITY completed'
+GOT: b'IJAF1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'KBHL1 NO [AUTHENTICATIONFAILED] invalid'
-GOT: b'KBHL2 LOGOUT'
+SENT: b'IJAF1 NO [AUTHENTICATIONFAILED] invalid'
+GOT: b'IJAF2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KBHL2 OK LOGOUT completed'
+SENT: b'IJAF2 OK LOGOUT completed'
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94234,10 +94235,10 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'BOFP0 CAPABILITY'
+GOT: b'NKKE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
waiting for server
-SENT: b'BOFP0 OK CAPABILITY completed'
+SENT: b'NKKE0 OK CAPABILITY completed'
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94256,17 +94257,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CPNM0 CAPABILITY'
+GOT: b'BNPK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'CPNM0 OK CAPABILITY completed'
-GOT: b'CPNM1 AUTHENTICATE CRAM-MD5'
+SENT: b'BNPK0 OK CAPABILITY completed'
+GOT: b'BNPK1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'CPNM1 OK CRAM-MD5 successful'
-GOT: b'CPNM2 LOGOUT'
+SENT: b'BNPK1 OK CRAM-MD5 successful'
+GOT: b'BNPK2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CPNM2 OK LOGOUT completed'
+SENT: b'BNPK2 OK LOGOUT completed'
done
creating server
server created
@@ -94275,17 +94276,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'HEMJ0 CAPABILITY'
+GOT: b'IFLF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'HEMJ0 OK CAPABILITY completed'
-GOT: b'HEMJ1 AUTHENTICATE CRAM-MD5'
+SENT: b'IFLF0 OK CAPABILITY completed'
+GOT: b'IFLF1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'HEMJ1 OK CRAM-MD5 successful'
-GOT: b'HEMJ2 LOGOUT'
+SENT: b'IFLF1 OK CRAM-MD5 successful'
+GOT: b'IFLF2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'HEMJ2 OK LOGOUT completed'
+SENT: b'IFLF2 OK LOGOUT completed'
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94295,19 +94296,19 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KBMO0 CAPABILITY'
+GOT: b'CJJP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'KBMO0 OK CAPABILITY completed'
-GOT: b'KBMO1 AUTHENTICATE MYAUTH'
+SENT: b'CJJP0 OK CAPABILITY completed'
+GOT: b'CJJP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'KBMO1 OK FAKEAUTH successful'
-GOT: b'KBMO2 ENABLE UTF8=ACCEPT'
-SENT: b'KBMO2 OK ENABLE successful'
-GOT: b'KBMO3 LOGOUT'
+SENT: b'CJJP1 OK FAKEAUTH successful'
+GOT: b'CJJP2 ENABLE UTF8=ACCEPT'
+SENT: b'CJJP2 OK ENABLE successful'
+GOT: b'CJJP3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KBMO3 OK LOGOUT completed'
+SENT: b'CJJP3 OK LOGOUT completed'
done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94317,13 +94318,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CBDL0 CAPABILITY'
+GOT: b'FOFM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CBDL0 OK CAPABILITY completed'
-GOT: b'CBDL1 LOGOUT'
+SENT: b'FOFM0 OK CAPABILITY completed'
+GOT: b'FOFM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CBDL1 OK LOGOUT completed'
+SENT: b'FOFM1 OK LOGOUT completed'
done
ok
test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94341,9 +94342,9 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'ILHL0 CAPABILITY'
+GOT: b'FJPL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'ILHL0 OK CAPABILITY completed'
+SENT: b'FJPL0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -94354,17 +94355,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'PBEP0 CAPABILITY'
+GOT: b'CIFC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'PBEP0 OK CAPABILITY completed'
-GOT: b'PBEP1 AUTHENTICATE MYAUTH'
+SENT: b'CIFC0 OK CAPABILITY completed'
+GOT: b'CIFC1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'PBEP1 OK FAKEAUTH successful'
-GOT: b'PBEP2 LOGOUT'
+SENT: b'CIFC1 OK FAKEAUTH successful'
+GOT: b'CIFC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'PBEP2 OK LOGOUT completed'
+SENT: b'CIFC2 OK LOGOUT completed'
done
creating server
server created
@@ -94373,17 +94374,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'PKMJ0 CAPABILITY'
+GOT: b'MDHL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'PKMJ0 OK CAPABILITY completed'
-GOT: b'PKMJ1 AUTHENTICATE MYAUTH'
+SENT: b'MDHL0 OK CAPABILITY completed'
+GOT: b'MDHL1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'PKMJ1 OK FAKEAUTH successful'
-GOT: b'PKMJ2 LOGOUT'
+SENT: b'MDHL1 OK FAKEAUTH successful'
+GOT: b'MDHL2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'PKMJ2 OK LOGOUT completed'
+SENT: b'MDHL2 OK LOGOUT completed'
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94393,15 +94394,15 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'LIPM0 CAPABILITY'
+GOT: b'FNLA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LIPM0 OK CAPABILITY completed'
-GOT: b'LIPM1 LOGIN user "pass"'
-SENT: b'LIPM1 OK LOGIN completed'
-GOT: b'LIPM2 LOGOUT'
+SENT: b'FNLA0 OK CAPABILITY completed'
+GOT: b'FNLA1 LOGIN user "pass"'
+SENT: b'FNLA1 OK LOGIN completed'
+GOT: b'FNLA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'LIPM2 OK LOGOUT completed'
+SENT: b'FNLA2 OK LOGOUT completed'
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -94411,24 +94412,24 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'BONJ0 CAPABILITY'
+GOT: b'LJOM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'BONJ0 OK CAPABILITY completed'
-GOT: b'BONJ1 LOGIN user "pass"'
-SENT: b'BONJ1 OK LOGIN completed'
-GOT: b'BONJ2 LOGOUT'
+SENT: b'LJOM0 OK CAPABILITY completed'
+GOT: b'LJOM1 LOGIN user "pass"'
+SENT: b'LJOM1 OK LOGIN completed'
+GOT: b'LJOM2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'BONJ2 OK LOGOUT completed'
+SENT: b'LJOM2 OK LOGOUT completed'
done
ok
----------------------------------------------------------------------
-Ran 95 tests in 9.015s
+Ran 95 tests in 9.564s
OK (skipped=8)
-0:07:22 load avg: 0.72 [182/416/1] test_imghdr
+0:06:44 load avg: 0.48 [182/416/1] test_imghdr
PASS: test_bad_args (test.test_imghdr.TestImghdr)
PASS: test_closed_file (test.test_imghdr.TestImghdr)
PASS: test_data (test.test_imghdr.TestImghdr)
@@ -94443,10 +94444,10 @@ PASS: test_unseekable (test.test_imghdr.TestImghdr)
----------------------------------------------------------------------
-Ran 11 tests in 0.008s
+Ran 11 tests in 0.011s
OK
-0:07:22 load avg: 0.72 [183/416/1] test_imp
+0:06:44 load avg: 0.48 [183/416/1] test_imp
PASS: test_bug7732 (test.test_imp.ImportTests)
PASS: test_find_and_load_checked_pyc (test.test_imp.ImportTests)
PASS: test_find_module_encoding (test.test_imp.ImportTests)
@@ -94477,10 +94478,10 @@ PASS: test_with_deleted_parent (test.test_imp.ReloadTests)
----------------------------------------------------------------------
-Ran 27 tests in 0.090s
+Ran 27 tests in 0.097s
OK
-0:07:23 load avg: 0.72 [184/416/1] test_import
+0:06:44 load avg: 0.48 [184/416/1] test_import
PASS: test_binding (test.test_import.CircularImportTests)
PASS: test_direct (test.test_import.CircularImportTests)
PASS: test_indirect (test.test_import.CircularImportTests)
@@ -94559,10 +94560,10 @@ PASS: test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPack
----------------------------------------------------------------------
-Ran 75 tests in 0.260s
+Ran 75 tests in 0.288s
OK (skipped=2)
-0:07:23 load avg: 0.74 [185/416/1] test_importlib
+0:06:44 load avg: 0.48 [185/416/1] test_importlib
PASS: test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests)
PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests)
PASS: test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests)
@@ -95863,10 +95864,10 @@ SKIP: test.test_importlib.test_windows (unittest.loader.ModuleSkipped) "No modul
----------------------------------------------------------------------
-Ran 1267 tests in 1.223s
+Ran 1267 tests in 1.136s
OK (skipped=17, expected failures=1)
-0:07:25 load avg: 0.74 [186/416/1] test_index
+0:06:46 load avg: 0.52 [186/416/1] test_index
PASS: test_basic (test.test_index.BaseTestCase)
PASS: test_error (test.test_index.BaseTestCase)
PASS: test_index_returns_int_subclass (test.test_index.BaseTestCase)
@@ -95925,10 +95926,10 @@ PASS: test_wrappers (test.test_index.TupleTestCase)
----------------------------------------------------------------------
-Ran 55 tests in 0.011s
+Ran 55 tests in 0.012s
OK
-0:07:25 load avg: 0.74 [187/416/1] test_inspect
+0:06:46 load avg: 0.52 [187/416/1] test_inspect
PASS: test_decorator_with_lambda (test.test_inspect.TestDecorators)
PASS: test_getsource_unwrap (test.test_inspect.TestDecorators)
PASS: test_replacing_decorator (test.test_inspect.TestDecorators)
@@ -96157,10 +96158,10 @@ PASS: test_range_traceback_toplevel_frame (test.test_inspect.TestGettingSourceOf
----------------------------------------------------------------------
-Ran 224 tests in 0.438s
+Ran 224 tests in 0.481s
OK
-0:07:25 load avg: 0.74 [188/416/1] test_int
+0:06:47 load avg: 0.52 [188/416/1] test_int
PASS: test_basic (test.test_int.IntTestCases)
PASS: test_error_message (test.test_int.IntTestCases)
test_int_base_bad_types (test.test_int.IntTestCases)
@@ -96182,10 +96183,10 @@ PASS: test_underscores (test.test_int.IntTestCases)
----------------------------------------------------------------------
-Ran 16 tests in 0.009s
+Ran 16 tests in 0.008s
OK
-0:07:25 load avg: 0.74 [189/416/1] test_int_literal
+0:06:47 load avg: 0.52 [189/416/1] test_int_literal
PASS: test_bin_baseline (test.test_int_literal.TestHexOctBin)
PASS: test_bin_unsigned (test.test_int_literal.TestHexOctBin)
PASS: test_hex_baseline (test.test_int_literal.TestHexOctBin)
@@ -96198,7 +96199,7 @@ PASS: test_oct_unsigned (test.test_int_literal.TestHexOctBin)
Ran 6 tests in 0.001s
OK
-0:07:26 load avg: 0.74 [190/416/1] test_io
+0:06:47 load avg: 0.52 [190/416/1] test_io
PASS: test_BufferedIOBase_destructor (test.test_io.CIOTest)
PASS: test_BufferedIOBase_readinto (test.test_io.CIOTest)
PASS: test_IOBase_destructor (test.test_io.CIOTest)
@@ -96806,10 +96807,10 @@ PASS: test_interrupted_write_unbuffered (test.test_io.PySignalsTest)
----------------------------------------------------------------------
-Ran 602 tests in 34.003s
+Ran 602 tests in 33.542s
OK (skipped=12)
-0:08:00 load avg: 0.77 [191/416/1] test_ioctl -- test_io passed in 34 sec 151 ms
+0:07:21 load avg: 0.47 [191/416/1] test_ioctl -- test_io passed in 33 sec 713 ms
PASS: test_ioctl (test.test_ioctl.IoctlTests)
PASS: test_ioctl_mutate (test.test_ioctl.IoctlTests)
PASS: test_ioctl_mutate_1024 (test.test_ioctl.IoctlTests)
@@ -96818,10 +96819,10 @@ PASS: test_ioctl_signed_unsigned_code_param (test.test_ioctl.IoctlTests)
----------------------------------------------------------------------
-Ran 5 tests in 0.001s
+Ran 5 tests in 0.002s
OK
-0:08:00 load avg: 0.77 [192/416/1] test_ipaddress
+0:07:21 load avg: 0.47 [192/416/1] test_ipaddress
PASS: test_bad_address_split (test.test_ipaddress.AddressTestCase_v4)
PASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v4)
PASS: test_empty_address (test.test_ipaddress.AddressTestCase_v4)
@@ -97010,10 +97011,10 @@ PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6)
----------------------------------------------------------------------
-Ran 185 tests in 0.119s
+Ran 185 tests in 0.141s
OK
-0:08:00 load avg: 0.77 [193/416/1] test_isinstance
+0:07:21 load avg: 0.47 [193/416/1] test_isinstance
PASS: test_bases_raises_other_than_attribute_error (test.test_isinstance.TestIsInstanceExceptions)
PASS: test_class_has_no_bases (test.test_isinstance.TestIsInstanceExceptions)
PASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions)
@@ -97033,10 +97034,10 @@ PASS: test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassE
----------------------------------------------------------------------
-Ran 16 tests in 0.012s
+Ran 16 tests in 0.015s
OK
-0:08:00 load avg: 0.77 [194/416/1] test_iter
+0:07:21 load avg: 0.47 [194/416/1] test_iter
PASS: test_3720 (test.test_iter.TestCase)
PASS: test_builtin_filter (test.test_iter.TestCase)
PASS: test_builtin_list (test.test_iter.TestCase)
@@ -97094,10 +97095,10 @@ PASS: test_writelines (test.test_iter.TestCase)
----------------------------------------------------------------------
-Ran 54 tests in 0.088s
+Ran 54 tests in 0.102s
OK
-0:08:00 load avg: 0.77 [195/416/1] test_iterlen
+0:07:21 load avg: 0.47 [195/416/1] test_iterlen
PASS: test_immutable_during_iteration (test.test_iterlen.TestDeque)
PASS: test_invariant (test.test_iterlen.TestDeque)
PASS: test_immutable_during_iteration (test.test_iterlen.TestDequeReversed)
@@ -97126,7 +97127,7 @@ PASS: test_invariant (test.test_iterlen.TestXrangeCustomReversed)
Ran 22 tests in 0.004s
OK
-0:08:01 load avg: 0.77 [196/416/1] test_itertools
+0:07:21 load avg: 0.47 [196/416/1] test_itertools
PASS: test_StopIteration (test.test_itertools.TestBasicOps)
PASS: test_accumulate (test.test_itertools.TestBasicOps)
PASS: test_bug_7244 (test.test_itertools.TestBasicOps)
@@ -97248,7 +97249,7 @@ PASS: test_product_sizeof (test.test_itertools.SizeofTest)
----------------------------------------------------------------------
-Ran 118 tests in 2.855s
+Ran 118 tests in 2.687s
OK (skipped=4)
Trying:
@@ -97880,7 +97881,7 @@ ok
70 passed and 0 failed.
Test passed.
doctest (test.test_itertools) ... 70 tests with zero failures
-0:08:04 load avg: 0.79 [197/416/1] test_json
+0:07:24 load avg: 0.47 [197/416/1] test_json
json ()
PASS: Doctest: json
encode (json.encoder.JSONEncoder)
@@ -98041,10 +98042,10 @@ PASS: test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode)
----------------------------------------------------------------------
-Ran 153 tests in 1.459s
+Ran 153 tests in 1.327s
OK (skipped=1)
-0:08:05 load avg: 0.79 [198/416/1] test_keyword
+0:07:26 load avg: 0.52 [198/416/1] test_keyword
PASS: test_empty_grammar_results_in_no_keywords (test.test_keyword.TestKeywordGeneration)
PASS: test_grammar (test.test_keyword.TestKeywordGeneration)
PASS: test_keywords_py_without_markers_produces_error (test.test_keyword.TestKeywordGeneration)
@@ -98058,10 +98059,10 @@ PASS: test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword)
----------------------------------------------------------------------
-Ran 10 tests in 0.128s
+Ran 10 tests in 0.114s
OK (skipped=1)
-0:08:06 load avg: 0.79 [199/416/1] test_keywordonlyarg
+0:07:26 load avg: 0.52 [199/416/1] test_keywordonlyarg
PASS: testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
PASS: testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
PASS: testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
@@ -98079,9 +98080,9 @@ PASS: test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
Ran 11 tests in 0.004s
OK
-0:08:06 load avg: 0.79 [200/416/1] test_kqueue
+0:07:26 load avg: 0.52 [200/416/1] test_kqueue
test_kqueue skipped -- test works only on BSD
-0:08:06 load avg: 0.79 [201/416/1] test_largefile -- test_kqueue skipped
+0:07:26 load avg: 0.52 [201/416/1] test_largefile -- test_kqueue skipped
SKIP: test_large_read (test.test_largefile.CLargeFileTest) 'not enough memory: 4.7G minimum needed'
PASS: test_lseek (test.test_largefile.CLargeFileTest)
PASS: test_osstat (test.test_largefile.CLargeFileTest)
@@ -98097,10 +98098,10 @@ PASS: test_truncate (test.test_largefile.PyLargeFileTest)
----------------------------------------------------------------------
-Ran 12 tests in 0.005s
+Ran 12 tests in 0.004s
OK (skipped=2)
-0:08:06 load avg: 0.79 [202/416/1] test_lib2to3
+0:07:26 load avg: 0.52 [202/416/1] test_lib2to3
SKIP: test_all_project_files (lib2to3.tests.test_all_fixers.Test_all) "resource 'cpu' is not enabled"
PASS: test_1 (lib2to3.tests.test_fixers.Test_apply)
PASS: test_2 (lib2to3.tests.test_fixers.Test_apply)
@@ -98761,10 +98762,10 @@ PASS: test_name_import (lib2to3.tests.test_util.Test_touch_import)
----------------------------------------------------------------------
-Ran 654 tests in 9.332s
+Ran 654 tests in 9.284s
OK (skipped=1)
-0:08:15 load avg: 0.82 [203/416/1] test_linecache
+0:07:36 load avg: 0.59 [203/416/1] test_linecache
PASS: test_getline (test.test_linecache.BadUnicode)
PASS: test_getlines (test.test_linecache.BadUnicode)
PASS: test_getline (test.test_linecache.EmptyFile)
@@ -98787,10 +98788,10 @@ PASS: test_getlines (test.test_linecache.SingleEmptyLine)
----------------------------------------------------------------------
-Ran 19 tests in 0.009s
+Ran 19 tests in 0.008s
OK
-0:08:16 load avg: 0.82 [204/416/1] test_list
+0:07:36 load avg: 0.59 [204/416/1] test_list
PASS: test_addmul (test.test_list.ListTest)
PASS: test_append (test.test_list.ListTest)
PASS: test_basic (test.test_list.ListTest)
@@ -98847,10 +98848,10 @@ PASS: test_truth (test.test_list.ListTest)
----------------------------------------------------------------------
-Ran 53 tests in 0.248s
+Ran 53 tests in 0.242s
OK
-0:08:16 load avg: 0.82 [205/416/1] test_listcomps
+0:07:36 load avg: 0.59 [205/416/1] test_listcomps
Trying:
sum([i*i for i in range(100) if i&1 == 1])
Expecting:
@@ -99028,7 +99029,7 @@ ok
33 passed and 0 failed.
Test passed.
doctest (test.test_listcomps) ... 33 tests with zero failures
-0:08:16 load avg: 0.82 [206/416/1] test_locale
+0:07:36 load avg: 0.59 [206/416/1] test_locale
PASS: test_c (test.test_locale.NormalizeTest)
PASS: test_devanagari_modifier (test.test_locale.NormalizeTest)
PASS: test_empty (test.test_locale.NormalizeTest)
@@ -99092,10 +99093,10 @@ PASS: test_delocalize (test.test_locale.TestfrFRDelocalizeTest)
----------------------------------------------------------------------
-Ran 60 tests in 0.030s
+Ran 60 tests in 0.028s
OK
-0:08:16 load avg: 0.82 [207/416/1] test_logging
+0:07:37 load avg: 0.59 [207/416/1] test_logging
PASS: test_flat (test.test_logging.BuiltinLevelsTest)
PASS: test_issue27935 (test.test_logging.BuiltinLevelsTest)
PASS: test_nested_explicit (test.test_logging.BuiltinLevelsTest)
@@ -99280,10 +99281,10 @@ PASS: test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest)
----------------------------------------------------------------------
-Ran 177 tests in 21.278s
+Ran 177 tests in 21.205s
OK (skipped=1)
-0:08:38 load avg: 0.66 [208/416/1] test_long
+0:07:58 load avg: 0.55 [208/416/1] test_long
PASS: test__format__ (test.test_long.LongTest)
PASS: test_access_to_nonexistent_digit_0 (test.test_long.LongTest)
PASS: test_bit_length (test.test_long.LongTest)
@@ -99316,18 +99317,18 @@ PASS: test_true_division (test.test_long.LongTest)
----------------------------------------------------------------------
-Ran 29 tests in 2.260s
+Ran 29 tests in 2.267s
OK (skipped=2)
-0:08:40 load avg: 0.68 [209/416/1] test_longexp
+0:08:00 load avg: 0.58 [209/416/1] test_longexp
PASS: test_longexp (test.test_longexp.LongExpText)
----------------------------------------------------------------------
-Ran 1 test in 0.091s
+Ran 1 test in 0.082s
OK
-0:08:40 load avg: 0.68 [210/416/1] test_lzma
+0:08:01 load avg: 0.58 [210/416/1] test_lzma
PASS: test_bad_filter_spec (test.test_lzma.CompressorDecompressorTestCase)
PASS: test_compressor_bigmem (test.test_lzma.CompressorDecompressorTestCase)
PASS: test_decompressor_after_eof (test.test_lzma.CompressorDecompressorTestCase)
@@ -99446,10 +99447,10 @@ PASS: test_is_check_supported (test.test_lzma.MiscellaneousTestCase)
----------------------------------------------------------------------
-Ran 114 tests in 3.448s
+Ran 114 tests in 3.194s
OK (skipped=1)
-0:08:44 load avg: 0.71 [211/416/1] test_macpath
+0:08:04 load avg: 0.58 [211/416/1] test_macpath
PASS: test_abspath (test.test_macpath.MacCommonTest)
PASS: test_abspath_issue3426 (test.test_macpath.MacCommonTest)
PASS: test_commonprefix (test.test_macpath.MacCommonTest)
@@ -99486,10 +99487,10 @@ PASS: test_splitext (test.test_macpath.MacPathTestCase)
----------------------------------------------------------------------
-Ran 33 tests in 0.036s
+Ran 33 tests in 0.035s
OK (skipped=2)
-0:08:44 load avg: 0.71 [212/416/1] test_mailbox
+0:08:04 load avg: 0.58 [212/416/1] test_mailbox
PASS: test_notimplemented (test.test_mailbox.TestMailboxSuperclass)
PASS: test_add (test.test_mailbox.TestMaildir)
PASS: test_add_8bit_body (test.test_mailbox.TestMaildir)
@@ -99854,10 +99855,10 @@ PASS: test__all__ (test.test_mailbox.MiscTestCase)
----------------------------------------------------------------------
-Ran 360 tests in 0.513s
+Ran 360 tests in 0.518s
OK
-0:08:45 load avg: 0.71 [213/416/1] test_mailcap
+0:08:05 load avg: 0.58 [213/416/1] test_mailcap
PASS: test_findmatch (test.test_mailcap.FindmatchTest)
PASS: test_test (test.test_mailcap.FindmatchTest)
PASS: test_mock_getcaps (test.test_mailcap.GetcapsTest)
@@ -99872,7 +99873,7 @@ PASS: test_subst (test.test_mailcap.HelperFunctionTest)
Ran 8 tests in 0.005s
OK
-0:08:45 load avg: 0.71 [214/416/1] test_marshal
+0:08:05 load avg: 0.58 [214/416/1] test_marshal
PASS: test_array (test.test_marshal.BufferTestCase)
PASS: test_bytearray (test.test_marshal.BufferTestCase)
PASS: test_memoryview (test.test_marshal.BufferTestCase)
@@ -99934,10 +99935,10 @@ PASS: test_unicode (test.test_marshal.StringTestCase)
----------------------------------------------------------------------
-Ran 58 tests in 0.108s
+Ran 58 tests in 0.105s
OK (skipped=7)
-0:08:45 load avg: 0.71 [215/416/1] test_math
+0:08:05 load avg: 0.58 [215/416/1] test_math
PASS: testAcos (test.test_math.MathTests)
PASS: testAcosh (test.test_math.MathTests)
PASS: testAsin (test.test_math.MathTests)
@@ -100002,10 +100003,10 @@ PASS: Doctest: ieee754.txt
----------------------------------------------------------------------
-Ran 60 tests in 1.309s
+Ran 60 tests in 1.326s
OK (skipped=1)
-0:08:46 load avg: 0.71 [216/416/1] test_memoryio
+0:08:07 load avg: 0.62 [216/416/1] test_memoryio
PASS: testInit (test.test_memoryio.CBytesIOTest)
PASS: testRead (test.test_memoryio.CBytesIOTest)
PASS: testReadNoArgs (test.test_memoryio.CBytesIOTest)
@@ -100175,10 +100176,10 @@ PASS: test_writelines_error (test.test_memoryio.PyStringIOTest)
----------------------------------------------------------------------
-Ran 166 tests in 0.172s
+Ran 166 tests in 0.173s
OK
-0:08:47 load avg: 0.71 [217/416/1] test_memoryview
+0:08:07 load avg: 0.62 [217/416/1] test_memoryview
SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test'
PASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceSliceTest)
PASS: test_compare (test.test_memoryview.ArrayMemorySliceSliceTest)
@@ -100316,10 +100317,10 @@ PASS: test_pickle (test.test_memoryview.OtherTest)
----------------------------------------------------------------------
-Ran 134 tests in 0.858s
+Ran 134 tests in 0.887s
OK (skipped=18)
-0:08:48 load avg: 0.71 [218/416/1] test_metaclass
+0:08:08 load avg: 0.62 [218/416/1] test_metaclass
Trying:
class C:
def meth(self): print("Hello")
@@ -100678,7 +100679,7 @@ ok
62 passed and 0 failed.
Test passed.
doctest (test.test_metaclass) ... 62 tests with zero failures
-0:08:48 load avg: 0.73 [219/416/1] test_mimetypes
+0:08:08 load avg: 0.62 [219/416/1] test_mimetypes
PASS: test_data_urls (test.test_mimetypes.MimeTypesTestCase)
PASS: test_default_data (test.test_mimetypes.MimeTypesTestCase)
PASS: test_encoding (test.test_mimetypes.MimeTypesTestCase)
@@ -100690,10 +100691,10 @@ SKIP: test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase) 'Window
----------------------------------------------------------------------
-Ran 8 tests in 0.006s
+Ran 8 tests in 0.005s
OK (skipped=1)
-0:08:48 load avg: 0.73 [220/416/1] test_minidom
+0:08:08 load avg: 0.62 [220/416/1] test_minidom
PASS: testAAA (test.test_minidom.MinidomTest)
PASS: testAAB (test.test_minidom.MinidomTest)
PASS: testAddAttr (test.test_minidom.MinidomTest)
@@ -100818,10 +100819,10 @@ PASS: test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest)
----------------------------------------------------------------------
-Ran 121 tests in 0.034s
+Ran 121 tests in 0.032s
OK
-0:08:48 load avg: 0.73 [221/416/1] test_mmap
+0:08:08 load avg: 0.62 [221/416/1] test_mmap
PASS: test_access_parameter (test.test_mmap.MmapTests)
PASS: test_anonymous (test.test_mmap.MmapTests)
PASS: test_bad_file_desc (test.test_mmap.MmapTests)
@@ -100862,10 +100863,10 @@ PASS: test_large_offset (test.test_mmap.LargeMmapTests)
----------------------------------------------------------------------
-Ran 37 tests in 0.110s
+Ran 37 tests in 0.105s
OK (skipped=4)
-0:08:48 load avg: 0.73 [222/416/1] test_module
+0:08:08 load avg: 0.62 [222/416/1] test_module
PASS: test_ascii_docstring (test.test_module.ModuleTests)
PASS: test_clear_dict_in_ref_cycle (test.test_module.ModuleTests)
PASS: test_descriptor_errors_propagate (test.test_module.ModuleTests)
@@ -100899,10 +100900,10 @@ PASS: test_weakref (test.test_module.ModuleTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.289s
+Ran 30 tests in 0.271s
OK
-0:08:49 load avg: 0.73 [223/416/1] test_modulefinder
+0:08:09 load avg: 0.62 [223/416/1] test_modulefinder
PASS: test_absolute_imports (test.test_modulefinder.ModuleFinderTest)
PASS: test_bytecode (test.test_modulefinder.ModuleFinderTest)
PASS: test_extended_opargs (test.test_modulefinder.ModuleFinderTest)
@@ -100917,12 +100918,12 @@ PASS: test_replace_paths (test.test_modulefinder.ModuleFinderTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.213s
+Ran 11 tests in 0.208s
OK
-0:08:49 load avg: 0.73 [224/416/1] test_msilib
+0:08:09 load avg: 0.62 [224/416/1] test_msilib
test_msilib skipped -- No module named 'msilib'
-0:08:49 load avg: 0.73 [225/416/1] test_multibytecodec -- test_msilib skipped
+0:08:09 load avg: 0.62 [225/416/1] test_multibytecodec -- test_msilib skipped
PASS: test_encode (test.test_multibytecodec.TestHZStateful)
PASS: test_incrementalencoder (test.test_multibytecodec.TestHZStateful)
PASS: test_incrementalencoder_final (test.test_multibytecodec.TestHZStateful)
@@ -100954,10 +100955,10 @@ PASS: test_utf_8 (test.test_multibytecodec.Test_StreamWriter)
----------------------------------------------------------------------
-Ran 28 tests in 0.828s
+Ran 28 tests in 0.777s
OK
-0:08:50 load avg: 0.73 [226/416/1] test_multiprocessing_fork
+0:08:10 load avg: 0.65 [226/416/1] test_multiprocessing_fork
PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest)
PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest)
PASS: test_closefd (test.test_multiprocessing_fork.TestCloseFds)
@@ -101288,10 +101289,10 @@ PASS: test_import (test.test_multiprocessing_fork._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 71.385s
+Ran 327 tests in 74.877s
OK (skipped=32)
-0:10:02 load avg: 0.87 [227/416/1] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 11 sec
+0:09:25 load avg: 1.05 [227/416/1] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 15 sec
PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest)
PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest)
PASS: test_closefd (test.test_multiprocessing_forkserver.TestCloseFds)
@@ -101622,10 +101623,10 @@ PASS: test_import (test.test_multiprocessing_forkserver._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 83.475s
+Ran 327 tests in 90.643s
OK (skipped=28)
-0:11:25 load avg: 0.67 [228/416/1] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 23 sec
+0:10:56 load avg: 0.92 [228/416/1] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 30 sec
PASS: test_basic_script (test.test_multiprocessing_main_handling.ForkCmdLineTest)
PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkCmdLineTest)
PASS: test_directory (test.test_multiprocessing_main_handling.ForkCmdLineTest)
@@ -101668,10 +101669,10 @@ PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLin
----------------------------------------------------------------------
-Ran 39 tests in 11.842s
+Ran 39 tests in 15.937s
OK
-0:11:37 load avg: 1.20 [229/416/1] test_multiprocessing_spawn
+0:11:12 load avg: 1.13 [229/416/1] test_multiprocessing_spawn
PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest)
PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest)
PASS: test_closefd (test.test_multiprocessing_spawn.TestCloseFds)
@@ -102002,10 +102003,10 @@ PASS: test_import (test.test_multiprocessing_spawn._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 96.948s
+Ran 327 tests in 107.874s
OK (skipped=31)
-0:13:14 load avg: 1.16 [230/416/1] test_netrc -- test_multiprocessing_spawn passed in 1 min 37 sec
+0:13:00 load avg: 1.20 [230/416/1] test_netrc -- test_multiprocessing_spawn passed in 1 min 48 sec
PASS: test_comment_at_end_of_machine_line (test.test_netrc.NetrcTestCase)
PASS: test_comment_at_end_of_machine_line_no_space (test.test_netrc.NetrcTestCase)
PASS: test_comment_at_end_of_machine_line_pass_has_hash (test.test_netrc.NetrcTestCase)
@@ -102024,10 +102025,10 @@ PASS: test_security (test.test_netrc.NetrcTestCase)
----------------------------------------------------------------------
-Ran 15 tests in 0.008s
+Ran 15 tests in 0.010s
OK
-0:13:14 load avg: 1.16 [231/416/1] test_nis
+0:13:00 load avg: 1.18 [231/416/1] test_nis
SKIP: test_maps (test.test_nis.NisTests) 'Local domain name not set'
----------------------------------------------------------------------
@@ -102035,7 +102036,7 @@ SKIP: test_maps (test.test_nis.NisTests) 'Local domain name not set'
Ran 1 test in 0.000s
OK (skipped=1)
-0:13:15 load avg: 1.16 [232/416/1] test_nntplib
+0:13:01 load avg: 1.18 [232/416/1] test_nntplib
PASS: test_caps_only_after_login (test.test_nntplib.CapsAfterLoginNNTPv2Tests)
PASS: test_starttls (test.test_nntplib.LocalServerTests)
PASS: test_decode_header (test.test_nntplib.MiscTests)
@@ -102112,19 +102113,19 @@ PASS: test_we_are_in_reader_mode_after_connect (test.test_nntplib.SendReaderNNTP
----------------------------------------------------------------------
-Ran 71 tests in 0.083s
+Ran 71 tests in 0.096s
OK (skipped=2)
-0:13:15 load avg: 1.16 [233/416/1] test_normalization
+0:13:01 load avg: 1.18 [233/416/1] test_normalization
PASS: test_bug_834676 (test.test_normalization.NormalizationTest)
SKIP: test_main (test.test_normalization.NormalizationTest) "Use of the 'urlfetch' resource not enabled"
----------------------------------------------------------------------
-Ran 2 tests in 0.000s
+Ran 2 tests in 0.001s
OK (skipped=1)
-0:13:15 load avg: 1.16 [234/416/1] test_ntpath
+0:13:01 load avg: 1.18 [234/416/1] test_ntpath
PASS: test_abspath (test.test_ntpath.NtCommonTest)
PASS: test_abspath_issue3426 (test.test_ntpath.NtCommonTest)
PASS: test_commonprefix (test.test_ntpath.NtCommonTest)
@@ -102190,10 +102191,10 @@ PASS: test_splitext (test.test_ntpath.TestNtpath)
----------------------------------------------------------------------
-Ran 62 tests in 0.057s
+Ran 62 tests in 0.063s
OK (skipped=2)
-0:13:15 load avg: 1.16 [235/416/1] test_numeric_tower
+0:13:01 load avg: 1.18 [235/416/1] test_numeric_tower
PASS: test_complex (test.test_numeric_tower.ComparisonTest)
PASS: test_mixed_comparisons (test.test_numeric_tower.ComparisonTest)
PASS: test_binary_floats (test.test_numeric_tower.HashTest)
@@ -102206,10 +102207,10 @@ PASS: test_integers (test.test_numeric_tower.HashTest)
----------------------------------------------------------------------
-Ran 9 tests in 0.113s
+Ran 9 tests in 0.121s
OK
-0:13:15 load avg: 1.16 [236/416/1] test_openpty
+0:13:01 load avg: 1.18 [236/416/1] test_openpty
PASS: test (test.test_openpty.OpenptyTest)
----------------------------------------------------------------------
@@ -102217,7 +102218,7 @@ PASS: test (test.test_openpty.OpenptyTest)
Ran 1 test in 0.000s
OK
-0:13:15 load avg: 1.16 [237/416/1] test_operator
+0:13:02 load avg: 1.18 [237/416/1] test_operator
PASS: test_attrgetter (test.test_operator.CCOperatorPickleTestCase)
PASS: test_itemgetter (test.test_operator.CCOperatorPickleTestCase)
PASS: test_methodcaller (test.test_operator.CCOperatorPickleTestCase)
@@ -102311,10 +102312,10 @@ PASS: test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase)
----------------------------------------------------------------------
-Ran 90 tests in 0.023s
+Ran 90 tests in 0.026s
OK
-0:13:16 load avg: 1.16 [238/416/1] test_optparse
+0:13:02 load avg: 1.18 [238/416/1] test_optparse
PASS: test__all__ (test.test_optparse.MiscTestCase)
PASS: test_bool_default (test.test_optparse.TestBool)
PASS: test_bool_false (test.test_optparse.TestBool)
@@ -102470,10 +102471,10 @@ PASS: test_version (test.test_optparse.TestVersion)
----------------------------------------------------------------------
-Ran 152 tests in 0.048s
+Ran 152 tests in 0.054s
OK
-0:13:16 load avg: 1.16 [239/416/1] test_ordered_dict
+0:13:02 load avg: 1.18 [239/416/1] test_ordered_dict
PASS: test_abc (test.test_ordered_dict.CPythonBuiltinDictTests)
PASS: test_clear (test.test_ordered_dict.CPythonBuiltinDictTests)
PASS: test_delitem (test.test_ordered_dict.CPythonBuiltinDictTests)
@@ -102736,10 +102737,10 @@ PASS: test_write (test.test_ordered_dict.PurePythonSubclassMappingTests)
----------------------------------------------------------------------
-Ran 259 tests in 1.969s
+Ran 259 tests in 2.330s
OK
-0:13:18 load avg: 1.15 [240/416/1] test_os
+0:13:04 load avg: 1.18 [240/416/1] test_os
PASS: test_blocking (test.test_os.BlockingTests)
PASS: test_compare_to_walk (test.test_os.BytesFwalkTests)
PASS: test_dir_fd (test.test_os.BytesFwalkTests)
@@ -103014,12 +103015,12 @@ SKIP: test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkT
----------------------------------------------------------------------
-Ran 266 tests in 0.960s
+Ran 266 tests in 1.069s
OK (skipped=45)
-0:13:19 load avg: 1.15 [241/416/1] test_ossaudiodev
+0:13:06 load avg: 1.16 [241/416/1] test_ossaudiodev
test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
-0:13:19 load avg: 1.15 [242/416/1] test_osx_env -- test_ossaudiodev skipped (resource denied)
+0:13:06 load avg: 1.16 [242/416/1] test_osx_env -- test_ossaudiodev skipped (resource denied)
SKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmentVariableTestCase) 'unnecessary on this platform'
----------------------------------------------------------------------
@@ -103027,7 +103028,7 @@ SKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmen
Ran 1 test in 0.000s
OK (skipped=1)
-0:13:19 load avg: 1.15 [243/416/1] test_parser
+0:13:06 load avg: 1.16 [243/416/1] test_parser
PASS: test_compile_badunicode (test.test_parser.CompileTestCase)
PASS: test_compile_error (test.test_parser.CompileTestCase)
PASS: test_compile_expr (test.test_parser.CompileTestCase)
@@ -103081,10 +103082,10 @@ PASS: test_sizeof (test.test_parser.STObjectTestCase)
----------------------------------------------------------------------
-Ran 50 tests in 0.059s
+Ran 50 tests in 0.058s
OK
-0:13:19 load avg: 1.15 [244/416/1] test_pathlib
+0:13:06 load avg: 1.16 [244/416/1] test_pathlib
PASS: test_parse_parts (test.test_pathlib.NTFlavourTest)
PASS: test_parse_parts_common (test.test_pathlib.NTFlavourTest)
PASS: test_splitroot (test.test_pathlib.NTFlavourTest)
@@ -103483,10 +103484,10 @@ SKIP: test_with (test.test_pathlib.WindowsPathTest) 'test requires a Windows-com
----------------------------------------------------------------------
-Ran 395 tests in 0.196s
+Ran 395 tests in 0.198s
OK (skipped=114)
-0:13:20 load avg: 1.15 [245/416/1] test_pdb
+0:13:07 load avg: 1.16 [245/416/1] test_pdb
PASS: test_blocks_at_first_code_line (test.test_pdb.PdbTestCase)
PASS: test_breakpoint (test.test_pdb.PdbTestCase)
PASS: test_errors_in_command (test.test_pdb.PdbTestCase)
@@ -103549,10 +103550,10 @@ PASS: Doctest: test.test_pdb.test_post_mortem
----------------------------------------------------------------------
-Ran 38 tests in 0.701s
+Ran 38 tests in 0.713s
OK
-0:13:21 load avg: 1.15 [246/416/1] test_peepholer
+0:13:07 load avg: 1.16 [246/416/1] test_peepholer
PASS: test_bug_11510 (test.test_peepholer.TestBuglets)
PASS: test_binary_subscr_on_unicode (test.test_peepholer.TestTranforms)
PASS: test_constant_folding (test.test_peepholer.TestTranforms)
@@ -103577,7 +103578,7 @@ PASS: test_while_one (test.test_peepholer.TestTranforms)
Ran 18 tests in 0.022s
OK
-0:13:21 load avg: 1.15 [247/416/1] test_pickle
+0:13:08 load avg: 1.16 [247/416/1] test_pickle
PASS: test_bad_init (test.test_pickle.PyPickleTests)
PASS: test_callapi (test.test_pickle.PyPickleTests)
PASS: test_dump_closed_file (test.test_pickle.PyPickleTests)
@@ -103717,20 +103718,20 @@ PASS: test_instance_dispatch_table (test.test_pickle.PyChainDispatchTableTests)
PASS: test_exceptions (test.test_pickle.CompatPickleTests)
test_import (test.test_pickle.CompatPickleTests) ... No module named '_tkinter'
No module named '_tkinter'
-No module named 'winreg'
No module named '_tkinter'
No module named '_gdbm'
No module named '_tkinter'
+No module named 'winreg'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
+No module named 'dbm.bsd'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_gdbm'
No module named '_tkinter'
-No module named 'dbm.bsd'
No module named '_tkinter'
ok
test_import_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter'
@@ -104236,7 +104237,7 @@ PASS: test_unpickler (test.test_pickle.SizeofTests)
----------------------------------------------------------------------
-Ran 581 tests in 5.684s
+Ran 581 tests in 5.958s
OK (skipped=20)
Trying:
@@ -104439,7 +104440,7 @@ ok
14 passed and 0 failed.
Test passed.
doctest (pickle) ... 14 tests with zero failures
-0:13:27 load avg: 1.14 [248/416/1] test_pickletools
+0:13:14 load avg: 1.15 [248/416/1] test_pickletools
PASS: test_appends_on_non_lists (test.test_pickletools.OptimizedPickleTests)
PASS: test_attribute_name_interning (test.test_pickletools.OptimizedPickleTests)
PASS: test_bad_getattr (test.test_pickletools.OptimizedPickleTests)
@@ -104524,7 +104525,7 @@ PASS: test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests)
----------------------------------------------------------------------
-Ran 81 tests in 0.981s
+Ran 81 tests in 1.006s
OK
PASS: test__all__ (test.test_pickletools.MiscTestCase)
@@ -105385,7 +105386,7 @@ ok
129 passed and 0 failed.
Test passed.
doctest (pickletools) ... 129 tests with zero failures
-0:13:28 load avg: 1.12 [249/416/1] test_pipes
+0:13:15 load avg: 1.15 [249/416/1] test_pipes
PASS: testBadAppendOptions (test.test_pipes.SimplePipeTests)
PASS: testBadOpenMode (test.test_pipes.SimplePipeTests)
PASS: testBadPrependOptions (test.test_pipes.SimplePipeTests)
@@ -105403,10 +105404,10 @@ PASS: testWriteOpenSource (test.test_pipes.SimplePipeTests)
----------------------------------------------------------------------
-Ran 14 tests in 0.017s
+Ran 14 tests in 0.018s
OK
-0:13:28 load avg: 1.12 [250/416/1] test_pkg
+0:13:15 load avg: 1.15 [250/416/1] test_pkg
PASS: test_1 (test.test_pkg.TestPkg)
PASS: test_2 (test.test_pkg.TestPkg)
PASS: test_3 (test.test_pkg.TestPkg)
@@ -105418,10 +105419,10 @@ PASS: test_8 (test.test_pkg.TestPkg)
----------------------------------------------------------------------
-Ran 8 tests in 0.015s
+Ran 8 tests in 0.016s
OK
-0:13:28 load avg: 1.12 [251/416/1] test_pkgimport
+0:13:15 load avg: 1.14 [251/416/1] test_pkgimport
PASS: test_package_import__semantics (test.test_pkgimport.TestImport)
----------------------------------------------------------------------
@@ -105429,7 +105430,7 @@ PASS: test_package_import__semantics (test.test_pkgimport.TestImport)
Ran 1 test in 0.002s
OK
-0:13:28 load avg: 1.12 [252/416/1] test_pkgutil
+0:13:15 load avg: 1.14 [252/416/1] test_pkgutil
PASS: test_getdata_filesys (test.test_pkgutil.PkgutilTests)
PASS: test_getdata_zipfile (test.test_pkgutil.PkgutilTests)
PASS: test_unreadable_dir_on_syspath (test.test_pkgutil.PkgutilTests)
@@ -105457,10 +105458,10 @@ PASS: test_loader_deprecated (test.test_pkgutil.ImportlibMigrationTests)
----------------------------------------------------------------------
-Ran 23 tests in 0.018s
+Ran 23 tests in 0.020s
OK
-0:13:28 load avg: 1.12 [253/416/1] test_platform
+0:13:16 load avg: 1.14 [253/416/1] test_platform
PASS: test_dist_deprecation (test.test_platform.DeprecationTest)
PASS: test_linux_distribution_deprecation (test.test_platform.DeprecationTest)
PASS: test__comparable_version (test.test_platform.PlatformTest)
@@ -105489,10 +105490,10 @@ PASS: test_win32_ver (test.test_platform.PlatformTest)
----------------------------------------------------------------------
-Ran 25 tests in 0.119s
+Ran 25 tests in 0.132s
OK (skipped=2)
-0:13:29 load avg: 1.12 [254/416/1] test_plistlib
+0:13:16 load avg: 1.14 [254/416/1] test_plistlib
PASS: test_appleformatting (test.test_plistlib.TestPlistlib)
PASS: test_appleformattingfromliteral (test.test_plistlib.TestPlistlib)
PASS: test_bytearray (test.test_plistlib.TestPlistlib)
@@ -105528,10 +105529,10 @@ PASS: test__all__ (test.test_plistlib.MiscTestCase)
----------------------------------------------------------------------
-Ran 32 tests in 0.036s
+Ran 32 tests in 0.039s
OK
-0:13:29 load avg: 1.12 [255/416/1] test_poll
+0:13:16 load avg: 1.14 [255/416/1] test_poll
PASS: test_poll1 (test.test_poll.PollTests)
PASS: test_poll2 (test.test_poll.PollTests)
PASS: test_poll3 (test.test_poll.PollTests)
@@ -105542,10 +105543,10 @@ PASS: test_threaded_poll (test.test_poll.PollTests)
----------------------------------------------------------------------
-Ran 7 tests in 11.134s
+Ran 7 tests in 11.137s
OK
-0:13:40 load avg: 1.03 [256/416/1] test_popen
+0:13:27 load avg: 1.12 [256/416/1] test_popen
PASS: test_contextmanager (test.test_popen.PopenTest)
PASS: test_iterating (test.test_popen.PopenTest)
PASS: test_keywords (test.test_popen.PopenTest)
@@ -105554,10 +105555,10 @@ PASS: test_return_code (test.test_popen.PopenTest)
----------------------------------------------------------------------
-Ran 5 tests in 0.073s
+Ran 5 tests in 0.090s
OK
-0:13:40 load avg: 1.03 [257/416/1] test_poplib
+0:13:28 load avg: 1.12 [257/416/1] test_poplib
PASS: test_apop_REDOS (test.test_poplib.TestPOP3Class)
PASS: test_apop_normal (test.test_poplib.TestPOP3Class)
PASS: test_capa (test.test_poplib.TestPOP3Class)
@@ -105632,10 +105633,10 @@ PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass)
----------------------------------------------------------------------
-Ran 71 tests in 3.848s
+Ran 71 tests in 4.284s
OK
-0:13:44 load avg: 0.95 [258/416/1] test_posix
+0:13:32 load avg: 1.19 [258/416/1] test_posix
PASS: testNoArgFunctions (test.test_posix.PosixTester)
PASS: test_access (test.test_posix.PosixTester)
PASS: test_access_dir_fd (test.test_posix.PosixTester)
@@ -105735,10 +105736,10 @@ PASS: test_setgroups (test.test_posix.PosixGroupsTester)
----------------------------------------------------------------------
-Ran 96 tests in 0.104s
+Ran 96 tests in 0.123s
OK (skipped=10)
-0:13:44 load avg: 0.95 [259/416/1] test_posixpath
+0:13:32 load avg: 1.19 [259/416/1] test_posixpath
PASS: test_path_abspath (test.test_posixpath.PathLikeTests)
PASS: test_path_basename (test.test_posixpath.PathLikeTests)
PASS: test_path_commonpath (test.test_posixpath.PathLikeTests)
@@ -105816,10 +105817,10 @@ PASS: test_splitext (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------
-Ran 74 tests in 0.045s
+Ran 74 tests in 0.059s
OK
-0:13:45 load avg: 0.95 [260/416/1] test_pow
+0:13:33 load avg: 1.19 [260/416/1] test_pow
PASS: test_bug643260 (test.test_pow.PowTest)
PASS: test_bug705231 (test.test_pow.PowTest)
PASS: test_other (test.test_pow.PowTest)
@@ -105828,10 +105829,10 @@ PASS: test_powint (test.test_pow.PowTest)
----------------------------------------------------------------------
-Ran 5 tests in 0.049s
+Ran 5 tests in 0.068s
OK
-0:13:45 load avg: 0.95 [261/416/1] test_pprint
+0:13:33 load avg: 1.19 [261/416/1] test_pprint
PASS: test_basic (test.test_pprint.QueryTestCase)
PASS: test_basic_line_wrap (test.test_pprint.QueryTestCase)
PASS: test_bytearray_wrap (test.test_pprint.QueryTestCase)
@@ -105864,10 +105865,10 @@ PASS: test_width (test.test_pprint.QueryTestCase)
----------------------------------------------------------------------
-Ran 29 tests in 0.055s
+Ran 29 tests in 0.057s
OK (expected failures=1)
-0:13:45 load avg: 0.95 [262/416/1] test_print
+0:13:33 load avg: 1.19 [262/416/1] test_print
PASS: test_print (test.test_print.TestPrint)
PASS: test_print_flush (test.test_print.TestPrint)
PASS: test_normal_string (test.test_print.TestPy2MigrationHint)
@@ -105883,7 +105884,7 @@ PASS: test_string_with_soft_space (test.test_print.TestPy2MigrationHint)
Ran 9 tests in 0.002s
OK
-0:13:45 load avg: 0.95 [263/416/1] test_profile
+0:13:33 load avg: 1.19 [263/416/1] test_profile
PASS: test_calling_conventions (test.test_profile.ProfileTest)
PASS: test_cprofile (test.test_profile.ProfileTest)
PASS: test_run (test.test_profile.ProfileTest)
@@ -105891,10 +105892,10 @@ PASS: test_runctx (test.test_profile.ProfileTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.007s
+Ran 4 tests in 0.008s
OK
-0:13:45 load avg: 0.95 [264/416/1] test_property
+0:13:33 load avg: 1.19 [264/416/1] test_property
PASS: test_docstring_copy (test.test_property.PropertySubclassTests)
PASS: test_property_new_getter_new_docstring (test.test_property.PropertySubclassTests)
PASS: test_property_setter_copies_getter_docstring (test.test_property.PropertySubclassTests)
@@ -105915,7 +105916,7 @@ SKIP: test_refleaks_in___init__ (test.test_property.PropertyTests) "object <modu
Ran 14 tests in 0.003s
OK (skipped=1)
-0:13:45 load avg: 0.95 [265/416/1] test_pstats
+0:13:33 load avg: 1.19 [265/416/1] test_pstats
PASS: test_combine_results (test.test_pstats.AddCallersTestCase)
PASS: test_add (test.test_pstats.StatsTestCase)
PASS: test_sort_starts_mix (test.test_pstats.StatsTestCase)
@@ -105926,10 +105927,10 @@ PASS: test_sort_stats_string (test.test_pstats.StatsTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 0.055s
+Ran 7 tests in 0.057s
OK
-0:13:46 load avg: 0.95 [266/416/1] test_pty
+0:13:34 load avg: 1.19 [266/416/1] test_pty
test_basic (test.test_pty.PtyTest) ... Calling master_open()
Got master_fd '5', slave_name '/dev/pts/1'
Calling slave_open('/dev/pts/1')
@@ -105938,8 +105939,8 @@ Writing to slave_fd
Writing chunked output
ok
test_fork (test.test_pty.PtyTest) ... calling pty.fork()
-Waiting for child (26058) to finish.
-Child (26058) exited with status 4 (1024).
+Waiting for child (24262) to finish.
+Child (24262) exited with status 4 (1024).
ok
test__copy_eof_on_all (test.test_pty.SmallPtyTests)
PASS: Test the empty read EOF case on both master_fd and stdin.
@@ -105948,10 +105949,10 @@ PASS: Test the normal data case on both master_fd and stdin.
----------------------------------------------------------------------
-Ran 4 tests in 0.007s
+Ran 4 tests in 0.008s
OK
-0:13:46 load avg: 0.95 [267/416/1] test_pulldom
+0:13:34 load avg: 1.19 [267/416/1] test_pulldom
test_comment (test.test_pulldom.PullDOMTestCase)
PullDOM does not receive "comment" events. ... expected failure
test_end_document (test.test_pulldom.PullDOMTestCase)
@@ -105976,10 +105977,10 @@ PASS: Test some of the hard-to-reach parts of SAX2DOM.
----------------------------------------------------------------------
-Ran 11 tests in 0.009s
+Ran 11 tests in 0.010s
OK (expected failures=3)
-0:13:46 load avg: 0.95 [268/416/1] test_pwd
+0:13:34 load avg: 1.19 [268/416/1] test_pwd
PASS: test_errors (test.test_pwd.PwdTest)
PASS: test_values (test.test_pwd.PwdTest)
PASS: test_values_extended (test.test_pwd.PwdTest)
@@ -105989,7 +105990,7 @@ PASS: test_values_extended (test.test_pwd.PwdTest)
Ran 3 tests in 0.002s
OK
-0:13:46 load avg: 0.95 [269/416/1] test_py_compile
+0:13:34 load avg: 1.19 [269/416/1] test_py_compile
PASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithSourceEpoch)
PASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithSourceEpoch)
PASS: test_cache_path (test.test_py_compile.PyCompileTestsWithSourceEpoch)
@@ -106017,10 +106018,10 @@ PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEp
----------------------------------------------------------------------
-Ran 24 tests in 0.013s
+Ran 24 tests in 0.014s
OK (skipped=2)
-0:13:46 load avg: 0.95 [270/416/1] test_pyclbr
+0:13:34 load avg: 1.19 [270/416/1] test_pyclbr
PASS: test_decorators (test.test_pyclbr.PyclbrTest)
PASS: test_easy (test.test_pyclbr.PyclbrTest)
PASS: test_issue_14798 (test.test_pyclbr.PyclbrTest)
@@ -106029,10 +106030,10 @@ PASS: test_others (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------
-Ran 5 tests in 1.294s
+Ran 5 tests in 1.300s
OK
-0:13:48 load avg: 0.95 [271/416/1] test_pydoc
+0:13:36 load avg: 1.17 [271/416/1] test_pydoc
PASS: test_allmethods (test.test_pydoc.PydocDocTest)
PASS: test_getpager_with_stdin_none (test.test_pydoc.PydocDocTest)
PASS: test_help_output_redirect (test.test_pydoc.PydocDocTest)
@@ -106090,10 +106091,10 @@ PASS: test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.Tes
----------------------------------------------------------------------
-Ran 54 tests in 2.886s
+Ran 54 tests in 2.977s
OK (skipped=3)
-0:13:51 load avg: 0.95 [272/416/1] test_pyexpat
+0:13:39 load avg: 1.17 [272/416/1] test_pyexpat
PASS: test1 (test.test_pyexpat.BufferTextTest)
PASS: test2 (test.test_pyexpat.BufferTextTest)
PASS: test3 (test.test_pyexpat.BufferTextTest)
@@ -106136,10 +106137,10 @@ PASS: test_parse_only_xml_data (test.test_pyexpat.sf1296433Test)
----------------------------------------------------------------------
-Ran 39 tests in 0.008s
+Ran 39 tests in 0.011s
OK
-0:13:51 load avg: 0.95 [273/416/1] test_queue
+0:13:39 load avg: 1.17 [273/416/1] test_queue
PASS: test_basic (test.test_queue.CSimpleQueueTest)
PASS: test_is_default (test.test_queue.CSimpleQueueTest)
PASS: test_many_threads (test.test_queue.CSimpleQueueTest)
@@ -106178,10 +106179,10 @@ PASS: test_shrinking_queue (test.test_queue.QueueTest)
----------------------------------------------------------------------
-Ran 35 tests in 4.108s
+Ran 35 tests in 4.164s
OK
-0:13:55 load avg: 0.96 [274/416/1] test_quopri
+0:13:43 load avg: 1.08 [274/416/1] test_quopri
PASS: test_decode (test.test_quopri.QuopriTestCase)
PASS: test_decode_header (test.test_quopri.QuopriTestCase)
PASS: test_decodestring (test.test_quopri.QuopriTestCase)
@@ -106196,10 +106197,10 @@ PASS: test_scriptencode (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.067s
+Ran 11 tests in 0.091s
OK
-0:13:55 load avg: 0.96 [275/416/1] test_raise
+0:13:44 load avg: 1.08 [275/416/1] test_raise
PASS: testCauseSyntax (test.test_raise.TestCause)
PASS: test_class_cause (test.test_raise.TestCause)
PASS: test_erroneous_cause (test.test_raise.TestCause)
@@ -106238,10 +106239,10 @@ PASS: test_constructor (test.test_raise.TestTracebackType)
----------------------------------------------------------------------
-Ran 35 tests in 0.006s
+Ran 35 tests in 0.008s
OK
-0:13:55 load avg: 0.96 [276/416/1] test_random
+0:13:44 load avg: 1.08 [276/416/1] test_random
PASS: test_53_bits_per_float (test.test_random.MersenneTwister_TestBasicOps)
PASS: test_autoseed (test.test_random.MersenneTwister_TestBasicOps)
PASS: test_bigrand (test.test_random.MersenneTwister_TestBasicOps)
@@ -106317,10 +106318,10 @@ PASS: test_random_subclass_with_kwargs (test.test_random.TestModule)
----------------------------------------------------------------------
-Ran 72 tests in 0.931s
+Ran 72 tests in 1.188s
OK
-0:13:56 load avg: 0.96 [277/416/1] test_range
+0:13:45 load avg: 1.07 [277/416/1] test_range
PASS: test_attributes (test.test_range.RangeTest)
PASS: test_comparison (test.test_range.RangeTest)
PASS: test_contains (test.test_range.RangeTest)
@@ -106348,10 +106349,10 @@ PASS: test_user_index_method (test.test_range.RangeTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.330s
+Ran 24 tests in 0.338s
OK
-0:13:57 load avg: 0.96 [278/416/1] test_re
+0:13:46 load avg: 1.07 [278/416/1] test_re
test_re_benchmarks (test.test_re.ExternalTests)
PASS: re_tests benchmarks
test_re_tests (test.test_re.ExternalTests)
@@ -106482,10 +106483,10 @@ PASS: test_zerowidth (test.test_re.ReTests)
----------------------------------------------------------------------
-Ran 124 tests in 0.733s
+Ran 124 tests in 0.729s
OK (skipped=2)
-0:13:58 load avg: 0.96 [279/416/1] test_readline
+0:13:47 load avg: 1.07 [279/416/1] test_readline
readline version: 0x800
readline runtime version: 0x800
readline library version: '8.0'
@@ -106501,10 +106502,10 @@ SKIP: test_nonascii (test.test_readline.TestReadline) "the LC_CTYPE locale is 'C
----------------------------------------------------------------------
-Ran 8 tests in 0.076s
+Ran 8 tests in 0.073s
OK (skipped=2)
-0:13:58 load avg: 0.96 [280/416/1] test_regrtest
+0:13:47 load avg: 1.07 [280/416/1] test_regrtest
PASS: test_coverage (test.test_regrtest.ArgsTestCase)
PASS: test_crashed (test.test_regrtest.ArgsTestCase)
PASS: test_env_changed (test.test_regrtest.ArgsTestCase)
@@ -106578,10 +106579,10 @@ PASS: test_format_duration (test.test_regrtest.TestUtils)
----------------------------------------------------------------------
-Ran 70 tests in 7.160s
+Ran 70 tests in 7.373s
OK (skipped=5)
-0:14:05 load avg: 1.20 [281/416/1] test_repl
+0:13:54 load avg: 1.07 [281/416/1] test_repl
PASS: test_no_memory (test.test_repl.TestInteractiveInterpreter)
----------------------------------------------------------------------
@@ -106589,7 +106590,7 @@ PASS: test_no_memory (test.test_repl.TestInteractiveInterpreter)
Ran 1 test in 0.020s
OK
-0:14:05 load avg: 1.20 [282/416/1] test_reprlib
+0:13:55 load avg: 1.07 [282/416/1] test_reprlib
SKIP: test_builtin_function (test.test_reprlib.LongReprTest) 'needs a built-in function with a really long name'
PASS: test_class (test.test_reprlib.LongReprTest)
PASS: test_instance (test.test_reprlib.LongReprTest)
@@ -106619,7 +106620,7 @@ PASS: test_recursive_repr (test.test_reprlib.TestRecursiveRepr)
Ran 23 tests in 0.010s
OK (skipped=2)
-0:14:06 load avg: 1.20 [283/416/1] test_resource
+0:13:55 load avg: 1.07 [283/416/1] test_resource
PASS: test_args (test.test_resource.ResourceTest)
PASS: test_freebsd_contants (test.test_resource.ResourceTest)
PASS: test_fsize_enforced (test.test_resource.ResourceTest)
@@ -106634,10 +106635,10 @@ PASS: test_setrusage_refcount (test.test_resource.ResourceTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.077s
+Ran 11 tests in 0.080s
OK
-0:14:06 load avg: 1.20 [284/416/1] test_richcmp
+0:13:55 load avg: 1.07 [284/416/1] test_richcmp
PASS: test_dicts (test.test_richcmp.DictTest)
PASS: test_badentry (test.test_richcmp.ListTest)
PASS: test_coverage (test.test_richcmp.ListTest)
@@ -106652,10 +106653,10 @@ PASS: test_mixed (test.test_richcmp.VectorTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.009s
+Ran 11 tests in 0.010s
OK
-0:14:06 load avg: 1.20 [285/416/1] test_rlcompleter
+0:13:55 load avg: 1.07 [285/416/1] test_rlcompleter
PASS: test_attr_matches (test.test_rlcompleter.TestRlcompleter)
PASS: test_complete (test.test_rlcompleter.TestRlcompleter)
PASS: test_duplicate_globals (test.test_rlcompleter.TestRlcompleter)
@@ -106669,7 +106670,7 @@ PASS: test_uncreated_attr (test.test_rlcompleter.TestRlcompleter)
Ran 7 tests in 0.004s
OK
-0:14:06 load avg: 1.20 [286/416/1] test_robotparser
+0:13:55 load avg: 1.06 [286/416/1] test_robotparser
PASS: test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest)
PASS: test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest)
PASS: test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest)
@@ -106711,10 +106712,10 @@ PASS: test_good_urls (test.test_robotparser.UserAgentWildcardTest)
----------------------------------------------------------------------
-Ran 37 tests in 0.013s
+Ran 37 tests in 0.014s
OK (skipped=1)
-0:14:06 load avg: 1.20 [287/416/1] test_runpy
+0:13:55 load avg: 1.06 [287/416/1] test_runpy
PASS: test_run_code (test.test_runpy.ExecutionLayerTestCase)
PASS: test_run_module_code (test.test_runpy.ExecutionLayerTestCase)
PASS: test_explicit_relative_import (test.test_runpy.RunModuleTestCase)
@@ -106748,10 +106749,10 @@ PASS: test_zipfile_error (test.test_runpy.RunPathTestCase)
----------------------------------------------------------------------
-Ran 30 tests in 0.526s
+Ran 30 tests in 0.563s
OK
-0:14:07 load avg: 1.20 [288/416/1] test_sax
+0:13:56 load avg: 1.06 [288/416/1] test_sax
PASS: test_make_parser2 (test.test_sax.MakeParserTest)
PASS: test_parseString_bytes (test.test_sax.ParseTest)
PASS: test_parseString_text (test.test_sax.ParseTest)
@@ -106930,10 +106931,10 @@ PASS: test_nsattrs_wattr (test.test_sax.XmlReaderTest)
----------------------------------------------------------------------
-Ran 175 tests in 0.060s
+Ran 175 tests in 0.062s
OK
-0:14:07 load avg: 1.20 [289/416/1] test_sched
+0:13:56 load avg: 1.06 [289/416/1] test_sched
PASS: test_args_kwargs (test.test_sched.TestCase)
PASS: test_cancel (test.test_sched.TestCase)
PASS: test_cancel_concurrent (test.test_sched.TestCase)
@@ -106950,7 +106951,7 @@ PASS: test_run_non_blocking (test.test_sched.TestCase)
Ran 10 tests in 0.543s
OK
-0:14:08 load avg: 1.20 [290/416/1] test_scope
+0:13:57 load avg: 1.06 [290/416/1] test_scope
PASS: testBoundAndFree (test.test_scope.ScopeTests)
PASS: testCellIsKwonlyArg (test.test_scope.ScopeTests)
PASS: testCellLeak (test.test_scope.ScopeTests)
@@ -106992,10 +106993,10 @@ PASS: testUnoptimizedNamespaces (test.test_scope.ScopeTests)
----------------------------------------------------------------------
-Ran 38 tests in 0.007s
+Ran 38 tests in 0.009s
OK
-0:14:08 load avg: 1.19 [291/416/1] test_script_helper
+0:13:57 load avg: 1.06 [291/416/1] test_script_helper
PASS: test_assert_python_failure (test.test_script_helper.TestScriptHelper)
PASS: test_assert_python_failure_raises (test.test_script_helper.TestScriptHelper)
PASS: test_assert_python_isolated_when_env_not_required (test.test_script_helper.TestScriptHelper)
@@ -107010,10 +107011,10 @@ PASS: test_interpreter_requires_environment_with_pythonhome (test.test_script_he
----------------------------------------------------------------------
-Ran 10 tests in 0.069s
+Ran 10 tests in 0.093s
OK
-0:14:08 load avg: 1.19 [292/416/1] test_secrets
+0:13:58 load avg: 1.06 [292/416/1] test_secrets
PASS: test_bad_types (test.test_secrets.Compare_Digest_Tests)
PASS: test_bool (test.test_secrets.Compare_Digest_Tests)
PASS: test_equal (test.test_secrets.Compare_Digest_Tests)
@@ -107028,10 +107029,10 @@ PASS: test_token_urlsafe (test.test_secrets.Token_Tests)
----------------------------------------------------------------------
-Ran 11 tests in 0.003s
+Ran 11 tests in 0.002s
OK
-0:14:08 load avg: 1.19 [293/416/1] test_select
+0:13:58 load avg: 1.06 [293/416/1] test_select
PASS: test_errno (test.test_select.SelectTestCase)
PASS: test_error_conditions (test.test_select.SelectTestCase)
PASS: test_returned_list_identity (test.test_select.SelectTestCase)
@@ -107064,10 +107065,10 @@ PASS: test_select_mutated (test.test_select.SelectTestCase)
----------------------------------------------------------------------
-Ran 5 tests in 11.033s
+Ran 5 tests in 11.031s
OK
-0:14:19 load avg: 1.08 [294/416/1] test_selectors
+0:14:09 load avg: 0.90 [294/416/1] test_selectors
PASS: test_close (test.test_selectors.DefaultSelectorTestCase)
PASS: test_context_manager (test.test_selectors.DefaultSelectorTestCase)
PASS: test_empty_select (test.test_selectors.DefaultSelectorTestCase)
@@ -107185,10 +107186,10 @@ SKIP: test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTes
----------------------------------------------------------------------
-Ran 114 tests in 14.271s
+Ran 114 tests in 14.359s
OK (skipped=40)
-0:14:34 load avg: 0.98 [295/416/1] test_set
+0:14:24 load avg: 0.84 [295/416/1] test_set
PASS: test_copy (test.test_set.TestBasicOpsBytes)
PASS: test_empty_difference (test.test_set.TestBasicOpsBytes)
PASS: test_empty_difference_rev (test.test_set.TestBasicOpsBytes)
@@ -107747,10 +107748,10 @@ PASS: test_merge_and_mutate (test.test_set.TestWeirdBugs)
----------------------------------------------------------------------
-Ran 554 tests in 1.351s
+Ran 554 tests in 1.559s
OK (skipped=3)
-0:14:35 load avg: 0.98 [296/416/1] test_setcomps
+0:14:25 load avg: 0.85 [296/416/1] test_setcomps
Trying:
sum({i*i for i in range(100) if i&1 == 1})
Expecting:
@@ -107933,7 +107934,7 @@ ok
34 passed and 0 failed.
Test passed.
doctest (test.test_setcomps) ... 34 tests with zero failures
-0:14:36 load avg: 0.98 [297/416/1] test_shelve
+0:14:25 load avg: 0.85 [297/416/1] test_shelve
PASS: test_bool (test.test_shelve.TestAsciiFileShelve)
PASS: test_constructor (test.test_shelve.TestAsciiFileShelve)
PASS: test_get (test.test_shelve.TestAsciiFileShelve)
@@ -108031,7 +108032,7 @@ PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase)
----------------------------------------------------------------------
-Ran 94 tests in 0.058s
+Ran 94 tests in 0.057s
OK
PASS: test_bool (test.test_shelve.TestAsciiFileShelve)
@@ -108131,10 +108132,10 @@ PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase)
----------------------------------------------------------------------
-Ran 94 tests in 0.057s
+Ran 94 tests in 0.056s
OK
-0:14:36 load avg: 0.98 [298/416/1] test_shlex
+0:14:26 load avg: 0.85 [298/416/1] test_shlex
testCompat (test.test_shlex.ShlexTest)
PASS: Test compatibility interface
testEmptyStringHandling (test.test_shlex.ShlexTest)
@@ -108163,10 +108164,10 @@ PASS: Test that tokens are split with types as expected.
----------------------------------------------------------------------
-Ran 13 tests in 0.011s
+Ran 13 tests in 0.010s
OK
-0:14:36 load avg: 0.98 [299/416/1] test_shutil
+0:14:26 load avg: 0.85 [299/416/1] test_shutil
PASS: test_module_all_attribute (test.test_shutil.PublicAPITests)
PASS: test_bad_environ (test.test_shutil.TermsizeTests)
test_does_not_crash (test.test_shutil.TermsizeTests)
@@ -108275,10 +108276,10 @@ PASS: test_relative_path (test.test_shutil.TestWhich)
----------------------------------------------------------------------
-Ran 102 tests in 0.185s
+Ran 102 tests in 0.184s
OK (skipped=10)
-0:14:36 load avg: 0.98 [300/416/1] test_signal
+0:14:26 load avg: 0.85 [300/416/1] test_signal
PASS: test_enums (test.test_signal.GenericTests)
PASS: test_itimer_exc (test.test_signal.ItimerTest)
PASS: test_itimer_prof (test.test_signal.ItimerTest)
@@ -108305,9 +108306,9 @@ PASS: test_setting_signal_handler_to_none_raises_error (test.test_signal.PosixTe
PASS: test_siginterrupt_off (test.test_signal.SiginterruptTest)
PASS: test_siginterrupt_on (test.test_signal.SiginterruptTest)
PASS: test_without_siginterrupt (test.test_signal.SiginterruptTest)
-test_stress_delivery_dependent (test.test_signal.StressTest) ... detected median itimer() resolution: 0.000999 s.
+test_stress_delivery_dependent (test.test_signal.StressTest) ... detected median itimer() resolution: 0.001000 s.
ok
-test_stress_delivery_simultaneous (test.test_signal.StressTest) ... detected median itimer() resolution: 0.001000 s.
+test_stress_delivery_simultaneous (test.test_signal.StressTest) ... detected median itimer() resolution: 0.001001 s.
ok
PASS: test_invalid_call (test.test_signal.WakeupFDTests)
PASS: test_invalid_fd (test.test_signal.WakeupFDTests)
@@ -108327,10 +108328,10 @@ SKIP: test_issue9324 (test.test_signal.WindowsSignalTests) 'Windows specific'
----------------------------------------------------------------------
-Ran 43 tests in 21.219s
+Ran 43 tests in 21.793s
OK (skipped=1)
-0:14:58 load avg: 0.77 [301/416/1] test_site
+0:14:48 load avg: 0.61 [301/416/1] test_site
PASS: test__getuserbase (test.test_site.HelperFunctionsTests)
PASS: test_addpackage (test.test_site.HelperFunctionsTests)
PASS: test_addpackage_import_bad_exec (test.test_site.HelperFunctionsTests)
@@ -108363,10 +108364,10 @@ SKIP: test_underpth_nosite_file (test.test_site._pthFileTests) 'only supported o
----------------------------------------------------------------------
-Ran 29 tests in 0.176s
+Ran 29 tests in 0.224s
OK (skipped=4)
-0:14:58 load avg: 0.79 [302/416/1] test_slice
+0:14:49 load avg: 0.61 [302/416/1] test_slice
PASS: test_cmp (test.test_slice.SliceTest)
PASS: test_constructor (test.test_slice.SliceTest)
PASS: test_cycle (test.test_slice.SliceTest)
@@ -108379,10 +108380,10 @@ PASS: test_setslice_without_getslice (test.test_slice.SliceTest)
----------------------------------------------------------------------
-Ran 9 tests in 0.148s
+Ran 9 tests in 0.163s
OK
-0:14:58 load avg: 0.79 [303/416/1] test_smtpd
+0:14:49 load avg: 0.61 [303/416/1] test_smtpd
PASS: test_process_SMTPUTF8_message_with_enable_SMTPUTF8_true (test.test_smtpd.DebuggingServerTest)
PASS: test_process_message_with_decode_data_false (test.test_smtpd.DebuggingServerTest)
PASS: test_process_message_with_decode_data_true (test.test_smtpd.DebuggingServerTest)
@@ -108539,10 +108540,10 @@ PASS: test_params_rejected (test.test_smtpd.TestRcptOptionParsing)
----------------------------------------------------------------------
-Ran 153 tests in 0.071s
+Ran 153 tests in 0.072s
OK
-0:14:59 load avg: 0.79 [304/416/1] test_smtplib
+0:14:49 load avg: 0.61 [304/416/1] test_smtplib
PASS: testFailingHELO (test.test_smtplib.BadHELOServerTests)
PASS: testBasic (test.test_smtplib.DebuggingServerTests)
PASS: testELHO (test.test_smtplib.DebuggingServerTests)
@@ -108608,21 +108609,21 @@ PASS: testLineTooLong (test.test_smtplib.TooLongLineTests)
----------------------------------------------------------------------
-Ran 62 tests in 0.723s
+Ran 62 tests in 0.841s
OK
-0:14:59 load avg: 0.79 [305/416/1] test_smtpnet
+0:14:50 load avg: 0.64 [305/416/1] test_smtpnet
test_smtpnet skipped -- Use of the 'network' resource not enabled
-0:15:00 load avg: 0.79 [306/416/1] test_sndhdr -- test_smtpnet skipped (resource denied)
+0:14:50 load avg: 0.64 [306/416/1] test_sndhdr -- test_smtpnet skipped (resource denied)
PASS: test_data (test.test_sndhdr.TestFormats)
PASS: test_pickleable (test.test_sndhdr.TestFormats)
----------------------------------------------------------------------
-Ran 2 tests in 0.002s
+Ran 2 tests in 0.003s
OK
-0:15:00 load avg: 0.79 [307/416/1] test_socket
+0:14:51 load avg: 0.64 [307/416/1] test_socket
PASS: testCloseException (test.test_socket.GeneralModuleTests)
PASS: testCrucialConstants (test.test_socket.GeneralModuleTests)
PASS: testDefaultTimeout (test.test_socket.GeneralModuleTests)
@@ -109181,12 +109182,12 @@ SKIP: test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags) 'requires Wind
----------------------------------------------------------------------
-Ran 555 tests in 23.942s
+Ran 555 tests in 24.515s
OK (skipped=86)
-0:15:24 load avg: 0.60 [308/416/1] test_socketserver
+0:15:15 load avg: 0.77 [308/416/1] test_socketserver
test_socketserver skipped -- Use of the 'network' resource not enabled
-0:15:24 load avg: 0.60 [309/416/1] test_sort -- test_socketserver skipped (resource denied)
+0:15:16 load avg: 0.77 [309/416/1] test_sort -- test_socketserver skipped (resource denied)
testStressfully (test.test_sort.TestBase) ... Testing size 0
checking identity
checking reversed
@@ -109321,8 +109322,6 @@ Testing size 32
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(18) Complains(24)
- checking exception during sort left some permutation
checking stability
Testing size 33
checking identity
@@ -109341,7 +109340,7 @@ Testing size 63
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(16) Complains(15)
+ complaining at Complains(49) Complains(51)
checking exception during sort left some permutation
checking stability
Testing size 64
@@ -109370,8 +109369,6 @@ Testing size 127
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(79) Complains(52)
- checking exception during sort left some permutation
checking stability
Testing size 128
checking identity
@@ -109381,7 +109378,7 @@ Testing size 128
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(65) Complains(62)
+ complaining at Complains(16) Complains(15)
checking exception during sort left some permutation
checking stability
Testing size 129
@@ -109392,7 +109389,7 @@ Testing size 129
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(99) Complains(102)
+ complaining at Complains(18) Complains(17)
checking exception during sort left some permutation
checking stability
Testing size 255
@@ -109403,6 +109400,8 @@ Testing size 255
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
+ complaining at Complains(161) Complains(160)
+ checking exception during sort left some permutation
checking stability
Testing size 256
checking identity
@@ -109412,7 +109411,7 @@ Testing size 256
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(219) Complains(140)
+ complaining at Complains(126) Complains(196)
checking exception during sort left some permutation
checking stability
Testing size 257
@@ -109423,8 +109422,6 @@ Testing size 257
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(9) Complains(43)
- checking exception during sort left some permutation
checking stability
Testing size 511
checking identity
@@ -109434,7 +109431,7 @@ Testing size 511
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(65) Complains(254)
+ complaining at Complains(235) Complains(212)
checking exception during sort left some permutation
checking stability
Testing size 512
@@ -109445,7 +109442,7 @@ Testing size 512
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(49) Complains(280)
+ complaining at Complains(383) Complains(262)
checking exception during sort left some permutation
checking stability
Testing size 513
@@ -109456,7 +109453,7 @@ Testing size 513
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(507) Complains(460)
+ complaining at Complains(415) Complains(413)
checking exception during sort left some permutation
checking stability
Testing size 10
@@ -109467,6 +109464,8 @@ Testing size 10
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
+ complaining at Complains(6) Complains(1)
+ checking exception during sort left some permutation
checking stability
Testing size 100
checking identity
@@ -109476,7 +109475,7 @@ Testing size 100
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(90) Complains(33)
+ complaining at Complains(54) Complains(55)
checking exception during sort left some permutation
checking stability
Testing size 1000
@@ -109487,7 +109486,7 @@ Testing size 1000
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(16) Complains(445)
+ complaining at Complains(938) Complains(909)
checking exception during sort left some permutation
checking stability
ok
@@ -109511,10 +109510,10 @@ PASS: test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares)
----------------------------------------------------------------------
-Ran 18 tests in 0.076s
+Ran 18 tests in 0.096s
OK
-0:15:24 load avg: 0.60 [310/416/1] test_source_encoding
+0:15:16 load avg: 0.77 [310/416/1] test_source_encoding
PASS: test_default_coding (test.test_source_encoding.BytesSourceEncodingTest)
PASS: test_double_coding_line (test.test_source_encoding.BytesSourceEncodingTest)
PASS: test_double_coding_same_line (test.test_source_encoding.BytesSourceEncodingTest)
@@ -109551,10 +109550,10 @@ PASS: test_pep263 (test.test_source_encoding.MiscSourceEncodingTest)
----------------------------------------------------------------------
-Ran 33 tests in 0.198s
+Ran 33 tests in 0.195s
OK
-0:15:25 load avg: 0.60 [311/416/1] test_spwd
+0:15:16 load avg: 0.77 [311/416/1] test_spwd
SKIP: test_getspnam_exception (test.test_spwd.TestSpwdNonRoot) 'non-root user required'
PASS: test_getspall (test.test_spwd.TestSpwdRoot)
PASS: test_getspnam (test.test_spwd.TestSpwdRoot)
@@ -109564,7 +109563,7 @@ PASS: test_getspnam (test.test_spwd.TestSpwdRoot)
Ran 3 tests in 0.001s
OK (skipped=1)
-0:15:25 load avg: 0.60 [312/416/1] test_sqlite
+0:15:16 load avg: 0.77 [312/416/1] test_sqlite
test_sqlite: testing with version '2.6.0', sqlite_version '3.28.0'
PASS: CheckAPILevel (sqlite3.test.dbapi.ModuleTests)
PASS: CheckDataError (sqlite3.test.dbapi.ModuleTests)
@@ -109860,10 +109859,10 @@ PASS: test_simple (sqlite3.test.backup.BackupTests)
----------------------------------------------------------------------
-Ran 283 tests in 0.419s
+Ran 283 tests in 0.487s
OK (skipped=1)
-0:15:25 load avg: 0.60 [313/416/1] test_ssl
+0:15:17 load avg: 0.77 [313/416/1] test_ssl
test_ssl: testing with 'OpenSSL 1.1.1c 28 May 2019' (1, 1, 1, 3, 15)
under 'Linux-5.0.19-yocto-standard-x86_64-with-glibc2.2.5'
HAS_SNI = True
@@ -110002,13 +110001,13 @@ PASS: test_pending (test.test_ssl.MemoryBIOTests)
PASS: test_read_write (test.test_ssl.MemoryBIOTests)
PASS: test_private_init (test.test_ssl.SSLObjectTests)
PASS: test_unwrap (test.test_ssl.SSLObjectTests)
-test_bio_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42866)
+test_bio_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 35184)
Needed 2 calls to complete do_handshake().
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
Needed 4 calls to complete unwrap().
ok
-test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 49200)
+test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 35940)
Needed 2 calls to complete do_handshake().
Needed 1 calls to complete write().
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
@@ -110016,41 +110015,41 @@ Needed 1 calls to complete write().
Needed 4 calls to complete read().
Needed 2 calls to complete unwrap().
ok
-test_ciphers (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 48898)
+test_ciphers (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 38556)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 48900)
+ server: new connection from ('127.0.0.1', 38558)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 54472)
+test_connect (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 57534)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 54474)
+ server: new connection from ('127.0.0.1', 57536)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_cadata (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42810)
+test_connect_cadata (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 37928)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 42812)
+ server: new connection from ('127.0.0.1', 37930)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 37626)
+test_connect_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 58316)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 37628)
+ server: new connection from ('127.0.0.1', 58318)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 39884)
+test_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 53326)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 40404)
+test_connect_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 38542)
- server: bad connection attempt from ('127.0.0.1', 40404):
+ server: bad connection attempt from ('127.0.0.1', 38542):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110062,19 +110061,19 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
ok
-test_connect_with_context (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 39660)
+test_connect_with_context (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 57816)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 39662)
+ server: new connection from ('127.0.0.1', 57818)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 39664)
+ server: new connection from ('127.0.0.1', 57820)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 48692)
+test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 43244)
- server: bad connection attempt from ('127.0.0.1', 48692):
+ server: bad connection attempt from ('127.0.0.1', 43244):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110086,20 +110085,20 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
ok
-test_context_setget (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 38728)
+test_context_setget (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 60856)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 56678)
+test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 46878)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_get_server_certificate (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 46350)
+test_get_server_certificate (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 37494)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 46354)
+ server: new connection from ('127.0.0.1', 37498)
-Verified certificate for localhost:49701 is
+Verified certificate for localhost:57479 is
-----BEGIN CERTIFICATE-----
MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV
BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW
@@ -110138,10 +110137,10 @@ StPYQkKNM+NjytWHl5tNuBoDNLsc0gI/WSPiI4CIY8LwomOoiw==
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 43402)
+test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 51772)
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)
- server: bad connection attempt from ('127.0.0.1', 43402):
+ server: bad connection attempt from ('127.0.0.1', 51772):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110153,15 +110152,15 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
ok
-test_makefile_close (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55740)
+test_makefile_close (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55152)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 36610)
+test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 60010)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 43822)
+test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42120)
Needed 2 calls to do_handshake() to establish session.
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
@@ -110178,7 +110177,7 @@ Connecting to an SSLv23 server with various client options ...
PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE
{PROTOCOL_TLSv1->PROTOCOL_TLS} CERT_NONE
ok
-test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 60148)
+test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 41282)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110188,7 +110187,7 @@ test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection f
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 51510)
+ server: new connection from ('127.0.0.1', 44082)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110198,7 +110197,7 @@ test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection f
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 57834)
+ server: new connection from ('127.0.0.1', 55826)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110208,7 +110207,7 @@ test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection f
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 47966)
+ server: new connection from ('127.0.0.1', 37114)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110221,7 +110220,7 @@ test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection f
ok
test_asyncore_server (test.test_ssl.ThreadedTests)
Check the example asyncore integration. ...
- server: new connection from 127.0.0.1:57672
+ server: new connection from 127.0.0.1:41598
client: sending b'FOO\n'...
server: read b'FOO\n' from client
client: read b'foo\n'
@@ -110235,12 +110234,12 @@ Check the example asyncore integration. ...
cleanup: successfully joined.
ok
test_check_hostname (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 40880)
+ server: new connection from ('127.0.0.1', 59626)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 40254)
+ server: new connection from ('127.0.0.1', 51608)
- server: bad connection attempt from ('127.0.0.1', 40254):
+ server: bad connection attempt from ('127.0.0.1', 51608):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110253,33 +110252,33 @@ Traceback (most recent call last):
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
ok
test_check_hostname_idn (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 43244)
+ server: new connection from ('127.0.0.1', 33232)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 37828)
+ server: new connection from ('127.0.0.1', 34430)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 50812)
+ server: new connection from ('127.0.0.1', 38720)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 57080)
+ server: new connection from ('127.0.0.1', 49484)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 51324)
+ server: new connection from ('127.0.0.1', 44568)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 60198)
+ server: new connection from ('127.0.0.1', 40094)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 33080)
+ server: new connection from ('127.0.0.1', 57300)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 34024)
+ server: new connection from ('127.0.0.1', 47412)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 45654)
+ server: new connection from ('127.0.0.1', 43796)
- server: bad connection attempt from ('127.0.0.1', 45654):
+ server: bad connection attempt from ('127.0.0.1', 43796):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110291,7 +110290,7 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
ok
-test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56624)
+test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 34772)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110303,7 +110302,7 @@ test_compression (test.test_ssl.ThreadedTests) ... server: new connection from
client: closing connection.
got compression: None
ok
-test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 60142)
+test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 43720)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110315,12 +110314,12 @@ test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connec
client: closing connection.
ok
test_crl_check (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 51588)
+ server: new connection from ('127.0.0.1', 45918)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 49076)
+ server: new connection from ('127.0.0.1', 55084)
- server: bad connection attempt from ('127.0.0.1', 49076):
+ server: bad connection attempt from ('127.0.0.1', 55084):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110331,15 +110330,15 @@ Traceback (most recent call last):
File "/usr/lib/python3.7/ssl.py", line 1117, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
- server: new connection from ('127.0.0.1', 48650)
+ server: new connection from ('127.0.0.1', 59568)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56744)
+test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36076)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
ok
-test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 51194)
+test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 55656)
server: connection cipher is now ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
client: sending b'FOO\n'...
@@ -110351,18 +110350,18 @@ test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from (
client: closing connection.
ok
PASS: test_do_handshake_enotconn (test.test_ssl.ThreadedTests)
-test_dual_rsa_ecc (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 43990)
+test_dual_rsa_ecc (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52038)
server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
ok
-test_ecc_cert (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 60452)
+test_ecc_cert (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 51620)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
SKIP: test_ecdh_curve (test.test_ssl.ThreadedTests) "TODO: Test doesn't work on 1.1.1"
test_echo (test.test_ssl.ThreadedTests)
Basic test of an SSL client connecting to a server ...
- server: new connection from ('127.0.0.1', 58358)
+ server: new connection from ('127.0.0.1', 34758)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110372,7 +110371,7 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 48554)
+ server: new connection from ('127.0.0.1', 33400)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
@@ -110382,7 +110381,7 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 58480)
+ server: new connection from ('127.0.0.1', 60802)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
@@ -110392,7 +110391,7 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 45780)
+ server: new connection from ('127.0.0.1', 33500)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
@@ -110402,7 +110401,7 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 55418)
+ server: new connection from ('127.0.0.1', 49196)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110412,9 +110411,9 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 53396)
+ server: new connection from ('127.0.0.1', 51172)
- server: bad connection attempt from ('127.0.0.1', 53396):
+ server: bad connection attempt from ('127.0.0.1', 51172):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110425,9 +110424,9 @@ Traceback (most recent call last):
File "/usr/lib/python3.7/ssl.py", line 1117, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL] called a function you should not call (_ssl.c:1056)
- server: new connection from ('127.0.0.1', 55012)
+ server: new connection from ('127.0.0.1', 43466)
- server: bad connection attempt from ('127.0.0.1', 55012):
+ server: bad connection attempt from ('127.0.0.1', 43466):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110438,9 +110437,9 @@ Traceback (most recent call last):
File "/usr/lib/python3.7/ssl.py", line 1117, in do_handshake
self._sslobj.do_handshake()
OSError: [Errno 0] Error
- server: new connection from ('127.0.0.1', 46300)
+ server: new connection from ('127.0.0.1', 55894)
- server: bad connection attempt from ('127.0.0.1', 46300):
+ server: bad connection attempt from ('127.0.0.1', 55894):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110472,15 +110471,15 @@ Connection cipher is ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256).
ok
PASS: test_getpeercert_enotconn (test.test_ssl.ThreadedTests)
PASS: test_handshake_timeout (test.test_ssl.ThreadedTests)
-test_min_max_version (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 55706)
+test_min_max_version (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 37682)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 40068)
+ server: new connection from ('127.0.0.1', 52278)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 44154)
+ server: new connection from ('127.0.0.1', 41042)
- server: bad connection attempt from ('127.0.0.1', 44154):
+ server: bad connection attempt from ('127.0.0.1', 41042):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110493,9 +110492,9 @@ Traceback (most recent call last):
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1056)
ok
SKIP: test_min_max_version_sslv3 (test.test_ssl.ThreadedTests) 'requires SSLv3 support'
-test_no_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 41966)
+test_no_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36196)
- server: bad connection attempt from ('127.0.0.1', 41966):
+ server: bad connection attempt from ('127.0.0.1', 36196):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110507,10 +110506,10 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1056)
ok
-test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 43590)
+test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 43478)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- Connection reset by peer: ('127.0.0.1', 43590)
+ Connection reset by peer: ('127.0.0.1', 43478)
ok
SKIP: test_npn_protocols (test.test_ssl.ThreadedTests) 'NPN support needed for this test'
test_protocol_sslv2 (test.test_ssl.ThreadedTests)
@@ -110545,17 +110544,17 @@ ok
PASS: test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests)
test_recv_send (test.test_ssl.ThreadedTests)
Test recv(), send() and friends. ...
- server: new connection from ('127.0.0.1', 48888)
+ server: new connection from ('127.0.0.1', 53608)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 58260)
+test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 58408)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
test_rude_shutdown (test.test_ssl.ThreadedTests)
PASS: A brutal shutdown of an SSL server should raise an OSError
-test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 54380)
+test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 37274)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110566,7 +110565,7 @@ test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new conn
client: read b'foo\n'
client: closing connection.
ok
-test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 33614)
+test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 46766)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110577,7 +110576,7 @@ test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ..
client: read b'foo\n'
client: closing connection.
ok
-test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 45966)
+test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 51652)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -110590,31 +110589,31 @@ test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new conne
ok
PASS: test_sendfile (test.test_ssl.ThreadedTests)
PASS: test_server_accept (test.test_ssl.ThreadedTests)
-test_session (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50794)
+test_session (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 34848)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 60196)
+ server: new connection from ('127.0.0.1', 53866)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 43984)
+ server: new connection from ('127.0.0.1', 40432)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 34924)
+ server: new connection from ('127.0.0.1', 40224)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
ok
PASS: test_session_handling (test.test_ssl.ThreadedTests)
-test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 57352)
+test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 40968)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 32912)
+test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36878)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 38274)
+ server: new connection from ('127.0.0.1', 45966)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 54022)
+ server: new connection from ('127.0.0.1', 46906)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
@@ -110623,16 +110622,16 @@ PASS: test_sni_callback_raising (test.test_ssl.ThreadedTests)
PASS: test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests)
test_socketserver (test.test_ssl.ThreadedTests)
Using socketserver to create and manage SSL connections. ...
- server (('127.0.0.1', 43303):43303 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [24/Jun/2019 18:29:09] "GET /keycert.pem HTTP/1.1" 200 -
- client: read 4058 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost.localdomain:43303>>'
+ server (('127.0.0.1', 44813):44813 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [25/Jun/2019 00:06:00] "GET /keycert.pem HTTP/1.1" 200 -
+ client: read 4058 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost.localdomain:44813>>'
stopping HTTPS server
joining HTTPS thread
ok
test_ssl_cert_verify_error (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 44206)
+ server: new connection from ('127.0.0.1', 39266)
- server: bad connection attempt from ('127.0.0.1', 44206):
+ server: bad connection attempt from ('127.0.0.1', 39266):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110647,7 +110646,7 @@ ok
test_starttls (test.test_ssl.ThreadedTests)
Switching from clear text to encrypted and back again. ...
client: sending b'msg 1'...
- server: new connection from ('127.0.0.1', 38238)
+ server: new connection from ('127.0.0.1', 35906)
server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)...
client: read b'msg 1' from server
client: sending b'MSG 2'...
@@ -110677,26 +110676,26 @@ Switching from clear text to encrypted and back again. ...
client: closing connection.
server: client closed connection
ok
-test_tls1_3 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 53684)
+test_tls1_3 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36958)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
test_tls_unique_channel_binding (test.test_ssl.ThreadedTests)
Test tls-unique channel binding. ...
- server: new connection from ('127.0.0.1', 55706)
- got channel binding data: b'\xcf^\x8aa\\\x06 \x8e\x07\xe7Z\xbb\xda\x91\x07\xce\x8d\xfa\x95\x1f5Z\xf2.\xc4\x8fM.\xed/\xdf\xecO\x18\xf3\x95\x87\x1f\x9e\x14\x88\xeec\xae\x03\xe1,\x9c'
+ server: new connection from ('127.0.0.1', 52216)
+ got channel binding data: b'\xa9(\xb4-;\x93_G\xb4R_\xb1\xebe\x02\xc0\xc3\xf5\x88|\x12\xa3Z0\xbd}`MCI4\x03c3=u%$\xa7\xbc{\xb5A\x93\x0e\xba\x16|'
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 55708)
-got another channel binding data: b'\xfe\x90\xf9\xf4\n\xf9\xf5\xe7Zu\xe2\xf5{N$\xa3\xa4_<d{\xb8\x89\xdc/\xe1\x16a\x91j\x89*3\xce.lz\x0e\xbb\rj\x07y\xb0\x172\x1f\x18'
+ server: new connection from ('127.0.0.1', 52218)
+got another channel binding data: b'\xe5\xfa\xae\x13\xa3Y\xe0\x04|\x07\x9a\xfd}\xb2\x8b=\xc9_^Z;NB\\lH\x10\xe0\xc7/\xe0\xf5\x9eX\x06\x01\xae\xaef<\x03\xf3\x98d\x89$\xc6C'
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
PASS: test_version_basic (test.test_ssl.ThreadedTests)
test_wrong_cert_tls12 (test.test_ssl.ThreadedTests)
-Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 56842)
+Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 41552)
- server: bad connection attempt from ('127.0.0.1', 56842):
+ server: bad connection attempt from ('127.0.0.1', 41552):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110710,9 +110709,9 @@ Traceback (most recent call last):
SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)')
ok
-test_wrong_cert_tls13 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56528)
+test_wrong_cert_tls13 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 35412)
- server: bad connection attempt from ('127.0.0.1', 56528):
+ server: bad connection attempt from ('127.0.0.1', 35412):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -110739,12 +110738,12 @@ PASS: test_pha_setter (test.test_ssl.TestPostHandshakeAuth)
----------------------------------------------------------------------
-Ran 150 tests in 3.641s
+Ran 150 tests in 4.710s
OK (skipped=10)
-0:15:29 load avg: 0.55 [314/416/1] test_startfile
+0:15:22 load avg: 0.79 [314/416/1] test_startfile
test_startfile skipped -- object <module 'os' from '/usr/lib/python3.7/os.py'> has no attribute 'startfile'
-0:15:29 load avg: 0.55 [315/416/1] test_stat -- test_startfile skipped
+0:15:22 load avg: 0.79 [315/416/1] test_stat -- test_startfile skipped
PASS: test_devices (test.test_stat.TestFilemodeCStat)
PASS: test_directory (test.test_stat.TestFilemodeCStat)
PASS: test_fifo (test.test_stat.TestFilemodeCStat)
@@ -110762,10 +110761,10 @@ PASS: test_module_attributes (test.test_stat.TestFilemodePyStat)
----------------------------------------------------------------------
-Ran 14 tests in 0.003s
+Ran 14 tests in 0.004s
OK (skipped=2)
-0:15:29 load avg: 0.55 [316/416/1] test_statistics
+0:15:22 load avg: 0.79 [316/416/1] test_statistics
PASS: test_exactly_equal_absolute (test.test_statistics.ApproxEqualExactTest)
PASS: test_exactly_equal_absolute_decimals (test.test_statistics.ApproxEqualExactTest)
PASS: test_exactly_equal_both (test.test_statistics.ApproxEqualExactTest)
@@ -111338,11 +111337,11 @@ PASS: Doctest: test.test_statistics.approx_equal
----------------------------------------------------------------------
-Ran 296 tests in 0.405s
+Ran 296 tests in 0.500s
OK
-0:15:30 load avg: 0.55 [317/416/1] test_strftime
-test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Mon Jun 24 18:29:11 2019
+0:15:23 load avg: 0.79 [317/416/1] test_strftime
+test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Tue Jun 25 00:06:03 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111358,9 +111357,9 @@ Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
Strftime test, platform: linux, Python version: 3.7.3
-strftime test for Fri Mar 2 04:54:11 2018
+strftime test for Fri Mar 2 10:31:03 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Mar 02 04:54:11 2018, but got Fri Mar 2 04:54:11 2018
+ Expected Fri Mar 02 10:31:03 2018, but got Fri Mar 2 10:31:03 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111374,9 +111373,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 3 03:55:20 2018
+strftime test for Sat Mar 3 09:32:12 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Mar 03 03:55:20 2018, but got Sat Mar 3 03:55:20 2018
+ Expected Sat Mar 03 09:32:12 2018, but got Sat Mar 3 09:32:12 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111390,9 +111389,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 4 02:56:29 2018
+strftime test for Sun Mar 4 08:33:21 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Mar 04 02:56:29 2018, but got Sun Mar 4 02:56:29 2018
+ Expected Sun Mar 04 08:33:21 2018, but got Sun Mar 4 08:33:21 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111406,9 +111405,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Mar 5 01:57:38 2018
+strftime test for Mon Mar 5 07:34:30 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Mar 05 01:57:38 2018, but got Mon Mar 5 01:57:38 2018
+ Expected Mon Mar 05 07:34:30 2018, but got Mon Mar 5 07:34:30 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111422,9 +111421,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 6 00:58:47 2018
+strftime test for Tue Mar 6 06:35:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Mar 06 00:58:47 2018, but got Tue Mar 6 00:58:47 2018
+ Expected Tue Mar 06 06:35:39 2018, but got Tue Mar 6 06:35:39 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111438,9 +111437,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 6 23:59:56 2018
+strftime test for Wed Mar 7 05:36:48 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Mar 06 23:59:56 2018, but got Tue Mar 6 23:59:56 2018
+ Expected Wed Mar 07 05:36:48 2018, but got Wed Mar 7 05:36:48 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111454,9 +111453,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 7 23:01:05 2018
+strftime test for Thu Mar 8 04:37:57 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Mar 07 23:01:05 2018, but got Wed Mar 7 23:01:05 2018
+ Expected Thu Mar 08 04:37:57 2018, but got Thu Mar 8 04:37:57 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111470,9 +111469,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 8 22:02:14 2018
+strftime test for Fri Mar 9 03:39:06 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Mar 08 22:02:14 2018, but got Thu Mar 8 22:02:14 2018
+ Expected Fri Mar 09 03:39:06 2018, but got Fri Mar 9 03:39:06 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111486,9 +111485,8 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 9 21:03:23 2018
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Mar 09 21:03:23 2018, but got Fri Mar 9 21:03:23 2018
+strftime test for Sat Mar 10 02:40:15 2018
+Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111502,7 +111500,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 10 20:04:32 2018
+strftime test for Sun Mar 11 01:41:24 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111517,7 +111515,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 11 19:05:41 2018
+strftime test for Mon Mar 12 00:42:33 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111532,7 +111530,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Mar 12 18:06:50 2018
+strftime test for Mon Mar 12 23:43:42 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111547,7 +111545,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 13 17:07:59 2018
+strftime test for Tue Mar 13 22:44:51 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111562,7 +111560,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 14 16:09:08 2018
+strftime test for Wed Mar 14 21:46:00 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111577,7 +111575,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 15 15:10:17 2018
+strftime test for Thu Mar 15 20:47:09 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111592,7 +111590,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 16 14:11:26 2018
+strftime test for Fri Mar 16 19:48:18 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111607,7 +111605,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 17 13:12:35 2018
+strftime test for Sat Mar 17 18:49:27 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111622,7 +111620,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 18 12:13:44 2018
+strftime test for Sun Mar 18 17:50:36 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111637,7 +111635,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Mar 19 11:14:53 2018
+strftime test for Mon Mar 19 16:51:45 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111652,7 +111650,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 20 10:16:02 2018
+strftime test for Tue Mar 20 15:52:54 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111667,7 +111665,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 21 09:17:11 2018
+strftime test for Wed Mar 21 14:54:03 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111682,7 +111680,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 22 08:18:20 2018
+strftime test for Thu Mar 22 13:55:12 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111697,7 +111695,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 23 07:19:29 2018
+strftime test for Fri Mar 23 12:56:21 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111712,7 +111710,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 24 06:20:38 2018
+strftime test for Sat Mar 24 11:57:30 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111727,7 +111725,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 25 05:21:47 2018
+strftime test for Sun Mar 25 10:58:39 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111742,9 +111740,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 6 02:49:11 2018
+strftime test for Wed Jun 6 08:26:03 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Jun 06 02:49:11 2018, but got Wed Jun 6 02:49:11 2018
+ Expected Wed Jun 06 08:26:03 2018, but got Wed Jun 6 08:26:03 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111758,9 +111756,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jun 7 01:50:20 2018
+strftime test for Thu Jun 7 07:27:12 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jun 07 01:50:20 2018, but got Thu Jun 7 01:50:20 2018
+ Expected Thu Jun 07 07:27:12 2018, but got Thu Jun 7 07:27:12 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111774,9 +111772,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 8 00:51:29 2018
+strftime test for Fri Jun 8 06:28:21 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jun 08 00:51:29 2018, but got Fri Jun 8 00:51:29 2018
+ Expected Fri Jun 08 06:28:21 2018, but got Fri Jun 8 06:28:21 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111790,9 +111788,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 8 23:52:38 2018
+strftime test for Sat Jun 9 05:29:30 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jun 08 23:52:38 2018, but got Fri Jun 8 23:52:38 2018
+ Expected Sat Jun 09 05:29:30 2018, but got Sat Jun 9 05:29:30 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111806,9 +111804,8 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jun 9 22:53:47 2018
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jun 09 22:53:47 2018, but got Sat Jun 9 22:53:47 2018
+strftime test for Sun Jun 10 04:30:39 2018
+Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -111822,7 +111819,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 10 21:54:56 2018
+strftime test for Mon Jun 11 03:31:48 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111837,7 +111834,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 11 20:56:05 2018
+strftime test for Tue Jun 12 02:32:57 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111852,7 +111849,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 12 19:57:14 2018
+strftime test for Wed Jun 13 01:34:06 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111867,7 +111864,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 13 18:58:23 2018
+strftime test for Thu Jun 14 00:35:15 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111882,7 +111879,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jun 14 17:59:32 2018
+strftime test for Thu Jun 14 23:36:24 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111897,7 +111894,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 15 17:00:41 2018
+strftime test for Fri Jun 15 22:37:33 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111912,7 +111909,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jun 16 16:01:50 2018
+strftime test for Sat Jun 16 21:38:42 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111927,7 +111924,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 17 15:02:59 2018
+strftime test for Sun Jun 17 20:39:51 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111942,7 +111939,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 18 14:04:08 2018
+strftime test for Mon Jun 18 19:41:00 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111957,7 +111954,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 19 13:05:17 2018
+strftime test for Tue Jun 19 18:42:09 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111972,7 +111969,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 20 12:06:26 2018
+strftime test for Wed Jun 20 17:43:18 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -111987,7 +111984,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jun 21 11:07:35 2018
+strftime test for Thu Jun 21 16:44:27 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112002,7 +111999,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 22 10:08:44 2018
+strftime test for Fri Jun 22 15:45:36 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112017,7 +112014,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jun 23 09:09:53 2018
+strftime test for Sat Jun 23 14:46:45 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112032,7 +112029,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 24 08:11:02 2018
+strftime test for Sun Jun 24 13:47:54 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112047,7 +112044,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 25 07:12:11 2018
+strftime test for Mon Jun 25 12:49:03 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112062,7 +112059,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 26 06:13:20 2018
+strftime test for Tue Jun 26 11:50:12 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112077,7 +112074,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 27 05:14:29 2018
+strftime test for Wed Jun 27 10:51:21 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112092,7 +112089,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jun 28 04:15:38 2018
+strftime test for Thu Jun 28 09:52:30 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112107,7 +112104,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 29 03:16:47 2018
+strftime test for Fri Jun 29 08:53:39 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112122,7 +112119,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 10 00:44:11 2018
+strftime test for Mon Sep 10 06:21:03 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112137,7 +112134,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 10 23:45:20 2018
+strftime test for Tue Sep 11 05:22:12 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112152,7 +112149,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Sep 11 22:46:29 2018
+strftime test for Wed Sep 12 04:23:21 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112167,7 +112164,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Sep 12 21:47:38 2018
+strftime test for Thu Sep 13 03:24:30 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112182,7 +112179,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Sep 13 20:48:47 2018
+strftime test for Fri Sep 14 02:25:39 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112197,7 +112194,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Sep 14 19:49:56 2018
+strftime test for Sat Sep 15 01:26:48 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112212,7 +112209,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Sep 15 18:51:05 2018
+strftime test for Sun Sep 16 00:27:57 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112227,7 +112224,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Sep 16 17:52:14 2018
+strftime test for Sun Sep 16 23:29:06 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112242,7 +112239,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 17 16:53:23 2018
+strftime test for Mon Sep 17 22:30:15 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112257,7 +112254,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Sep 18 15:54:32 2018
+strftime test for Tue Sep 18 21:31:24 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112272,7 +112269,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Sep 19 14:55:41 2018
+strftime test for Wed Sep 19 20:32:33 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112287,7 +112284,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Sep 20 13:56:50 2018
+strftime test for Thu Sep 20 19:33:42 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112302,7 +112299,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Sep 21 12:57:59 2018
+strftime test for Fri Sep 21 18:34:51 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112317,7 +112314,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Sep 22 11:59:08 2018
+strftime test for Sat Sep 22 17:36:00 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112332,7 +112329,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Sep 23 11:00:17 2018
+strftime test for Sun Sep 23 16:37:09 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112347,7 +112344,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 24 10:01:26 2018
+strftime test for Mon Sep 24 15:38:18 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112362,7 +112359,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Sep 25 09:02:35 2018
+strftime test for Tue Sep 25 14:39:27 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112377,7 +112374,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Sep 26 08:03:44 2018
+strftime test for Wed Sep 26 13:40:36 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112392,7 +112389,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Sep 27 07:04:53 2018
+strftime test for Thu Sep 27 12:41:45 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112407,7 +112404,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Sep 28 06:06:02 2018
+strftime test for Fri Sep 28 11:42:54 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112422,7 +112419,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Sep 29 05:07:11 2018
+strftime test for Sat Sep 29 10:44:03 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112437,7 +112434,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Sep 30 04:08:20 2018
+strftime test for Sun Sep 30 09:45:12 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112452,9 +112449,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Oct 1 03:09:29 2018
+strftime test for Mon Oct 1 08:46:21 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Oct 01 03:09:29 2018, but got Mon Oct 1 03:09:29 2018
+ Expected Mon Oct 01 08:46:21 2018, but got Mon Oct 1 08:46:21 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112468,9 +112465,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Oct 2 02:10:38 2018
+strftime test for Tue Oct 2 07:47:30 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Oct 02 02:10:38 2018, but got Tue Oct 2 02:10:38 2018
+ Expected Tue Oct 02 07:47:30 2018, but got Tue Oct 2 07:47:30 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112484,9 +112481,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Oct 3 01:11:47 2018
+strftime test for Wed Oct 3 06:48:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Oct 03 01:11:47 2018, but got Wed Oct 3 01:11:47 2018
+ Expected Wed Oct 03 06:48:39 2018, but got Wed Oct 3 06:48:39 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112500,7 +112497,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Dec 14 22:39:11 2018
+strftime test for Sat Dec 15 04:16:03 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112515,7 +112512,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Dec 15 21:40:20 2018
+strftime test for Sun Dec 16 03:17:12 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112530,7 +112527,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Dec 16 20:41:29 2018
+strftime test for Mon Dec 17 02:18:21 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112545,7 +112542,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Dec 17 19:42:38 2018
+strftime test for Tue Dec 18 01:19:30 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112560,7 +112557,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Dec 18 18:43:47 2018
+strftime test for Wed Dec 19 00:20:39 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112575,7 +112572,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Dec 19 17:44:56 2018
+strftime test for Wed Dec 19 23:21:48 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112590,7 +112587,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Dec 20 16:46:05 2018
+strftime test for Thu Dec 20 22:22:57 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112605,7 +112602,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Dec 21 15:47:14 2018
+strftime test for Fri Dec 21 21:24:06 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112620,7 +112617,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Dec 22 14:48:23 2018
+strftime test for Sat Dec 22 20:25:15 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112635,7 +112632,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Dec 23 13:49:32 2018
+strftime test for Sun Dec 23 19:26:24 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112650,7 +112647,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Dec 24 12:50:41 2018
+strftime test for Mon Dec 24 18:27:33 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112665,7 +112662,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Dec 25 11:51:50 2018
+strftime test for Tue Dec 25 17:28:42 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112680,7 +112677,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Dec 26 10:52:59 2018
+strftime test for Wed Dec 26 16:29:51 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112695,7 +112692,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Dec 27 09:54:08 2018
+strftime test for Thu Dec 27 15:31:00 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112710,7 +112707,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Dec 28 08:55:17 2018
+strftime test for Fri Dec 28 14:32:09 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112725,7 +112722,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Dec 29 07:56:26 2018
+strftime test for Sat Dec 29 13:33:18 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112740,7 +112737,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Dec 30 06:57:35 2018
+strftime test for Sun Dec 30 12:34:27 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112755,7 +112752,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Dec 31 05:58:44 2018
+strftime test for Mon Dec 31 11:35:36 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112770,9 +112767,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jan 1 04:59:53 2019
+strftime test for Tue Jan 1 10:36:45 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jan 01 04:59:53 2019, but got Tue Jan 1 04:59:53 2019
+ Expected Tue Jan 01 10:36:45 2019, but got Tue Jan 1 10:36:45 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112786,9 +112783,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jan 2 04:01:02 2019
+strftime test for Wed Jan 2 09:37:54 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Jan 02 04:01:02 2019, but got Wed Jan 2 04:01:02 2019
+ Expected Wed Jan 02 09:37:54 2019, but got Wed Jan 2 09:37:54 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112802,9 +112799,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jan 3 03:02:11 2019
+strftime test for Thu Jan 3 08:39:03 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jan 03 03:02:11 2019, but got Thu Jan 3 03:02:11 2019
+ Expected Thu Jan 03 08:39:03 2019, but got Thu Jan 3 08:39:03 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112818,9 +112815,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jan 4 02:03:20 2019
+strftime test for Fri Jan 4 07:40:12 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jan 04 02:03:20 2019, but got Fri Jan 4 02:03:20 2019
+ Expected Fri Jan 04 07:40:12 2019, but got Fri Jan 4 07:40:12 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112834,9 +112831,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jan 5 01:04:29 2019
+strftime test for Sat Jan 5 06:41:21 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jan 05 01:04:29 2019, but got Sat Jan 5 01:04:29 2019
+ Expected Sat Jan 05 06:41:21 2019, but got Sat Jan 5 06:41:21 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112850,9 +112847,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jan 6 00:05:38 2019
+strftime test for Sun Jan 6 05:42:30 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jan 06 00:05:38 2019, but got Sun Jan 6 00:05:38 2019
+ Expected Sun Jan 06 05:42:30 2019, but got Sun Jan 6 05:42:30 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112866,9 +112863,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jan 6 23:06:47 2019
+strftime test for Mon Jan 7 04:43:39 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jan 06 23:06:47 2019, but got Sun Jan 6 23:06:47 2019
+ Expected Mon Jan 07 04:43:39 2019, but got Mon Jan 7 04:43:39 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -112882,7 +112879,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 20 20:34:11 2019
+strftime test for Thu Mar 21 02:11:03 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112897,7 +112894,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 21 19:35:20 2019
+strftime test for Fri Mar 22 01:12:12 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112912,7 +112909,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 22 18:36:29 2019
+strftime test for Sat Mar 23 00:13:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112927,7 +112924,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 23 17:37:38 2019
+strftime test for Sat Mar 23 23:14:30 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112942,7 +112939,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 24 16:38:47 2019
+strftime test for Sun Mar 24 22:15:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112957,7 +112954,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Mar 25 15:39:56 2019
+strftime test for Mon Mar 25 21:16:48 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112972,7 +112969,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 26 14:41:05 2019
+strftime test for Tue Mar 26 20:17:57 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -112987,7 +112984,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 27 13:42:14 2019
+strftime test for Wed Mar 27 19:19:06 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113002,7 +112999,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 28 12:43:23 2019
+strftime test for Thu Mar 28 18:20:15 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113017,7 +113014,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 29 11:44:32 2019
+strftime test for Fri Mar 29 17:21:24 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113032,7 +113029,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 30 10:45:41 2019
+strftime test for Sat Mar 30 16:22:33 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113047,7 +113044,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 31 09:46:50 2019
+strftime test for Sun Mar 31 15:23:42 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113062,9 +113059,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Apr 1 08:47:59 2019
+strftime test for Mon Apr 1 14:24:51 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Apr 01 08:47:59 2019, but got Mon Apr 1 08:47:59 2019
+ Expected Mon Apr 01 14:24:51 2019, but got Mon Apr 1 14:24:51 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113078,9 +113075,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Apr 2 07:49:08 2019
+strftime test for Tue Apr 2 13:26:00 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Apr 02 07:49:08 2019, but got Tue Apr 2 07:49:08 2019
+ Expected Tue Apr 02 13:26:00 2019, but got Tue Apr 2 13:26:00 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113094,9 +113091,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Apr 3 06:50:17 2019
+strftime test for Wed Apr 3 12:27:09 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Apr 03 06:50:17 2019, but got Wed Apr 3 06:50:17 2019
+ Expected Wed Apr 03 12:27:09 2019, but got Wed Apr 3 12:27:09 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113110,9 +113107,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Apr 4 05:51:26 2019
+strftime test for Thu Apr 4 11:28:18 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Apr 04 05:51:26 2019, but got Thu Apr 4 05:51:26 2019
+ Expected Thu Apr 04 11:28:18 2019, but got Thu Apr 4 11:28:18 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113126,9 +113123,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Apr 5 04:52:35 2019
+strftime test for Fri Apr 5 10:29:27 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Apr 05 04:52:35 2019, but got Fri Apr 5 04:52:35 2019
+ Expected Fri Apr 05 10:29:27 2019, but got Fri Apr 5 10:29:27 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113142,9 +113139,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Apr 6 03:53:44 2019
+strftime test for Sat Apr 6 09:30:36 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Apr 06 03:53:44 2019, but got Sat Apr 6 03:53:44 2019
+ Expected Sat Apr 06 09:30:36 2019, but got Sat Apr 6 09:30:36 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113158,9 +113155,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Apr 7 02:54:53 2019
+strftime test for Sun Apr 7 08:31:45 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Apr 07 02:54:53 2019, but got Sun Apr 7 02:54:53 2019
+ Expected Sun Apr 07 08:31:45 2019, but got Sun Apr 7 08:31:45 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113174,9 +113171,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Apr 8 01:56:02 2019
+strftime test for Mon Apr 8 07:32:54 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Apr 08 01:56:02 2019, but got Mon Apr 8 01:56:02 2019
+ Expected Mon Apr 08 07:32:54 2019, but got Mon Apr 8 07:32:54 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113190,9 +113187,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Apr 9 00:57:11 2019
+strftime test for Tue Apr 9 06:34:03 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Apr 09 00:57:11 2019, but got Tue Apr 9 00:57:11 2019
+ Expected Tue Apr 09 06:34:03 2019, but got Tue Apr 9 06:34:03 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113206,9 +113203,8 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Apr 9 23:58:20 2019
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Apr 09 23:58:20 2019, but got Tue Apr 9 23:58:20 2019
+strftime test for Wed Apr 10 05:35:12 2019
+Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113222,7 +113218,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Apr 10 22:59:29 2019
+strftime test for Thu Apr 11 04:36:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113237,7 +113233,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Apr 11 22:00:38 2019
+strftime test for Fri Apr 12 03:37:30 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113252,7 +113248,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Apr 12 21:01:47 2019
+strftime test for Sat Apr 13 02:38:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113267,7 +113263,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 24 18:29:11 2019
+strftime test for Tue Jun 25 00:06:03 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113282,7 +113278,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 25 17:30:20 2019
+strftime test for Tue Jun 25 23:07:12 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113297,7 +113293,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 26 16:31:29 2019
+strftime test for Wed Jun 26 22:08:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113312,7 +113308,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jun 27 15:32:38 2019
+strftime test for Thu Jun 27 21:09:30 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113327,7 +113323,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 28 14:33:47 2019
+strftime test for Fri Jun 28 20:10:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113342,7 +113338,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jun 29 13:34:56 2019
+strftime test for Sat Jun 29 19:11:48 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113357,7 +113353,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 30 12:36:05 2019
+strftime test for Sun Jun 30 18:12:57 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113372,9 +113368,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jul 1 11:37:14 2019
+strftime test for Mon Jul 1 17:14:06 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Jul 01 11:37:14 2019, but got Mon Jul 1 11:37:14 2019
+ Expected Mon Jul 01 17:14:06 2019, but got Mon Jul 1 17:14:06 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113388,9 +113384,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jul 2 10:38:23 2019
+strftime test for Tue Jul 2 16:15:15 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jul 02 10:38:23 2019, but got Tue Jul 2 10:38:23 2019
+ Expected Tue Jul 02 16:15:15 2019, but got Tue Jul 2 16:15:15 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113404,9 +113400,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jul 3 09:39:32 2019
+strftime test for Wed Jul 3 15:16:24 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Jul 03 09:39:32 2019, but got Wed Jul 3 09:39:32 2019
+ Expected Wed Jul 03 15:16:24 2019, but got Wed Jul 3 15:16:24 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113420,9 +113416,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jul 4 08:40:41 2019
+strftime test for Thu Jul 4 14:17:33 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jul 04 08:40:41 2019, but got Thu Jul 4 08:40:41 2019
+ Expected Thu Jul 04 14:17:33 2019, but got Thu Jul 4 14:17:33 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113436,9 +113432,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jul 5 07:41:50 2019
+strftime test for Fri Jul 5 13:18:42 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jul 05 07:41:50 2019, but got Fri Jul 5 07:41:50 2019
+ Expected Fri Jul 05 13:18:42 2019, but got Fri Jul 5 13:18:42 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113452,9 +113448,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jul 6 06:42:59 2019
+strftime test for Sat Jul 6 12:19:51 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jul 06 06:42:59 2019, but got Sat Jul 6 06:42:59 2019
+ Expected Sat Jul 06 12:19:51 2019, but got Sat Jul 6 12:19:51 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113468,9 +113464,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jul 7 05:44:08 2019
+strftime test for Sun Jul 7 11:21:00 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jul 07 05:44:08 2019, but got Sun Jul 7 05:44:08 2019
+ Expected Sun Jul 07 11:21:00 2019, but got Sun Jul 7 11:21:00 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113484,9 +113480,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jul 8 04:45:17 2019
+strftime test for Mon Jul 8 10:22:09 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Jul 08 04:45:17 2019, but got Mon Jul 8 04:45:17 2019
+ Expected Mon Jul 08 10:22:09 2019, but got Mon Jul 8 10:22:09 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113500,9 +113496,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jul 9 03:46:26 2019
+strftime test for Tue Jul 9 09:23:18 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jul 09 03:46:26 2019, but got Tue Jul 9 03:46:26 2019
+ Expected Tue Jul 09 09:23:18 2019, but got Tue Jul 9 09:23:18 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113516,7 +113512,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jul 10 02:47:35 2019
+strftime test for Wed Jul 10 08:24:27 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113531,7 +113527,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jul 11 01:48:44 2019
+strftime test for Thu Jul 11 07:25:36 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113546,7 +113542,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jul 12 00:49:53 2019
+strftime test for Fri Jul 12 06:26:45 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113561,7 +113557,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jul 12 23:51:02 2019
+strftime test for Sat Jul 13 05:27:54 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113576,7 +113572,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jul 13 22:52:11 2019
+strftime test for Sun Jul 14 04:29:03 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113591,7 +113587,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jul 14 21:53:20 2019
+strftime test for Mon Jul 15 03:30:12 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113606,7 +113602,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jul 15 20:54:29 2019
+strftime test for Tue Jul 16 02:31:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113621,7 +113617,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jul 16 19:55:38 2019
+strftime test for Wed Jul 17 01:32:30 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113636,7 +113632,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jul 17 18:56:47 2019
+strftime test for Thu Jul 18 00:33:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113651,7 +113647,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Sep 28 16:24:11 2019
+strftime test for Sat Sep 28 22:01:03 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113666,7 +113662,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Sep 29 15:25:20 2019
+strftime test for Sun Sep 29 21:02:12 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113681,7 +113677,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 30 14:26:29 2019
+strftime test for Mon Sep 30 20:03:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113696,9 +113692,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Oct 1 13:27:38 2019
+strftime test for Tue Oct 1 19:04:30 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Oct 01 13:27:38 2019, but got Tue Oct 1 13:27:38 2019
+ Expected Tue Oct 01 19:04:30 2019, but got Tue Oct 1 19:04:30 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113712,9 +113708,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Oct 2 12:28:47 2019
+strftime test for Wed Oct 2 18:05:39 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Oct 02 12:28:47 2019, but got Wed Oct 2 12:28:47 2019
+ Expected Wed Oct 02 18:05:39 2019, but got Wed Oct 2 18:05:39 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113728,9 +113724,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Oct 3 11:29:56 2019
+strftime test for Thu Oct 3 17:06:48 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Oct 03 11:29:56 2019, but got Thu Oct 3 11:29:56 2019
+ Expected Thu Oct 03 17:06:48 2019, but got Thu Oct 3 17:06:48 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113744,9 +113740,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Oct 4 10:31:05 2019
+strftime test for Fri Oct 4 16:07:57 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Oct 04 10:31:05 2019, but got Fri Oct 4 10:31:05 2019
+ Expected Fri Oct 04 16:07:57 2019, but got Fri Oct 4 16:07:57 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113760,9 +113756,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Oct 5 09:32:14 2019
+strftime test for Sat Oct 5 15:09:06 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Oct 05 09:32:14 2019, but got Sat Oct 5 09:32:14 2019
+ Expected Sat Oct 05 15:09:06 2019, but got Sat Oct 5 15:09:06 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113776,9 +113772,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Oct 6 08:33:23 2019
+strftime test for Sun Oct 6 14:10:15 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Oct 06 08:33:23 2019, but got Sun Oct 6 08:33:23 2019
+ Expected Sun Oct 06 14:10:15 2019, but got Sun Oct 6 14:10:15 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113792,9 +113788,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Oct 7 07:34:32 2019
+strftime test for Mon Oct 7 13:11:24 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Oct 07 07:34:32 2019, but got Mon Oct 7 07:34:32 2019
+ Expected Mon Oct 07 13:11:24 2019, but got Mon Oct 7 13:11:24 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113808,9 +113804,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Oct 8 06:35:41 2019
+strftime test for Tue Oct 8 12:12:33 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Oct 08 06:35:41 2019, but got Tue Oct 8 06:35:41 2019
+ Expected Tue Oct 08 12:12:33 2019, but got Tue Oct 8 12:12:33 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113824,9 +113820,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Oct 9 05:36:50 2019
+strftime test for Wed Oct 9 11:13:42 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Oct 09 05:36:50 2019, but got Wed Oct 9 05:36:50 2019
+ Expected Wed Oct 09 11:13:42 2019, but got Wed Oct 9 11:13:42 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -113840,7 +113836,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Oct 10 04:37:59 2019
+strftime test for Thu Oct 10 10:14:51 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113855,7 +113851,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Oct 11 03:39:08 2019
+strftime test for Fri Oct 11 09:16:00 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113870,7 +113866,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Oct 12 02:40:17 2019
+strftime test for Sat Oct 12 08:17:09 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113885,7 +113881,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Oct 13 01:41:26 2019
+strftime test for Sun Oct 13 07:18:18 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113900,7 +113896,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Oct 14 00:42:35 2019
+strftime test for Mon Oct 14 06:19:27 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113915,7 +113911,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Oct 14 23:43:44 2019
+strftime test for Tue Oct 15 05:20:36 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113930,7 +113926,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Oct 15 22:44:53 2019
+strftime test for Wed Oct 16 04:21:45 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113945,7 +113941,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Oct 16 21:46:02 2019
+strftime test for Thu Oct 17 03:22:54 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113960,7 +113956,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Oct 17 20:47:11 2019
+strftime test for Fri Oct 18 02:24:03 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113975,7 +113971,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Oct 18 19:48:20 2019
+strftime test for Sat Oct 19 01:25:12 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -113990,7 +113986,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Oct 19 18:49:29 2019
+strftime test for Sun Oct 20 00:26:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114005,7 +114001,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Oct 20 17:50:38 2019
+strftime test for Sun Oct 20 23:27:30 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114020,7 +114016,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Oct 21 16:51:47 2019
+strftime test for Mon Oct 21 22:28:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114035,9 +114031,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jan 2 14:19:11 2020
+strftime test for Thu Jan 2 19:56:03 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jan 02 14:19:11 2020, but got Thu Jan 2 14:19:11 2020
+ Expected Thu Jan 02 19:56:03 2020, but got Thu Jan 2 19:56:03 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114051,9 +114047,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jan 3 13:20:20 2020
+strftime test for Fri Jan 3 18:57:12 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jan 03 13:20:20 2020, but got Fri Jan 3 13:20:20 2020
+ Expected Fri Jan 03 18:57:12 2020, but got Fri Jan 3 18:57:12 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114067,9 +114063,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jan 4 12:21:29 2020
+strftime test for Sat Jan 4 17:58:21 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jan 04 12:21:29 2020, but got Sat Jan 4 12:21:29 2020
+ Expected Sat Jan 04 17:58:21 2020, but got Sat Jan 4 17:58:21 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114083,9 +114079,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jan 5 11:22:38 2020
+strftime test for Sun Jan 5 16:59:30 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jan 05 11:22:38 2020, but got Sun Jan 5 11:22:38 2020
+ Expected Sun Jan 05 16:59:30 2020, but got Sun Jan 5 16:59:30 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114099,9 +114095,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jan 6 10:23:47 2020
+strftime test for Mon Jan 6 16:00:39 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Jan 06 10:23:47 2020, but got Mon Jan 6 10:23:47 2020
+ Expected Mon Jan 06 16:00:39 2020, but got Mon Jan 6 16:00:39 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114115,9 +114111,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jan 7 09:24:56 2020
+strftime test for Tue Jan 7 15:01:48 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jan 07 09:24:56 2020, but got Tue Jan 7 09:24:56 2020
+ Expected Tue Jan 07 15:01:48 2020, but got Tue Jan 7 15:01:48 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114131,9 +114127,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jan 8 08:26:05 2020
+strftime test for Wed Jan 8 14:02:57 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Jan 08 08:26:05 2020, but got Wed Jan 8 08:26:05 2020
+ Expected Wed Jan 08 14:02:57 2020, but got Wed Jan 8 14:02:57 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114147,9 +114143,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jan 9 07:27:14 2020
+strftime test for Thu Jan 9 13:04:06 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jan 09 07:27:14 2020, but got Thu Jan 9 07:27:14 2020
+ Expected Thu Jan 09 13:04:06 2020, but got Thu Jan 9 13:04:06 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114163,7 +114159,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jan 10 06:28:23 2020
+strftime test for Fri Jan 10 12:05:15 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114178,7 +114174,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jan 11 05:29:32 2020
+strftime test for Sat Jan 11 11:06:24 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114193,7 +114189,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jan 12 04:30:41 2020
+strftime test for Sun Jan 12 10:07:33 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114208,7 +114204,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jan 13 03:31:50 2020
+strftime test for Mon Jan 13 09:08:42 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114223,7 +114219,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jan 14 02:32:59 2020
+strftime test for Tue Jan 14 08:09:51 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114238,7 +114234,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jan 15 01:34:08 2020
+strftime test for Wed Jan 15 07:11:00 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114253,7 +114249,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jan 16 00:35:17 2020
+strftime test for Thu Jan 16 06:12:09 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114268,7 +114264,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jan 16 23:36:26 2020
+strftime test for Fri Jan 17 05:13:18 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114283,7 +114279,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jan 17 22:37:35 2020
+strftime test for Sat Jan 18 04:14:27 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114298,7 +114294,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jan 18 21:38:44 2020
+strftime test for Sun Jan 19 03:15:36 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114313,7 +114309,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jan 19 20:39:53 2020
+strftime test for Mon Jan 20 02:16:45 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114328,7 +114324,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jan 20 19:41:02 2020
+strftime test for Tue Jan 21 01:17:54 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114343,7 +114339,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jan 21 18:42:11 2020
+strftime test for Wed Jan 22 00:19:03 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114358,7 +114354,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jan 22 17:43:20 2020
+strftime test for Wed Jan 22 23:20:12 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114373,7 +114369,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jan 23 16:44:29 2020
+strftime test for Thu Jan 23 22:21:21 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114388,7 +114384,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jan 24 15:45:38 2020
+strftime test for Fri Jan 24 21:22:30 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114403,7 +114399,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jan 25 14:46:47 2020
+strftime test for Sat Jan 25 20:23:39 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114418,9 +114414,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Apr 7 12:14:11 2020
+strftime test for Tue Apr 7 17:51:03 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Apr 07 12:14:11 2020, but got Tue Apr 7 12:14:11 2020
+ Expected Tue Apr 07 17:51:03 2020, but got Tue Apr 7 17:51:03 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114434,9 +114430,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Apr 8 11:15:20 2020
+strftime test for Wed Apr 8 16:52:12 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Apr 08 11:15:20 2020, but got Wed Apr 8 11:15:20 2020
+ Expected Wed Apr 08 16:52:12 2020, but got Wed Apr 8 16:52:12 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114450,9 +114446,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Apr 9 10:16:29 2020
+strftime test for Thu Apr 9 15:53:21 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Apr 09 10:16:29 2020, but got Thu Apr 9 10:16:29 2020
+ Expected Thu Apr 09 15:53:21 2020, but got Thu Apr 9 15:53:21 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -114466,7 +114462,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Apr 10 09:17:38 2020
+strftime test for Fri Apr 10 14:54:30 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114481,7 +114477,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Apr 11 08:18:47 2020
+strftime test for Sat Apr 11 13:55:39 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114496,7 +114492,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Apr 12 07:19:56 2020
+strftime test for Sun Apr 12 12:56:48 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114511,7 +114507,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Apr 13 06:21:05 2020
+strftime test for Mon Apr 13 11:57:57 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114526,7 +114522,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Apr 14 05:22:14 2020
+strftime test for Tue Apr 14 10:59:06 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114541,7 +114537,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Apr 15 04:23:23 2020
+strftime test for Wed Apr 15 10:00:15 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114556,7 +114552,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Apr 16 03:24:32 2020
+strftime test for Thu Apr 16 09:01:24 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114571,7 +114567,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Apr 17 02:25:41 2020
+strftime test for Fri Apr 17 08:02:33 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114586,7 +114582,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Apr 18 01:26:50 2020
+strftime test for Sat Apr 18 07:03:42 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114601,7 +114597,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Apr 19 00:27:59 2020
+strftime test for Sun Apr 19 06:04:51 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114616,7 +114612,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Apr 19 23:29:08 2020
+strftime test for Mon Apr 20 05:06:00 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114631,7 +114627,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Apr 20 22:30:17 2020
+strftime test for Tue Apr 21 04:07:09 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114646,7 +114642,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Apr 21 21:31:26 2020
+strftime test for Wed Apr 22 03:08:18 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114661,7 +114657,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Apr 22 20:32:35 2020
+strftime test for Thu Apr 23 02:09:27 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114676,7 +114672,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Apr 23 19:33:44 2020
+strftime test for Fri Apr 24 01:10:36 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114691,7 +114687,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Apr 24 18:34:53 2020
+strftime test for Sat Apr 25 00:11:45 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114706,7 +114702,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Apr 25 17:36:02 2020
+strftime test for Sat Apr 25 23:12:54 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114721,7 +114717,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Apr 26 16:37:11 2020
+strftime test for Sun Apr 26 22:14:03 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114736,7 +114732,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Apr 27 15:38:20 2020
+strftime test for Mon Apr 27 21:15:12 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114751,7 +114747,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Apr 28 14:39:29 2020
+strftime test for Tue Apr 28 20:16:21 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114766,7 +114762,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Apr 29 13:40:38 2020
+strftime test for Wed Apr 29 19:17:30 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114781,7 +114777,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Apr 30 12:41:47 2020
+strftime test for Thu Apr 30 18:18:39 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114796,7 +114792,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jul 12 10:09:11 2020
+strftime test for Sun Jul 12 15:46:03 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114811,7 +114807,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jul 13 09:10:20 2020
+strftime test for Mon Jul 13 14:47:12 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114826,7 +114822,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jul 14 08:11:29 2020
+strftime test for Tue Jul 14 13:48:21 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114841,7 +114837,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jul 15 07:12:38 2020
+strftime test for Wed Jul 15 12:49:30 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114856,7 +114852,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jul 16 06:13:47 2020
+strftime test for Thu Jul 16 11:50:39 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114871,7 +114867,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jul 17 05:14:56 2020
+strftime test for Fri Jul 17 10:51:48 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114886,7 +114882,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jul 18 04:16:05 2020
+strftime test for Sat Jul 18 09:52:57 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114901,7 +114897,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jul 19 03:17:14 2020
+strftime test for Sun Jul 19 08:54:06 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114916,7 +114912,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jul 20 02:18:23 2020
+strftime test for Mon Jul 20 07:55:15 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114931,7 +114927,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jul 21 01:19:32 2020
+strftime test for Tue Jul 21 06:56:24 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114946,7 +114942,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jul 22 00:20:41 2020
+strftime test for Wed Jul 22 05:57:33 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114961,7 +114957,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jul 22 23:21:50 2020
+strftime test for Thu Jul 23 04:58:42 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114976,7 +114972,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jul 23 22:22:59 2020
+strftime test for Fri Jul 24 03:59:51 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -114991,7 +114987,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jul 24 21:24:08 2020
+strftime test for Sat Jul 25 03:01:00 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -115006,7 +115002,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jul 25 20:25:17 2020
+strftime test for Sun Jul 26 02:02:09 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -115021,7 +115017,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jul 26 19:26:26 2020
+strftime test for Mon Jul 27 01:03:18 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -115036,7 +115032,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jul 27 18:27:35 2020
+strftime test for Tue Jul 28 00:04:27 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -115051,7 +115047,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jul 28 17:28:44 2020
+strftime test for Tue Jul 28 23:05:36 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -115066,7 +115062,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jul 29 16:29:53 2020
+strftime test for Wed Jul 29 22:06:45 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -115081,7 +115077,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jul 30 15:31:02 2020
+strftime test for Thu Jul 30 21:07:54 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -115096,7 +115092,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jul 31 14:32:11 2020
+strftime test for Fri Jul 31 20:09:03 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -115111,9 +115107,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Aug 1 13:33:20 2020
+strftime test for Sat Aug 1 19:10:12 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Aug 01 13:33:20 2020, but got Sat Aug 1 13:33:20 2020
+ Expected Sat Aug 01 19:10:12 2020, but got Sat Aug 1 19:10:12 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -115127,9 +115123,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Aug 2 12:34:29 2020
+strftime test for Sun Aug 2 18:11:21 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Aug 02 12:34:29 2020, but got Sun Aug 2 12:34:29 2020
+ Expected Sun Aug 02 18:11:21 2020, but got Sun Aug 2 18:11:21 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -115143,9 +115139,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Aug 3 11:35:38 2020
+strftime test for Mon Aug 3 17:12:30 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Aug 03 11:35:38 2020, but got Mon Aug 3 11:35:38 2020
+ Expected Mon Aug 03 17:12:30 2020, but got Mon Aug 3 17:12:30 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -115159,9 +115155,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Aug 4 10:36:47 2020
+strftime test for Tue Aug 4 16:13:39 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Aug 04 10:36:47 2020, but got Tue Aug 4 10:36:47 2020
+ Expected Tue Aug 04 16:13:39 2020, but got Tue Aug 4 16:13:39 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -115182,10 +115178,10 @@ PASS: test_y_before_1900 (test.test_strftime.Y1900Tests)
----------------------------------------------------------------------
-Ran 4 tests in 0.414s
+Ran 4 tests in 0.423s
OK
-0:15:31 load avg: 0.55 [318/416/1] test_string
+0:15:24 load avg: 0.79 [318/416/1] test_string
PASS: test_attrs (test.test_string.ModuleTest)
PASS: test_auto_numbering (test.test_string.ModuleTest)
PASS: test_basic_formatter (test.test_string.ModuleTest)
@@ -115228,7 +115224,7 @@ PASS: test_unicode_values (test.test_string.TestTemplate)
Ran 36 tests in 0.014s
OK
-0:15:31 load avg: 0.55 [319/416/1] test_string_literals
+0:15:24 load avg: 0.79 [319/416/1] test_string_literals
PASS: test_eval_bytes_incomplete (test.test_string_literals.TestLiterals)
PASS: test_eval_bytes_invalid_escape (test.test_string_literals.TestLiterals)
PASS: test_eval_bytes_normal (test.test_string_literals.TestLiterals)
@@ -115248,10 +115244,10 @@ PASS: test_template (test.test_string_literals.TestLiterals)
----------------------------------------------------------------------
-Ran 16 tests in 0.242s
+Ran 16 tests in 0.249s
OK
-0:15:31 load avg: 0.55 [320/416/1] test_stringprep
+0:15:24 load avg: 0.79 [320/416/1] test_stringprep
PASS: test (test.test_stringprep.StringprepTests)
----------------------------------------------------------------------
@@ -115259,7 +115255,7 @@ PASS: test (test.test_stringprep.StringprepTests)
Ran 1 test in 0.000s
OK
-0:15:31 load avg: 0.55 [321/416/1] test_strptime
+0:15:24 load avg: 0.79 [321/416/1] test_strptime
PASS: test_TimeRE_recreation_locale (test.test_strptime.CacheTests)
PASS: test_TimeRE_recreation_timezone (test.test_strptime.CacheTests)
PASS: test_new_localetime (test.test_strptime.CacheTests)
@@ -115314,10 +115310,10 @@ PASS: test_basic (test.test_strptime.getlang_Tests)
----------------------------------------------------------------------
-Ran 51 tests in 0.060s
+Ran 51 tests in 0.059s
OK (skipped=1)
-0:15:31 load avg: 0.55 [322/416/1] test_strtod
+0:15:25 load avg: 0.79 [322/416/1] test_strtod
PASS: test_bigcomp (test.test_strtod.StrtodTests)
PASS: test_boundaries (test.test_strtod.StrtodTests)
PASS: test_halfway_cases (test.test_strtod.StrtodTests)
@@ -115330,10 +115326,10 @@ PASS: test_underflow_boundary (test.test_strtod.StrtodTests)
----------------------------------------------------------------------
-Ran 9 tests in 0.530s
+Ran 9 tests in 0.550s
OK (skipped=1)
-0:15:32 load avg: 0.55 [323/416/1] test_struct
+0:15:25 load avg: 0.81 [323/416/1] test_struct
PASS: test_1530559 (test.test_struct.StructTest)
PASS: test_705836 (test.test_struct.StructTest)
PASS: test_Struct_reinitialization (test.test_struct.StructTest)
@@ -115367,10 +115363,10 @@ PASS: test_module_func (test.test_struct.UnpackIteratorTest)
----------------------------------------------------------------------
-Ran 30 tests in 0.335s
+Ran 30 tests in 0.339s
OK
-0:15:33 load avg: 0.55 [324/416/1] test_structmembers
+0:15:26 load avg: 0.81 [324/416/1] test_structmembers
PASS: test_bad_assignments (test.test_structmembers.ReadWriteTests)
PASS: test_bool (test.test_structmembers.ReadWriteTests)
PASS: test_byte (test.test_structmembers.ReadWriteTests)
@@ -115392,7 +115388,7 @@ PASS: test_ushort_max (test.test_structmembers.TestWarnings)
Ran 15 tests in 0.003s
OK
-0:15:33 load avg: 0.59 [325/416/1] test_structseq
+0:15:26 load avg: 0.81 [325/416/1] test_structseq
PASS: test_cmp (test.test_structseq.StructSeqTest)
PASS: test_concat (test.test_structseq.StructSeqTest)
PASS: test_constructor (test.test_structseq.StructSeqTest)
@@ -115411,7 +115407,7 @@ PASS: test_tuple (test.test_structseq.StructSeqTest)
Ran 12 tests in 0.005s
OK
-0:15:33 load avg: 0.59 [326/416/1] test_subclassinit
+0:15:26 load avg: 0.81 [326/416/1] test_subclassinit
PASS: test_errors (test.test_subclassinit.Test)
PASS: test_errors_changed_pep487 (test.test_subclassinit.Test)
PASS: test_init_subclass (test.test_subclassinit.Test)
@@ -115435,7 +115431,7 @@ PASS: test_type (test.test_subclassinit.Test)
Ran 17 tests in 0.004s
OK
-0:15:33 load avg: 0.59 [327/416/1] test_subprocess
+0:15:26 load avg: 0.81 [327/416/1] test_subprocess
SKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests'
SKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests'
SKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests'
@@ -115743,10 +115739,10 @@ SKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows s
----------------------------------------------------------------------
-Ran 286 tests in 29.442s
+Ran 286 tests in 31.268s
OK (skipped=29)
-0:16:03 load avg: 0.75 [328/416/1] test_sunau
+0:15:58 load avg: 0.74 [328/416/1] test_sunau -- test_subprocess passed in 31 sec 488 ms
PASS: test_read_bad_magic_number (test.test_sunau.SunauLowLevelTest)
PASS: test_read_too_large_header (test.test_sunau.SunauLowLevelTest)
PASS: test_read_too_small_header (test.test_sunau.SunauLowLevelTest)
@@ -115856,10 +115852,10 @@ PASS: test_write_params (test.test_sunau.SunauULAWTest)
----------------------------------------------------------------------
-Ran 106 tests in 0.046s
+Ran 106 tests in 0.058s
OK
-0:16:03 load avg: 0.77 [329/416/1] test_sundry
+0:15:58 load avg: 0.74 [329/416/1] test_sundry
PASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules)
----------------------------------------------------------------------
@@ -115867,7 +115863,7 @@ PASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModule
Ran 1 test in 0.002s
OK
-0:16:03 load avg: 0.77 [330/416/1] test_super
+0:15:58 load avg: 0.74 [330/416/1] test_super
PASS: test___class___classmethod (test.test_super.TestSuper)
PASS: test___class___delayed (test.test_super.TestSuper)
PASS: test___class___instancemethod (test.test_super.TestSuper)
@@ -115892,10 +115888,10 @@ PASS: test_various___class___pathologies (test.test_super.TestSuper)
----------------------------------------------------------------------
-Ran 21 tests in 0.005s
+Ran 21 tests in 0.006s
OK
-0:16:03 load avg: 0.77 [331/416/1] test_symbol
+0:15:58 load avg: 0.74 [331/416/1] test_symbol
SKIP: test_real_grammar_and_symbol_file (test.test_symbol.TestSymbolGeneration) 'test only works from source build directory'
----------------------------------------------------------------------
@@ -115903,7 +115899,7 @@ SKIP: test_real_grammar_and_symbol_file (test.test_symbol.TestSymbolGeneration)
Ran 1 test in 0.000s
OK (skipped=1)
-0:16:03 load avg: 0.77 [332/416/1] test_symtable
+0:15:59 load avg: 0.74 [332/416/1] test_symtable
PASS: test_annotated (test.test_symtable.SymtableTest)
PASS: test_assigned (test.test_symtable.SymtableTest)
PASS: test_children (test.test_symtable.SymtableTest)
@@ -115931,7 +115927,7 @@ PASS: test_type (test.test_symtable.SymtableTest)
Ran 21 tests in 0.006s
OK
-0:16:04 load avg: 0.77 [333/416/1] test_syntax
+0:15:59 load avg: 0.74 [333/416/1] test_syntax
PASS: test_assign_call (test.test_syntax.SyntaxTestCase)
PASS: test_assign_del (test.test_syntax.SyntaxTestCase)
PASS: test_bad_outdent (test.test_syntax.SyntaxTestCase)
@@ -115946,7 +115942,7 @@ PASS: test_unexpected_indent (test.test_syntax.SyntaxTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.003s
+Ran 11 tests in 0.004s
OK
Trying:
@@ -116659,7 +116655,7 @@ ok
80 passed and 0 failed.
Test passed.
doctest (test.test_syntax) ... 80 tests with zero failures
-0:16:04 load avg: 0.77 [334/416/1] test_sys
+0:15:59 load avg: 0.74 [334/416/1] test_sys
PASS: test_43581 (test.test_sys.SysModuleTest)
PASS: test_attributes (test.test_sys.SysModuleTest)
PASS: test_c_locale_surrogateescape (test.test_sys.SysModuleTest)
@@ -116711,10 +116707,10 @@ PASS: test_slots (test.test_sys.SizeofTest)
----------------------------------------------------------------------
-Ran 48 tests in 0.671s
+Ran 48 tests in 0.718s
OK (skipped=4)
-0:16:05 load avg: 0.77 [335/416/1] test_sys_setprofile
+0:16:00 load avg: 0.74 [335/416/1] test_sys_setprofile
PASS: test_caught_exception (test.test_sys_setprofile.ProfileHookTestCase)
PASS: test_caught_nested_exception (test.test_sys_setprofile.ProfileHookTestCase)
PASS: test_distant_exception (test.test_sys_setprofile.ProfileHookTestCase)
@@ -116742,7 +116738,7 @@ PASS: test_setget (test.test_sys_setprofile.TestGetProfile)
Ran 21 tests in 0.004s
OK
-0:16:05 load avg: 0.77 [336/416/1] test_sys_settrace
+0:16:00 load avg: 0.74 [336/416/1] test_sys_settrace
PASS: test_jump_across_async_with (test.test_sys_settrace.JumpTestCase)
PASS: test_jump_across_with (test.test_sys_settrace.JumpTestCase)
PASS: test_jump_backwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase)
@@ -116888,10 +116884,10 @@ PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase)
----------------------------------------------------------------------
-Ran 136 tests in 0.101s
+Ran 136 tests in 0.102s
OK
-0:16:05 load avg: 0.77 [337/416/1] test_sysconfig
+0:16:00 load avg: 0.76 [337/416/1] test_sysconfig
PASS: test_get_makefile_filename (test.test_sysconfig.MakefileTests)
PASS: test_parse_makefile (test.test_sysconfig.MakefileTests)
PASS: test_SO_deprecation (test.test_sysconfig.TestSysConfig)
@@ -116916,10 +116912,10 @@ PASS: test_user_similar (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
-Ran 21 tests in 0.049s
+Ran 21 tests in 0.055s
OK (skipped=2)
-0:16:05 load avg: 0.77 [338/416/1] test_syslog
+0:16:01 load avg: 0.76 [338/416/1] test_syslog
PASS: test_closelog (test.test_syslog.Test)
PASS: test_log_mask (test.test_syslog.Test)
PASS: test_log_upto (test.test_syslog.Test)
@@ -116933,7 +116929,7 @@ PASS: test_syslog (test.test_syslog.Test)
Ran 7 tests in 0.001s
OK
-0:16:05 load avg: 0.77 [339/416/1] test_tarfile
+0:16:01 load avg: 0.76 [339/416/1] test_tarfile
PASS: test_empty (test.test_tarfile.AppendTest)
PASS: test_empty_fileobj (test.test_tarfile.AppendTest)
PASS: test_existing (test.test_tarfile.AppendTest)
@@ -117390,12 +117386,12 @@ PASS: test_tar_size (test.test_tarfile.WriteTest)
----------------------------------------------------------------------
-Ran 453 tests in 5.209s
+Ran 453 tests in 5.586s
OK (skipped=8)
-0:16:11 load avg: 0.79 [340/416/1] test_tcl
+0:16:06 load avg: 0.78 [340/416/1] test_tcl
test_tcl skipped -- No module named '_tkinter'
-0:16:11 load avg: 0.79 [341/416/1] test_telnetlib -- test_tcl skipped
+0:16:07 load avg: 0.78 [341/416/1] test_telnetlib -- test_tcl skipped
PASS: test_expect (test.test_telnetlib.ExpectTests)
PASS: testBasic (test.test_telnetlib.GeneralTests)
PASS: testContextManager (test.test_telnetlib.GeneralTests)
@@ -117418,10 +117414,10 @@ PASS: test_write (test.test_telnetlib.WriteTests)
----------------------------------------------------------------------
-Ran 19 tests in 0.013s
+Ran 19 tests in 0.015s
OK
-0:16:11 load avg: 0.79 [342/416/1] test_tempfile
+0:16:07 load avg: 0.78 [342/416/1] test_tempfile
PASS: test_nonempty_list (test.test_tempfile.TestCandidateTempdirList)
PASS: test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList)
PASS: test_exports (test.test_tempfile.TestExports)
@@ -117512,10 +117508,10 @@ PASS: test_no_leak_fd (test.test_tempfile.TestTemporaryFile)
----------------------------------------------------------------------
-Ran 87 tests in 0.505s
+Ran 87 tests in 0.527s
OK (skipped=3)
-0:16:12 load avg: 0.79 [343/416/1] test_textwrap
+0:16:08 load avg: 0.78 [343/416/1] test_textwrap
PASS: test_dedent_declining (test.test_textwrap.DedentTestCase)
PASS: test_dedent_even (test.test_textwrap.DedentTestCase)
PASS: test_dedent_nomargin (test.test_textwrap.DedentTestCase)
@@ -117584,7 +117580,7 @@ PASS: test_wrap_short_1line (test.test_textwrap.WrapTestCase)
Ran 62 tests in 0.016s
OK
-0:16:12 load avg: 0.79 [344/416/1] test_thread
+0:16:08 load avg: 0.78 [344/416/1] test_thread
test_barrier (test.test_thread.BarrierTest) ... waiting for tasks to end
task 6 will run for 58us
task 7 will run for 95us
@@ -117719,14 +117715,14 @@ task 9 will run for 44us
task 10 will run for 7us
task 5 will run for 53us
task 4 will run for 5us
+task 10 done
+task 7 done
+task 8 done
+task 6 done
task 3 will run for 17us
task 2 will run for 35us
task 1 will run for 37us
task 9 done
-task 7 done
-task 6 done
-task 10 done
-task 8 done
task 5 done
task 4 done
task 3 done
@@ -117755,11 +117751,11 @@ task 4 will run for 77us
task 3 will run for 34us
task 2 will run for 91us
task 1 will run for 5us
-task 7 done
task 8 done
task 9 done
-task 10 done
+task 7 done
task 6 done
+task 10 done
task 5 done
task 4 done
task 3 done
@@ -117783,8 +117779,8 @@ waiting for tasks to complete...
task 7 will run for 10us
task 8 will run for 11us
task 9 will run for 34us
-task 10 will run for 86us
-task 6 will run for 89us
+task 6 will run for 86us
+task 10 will run for 89us
task 5 will run for 69us
task 4 will run for 77us
task 3 will run for 55us
@@ -117793,8 +117789,8 @@ task 1 will run for 43us
task 7 done
task 8 done
task 9 done
-task 10 done
task 6 done
+task 10 done
task 5 done
task 4 done
task 3 done
@@ -117805,49 +117801,49 @@ ok
----------------------------------------------------------------------
-Ran 23 tests in 0.897s
+Ran 23 tests in 1.013s
OK
-0:16:13 load avg: 0.80 [345/416/1] test_threaded_import
+0:16:09 load avg: 0.78 [345/416/1] test_threaded_import
PASS: test_circular_imports (test.test_threaded_import.ThreadedImportTests)
PASS: test_import_hangers (test.test_threaded_import.ThreadedImportTests)
-test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 24.4 ms OK.
-Trying 50 threads ... 25.0 ms OK.
-Trying 20 threads ... 23.4 ms OK.
-Trying 50 threads ... 25.7 ms OK.
-Trying 20 threads ... 23.3 ms OK.
-Trying 50 threads ... 25.4 ms OK.
-ok
-test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 2.6 ms OK.
-Trying 50 threads ... 4.2 ms OK.
-Trying 20 threads ... 2.3 ms OK.
-Trying 50 threads ... 4.3 ms OK.
-Trying 20 threads ... 2.2 ms OK.
-Trying 50 threads ... 4.3 ms OK.
-ok
-test_parallel_path_hooks (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 35.4 ms OK.
-Trying 50 threads ... 4.4 ms OK.
-Trying 20 threads ... 2.3 ms OK.
-Trying 50 threads ... 4.3 ms OK.
-Trying 20 threads ... 2.2 ms OK.
-Trying 50 threads ... 4.9 ms OK.
+test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 29.8 ms OK.
+Trying 50 threads ... 32.2 ms OK.
+Trying 20 threads ... 26.7 ms OK.
+Trying 50 threads ... 30.3 ms OK.
+Trying 20 threads ... 26.8 ms OK.
+Trying 50 threads ... 32.2 ms OK.
+ok
+test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 6.6 ms OK.
+Trying 50 threads ... 10.0 ms OK.
+Trying 20 threads ... 5.1 ms OK.
+Trying 50 threads ... 9.5 ms OK.
+Trying 20 threads ... 4.6 ms OK.
+Trying 50 threads ... 8.9 ms OK.
+ok
+test_parallel_path_hooks (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 39.1 ms OK.
+Trying 50 threads ... 11.4 ms OK.
+Trying 20 threads ... 5.5 ms OK.
+Trying 50 threads ... 10.6 ms OK.
+Trying 20 threads ... 5.4 ms OK.
+Trying 50 threads ... 10.8 ms OK.
ok
PASS: test_side_effect_import (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
-Ran 6 tests in 0.730s
+Ran 6 tests in 0.824s
OK
-0:16:14 load avg: 0.80 [346/416/1] test_threadedtempfile
+0:16:10 load avg: 0.78 [346/416/1] test_threadedtempfile
PASS: test_main (test.test_threadedtempfile.ThreadedTempFileTest)
----------------------------------------------------------------------
-Ran 1 test in 0.069s
+Ran 1 test in 0.095s
OK
-0:16:14 load avg: 0.80 [347/416/1] test_threading
+0:16:10 load avg: 0.78 [347/416/1] test_threading
PASS: test_abort (test.test_threading.BarrierTests)
PASS: test_abort_and_reset (test.test_threading.BarrierTests)
PASS: test_action (test.test_threading.BarrierTests)
@@ -118008,33 +118004,33 @@ task <thread 2> will run for 93.6 usec
task <thread 3> will run for 12.2 usec
task <thread 4> will run for 0.0 usec
task <thread 5> will run for 61.7 usec
-task <thread 6> will run for 10.8 usec
-task <thread 7> will run for 58.4 usec
-task <thread 8> will run for 11.1 usec
task <thread 0> done
<thread 0> is finished. 2 tasks are running
+3 tasks are running
task <thread 1> done
-<thread 1> is finished. 1 tasks are running
+<thread 1> is finished. 2 tasks are running
task <thread 2> done
-<thread 2> is finished. 0 tasks are running
-1 tasks are running
+<thread 2> is finished. 1 tasks are running
2 tasks are running
3 tasks are running
+task <thread 6> will run for 10.8 usec
+task <thread 7> will run for 58.4 usec
+task <thread 8> will run for 11.1 usec
task <thread 9> will run for 69.7 usec
-waiting for all tasks to complete
task <thread 3> done
<thread 3> is finished. 2 tasks are running
task <thread 4> done
<thread 4> is finished. 1 tasks are running
+2 tasks are running
task <thread 5> done
-<thread 5> is finished. 0 tasks are running
-1 tasks are running
+<thread 5> is finished. 1 tasks are running
2 tasks are running
+waiting for all tasks to complete
3 tasks are running
-task <thread 6> done
-<thread 6> is finished. 2 tasks are running
task <thread 7> done
-<thread 7> is finished. 1 tasks are running
+<thread 7> is finished. 2 tasks are running
+task <thread 6> done
+<thread 6> is finished. 1 tasks are running
task <thread 8> done
<thread 8> is finished. 0 tasks are running
1 tasks are running
@@ -118050,11 +118046,6 @@ task <thread 1> will run for 52.0 usec
task <thread 2> will run for 57.7 usec
3 tasks are running
task <thread 3> will run for 38.6 usec
-task <thread 4> will run for 65.1 usec
-task <thread 5> will run for 26.6 usec
-task <thread 6> will run for 62.3 usec
-task <thread 7> will run for 28.8 usec
-task <thread 8> will run for 71.4 usec
task <thread 0> done
<thread 0> is finished. 2 tasks are running
task <thread 1> done
@@ -118062,23 +118053,28 @@ task <thread 1> done
task <thread 2> done
<thread 2> is finished. 0 tasks are running
1 tasks are running
+task <thread 4> will run for 65.1 usec
2 tasks are running
+task <thread 5> will run for 26.6 usec
3 tasks are running
-task <thread 9> will run for 53.6 usec
-waiting for all tasks to complete
+task <thread 6> will run for 62.3 usec
+task <thread 7> will run for 28.8 usec
+task <thread 8> will run for 71.4 usec
task <thread 3> done
<thread 3> is finished. 2 tasks are running
-task <thread 5> done
-<thread 5> is finished. 1 tasks are running
task <thread 4> done
-<thread 4> is finished. 0 tasks are running
+<thread 4> is finished. 1 tasks are running
+task <thread 5> done
+<thread 5> is finished. 0 tasks are running
1 tasks are running
2 tasks are running
3 tasks are running
-task <thread 6> done
-<thread 6> is finished. 2 tasks are running
+task <thread 9> will run for 53.6 usec
+waiting for all tasks to complete
task <thread 7> done
-<thread 7> is finished. 1 tasks are running
+<thread 7> is finished. 2 tasks are running
+task <thread 6> done
+<thread 6> is finished. 1 tasks are running
task <thread 8> done
<thread 8> is finished. 0 tasks are running
1 tasks are running
@@ -118093,39 +118089,39 @@ task <thread 1> will run for 30.0 usec
2 tasks are running
task <thread 2> will run for 44.1 usec
3 tasks are running
+task <thread 0> done
+<thread 0> is finished. 2 tasks are running
+task <thread 1> done
+<thread 1> is finished. 1 tasks are running
task <thread 3> will run for 0.2 usec
+2 tasks are running
task <thread 4> will run for 28.3 usec
+3 tasks are running
task <thread 5> will run for 4.7 usec
task <thread 6> will run for 29.6 usec
task <thread 7> will run for 94.9 usec
task <thread 8> will run for 21.0 usec
task <thread 9> will run for 93.2 usec
waiting for all tasks to complete
-task <thread 0> done
-<thread 0> is finished. 2 tasks are running
-task <thread 1> done
-<thread 1> is finished. 1 tasks are running
task <thread 2> done
-<thread 2> is finished. 0 tasks are running
-1 tasks are running
-2 tasks are running
-3 tasks are running
-task <thread 5> done
-<thread 5> is finished. 2 tasks are running
-3 tasks are running
-task <thread 4> done
-<thread 4> is finished. 2 tasks are running
+<thread 2> is finished. 2 tasks are running
3 tasks are running
task <thread 3> done
<thread 3> is finished. 2 tasks are running
+task <thread 4> done
+<thread 4> is finished. 1 tasks are running
+2 tasks are running
3 tasks are running
task <thread 7> done
<thread 7> is finished. 2 tasks are running
+task <thread 5> done
+<thread 5> is finished. 1 tasks are running
task <thread 6> done
-<thread 6> is finished. 1 tasks are running
-task <thread 8> done
-<thread 8> is finished. 0 tasks are running
+<thread 6> is finished. 0 tasks are running
1 tasks are running
+2 tasks are running
+task <thread 8> done
+<thread 8> is finished. 1 tasks are running
task <thread 9> done
<thread 9> is finished. 0 tasks are running
all tasks done
@@ -118144,10 +118140,10 @@ PASS: test_init_immutable_default_args (test.test_threading.TimerTests)
----------------------------------------------------------------------
-Ran 158 tests in 10.351s
+Ran 158 tests in 10.989s
OK (skipped=1)
-0:16:24 load avg: 0.75 [348/416/1] test_threading_local
+0:16:21 load avg: 0.76 [348/416/1] test_threading_local
_threading_local ()
PASS: Doctest: _threading_local
PASS: test_arguments (test.test_threading_local.ThreadLocalTest)
@@ -118173,10 +118169,10 @@ PASS: Doctest: _threading_local
----------------------------------------------------------------------
-Ran 20 tests in 0.558s
+Ran 20 tests in 0.661s
OK
-0:16:25 load avg: 0.75 [349/416/1] test_threadsignals
+0:16:22 load avg: 0.76 [349/416/1] test_threadsignals
PASS: test_interrupted_timed_acquire (test.test_threadsignals.ThreadSignals)
PASS: test_lock_acquire_interruption (test.test_threadsignals.ThreadSignals)
PASS: test_lock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals)
@@ -118189,7 +118185,7 @@ PASS: test_signals (test.test_threadsignals.ThreadSignals)
Ran 6 tests in 4.860s
OK
-0:16:30 load avg: 0.69 [350/416/1] test_time
+0:16:27 load avg: 0.78 [350/416/1] test_time
PASS: test_large_year (test.test_time.TestAsctime4dyear)
PASS: test_negative (test.test_time.TestAsctime4dyear)
PASS: test_year (test.test_time.TestAsctime4dyear)
@@ -118249,10 +118245,10 @@ PASS: test_tzset (test.test_time.TimeTestCase)
----------------------------------------------------------------------
-Ran 56 tests in 1.966s
+Ran 56 tests in 1.996s
OK (skipped=1)
-0:16:32 load avg: 0.69 [351/416/1] test_timeit
+0:16:30 load avg: 0.78 [351/416/1] test_timeit
PASS: test_autorange (test.test_timeit.TestTimeit)
PASS: test_autorange_second (test.test_timeit.TestTimeit)
PASS: test_autorange_with_callback (test.test_timeit.TestTimeit)
@@ -118296,16 +118292,16 @@ PASS: test_timer_invalid_stmt (test.test_timeit.TestTimeit)
----------------------------------------------------------------------
-Ran 40 tests in 0.041s
+Ran 40 tests in 0.057s
OK
-0:16:33 load avg: 0.69 [352/416/1] test_timeout
+0:16:30 load avg: 0.78 [352/416/1] test_timeout
test_timeout skipped -- Use of the 'network' resource not enabled
-0:16:33 load avg: 0.69 [353/416/1] test_tix -- test_timeout skipped (resource denied)
+0:16:30 load avg: 0.78 [353/416/1] test_tix -- test_timeout skipped (resource denied)
test_tix skipped -- No module named '_tkinter'
-0:16:33 load avg: 0.69 [354/416/1] test_tk -- test_tix skipped
+0:16:30 load avg: 0.79 [354/416/1] test_tk -- test_tix skipped
test_tk skipped -- No module named '_tkinter'
-0:16:33 load avg: 0.72 [355/416/1] test_tokenize -- test_tk skipped
+0:16:30 load avg: 0.79 [355/416/1] test_tokenize -- test_tk skipped
PASS: test_bom_no_cookie (test.test_tokenize.TestDetectEncoding)
PASS: test_cookie_first_line_no_bom (test.test_tokenize.TestDetectEncoding)
PASS: test_cookie_second_line_commented_first_line (test.test_tokenize.TestDetectEncoding)
@@ -118368,10 +118364,10 @@ PASS: test_iter_compat (test.test_tokenize.UntokenizeTest)
----------------------------------------------------------------------
-Ran 59 tests in 0.458s
+Ran 59 tests in 0.343s
OK
-0:16:34 load avg: 0.72 [356/416/1] test_tools
+0:16:31 load avg: 0.79 [356/416/1] test_tools
SKIP: test.test_tools.test_fixcid (unittest.loader.ModuleSkipped) 'scripts directory could not be found'
SKIP: test.test_tools.test_gprof2html (unittest.loader.ModuleSkipped) 'scripts directory could not be found'
SKIP: test.test_tools.test_i18n (unittest.loader.ModuleSkipped) 'scripts directory could not be found'
@@ -118387,7 +118383,7 @@ SKIP: test.test_tools.test_unparse (unittest.loader.ModuleSkipped) 'scripts dire
Ran 9 tests in 0.002s
OK (skipped=9)
-0:16:34 load avg: 0.72 [357/416/1] test_trace
+0:16:31 load avg: 0.79 [357/416/1] test_trace
PASS: test_loop_caller_importing (test.test_trace.TestCallers)
PASS: test_count_and_summary (test.test_trace.TestCommandLine)
PASS: test_failures (test.test_trace.TestCommandLine)
@@ -118412,10 +118408,10 @@ PASS: test_ignored (test.test_trace.Test_Ignore)
----------------------------------------------------------------------
-Ran 21 tests in 3.086s
+Ran 21 tests in 3.307s
OK
-0:16:37 load avg: 0.72 [358/416/1] test_traceback
+0:16:35 load avg: 0.79 [358/416/1] test_traceback
PASS: test_cause (test.test_traceback.CExcReportingTests)
PASS: test_cause_and_context (test.test_traceback.CExcReportingTests)
PASS: test_cause_recursive (test.test_traceback.CExcReportingTests)
@@ -118482,10 +118478,10 @@ PASS: test_unhashable (test.test_traceback.TracebackFormatTests)
----------------------------------------------------------------------
-Ran 63 tests in 0.425s
+Ran 63 tests in 0.468s
OK
-0:16:38 load avg: 0.72 [359/416/1] test_tracemalloc
+0:16:35 load avg: 0.89 [359/416/1] test_tracemalloc
PASS: test_clear_traces (test.test_tracemalloc.TestTracemallocEnabled)
PASS: test_fork (test.test_tracemalloc.TestTracemallocEnabled)
PASS: test_get_object_traceback (test.test_tracemalloc.TestTracemallocEnabled)
@@ -118533,14 +118529,14 @@ PASS: test_untrack (test.test_tracemalloc.TestCAPI)
----------------------------------------------------------------------
-Ran 43 tests in 0.368s
+Ran 43 tests in 0.393s
OK
-0:16:38 load avg: 0.74 [360/416/1] test_ttk_guionly
+0:16:36 load avg: 0.89 [360/416/1] test_ttk_guionly
test_ttk_guionly skipped -- No module named '_tkinter'
-0:16:38 load avg: 0.74 [361/416/1] test_ttk_textonly -- test_ttk_guionly skipped
+0:16:36 load avg: 0.89 [361/416/1] test_ttk_textonly -- test_ttk_guionly skipped
test_ttk_textonly skipped -- No module named '_tkinter'
-0:16:38 load avg: 0.74 [362/416/1] test_tuple -- test_ttk_textonly skipped
+0:16:36 load avg: 0.89 [362/416/1] test_tuple -- test_ttk_textonly skipped
PASS: test_addmul (test.test_tuple.TupleTest)
PASS: test_bigrepeat (test.test_tuple.TupleTest)
PASS: test_bug7466 (test.test_tuple.TupleTest)
@@ -118578,12 +118574,12 @@ PASS: test_tupleresizebug (test.test_tuple.TupleTest)
----------------------------------------------------------------------
-Ran 34 tests in 5.360s
+Ran 34 tests in 6.314s
OK
-0:16:44 load avg: 0.76 [363/416/1] test_turtle
+0:16:43 load avg: 0.90 [363/416/1] test_turtle
test_turtle skipped -- No module named '_tkinter'
-0:16:44 load avg: 0.76 [364/416/1] test_typechecks -- test_turtle skipped
+0:16:43 load avg: 0.90 [364/416/1] test_typechecks -- test_turtle skipped
PASS: testIsInstanceActual (test.test_typechecks.TypeChecksTest)
PASS: testIsInstanceBuiltin (test.test_typechecks.TypeChecksTest)
PASS: testIsSubclassActual (test.test_typechecks.TypeChecksTest)
@@ -118596,7 +118592,7 @@ PASS: testSubclassBehavior (test.test_typechecks.TypeChecksTest)
Ran 6 tests in 0.001s
OK
-0:16:44 load avg: 0.76 [365/416/1] test_typing
+0:16:43 load avg: 0.90 [365/416/1] test_typing
PASS: test_all (test.test_typing.AllTests)
PASS: test_any_instance_type_error (test.test_typing.AnyTests)
PASS: test_any_subclass_type_error (test.test_typing.AnyTests)
@@ -118830,10 +118826,10 @@ PASS: test_unordered (test.test_typing.UnionTests)
----------------------------------------------------------------------
-Ran 230 tests in 0.060s
+Ran 230 tests in 0.066s
OK (expected failures=1)
-0:16:44 load avg: 0.76 [366/416/1] test_ucn
+0:16:43 load avg: 0.90 [366/416/1] test_ucn
PASS: test_aliases (test.test_ucn.UnicodeNamesTest)
PASS: test_aliases_names_in_pua_range (test.test_ucn.UnicodeNamesTest)
PASS: test_ascii_letters (test.test_ucn.UnicodeNamesTest)
@@ -118851,10 +118847,10 @@ PASS: test_strict_error_handling (test.test_ucn.UnicodeNamesTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.161s
+Ran 14 tests in 0.158s
OK (skipped=2)
-0:16:45 load avg: 0.76 [367/416/1] test_unary
+0:16:44 load avg: 0.90 [367/416/1] test_unary
PASS: test_bad_types (test.test_unary.UnaryOpTestCase)
PASS: test_invert (test.test_unary.UnaryOpTestCase)
PASS: test_negation_of_exponentiation (test.test_unary.UnaryOpTestCase)
@@ -118867,7 +118863,7 @@ PASS: test_positive (test.test_unary.UnaryOpTestCase)
Ran 6 tests in 0.001s
OK
-0:16:45 load avg: 0.76 [368/416/1] test_unicode
+0:16:44 load avg: 0.90 [368/416/1] test_unicode
PASS: test_asucs4 (test.test_unicode.CAPITest)
PASS: test_aswidechar (test.test_unicode.CAPITest)
PASS: test_aswidecharstring (test.test_unicode.CAPITest)
@@ -118999,19 +118995,19 @@ PASS: test_zfill (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
-Ran 126 tests in 0.885s
+Ran 126 tests in 0.976s
OK (skipped=4)
-0:16:46 load avg: 0.76 [369/416/1] test_unicode_file
+0:16:45 load avg: 0.90 [369/416/1] test_unicode_file
PASS: test_directories (test.test_unicode_file.TestUnicodeFiles)
PASS: test_single_files (test.test_unicode_file.TestUnicodeFiles)
----------------------------------------------------------------------
-Ran 2 tests in 0.002s
+Ran 2 tests in 0.003s
OK
-0:16:46 load avg: 0.76 [370/416/1] test_unicode_file_functions
+0:16:45 load avg: 0.90 [370/416/1] test_unicode_file_functions
PASS: test_directory (test.test_unicode_file_functions.UnicodeFileTests)
PASS: test_failures (test.test_unicode_file_functions.UnicodeFileTests)
PASS: test_listdir (test.test_unicode_file_functions.UnicodeFileTests)
@@ -119045,10 +119041,10 @@ PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.057s
+Ran 30 tests in 0.060s
OK
-0:16:46 load avg: 0.76 [371/416/1] test_unicode_identifiers
+0:16:45 load avg: 0.91 [371/416/1] test_unicode_identifiers
PASS: test_invalid (test.test_unicode_identifiers.PEP3131Test)
PASS: test_non_bmp_normalized (test.test_unicode_identifiers.PEP3131Test)
PASS: test_valid (test.test_unicode_identifiers.PEP3131Test)
@@ -119058,7 +119054,7 @@ PASS: test_valid (test.test_unicode_identifiers.PEP3131Test)
Ran 3 tests in 0.001s
OK
-0:16:46 load avg: 0.76 [372/416/1] test_unicodedata
+0:16:46 load avg: 0.91 [372/416/1] test_unicodedata
PASS: test_bidirectional (test.test_unicodedata.UnicodeFunctionsTest)
PASS: test_category (test.test_unicodedata.UnicodeFunctionsTest)
PASS: test_combining (test.test_unicodedata.UnicodeFunctionsTest)
@@ -119086,10 +119082,10 @@ PASS: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest)
----------------------------------------------------------------------
-Ran 24 tests in 1.643s
+Ran 24 tests in 1.673s
OK
-0:16:48 load avg: 0.86 [373/416/1] test_univnewlines
+0:16:47 load avg: 0.91 [373/416/1] test_univnewlines
PASS: test_read (test.test_univnewlines.CTestCRLFNewlines)
PASS: test_readline (test.test_univnewlines.CTestCRLFNewlines)
PASS: test_readlines (test.test_univnewlines.CTestCRLFNewlines)
@@ -119127,10 +119123,10 @@ PASS: test_seek (test.test_univnewlines.PyTestMixedNewlines)
----------------------------------------------------------------------
-Ran 34 tests in 0.016s
+Ran 34 tests in 0.017s
OK
-0:16:48 load avg: 0.86 [374/416/1] test_unpack
+0:16:48 load avg: 0.91 [374/416/1] test_unpack
Trying:
t = (1, 2, 3)
Expecting nothing
@@ -119321,7 +119317,7 @@ ok
34 passed and 0 failed.
Test passed.
doctest (test.test_unpack) ... 34 tests with zero failures
-0:16:48 load avg: 0.86 [375/416/1] test_unpack_ex
+0:16:48 load avg: 0.91 [375/416/1] test_unpack_ex
Trying:
t = (1, 2, 3)
Expecting nothing
@@ -119819,7 +119815,7 @@ ok
85 passed and 0 failed.
Test passed.
doctest (test.test_unpack_ex) ... 85 tests with zero failures
-0:16:49 load avg: 0.86 [376/416/1] test_urllib
+0:16:48 load avg: 0.91 [376/416/1] test_urllib
PASS: test_converting_drive_letter (test.test_urllib.PathName2URLTests)
PASS: test_converting_when_no_drive_letter (test.test_urllib.PathName2URLTests)
PASS: test_long_drive_letter (test.test_urllib.PathName2URLTests)
@@ -119917,10 +119913,10 @@ PASS: test_short_content_raises_ContentTooShortError_without_reporthook (test.te
----------------------------------------------------------------------
-Ran 93 tests in 0.039s
+Ran 93 tests in 0.043s
OK (skipped=1)
-0:16:49 load avg: 0.86 [377/416/1] test_urllib2
+0:16:48 load avg: 0.91 [377/416/1] test_urllib2
PASS: test_basic_and_digest_auth_handlers (test.test_urllib2.HandlerTests)
PASS: test_basic_auth (test.test_urllib2.HandlerTests)
PASS: test_basic_auth_with_single_quoted_realm (test.test_urllib2.HandlerTests)
@@ -119999,10 +119995,10 @@ PASS: test_trivial (test.test_urllib2.TrivialTests)
----------------------------------------------------------------------
-Ran 73 tests in 20.122s
+Ran 73 tests in 20.164s
OK (skipped=2)
-0:17:09 load avg: 0.62 [378/416/1] test_urllib2_localnet
+0:17:09 load avg: 0.72 [378/416/1] test_urllib2_localnet
PASS: test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests)
PASS: test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests)
PASS: test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests)
@@ -120037,10 +120033,10 @@ PASS: test_sending_headers (test.test_urllib2_localnet.TestUrlopen)
----------------------------------------------------------------------
-Ran 21 tests in 0.118s
+Ran 21 tests in 0.151s
OK
-0:17:09 load avg: 0.62 [379/416/1] test_urllib2net
+0:17:09 load avg: 0.72 [379/416/1] test_urllib2net
Got an error:
[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
Got an error:
@@ -120048,7 +120044,7 @@ Got an error:
Got an error:
[SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
test_urllib2net skipped -- Use of the 'network' resource not enabled
-0:17:10 load avg: 0.62 [380/416/1] test_urllib_response -- test_urllib2net skipped (resource denied)
+0:17:09 load avg: 0.72 [380/416/1] test_urllib_response -- test_urllib2net skipped (resource denied)
PASS: test_addclosehook (test.test_urllib_response.TestResponse)
PASS: test_addinfo (test.test_urllib_response.TestResponse)
PASS: test_addinfourl (test.test_urllib_response.TestResponse)
@@ -120059,9 +120055,9 @@ PASS: test_with (test.test_urllib_response.TestResponse)
Ran 4 tests in 0.001s
OK
-0:17:10 load avg: 0.62 [381/416/1] test_urllibnet
+0:17:09 load avg: 0.72 [381/416/1] test_urllibnet
test_urllibnet skipped -- Use of the 'network' resource not enabled
-0:17:10 load avg: 0.62 [382/416/1] test_urlparse -- test_urllibnet skipped (resource denied)
+0:17:09 load avg: 0.72 [382/416/1] test_urlparse -- test_urllibnet skipped (resource denied)
PASS: test_Quoter_repr (test.test_urlparse.UrlParseTestCase)
PASS: test_RFC1808 (test.test_urlparse.UrlParseTestCase)
PASS: test_RFC2368 (test.test_urlparse.UrlParseTestCase)
@@ -120116,10 +120112,10 @@ PASS: test_unwrap (test.test_urlparse.Utility_Tests)
----------------------------------------------------------------------
-Ran 50 tests in 0.663s
+Ran 50 tests in 0.720s
OK
-0:17:11 load avg: 0.62 [383/416/1] test_userdict
+0:17:10 load avg: 0.74 [383/416/1] test_userdict
PASS: test_all (test.test_userdict.UserDictTest)
PASS: test_bool (test.test_userdict.UserDictTest)
PASS: test_clear (test.test_userdict.UserDictTest)
@@ -120148,10 +120144,10 @@ PASS: test_write (test.test_userdict.UserDictTest)
----------------------------------------------------------------------
-Ran 25 tests in 0.066s
+Ran 25 tests in 0.067s
OK
-0:17:11 load avg: 0.62 [384/416/1] test_userlist
+0:17:11 load avg: 0.74 [384/416/1] test_userlist
PASS: test_add_specials (test.test_userlist.UserListTest)
PASS: test_addmul (test.test_userlist.UserListTest)
PASS: test_append (test.test_userlist.UserListTest)
@@ -120205,10 +120201,10 @@ PASS: test_userlist_copy (test.test_userlist.UserListTest)
----------------------------------------------------------------------
-Ran 50 tests in 0.179s
+Ran 50 tests in 0.205s
OK
-0:17:11 load avg: 0.62 [385/416/1] test_userstring
+0:17:11 load avg: 0.74 [385/416/1] test_userstring
PASS: test___contains__ (test.test_userstring.UserStringTest)
PASS: test_additional_rsplit (test.test_userstring.UserStringTest)
PASS: test_additional_split (test.test_userstring.UserStringTest)
@@ -120263,10 +120259,10 @@ PASS: test_zfill (test.test_userstring.UserStringTest)
----------------------------------------------------------------------
-Ran 51 tests in 0.732s
+Ran 51 tests in 0.752s
OK (skipped=1)
-0:17:12 load avg: 0.62 [386/416/1] test_utf8_mode
+0:17:12 load avg: 0.74 [386/416/1] test_utf8_mode
PASS: test_cmd_line (test.test_utf8_mode.UTF8ModeTests)
PASS: test_env_var (test.test_utf8_mode.UTF8ModeTests)
PASS: test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests)
@@ -120280,10 +120276,10 @@ PASS: test_xoption (test.test_utf8_mode.UTF8ModeTests)
----------------------------------------------------------------------
-Ran 10 tests in 0.537s
+Ran 10 tests in 0.549s
OK
-0:17:13 load avg: 0.62 [387/416/1] test_utf8source
+0:17:13 load avg: 0.74 [387/416/1] test_utf8source
PASS: test_latin1 (test.test_utf8source.BuiltinCompileTests)
PASS: test_badsyntax (test.test_utf8source.PEP3120Test)
PASS: test_pep3120 (test.test_utf8source.PEP3120Test)
@@ -120293,7 +120289,7 @@ PASS: test_pep3120 (test.test_utf8source.PEP3120Test)
Ran 3 tests in 0.001s
OK
-0:17:13 load avg: 0.65 [388/416/1] test_uu
+0:17:13 load avg: 0.74 [388/416/1] test_uu
PASS: test_decode (test.test_uu.UUFileTest)
PASS: test_decode_filename (test.test_uu.UUFileTest)
PASS: test_decode_mode (test.test_uu.UUFileTest)
@@ -120312,7 +120308,7 @@ PASS: test_truncatedinput (test.test_uu.UUTest)
Ran 12 tests in 0.003s
OK
-0:17:13 load avg: 0.65 [389/416/1] test_uuid
+0:17:13 load avg: 0.74 [389/416/1] test_uuid
SKIP: test_arp_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires arp'
PASS: test_find_mac (test.test_uuid.TestInternalsWithExtModule)
PASS: test_ifconfig_getnode (test.test_uuid.TestInternalsWithExtModule)
@@ -120370,10 +120366,10 @@ PASS: test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule)
----------------------------------------------------------------------
-Ran 54 tests in 0.116s
+Ran 54 tests in 0.126s
OK (skipped=12)
-0:17:13 load avg: 0.65 [390/416/1] test_venv
+0:17:13 load avg: 0.74 [390/416/1] test_venv
PASS: test_defaults (test.test_venv.BasicTest)
PASS: test_executable (test.test_venv.BasicTest)
PASS: test_executable_symlinks (test.test_venv.BasicTest)
@@ -120393,28 +120389,28 @@ PASS: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
-Ran 16 tests in 5.874s
+Ran 16 tests in 6.138s
OK (skipped=1)
-0:17:19 load avg: 0.68 [391/416/1] test_wait3
+0:17:20 load avg: 0.76 [391/416/1] test_wait3
PASS: test_wait (test.fork_wait.ForkWait)
PASS: test_wait (test.test_wait3.Wait3Test)
----------------------------------------------------------------------
-Ran 2 tests in 6.018s
+Ran 2 tests in 5.524s
OK
-0:17:26 load avg: 0.62 [392/416/1] test_wait4
+0:17:25 load avg: 0.72 [392/416/1] test_wait4
PASS: test_wait (test.fork_wait.ForkWait)
PASS: test_wait (test.test_wait4.Wait4Test)
----------------------------------------------------------------------
-Ran 2 tests in 6.019s
+Ran 2 tests in 6.020s
OK
-0:17:32 load avg: 0.57 [393/416/1] test_warnings
+0:17:32 load avg: 0.75 [393/416/1] test_warnings
PASS: test_issue_8766 (test.test_warnings.BootstrapTest)
PASS: test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests)
PASS: test_catch_warnings_recording (test.test_warnings.CCatchWarningTests)
@@ -120537,10 +120533,10 @@ PASS: test_stderr_none (test.test_warnings._WarningsTests)
----------------------------------------------------------------------
-Ran 119 tests in 0.588s
+Ran 119 tests in 0.709s
OK
-0:17:33 load avg: 0.57 [394/416/1] test_wave
+0:17:33 load avg: 0.75 [394/416/1] test_wave
PASS: test__all__ (test.test_wave.MiscTestCase)
PASS: test_openfp_deprecated (test.test_wave.MiscTestCase)
PASS: test_read_no_chunks (test.test_wave.WaveLowLevelTest)
@@ -120635,10 +120631,10 @@ PASS: test_write_params (test.test_wave.WavePCM8Test)
----------------------------------------------------------------------
-Ran 91 tests in 0.043s
+Ran 91 tests in 0.042s
OK
-0:17:33 load avg: 0.57 [395/416/1] test_weakref
+0:17:33 load avg: 0.75 [395/416/1] test_weakref
PASS: test_basic_callback (test.test_weakref.ReferencesTestCase)
PASS: test_basic_proxy (test.test_weakref.ReferencesTestCase)
PASS: test_basic_ref (test.test_weakref.ReferencesTestCase)
@@ -120764,7 +120760,7 @@ PASS: test_order (test.test_weakref.FinalizeTestCase)
----------------------------------------------------------------------
-Ran 121 tests in 11.552s
+Ran 121 tests in 12.500s
OK
Trying:
@@ -121083,7 +121079,7 @@ ok
32 passed and 0 failed.
Test passed.
doctest (test.test_weakref) ... 32 tests with zero failures
-0:17:45 load avg: 0.67 [396/416/1] test_weakset
+0:17:46 load avg: 0.80 [396/416/1] test_weakset
PASS: test_add (test.test_weakset.TestWeakSet)
PASS: test_and (test.test_weakset.TestWeakSet)
PASS: test_clear (test.test_weakset.TestWeakSet)
@@ -121130,10 +121126,10 @@ PASS: test_xor (test.test_weakset.TestWeakSet)
----------------------------------------------------------------------
-Ran 43 tests in 0.333s
+Ran 43 tests in 0.369s
OK
-0:17:45 load avg: 0.67 [397/416/1] test_webbrowser
+0:17:46 load avg: 0.80 [397/416/1] test_webbrowser
PASS: test_open (test.test_webbrowser.BackgroundBrowserCommandTest)
PASS: test_register (test.test_webbrowser.BrowserRegistrationTest)
PASS: test_register_default (test.test_webbrowser.BrowserRegistrationTest)
@@ -121171,16 +121167,16 @@ PASS: test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest)
----------------------------------------------------------------------
-Ran 34 tests in 0.020s
+Ran 34 tests in 0.021s
OK (skipped=2)
-0:17:45 load avg: 0.67 [398/416/1] test_winconsoleio
+0:17:46 load avg: 0.80 [398/416/1] test_winconsoleio
test_winconsoleio skipped -- test only relevant on win32
-0:17:45 load avg: 0.67 [399/416/1] test_winreg -- test_winconsoleio skipped
+0:17:46 load avg: 0.80 [399/416/1] test_winreg -- test_winconsoleio skipped
test_winreg skipped -- No module named 'winreg'
-0:17:45 load avg: 0.67 [400/416/1] test_winsound -- test_winreg skipped
+0:17:47 load avg: 0.80 [400/416/1] test_winsound -- test_winreg skipped
test_winsound skipped -- Use of the 'audio' resource not enabled
-0:17:46 load avg: 0.67 [401/416/1] test_with -- test_winsound skipped (resource denied)
+0:17:47 load avg: 0.80 [401/416/1] test_with -- test_winsound skipped (resource denied)
PASS: testMultipleComplexTargets (test.test_with.AssignmentTargetTestCase)
PASS: testSingleComplexTarget (test.test_with.AssignmentTargetTestCase)
PASS: testErrorsInBool (test.test_with.ExceptionalTestCase)
@@ -121233,10 +121229,10 @@ PASS: testUnboundGenerator (test.test_with.NonexceptionalTestCase)
----------------------------------------------------------------------
-Ran 49 tests in 0.009s
+Ran 49 tests in 0.010s
OK
-0:17:46 load avg: 0.67 [402/416/1] test_wsgiref
+0:17:47 load avg: 0.80 [402/416/1] test_wsgiref
PASS: testAbstractMethods (test.test_wsgiref.HandlerTests)
PASS: testBasicErrorOutput (test.test_wsgiref.HandlerTests)
PASS: testBytesData (test.test_wsgiref.HandlerTests)
@@ -121273,10 +121269,10 @@ PASS: testSimpleShifts (test.test_wsgiref.UtilityTests)
----------------------------------------------------------------------
-Ran 33 tests in 0.040s
+Ran 33 tests in 0.044s
OK
-0:17:46 load avg: 0.67 [403/416/1] test_xdrlib
+0:17:47 load avg: 0.80 [403/416/1] test_xdrlib
PASS: test_double (test.test_xdrlib.ConversionErrorTest)
PASS: test_float (test.test_xdrlib.ConversionErrorTest)
PASS: test_pack_int (test.test_xdrlib.ConversionErrorTest)
@@ -121289,7 +121285,7 @@ PASS: test_xdr (test.test_xdrlib.XDRTest)
Ran 6 tests in 0.001s
OK
-0:17:46 load avg: 0.67 [404/416/1] test_xml_dom_minicompat
+0:17:47 load avg: 0.80 [404/416/1] test_xml_dom_minicompat
PASS: test_emptynodelist___add__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase)
PASS: test_emptynodelist___radd__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase)
PASS: test_emptynodelist_item (test.test_xml_dom_minicompat.EmptyNodeListTestCase)
@@ -121307,7 +121303,7 @@ PASS: test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestC
Ran 11 tests in 0.002s
OK
-0:17:46 load avg: 0.67 [405/416/1] test_xml_etree
+0:17:47 load avg: 0.80 [405/416/1] test_xml_etree
PASS: test_all (test.test_xml_etree.ModuleTest)
PASS: test_sanity (test.test_xml_etree.ModuleTest)
PASS: test_delslice (test.test_xml_etree.ElementSlicingTest)
@@ -121460,10 +121456,10 @@ PASS: test_lost_text (test.test_xml_etree.BugsTest)
----------------------------------------------------------------------
-Ran 148 tests in 0.669s
+Ran 148 tests in 0.762s
OK (skipped=1)
-0:17:47 load avg: 0.67 [406/416/1] test_xml_etree_c
+0:17:48 load avg: 0.80 [406/416/1] test_xml_etree_c
PASS: test_bpo_31728 (test.test_xml_etree_c.MiscTests)
PASS: test_del_attribute (test.test_xml_etree_c.MiscTests)
PASS: test_iterparse_leaks (test.test_xml_etree_c.MiscTests)
@@ -121482,7 +121478,7 @@ PASS: test_element_with_children (test.test_xml_etree_c.SizeofTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.533s
+Ran 15 tests in 0.615s
OK (skipped=1)
PASS: test_all (test.test_xml_etree.ModuleTest)
@@ -121638,10 +121634,10 @@ PASS: test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest)
----------------------------------------------------------------------
-Ran 149 tests in 0.660s
+Ran 149 tests in 0.777s
OK
-0:17:48 load avg: 0.69 [407/416/1] test_xmlrpc
+0:17:50 load avg: 0.80 [407/416/1] test_xmlrpc
PASS: test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase)
PASS: test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase)
PASS: test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase)
@@ -121730,12 +121726,12 @@ PASS: Calls explicitly registered function which is None
----------------------------------------------------------------------
-Ran 79 tests in 3.336s
+Ran 79 tests in 3.338s
OK
-0:17:52 load avg: 0.69 [408/416/1] test_xmlrpc_net
+0:17:54 load avg: 0.82 [408/416/1] test_xmlrpc_net
test_xmlrpc_net skipped -- Use of the 'network' resource not enabled
-0:17:52 load avg: 0.69 [409/416/1] test_xxtestfuzz -- test_xmlrpc_net skipped (resource denied)
+0:17:54 load avg: 0.82 [409/416/1] test_xxtestfuzz -- test_xmlrpc_net skipped (resource denied)
test_sample_input_smoke_test (test.test_xxtestfuzz.TestFuzzer)
PASS: This is only a regression test: Check that it doesn't crash.
@@ -121744,7 +121740,7 @@ PASS: This is only a regression test: Check that it doesn't crash.
Ran 1 test in 0.000s
OK
-0:17:52 load avg: 0.69 [410/416/1] test_yield_from
+0:17:54 load avg: 0.82 [410/416/1] test_yield_from
PASS: test_attempted_yield_from_loop (test.test_yield_from.TestPEP380Operation)
PASS: test_attempting_to_send_to_non_generator (test.test_yield_from.TestPEP380Operation)
PASS: test_broken_getattr_handling (test.test_yield_from.TestPEP380Operation)
@@ -121781,10 +121777,10 @@ PASS: test_yield_from_empty (test.test_yield_from.TestPEP380Operation)
----------------------------------------------------------------------
-Ran 33 tests in 0.111s
+Ran 33 tests in 0.124s
OK
-0:17:52 load avg: 0.69 [411/416/1] test_zipapp
+0:17:54 load avg: 0.82 [411/416/1] test_zipapp
PASS: test_cmdline_copy (test.test_zipapp.ZipAppCmdlineTest)
PASS: test_cmdline_copy_change_main (test.test_zipapp.ZipAppCmdlineTest)
PASS: test_cmdline_copy_inplace (test.test_zipapp.ZipAppCmdlineTest)
@@ -121819,10 +121815,10 @@ PASS: test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest)
----------------------------------------------------------------------
-Ran 31 tests in 0.030s
+Ran 31 tests in 0.031s
OK
-0:17:53 load avg: 0.69 [412/416/1] test_zipfile
+0:17:54 load avg: 0.82 [412/416/1] test_zipfile
test_read_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests)
PASS: Tests that files with bad CRCs raise a BadZipFile exception when read.
test_testzip_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests)
@@ -122071,12 +122067,12 @@ PASS: test_from_file_pathlike (test.test_zipfile.ZipInfoTests)
----------------------------------------------------------------------
-Ran 208 tests in 6.099s
+Ran 208 tests in 6.282s
OK (skipped=1)
-0:17:59 load avg: 0.74 [413/416/1] test_zipfile64
+0:18:01 load avg: 0.85 [413/416/1] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
-0:17:59 load avg: 0.74 [414/416/1] test_zipimport -- test_zipfile64 skipped (resource denied)
+0:18:01 load avg: 0.85 [414/416/1] test_zipimport -- test_zipfile64 skipped (resource denied)
PASS: testAFakeZlib (test.test_zipimport.UncompressedZipImportTestCase)
PASS: testBadMTime (test.test_zipimport.UncompressedZipImportTestCase)
PASS: testBadMagic (test.test_zipimport.UncompressedZipImportTestCase)
@@ -122164,16 +122160,16 @@ PASS: testNotZipFile (test.test_zipimport.BadFileZipImportTestCase)
----------------------------------------------------------------------
-Ran 66 tests in 0.084s
+Ran 66 tests in 0.088s
OK
-0:17:59 load avg: 0.74 [415/416/1] test_zipimport_support
-test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmp0p70njwq/test_zip.zip':
+0:18:01 load avg: 0.85 [415/416/1] test_zipimport_support
+test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmp0yvhlxop/test_zip.zip':
File Name Modified Size
-test_zipped_doctest.py 2019-06-24 18:31:40 97864
-sample_zipped_doctest.py 2019-06-24 18:31:40 1045
-sample_zipped_doctest_no_doctests.py 2019-06-24 18:31:40 269
-sample_zipped_doctest_no_docstrings.py 2019-06-24 18:31:40 227
+test_zipped_doctest.py 2019-06-25 00:08:40 97864
+sample_zipped_doctest.py 2019-06-25 00:08:40 1045
+sample_zipped_doctest_no_doctests.py 2019-06-25 00:08:40 269
+sample_zipped_doctest_no_docstrings.py 2019-06-25 00:08:40 227
Finding tests in test_zipped_doctest.SampleClass
Trying:
print(1)
@@ -124244,22 +124240,22 @@ doctest (test_zipped_doctest) ... 33 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestFinder
doctest (test_zipped_doctest) ... 0 tests with zero failures
ok
-FAIL: test_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Expected line File "/var/volatile/tmp/tmpwqqpvobf/script.py", line 2, in __main__.Test
+FAIL: test_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Expected line File "/var/volatile/tmp/tmplvn9j7zx/script.py", line 2, in __main__.Test
Got stdout:
-b'**********************************************************************\nFile "/var/volatile/tmp/tmpwqqpvobf/script.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n'
-Expected line File "/var/volatile/tmp/tmpwqqpvobf/test_zip.zip/__main__.py", line 2, in __main__.Test
+b'**********************************************************************\nFile "/var/volatile/tmp/tmplvn9j7zx/script.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n'
+Expected line File "/var/volatile/tmp/tmplvn9j7zx/test_zip.zip/__main__.py", line 2, in __main__.Test
Got stdout:
-b'**********************************************************************\nFile "/var/volatile/tmp/tmpwqqpvobf/test_zip.zip/__main__.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n'
+b'**********************************************************************\nFile "/var/volatile/tmp/tmplvn9j7zx/test_zip.zip/__main__.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n'
ok
PASS: test_inspect_getsource_issue4223 (test.test_zipimport_support.ZipSupportTests)
PASS: test_pdb_issue4201 (test.test_zipimport_support.ZipSupportTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.378s
+Ran 4 tests in 0.389s
OK
-0:18:00 load avg: 0.74 [416/416/1] test_zlib
+0:18:02 load avg: 0.85 [416/416/1] test_zlib
SKIP: test_big_buffer (test.test_zlib.ChecksumBigBufferTestCase) 'not enough memory: 4.0G minimum needed'
PASS: test_adler32empty (test.test_zlib.ChecksumTestCase)
PASS: test_adler32start (test.test_zlib.ChecksumTestCase)
@@ -124325,7 +124321,7 @@ PASS: test_library_version (test.test_zlib.VersionTestCase)
----------------------------------------------------------------------
-Ran 62 tests in 0.702s
+Ran 62 tests in 0.665s
OK (skipped=1)
@@ -124344,13 +124340,13 @@ OK (skipped=1)
test_turtle test_urllib2net test_urllibnet test_winconsoleio
test_winreg test_winsound test_xmlrpc_net test_zipfile64
-Total duration: 18 min 1 sec
+Total duration: 18 min 3 sec
Tests result: FAILURE
-DURATION: 1082
+DURATION: 1084
END: /usr/lib/python3/ptest
-2019-06-24T18:31
+2019-06-25T00:08
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:31
+2019-06-25T00:08
BEGIN: /usr/lib/quilt/ptest
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
@@ -124637,11 +124633,11 @@ Unescaped left brace in regex is passed through in regex; marked by <-- HERE in
[two.test]
57 commands (57 passed, 0 failed)
PASS: two.test
-DURATION: 24
+DURATION: 25
END: /usr/lib/quilt/ptest
-2019-06-24T18:32
+2019-06-25T00:09
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:32
+2019-06-25T00:09
BEGIN: /usr/lib/sed/ptest
make: Entering directory '/usr/lib/sed/ptest/testsuite'
PASS: bug-regex7
@@ -124734,11 +124730,11 @@ PASS: dc
All 86 tests passed
===================
make: Leaving directory '/usr/lib/sed/ptest/testsuite'
-DURATION: 3
+DURATION: 4
END: /usr/lib/sed/ptest
-2019-06-24T18:32
+2019-06-25T00:09
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:32
+2019-06-25T00:09
BEGIN: /usr/lib/slang/ptest
make: Entering directory '/usr/lib/slang/ptest/test'
/bin/rm -rf tmpfile*.* tmpdir*.*
@@ -125060,11 +125056,11 @@ PASS: math.slc
All tests passed.
make: Leaving directory '/usr/lib/slang/ptest/test'
-DURATION: 21
+DURATION: 20
END: /usr/lib/slang/ptest
-2019-06-24T18:32
+2019-06-25T00:09
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:32
+2019-06-25T00:09
BEGIN: /usr/lib/strace/ptest
make: Entering directory '/usr/lib/strace/ptest/tests'
SKIP: _newselect.gen.test
@@ -125710,11 +125706,11 @@ Testsuite summary for strace 4.26
# ERROR: 0
============================================================================
make: Leaving directory '/usr/lib/strace/ptest/tests'
-DURATION: 291
+DURATION: 322
END: /usr/lib/strace/ptest
-2019-06-24T18:37
+2019-06-25T00:14
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:37
+2019-06-25T00:14
BEGIN: /usr/lib/tcl/ptest
PASS: aaa_exit.test
PASS: append.test
@@ -125865,11 +125861,11 @@ PASS: winNotify.test
PASS: winPipe.test
PASS: winTime.test
PASS: zlib.test
-DURATION: 196
+DURATION: 202
END: /usr/lib/tcl/ptest
-2019-06-24T18:40
+2019-06-25T00:18
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:40
+2019-06-25T00:18
BEGIN: /usr/lib/util-linux/ptest
Stopping udevd
@@ -126733,11 +126729,11 @@ PASS: uuid: uuidgen
PASS: uuid: uuidparse
PASS: wipefs: wipefs
Starting udev
-DURATION: 165
+DURATION: 175
END: /usr/lib/util-linux/ptest
-2019-06-24T18:43
+2019-06-25T00:21
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:43
+2019-06-25T00:21
BEGIN: /usr/lib/valgrind/ptest
PASS: cachegrind/tests/ann1
PASS: cachegrind/tests/ann2
@@ -126838,7 +126834,7 @@ PASS: drd/tests/pth_create_chain
SKIP: drd/tests/pth_create_glibc_2_0
PASS: drd/tests/pth_detached
PASS: drd/tests/pth_detached2
-sh: line 1: 20364 Segmentation fault VALGRIND_LIB=/usr/lib/valgrind VALGRIND_LIB_INNER=/usr/lib/valgrind /usr/bin/valgrind --command-line-only=yes --memcheck:leak-check=no --tool=drd ./pth_detached3 > pth_detached3.stdout.out 2> pth_detached3.stderr.out
+sh: line 1: 18528 Segmentation fault VALGRIND_LIB=/usr/lib/valgrind VALGRIND_LIB_INNER=/usr/lib/valgrind /usr/bin/valgrind --command-line-only=yes --memcheck:leak-check=no --tool=drd ./pth_detached3 > pth_detached3.stdout.out 2> pth_detached3.stderr.out
FAIL: drd/tests/pth_detached3
PASS: drd/tests/pth_detached_sem
PASS: drd/tests/pth_inconsistent_cond_wait
@@ -126889,7 +126885,7 @@ PASS: drd/tests/tc17_sembar
PASS: drd/tests/tc18_semabuse
PASS: drd/tests/tc19_shadowmem
PASS: drd/tests/tc21_pthonce
-sh: line 1: 23323 Aborted VALGRIND_LIB=/usr/lib/valgrind VALGRIND_LIB_INNER=/usr/lib/valgrind /usr/bin/valgrind --command-line-only=yes --memcheck:leak-check=no --tool=drd --num-callers=3 -q ./../../helgrind/tests/tc22_exit_w_lock > tc22_exit_w_lock.stdout.out 2> tc22_exit_w_lock.stderr.out
+sh: line 1: 21487 Aborted VALGRIND_LIB=/usr/lib/valgrind VALGRIND_LIB_INNER=/usr/lib/valgrind /usr/bin/valgrind --command-line-only=yes --memcheck:leak-check=no --tool=drd --num-callers=3 -q ./../../helgrind/tests/tc22_exit_w_lock > tc22_exit_w_lock.stdout.out 2> tc22_exit_w_lock.stderr.out
PASS: drd/tests/tc22_exit_w_lock
PASS: drd/tests/tc23_bogus_condwait
PASS: drd/tests/tc24_nonzero_sem
@@ -126909,11 +126905,11 @@ TOTAL: 159
PASSED: 149
FAILED: 1
SKIPPED: 9
-DURATION: 511
+DURATION: 528
END: /usr/lib/valgrind/ptest
-2019-06-24T18:51
+2019-06-25T00:29
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-24T18:51
+2019-06-25T00:29
BEGIN: /usr/lib/zlib/ptest
zlib version 1.2.11 = 0x12b0, compile flags = 0xa9
uncompress(): hello, hello!
@@ -126926,5 +126922,5 @@ inflate with dictionary: hello, hello!
PASS: zlib
DURATION: 0
END: /usr/lib/zlib/ptest
-2019-06-24T18:51
+2019-06-25T00:29
STOP: ptest-runner \ No newline at end of file