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.log24035
1 files changed, 11993 insertions, 12042 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 346a6198085..c70303e5239 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,9 +1,9 @@
START: ptest-runner
-2019-05-27T16:46
+2019-05-27T22:42
BEGIN: /usr/lib/acl/ptest
1+0 records in
1+0 records out
-1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00243318 s, 431 MB/s
+1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00126321 s, 830 MB/s
PASS: dump ext3.img
mke2fs 1.44.5 (15-Dec-2018)
@@ -24,6 +24,10 @@ Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), 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
@@ -67,6 +71,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
@@ -74,7 +166,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 deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
+Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), 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
@@ -155,13 +249,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 deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73.
-Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), 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
@@ -186,94 +274,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
@@ -436,8 +436,8 @@ PASS: $ rm -rf d
/usr/lib/acl/ptest
DURATION: 1
END: /usr/lib/acl/ptest
-2019-05-27T16:46
-2019-05-27T16:46
+2019-05-27T22:42
+2019-05-27T22:42
BEGIN: /usr/lib/apr/ptest
PASS: testatomic
PASS: testdir
@@ -486,8 +486,8 @@ PASS: testskiplist
All tests passed.
DURATION: 58
END: /usr/lib/apr/ptest
-2019-05-27T16:47
-2019-05-27T16:47
+2019-05-27T22:43
+2019-05-27T22:43
BEGIN: /usr/lib/apr-util/ptest
PASS: teststrmatch
PASS: testuri
@@ -511,8 +511,8 @@ PASS: testsiphash
All tests passed.
DURATION: 7
END: /usr/lib/apr-util/ptest
-2019-05-27T16:47
-2019-05-27T16:47
+2019-05-27T22:43
+2019-05-27T22:43
BEGIN: /usr/lib/attr/ptest
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 87.
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 87.
@@ -668,8 +668,8 @@ PASS: $ rm -rf d
make: Leaving directory '/usr/lib/attr/ptest/test'
DURATION: 1
END: /usr/lib/attr/ptest
-2019-05-27T16:47
-2019-05-27T16:47
+2019-05-27T22:43
+2019-05-27T22:43
BEGIN: /usr/lib/bash/ptest
declare -r SHELLOPTS="braceexpand:hashall:interactive-comments"
/bin/bash: the test suite should not be run as root
@@ -753,7 +753,7 @@ warning: produce diff output, please do not consider this a test failure
warning: if diff output differing only in the location of the bash
warning: binary appears, please do not consider this a test failure
No passwd entry for user 'test'
-diff: /tmp/bashtst-27084: No such file or directory
+diff: /tmp/bashtst-15349: No such file or directory
PASS: run-execscript
run-exp-tests
PASS: run-exp-tests
@@ -941,7 +941,7 @@ run-strip
PASS: run-strip
run-test
No passwd entry for user 'test'
-diff: /tmp/bashtst-27084: No such file or directory
+diff: /tmp/bashtst-15349: No such file or directory
PASS: run-test
run-tilde
PASS: run-tilde
@@ -970,110 +970,110 @@ run-vredir
> ./vredir6.sub: redirection error: cannot duplicate fd: Invalid argument
> ./vredir6.sub: line 13: /dev/null: Invalid argument
FAIL: run-vredir
-DURATION: 165
+DURATION: 164
END: /usr/lib/bash/ptest
-2019-05-27T16:50
-2019-05-27T16:50
+2019-05-27T22:46
+2019-05-27T22:46
BEGIN: /usr/lib/bluez5/ptest
-bluetoothd[17322]: Bluetooth daemon 5.50
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561cce2e6e40: ref=1
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561cce2e6e40: ref=1
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561cce2e8b90: ref=1
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561cce2e8b90: ref=1
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561cce2e92e0: ref=1
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561cce2e92e0: ref=1
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561cce2e9940: ref=1
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x561cce2e9940: ref=1
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x561cce2e9f20: ref=1
-bluetoothd[17322]: ../bluez-5.50/android/avctp.c:avctp_send()
+bluetoothd[17323]: Bluetooth daemon 5.50
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a497eb9e40: ref=1
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a497eb9e40: ref=1
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a497ebbb90: ref=1
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a497ebbb90: ref=1
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a497ebc2e0: ref=1
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a497ebc2e0: ref=1
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a497ebc940: ref=1
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a497ebc940: ref=1
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a497ebcf20: ref=1
+bluetoothd[17323]: ../bluez-5.50/android/avctp.c:avctp_send()
**
ERROR:../bluez-5.50/unit/test-avctp.c:179:test_handler: assertion failed: (memcmp(buf, pdu->data, pdu->size) == 0)
-/usr/lib/bluez5/ptest/run-ptest: line 8: 17322 Aborted "./$f"
+/usr/lib/bluez5/ptest/run-ptest: line 8: 17323 Aborted "./$f"
FAIL: test-avctp
-bluetoothd[17323]: Bluetooth daemon 5.50
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x5593a2d6aae0: ref=1
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6b510 registered: type:1 codec:0 seid:1
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6b620 registered: type:1 codec:0 seid:2
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6b730 registered: type:1 codec:0 seid:3
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6b840 registered: type:1 codec:0 seid:4
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6b950 registered: type:1 codec:0 seid:5
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6ba60 registered: type:1 codec:0 seid:6
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6bb70 registered: type:1 codec:0 seid:7
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6bc80 registered: type:1 codec:0 seid:8
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6bcf0 registered: type:1 codec:0 seid:9
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6bd60 registered: type:1 codec:0 seid:10
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6be50 registered: type:1 codec:0 seid:11
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6bec0 registered: type:1 codec:0 seid:12
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6bf30 registered: type:1 codec:0 seid:13
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6bfa0 registered: type:1 codec:0 seid:14
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c010 registered: type:1 codec:0 seid:15
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c080 registered: type:1 codec:0 seid:16
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c0f0 registered: type:1 codec:0 seid:17
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c160 registered: type:1 codec:0 seid:18
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c1d0 registered: type:1 codec:0 seid:19
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c240 registered: type:1 codec:0 seid:20
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c2b0 registered: type:1 codec:0 seid:21
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c320 registered: type:1 codec:0 seid:22
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c390 registered: type:1 codec:0 seid:23
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c400 registered: type:1 codec:0 seid:24
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c470 registered: type:1 codec:0 seid:25
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c4e0 registered: type:1 codec:0 seid:26
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c550 registered: type:1 codec:0 seid:27
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c5c0 registered: type:1 codec:0 seid:28
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c630 registered: type:1 codec:0 seid:29
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c6a0 registered: type:1 codec:0 seid:30
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c710 registered: type:1 codec:0 seid:31
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6c780 registered: type:1 codec:0 seid:32
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x5593a2d6aae0: ref=0
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x5593a2d6aae0
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6b510 unregistered: type:1 codec:0 seid:1
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6b620 unregistered: type:1 codec:0 seid:2
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6b730 unregistered: type:1 codec:0 seid:3
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6b840 unregistered: type:1 codec:0 seid:4
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6b950 unregistered: type:1 codec:0 seid:5
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6ba60 unregistered: type:1 codec:0 seid:6
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6bb70 unregistered: type:1 codec:0 seid:7
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6bc80 unregistered: type:1 codec:0 seid:8
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6bcf0 unregistered: type:1 codec:0 seid:9
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6bd60 unregistered: type:1 codec:0 seid:10
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6be50 unregistered: type:1 codec:0 seid:11
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6bec0 unregistered: type:1 codec:0 seid:12
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6bf30 unregistered: type:1 codec:0 seid:13
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6bfa0 unregistered: type:1 codec:0 seid:14
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c010 unregistered: type:1 codec:0 seid:15
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c080 unregistered: type:1 codec:0 seid:16
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c0f0 unregistered: type:1 codec:0 seid:17
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c160 unregistered: type:1 codec:0 seid:18
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c1d0 unregistered: type:1 codec:0 seid:19
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c240 unregistered: type:1 codec:0 seid:20
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c2b0 unregistered: type:1 codec:0 seid:21
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c320 unregistered: type:1 codec:0 seid:22
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c390 unregistered: type:1 codec:0 seid:23
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c400 unregistered: type:1 codec:0 seid:24
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c470 unregistered: type:1 codec:0 seid:25
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c4e0 unregistered: type:1 codec:0 seid:26
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c550 unregistered: type:1 codec:0 seid:27
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c5c0 unregistered: type:1 codec:0 seid:28
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c630 unregistered: type:1 codec:0 seid:29
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c6a0 unregistered: type:1 codec:0 seid:30
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c710 unregistered: type:1 codec:0 seid:31
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6c780 unregistered: type:1 codec:0 seid:32
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x5593a2d6be30: ref=1
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6bd00 registered: type:1 codec:0 seid:1
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d68700 registered: type:1 codec:0 seid:2
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x5593a2d6bd00 unregistered: type:1 codec:0 seid:1
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x5593a2d6bd00 registered: type:1 codec:0 seid:1
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x5593a2d6be30: ref=2
-bluetoothd[17323]: No pending request, ignoring message
-bluetoothd[17323]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x5593a2d6be30: ref=1
+bluetoothd[17324]: Bluetooth daemon 5.50
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55a397d96ae0: ref=1
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97510 registered: type:1 codec:0 seid:1
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97620 registered: type:1 codec:0 seid:2
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97730 registered: type:1 codec:0 seid:3
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97840 registered: type:1 codec:0 seid:4
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97950 registered: type:1 codec:0 seid:5
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97a60 registered: type:1 codec:0 seid:6
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97b70 registered: type:1 codec:0 seid:7
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97c80 registered: type:1 codec:0 seid:8
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97cf0 registered: type:1 codec:0 seid:9
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97d60 registered: type:1 codec:0 seid:10
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97e50 registered: type:1 codec:0 seid:11
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97ec0 registered: type:1 codec:0 seid:12
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97f30 registered: type:1 codec:0 seid:13
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97fa0 registered: type:1 codec:0 seid:14
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98010 registered: type:1 codec:0 seid:15
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98080 registered: type:1 codec:0 seid:16
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d980f0 registered: type:1 codec:0 seid:17
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98160 registered: type:1 codec:0 seid:18
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d981d0 registered: type:1 codec:0 seid:19
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98240 registered: type:1 codec:0 seid:20
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d982b0 registered: type:1 codec:0 seid:21
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98320 registered: type:1 codec:0 seid:22
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98390 registered: type:1 codec:0 seid:23
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98400 registered: type:1 codec:0 seid:24
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98470 registered: type:1 codec:0 seid:25
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d984e0 registered: type:1 codec:0 seid:26
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98550 registered: type:1 codec:0 seid:27
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d985c0 registered: type:1 codec:0 seid:28
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98630 registered: type:1 codec:0 seid:29
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d986a0 registered: type:1 codec:0 seid:30
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98710 registered: type:1 codec:0 seid:31
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d98780 registered: type:1 codec:0 seid:32
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55a397d96ae0: ref=0
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55a397d96ae0
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97510 unregistered: type:1 codec:0 seid:1
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97620 unregistered: type:1 codec:0 seid:2
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97730 unregistered: type:1 codec:0 seid:3
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97840 unregistered: type:1 codec:0 seid:4
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97950 unregistered: type:1 codec:0 seid:5
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97a60 unregistered: type:1 codec:0 seid:6
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97b70 unregistered: type:1 codec:0 seid:7
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97c80 unregistered: type:1 codec:0 seid:8
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97cf0 unregistered: type:1 codec:0 seid:9
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97d60 unregistered: type:1 codec:0 seid:10
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97e50 unregistered: type:1 codec:0 seid:11
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97ec0 unregistered: type:1 codec:0 seid:12
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97f30 unregistered: type:1 codec:0 seid:13
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97fa0 unregistered: type:1 codec:0 seid:14
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98010 unregistered: type:1 codec:0 seid:15
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98080 unregistered: type:1 codec:0 seid:16
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d980f0 unregistered: type:1 codec:0 seid:17
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98160 unregistered: type:1 codec:0 seid:18
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d981d0 unregistered: type:1 codec:0 seid:19
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98240 unregistered: type:1 codec:0 seid:20
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d982b0 unregistered: type:1 codec:0 seid:21
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98320 unregistered: type:1 codec:0 seid:22
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98390 unregistered: type:1 codec:0 seid:23
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98400 unregistered: type:1 codec:0 seid:24
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98470 unregistered: type:1 codec:0 seid:25
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d984e0 unregistered: type:1 codec:0 seid:26
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98550 unregistered: type:1 codec:0 seid:27
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d985c0 unregistered: type:1 codec:0 seid:28
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98630 unregistered: type:1 codec:0 seid:29
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d986a0 unregistered: type:1 codec:0 seid:30
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98710 unregistered: type:1 codec:0 seid:31
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d98780 unregistered: type:1 codec:0 seid:32
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55a397d97e30: ref=1
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97d00 registered: type:1 codec:0 seid:1
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d94700 registered: type:1 codec:0 seid:2
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55a397d97d00 unregistered: type:1 codec:0 seid:1
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55a397d97d00 registered: type:1 codec:0 seid:1
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:session_cb()
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55a397d97e30: ref=2
+bluetoothd[17324]: No pending request, ignoring message
+bluetoothd[17324]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55a397d97e30: ref=1
ERROR: Exit status is 9
DURATION: 301
TIMEOUT: /usr/lib/bluez5/ptest
END: /usr/lib/bluez5/ptest
-2019-05-27T16:55
-2019-05-27T16:55
+2019-05-27T22:51
+2019-05-27T22:51
BEGIN: /usr/lib/busybox/ptest
======================
echo -ne '' >input
@@ -2134,7 +2134,7 @@ echo -ne '' | pidof pidof > /dev/null; echo $?
PASS: pidof (exit with success)
======================
echo -ne '' >input
-echo -ne '' | pidof pidof.tests | grep -o -w 19907
+echo -ne '' | pidof pidof.tests | grep -o -w 19908
PASS: pidof this
SKIP: pidof -s
SKIP: pidof -o %PPID NOP
@@ -3219,8 +3219,8 @@ 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 >/de
PASS: xargs -sNUM test 2
DURATION: 84
END: /usr/lib/busybox/ptest
-2019-05-27T16:56
-2019-05-27T16:56
+2019-05-27T22:52
+2019-05-27T22:52
BEGIN: /usr/lib/bzip2/ptest
./bzip2 -1 < sample1.ref > sample1.rb2
./bzip2 -2 < sample2.ref > sample2.rb2
@@ -3234,10 +3234,10 @@ PASS: sample3 compress
PASS: sample1 decompress
PASS: sample2 decompress
PASS: sample3 decompress
-DURATION: 1
+DURATION: 0
END: /usr/lib/bzip2/ptest
-2019-05-27T16:56
-2019-05-27T16:56
+2019-05-27T22:52
+2019-05-27T22:52
BEGIN: /usr/lib/dbus-test/ptest
PASS: test/test-bus
PASS: test/test-bus-launch-helper
@@ -3262,10 +3262,10 @@ PASS: test/test-syntax
PASS: test/test-syslog
SKIP: test/test-uid-permissions
PASS: test/test-variant
-DURATION: 309
+DURATION: 235
END: /usr/lib/dbus-test/ptest
-2019-05-27T17:01
-2019-05-27T17:01
+2019-05-27T22:56
+2019-05-27T22:56
BEGIN: /usr/lib/diffstat/ptest
Checking /usr/bin/diffstat
testing case01
@@ -3748,10 +3748,10 @@ PASS: case38rr2
PASS: case38rb
PASS: case38rR
PASS: case38rRp0
-DURATION: 4
+DURATION: 2
END: /usr/lib/diffstat/ptest
-2019-05-27T17:01
-2019-05-27T17:01
+2019-05-27T22:56
+2019-05-27T22:56
BEGIN: /usr/lib/diffutils/ptest
make: Entering directory '/usr/lib/diffutils/ptest/tests'
make[1]: Entering directory '/usr/lib/diffutils/ptest/tests'
@@ -3797,10 +3797,10 @@ make: *** [Makefile:1661: check-TESTS] Error 2
make: Leaving directory '/usr/lib/diffutils/ptest/tests'
ERROR: Exit status is 512
-DURATION: 8
+DURATION: 5
END: /usr/lib/diffutils/ptest
-2019-05-27T17:02
-2019-05-27T17:02
+2019-05-27T22:56
+2019-05-27T22:56
BEGIN: /usr/lib/e2fsprogs/ptest
debugfs 1.44.5 (15-Dec-2018)
PASS: d_bad_ostype: handle bad (negative) os_type: ok
@@ -4160,10 +4160,10 @@ 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
323 tests succeeded 0 tests failed
-DURATION: 83
+DURATION: 76
END: /usr/lib/e2fsprogs/ptest
-2019-05-27T17:03
-2019-05-27T17:03
+2019-05-27T22:58
+2019-05-27T22:58
BEGIN: /usr/lib/elfutils/ptest
PASS: run-arextract.sh
SKIP: run-arsymtest.sh
@@ -4803,22 +4803,22 @@ PASS: run-varlocs.sh
PASS: run-exprlocs.sh
PASS: run-funcretval.sh
backtrace: ../../elfutils-0.176/tests/backtrace.c:114: callback_verify: Assertion `symname != NULL && strcmp (symname, "sigusr2") == 0' failed.
-/usr/lib/elfutils/ptest/tests/test-subr.sh: line 90: 23025 Aborted $VALGRIND_CMD $program ${1+"$@"}
+/usr/lib/elfutils/ptest/tests/test-subr.sh: line 90: 23028 Aborted $VALGRIND_CMD $program ${1+"$@"}
backtrace-child: no main
FAIL: run-backtrace-native.sh
-# 0 0x7fadc87324a0 raise
-# 1 0x55f399a26450 - 1 (null)
-# 2 0x7fadc871fbab - 1 __libc_start_main
-# 3 0x55f399a265fa - 1 (null)
+# 0 0x7f896559e4a0 raise
+# 1 0x55c030618450 - 1 (null)
+# 2 0x7f896558bbab - 1 __libc_start_main
+# 3 0x55c0306185fa - 1 (null)
data: no main
FAIL: run-backtrace-data.sh
-0x7fa1ffe364a0 raise
-0x7fa1ffe22524 abort
-0x5640955a6206 (null)
-0x5640955a620e (null)
-0x5640955a67bc (null)
-0x7fa1ffe23bab __libc_start_main
-0x5640955a624a (null)
+0x7f4a14a684a0 raise
+0x7f4a14a54524 abort
+0x561bd06c2206 (null)
+0x561bd06c220e (null)
+0x561bd06c27bc (null)
+0x7f4a14a55bab __libc_start_main
+0x561bd06c224a (null)
dwfl_thread_getframes returned, main not found
dwfl_getthreads returned, main not found
dwfl_thread_getframes returned, main not found
@@ -4827,9 +4827,9 @@ PASS: run-backtrace-dwarf.sh
biarch testing disabled
SKIP: run-backtrace-native-biarch.sh
backtrace: ../../elfutils-0.176/tests/backtrace.c:114: callback_verify: Assertion `symname != NULL && strcmp (symname, "sigusr2") == 0' failed.
-/usr/lib/elfutils/ptest/tests/test-subr.sh: line 90: 23080 Aborted $VALGRIND_CMD $program ${1+"$@"}
-backtrace-child-core.23076: no main
-rmdir: failed to remove 'test-23068': Directory not empty
+/usr/lib/elfutils/ptest/tests/test-subr.sh: line 90: 23083 Aborted $VALGRIND_CMD $program ${1+"$@"}
+backtrace-child-core.23079: no main
+rmdir: failed to remove 'test-23071': Directory not empty
FAIL: run-backtrace-native-core.sh
biarch testing disabled
SKIP: run-backtrace-native-core-biarch.sh
@@ -5099,14 +5099,14 @@ PASS: run-readelf-str.sh
PASS: run-readelf-types.sh
PASS: run-readelf-dwz-multi.sh
PASS: run-allfcts-multi.sh
-PID 23612 - process
-TID 23612:
-#0 0x00007f6ddbb02204 __nanosleep
-#1 0x00007f6ddbb0214a sleep
-#2 0x00007f6ddbc0611e libfunc
-#3 0x00005579124d51c3
-#4 0x00007f6ddba64bab __libc_start_main
-#5 0x00005579124d51fa
+PID 23615 - process
+TID 23615:
+#0 0x00007fcd476c1204 __nanosleep
+#1 0x00007fcd476c114a sleep
+#2 0x00007fcd477c511e libfunc
+#3 0x000055cd614691c3
+#4 0x00007fcd47623bab __libc_start_main
+#5 0x000055cd614691fa
FAIL: 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
@@ -5125,18 +5125,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: 23685]
+module name: [vdso: 23688]
vdso syms: 10
0: '' 0 (0)
-1: 'clock_gettime' 6f0 (7ffee677d6f0)
-2: '__vdso_gettimeofday' 750 (7ffee677d750)
-3: 'gettimeofday' 750 (7ffee677d750)
-4: '__vdso_time' 7c0 (7ffee677d7c0)
-5: 'time' 7c0 (7ffee677d7c0)
-6: '__vdso_clock_gettime' 6f0 (7ffee677d6f0)
+1: 'clock_gettime' 6f0 (7ffd7b3f26f0)
+2: '__vdso_gettimeofday' 750 (7ffd7b3f2750)
+3: 'gettimeofday' 750 (7ffd7b3f2750)
+4: '__vdso_time' 7c0 (7ffd7b3f27c0)
+5: 'time' 7c0 (7ffd7b3f27c0)
+6: '__vdso_clock_gettime' 6f0 (7ffd7b3f26f0)
7: 'LINUX_2.6' 0 (0)
-8: '__vdso_getcpu' 7d0 (7ffee677d7d0)
-9: 'getcpu' 7d0 (7ffee677d7d0)
+8: '__vdso_getcpu' 7d0 (7ffd7b3f27d0)
+9: 'getcpu' 7d0 (7ffd7b3f27d0)
PASS: vdsosyms
PASS: run-readelf-A.sh
PASS: run-getsrc-die.sh
@@ -5146,257 +5146,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): (0x5643741f80f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff4266e0f8 + 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): (0x5643741f80f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741f80f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff4266e0f8 + 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): (0x5643741f80f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741f80f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff4266e0f8 + 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): (0x5643741f80f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741f80f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff4266e0f8 + 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): (0x5643741f80f8 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 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): (0x5643741fcc60 + 0) 123456789ABCDEF
+0 data (d_off: 0, len * i: 0): (0x55ff42672c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x5643741f80f8 + 0) 123456789ABCDEF
+1 data (d_off: 16, len * i: 16): (0x55ff4266e0f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x5643741f80f8 + 0) 123456789ABCDEF
+2 data (d_off: 32, len * i: 32): (0x55ff4266e0f8 + 0) 123456789ABCDEF
PASS: newdata
fname: strtab.elf.32
@@ -5635,9 +5635,9 @@ checking orig strings: all together now
'supercalifragilisticexpialidocious'
'forty-two'
PASS: elfstrtab
-thread tid: 23754
-thread tid: 23755
-thread tid: 23756
+thread tid: 23757
+thread tid: 23758
+thread tid: 23759
PASS: dwfl-proc-attach
open OK
elf_begin OK
@@ -7615,10 +7615,10 @@ Please report to https://sourceware.org/bugzilla
make: *** [Makefile:2080: runtest-TESTS] Error 1
ERROR: Exit status is 512
-DURATION: 27
+DURATION: 22
END: /usr/lib/elfutils/ptest
-2019-05-27T17:03
-2019-05-27T17:03
+2019-05-27T22:58
+2019-05-27T22:58
BEGIN: /usr/lib/ethtool/ptest
PASS: test-cmdline
PASS: test-features
@@ -7627,8 +7627,8 @@ All 2 tests passed
==================
DURATION: 1
END: /usr/lib/ethtool/ptest
-2019-05-27T17:03
-2019-05-27T17:03
+2019-05-27T22:58
+2019-05-27T22:58
BEGIN: /usr/lib/flex/ptest
touch posixly_correct.c
touch posixly_correct.o
@@ -8320,8 +8320,8 @@ Testsuite summary for the fast lexical analyser generator 2.6.0
make[1]: Leaving directory '/usr/lib/flex/ptest'
DURATION: 1
END: /usr/lib/flex/ptest
-2019-05-27T17:03
-2019-05-27T17:03
+2019-05-27T22:58
+2019-05-27T22:58
BEGIN: /usr/lib/gawk/ptest
PASS: addcomma
PASS: anchgsub
@@ -8756,10 +8756,10 @@ FAIL: mpfrrndeval
FAIL: mpfrsqrt
FAIL: mpfrstrtonum
FAIL: mpgforcenum
-DURATION: 18
+DURATION: 16
END: /usr/lib/gawk/ptest
-2019-05-27T17:04
-2019-05-27T17:04
+2019-05-27T22:58
+2019-05-27T22:58
BEGIN: /usr/lib/gdbm/ptest
## ----------------------- ##
## gdbm 1.18.1 test suite. ##
@@ -8818,11 +8818,74 @@ PASS: Initialization file
## ------------- ##
All 30 tests were successful.
-DURATION: 2
+DURATION: 1
END: /usr/lib/gdbm/ptest
-2019-05-27T17:04
-2019-05-27T17:04
+2019-05-27T22:58
+2019-05-27T22:58
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-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-resource.test
+/pixbuf/resource: OK
+/pixbuf/resource/at-scale: OK
+PASS: gdk-pixbuf/pixbuf-resource.test
+Running test: gdk-pixbuf/animation.test
+/animation/gif: OK
+/animation/ani: OK
+PASS: gdk-pixbuf/animation.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-area-updated.test
+/pixbuf/area-updated/ico: OK
+/pixbuf/area-updated/gif: OK
+/pixbuf/area-updated/gif2: Executing: gdk-pixbuf/pixbuf-area-updated.test
+Executing: gdk-pixbuf/pixbuf-area-updated.test
+Executing: gdk-pixbuf/pixbuf-area-updated.test
+Executing: gdk-pixbuf/pixbuf-area-updated.test
+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-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-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-fail.test
/pixbuf/fail_tiny/CVE-2017-2862.jpg: OK
/pixbuf/fail_tiny/DoS.tga: OK
@@ -8894,6 +8957,7 @@ Running test: gdk-pixbuf/pixbuf-fail.test
/pixbuf/fail_huge/overflow.tga: OK
PASS: gdk-pixbuf/pixbuf-fail.test
Running test: gdk-pixbuf/pixbuf-dpi.test
+Executing: gdk-pixbuf/pixbuf-dpi.test
/pixbuf/dpi/png: OK
/pixbuf/dpi/png-incremental: OK
/pixbuf/dpi/jpeg: OK
@@ -8901,9 +8965,88 @@ Running test: gdk-pixbuf/pixbuf-dpi.test
/pixbuf/dpi/tiff: SKIP
/pixbuf/dpi/tiff-incremental: SKIP
PASS: gdk-pixbuf/pixbuf-dpi.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-icon-serialize.test
/pixbuf/icon/serialize: OK
PASS: gdk-pixbuf/pixbuf-icon-serialize.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-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-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-jpeg.test
/pixbuf/jpeg/inverted_cmyk_jpeg: OK
/pixbuf/jpeg/type9_rotation_exif_tag: OK
@@ -8911,12 +9054,6 @@ Running test: gdk-pixbuf/pixbuf-jpeg.test
/pixbuf/jpeg/comment: OK
/pixbuf/jpeg/at_size: OK
PASS: gdk-pixbuf/pixbuf-jpeg.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-randomly-modified.test
/pixbuf/randomly-modified/bad-header.ico: OK
/pixbuf/randomly-modified/bmp-line-overflow.bmp: OK
@@ -8980,157 +9117,17 @@ Running test: gdk-pixbuf/pixbuf-randomly-modified.test
/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-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-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/animation.test
-/animation/gif: OK
-/animation/ani: OK
-PASS: gdk-pixbuf/animation.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-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-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/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
-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-threads.test
-/pixbuf/threads: OK
-PASS: gdk-pixbuf/pixbuf-threads.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-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-composite.test
-/pixbuf/composite1: OK
-/pixbuf/composite2: OK
-PASS: gdk-pixbuf/pixbuf-composite.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-area-updated.test
-/pixbuf/area-updated/ico: OK
-/pixbuf/area-updated/gif: OK
-/pixbuf/area-updated/gif2: Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-OK
-/pixbuf/area-updated/gif3: OK
-PASS: gdk-pixbuf/pixbuf-area-updated.test
-SUMMARY: total=20; passed=20; skipped=0; failed=0; user=48.6s; system=0.6s; maxrss=20256
-DURATION: 50
+SUMMARY: total=20; passed=20; skipped=0; failed=0; user=32.4s; system=0.2s; maxrss=20400
+DURATION: 33
END: /usr/lib/gdk-pixbuf/ptest
-2019-05-27T17:05
-2019-05-27T17:05
+2019-05-27T22:59
+2019-05-27T22:59
BEGIN: /usr/lib/gettext/ptest
PASS: gettext-1
PASS: gettext-2
@@ -9711,566 +9708,366 @@ PASS: cldr-plurals-1
Please report to bug-gnu-gettext@gnu.org
========================================
make: *** [Makefile:2324: runtest-TESTS] Error 1
-DURATION: 50
+DURATION: 29
END: /usr/lib/gettext/ptest
-2019-05-27T17:05
-2019-05-27T17:05
+2019-05-27T22:59
+2019-05-27T22:59
BEGIN: /usr/lib/glib-2.0/ptest
+ useradd glib2-test
+ su glib2-test -c gnome-desktop-testing-runner glib
-Running test: pango/testiter.test
-/layout/iter: OK
-/layout/glyphitem-iter: OK
-PASS: pango/testiter.test
-Running test: glib/gnotification.test
-# random seed: R02S0e1e8ef8aaae0c3bad690da3bd5f2d8e
-1..2
-# Start of gnotification tests
+Running test: glib/dbus-appinfo.test
+# random seed: R02Se8dc8abc22d6228a29b12e8780156e6d
# 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/module-test.test
-PASS: glib/module-test.test
-Running test: glib/utf8-misc.test
-# random seed: R02S5f5cf2fccb9927324bcd9f443b4655fc
-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/gdbus-proxy-well-known-name.test
-# random seed: R02Sfe543600218f0a4833f800fd5ffb1c1d
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/socket-address.test
-# random seed: R02Sbdb1c7fcfe8d57a93b149ac5b09668ac
-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/spawn-multithreaded.test
-# random seed: R02Sb398fb0368c7f00485ac19cb84434c09
+# Start of appinfo tests
+ok 1 /appinfo/dbusappinfo
+# End of appinfo tests
+PASS: glib/dbus-appinfo.test
+Running test: glib/value.test
+# random seed: R02S1e6d94300a4d69032973d62fd32ac789
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: 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: glib/g-file-info-filesystem-readonly.test
-# random seed: R02Sbd45eac5aa303e395314558a802d9180
-# Bug Reference: http://bugzilla.gnome.org/787731
+# 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/closures.test
+START: /usr/libexec/installed-tests/glib/closures
+init 0x5620883a7410
+.
+.
+.
+.
+.
+C.
+c.
+.
+.
+.
+.
+Cc.
+.
+.
+.
+.
+.
+cC.
+.
+.
+.
+.
+.
+C.
+c.
+.
+.
+.
+.
+Cc.
+.
+.
+.
+.
+.
+Cc.
+.
+.
+.
+.
+.
+Cc.
+.
+.
+.
+.
+.
+Cc.
+.
+.
+.
+.
+C.
+c.
+.
+.
+.
+.
+C.
+c.
+.
+.
+.
+.
+C.
+c.
+.
+.
+.
+.
+Cc.
+.
+.
+.
+.
+.
+C.
+c.
+.
+.
+.
+.
+Cc.
+.
+.
+.
+.
+.
+Cc.
+.
+.
+.
+.
+.
+Cc.
+.
+.
+.
+.
+C.
+
+stopping
+stopped
+PASS: glib/closures.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: 92
+Elapsed system: 92
+Elapsed total: 184
+total / iteration: 0.00613333
+PASS: glib/timeloop-closure.test
+Running test: glib/defaultvalue.test
+# random seed: R02S6032aa7beaf70b39c71b3ee24a484613
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..0
+PASS: glib/defaultvalue.test
+Running test: glib/timer.test
+# random seed: R02S47b353b5cf29340771e2ac86f28d4fe9
+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/relation-test.test
+PASS: glib/relation-test.test
+Running test: pango/markup-parse.test
+/markup/parse/fail-1.markup: OK
+/markup/parse/valid-4.markup: OK
+/markup/parse/valid-5.markup: OK
+/markup/parse/valid-8.markup: OK
+/markup/parse/fail-5.markup: OK
+/markup/parse/fail-2.markup: OK
+/markup/parse/valid-3.markup: OK
+/markup/parse/valid-9.markup: OK
+/markup/parse/valid-6.markup: OK
+/markup/parse/valid-1.markup: OK
+/markup/parse/valid-7.markup: OK
+/markup/parse/valid-2.markup: OK
+/markup/parse/fail-3.markup: OK
+/markup/parse/fail-4.markup: OK
+PASS: pango/markup-parse.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: 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/file-test.test
+PASS: glib/file-test.test
+Running test: pango/test-ot-tags.test
+/tags/script: OK
+/tags/language: OK
+PASS: pango/test-ot-tags.test
+Running test: glib/simple-async-result.test
+# random seed: R02S119956d59a5f40bd46cbca18249046f4
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/flags.test
-# random seed: R02S7f2367da22b435c48d4d109ba0422243
-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/gsubprocess.test
-# random seed: R02S57623bb503c34a29103c5ad30fccc524
-1..73
-# 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)
-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)
-Executing: glib/gsubprocess.test
-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)
-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)
-Executing: glib/gsubprocess.test
-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-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
-# Start of cancelled tests
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 58 /gsubprocess/communicate/utf8/async/cancelled/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 59 /gsubprocess/communicate/utf8/async/cancelled/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 60 /gsubprocess/communicate/utf8/async/cancelled/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 61 /gsubprocess/communicate/utf8/async/cancelled/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 62 /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 63 /gsubprocess/communicate/utf8/cancelled/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 64 /gsubprocess/communicate/utf8/cancelled/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 65 /gsubprocess/communicate/utf8/cancelled/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 66 /gsubprocess/communicate/utf8/cancelled/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 67 /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 68 /gsubprocess/communicate/cancelled/no-pipes
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 69 /gsubprocess/communicate/cancelled/separate-stderr
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 70 /gsubprocess/communicate/cancelled/stdout-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 71 /gsubprocess/communicate/cancelled/stderr-only
-# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
-ok 72 /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 73 /gsubprocess/env/inherit
-# End of env tests
-# End of gsubprocess tests
-PASS: glib/gsubprocess.test
-Running test: glib/testgobject.test
-private data during initialization: 54321 == 54321
-MAIN: emit test-signal:
-TestObject-Message: 17:06:03.303: ::test_signal default_handler called
-TestObject-Message: 17:06:03.304: ::test_signal default_handler called
-TestObject-Message: 17:06:03.304: ::test_signal default_handler called
-TestObject-Message: 17:06:03.304: signal return: "<default_handler><default_handler>"
-MAIN: call iface print-string on test and derived object:
-Iface-FOO: "iface-string-from-test-type" from 0x55eb15017e70
-Iface-BAR: "iface-string-from-derived-type" from 0x55eb1501a020
-chaining: Iface-FOO: "iface-string-from-derived-type" from 0x55eb1501a020
-private data after initialization: 54321 == 54321
-TestObject-Message: 17:06:03.304: /usr/libexec/installed-tests/glib/testgobject done
-PASS: glib/testgobject.test
-Running test: glib/test-printf.test
-# random seed: R02S18e11d71673095bcbb62d5acc9a3e42e
-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
+# 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/hostutils.test
+# random seed: R02S72aa3d7a94bbf7cc4cb837aa410aaa71
+1..3
+# Start of hostutils tests
+ok 1 /hostutils/to_ascii
+ok 2 /hostutils/to_unicode
+ok 3 /hostutils/is_ip_addr
+# End of hostutils tests
+PASS: glib/hostutils.test
+Running test: glib/markup-collect.test
+# random seed: R02S4dc207859378034d059c66944e6af648
+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/refcount-macro.test
+# random seed: R02S1a194b33dbc5408eb598f3e232594e1e
+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 17 /printf/test-positional-params
+ok 3 /refcount/grefcount/saturation
+# End of grefcount tests
+# Start of gatomicrefcount tests
# 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/gio-test.test
-PASS: glib/gio-test.test
-Running test: glib/array-test.test
-# random seed: R02S36d18f6c77dfb21841b1ad190cb57685
-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
+ok 4 /refcount/gatomicrefcount/saturation
+# End of gatomicrefcount tests
+# End of refcount tests
+PASS: glib/refcount-macro.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/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: glib/signal2.test
START: /usr/libexec/installed-tests/glib/signal2
-init 0x5600a113e800
-init 0x5600a113e820
-..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal2.test
-..........................................................................................................................................................................................................................................................................................................................................................................................................
+init 0x5647fd9eb800
+init 0x5647fd9eb820
+.................................................................................................................................................................................................................................................................Executing: glib/signal2.test
+.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
stopping
stopped
-dispose 0x5600a113e800!
-dispose 0x5600a113e820!
+dispose 0x5647fd9eb800!
+dispose 0x5647fd9eb820!
PASS: glib/signal2.test
-Running test: glib/network-monitor-race.test
-# random seed: R02S114f7ad36c5e964cbf24807ae9f3773e
-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/gmenumodel.test
-# random seed: R02Sdf1b2abcf2f7b46d416c0c0cbe9a3dfa
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..13
-# Start of gmenu tests
-ok 1 /gmenu/equality
-Executing: glib/gmenumodel.test
-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
-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/gdbus-auth.test
+# random seed: R02S2c43decfc1fa5a3464744cbfffb96d88
+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/reference.test
-# random seed: R02Sad8e609a30778ae59e295e5074b31c34
+# random seed: R02Sd2af6b7808133691a703c640f08b4f6d
1..19
# Start of type tests
ok 1 /type/fundamentals
@@ -10298,42 +10095,323 @@ ok 19 /object/weak-pointer/set-function
# End of weak-pointer tests
# End of object tests
PASS: glib/reference.test
-Running test: glib/gdbus-introspection.test
-# random seed: R02S027300cabb9e219835a66e6f004be9be
+Running test: glib/testgobject.test
+private data during initialization: 54321 == 54321
+MAIN: emit test-signal:
+TestObject-Message: 23:00:42.125: ::test_signal default_handler called
+TestObject-Message: 23:00:42.125: ::test_signal default_handler called
+TestObject-Message: 23:00:42.125: ::test_signal default_handler called
+TestObject-Message: 23:00:42.126: signal return: "<default_handler><default_handler>"
+MAIN: call iface print-string on test and derived object:
+Iface-FOO: "iface-string-from-test-type" from 0x561e86895e70
+Iface-BAR: "iface-string-from-derived-type" from 0x561e86898020
+chaining: Iface-FOO: "iface-string-from-derived-type" from 0x561e86898020
+private data after initialization: 54321 == 54321
+TestObject-Message: 23:00:42.126: /usr/libexec/installed-tests/glib/testgobject done
+PASS: glib/testgobject.test
+Running test: glib/autoptr-gio.test
+# random seed: R02S4b07dd4ead37d8b80a1334705263978b
+1..1
+# Start of autoptr tests
+ok 1 /autoptr/autoptr
+# End of autoptr tests
+PASS: glib/autoptr-gio.test
+Running test: glib/gdbus-test-codegen.test
+# random seed: R02S9b090103ec83b3c59681f0d5aa9b8ea7
# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..4
+1..6
# 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
+# 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/standalone-interface-info
+# End of codegen tests
# End of gdbus tests
-PASS: glib/gdbus-introspection.test
-Running test: pango/testcolor.test
-/color/parse: OK
-PASS: pango/testcolor.test
+PASS: glib/gdbus-test-codegen.test
+Running test: glib/contenttype.test
+# random seed: R02S47c86ac34357cb51cf5ace86ec1a31d0
+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
+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/dirname-test.test
PASS: glib/dirname-test.test
-Running test: glib/vfs.test
-# random seed: R02Se2b14dd9635cedc8d06c23478cc6af19
-1..2
-# Start of gvfs tests
-ok 1 /gvfs/local
-ok 2 /gvfs/register-scheme
-# End of gvfs tests
-PASS: glib/vfs.test
-Running test: glib/sources.test
-Add same-priority sources: 33
-Executing: glib/sources.test
-Remove in random order: 55
-Add different-priority sources: 49
-Remove in random order: 80
-Add sources from threads: 543
-Remove sources from threads: 560
-PASS: glib/sources.test
+Running test: glib/deftype.test
+PASS: glib/deftype.test
+Running test: glib/refstring.test
+# random seed: R02S2310595e249850e5319346f9abbbd150
+1..5
+# Start of refstring tests
+# s = 'hello, world' (0x563fb96b9e58)
+ok 1 /refstring/base
+ok 2 /refstring/length
+ok 3 /refstring/length-auto
+ok 4 /refstring/length-nuls
+# s = 'hello, world' (0x563fb96deae8)
+# p = s = 'hello, world' (0x563fb96deae8)
+# releasing p[0x563fb96deae8] ('hello, world')
+# p = 'goodbye, world' (0x563fb96deab8)
+# releasing p[0x563fb96deab8] ('goodbye, world')
+# releasing s[0x563fb96deae8] ('hello, world')
+ok 5 /refstring/intern
+# End of refstring tests
+PASS: glib/refstring.test
+Running test: glib/gio-test.test
+PASS: glib/gio-test.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: glib/thumbnail-verification.test
+# random seed: R02S4ad75e8258438e1eb5c1004f408a5d7e
+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/properties.test
+START: /usr/libexec/installed-tests/glib/properties
+.f.e.d.c.b.c.f.e.d.b.e.f.d.c.b.d.e.c.b.f.e.f.d.c.bExecuting: glib/properties.test
+.f.e.b.d.c.c.f.e.d.b.f.e.d.c.b.d.f.e.c.b.d.f.e.c.b.f.e.d.c.b.e.f.c.d.b.f.e.c.d.b.f.e.d.c.b.e.f.d.c.b.e.d.f.c.b.c.f.e.d.b.f.e.c.d.b.f.e.d.c.b.f.d.e.c.b.e.f.d.c.b.e.f.d.c.b.f.e.d.c.b.f.e.d.b.c.f.e.d.b.c.e.f.d.c.b.e.f.d.b.c.f.e.d.c.b.e.f.d.c.b.e.f.c.d.b.f.c.e.b.d.f.e.d.c.b.f.e.d.c.b.f.e.d.c.b.e.f.d.c.b.f.e.d.b.c.f.e.c.d.b.f.e.d.c.b.f.e.c.d.b.f.e.b.d.c.f.e.b.d.c.f.d.e.c.b.f.d.e.c.b.f.c.d.e.b.f.e.c.d.b.f.e.c.d.b.f.c.d.e.b.f.c.d.b.e.f.d.c.b.e.f.c.d.b.e.f.c.d.e.b.f.c.d.e.b.f.d.c.b.e.f.c.d.b.e.f.c.d.e.b
+stopping
+stopped
+PASS: glib/properties.test
+Running test: glib/rwlock.test
+# random seed: R02S2eb94d76d2b7596b17e7ca15287a0c9b
+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: pango/test-pangocairo-threads.test
+PASS: pango/test-pangocairo-threads.test
+Running test: glib/slice.test
+# random seed: R02S3947d82b744e7d452f79b833c707d5dd
+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/mappedfile.test
+# random seed: R02Sbb44d323164223d91c30d31e434ee2f6
+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/credentials.test
+# random seed: R02Sff568b20b04b8c280270230ea11a9017
+1..1
+# Start of credentials tests
+# GCredentials:linux-ucred:pid=30219,uid=1000,gid=1001
+# GCredentials:linux-ucred:pid=30219,uid=0,gid=1001
+ok 1 /credentials/basic
+# End of credentials tests
+PASS: glib/credentials.test
+Running test: glib/private.test
+# random seed: R02S724d6627855ce8db8f6b06aee74e2437
+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/module-test.test
+PASS: glib/module-test.test
+Running test: glib/file.test
+# random seed: R02S244e5a6d561193aef286d0169410065f
+1..19
+# Start of file tests
+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
+# Start of async-create-delete tests
+ok 15 /file/async-create-delete/0
+Executing: glib/file.test
+ok 16 /file/async-create-delete/1
+ok 17 /file/async-create-delete/10
+Executing: glib/file.test
+ok 18 /file/async-create-delete/25
+ok 19 /file/async-create-delete/4096
+# End of async-create-delete tests
+# End of file tests
+PASS: glib/file.test
+Running test: glib/gdbus-proxy-well-known-name.test
+# random seed: R02Sbd65fbcfe84cbecd783a8b2bbe55df4f
+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/io-stream.test
+# random seed: R02S0ca35485d3857b477816841dc1fb014e
+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
+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/shell.test
+# random seed: R02S09d241b609adf5f03b1982b5d7be6fb4
+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/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/gvariant.test
-# random seed: R02S9528e58c3aec8d173c2dd5d75ffcf787
+# random seed: R02S58374bf4dce9861d16f1212694a3d67e
1..49
# Start of gvariant tests
ok 1 /gvariant/type
@@ -10384,12 +10462,12 @@ ok 34 /gvariant/serialiser/array
ok 35 /gvariant/serialiser/tuple
ok 36 /gvariant/serialiser/variant
ok 37 /gvariant/serialiser/strings
-Executing: glib/gvariant.test
ok 38 /gvariant/serialiser/byteswap
# Start of fuzz tests
ok 39 /gvariant/serialiser/fuzz/1%
ok 40 /gvariant/serialiser/fuzz/5%
ok 41 /gvariant/serialiser/fuzz/9%
+Executing: glib/gvariant.test
ok 42 /gvariant/serialiser/fuzz/13%
ok 43 /gvariant/serialiser/fuzz/17%
# End of fuzz tests
@@ -10414,45 +10492,242 @@ ok 49 /gvariant/recursion-limits/array-in-variant
# End of recursion-limits tests
# End of gvariant tests
PASS: glib/gvariant.test
-Running test: glib/gdbus-unix-addresses.test
-# random seed: R02Sa3c2f092fa92ae9715f8b6e4260ed109
+Running test: glib/dynamictests.test
+# random seed: R02Sf7eb523b668022e962ab6822f3ca5f6a
+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/signal3.test
+START: /usr/libexec/installed-tests/glib/signal3
+init 0x5647a1023800
+init 0x5647a1023820
+...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal3.test
+..................................................................................................................
+stopping
+stopped
+dispose 0x5647a1023800!
+dispose 0x5647a1023820!
+PASS: glib/signal3.test
+Running test: glib/g-file-info-filesystem-readonly.test
+# random seed: R02S1519c7fc5c2bf31ebc46e8214a731080
+# 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/stream-rw_all.test
+# random seed: R02Sb1c49c5de3d623e2477499f7c647111c
+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/qsort-test.test
+PASS: glib/qsort-test.test
+Running test: glib/overflow.test
+# random seed: R02Sf24594bf5daf1fd315c60a0b91d02064
+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/socket-service.test
+# random seed: R02Sec29f623a0ff8dee9e360456201e9358
+1..2
+# Start of socket-service tests
+ok 1 /socket-service/start-stop
+# Start of threaded tests
+# Bug Reference: http://bugzilla.gnome.org/712570
+ok 2 /socket-service/threaded/712570
+# End of threaded tests
+# End of socket-service tests
+PASS: glib/socket-service.test
+Running test: glib/sort.test
+# random seed: R02Se4c88d44cd21b37df5b97dc881ea2973
+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/proxy-test.test
+# random seed: R02S9853ab890a7f1ab8e289d35033f5ad7e
+1..9
+# Start of proxy tests
+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
+ok 7 /proxy/dns
+ok 8 /proxy/override
+ok 9 /proxy/enumerator-ports
+# End of proxy tests
+PASS: glib/proxy-test.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: glib/singleton.test
+PASS: glib/singleton.test
+Running test: glib/onceinit.test
+PASS: glib/onceinit.test
+Running test: pango/test-layout.test
+/layout/valid-1.markup: OK
+/layout/valid-2.markup: OK
+PASS: pango/test-layout.test
+Running test: glib/env-test.test
+PASS: glib/env-test.test
+Running test: glib/timeout.test
+# random seed: R02Sd54f08f04ed7c844b50db15be615a278
1..2
+# Start of timeout tests
+ok 1 /timeout/seconds
+Executing: glib/timeout.test
+Executing: glib/timeout.test
+ok 2 /timeout/rounding
+# End of timeout tests
+PASS: glib/timeout.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: glib/readwrite.test
+# random seed: R02S750b7648951f5f56995537b0b398ac8b
+1..3
+# Start of readwrite tests
+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/unix-fd.test
+# random seed: R02S07083762bf414fd7e5ac6f09f0f14af6
+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/volumemonitor.test
+# random seed: R02Se92a1bf8006bf1e54e7e0b38662dad64
+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/rec-mutex.test
+# random seed: R02S914e94d1a1b1d53c4b461f7b58e0b3d3
+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: 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-save.test
+/pixbuf/save/roundtrip: OK
+/pixbuf/save/options: OK
+/pixbuf/save/ico: OK
+PASS: gdk-pixbuf/pixbuf-save.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: glib/signal-handler.test
+# random seed: R02S8c25ac133c280b581bdf63a9c508823d
+1..0
+PASS: glib/signal-handler.test
+Running test: json-glib-1.0/serialize-simple.test
+/serialize/gobject: OK
+PASS: json-glib-1.0/serialize-simple.test
+Running test: glib/gdbus-exit-on-close.test
+# random seed: R02S2cc4d9525dca84f1ce4f24fba93338bf
+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/x11-autolaunch
+ok 1 /gdbus/exit-on-close/default
# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 2 /gdbus/xdg-runtime
+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-unix-addresses.test
-Running test: glib/actions.test
-# random seed: R02S08e6182e4cf8f50606d0fefb22af6e91
-1..11
-# Start of actions tests
-ok 1 /actions/basic
-ok 2 /actions/name
-ok 3 /actions/simplegroup
-ok 4 /actions/stateful
-ok 5 /actions/default-activate
-ok 6 /actions/entries
-ok 7 /actions/parse-detailed
-ok 8 /actions/property
-# Start of dbus tests
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 9 /actions/dbus/export
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-Executing: glib/actions.test
-Executing: glib/actions.test
-Executing: glib/actions.test
-Executing: glib/actions.test
-Executing: glib/actions.test
-ok 10 /actions/dbus/threaded
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 11 /actions/dbus/bug679509
-# End of dbus tests
-# End of actions tests
-PASS: glib/actions.test
+PASS: glib/gdbus-exit-on-close.test
+Running test: glib/mapping-test.test
+GLib-Message: 23:01:52.694: test_mapping: ok
+GLib-Message: 23:01:52.698: test_private: ok
+GLib-Message: 23:01:52.698: test_child_private: child spawned
+GLib-Message: 23:01:52.703: test_child_private: received first child signal
+GLib-Message: 23:01:52.704: test_child_private: received parent signal
+GLib-Message: 23:01:52.707: test_child_private: received second child signal
+GLib-Message: 23:01:52.707: test_child_private: ok
+PASS: glib/mapping-test.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: glib/strfuncs.test
-# random seed: R02Sd08b3c8aa8a0c3821957d0247edacde4
+# random seed: R02S717417c7e6eac283bf1924d3c3156cf8
1..32
# Start of strfuncs tests
ok 1 /strfuncs/test-is-to-digit
@@ -10491,262 +10766,96 @@ ok 32 /strfuncs/ascii-string-to-num/pathological
# End of ascii-string-to-num tests
# End of strfuncs tests
PASS: glib/strfuncs.test
-Running test: glib/type-test.test
-PASS: glib/type-test.test
-Running test: glib/signal3.test
-START: /usr/libexec/installed-tests/glib/signal3
-init 0x5583e0826800
-init 0x5583e0826820
-.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal3.test
-.....................................................................................................................................................................................
-stopping
-stopped
-dispose 0x5583e0826800!
-dispose 0x5583e0826820!
-PASS: glib/signal3.test
-Running test: glib/unicode-encoding.test
-PASS: glib/unicode-encoding.test
-Running test: glib/gdbus-error.test
-# random seed: R02Sf65c467c80aefa3735d0f79b839e991a
-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/env-test.test
-PASS: glib/env-test.test
-Running test: glib/data-input-stream.test
-# random seed: R02S9a00d31e53ad3ad08438ca99ee227e8b
-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/unix-fd.test
-# random seed: R02S06033abb9c78d5dfa747f2b69696f936
-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/mount-operation.test
-# random seed: R02S4ababaca36e83ab2e83d6eb7c6353aa8
-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/mainloop-test.test
-PASS: glib/mainloop-test.test
-Running test: glib/srvtarget.test
-# random seed: R02S48f6c49c6f1df712694667f81d4950d2
-1..1
-# Start of srvtarget tests
-ok 1 /srvtarget/srv-target-ordering
-# End of srvtarget tests
-PASS: glib/srvtarget.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: glib/unicode.test
-# random seed: R02S967fba43294917b3ce11561bf73efdce
-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/threadtests.test
-# random seed: R02S072385a706da082ce261e9e2cea5ae70
-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: gdk-pixbuf/pixbuf-resource.test
-/pixbuf/resource: OK
-/pixbuf/resource/at-scale: OK
-PASS: gdk-pixbuf/pixbuf-resource.test
-Running test: glib/gdbus-threading.test
-# random seed: R02S46894d33a54df2b34bab7b2db50dddec
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+Running test: glib/completion-test.test
+PASS: glib/completion-test.test
+Running test: pango/testiter.test
+/layout/iter: OK
+/layout/glyphitem-iter: OK
+PASS: pango/testiter.test
+Running test: glib/giomodule.test
+# random seed: R02Sc281204481cbe4035cc69d86449b9587
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
-# GLib-GIO-DEBUG: run 3475: refcount is 3, sleeping
-# GLib-GIO-DEBUG: run 3567: refcount is 3, sleeping
-# GLib-GIO-DEBUG: run 3703: 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/fileutils.test
-# random seed: R02S523efcd8ca59e479d903da256ce086c3
-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/gdbus-connection.test
-# random seed: R02S46dc469abbc7fbd7d7704a6ab71ce374
-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
+# 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/rcbox.test
+# random seed: R02S0d70d8e129f8e685d6362c4608990479
+1..6
+# Start of rcbox tests
+ok 1 /rcbox/new
+# global_point = 0x562981aabf98
+ok 2 /rcbox/release-full
+# global_point_a = 0x562981ad0b08
+# global_point_b = 0x562981aabf98
+ok 3 /rcbox/dup
+# End of rcbox tests
+# Start of atomic-rcbox tests
+ok 4 /atomic-rcbox/new
+# global_point = 0x562981ad0b68
+ok 5 /atomic-rcbox/release-full
+# global_point_a = 0x562981ad0b68
+# global_point_b = 0x562981ad0b98
+ok 6 /atomic-rcbox/dup
+# End of atomic-rcbox tests
+PASS: glib/rcbox.test
+Running test: glib/testfilemonitor.test
+# random seed: R02S36ce9a38bb8717b8641d7a1cf9c82e3f
+1..6
+# Start of monitor tests
+Executing: glib/testfilemonitor.test
+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
+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
+Executing: glib/testfilemonitor.test
+# 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/actions.test
+# random seed: R02Sc60f06f57a9dbce9ba3986c6701bdde5
+1..11
+# Start of actions tests
+ok 1 /actions/basic
+ok 2 /actions/name
+ok 3 /actions/simplegroup
+ok 4 /actions/stateful
+ok 5 /actions/default-activate
+ok 6 /actions/entries
+ok 7 /actions/parse-detailed
+ok 8 /actions/property
+# Start of dbus tests
# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+ok 9 /actions/dbus/export
# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-ok 7 /gdbus/connection/filter
+Executing: glib/actions.test
+Executing: glib/actions.test
+Executing: glib/actions.test
+ok 10 /actions/dbus/threaded
# 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: json-glib-1.0/builder.test
-/builder/complex: OK
-/builder/empty: OK
-/builder/reset: OK
-PASS: json-glib-1.0/builder.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/protocol.test
-# random seed: R02S33c34107d248b383a421630e8f123dd3
-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
+ok 11 /actions/dbus/bug679509
+# End of dbus tests
+# End of actions tests
+PASS: glib/actions.test
Running test: glib/network-monitor.test
-# random seed: R02Se3f1bfd9294666b58f8fd97d9aef7bd2
+# random seed: R02S70e7ee5041869c4ed359afa0e7efde12
1..4
# Start of network-monitor tests
# GLib-GIO-DEBUG: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals
@@ -10757,567 +10866,80 @@ 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/glistmodel.test
-# random seed: R02S6db8d3f75ffb830f32cf9df366d72a74
-1..14
-# Start of glistmodel tests
-# Start of store tests
-ok 1 /glistmodel/store/boundaries
-ok 2 /glistmodel/store/refcounts
-ok 3 /glistmodel/store/sorted
-# Bug Reference: https://bugzilla.gnome.org/795307
-ok 4 /glistmodel/store/splice-replace-middle
-# Bug Reference: https://bugzilla.gnome.org/795307
-ok 5 /glistmodel/store/splice-replace-all
-ok 6 /glistmodel/store/splice-noop
-ok 7 /glistmodel/store/splice-remove-multiple
-ok 8 /glistmodel/store/splice-add-multiple
-ok 9 /glistmodel/store/splice-wrong-type
-ok 10 /glistmodel/store/item-type
-ok 11 /glistmodel/store/remove-all
-ok 12 /glistmodel/store/sort
-ok 13 /glistmodel/store/get-item-cache
-ok 14 /glistmodel/store/items-changed
-# End of store tests
-# End of glistmodel tests
-PASS: glib/glistmodel.test
-Running test: glib/mimeapps.test
-# random seed: R02S5634aca29f3da023f5ade3bcc4df9bc1
-# setting XDG_CONFIG_HOME to '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgconfighome'
-
-# setting XDG_DATA_HOME to '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome'
-
-# setting XDG_DATA_DIRS to '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatadir'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatadir/applications'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatadir/applications/mimeapps.list'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome/applications'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome/applications/myapp.desktop'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome/applications/myapp2.desktop'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome/applications/myapp3.desktop'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome/applications/myapp4.desktop'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome/applications/myapp5.desktop'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome/applications/nosuchapp.desktop'
-
-# removing '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome/applications/mimeapps.list'
-
-# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-SR651Z/xdgdatahome/applications/mimeinfo.cache'
-
-1..7
-# Start of appinfo tests
-ok 1 /appinfo/all
-# Start of mime tests
-ok 2 /appinfo/mime/api
-ok 3 /appinfo/mime/default
-ok 4 /appinfo/mime/file
-ok 5 /appinfo/mime/scheme-handler
-ok 6 /appinfo/mime/default-last-used
-ok 7 /appinfo/mime/ignore-nonexisting
-# End of mime tests
-# End of appinfo tests
-PASS: glib/mimeapps.test
-Running test: glib/deftype.test
-PASS: glib/deftype.test
-Running test: glib/mainloop.test
-# random seed: R02S1eded5d57a3928f0e255389dcb6f5d46
-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
-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/type.test
-# random seed: R02Se8565c88c9c77f36d5767b452778e2a0
-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/slice.test
-# random seed: R02S24a5292a7a9b206911ff297e85825704
-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/object.test
-# random seed: R02S779a7a8fee2b3bbfacfd4032c9c698a9
-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/resources.test
-# random seed: R02Sa9ba1fd0f6a06b8c0cb45837d95adbb5
-1..13
-# Start of resource tests
-ok 1 /resource/file
-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
-# Start of uri tests
-ok 12 /resource/uri/query-info
-ok 13 /resource/uri/file
-# End of uri tests
-# End of resource tests
-PASS: glib/resources.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: glib/memory-input-stream.test
-# random seed: R02S0c6dc82d7060730cf327171e96cc3653
-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/defaultvalue.test
-# random seed: R02S1f021a0c7c191bacc854cfe2217111a8
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..0
-PASS: glib/defaultvalue.test
-Running test: glib/gdatetime.test
-# random seed: R02S252d5f6bcb24111ff14a3dbabc9fbbd0
-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/hook.test
-# random seed: R02S67f1df5c4ad5850f0bf84298835b10fe
-1..1
-# Start of hook tests
-ok 1 /hook/test1
-# End of hook tests
-PASS: glib/hook.test
-Running test: pango/cxx-test.test
-PASS: pango/cxx-test.test
-Running test: glib/proxy-test.test
-# random seed: R02S85f6c6e9701675e974cc9a038c347c09
-1..9
-# Start of proxy tests
-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
-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/tls-certificate.test
-# random seed: R02Sccfd8e7c262ed608a60cb924cec62fd8
+Running test: glib/utf8-misc.test
+# random seed: R02S047b40160006ef86d7a579c5e10cd864
1..6
-# Start of tls-certificate tests
-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_pkcs8
-ok 6 /tls-certificate/list_from_file
-# End of tls-certificate tests
-PASS: glib/tls-certificate.test
-Running test: glib/simple-async-result.test
-# random seed: R02S7cf8ff9d85883b35736c0ea40b90ccb7
-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/g-file.test
-# random seed: R02Se523b7b990e1a035824e2b87c4d93bd7
-1..8
-# Start of g-file tests
-ok 1 /g-file/test_g_file_new_null
-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-H7071Z
-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
-file:///UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88
-ok 6 /g-file/test_g_file_new_for_commandline_arg
-/dir1 /dir1/dir2/dir3/
-/dir1/ /dir1/dir2/dir3/
-/dir1 /dir1/dir2/dir3
-/dir1/ /dir1/dir2/dir3
-/tmp/ /something/
-/dir1/dir2 /dir1/
-//dir1/new //dir1/new/dir2/dir3
-/dir/UTF-8 p??li? ?lu?ou?k? k?? /dir/UTF-8 p??li? ?lu?ou?k? k??/dir2
-file:///dir1 file:///dir1/dir2/dir3/
-file:///dir1/ file:///dir1/dir2/dir3/
-file:///dir1 file:///dir1/dir2/dir3
-file:///dir1/ file:///dir1/dir2/dir3
-file:///tmp/ file:///something/
-file:///dir1/dir2 file:///dir1/
-file:////dir1/new file:////dir1/new/dir2/dir3
-file:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88 file:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88/dir2
-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/unix.test
-# random seed: R02Sb95fb600c8ee4e7be7b0e14406804ed6
-1..8
-# Start of glib-unix tests
-ok 1 /glib-unix/pipe
-ok 2 /glib-unix/error
-ok 3 /glib-unix/nonblocking
-Executing: glib/unix.test
-ok 4 /glib-unix/sighup
-ok 5 /glib-unix/sigterm
-ok 6 /glib-unix/sighup_again
-ok 7 /glib-unix/sighup_add_remove
-ok 8 /glib-unix/sighup_nested
-# End of glib-unix tests
-PASS: glib/unix.test
-Running test: glib/search-utils.test
-# random seed: R02S99f93621e783ca0437f5dccb3c153b43
+# 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/charset.test
+# random seed: R02Sa594f56c84dcd997f14b30add0058c28
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/rand.test
-# random seed: R02S76fa58b60bdb436565dcbd68791bc9ec
-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/socket.test
-# random seed: R02S7c5946aaacd7260c25ede4ab6124a7f4
-1..21
-# 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
-# Start of ipv4_sync tests
-ok 14 /socket/ipv4_sync/datagram
-# Start of datagram tests
-Executing: glib/socket.test
-ok 15 /socket/ipv4_sync/datagram/timeouts
-# End of datagram tests
-# End of ipv4_sync tests
-# Start of ipv6_sync tests
-ok 16 /socket/ipv6_sync/datagram
-# Start of datagram tests
-ok 17 /socket/ipv6_sync/datagram/timeouts
-# End of datagram tests
-# End of ipv6_sync tests
-# Start of reuse tests
-ok 18 /socket/reuse/tcp
-ok 19 /socket/reuse/udp
-# End of reuse tests
-# Start of get_available tests
-ok 20 /socket/get_available/datagram
-ok 21 /socket/get_available/stream
-# End of get_available tests
-# End of socket tests
-PASS: glib/socket.test
-Running test: glib/network-address.test
-# random seed: R02S2c14955eb9503f86c17faf830a963d5c
-1..51
-# 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
-# End of network-address tests
-# Start of gresolver tests
-# Start of resolve-address tests
-# Input: 192.168.1.2
-ok 40 /gresolver/resolve-address/0
-# Input: fe80::42
-ok 41 /gresolver/resolve-address/1
-# Input: 192.168.1.2:80
-# Error: Error resolving ?192.168.1.2:80?: Name or service not known
-ok 42 /gresolver/resolve-address/2
-# Input: [fe80::42]
-# Error: Error resolving ?[fe80::42]?: Name or service not known
-ok 43 /gresolver/resolve-address/3
-# Input: [fe80::42]:80
-# Error: Error resolving ?[fe80::42]:80?: Name or service not known
-ok 44 /gresolver/resolve-address/4
-# Input: 192.168.258
-# Error: Error resolving ?192.168.258?: Name or service not known
-ok 45 /gresolver/resolve-address/5
-# Input: 192.11010306
-# Error: Error resolving ?192.11010306?: Name or service not known
-ok 46 /gresolver/resolve-address/6
-# Input: 3232235778
-# Error: Error resolving ?3232235778?: Name or service not known
-ok 47 /gresolver/resolve-address/7
-# Input: 0300.0250.0001.0001
-# Error: Error resolving ?0300.0250.0001.0001?: Name or service not known
-ok 48 /gresolver/resolve-address/8
-# Input: 0xC0.0xA8.0x01.0x02
-# Error: Error resolving ?0xC0.0xA8.0x01.0x02?: Name or service not known
-ok 49 /gresolver/resolve-address/9
-# Input: 0xc0.0xa8.0x01.0x02
-# Error: Error resolving ?0xc0.0xa8.0x01.0x02?: Name or service not known
-ok 50 /gresolver/resolve-address/10
-# Input: 0xc0a80102
-# Error: Error resolving ?0xc0a80102?: Name or service not known
-ok 51 /gresolver/resolve-address/11
-# End of resolve-address tests
-# End of gresolver tests
-PASS: glib/network-address.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
+# Start of charset tests
+# Test 0
+# Test 1
+# Test 2
+# Test 3
+ok 1 /charset/language_names_with_category
+# End of charset tests
+PASS: glib/charset.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: glib/markup-escape.test
+# random seed: R02Sfc97db969a901f490e7853869e4955fb
+1..34
+# 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
+# End of escape-text tests
+# Start of escape-unichar tests
+ok 18 /markup/escape-unichar/0
+ok 19 /markup/escape-unichar/1
+ok 20 /markup/escape-unichar/2
+ok 21 /markup/escape-unichar/3
+ok 22 /markup/escape-unichar/4
+ok 23 /markup/escape-unichar/5
+ok 24 /markup/escape-unichar/6
+ok 25 /markup/escape-unichar/7
+ok 26 /markup/escape-unichar/8
+ok 27 /markup/escape-unichar/9
+ok 28 /markup/escape-unichar/10
+ok 29 /markup/escape-unichar/11
+ok 30 /markup/escape-unichar/12
+ok 31 /markup/escape-unichar/13
+ok 32 /markup/escape-unichar/14
+ok 33 /markup/escape-unichar/15
+ok 34 /markup/escape-unichar/16
+# End of escape-unichar tests
+# End of markup tests
+PASS: glib/markup-escape.test
Running test: glib/once.test
-# random seed: R02S184bc8fab6f2241301c0445a2ec3f5d5
+# random seed: R02Sb2aeba40fca6bbfad2937c44c8e474f3
1..4
# Start of thread tests
ok 1 /thread/once1
@@ -11326,74 +10948,8 @@ ok 3 /thread/once3
ok 4 /thread/once4
# End of thread tests
PASS: glib/once.test
-Running test: glib/logging.test
-# random seed: R02Sf79588f64432de2ce58f77a813d33d83
-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/ifaceproperties.test
-# random seed: R02S1894151fc1b116a4800bc8103c09df85
-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/memory-output-stream.test
-# random seed: R02S33342e8db36a57366d830e3e369a62f5
+# random seed: R02S206aa1a840279a3637fcb4fad951dcb6
1..7
# Start of memory-output-stream tests
# Bug Reference: http://bugzilla.gnome.org/540423
@@ -11412,721 +10968,127 @@ ok 7 /memory-output-stream/seek/resizable
# End of seek tests
# End of memory-output-stream tests
PASS: glib/memory-output-stream.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: glib/paramspec-test.test
-# random seed: R02Se8e4a4c69129e3710596c8c4e6382712
+Running test: glib/slist.test
+# random seed: R02Sbdd931fff173349e99f3ce0044efb438
+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/closure.test
+# random seed: R02S1292f7c9089ffb65c705e8e8a6ee7b57
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/convert.test
-# random seed: R02S1df1f2c821048032263e6d35e797fcd2
-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/option-context.test
-# random seed: R02S5f0b19760a77930bb8ef88c6d48d3850
-1..56
-# Start of option tests
-ok 1 /option/basic
-ok 2 /option/translate
-ok 3 /option/strict-posix
-# Start of help tests
-ok 4 /option/help/options
-ok 5 /option/help/no-options
-# Bug Reference: http://bugzilla.gnome.org/697652
-ok 6 /option/help/no-help-options
-# End of help tests
-# Start of group tests
-# Bug Reference: http://bugzilla.gnome.org/504142
-# 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 7 /option/group/captions
-ok 8 /option/group/main
-ok 9 /option/group/error-hook
-ok 10 /option/group/parse
-# Start of captions tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of captions tests
-# End of group tests
-# Start of restoration tests
-ok 11 /option/restoration/int
-ok 12 /option/restoration/string
-ok 13 /option/restoration/boolean
-# End of restoration tests
-# Start of arg tests
-ok 14 /option/arg/reverse-string
-ok 15 /option/arg/optional-int
-# Start of repetition tests
-ok 16 /option/arg/repetition/int
-ok 17 /option/arg/repetition/string
-ok 18 /option/arg/repetition/filename
-ok 19 /option/arg/repetition/double
-ok 20 /option/arg/repetition/locale
-ok 21 /option/arg/repetition/int64
-# End of repetition tests
-# Start of array tests
-ok 22 /option/arg/array/string
-# End of array tests
-# Start of callback tests
-ok 23 /option/arg/callback/string
-ok 24 /option/arg/callback/count
-ok 25 /option/arg/callback/optional1
-ok 26 /option/arg/callback/optional2
-ok 27 /option/arg/callback/optional3
-ok 28 /option/arg/callback/optional4
-ok 29 /option/arg/callback/optional5
-ok 30 /option/arg/callback/optional6
-ok 31 /option/arg/callback/optional7
-ok 32 /option/arg/callback/optional8
-# End of callback tests
-# Start of remaining tests
-ok 33 /option/arg/remaining/callback
-ok 34 /option/arg/remaining/callback-false
-ok 35 /option/arg/remaining/non-option
-ok 36 /option/arg/remaining/separator
-ok 37 /option/arg/remaining/array
-# End of remaining tests
-# Start of ignore tests
-ok 38 /option/arg/ignore/long
-ok 39 /option/arg/ignore/short
-ok 40 /option/arg/ignore/arg
-# End of ignore tests
-# Start of rest tests
-ok 41 /option/arg/rest/non-option
-ok 42 /option/arg/rest/separator1
-ok 43 /option/arg/rest/separator2
-ok 44 /option/arg/rest/separator3
-ok 45 /option/arg/rest/separator4
-ok 46 /option/arg/rest/separator5
-# End of rest tests
-# End of arg tests
-# Start of context tests
-ok 47 /option/context/add
-ok 48 /option/context/empty2
-ok 49 /option/context/empty3
-# End of context tests
-# Start of bug tests
-# Bug Reference: http://bugzilla.gnome.org/166609
-ok 50 /option/bug/unknown-short
-# Bug Reference: http://bugzilla.gnome.org/168008
-ok 51 /option/bug/lonely-dash
-ok 52 /option/bug/triple-dash
-# Bug Reference: http://bugzilla.gnome.org/305576
-ok 53 /option/bug/missing-arg
-# Bug Reference: http://bugzilla.gnome.org/577638
-ok 54 /option/bug/dash-arg
-# Bug Reference: http://bugzilla.gnome.org/729563
-ok 55 /option/bug/short-remaining
-# Bug Reference: http://bugzilla.gnome.org/646926
-ok 56 /option/bug/double-free
-# End of bug tests
-# End of option tests
-PASS: glib/option-context.test
-Running test: pango/test-layout.test
-/layout/valid-2.markup: OK
-/layout/valid-1.markup: OK
-PASS: pango/test-layout.test
-Running test: glib/gdbus-names.test
-# random seed: R02S37de441e96daff14bc27f5c674ddf166
-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/autoptr-gio.test
-# random seed: R02S78720dbe778471d85541216117c8196a
-1..1
-# Start of autoptr tests
-ok 1 /autoptr/autoptr
-# End of autoptr tests
-PASS: glib/autoptr-gio.test
-Running test: glib/gdbus-test-codegen-old.test
-# random seed: R02S48a027a0fdaddebbba7dca8628ea828c
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+# 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: 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: glib/base64.test
+# random seed: R02S7171a5020637582cbc8c1dd3bf2ab55f
+1..25
+# 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
+# Start of incremental tests
+# Start of small-block tests
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
+ok 9 /base64/encode/incremental/small-block/1
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
+ok 10 /base64/encode/incremental/small-block/2
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
+ok 11 /base64/encode/incremental/small-block/3
+# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
+ok 12 /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 13 /base64/incremental/nobreak/1
+ok 14 /base64/incremental/nobreak/2
+ok 15 /base64/incremental/nobreak/3
+ok 16 /base64/incremental/nobreak/4-a
+ok 17 /base64/incremental/nobreak/4-b
+ok 18 /base64/incremental/nobreak/4-c
+# End of nobreak tests
+# Start of break tests
+ok 19 /base64/incremental/break/1
+ok 20 /base64/incremental/break/2
+ok 21 /base64/incremental/break/3
+# End of break tests
+# Start of smallblock tests
+ok 22 /base64/incremental/smallblock/1
+ok 23 /base64/incremental/smallblock/2
+ok 24 /base64/incremental/smallblock/3
+ok 25 /base64/incremental/smallblock/4
+# End of smallblock tests
+# End of incremental tests
+# End of base64 tests
+PASS: glib/base64.test
+Running test: glib/gdbus-peer.test
+# random seed: R02S6f2fd1eab2e6c29efd2c268ccfb19508
1..6
# 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/standalone-interface-info
-# End of codegen tests
-# End of gdbus tests
-PASS: glib/gdbus-test-codegen-old.test
-Running test: glib/mapping-test.test
-GLib-Message: 17:08:04.971: test_mapping: ok
-GLib-Message: 17:08:04.972: test_private: ok
-GLib-Message: 17:08:04.973: test_child_private: child spawned
-GLib-Message: 17:08:04.978: test_child_private: received first child signal
-GLib-Message: 17:08:04.979: test_child_private: received parent signal
-GLib-Message: 17:08:04.981: test_child_private: received second child signal
-GLib-Message: 17:08:04.981: test_child_private: ok
-PASS: glib/mapping-test.test
-Running test: glib/gdbus-connection-loss.test
-# random seed: R02S6044d90d4d58e736ebdb0ecff72fdcc1
-# 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
+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: 81e3757201770f4c37c135945cec67d8
+ok 6 /gdbus/codegen-peer-to-peer
# End of gdbus tests
-PASS: glib/gdbus-connection-loss.test
-Running test: glib/relation-test.test
-PASS: glib/relation-test.test
-Running test: glib/file.test
-# random seed: R02S7afa265839163e47cfba6a03cd3acaa7
-1..19
-# Start of file tests
-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
-# Start of async-create-delete tests
-ok 15 /file/async-create-delete/0
-Executing: glib/file.test
-ok 16 /file/async-create-delete/1
-ok 17 /file/async-create-delete/10
-Executing: glib/file.test
-ok 18 /file/async-create-delete/25
-ok 19 /file/async-create-delete/4096
-# End of async-create-delete tests
-# End of file tests
-PASS: glib/file.test
-Running test: glib/collate.test
-# random seed: R02S8a236b4ae33b30c6375a4495b7eb6638
-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/signal4.test
-START: /usr/libexec/installed-tests/glib/signal4
-init 0x562553b38800
-init 0x562553b38820
-...................................................................................................................................................................................................................................................................................................................Executing: glib/signal4.test
-...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
-stopping
-stopped
-dispose 0x562553b38800!
-dispose 0x562553b38820!
-PASS: glib/signal4.test
-Running test: glib/642026.test
-# random seed: R02S12c994e16cf8375cf1f144a8c50e3e65
+PASS: glib/gdbus-peer.test
+Running test: glib/flags.test
+# random seed: R02S4b934497909b6e5cd80caec35ac613fe
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/value.test
-# random seed: R02S8e984b18933b95b03fc15d4b75d6c5c2
-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/live-g-file.test
-# random seed: R02S8787e05a33946f683940b7a816b70a53
-1..13
-# Start of live-g-file tests
-
- Cleaning target testing structure in 'testdir_live-g-file'...
-ok 1 /live-g-file/prep_clean_structure
-
- Going to create testing structure in 'testdir_live-g-file'...
- Creating directory 'dir1'...
- Creating directory 'dir1/subdir'...
- Creating directory 'dir2'...
- Creating directory 'dir-target'...
- Creating directory 'dir_no-access'...
- Creating directory 'dir_no-write'...
- Creating file 'target-file'...
- Creating file 'normal_file'...
- Creating symlink 'normal_file-symlink' --> 'normal_file'...
- Creating file 'executable_file'...
- Creating file 'private_file'...
- Creating file 'normal_file2'...
- Creating file 'readonly_file'...
- Creating file 'UTF_pr?i?lis? z'...
- Creating directory 'dir_pr?i?lis? z'...
- Creating symlink 'lost_symlink' --> 'nowhere'...
- Creating directory 'dir_hidden'...
- Creating file 'dir_hidden/.a-hidden-file'...
- Creating file 'dir_hidden/file-in-.hidden1'...
- Creating file 'dir_hidden/file-in-.hidden2'...
- Creating pattern file... done.
-ok 2 /live-g-file/create_structure
-
- Testing sample structure in 'testdir_live-g-file'...
- Testing file 'dir1'...
- Testing file 'dir1/subdir'...
- Testing file 'dir2'...
- Testing file 'dir-target'...
- Testing file 'dir_no-access'...
- Testing file 'dir_no-write'...
- Testing file 'target-file'...
- Testing file 'normal_file'...
- Testing file 'normal_file-symlink'...
- Testing file 'executable_file'...
- Testing file 'private_file'...
- Testing file 'normal_file2'...
- Testing file 'readonly_file'...
- Testing file 'UTF_pr?i?lis? z'...
- Testing file 'dir_pr?i?lis? z'...
- Testing file 'lost_symlink'...
- Testing file 'dir_hidden'...
- Testing file 'dir_hidden/.a-hidden-file'...
- Testing file 'dir_hidden/file-in-.hidden1'...
- Testing file 'dir_hidden/file-in-.hidden2'...
- Testing pattern file...
- read 65536 bytes, total = 65536 of 65536.
-ok 3 /live-g-file/test_initial_structure
-
- Traversing through the sample structure in 'testdir_live-g-file'...
- Found file dir1, relative to root: dir1
- Found file subdir, relative to root: dir1/subdir
- Found file dir2, relative to root: dir2
- Found file dir-target, relative to root: dir-target
- Found file dir_no-access, relative to root: dir_no-access
- Found file dir_no-write, relative to root: dir_no-write
- Found file target-file, relative to root: target-file
- Found file normal_file, relative to root: normal_file
- Found file normal_file-symlink, relative to root: normal_file-symlink
- Found file executable_file, relative to root: executable_file
- Found file private_file, relative to root: private_file
- Found file normal_file2, relative to root: normal_file2
- Found file readonly_file, relative to root: readonly_file
- Found file UTF_pr?i?lis? z, relative to root: UTF_pr?i?lis? z
- Found file dir_pr?i?lis? z, relative to root: dir_pr?i?lis? z
- Found file lost_symlink, relative to root: lost_symlink
- Found file dir_hidden, relative to root: dir_hidden
- Found file .a-hidden-file, relative to root: dir_hidden/.a-hidden-file
- Found file file-in-.hidden1, relative to root: dir_hidden/file-in-.hidden1
- Found file .hidden, relative to root: dir_hidden/.hidden
- Found file file-in-.hidden2, relative to root: dir_hidden/file-in-.hidden2
- Found file pattern_file, relative to root: pattern_file
-ok 4 /live-g-file/test_traverse_structure
-
- Test enumerate 'testdir_live-g-file'...
- Testing file 'dir_no-access'
- Testing file 'normal_file'
- Testing file 'normal_file-symlink'
- Testing file 'not_exists'
- Testing file 'not_exists'
- Testing file 'not_exists2'
- Testing file 'not_exists3'
- Testing file 'not_exists4'
- Testing file 'dir_no-execute/file'
-ok 5 /live-g-file/test_enumerate
-
- test_open: 'dir1'
- test_open: 'dir_no-access'
- test_open: 'target-file'
- test_open: 'normal_file-symlink'
- test_open: 'executable_file'
- test_open: 'private_file'
- test_open: 'readonly_file'
- test_open: 'UTF_pr?i?lis? z'
- test_open: 'pattern_file'
- test_open: 'not_exists'
- test_open: 'dir_no-execute/file'
- test_open: 'lost_symlink'
-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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/testdir_live-g-file/dir_pr?i?lis? z?: File exists
- test_create: 'pattern_file'
- test_create: 'not_exists2'
- test_create: 'not_exists3'
- test_create: 'not_exists4'
-ok 7 /live-g-file/test_create
-
- do_copy_move: 'dir1/subdir' --> 'dir-target'
- res = 0, error code 25 = Can?t recursively copy directory
- 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-KIB91Z/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'
- res = 0, error code 25 = Can?t recursively copy directory
- do_copy_move: 'dir1/subdir' --> 'dir_no-write'
- res = 0, error code 25 = Can?t recursively copy directory
- do_copy_move: 'dir2' --> 'dir-target'
- do_copy_move: 'dir-target' --> 'dir-target'
- res = 0, error code 25 = Can?t recursively copy directory
- 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-KIB91Z/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'
- res = 0, error code 25 = Can?t recursively copy directory
- do_copy_move: 'dir-target' --> 'dir_no-write'
- 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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/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-KIB91Z/testdir_live-g-file/dir1
- result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-KIB91Z/testdir_live-g-file/dir1: Directory not empty
- Deleting dir2, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-KIB91Z/testdir_live-g-file/dir2
- result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-KIB91Z/testdir_live-g-file/dir2: No such file or directory
- Deleting executable_file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-KIB91Z/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-KIB91Z/testdir_live-g-file/readonly_file
- Deleting dir_pr?i?lis? z, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-KIB91Z/testdir_live-g-file/dir_pr?i?lis? z
- Deleting not_exists, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-KIB91Z/testdir_live-g-file/not_exists
- result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-KIB91Z/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-KIB91Z/testdir_live-g-file/not_exists
- result = 0, error = Error trashing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-KIB91Z/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-KIB91Z/testdir_live-g-file/dir_no-execute/file
- result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-KIB91Z/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-KIB91Z/testdir_live-g-file/lost_symlink
-ok 9 /live-g-file/test_delete
-ok 10 /live-g-file/test_make_directory_with_parents
-
- Cleaning target testing structure in 'testdir_live-g-file'...
- deleting 'dir1'
- deleting 'subdir'
- deleting 'dir-target'
- deleting 'dir2'
- deleting 'target-file'
- deleting 'normal_file-symlink'
- deleting 'executable_file'
- deleting 'private_file'
- deleting 'normal_file2'
- deleting 'UTF_pr?i?lis? z'
- deleting 'pattern_file'
- deleting 'lost_symlink'
- deleting 'dir_no-access'
- deleting 'dir_no-write'
- deleting 'target-file'
- deleting 'normal_file'
- deleting 'normal_file-symlink'
- deleting 'executable_file~'
- deleting 'private_file'
- deleting 'normal_file2~'
- deleting 'UTF_pr?i?lis? z'
- deleting 'dir_hidden'
- deleting '.a-hidden-file'
- deleting 'file-in-.hidden1'
- deleting '.hidden'
- deleting 'file-in-.hidden2'
- deleting 'pattern_file'
- deleting 'executable_file'
- deleting 'normal_file2'
- deleting 'not_exists2'
- deleting 'not_exists3'
- deleting 'not_exists4'
- deleting 'a'
-ok 11 /live-g-file/final_clean
-# Start of test_unix_is_mountpoint tests
-ok 12 /live-g-file/test_unix_is_mountpoint/sysroot
-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
-Running test: glib/sleepy-stream.test
-# random seed: R02S3fe1b195c2c40e8e7d921a107eac3f84
-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/testfilemonitor.test
-# random seed: R02Sec25db5263f129f6ef668d9fba32984c
-1..6
-# Start of monitor tests
-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
-Executing: glib/testfilemonitor.test
-# 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/testglib.test
-# random seed: R02S6c0a4d1fefd995244da8e5e97dbc8dc0
-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/simple-proxy.test
-# random seed: R02Se96a1e80d782c910aff021146d73cd7b
-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/objects.test
-START: /usr/libexec/installed-tests/glib/objects
-init 0x555716565600
-init 0x555716565620
-..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/objects.test
-..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
-stopping
-dispose 0x555716565600!
-dispose 0x555716565620!
-stopped
-PASS: glib/objects.test
+# 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: pango/testattributes.test
/attributes/basic: OK
/attributes/equal: OK
@@ -12139,134 +11101,175 @@ Running test: pango/testattributes.test
/attributes/iter/get_font: OK
/attributes/iter/get_attrs: OK
PASS: pango/testattributes.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/markup-collect.test
-# random seed: R02Sc00659b8542f4169b558b03700388adb
-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: json-glib-1.0/node.test
-/nodes/gvalue: OK
-/nodes/init/int: OK
-/nodes/init/double: OK
-/nodes/init/boolean: OK
-/nodes/init/string: OK
-/nodes/init/null: OK
-/nodes/copy/null: OK
-/nodes/copy/value: OK
-/nodes/copy/object: OK
-/nodes/get/int: OK
-/nodes/get/double: OK
-/nodes/gvalue/autopromotion: OK
-/nodes/seal/int: OK
-/nodes/seal/double: OK
-/nodes/seal/boolean: OK
-/nodes/seal/string: OK
-/nodes/seal/null: OK
-/nodes/seal/object: OK
-/nodes/seal/array: OK
-/nodes/immutable/int: OK
-/nodes/immutable/double: OK
-/nodes/immutable/boolean: OK
-/nodes/immutable/string: OK
-/nodes/immutable/object: OK
-/nodes/immutable/array: OK
-/nodes/immutable/value: OK
-/nodes/immutable/parent: OK
-PASS: json-glib-1.0/node.test
-Running test: glib/private.test
-# random seed: R02Se942f09a0f54bc7526dae26a92268872
+Running test: glib/data-input-stream.test
+# random seed: R02S4a7d6ab6acf2f5814f3984885469a17b
+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/unix.test
+# random seed: R02S3e5d52a33eeafa4b7bcaf1cc53ed156f
1..8
+# Start of glib-unix tests
+ok 1 /glib-unix/pipe
+ok 2 /glib-unix/error
+ok 3 /glib-unix/nonblocking
+Executing: glib/unix.test
+ok 4 /glib-unix/sighup
+ok 5 /glib-unix/sigterm
+ok 6 /glib-unix/sighup_again
+ok 7 /glib-unix/sighup_add_remove
+ok 8 /glib-unix/sighup_nested
+# End of glib-unix tests
+PASS: glib/unix.test
+Running test: glib/properties2.test
+START: /usr/libexec/installed-tests/glib/properties2
+init 0x55ee030e0000
+....................................................................................................dispose 0x55ee030e0000!
+PASS: glib/properties2.test
+Running test: glib/objects.test
+START: /usr/libexec/installed-tests/glib/objects
+init 0x5574305cb600
+init 0x5574305cb620
+.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/objects.test
+.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+stopping
+dispose 0x5574305cb600!
+dispose 0x5574305cb620!
+stopped
+PASS: glib/objects.test
+Running test: glib/cond.test
+# random seed: R02S0fc35592da76a8480c80e3f085ec38da
+1..3
# 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
+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/private.test
-Running test: glib/closure.test
-# random seed: R02Sc365c175d21e4c1390385e20d5d9fa87
-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/timeloop-closure.test
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Elapsed user: 125
-Elapsed system: 174
-Elapsed total: 299
-total / iteration: 0.00996667
-PASS: glib/timeloop-closure.test
-Running test: glib/override.test
-PASS: glib/override.test
-Running test: glib/onceinit.test
-PASS: glib/onceinit.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: glib/thumbnail-verification.test
-# random seed: R02S1848e4ddc565361e15e660ed32bc9d5e
+PASS: glib/cond.test
+Running test: glib/gapplication.test
+# random seed: R02Sb9d7db33a63a59453448155c037f12f0
+1..14
+# 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
+# End of gapplication tests
+PASS: glib/gapplication.test
+Running test: glib/monitor.test
+# random seed: R02S19c29732cdb66c60e559f11fe38744ca
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/objects2.test
-START: /usr/libexec/installed-tests/glib/objects2
-init 0x562c102f6600
-..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/objects2.test
-......................................................................................................................dispose 0x562c102f6600!
-
-PASS: glib/objects2.test
+# Start of monitor tests
+# Using temporary directory: /tmp/gio-test-file-monitor_35R61Z
+ok 1 /monitor/directory
+# End of monitor tests
+PASS: glib/monitor.test
+Running test: glib/appmonitor.test
+# random seed: R02Sca82996c1690bc9c5e22e81d8dfa454e
+1..1
+# Start of monitor tests
+# Using data directory: /tmp/gio-test-app-monitor_S2N61Z
+ok 1 /monitor/app
+# End of monitor tests
+PASS: glib/appmonitor.test
+Running test: json-glib-1.0/serialize-complex.test
+/serialize/gobject-boxed: OK
+PASS: json-glib-1.0/serialize-complex.test
+Running test: glib/gdbus-connection-slow.test
+# random seed: R02Sfecef0703ab56992da487a628e125c18
+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/refcount.test
-# random seed: R02S72bb09454a8e5b85a739c939fa9ea3ee
+# random seed: R02Sab80ada631a98b6d19a0ab85b4a70748
1..4
# Start of refcount tests
ok 1 /refcount/grefcount
@@ -12281,905 +11284,8 @@ ok 4 /refcount/gatomicrefcount/saturation
# End of gatomicrefcount tests
# End of refcount tests
PASS: glib/refcount.test
-Running test: glib/unix-mounts.test
-# random seed: R02S4a467037e86670cbef1c790fe614891c
-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/list.test
-# random seed: R02S1a7f05900d3069c2b73eed329297dd5d
-1..19
-# Start of list tests
-ok 1 /list/sort
-ok 2 /list/sort-with-data
-ok 3 /list/insert-sorted
-ok 4 /list/insert-sorted-with-data
-ok 5 /list/reverse
-ok 6 /list/nth
-ok 7 /list/concat
-ok 8 /list/remove
-ok 9 /list/remove-all
-ok 10 /list/first-last
-ok 11 /list/insert
-ok 12 /list/free-full
-ok 13 /list/copy
-ok 14 /list/copy-deep
-ok 15 /list/delete-link
-ok 16 /list/prepend
-ok 17 /list/position
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 18 /list/double-free
-# Start of sort tests
-ok 19 /list/sort/stable
-# End of sort tests
-# End of list tests
-PASS: glib/list.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: 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: glib/asyncqueue.test
-# random seed: R02Sd09df1b996f180b3bf356cf6505bef74
-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/dbus-appinfo.test
-# random seed: R02S304d1e15b65062b9c91a820d10a01096
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..1
-# Start of appinfo tests
-ok 1 /appinfo/dbusappinfo
-# End of appinfo tests
-PASS: glib/dbus-appinfo.test
-Running test: glib/dir.test
-# random seed: R02Sbe3487d960bcc5820200158ef390d4de
-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/refstring.test
-# random seed: R02S6ce45dd36428e75cc99c7c72760cb66a
-1..5
-# Start of refstring tests
-# s = 'hello, world' (0x55627437be58)
-ok 1 /refstring/base
-ok 2 /refstring/length
-ok 3 /refstring/length-auto
-ok 4 /refstring/length-nuls
-# s = 'hello, world' (0x5562743a0ae8)
-# p = s = 'hello, world' (0x5562743a0ae8)
-# releasing p[0x5562743a0ae8] ('hello, world')
-# p = 'goodbye, world' (0x5562743a0ab8)
-# releasing p[0x5562743a0ab8] ('goodbye, world')
-# releasing s[0x5562743a0ae8] ('hello, world')
-ok 5 /refstring/intern
-# End of refstring tests
-PASS: glib/refstring.test
-Running test: glib/utf8-validate.test
-# random seed: R02Scbae18a5c4a4e5d14ea5ba49a4cf5aea
-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/gdbus-peer-object-manager.test
-# random seed: R02S01dc4490c3669cb9a7917b6a8f490de2
-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/fileattributematcher.test
-# random seed: R02S1799f1c305b7d8d0d8a3cc2f971b52f2
-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/cancellable.test
-# random seed: R02S77f31842f31b2f30b38bbdecc106af15
-1..1
-# Start of cancellable tests
-ok 1 /cancellable/multiple-concurrent
-# End of cancellable tests
-PASS: glib/cancellable.test
-Running test: glib/task.test
-# random seed: R02Sf66392314b2bc9f8164c1942e9e8861b
-1..22
-# 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/check-cancellable
-ok 11 /gtask/return-if-cancelled
-ok 12 /gtask/run-in-thread
-ok 13 /gtask/run-in-thread-sync
-ok 14 /gtask/run-in-thread-priority
-ok 15 /gtask/run-in-thread-nested
-ok 16 /gtask/run-in-thread-overflow
-ok 17 /gtask/return-on-cancel
-ok 18 /gtask/return-on-cancel-sync
-ok 19 /gtask/return-on-cancel-atomic
-ok 20 /gtask/return-pointer
-ok 21 /gtask/object-keepalive
-ok 22 /gtask/legacy-error
-# End of gtask tests
-PASS: glib/task.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
-Running test: glib/slice-concurrent.test
-Starting 8 threads for concurrent GSlice usage...
-bhccghcffdcgabgfaeahbcaeefcgbhcehfebfgaahdcgeccebgfgececehahaefaheahggbfgfbbcbffddehdhgdecfbeeaecchghgehdfdaahfcdaahfgfcedahggggcdddeacfc
-Thread 1: 49668 blocks freed, 266 blocks not freed
-Thread 2: 47038 blocks freed, 2750 blocks not freed
-Thread 3: 48999 blocks freed, 969 blocks not freed
-Thread 4: 48921 blocks freed, 1215 blocks not freed
-Thread 5: 48674 blocks freed, 1093 blocks not freed
-Thread 6: 47247 blocks freed, 2686 blocks not freed
-Thread 7: 49242 blocks freed, 1078 blocks not freed
-Thread 8: 47116 blocks freed, 3038 blocks not freed
-PASS: glib/slice-concurrent.test
-Running test: glib/keyfile.test
-# random seed: R02S9c1d5de5f729829b4f020a1d4c5eb06f
-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/singleton.test
-PASS: glib/singleton.test
-Running test: glib/spawn-singlethread.test
-# random seed: R02S0b136a1b09708a57c311300940b996fa
-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/queue.test
-# random seed: R02S4115ce2d5e63512a673352bdc3e322d1
-1..8
-# 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
-# Start of random tests
-ok 8 /queue/random/seed:1400321327
-# End of random tests
-# End of queue tests
-PASS: glib/queue.test
-Running test: glib/hash.test
-# random seed: R02Scb24501b25f2cdac543f3e8a48a495c8
-1..25
-# 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
-# Bug Reference: http://bugzilla.gnome.org/642944
-ok 19 /hash/lookup-null-key
-# Bug Reference: http://bugzilla.gnome.org/650459
-ok 20 /hash/destroy-modify
-ok 21 /hash/consistency
-# Bug Reference: http://bugzilla.gnome.org/662544
-ok 22 /hash/iter-replace
-# Bug Reference: http://bugzilla.gnome.org/692815
-ok 23 /hash/set-insert-corruption
-ok 24 /hash/set-to-strv
-ok 25 /hash/primes
-# Start of recursive-remove-all tests
-# End of recursive-remove-all tests
-# End of hash tests
-PASS: glib/hash.test
-Running test: glib/mappedfile.test
-# random seed: R02S6560d83f88dcf4c322ff0804791308f7
-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/properties2.test
-START: /usr/libexec/installed-tests/glib/properties2
-init 0x563af6127000
-............................................Executing: glib/properties2.test
-........................................................dispose 0x563af6127000!
-PASS: glib/properties2.test
-Running test: glib/datetime.test
-05/27/19 17:09:42
-PASS: glib/datetime.test
-Running test: glib/buffered-output-stream.test
-# random seed: R02Sb1c48585c96462b904ca846e74750ab9
-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/timeloop.test
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Children: 3 Iters: 10000
-Elapsed user: 67
-Elapsed system: 151
-Elapsed total: 218
-total / iteration: 0.00726667
-PASS: glib/timeloop.test
-Running test: glib/gdbus-message.test
-# random seed: R02Sb2212afa0113a23db5b464cc6cfddd04
-1..2
-# Start of gdbus tests
-# Start of message tests
-ok 1 /gdbus/message/lock
-ok 2 /gdbus/message/copy
-# End of message tests
-# End of gdbus tests
-PASS: glib/gdbus-message.test
-Running test: glib/error.test
-# random seed: R02Se1bf97b64d52a529a7eda40975870ba3
-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/guuid.test
-# random seed: R02S359a0dbcfc7de05ba03304cd25c350b3
-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/gvalue-test.test
-# random seed: R02Sf41a76aafe3503f2752374cc8d92744d
-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/enums.test
-# random seed: R02S6e26b5726fbae91d593655b7075c2047
-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/tree.test
-# random seed: R02S6aa7c65c3099748a39d53ed50ae9e0f0
-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/gdbus-peer.test
-# random seed: R02S0f839e6e3d3db9c3a74587a2e0ede3e4
-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: ebec8364676f6b0c0fff8a7c5cec1454
-ok 6 /gdbus/codegen-peer-to-peer
-# End of gdbus tests
-PASS: glib/gdbus-peer.test
-Running test: glib/dynamictests.test
-# random seed: R02Sde71900f649dc6ffa709b047e50445c4
-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/gdbus-non-socket.test
-# random seed: R02S3bd7aff82fc14b388ac7e91d30134190
-1..1
-# Start of gdbus tests
-ok 1 /gdbus/non-socket
-# End of gdbus tests
-PASS: glib/gdbus-non-socket.test
-Running test: glib/gdbus-proxy-threads.test
-# random seed: R02S0c579d1cf1e630433860f7be457b6c6e
-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 11753
-PASS: glib/gdbus-proxy-threads.test
-Running test: glib/slice-threadinit.test
-PASS: glib/slice-threadinit.test
-Running test: glib/inet-address.test
-# random seed: R02S99b5bca334f84c2b7210ce810b777189
-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/node.test
-# random seed: R02Sfc7f556b53a9678d34c4323694f478bf
-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/param.test
-# random seed: R02S9da6f21031b28b03a6124a03674bfff3
-1..7
-# Start of param tests
-ok 1 /param/value
-ok 2 /param/strings
-ok 3 /param/qdata
-ok 4 /param/validate
-ok 5 /param/convert
-ok 6 /param/default
-# Start of implement tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of implement tests
-# End of param tests
-# Start of value tests
-ok 7 /value/transform
-# End of value tests
-PASS: glib/param.test
-Running test: glib/gdbus-addresses.test
-# random seed: R02S8bac7144e06103f959bb8155a9d141c5
-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: pango/testscript.test
-/script/iter: OK
-PASS: pango/testscript.test
-Running test: glib/testgdate.test
-checking GDate...
-Locale set to C
-Today is a Monday, 05/27/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/signals.test
-PASS: glib/signals.test
Running test: glib/regex.test
-# random seed: R02S93a2d09a35a4e7da47816aa5df5f0e05
+# random seed: R02S4327027a0a7e5687b5a53e100ba2ee38
1..572
# Start of regex tests
ok 1 /regex/properties
@@ -13859,8 +11965,19 @@ ok 572 /regex/match-notempty-atstart/562
# End of match-notempty-atstart tests
# End of regex tests
PASS: glib/regex.test
+Running test: gdk-pixbuf/animation.test
+/animation/gif: OK
+/animation/ani: OK
+PASS: gdk-pixbuf/animation.test
+Running test: glib/include.test
+# random seed: R02S6ab841782190e182cbf633de611befd7
+1..1
+# Start of include tests
+ok 1 /include/rwlock
+# End of include tests
+PASS: glib/include.test
Running test: glib/gdbus-serialization.test
-# random seed: R02S9edd2673031047b6c695f7e5810a3fac
+# random seed: R02S6ad7fa7232b615dc14cd8e83db002499
1..9
# Start of gdbus tests
ok 1 /gdbus/message-serialize-basic
@@ -13880,454 +11997,152 @@ ok 9 /gdbus/message-parse/multiple-signature-header
# End of message-parse tests
# End of gdbus tests
PASS: glib/gdbus-serialization.test
-Running test: pango/test-pangocairo-threads.test
-PASS: pango/test-pangocairo-threads.test
-Running test: glib/signal-handler.test
-# random seed: R02Se2322de279cdcd409dcd771ed81712de
-1..0
-PASS: glib/signal-handler.test
-Running test: glib/autoptr.test
-# random seed: R02S2cffb8bf2d0038416810bc977a3ecb1a
-1..50
-# Start of autoptr tests
-ok 1 /autoptr/autofree
-ok 2 /autoptr/g_async_queue
-ok 3 /autoptr/g_bookmark_file
-ok 4 /autoptr/g_bytes
-ok 5 /autoptr/g_checksum
-ok 6 /autoptr/g_date_time
-ok 7 /autoptr/g_dir
-ok 8 /autoptr/g_error
-ok 9 /autoptr/g_hash_table
-ok 10 /autoptr/g_hmac
-ok 11 /autoptr/g_io_channel
-ok 12 /autoptr/g_key_file
-ok 13 /autoptr/g_list
-ok 14 /autoptr/g_array
-ok 15 /autoptr/g_ptr_array
-ok 16 /autoptr/g_byte_array
-ok 17 /autoptr/g_main_context
-ok 18 /autoptr/g_main_loop
-ok 19 /autoptr/g_source
-ok 20 /autoptr/g_mapped_file
-ok 21 /autoptr/g_markup_parse_context
-ok 22 /autoptr/g_node
-ok 23 /autoptr/g_option_context
-ok 24 /autoptr/g_option_group
-ok 25 /autoptr/g_pattern_spec
-ok 26 /autoptr/g_queue
-ok 27 /autoptr/g_rand
-ok 28 /autoptr/g_regex
-ok 29 /autoptr/g_match_info
-ok 30 /autoptr/g_scanner
-ok 31 /autoptr/g_sequence
-ok 32 /autoptr/g_slist
-ok 33 /autoptr/g_string
-ok 34 /autoptr/g_string_chunk
-ok 35 /autoptr/g_thread
-ok 36 /autoptr/g_mutex
-ok 37 /autoptr/g_mutex_locker
-ok 38 /autoptr/g_cond
-ok 39 /autoptr/g_timer
-ok 40 /autoptr/g_time_zone
-ok 41 /autoptr/g_tree
-ok 42 /autoptr/g_variant
-ok 43 /autoptr/g_variant_builder
-ok 44 /autoptr/g_variant_iter
-ok 45 /autoptr/g_variant_dict
-ok 46 /autoptr/g_variant_type
-ok 47 /autoptr/strv
-ok 48 /autoptr/refstring
-ok 49 /autoptr/autolist
-ok 50 /autoptr/autoslist
-# End of autoptr tests
-PASS: glib/autoptr.test
-Running test: glib/markup.test
-# random seed: R02Sa796e2d8a2817371ecc28ddb0f0a8ab8
+Running test: glib/gdbus-bz627724.test
+# random seed: R02S337e79a28903a81bce35e5ab9dc44226
1..1
-# Start of markup tests
-ok 1 /markup/stack
-# End of markup tests
-PASS: glib/markup.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: glib/dynamictype.test
-PASS: glib/dynamictype.test
-Running test: glib/markup-parse.test
-# random seed: R02S9c4ce6e182f03832b16327171d300a9c
-1..69
-# Start of markup tests
-# Start of parse tests
-ok 1 /markup/parse/valid-4.gmarkup
-ok 2 /markup/parse/valid-6.gmarkup
-ok 3 /markup/parse/fail-32.gmarkup
-ok 4 /markup/parse/fail-48.gmarkup
-ok 5 /markup/parse/fail-2.gmarkup
-ok 6 /markup/parse/fail-19.gmarkup
-ok 7 /markup/parse/fail-18.gmarkup
-ok 8 /markup/parse/fail-4.gmarkup
-ok 9 /markup/parse/fail-24.gmarkup
-ok 10 /markup/parse/valid-14.gmarkup
-ok 11 /markup/parse/fail-47.gmarkup
-ok 12 /markup/parse/fail-51.gmarkup
-ok 13 /markup/parse/valid-3.gmarkup
-ok 14 /markup/parse/fail-50.gmarkup
-ok 15 /markup/parse/fail-1.gmarkup
-ok 16 /markup/parse/fail-45.gmarkup
-ok 17 /markup/parse/fail-26.gmarkup
-ok 18 /markup/parse/fail-42.gmarkup
-ok 19 /markup/parse/valid-12.gmarkup
-ok 20 /markup/parse/fail-5.gmarkup
-ok 21 /markup/parse/valid-11.gmarkup
-ok 22 /markup/parse/fail-21.gmarkup
-ok 23 /markup/parse/fail-14.gmarkup
-ok 24 /markup/parse/fail-53.gmarkup
-ok 25 /markup/parse/fail-46.gmarkup
-ok 26 /markup/parse/fail-7.gmarkup
-ok 27 /markup/parse/fail-37.gmarkup
-ok 28 /markup/parse/fail-23.gmarkup
-ok 29 /markup/parse/fail-34.gmarkup
-ok 30 /markup/parse/fail-52.gmarkup
-ok 31 /markup/parse/valid-15.gmarkup
-ok 32 /markup/parse/fail-39.gmarkup
-ok 33 /markup/parse/fail-11.gmarkup
-ok 34 /markup/parse/fail-49.gmarkup
-ok 35 /markup/parse/fail-36.gmarkup
-ok 36 /markup/parse/fail-16.gmarkup
-ok 37 /markup/parse/fail-3.gmarkup
-ok 38 /markup/parse/fail-12.gmarkup
-ok 39 /markup/parse/fail-9.gmarkup
-ok 40 /markup/parse/fail-38.gmarkup
-ok 41 /markup/parse/fail-6.gmarkup
-ok 42 /markup/parse/fail-43.gmarkup
-ok 43 /markup/parse/fail-25.gmarkup
-ok 44 /markup/parse/fail-17.gmarkup
-ok 45 /markup/parse/fail-22.gmarkup
-ok 46 /markup/parse/fail-28.gmarkup
-ok 47 /markup/parse/valid-13.gmarkup
-ok 48 /markup/parse/fail-27.gmarkup
-ok 49 /markup/parse/valid-2.gmarkup
-ok 50 /markup/parse/fail-33.gmarkup
-ok 51 /markup/parse/fail-20.gmarkup
-ok 52 /markup/parse/fail-10.gmarkup
-ok 53 /markup/parse/valid-5.gmarkup
-ok 54 /markup/parse/fail-31.gmarkup
-ok 55 /markup/parse/fail-15.gmarkup
-ok 56 /markup/parse/fail-35.gmarkup
-ok 57 /markup/parse/valid-16.gmarkup
-ok 58 /markup/parse/valid-9.gmarkup
-ok 59 /markup/parse/fail-41.gmarkup
-ok 60 /markup/parse/fail-8.gmarkup
-ok 61 /markup/parse/fail-30.gmarkup
-ok 62 /markup/parse/valid-7.gmarkup
-ok 63 /markup/parse/fail-13.gmarkup
-ok 64 /markup/parse/valid-10.gmarkup
-ok 65 /markup/parse/valid-1.gmarkup
-ok 66 /markup/parse/fail-40.gmarkup
-ok 67 /markup/parse/fail-44.gmarkup
-ok 68 /markup/parse/fail-29.gmarkup
-ok 69 /markup/parse/valid-8.gmarkup
-# End of parse tests
-# End of markup tests
-PASS: glib/markup-parse.test
-Running test: glib/testing.test
-# random seed: R02S52003bf5122c91bf4fb8195b54bff6c3
-1..26
-# pass
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# skip
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# incomplete
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# fail
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# all
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# all-non-failures
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 1 /tap
-# Start of random-generator tests
-ok 2 /random-generator/rand-1
-ok 3 /random-generator/rand-2
-ok 4 /random-generator/random-conversions
-# End of random-generator tests
-# Start of misc 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)
-ok 5 /misc/assertions
-ok 6 /misc/test-data
-ok 7 /misc/primetoul
-# 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 8 /misc/fatal-log-handler
-# 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 9 /misc/expected-messages
-# 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 10 /misc/dash-p
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 11 /misc/nonfatal
-ok 12 /misc/skip # SKIP Skipped should count as passed, not failed
-# single test case skipped -> overall status 77
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# each test case skipped -> overall status 77
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# single test case incomplete -> overall status 77
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# one pass and some skipped -> overall status 0
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# one pass and some incomplete -> overall status 0
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# one pass and mix of skipped and incomplete -> overall status 0
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# one fail and some skipped -> overall status fail
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# one fail and some incomplete -> overall status fail
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-# one fail and mix of skipped and incomplete -> overall status fail
-# GLib-DEBUG: posix_spawn avoided (fd close requested)
-ok 13 /misc/combining
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 14 /misc/fail
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 15 /misc/incomplete
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 16 /misc/timeout
-# Start of assertions tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of assertions tests
-# Start of fatal-log-handler tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of fatal-log-handler tests
-# Start of expected-messages tests
-ok 17 /misc/expected-messages/expect-error
-# Test-DEBUG: should be ignored
-ok 18 /misc/expected-messages/skip-debug
-# Start of subprocess tests
-# End of subprocess tests
-# End of expected-messages tests
-# Start of dash-p tests
-ok 19 /misc/dash-p/child
-# Start of child tests
-ok 20 /misc/dash-p/child/sub
-ok 21 /misc/dash-p/child/sub2
-# Start of sub tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of sub tests
-# End of child tests
-# Start of subprocess tests
-# Start of hidden tests
-# End of hidden tests
-# End of subprocess tests
-# End of dash-p tests
-# Start of combining tests
-# Start of subprocess tests
-# End of subprocess tests
-# End of combining tests
-# End of misc tests
-# Start of forking tests
-# testing:ERROR:../glib-2.58.3/glib/tests/testing.c:143:test_fork_fail: code should not be reached
-ok 22 /forking/fail assertion
-ok 23 /forking/patterns
-# End of forking tests
-# Start of trap_subprocess tests
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 24 /trap_subprocess/fail
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 25 /trap_subprocess/no-such-test
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 26 /trap_subprocess/patterns
-# End of trap_subprocess tests
-PASS: glib/testing.test
-Running test: glib/utf8-pointer.test
-# random seed: R02Sff98d7de687c0d07a5882bc8c9f4354b
-1..3
-# 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/file-test.test
-PASS: glib/file-test.test
-Running test: glib/rcbox.test
-# random seed: R02S511162b4cf1233a93e202959d832bab2
-1..6
-# Start of rcbox tests
-ok 1 /rcbox/new
-# global_point = 0x55fc30efcf98
-ok 2 /rcbox/release-full
-# global_point_a = 0x55fc30f21b08
-# global_point_b = 0x55fc30efcf98
-ok 3 /rcbox/dup
-# End of rcbox tests
-# Start of atomic-rcbox tests
-ok 4 /atomic-rcbox/new
-# global_point = 0x55fc30f21b68
-ok 5 /atomic-rcbox/release-full
-# global_point_a = 0x55fc30f21b68
-# global_point_b = 0x55fc30f21b98
-ok 6 /atomic-rcbox/dup
-# End of atomic-rcbox tests
-PASS: glib/rcbox.test
-Running test: glib/async-close-output-stream.test
-# random seed: R02S35eadbcaac07183143d3b1db3407a763
-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/string.test
-# random seed: R02S7de66c4148b2208167affbce5b639a11
-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/pattern.test
-# random seed: R02Sd3279a8382279d44f4cb712c3214d592
-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: 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: glib/gdbus-close-pending.test
-# random seed: R02S2395efa6df404fd2191a2f8c83f280ec
+# 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/objects2.test
+START: /usr/libexec/installed-tests/glib/objects2
+init 0x55cef05f0600
+............................................................................................................................................................................................................................................................................Executing: glib/objects2.test
+............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................dispose 0x55cef05f0600!
+
+PASS: glib/objects2.test
+Running test: glib/mimeapps.test
+# random seed: R02S3bee9199141a63a6f6be5981be61c9e6
+# setting XDG_CONFIG_HOME to '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgconfighome'
+
+# setting XDG_DATA_HOME to '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome'
+
+# setting XDG_DATA_DIRS to '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatadir'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatadir/applications'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatadir/applications/mimeapps.list'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome/applications'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome/applications/myapp.desktop'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome/applications/myapp2.desktop'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome/applications/myapp3.desktop'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome/applications/myapp4.desktop'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome/applications/myapp5.desktop'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome/applications/nosuchapp.desktop'
+
+# removing '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome/applications/mimeapps.list'
+
+# creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-B79E2Z/xdgdatahome/applications/mimeinfo.cache'
+
+1..7
+# Start of appinfo tests
+ok 1 /appinfo/all
+# Start of mime tests
+ok 2 /appinfo/mime/api
+ok 3 /appinfo/mime/default
+ok 4 /appinfo/mime/file
+ok 5 /appinfo/mime/scheme-handler
+ok 6 /appinfo/mime/default-last-used
+ok 7 /appinfo/mime/ignore-nonexisting
+# End of mime tests
+# End of appinfo tests
+PASS: glib/mimeapps.test
+Running test: glib/gdbus-peer-object-manager.test
+# random seed: R02S99d2160a389ce17701c61c9b512ea825
1..2
# Start of gdbus tests
-ok 1 /gdbus/close-pending
-ok 2 /gdbus/unref-pending
+# 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-close-pending.test
-Running test: glib/completion-test.test
-PASS: glib/completion-test.test
+PASS: glib/gdbus-peer-object-manager.test
+Running test: glib/unicode.test
+# random seed: R02S0153ca299c268d31498b39f12846cfc2
+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: gdk-pixbuf/pixbuf-area-updated.test
+/pixbuf/area-updated/ico: OK
+/pixbuf/area-updated/gif: OK
+/pixbuf/area-updated/gif2: Executing: gdk-pixbuf/pixbuf-area-updated.test
+Executing: gdk-pixbuf/pixbuf-area-updated.test
+Executing: gdk-pixbuf/pixbuf-area-updated.test
+Executing: gdk-pixbuf/pixbuf-area-updated.test
+Executing: gdk-pixbuf/pixbuf-area-updated.test
+Executing: gdk-pixbuf/pixbuf-area-updated.test
+OK
+/pixbuf/area-updated/gif3: OK
+PASS: gdk-pixbuf/pixbuf-area-updated.test
+Running test: glib/spawn-test.test
+PASS: glib/spawn-test.test
+Running test: glib/gdbus-unix-addresses.test
+# random seed: R02S322187e7ed329c4fa3039d01b632b058
+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
+# End of gdbus tests
+PASS: glib/gdbus-unix-addresses.test
+Running test: glib/bytes.test
+# random seed: R02S5fd55c24dad378203f0e4933e0552bbf
+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/utils.test
-# random seed: R02Sc8bc5483fdb66a8c81cac8b6c5c85ddb
+# random seed: R02S658c15427ff31dd662fb8181daaf100b
1..28
# Start of utils tests
ok 1 /utils/language-names
@@ -14368,231 +12183,21 @@ ok 28 /utils/clear-pointer/side-effects
# End of clear-pointer tests
# End of utils tests
PASS: glib/utils.test
-Running test: gdk-pixbuf/pixbuf-area-updated.test
-/pixbuf/area-updated/ico: OK
-/pixbuf/area-updated/gif: Executing: gdk-pixbuf/pixbuf-area-updated.test
-OK
-/pixbuf/area-updated/gif2: Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-Executing: gdk-pixbuf/pixbuf-area-updated.test
-OK
-/pixbuf/area-updated/gif3: OK
-PASS: gdk-pixbuf/pixbuf-area-updated.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: glib/pollable.test
-# random seed: R02S111e31dd193afaa2bad1e881492cbdeb
-1..3
-# Start of pollable tests
-ok 1 /pollable/unix
-ok 2 /pollable/converter
-ok 3 /pollable/socket
-# End of pollable tests
-PASS: glib/pollable.test
-Running test: glib/1bit-mutex.test
-# random seed: R02S8541f76e02cf04bd067f82c5482e55d2
-1..2
-# Start of glib tests
-# Start of 1bit-mutex tests
-Executing: glib/1bit-mutex.test
-ok 1 /glib/1bit-mutex/int
-Executing: glib/1bit-mutex.test
-ok 2 /glib/1bit-mutex/pointer
-# End of 1bit-mutex tests
-# End of glib tests
-PASS: glib/1bit-mutex.test
-Running test: json-glib-1.0/serialize-complex.test
-/serialize/gobject-boxed: OK
-PASS: json-glib-1.0/serialize-complex.test
-Running test: glib/contenttype.test
-# random seed: R02Se182b918bbc5a2b180f432f48ac441c0
-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
-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/defaultiface.test
-PASS: glib/defaultiface.test
-Running test: glib/contexts.test
-# random seed: R02Se61cbe281e50ac6ec8e270a6d1fd2d1d
-1..5
-# Start of gio tests
-# Start of contexts tests
-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/cache.test
-# random seed: R02Sec47861d36d9bb7b03f334067bae0877
-1..1
-# Start of cache tests
-ok 1 /cache/basic
-# End of cache tests
-PASS: glib/cache.test
-Running test: glib/shell.test
-# random seed: R02S721fef4c8ff34e82cba62609f4ea0815
-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/socket-listener.test
-# random seed: R02S9e96456a49a71741fbac4ae5fe0fb016
-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: pango/testboundaries.test
-/text/boundaries: sample file: /usr/libexec/installed-tests/pango/boundaries.utf8
-testboundaries passed
-OK
-PASS: pango/testboundaries.test
-Running test: glib/accumulator.test
-PASS: glib/accumulator.test
-Running test: glib/include.test
-# random seed: R02S11d2d20d7f23d675aa4f4256b644e01c
-1..1
-# Start of include tests
-ok 1 /include/rwlock
-# End of include tests
-PASS: glib/include.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.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.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.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.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.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.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
-stopping
-stopped
-36259503 2603553
-PASS: glib/properties3.test
-Running test: glib/stream-rw_all.test
-# random seed: R02S213f12840eaedeed9b263bc178dffb27
-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-test-codegen-old.test
+# random seed: R02S5e2f4c26b856ff6d022525efdac5902f
+# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
+1..6
+# 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/standalone-interface-info
+# End of codegen tests
+# End of gdbus tests
+PASS: glib/gdbus-test-codegen-old.test
Running test: json-glib-1.0/generator.test
/generator/empty-array: OK
/generator/empty-object: OK
@@ -14610,261 +12215,191 @@ Running test: json-glib-1.0/generator.test
/generator/string/a\\xc: OK
/generator/string/Barney B\303\244r: OK
PASS: json-glib-1.0/generator.test
-Running test: glib/option-argv0.test
-# random seed: R02Scf880db935ac0a4b5e1d9517dc2ed074
-1..1
+Running test: glib/thread.test
+# random seed: R02S526b49ef4c4735a23bc1cf823ebaf2a5
+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/g-icon.test
+# random seed: R02S5eb7cefe15c312133d642fcbbb8d81c7
+1..6
+# Start of icons tests
+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/option-context.test
+# random seed: R02Sb8ad2b638009f7ea43148747724cc404
+1..56
# Start of option tests
-ok 1 /option/argv0
+ok 1 /option/basic
+ok 2 /option/translate
+ok 3 /option/strict-posix
+# Start of help tests
+ok 4 /option/help/options
+ok 5 /option/help/no-options
+# Bug Reference: http://bugzilla.gnome.org/697652
+ok 6 /option/help/no-help-options
+# End of help tests
+# Start of group tests
+# Bug Reference: http://bugzilla.gnome.org/504142
+# 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 7 /option/group/captions
+ok 8 /option/group/main
+ok 9 /option/group/error-hook
+ok 10 /option/group/parse
+# Start of captions tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of captions tests
+# End of group tests
+# Start of restoration tests
+ok 11 /option/restoration/int
+ok 12 /option/restoration/string
+ok 13 /option/restoration/boolean
+# End of restoration tests
+# Start of arg tests
+ok 14 /option/arg/reverse-string
+ok 15 /option/arg/optional-int
+# Start of repetition tests
+ok 16 /option/arg/repetition/int
+ok 17 /option/arg/repetition/string
+ok 18 /option/arg/repetition/filename
+ok 19 /option/arg/repetition/double
+ok 20 /option/arg/repetition/locale
+ok 21 /option/arg/repetition/int64
+# End of repetition tests
+# Start of array tests
+ok 22 /option/arg/array/string
+# End of array tests
+# Start of callback tests
+ok 23 /option/arg/callback/string
+ok 24 /option/arg/callback/count
+ok 25 /option/arg/callback/optional1
+ok 26 /option/arg/callback/optional2
+ok 27 /option/arg/callback/optional3
+ok 28 /option/arg/callback/optional4
+ok 29 /option/arg/callback/optional5
+ok 30 /option/arg/callback/optional6
+ok 31 /option/arg/callback/optional7
+ok 32 /option/arg/callback/optional8
+# End of callback tests
+# Start of remaining tests
+ok 33 /option/arg/remaining/callback
+ok 34 /option/arg/remaining/callback-false
+ok 35 /option/arg/remaining/non-option
+ok 36 /option/arg/remaining/separator
+ok 37 /option/arg/remaining/array
+# End of remaining tests
+# Start of ignore tests
+ok 38 /option/arg/ignore/long
+ok 39 /option/arg/ignore/short
+ok 40 /option/arg/ignore/arg
+# End of ignore tests
+# Start of rest tests
+ok 41 /option/arg/rest/non-option
+ok 42 /option/arg/rest/separator1
+ok 43 /option/arg/rest/separator2
+ok 44 /option/arg/rest/separator3
+ok 45 /option/arg/rest/separator4
+ok 46 /option/arg/rest/separator5
+# End of rest tests
+# End of arg tests
+# Start of context tests
+ok 47 /option/context/add
+ok 48 /option/context/empty2
+ok 49 /option/context/empty3
+# End of context tests
+# Start of bug tests
+# Bug Reference: http://bugzilla.gnome.org/166609
+ok 50 /option/bug/unknown-short
+# Bug Reference: http://bugzilla.gnome.org/168008
+ok 51 /option/bug/lonely-dash
+ok 52 /option/bug/triple-dash
+# Bug Reference: http://bugzilla.gnome.org/305576
+ok 53 /option/bug/missing-arg
+# Bug Reference: http://bugzilla.gnome.org/577638
+ok 54 /option/bug/dash-arg
+# Bug Reference: http://bugzilla.gnome.org/729563
+ok 55 /option/bug/short-remaining
+# Bug Reference: http://bugzilla.gnome.org/646926
+ok 56 /option/bug/double-free
+# End of bug tests
# End of option tests
-PASS: glib/option-argv0.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: Executing: gdk-pixbuf/pixbuf-randomly-modified.test
-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/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: glib/closures.test
-START: /usr/libexec/installed-tests/glib/closures
-init 0x55d830611410
-.
-.
-.
-.
-cC.
-.
-.
-.
-Cc.
-Executing: glib/closures.test
-.
-.
-.
-Cc.
-.
-.
-.
-Cc.
-.
-.
-Cc.
-.
-.
-.
-.
-Cc.
-.
-.
-C.
-c.
-.
-.
-.
-Cc.
-.
-.
-.
-Cc.
-.
-.
-.
-Cc.
-.
-.
-.
-Cc.
-.
-.
-.
-Cc.
-.
-.
-.
-.
-Cc.
-.
-.
-.
-Cc.
-.
-.
-.
-cC.
-.
-.
-.
-cC.
-.
-.
-.
-.
-cC.
-.
-.
-.
-Cc.
-.
-.
-.
-Cc.
-.
-.
-.
-Cc.
-.
-.
-C.
-c.
-.
-.
-.
-Cc.
-.
-.
-C.
-c.
-.
-.
-.
-Cc.
-.
-
-stopping
-stopped
-PASS: glib/closures.test
-Running test: glib/signal1.test
-START: /usr/libexec/installed-tests/glib/signal1
-init 0x560da2eb6800
-init 0x560da2eb6820
-.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal1.test
-.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
-stopping
-stopped
-dispose 0x560da2eb6800!
-dispose 0x560da2eb6820!
-PASS: glib/signal1.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: json-glib-1.0/boxed.test
-/boxed/serialize-property: OK
-/boxed/deserialize-property: OK
-PASS: json-glib-1.0/boxed.test
-Running test: glib/gobject-private.test
-# random seed: R02S1b833287109bd554d1bb77745a01c448
-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: 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: glib/monitor.test
-# random seed: R02Sddaae3d0a97446053699ac7c350b8ee9
-1..1
-# Start of monitor tests
-# Using temporary directory: /tmp/gio-test-file-monitor_SK1C2Z
-ok 1 /monitor/directory
-# End of monitor tests
-PASS: glib/monitor.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: glib/gdbus-proxy.test
-# random seed: R02S23af952d509754d3f49c845dd1acee4d
-# 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
+PASS: glib/option-context.test
+Running test: glib/testglib.test
+# random seed: R02Sc1a26ccb78a8eb55bb8a434a83b6f7be
+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/string.test
+# random seed: R02S303622b56eb1499987d3097ffd1a788f
+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/override.test
+PASS: glib/override.test
Running test: glib/markup-subparser.test
-# random seed: R02S017e817a0226fdd75d0d9cf64e92a086
+# random seed: R02Sf501dafdacdea1c58880fa38d85218d7
1..14
# Start of glib tests
# Start of markup tests
@@ -14891,670 +12426,138 @@ ok 14 /glib/markup/subparser/failure/6
# End of markup tests
# End of glib tests
PASS: glib/markup-subparser.test
-Running test: glib/environment.test
-# random seed: R02Sc71b19b3a44be8da6f27e0bb3ad4c66d
-1..4
-# Start of environ tests
-ok 1 /environ/listenv
-ok 2 /environ/setenv
-ok 3 /environ/array
-ok 4 /environ/null
-# End of environ tests
-PASS: glib/environment.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: glib/utf8-performance.test
-# random seed: R02S1338618f00b8edef3a16cd2dd3614751
-1..0
-PASS: glib/utf8-performance.test
-Running test: glib/charset.test
-# random seed: R02Sfc8956e3de1ba751728691860cfd6378
-1..1
-# Start of charset tests
-# Test 0
-# Test 1
-# Test 2
-# Test 3
-ok 1 /charset/language_names_with_category
-# End of charset tests
-PASS: glib/charset.test
-Running test: glib/readwrite.test
-# random seed: R02S96f16ac59c9dabc71a27950dbd7b8991
-1..3
-# Start of readwrite tests
-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/cond.test
-# random seed: R02Sb3075fa0a28211d0e5654c39bf53c538
-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/gdbus-auth.test
-# random seed: R02Se9df3e3dfef544eadd51da8690d7efba
-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: json-glib-1.0/serialize-simple.test
-/serialize/gobject: OK
-PASS: json-glib-1.0/serialize-simple.test
-Running test: glib/gdbus-export.test
-# random seed: R02S8821bcdf5169acc1725497f139f6cc42
-# 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/trash.test
-# random seed: R02S7f720ee744f6248449a2ca747e94d91f
-1..2
-# Start of trash tests
-# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/251
-# File: /tmp/test-trashAP6H2Z (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/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/giomodule.test
-# random seed: R02S4d5751169bc977b04d411f8e8333724e
-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/references.test
-PASS: glib/references.test
-Running test: glib/rwlock.test
-# random seed: R02S3144e785d3b1cb0b8ebb6154dd046303
-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
-Executing: glib/rwlock.test
-ok 7 /thread/rwlock7
-ok 8 /thread/rwlock8
-# End of thread tests
-PASS: glib/rwlock.test
-Running test: glib/tls-interaction.test
-# random seed: R02Sc076f9dc2d06097b84a32a22847c05a7
-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: json-glib-1.0/gvariant.test
-/gvariant/to-json/boolean: OK
-/gvariant/to-json/byte: OK
-/gvariant/to-json/int16: OK
-/gvariant/to-json/uint16: OK
-/gvariant/to-json/int32: OK
-/gvariant/to-json/uint32: OK
-/gvariant/to-json/int64: OK
-/gvariant/to-json/uint64: OK
-/gvariant/to-json/handle: OK
-/gvariant/to-json/double: OK
-/gvariant/to-json/double-whole: OK
-/gvariant/to-json/string: OK
-/gvariant/to-json/object-path: OK
-/gvariant/to-json/signature: OK
-/gvariant/to-json/tuple: OK
-/gvariant/to-json/deep-nesting: OK
-/gvariant/to-json/mixed1: OK
-/gvariant/to-json/mixed2: OK
-/gvariant/to-json/maybe/simple/null: OK
-/gvariant/to-json/maybe/simple/string: OK
-/gvariant/to-json/maybe/container/null: OK
-/gvariant/to-json/maybe/container/tuple: OK
-/gvariant/to-json/maybe/variant/boolean: OK
-/gvariant/to-json/array/empty: OK
-/gvariant/to-json/array/byte: OK
-/gvariant/to-json/array/string: OK
-/gvariant/to-json/array/variant: OK
-/gvariant/to-json/array/array/int32: OK
-/gvariant/to-json/dictionary/empty: OK
-/gvariant/to-json/dictionary/single-entry: OK
-/gvariant/to-json/dictionary/string-int32: OK
-/gvariant/to-json/dictionary/string-variant: OK
-/gvariant/to-json/dictionary/int64-variant: OK
-/gvariant/to-json/dictionary/uint64-boolean: OK
-/gvariant/to-json/dictionary/boolean-variant: OK
-/gvariant/to-json/dictionary/double-string: OK
-/gvariant/to-json/variant/string: OK
-/gvariant/to-json/variant/dictionary: OK
-/gvariant/to-json/variant/maybe/null: OK
-/gvariant/to-json/variant/variant/array: OK
-/gvariant/from-json/boolean: OK
-/gvariant/from-json/byte: OK
-/gvariant/from-json/int16: OK
-/gvariant/from-json/uint16: OK
-/gvariant/from-json/int32: OK
-/gvariant/from-json/uint32: OK
-/gvariant/from-json/int64: OK
-/gvariant/from-json/uint64: OK
-/gvariant/from-json/handle: OK
-/gvariant/from-json/double: OK
-/gvariant/from-json/double-whole: OK
-/gvariant/from-json/string: OK
-/gvariant/from-json/object-path: OK
-/gvariant/from-json/signature: OK
-/gvariant/from-json/tuple: OK
-/gvariant/from-json/deep-nesting: OK
-/gvariant/from-json/mixed1: OK
-/gvariant/from-json/mixed2: OK
-/gvariant/from-json/string-to-boolean: OK
-/gvariant/from-json/string-to-byte: OK
-/gvariant/from-json/string-to-int16: OK
-/gvariant/from-json/string-to-uint16: OK
-/gvariant/from-json/string-to-int32: OK
-/gvariant/from-json/string-to-int64: OK
-/gvariant/from-json/string-to-uint64: OK
-/gvariant/from-json/string-to-double: OK
-/gvariant/from-json/string-to-double-whole: OK
-/gvariant/from-json/maybe/simple/null: OK
-/gvariant/from-json/maybe/simple/string: OK
-/gvariant/from-json/maybe/container/null: OK
-/gvariant/from-json/maybe/container/tuple: OK
-/gvariant/from-json/maybe/variant/boolean: OK
-/gvariant/from-json/array/empty: OK
-/gvariant/from-json/array/byte: OK
-/gvariant/from-json/array/string: OK
-/gvariant/from-json/array/variant: OK
-/gvariant/from-json/array/array/int32: OK
-/gvariant/from-json/dictionary/empty: OK
-/gvariant/from-json/dictionary/single-entry: OK
-/gvariant/from-json/dictionary/string-int32: OK
-/gvariant/from-json/dictionary/string-variant: OK
-/gvariant/from-json/dictionary/int64-variant: OK
-/gvariant/from-json/dictionary/uint64-boolean: OK
-/gvariant/from-json/dictionary/boolean-variant: OK
-/gvariant/from-json/dictionary/double-string: OK
-/gvariant/from-json/variant/string: OK
-/gvariant/from-json/variant/dictionary: OK
-/gvariant/from-json/variant/maybe/null: OK
-/gvariant/from-json/variant/variant/array: OK
-PASS: json-glib-1.0/gvariant.test
-Running test: glib/timeout.test
-# random seed: R02S3f9c36b1f1fc9fc65b4a194a2f6e0433
-1..2
-# Start of timeout tests
-ok 1 /timeout/seconds
-Executing: glib/timeout.test
-Executing: glib/timeout.test
-ok 2 /timeout/rounding
-# End of timeout tests
-PASS: glib/timeout.test
-Running test: glib/gapplication.test
-# random seed: R02S484d50995df043a5db58cf4eec373885
-1..14
-# 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
-# End of gapplication tests
-PASS: glib/gapplication.test
-Running test: glib/refcount-macro.test
-# random seed: R02S9eb009cb87182ce785e5c1a52ebaa32d
-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/credentials.test
-# random seed: R02S151be57022f29b0244bf7f2c4c9627a2
-1..1
-# Start of credentials tests
-# GCredentials:linux-ucred:pid=12401,uid=1000,gid=1001
-# GCredentials:linux-ucred:pid=12401,uid=0,gid=1001
-ok 1 /credentials/basic
-# End of credentials tests
-PASS: glib/credentials.test
-Running test: glib/io-stream.test
-# random seed: R02Sc1616a160bc5a96776098bd6ba088c53
-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
-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/642026-ec.test
-# random seed: R02Sae6b2e516af0cf2c04a2195f80380bbe
-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/unicode-caseconv.test
-PASS: glib/unicode-caseconv.test
-Running test: glib/atomic-test.test
-PASS: glib/atomic-test.test
-Running test: glib/mutex.test
-# random seed: R02Sacbcb7eea9a7dca1d96cebf81691cacd
-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/bookmarkfile.test
-# random seed: R02Sdbf151c80b641f809dec2654cc7a7bfa
-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-16.xbel
-ok 6 /bookmarks/parse/fail-20.xbel
-ok 7 /bookmarks/parse/fail-35.xbel
-ok 8 /bookmarks/parse/fail-21.xbel
-ok 9 /bookmarks/parse/fail-37.xbel
-ok 10 /bookmarks/parse/fail-32.xbel
-ok 11 /bookmarks/parse/fail-15.xbel
-ok 12 /bookmarks/parse/fail-40.xbel
-ok 13 /bookmarks/parse/fail-14.xbel
-ok 14 /bookmarks/parse/fail-23.xbel
-ok 15 /bookmarks/parse/fail-05.xbel
-ok 16 /bookmarks/parse/fail-31.xbel
-ok 17 /bookmarks/parse/fail-19.xbel
-ok 18 /bookmarks/parse/fail-07.xbel
-ok 19 /bookmarks/parse/fail-29.xbel
-ok 20 /bookmarks/parse/fail-39.xbel
-ok 21 /bookmarks/parse/fail-03.xbel
-ok 22 /bookmarks/parse/fail-28.xbel
-ok 23 /bookmarks/parse/fail-17.xbel
-ok 24 /bookmarks/parse/fail-33.xbel
-ok 25 /bookmarks/parse/fail-36.xbel
-ok 26 /bookmarks/parse/fail-02.xbel
-ok 27 /bookmarks/parse/fail-12.xbel
-ok 28 /bookmarks/parse/fail-06.xbel
-ok 29 /bookmarks/parse/valid-02.xbel
-ok 30 /bookmarks/parse/fail-30.xbel
-ok 31 /bookmarks/parse/fail-18.xbel
-ok 32 /bookmarks/parse/fail-08.xbel
-ok 33 /bookmarks/parse/fail-27.xbel
-ok 34 /bookmarks/parse/fail-11.xbel
-ok 35 /bookmarks/parse/fail-13.xbel
-ok 36 /bookmarks/parse/fail-22.xbel
-ok 37 /bookmarks/parse/fail-25.xbel
-ok 38 /bookmarks/parse/fail-01.xbel
-ok 39 /bookmarks/parse/fail-10.xbel
-ok 40 /bookmarks/parse/fail-34.xbel
-ok 41 /bookmarks/parse/fail-09.xbel
-ok 42 /bookmarks/parse/valid-03.xbel
-ok 43 /bookmarks/parse/fail-38.xbel
-ok 44 /bookmarks/parse/fail-04.xbel
-ok 45 /bookmarks/parse/fail-26.xbel
-ok 46 /bookmarks/parse/fail-41.xbel
-ok 47 /bookmarks/parse/valid-01.xbel
-ok 48 /bookmarks/parse/fail-24.xbel
-# End of parse tests
-# End of bookmarks tests
-PASS: glib/bookmarkfile.test
-Running test: glib/unix-streams.test
-# random seed: R02Sb88d6bebde89172301699b5211105982
-1..3
-# Start of unix-streams tests
-ok 1 /unix-streams/basic
-ok 2 /unix-streams/pipe-io-test
-ok 3 /unix-streams/nonblocking-io-test
-# End of unix-streams tests
-PASS: glib/unix-streams.test
-Running test: gdk-pixbuf/pixbuf-fail.test
-/pixbuf/fail_tiny/CVE-2017-2862.jpg: OK
-/pixbuf/fail_tiny/DoS.tga: OK
-/pixbuf/fail_tiny/androstanRezeptor.tga: OK
-/pixbuf/fail_tiny/bug776694.bmp: OK
-/pixbuf/fail_tiny/bug777315.bmp: OK
-/pixbuf/fail_tiny/bug778204.ico: OK
-/pixbuf/fail_tiny/bug778584.gif: OK
-/pixbuf/fail_tiny/bug779012.ico: OK
-/pixbuf/fail_tiny/bug779016-infinite.icns: OK
-/pixbuf/fail_tiny/bug780269.tif: SKIP
-/pixbuf/fail_tiny/bug784903-overflow-dimensions.tiff: SKIP
-/pixbuf/fail_tiny/bug785973.gif: OK
-/pixbuf/fail_tiny/colormap-image-without-colormap.tga: OK
-/pixbuf/fail_tiny/empty-file.tga: OK
-/pixbuf/fail_tiny/file3.jp2: SKIP
-/pixbuf/fail_tiny/invalid.1.bmp: OK
-/pixbuf/fail_tiny/invalid.1.gif: OK
-/pixbuf/fail_tiny/invalid.1.ico: OK
-/pixbuf/fail_tiny/invalid.1.png: OK
-/pixbuf/fail_tiny/invalid.1.ppm: OK
-/pixbuf/fail_tiny/invalid.2.gif: OK
-/pixbuf/fail_tiny/invalid.2.png: OK
-/pixbuf/fail_tiny/invalid.2.ppm: OK
-/pixbuf/fail_tiny/invalid.3.gif: OK
-/pixbuf/fail_tiny/invalid.3.ico: OK
-/pixbuf/fail_tiny/invalid.3.png: OK
-/pixbuf/fail_tiny/invalid.3.ppm: OK
-/pixbuf/fail_tiny/invalid.4.gif: OK
-/pixbuf/fail_tiny/invalid.4.png: OK
-/pixbuf/fail_tiny/invalid.5.ppm: OK
-/pixbuf/fail_tiny/invalid.6.ppm: OK
-/pixbuf/fail_tiny/invalid.7.ppm: OK
-/pixbuf/fail_tiny/invalid.8.ppm: OK
-/pixbuf/fail_tiny/overflow.tga: OK
-/pixbuf/fail_huge/CVE-2017-2862.jpg: OK
-/pixbuf/fail_huge/DoS.tga: OK
-/pixbuf/fail_huge/androstanRezeptor.tga: OK
-/pixbuf/fail_huge/bug776694.bmp: OK
-/pixbuf/fail_huge/bug777315.bmp: OK
-/pixbuf/fail_huge/bug778204.ico: OK
-/pixbuf/fail_huge/bug778584.gif: OK
-/pixbuf/fail_huge/bug779012.ico: OK
-/pixbuf/fail_huge/bug779016-infinite.icns: OK
-/pixbuf/fail_huge/bug780269.tif: SKIP
-/pixbuf/fail_huge/bug784903-overflow-dimensions.tiff: SKIP
-/pixbuf/fail_huge/bug785973.gif: OK
-/pixbuf/fail_huge/colormap-image-without-colormap.tga: OK
-/pixbuf/fail_huge/empty-file.tga: OK
-/pixbuf/fail_huge/file3.jp2: SKIP
-/pixbuf/fail_huge/invalid.1.bmp: OK
-/pixbuf/fail_huge/invalid.1.gif: OK
-/pixbuf/fail_huge/invalid.1.ico: OK
-/pixbuf/fail_huge/invalid.1.png: OK
-/pixbuf/fail_huge/invalid.1.ppm: OK
-/pixbuf/fail_huge/invalid.2.gif: OK
-/pixbuf/fail_huge/invalid.2.png: OK
-/pixbuf/fail_huge/invalid.2.ppm: OK
-/pixbuf/fail_huge/invalid.3.gif: OK
-/pixbuf/fail_huge/invalid.3.ico: OK
-/pixbuf/fail_huge/invalid.3.png: OK
-/pixbuf/fail_huge/invalid.3.ppm: OK
-/pixbuf/fail_huge/invalid.4.gif: OK
-/pixbuf/fail_huge/invalid.4.png: OK
-/pixbuf/fail_huge/invalid.5.ppm: OK
-/pixbuf/fail_huge/invalid.6.ppm: OK
-/pixbuf/fail_huge/invalid.7.ppm: OK
-/pixbuf/fail_huge/invalid.8.ppm: OK
-/pixbuf/fail_huge/overflow.tga: OK
-PASS: gdk-pixbuf/pixbuf-fail.test
-Running test: glib/base64.test
-# random seed: R02S308e38a2ab08e2eb73d7c99d0abfe041
-1..25
-# 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
-# Start of incremental tests
-# Start of small-block tests
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
-ok 9 /base64/encode/incremental/small-block/1
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
-ok 10 /base64/encode/incremental/small-block/2
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
-ok 11 /base64/encode/incremental/small-block/3
-# Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066
-ok 12 /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 13 /base64/incremental/nobreak/1
-ok 14 /base64/incremental/nobreak/2
-ok 15 /base64/incremental/nobreak/3
-ok 16 /base64/incremental/nobreak/4-a
-ok 17 /base64/incremental/nobreak/4-b
-ok 18 /base64/incremental/nobreak/4-c
-# End of nobreak tests
-# Start of break tests
-ok 19 /base64/incremental/break/1
-ok 20 /base64/incremental/break/2
-ok 21 /base64/incremental/break/3
-# End of break tests
-# Start of smallblock tests
-ok 22 /base64/incremental/smallblock/1
-ok 23 /base64/incremental/smallblock/2
-ok 24 /base64/incremental/smallblock/3
-ok 25 /base64/incremental/smallblock/4
-# End of smallblock tests
-# End of incremental tests
-# End of base64 tests
-PASS: glib/base64.test
-Running test: glib/mem-overflow.test
-# random seed: R02Se1a000ef5f77e2cabe2c65e0bde039c8
-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: pango/test-font.test
-/pango/fontdescription/parse: OK
-/pango/fontdescription/roundtrip: OK
-/pango/fontdescription/variation: OK
-PASS: pango/test-font.test
-Running test: glib/buffered-input-stream.test
-# random seed: R02Sd3a3fd26a052a53b72034f7b6a7ab970
-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/testgdate.test
+checking GDate...
+Locale set to C
+Today is a Monday, 05/27/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: 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: glib/binding.test
-# random seed: R02Sf28c8533108a4df5646dfa2f0d6920a4
+# random seed: R02S6837ed71cde6e9764f6ef8ad7067df6f
1..13
# Start of binding tests
ok 1 /binding/default
@@ -15574,679 +12577,19 @@ ok 12 /binding/unbind-multiple
ok 13 /binding/fail
# End of binding tests
PASS: glib/binding.test
-Running test: glib/overflow.test
-# random seed: R02Se5c565cd52e6d2537161b9d468a6a9ec
-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/date.test
-# random seed: R02S8399a41a38d2fd6cdeefa39bd04e5932
-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: gdk-pixbuf/pixbuf-composite.test
-/pixbuf/composite1: OK
-/pixbuf/composite2: OK
-PASS: gdk-pixbuf/pixbuf-composite.test
-Running test: glib/g-file-info.test
-# random seed: R02Sd634495965466e6ac2f91381675aca37
-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: gdk-pixbuf/pixbuf-icon-serialize.test
-/pixbuf/icon/serialize: OK
-PASS: gdk-pixbuf/pixbuf-icon-serialize.test
-Running test: glib/scannerapi.test
-# random seed: R02S165ac38cd20c3906d90be69857eb7759
-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: 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: glib/hmac.test
-# random seed: R02Sa9de067ad05ccb2c0fee9ce534cd9908
-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/iochannel-test.test
-PASS: glib/iochannel-test.test
-Running test: glib/async-splice-output-stream.test
-# random seed: R02Sd9cf501547e820102466581a629d19a2
-1..4
-# Start of async-splice tests
-ok 1 /async-splice/copy-chunks
-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/gdbus-bz627724.test
-# random seed: R02S26ab31bb4b320d002763d08288e29316
-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/spawn-test.test
-PASS: glib/spawn-test.test
-Running test: glib/dataset.test
-# random seed: R02S73e333d9bfc17a392586102b3f007e7a
-1..10
-# Start of quark tests
-ok 1 /quark/basic
-ok 2 /quark/string
-# End of quark tests
-# Start of dataset tests
-ok 3 /dataset/basic
-ok 4 /dataset/id
-ok 5 /dataset/full
-ok 6 /dataset/foreach
-ok 7 /dataset/destroy
-# End of dataset tests
-# Start of datalist tests
-ok 8 /datalist/basic
-ok 9 /datalist/id
-# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
-ok 10 /datalist/recursive-clear
-# End of datalist tests
-PASS: glib/dataset.test
-Running test: glib/uri.test
-# random seed: R02S29aff12fe7a6290236bd76c57bedaa63
-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/qsort-test.test
-PASS: glib/qsort-test.test
-Running test: glib/properties.test
-START: /usr/libexec/installed-tests/glib/properties
-.e.b.d.f.c.e.b.d.f.c.e.b.d.f.c.e.b.d.f.c.e.b.d.f.c.b.e.d.f.c.e.d.b.f.c.e.d.f.b.c.e.d.b.f.c.e.b.d.f.c.e.d.f.b.c.e.d.f.b.c.e.d.f.b.c.e.d.f.b.c.e.f.d.c.b.e.d.f.b.c.e.d.f.c.b.e.d.f.b.c.e.d.b.f.c.e.d.b.f.c.e.b.d.f.c.e.b.d.f.c.e.b.d.f.c.e.b.dExecuting: glib/properties.test
-.f.c.e.d.b.f.c.e.b.d.f.c.e.d.f.b.c.e.d.f.b.c.e.d.c.b.f.e.d.b.f.c
-stopping
-stopped
-PASS: glib/properties.test
-Running test: glib/atomic.test
-# random seed: R02Sd14933cb8a136556f69741c05d0bb0ac
-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/volumemonitor.test
-# random seed: R02S188356f84961fab4ebce0dfbdb1b66cc
-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: gdk-pixbuf/animation.test
-/animation/gif: OK
-/animation/ani: OK
-PASS: gdk-pixbuf/animation.test
-Running test: glib/gdbus-exit-on-close.test
-# random seed: R02S559e5ef0b9cb511880a18de4aa511247
-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: 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: pango/test-ot-tags.test
-/tags/script: OK
-/tags/language: OK
-PASS: pango/test-ot-tags.test
-Running test: glib/data-output-stream.test
-# random seed: R02S6f119551c881d18bc1ac05bf21454908
-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/bitlock.test
-# random seed: R02Sec850f16f0744bca57ddeea0b3ec2200
-1..0
-PASS: glib/bitlock.test
-Running test: glib/timer.test
-# random seed: R02S4d2973305c61fc0b774a4ae7eac2cc89
-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/hostutils.test
-# random seed: R02S5f9164a951ec40e48a8cc8891762c6e6
+Running test: glib/gdbus-names.test
+# random seed: R02Sc69d40105c4d6090186842b04cafa82d
1..3
-# Start of hostutils tests
-ok 1 /hostutils/to_ascii
-ok 2 /hostutils/to_unicode
-ok 3 /hostutils/is_ip_addr
-# End of hostutils tests
-PASS: glib/hostutils.test
-Running test: glib/bytes.test
-# random seed: R02S480fe24d03b4b8b739791bec4620a062
-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/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/rec-mutex.test
-# random seed: R02S7f652e1a127873cb9e93d20e5115a5b9
-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: gdk-pixbuf/pixbuf-threads.test
-/pixbuf/threads: OK
-PASS: gdk-pixbuf/pixbuf-threads.test
-Running test: glib/gdbus-connection-slow.test
-# random seed: R02S754f9dace49a3be85f8aafc7258bc09b
-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
+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 2 /gdbus/connection/large_message
-# End of connection tests
-# End of gdbus tests
-PASS: glib/gdbus-connection-slow.test
-Running test: glib/overflow-fallback.test
-# random seed: R02S0fadd138d9a7fb9773e856dd32364237
-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/markup-escape.test
-# random seed: R02Seb6f56e6b9bc0600fd0236af1badaa64
-1..34
-# 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
-# End of escape-text tests
-# Start of escape-unichar tests
-ok 18 /markup/escape-unichar/0
-ok 19 /markup/escape-unichar/1
-ok 20 /markup/escape-unichar/2
-ok 21 /markup/escape-unichar/3
-ok 22 /markup/escape-unichar/4
-ok 23 /markup/escape-unichar/5
-ok 24 /markup/escape-unichar/6
-ok 25 /markup/escape-unichar/7
-ok 26 /markup/escape-unichar/8
-ok 27 /markup/escape-unichar/9
-ok 28 /markup/escape-unichar/10
-ok 29 /markup/escape-unichar/11
-ok 30 /markup/escape-unichar/12
-ok 31 /markup/escape-unichar/13
-ok 32 /markup/escape-unichar/14
-ok 33 /markup/escape-unichar/15
-ok 34 /markup/escape-unichar/16
-# End of escape-unichar tests
-# End of markup tests
-PASS: glib/markup-escape.test
-Running test: glib/thread.test
-# random seed: R02Scb22c92b6f754eae68d92d7f5156818d
-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/socket-service.test
-# random seed: R02S091cee08cc8232116f2e7ed7756d8c3b
-1..2
-# Start of socket-service tests
-ok 1 /socket-service/start-stop
-# Start of threaded tests
-# Bug Reference: http://bugzilla.gnome.org/712570
-ok 2 /socket-service/threaded/712570
-# End of threaded tests
-# End of socket-service tests
-PASS: glib/socket-service.test
-Running test: glib/cxx-test.test
-PASS: glib/cxx-test.test
-Running test: glib/boxed.test
-# random seed: R02S97071a31bdaddfbd1eb0b6523428c402
-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/g-icon.test
-# random seed: R02Sad36a9e9524a644ab32b1aa39d10b1fa
-1..6
-# Start of icons tests
-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/permission.test
-# random seed: R02Se006561bfc813f0e1c339001a45dccf2
-1..1
-# Start of permission tests
-ok 1 /permission/simple
-# End of permission tests
-PASS: glib/permission.test
-Running test: glib/properties4.test
-START: /usr/libexec/installed-tests/glib/properties4
-PASS: glib/properties4.test
-Running test: glib/gdbus-connection-flush.test
-# random seed: R02S24413702a8d7139da9ec384b2197c263
-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
+ok 3 /gdbus/bus-watch-name
# End of gdbus tests
-PASS: glib/gdbus-connection-flush.test
-Running test: glib/filter-streams.test
-# random seed: R02Sb3412285941adca8a62e0eb15e16d882
-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/qdata.test
-# random seed: R02S15d7ca81587a2f6a5fa0e36d8d439b94
-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/appmonitor.test
-# random seed: R02S9ccfa61345c6f05be59344d4df58d32a
-1..1
-# Start of monitor tests
-# Using data directory: /tmp/gio-test-app-monitor_ZA2J2Z
-ok 1 /monitor/app
-# End of monitor tests
-PASS: glib/appmonitor.test
+PASS: glib/gdbus-names.test
Running test: glib/checksum.test
-# random seed: R02S87fcd39264c6a8c5dafc7ac0c0751ed2
+# random seed: R02Sc6768e8964b4352df8dbf4859f467c60
1..1851
# Start of checksum tests
ok 1 /checksum/unsupported
@@ -18122,57 +14465,1605 @@ ok 1851 /checksum/SHA512/reset/183
# End of SHA512 tests
# End of checksum tests
PASS: glib/checksum.test
-Running test: glib/slist.test
-# random seed: R02Sa23623b01649fc7ee110a41295fe169e
-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: pango/markup-parse.test
-/markup/parse/valid-5.markup: OK
-/markup/parse/valid-4.markup: OK
-/markup/parse/valid-3.markup: OK
-/markup/parse/valid-7.markup: OK
-/markup/parse/fail-2.markup: OK
-/markup/parse/fail-5.markup: OK
-/markup/parse/valid-2.markup: OK
-/markup/parse/valid-1.markup: OK
-/markup/parse/valid-8.markup: OK
-/markup/parse/fail-3.markup: OK
-/markup/parse/valid-6.markup: OK
-/markup/parse/fail-1.markup: OK
-/markup/parse/valid-9.markup: OK
-/markup/parse/fail-4.markup: OK
-PASS: pango/markup-parse.test
-Running test: glib/sort.test
-# random seed: R02S83be490a42c9a6103b5da0ec6568f47a
+Running test: glib/atomic-test.test
+PASS: glib/atomic-test.test
+Running test: glib/gdbus-addresses.test
+# random seed: R02Sebf05c70c65d26817916351dc35454b2
+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/references.test
+PASS: glib/references.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/buffered-output-stream.test
+# random seed: R02Sa1cb5beb7235c2dddaea1feb829ce4a2
+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/param.test
+# random seed: R02S8fa9239084781138816ed18efd9747a2
+1..7
+# Start of param tests
+ok 1 /param/value
+ok 2 /param/strings
+ok 3 /param/qdata
+ok 4 /param/validate
+ok 5 /param/convert
+ok 6 /param/default
+# Start of implement tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of implement tests
+# End of param tests
+# Start of value tests
+ok 7 /value/transform
+# End of value tests
+PASS: glib/param.test
+Running test: glib/markup-parse.test
+# random seed: R02Sb0fa630b3f2c25514cd257d58ffa4145
+1..69
+# Start of markup tests
+# Start of parse tests
+ok 1 /markup/parse/fail-6.gmarkup
+ok 2 /markup/parse/fail-2.gmarkup
+ok 3 /markup/parse/fail-9.gmarkup
+ok 4 /markup/parse/fail-1.gmarkup
+ok 5 /markup/parse/fail-15.gmarkup
+ok 6 /markup/parse/fail-44.gmarkup
+ok 7 /markup/parse/fail-8.gmarkup
+ok 8 /markup/parse/fail-50.gmarkup
+ok 9 /markup/parse/fail-18.gmarkup
+ok 10 /markup/parse/valid-10.gmarkup
+ok 11 /markup/parse/fail-41.gmarkup
+ok 12 /markup/parse/fail-31.gmarkup
+ok 13 /markup/parse/fail-53.gmarkup
+ok 14 /markup/parse/fail-40.gmarkup
+ok 15 /markup/parse/valid-1.gmarkup
+ok 16 /markup/parse/fail-13.gmarkup
+ok 17 /markup/parse/fail-28.gmarkup
+ok 18 /markup/parse/valid-14.gmarkup
+ok 19 /markup/parse/fail-16.gmarkup
+ok 20 /markup/parse/fail-38.gmarkup
+ok 21 /markup/parse/fail-10.gmarkup
+ok 22 /markup/parse/valid-3.gmarkup
+ok 23 /markup/parse/fail-7.gmarkup
+ok 24 /markup/parse/fail-20.gmarkup
+ok 25 /markup/parse/fail-22.gmarkup
+ok 26 /markup/parse/fail-42.gmarkup
+ok 27 /markup/parse/valid-9.gmarkup
+ok 28 /markup/parse/valid-6.gmarkup
+ok 29 /markup/parse/valid-11.gmarkup
+ok 30 /markup/parse/fail-19.gmarkup
+ok 31 /markup/parse/fail-45.gmarkup
+ok 32 /markup/parse/fail-47.gmarkup
+ok 33 /markup/parse/valid-8.gmarkup
+ok 34 /markup/parse/fail-24.gmarkup
+ok 35 /markup/parse/fail-23.gmarkup
+ok 36 /markup/parse/fail-51.gmarkup
+ok 37 /markup/parse/fail-48.gmarkup
+ok 38 /markup/parse/fail-14.gmarkup
+ok 39 /markup/parse/valid-13.gmarkup
+ok 40 /markup/parse/fail-25.gmarkup
+ok 41 /markup/parse/fail-12.gmarkup
+ok 42 /markup/parse/fail-36.gmarkup
+ok 43 /markup/parse/fail-29.gmarkup
+ok 44 /markup/parse/valid-2.gmarkup
+ok 45 /markup/parse/fail-17.gmarkup
+ok 46 /markup/parse/valid-4.gmarkup
+ok 47 /markup/parse/fail-33.gmarkup
+ok 48 /markup/parse/fail-35.gmarkup
+ok 49 /markup/parse/fail-27.gmarkup
+ok 50 /markup/parse/fail-49.gmarkup
+ok 51 /markup/parse/valid-15.gmarkup
+ok 52 /markup/parse/fail-4.gmarkup
+ok 53 /markup/parse/fail-37.gmarkup
+ok 54 /markup/parse/fail-39.gmarkup
+ok 55 /markup/parse/valid-16.gmarkup
+ok 56 /markup/parse/fail-32.gmarkup
+ok 57 /markup/parse/fail-3.gmarkup
+ok 58 /markup/parse/valid-5.gmarkup
+ok 59 /markup/parse/fail-5.gmarkup
+ok 60 /markup/parse/fail-26.gmarkup
+ok 61 /markup/parse/valid-12.gmarkup
+ok 62 /markup/parse/valid-7.gmarkup
+ok 63 /markup/parse/fail-21.gmarkup
+ok 64 /markup/parse/fail-43.gmarkup
+ok 65 /markup/parse/fail-46.gmarkup
+ok 66 /markup/parse/fail-52.gmarkup
+ok 67 /markup/parse/fail-30.gmarkup
+ok 68 /markup/parse/fail-11.gmarkup
+ok 69 /markup/parse/fail-34.gmarkup
+# End of parse tests
+# End of markup tests
+PASS: glib/markup-parse.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/gobject-private.test
+# random seed: R02S87f97493e95f3a4872152ebd562a618b
+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/utf8-pointer.test
+# random seed: R02Sd0e5fb3dbc8be0a7c4e0d2ca2fe51971
+1..3
+# 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/inet-address.test
+# random seed: R02S3ba267b8359af47b3d3c7544cee26053
+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/simple-proxy.test
+# random seed: R02S45980c06f4175dbfddd8402269df3599
+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/cxx-test.test
+PASS: glib/cxx-test.test
+Running test: glib/hash.test
+# random seed: R02S7b46861e577b3edc3bb00e6b35175445
+1..25
+# 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
+# Bug Reference: http://bugzilla.gnome.org/642944
+ok 19 /hash/lookup-null-key
+# Bug Reference: http://bugzilla.gnome.org/650459
+ok 20 /hash/destroy-modify
+ok 21 /hash/consistency
+# Bug Reference: http://bugzilla.gnome.org/662544
+ok 22 /hash/iter-replace
+# Bug Reference: http://bugzilla.gnome.org/692815
+ok 23 /hash/set-insert-corruption
+ok 24 /hash/set-to-strv
+ok 25 /hash/primes
+# Start of recursive-remove-all tests
+# End of recursive-remove-all tests
+# End of hash tests
+PASS: glib/hash.test
+Running test: glib/paramspec-test.test
+# random seed: R02Sb349e3ecc515f7dfcafb82c4a82ba1a6
+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/642026.test
+# random seed: R02S8d36158c022afeaddbf7c0d19ff40e96
+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.test
+Running test: glib/slice-threadinit.test
+PASS: glib/slice-threadinit.test
+Running test: glib/mainloop.test
+# random seed: R02S2842841551d61fa3e2d4b58ef1f3f3cf
+1..21
+# Start of maincontext tests
+ok 1 /maincontext/basic
+# End of maincontext tests
+# Start of mainloop tests
+ok 2 /mainloop/basic
+Executing: glib/mainloop.test
+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
+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
+Executing: glib/mainloop.test
+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/task.test
+# random seed: R02S201a662e7d2d6bcfa51dc581309acfb2
+1..22
+# 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/check-cancellable
+ok 11 /gtask/return-if-cancelled
+ok 12 /gtask/run-in-thread
+ok 13 /gtask/run-in-thread-sync
+ok 14 /gtask/run-in-thread-priority
+ok 15 /gtask/run-in-thread-nested
+ok 16 /gtask/run-in-thread-overflow
+ok 17 /gtask/return-on-cancel
+ok 18 /gtask/return-on-cancel-sync
+ok 19 /gtask/return-on-cancel-atomic
+ok 20 /gtask/return-pointer
+ok 21 /gtask/object-keepalive
+ok 22 /gtask/legacy-error
+# End of gtask tests
+PASS: glib/task.test
+Running test: glib/dataset.test
+# random seed: R02Se99f8b1c1e7fc99dd3ff6e8ccf5e5976
+1..10
+# Start of quark tests
+ok 1 /quark/basic
+ok 2 /quark/string
+# End of quark tests
+# Start of dataset tests
+ok 3 /dataset/basic
+ok 4 /dataset/id
+ok 5 /dataset/full
+ok 6 /dataset/foreach
+ok 7 /dataset/destroy
+# End of dataset tests
+# Start of datalist tests
+ok 8 /datalist/basic
+ok 9 /datalist/id
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 10 /datalist/recursive-clear
+# End of datalist tests
+PASS: glib/dataset.test
+Running test: glib/gdbus-proxy.test
+# random seed: R02Se14547c278df1fd61bd15a63b038f98b
+# 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)
+ok 4 /gdbus/proxy/async
+# End of proxy tests
+# End of gdbus tests
+PASS: glib/gdbus-proxy.test
+Running test: glib/cache.test
+# random seed: R02Sdbadf361750e30be30118aa689fabeb4
+1..1
+# Start of cache tests
+ok 1 /cache/basic
+# End of cache tests
+PASS: glib/cache.test
+Running test: glib/properties4.test
+START: /usr/libexec/installed-tests/glib/properties4
+PASS: glib/properties4.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: glib/collate.test
+# random seed: R02Sbe6f0879b59f9df2d92728be3e8d67c7
+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/signals.test
+PASS: glib/signals.test
+Running test: glib/test-printf.test
+# random seed: R02S6812967373069002cee2d39eeefa3fb8
+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/fileattributematcher.test
+# random seed: R02S52a0fb3f5c26fcf18ab92074370bce75
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/timeloop.test
+Executing: glib/timeloop.test
+Children: 3 Iters: 10000
+Children: 3 Iters: 10000
+Children: 3 Iters: 10000
+Children: 3 Iters: 10000
+Elapsed user: 83
+Elapsed system: 99
+Elapsed total: 182
+total / iteration: 0.00606667
+PASS: glib/timeloop.test
+Running test: glib/boxed.test
+# random seed: R02S4933065720cce7c1257d1c5928058204
+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/socket-listener.test
+# random seed: R02S48189de3ff6c5ffbb7aa122e63a7ab0b
+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/contexts.test
+# random seed: R02S6177a70e494e36fd8fcf9cd3d320c441
+1..5
+# Start of gio tests
+# Start of contexts tests
+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-error.test
+# random seed: R02S6a1fc4e6dfc7251ecea925a47a790b1f
+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/signal4.test
+START: /usr/libexec/installed-tests/glib/signal4
+init 0x558231488800
+init 0x558231488820
+......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal4.test
+.....................................................................................
+stopping
+stopped
+dispose 0x558231488800!
+dispose 0x558231488820!
+PASS: glib/signal4.test
+Running test: glib/markup.test
+# random seed: R02S227d076d01f56ca7d93da6ae64d051ca
+1..1
+# Start of markup tests
+ok 1 /markup/stack
+# End of markup tests
+PASS: glib/markup.test
+Running test: glib/gnotification.test
+# random seed: R02Sda799674192eba978492ee7c17df88b0
+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/642026-ec.test
+# random seed: R02Sb7a6d21b5e95f154d74e19c278fa9ba3
+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/g-file-info.test
+# random seed: R02S20c495751216bbe83b401fbfb303ad30
+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/gdbus-non-socket.test
+# random seed: R02S756a1291fd9dee20c11b53bcec914026
+1..1
+# Start of gdbus tests
+ok 1 /gdbus/non-socket
+# End of gdbus tests
+PASS: glib/gdbus-non-socket.test
+Running test: glib/gvalue-test.test
+# random seed: R02S7f5564e9efb9f21bbe3e953aee40ae25
+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/memory-input-stream.test
+# random seed: R02S49320839942470792db32f554e97e1e9
+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/gdbus-connection-flush.test
+# random seed: R02Sd445c5b54021b465ddee9fd3fd99b2af
+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/gdbus-close-pending.test
+# random seed: R02Sf0b5caa20bb484fef98f57bd216c52b0
+1..2
+# 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/spawn-multithreaded.test
+# random seed: R02S6dfd96f167532b8c34680fb603492a6d
+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/srvtarget.test
+# random seed: R02S073d08c799b5851f4511f3f22d31ded9
+1..1
+# Start of srvtarget tests
+Executing: glib/srvtarget.test
+ok 1 /srvtarget/srv-target-ordering
+# End of srvtarget tests
+PASS: glib/srvtarget.test
+Running test: glib/list.test
+# random seed: R02S09d7e63122becd69fb4aeb01a323a4a9
+1..19
+# Start of list tests
+ok 1 /list/sort
+ok 2 /list/sort-with-data
+ok 3 /list/insert-sorted
+ok 4 /list/insert-sorted-with-data
+ok 5 /list/reverse
+ok 6 /list/nth
+ok 7 /list/concat
+ok 8 /list/remove
+ok 9 /list/remove-all
+ok 10 /list/first-last
+ok 11 /list/insert
+ok 12 /list/free-full
+ok 13 /list/copy
+ok 14 /list/copy-deep
+ok 15 /list/delete-link
+ok 16 /list/prepend
+ok 17 /list/position
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 18 /list/double-free
# Start of sort tests
-ok 1 /sort/basic
-ok 2 /sort/stable
-ok 3 /sort/big
+ok 19 /list/sort/stable
# End of sort tests
-PASS: glib/sort.test
+# End of list tests
+PASS: glib/list.test
+Running test: glib/gmenumodel.test
+# random seed: R02Sada5cbfffee540fda9050201d13db118
+# 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
+Executing: glib/gmenumodel.test
+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/dynamictype.test
+PASS: glib/dynamictype.test
+Running test: pango/testcolor.test
+/color/parse: OK
+PASS: pango/testcolor.test
+Running test: glib/testing.test
+# random seed: R02S9aff598504d1bcf200aee467f014f014
+1..26
+# pass
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# skip
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# incomplete
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# fail
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# all
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# all-non-failures
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 1 /tap
+# Start of random-generator tests
+ok 2 /random-generator/rand-1
+ok 3 /random-generator/rand-2
+ok 4 /random-generator/random-conversions
+# End of random-generator tests
+# Start of misc 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)
+ok 5 /misc/assertions
+ok 6 /misc/test-data
+ok 7 /misc/primetoul
+# 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 8 /misc/fatal-log-handler
+# 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 9 /misc/expected-messages
+# 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 10 /misc/dash-p
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 11 /misc/nonfatal
+ok 12 /misc/skip # SKIP Skipped should count as passed, not failed
+# single test case skipped -> overall status 77
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# each test case skipped -> overall status 77
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# single test case incomplete -> overall status 77
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# one pass and some skipped -> overall status 0
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# one pass and some incomplete -> overall status 0
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# one pass and mix of skipped and incomplete -> overall status 0
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# one fail and some skipped -> overall status fail
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# one fail and some incomplete -> overall status fail
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+# one fail and mix of skipped and incomplete -> overall status fail
+# GLib-DEBUG: posix_spawn avoided (fd close requested)
+ok 13 /misc/combining
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 14 /misc/fail
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 15 /misc/incomplete
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 16 /misc/timeout
+# Start of assertions tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of assertions tests
+# Start of fatal-log-handler tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of fatal-log-handler tests
+# Start of expected-messages tests
+ok 17 /misc/expected-messages/expect-error
+# Test-DEBUG: should be ignored
+ok 18 /misc/expected-messages/skip-debug
+# Start of subprocess tests
+# End of subprocess tests
+# End of expected-messages tests
+# Start of dash-p tests
+ok 19 /misc/dash-p/child
+# Start of child tests
+ok 20 /misc/dash-p/child/sub
+ok 21 /misc/dash-p/child/sub2
+# Start of sub tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of sub tests
+# End of child tests
+# Start of subprocess tests
+# Start of hidden tests
+# End of hidden tests
+# End of subprocess tests
+# End of dash-p tests
+# Start of combining tests
+# Start of subprocess tests
+# End of subprocess tests
+# End of combining tests
+# End of misc tests
+# Start of forking tests
+# testing:ERROR:../glib-2.58.3/glib/tests/testing.c:143:test_fork_fail: code should not be reached
+ok 22 /forking/fail assertion
+ok 23 /forking/patterns
+# End of forking tests
+# Start of trap_subprocess tests
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 24 /trap_subprocess/fail
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 25 /trap_subprocess/no-such-test
+# GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested)
+ok 26 /trap_subprocess/patterns
+# End of trap_subprocess tests
+PASS: glib/testing.test
+Running test: glib/network-monitor-race.test
+# random seed: R02S3bbf5227ecce4380cc8c50669b43bd2c
+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/pattern.test
+# random seed: R02Sa6bae86957df20d2dc8469c5d1e7b6d1
+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/live-g-file.test
+# random seed: R02S3bff9316bb2d6dd7c518b39ad50238c4
+1..13
+# Start of live-g-file tests
+
+ Cleaning target testing structure in 'testdir_live-g-file'...
+ok 1 /live-g-file/prep_clean_structure
+
+ Going to create testing structure in 'testdir_live-g-file'...
+ Creating directory 'dir1'...
+ Creating directory 'dir1/subdir'...
+ Creating directory 'dir2'...
+ Creating directory 'dir-target'...
+ Creating directory 'dir_no-access'...
+ Creating directory 'dir_no-write'...
+ Creating file 'target-file'...
+ Creating file 'normal_file'...
+ Creating symlink 'normal_file-symlink' --> 'normal_file'...
+ Creating file 'executable_file'...
+ Creating file 'private_file'...
+ Creating file 'normal_file2'...
+ Creating file 'readonly_file'...
+ Creating file 'UTF_pr?i?lis? z'...
+ Creating directory 'dir_pr?i?lis? z'...
+ Creating symlink 'lost_symlink' --> 'nowhere'...
+ Creating directory 'dir_hidden'...
+ Creating file 'dir_hidden/.a-hidden-file'...
+ Creating file 'dir_hidden/file-in-.hidden1'...
+ Creating file 'dir_hidden/file-in-.hidden2'...
+ Creating pattern file... done.
+ok 2 /live-g-file/create_structure
+
+ Testing sample structure in 'testdir_live-g-file'...
+ Testing file 'dir1'...
+ Testing file 'dir1/subdir'...
+ Testing file 'dir2'...
+ Testing file 'dir-target'...
+ Testing file 'dir_no-access'...
+ Testing file 'dir_no-write'...
+ Testing file 'target-file'...
+ Testing file 'normal_file'...
+ Testing file 'normal_file-symlink'...
+ Testing file 'executable_file'...
+ Testing file 'private_file'...
+ Testing file 'normal_file2'...
+ Testing file 'readonly_file'...
+ Testing file 'UTF_pr?i?lis? z'...
+ Testing file 'dir_pr?i?lis? z'...
+ Testing file 'lost_symlink'...
+ Testing file 'dir_hidden'...
+ Testing file 'dir_hidden/.a-hidden-file'...
+ Testing file 'dir_hidden/file-in-.hidden1'...
+ Testing file 'dir_hidden/file-in-.hidden2'...
+ Testing pattern file...
+ read 65536 bytes, total = 65536 of 65536.
+ok 3 /live-g-file/test_initial_structure
+
+ Traversing through the sample structure in 'testdir_live-g-file'...
+ Found file dir1, relative to root: dir1
+ Found file subdir, relative to root: dir1/subdir
+ Found file dir2, relative to root: dir2
+ Found file dir-target, relative to root: dir-target
+ Found file dir_no-access, relative to root: dir_no-access
+ Found file dir_no-write, relative to root: dir_no-write
+ Found file target-file, relative to root: target-file
+ Found file normal_file, relative to root: normal_file
+ Found file normal_file-symlink, relative to root: normal_file-symlink
+ Found file executable_file, relative to root: executable_file
+ Found file private_file, relative to root: private_file
+ Found file normal_file2, relative to root: normal_file2
+ Found file readonly_file, relative to root: readonly_file
+ Found file UTF_pr?i?lis? z, relative to root: UTF_pr?i?lis? z
+ Found file dir_pr?i?lis? z, relative to root: dir_pr?i?lis? z
+ Found file lost_symlink, relative to root: lost_symlink
+ Found file dir_hidden, relative to root: dir_hidden
+ Found file .a-hidden-file, relative to root: dir_hidden/.a-hidden-file
+ Found file file-in-.hidden1, relative to root: dir_hidden/file-in-.hidden1
+ Found file .hidden, relative to root: dir_hidden/.hidden
+ Found file file-in-.hidden2, relative to root: dir_hidden/file-in-.hidden2
+ Found file pattern_file, relative to root: pattern_file
+ok 4 /live-g-file/test_traverse_structure
+
+ Test enumerate 'testdir_live-g-file'...
+ Testing file 'dir_no-access'
+ Testing file 'normal_file'
+ Testing file 'normal_file-symlink'
+ Testing file 'not_exists'
+ Testing file 'not_exists'
+ Testing file 'not_exists2'
+ Testing file 'not_exists3'
+ Testing file 'not_exists4'
+ Testing file 'dir_no-execute/file'
+ok 5 /live-g-file/test_enumerate
+
+ test_open: 'dir1'
+ test_open: 'dir_no-access'
+ test_open: 'target-file'
+ test_open: 'normal_file-symlink'
+ test_open: 'executable_file'
+ test_open: 'private_file'
+ test_open: 'readonly_file'
+ test_open: 'UTF_pr?i?lis? z'
+ test_open: 'pattern_file'
+ test_open: 'not_exists'
+ test_open: 'dir_no-execute/file'
+ test_open: 'lost_symlink'
+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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/testdir_live-g-file/dir_pr?i?lis? z?: File exists
+ test_create: 'pattern_file'
+ test_create: 'not_exists2'
+ test_create: 'not_exists3'
+ test_create: 'not_exists4'
+ok 7 /live-g-file/test_create
+
+ do_copy_move: 'dir1/subdir' --> 'dir-target'
+ res = 0, error code 25 = Can?t recursively copy directory
+ 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-LYLG2Z/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'
+ res = 0, error code 25 = Can?t recursively copy directory
+ do_copy_move: 'dir1/subdir' --> 'dir_no-write'
+ res = 0, error code 25 = Can?t recursively copy directory
+ do_copy_move: 'dir2' --> 'dir-target'
+ do_copy_move: 'dir-target' --> 'dir-target'
+ res = 0, error code 25 = Can?t recursively copy directory
+ 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-LYLG2Z/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'
+ res = 0, error code 25 = Can?t recursively copy directory
+ do_copy_move: 'dir-target' --> 'dir_no-write'
+ 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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/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-LYLG2Z/testdir_live-g-file/dir1
+ result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-LYLG2Z/testdir_live-g-file/dir1: Directory not empty
+ Deleting dir2, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-LYLG2Z/testdir_live-g-file/dir2
+ result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-LYLG2Z/testdir_live-g-file/dir2: No such file or directory
+ Deleting executable_file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-LYLG2Z/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-LYLG2Z/testdir_live-g-file/readonly_file
+ Deleting dir_pr?i?lis? z, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-LYLG2Z/testdir_live-g-file/dir_pr?i?lis? z
+ Deleting not_exists, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-LYLG2Z/testdir_live-g-file/not_exists
+ result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-LYLG2Z/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-LYLG2Z/testdir_live-g-file/not_exists
+ result = 0, error = Error trashing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-LYLG2Z/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-LYLG2Z/testdir_live-g-file/dir_no-execute/file
+ result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-LYLG2Z/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-LYLG2Z/testdir_live-g-file/lost_symlink
+ok 9 /live-g-file/test_delete
+ok 10 /live-g-file/test_make_directory_with_parents
+
+ Cleaning target testing structure in 'testdir_live-g-file'...
+ deleting 'dir1'
+ deleting 'subdir'
+ deleting 'dir-target'
+ deleting 'dir2'
+ deleting 'target-file'
+ deleting 'normal_file-symlink'
+ deleting 'executable_file'
+ deleting 'private_file'
+ deleting 'normal_file2'
+ deleting 'UTF_pr?i?lis? z'
+ deleting 'pattern_file'
+ deleting 'lost_symlink'
+ deleting 'dir_no-access'
+ deleting 'dir_no-write'
+ deleting 'target-file'
+ deleting 'normal_file'
+ deleting 'normal_file-symlink'
+ deleting 'executable_file~'
+ deleting 'private_file'
+ deleting 'normal_file2~'
+ deleting 'UTF_pr?i?lis? z'
+ deleting 'dir_hidden'
+ deleting '.a-hidden-file'
+ deleting 'file-in-.hidden1'
+ deleting '.hidden'
+ deleting 'file-in-.hidden2'
+ deleting 'pattern_file'
+ deleting 'executable_file'
+ deleting 'normal_file2'
+ deleting 'not_exists2'
+ deleting 'not_exists3'
+ deleting 'not_exists4'
+ deleting 'a'
+ok 11 /live-g-file/final_clean
+# Start of test_unix_is_mountpoint tests
+ok 12 /live-g-file/test_unix_is_mountpoint/sysroot
+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
+Running test: glib/tls-interaction.test
+# random seed: R02S40e4e7b6e89e0c6cc55d9ea641b951e7
+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/gdatetime.test
+# random seed: R02S9bd44dc9442e7e0746a43729b2150373
+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/slice-concurrent.test
+Starting 8 threads for concurrent GSlice usage...
+cdecacgcddbhbegfafafhadcdceddhcaghahhbhbfdehehhcgaadafecfcgffdecabfhdhadbgbdddabbcgfehgedchfacfdbhhfbeeffdfgacbfefchhhhgfdgghdgeechdabhaafab
+Thread 1: 49696 blocks freed, 198 blocks not freed
+Thread 2: 48049 blocks freed, 1733 blocks not freed
+Thread 3: 46952 blocks freed, 3064 blocks not freed
+Thread 4: 48868 blocks freed, 1260 blocks not freed
+Thread 5: 48401 blocks freed, 1387 blocks not freed
+Thread 6: 48843 blocks freed, 1020 blocks not freed
+Thread 7: 49691 blocks freed, 575 blocks not freed
+Thread 8: 47282 blocks freed, 2981 blocks not freed
+PASS: glib/slice-concurrent.test
+Running test: glib/defaultiface.test
+PASS: glib/defaultiface.test
+Running test: json-glib-1.0/gvariant.test
+/gvariant/to-json/boolean: OK
+/gvariant/to-json/byte: OK
+/gvariant/to-json/int16: OK
+/gvariant/to-json/uint16: OK
+/gvariant/to-json/int32: OK
+/gvariant/to-json/uint32: OK
+/gvariant/to-json/int64: OK
+/gvariant/to-json/uint64: OK
+/gvariant/to-json/handle: OK
+/gvariant/to-json/double: OK
+/gvariant/to-json/double-whole: OK
+/gvariant/to-json/string: OK
+/gvariant/to-json/object-path: OK
+/gvariant/to-json/signature: OK
+/gvariant/to-json/tuple: OK
+/gvariant/to-json/deep-nesting: OK
+/gvariant/to-json/mixed1: OK
+/gvariant/to-json/mixed2: OK
+/gvariant/to-json/maybe/simple/null: OK
+/gvariant/to-json/maybe/simple/string: OK
+/gvariant/to-json/maybe/container/null: OK
+/gvariant/to-json/maybe/container/tuple: OK
+/gvariant/to-json/maybe/variant/boolean: OK
+/gvariant/to-json/array/empty: OK
+/gvariant/to-json/array/byte: OK
+/gvariant/to-json/array/string: OK
+/gvariant/to-json/array/variant: OK
+/gvariant/to-json/array/array/int32: OK
+/gvariant/to-json/dictionary/empty: OK
+/gvariant/to-json/dictionary/single-entry: OK
+/gvariant/to-json/dictionary/string-int32: OK
+/gvariant/to-json/dictionary/string-variant: OK
+/gvariant/to-json/dictionary/int64-variant: OK
+/gvariant/to-json/dictionary/uint64-boolean: OK
+/gvariant/to-json/dictionary/boolean-variant: OK
+/gvariant/to-json/dictionary/double-string: OK
+/gvariant/to-json/variant/string: OK
+/gvariant/to-json/variant/dictionary: OK
+/gvariant/to-json/variant/maybe/null: OK
+/gvariant/to-json/variant/variant/array: OK
+/gvariant/from-json/boolean: OK
+/gvariant/from-json/byte: OK
+/gvariant/from-json/int16: OK
+/gvariant/from-json/uint16: OK
+/gvariant/from-json/int32: OK
+/gvariant/from-json/uint32: OK
+/gvariant/from-json/int64: OK
+/gvariant/from-json/uint64: OK
+/gvariant/from-json/handle: OK
+/gvariant/from-json/double: OK
+/gvariant/from-json/double-whole: OK
+/gvariant/from-json/string: OK
+/gvariant/from-json/object-path: OK
+/gvariant/from-json/signature: OK
+/gvariant/from-json/tuple: OK
+/gvariant/from-json/deep-nesting: OK
+/gvariant/from-json/mixed1: OK
+/gvariant/from-json/mixed2: OK
+/gvariant/from-json/string-to-boolean: OK
+/gvariant/from-json/string-to-byte: OK
+/gvariant/from-json/string-to-int16: OK
+/gvariant/from-json/string-to-uint16: OK
+/gvariant/from-json/string-to-int32: OK
+/gvariant/from-json/string-to-int64: OK
+/gvariant/from-json/string-to-uint64: OK
+/gvariant/from-json/string-to-double: OK
+/gvariant/from-json/string-to-double-whole: OK
+/gvariant/from-json/maybe/simple/null: OK
+/gvariant/from-json/maybe/simple/string: OK
+/gvariant/from-json/maybe/container/null: OK
+/gvariant/from-json/maybe/container/tuple: OK
+/gvariant/from-json/maybe/variant/boolean: OK
+/gvariant/from-json/array/empty: OK
+/gvariant/from-json/array/byte: OK
+/gvariant/from-json/array/string: OK
+/gvariant/from-json/array/variant: OK
+/gvariant/from-json/array/array/int32: OK
+/gvariant/from-json/dictionary/empty: OK
+/gvariant/from-json/dictionary/single-entry: OK
+/gvariant/from-json/dictionary/string-int32: OK
+/gvariant/from-json/dictionary/string-variant: OK
+/gvariant/from-json/dictionary/int64-variant: OK
+/gvariant/from-json/dictionary/uint64-boolean: OK
+/gvariant/from-json/dictionary/boolean-variant: OK
+/gvariant/from-json/dictionary/double-string: OK
+/gvariant/from-json/variant/string: OK
+/gvariant/from-json/variant/dictionary: OK
+/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/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: glib/autoptr.test
+# random seed: R02S7b4994d324647adcc9b60dfec6dd9099
+1..50
+# Start of autoptr tests
+ok 1 /autoptr/autofree
+ok 2 /autoptr/g_async_queue
+ok 3 /autoptr/g_bookmark_file
+ok 4 /autoptr/g_bytes
+ok 5 /autoptr/g_checksum
+ok 6 /autoptr/g_date_time
+ok 7 /autoptr/g_dir
+ok 8 /autoptr/g_error
+ok 9 /autoptr/g_hash_table
+ok 10 /autoptr/g_hmac
+ok 11 /autoptr/g_io_channel
+ok 12 /autoptr/g_key_file
+ok 13 /autoptr/g_list
+ok 14 /autoptr/g_array
+ok 15 /autoptr/g_ptr_array
+ok 16 /autoptr/g_byte_array
+ok 17 /autoptr/g_main_context
+ok 18 /autoptr/g_main_loop
+ok 19 /autoptr/g_source
+ok 20 /autoptr/g_mapped_file
+ok 21 /autoptr/g_markup_parse_context
+ok 22 /autoptr/g_node
+ok 23 /autoptr/g_option_context
+ok 24 /autoptr/g_option_group
+ok 25 /autoptr/g_pattern_spec
+ok 26 /autoptr/g_queue
+ok 27 /autoptr/g_rand
+ok 28 /autoptr/g_regex
+ok 29 /autoptr/g_match_info
+ok 30 /autoptr/g_scanner
+ok 31 /autoptr/g_sequence
+ok 32 /autoptr/g_slist
+ok 33 /autoptr/g_string
+ok 34 /autoptr/g_string_chunk
+ok 35 /autoptr/g_thread
+ok 36 /autoptr/g_mutex
+ok 37 /autoptr/g_mutex_locker
+ok 38 /autoptr/g_cond
+ok 39 /autoptr/g_timer
+ok 40 /autoptr/g_time_zone
+ok 41 /autoptr/g_tree
+ok 42 /autoptr/g_variant
+ok 43 /autoptr/g_variant_builder
+ok 44 /autoptr/g_variant_iter
+ok 45 /autoptr/g_variant_dict
+ok 46 /autoptr/g_variant_type
+ok 47 /autoptr/strv
+ok 48 /autoptr/refstring
+ok 49 /autoptr/autolist
+ok 50 /autoptr/autoslist
+# End of autoptr tests
+PASS: glib/autoptr.test
+Running test: glib/filter-streams.test
+# random seed: R02S6a67fa1ca6b2fb453cd5ca16ac80bae2
+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/signal1.test
+START: /usr/libexec/installed-tests/glib/signal1
+init 0x564ffe026800
+init 0x564ffe026820
+.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal1.test
+........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+stopping
+stopped
+dispose 0x564ffe026800!
+dispose 0x564ffe026820!
+PASS: glib/signal1.test
+Running test: glib/error.test
+# random seed: R02S26d3ed8b6680fa8c246ff07b73a818ee
+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/converter-stream.test
-# random seed: R02S446564d3923910c3b3487e8014668ebd
+# random seed: R02S8c647abe743d79555a2fc870c4061579
1..17
# Start of converter tests
ok 1 /converter/basics
@@ -18182,7 +16073,6 @@ ok 2 /converter-input-stream/expander
ok 3 /converter-input-stream/compressor
# Start of truncation tests
ok 4 /converter-input-stream/truncation/zlib
-Executing: glib/converter-stream.test
ok 5 /converter-input-stream/truncation/gzip
ok 6 /converter-input-stream/truncation/raw
# End of truncation tests
@@ -18213,8 +16103,1914 @@ ok 16 /converter-stream/pollable
ok 17 /converter-stream/leftover
# End of converter-stream tests
PASS: glib/converter-stream.test
+Running test: glib/atomic.test
+# random seed: R02S3f31ac3c1a10c24797f5dd3d10979c0a
+1..2
+# Start of atomic tests
+ok 1 /atomic/types
+ok 2 /atomic/threaded
+# End of atomic tests
+PASS: glib/atomic.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: glib/bit-test.test
+PASS: glib/bit-test.test
+Running test: glib/glistmodel.test
+# random seed: R02Sdaaf03dad1697cfc8eefb6218796f5f7
+1..14
+# Start of glistmodel tests
+# Start of store tests
+ok 1 /glistmodel/store/boundaries
+ok 2 /glistmodel/store/refcounts
+ok 3 /glistmodel/store/sorted
+# Bug Reference: https://bugzilla.gnome.org/795307
+ok 4 /glistmodel/store/splice-replace-middle
+# Bug Reference: https://bugzilla.gnome.org/795307
+ok 5 /glistmodel/store/splice-replace-all
+ok 6 /glistmodel/store/splice-noop
+ok 7 /glistmodel/store/splice-remove-multiple
+ok 8 /glistmodel/store/splice-add-multiple
+ok 9 /glistmodel/store/splice-wrong-type
+ok 10 /glistmodel/store/item-type
+ok 11 /glistmodel/store/remove-all
+ok 12 /glistmodel/store/sort
+ok 13 /glistmodel/store/get-item-cache
+ok 14 /glistmodel/store/items-changed
+# End of store tests
+# End of glistmodel tests
+PASS: glib/glistmodel.test
+Running test: glib/type-test.test
+PASS: glib/type-test.test
+Running test: glib/unix-mounts.test
+# random seed: R02S31ec8ce5dec7bfcc3c9140fe5c951877
+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: gdk-pixbuf/pixbuf-composite.test
+/pixbuf/composite1: OK
+/pixbuf/composite2: OK
+PASS: gdk-pixbuf/pixbuf-composite.test
+Running test: glib/asyncqueue.test
+# random seed: R02S831cc9846359d2ed107ee701a3accf5f
+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/fileutils.test
+# random seed: R02Sc11707236fd068c83319c1335987c8ee
+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/uri.test
+# random seed: R02S3655a19af1c44b6a9ce3e5fac474d837
+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: gdk-pixbuf/pixbuf-icon-serialize.test
+/pixbuf/icon/serialize: OK
+PASS: gdk-pixbuf/pixbuf-icon-serialize.test
+Running test: glib/dir.test
+# random seed: R02Sa2e007369bf11a6e7dfcf4f884b0e0c0
+1..2
+# Start of dir tests
+ok 1 /dir/read
+ok 2 /dir/nonexisting
+# End of dir tests
+PASS: glib/dir.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: glib/environment.test
+# random seed: R02Se35901d69b3c2b0aab3ba9063951f9ab
+1..4
+# Start of environ tests
+ok 1 /environ/listenv
+ok 2 /environ/setenv
+ok 3 /environ/array
+ok 4 /environ/null
+# End of environ tests
+PASS: glib/environment.test
+Running test: glib/enums.test
+# random seed: R02See428b52bb7533003de0999723d0af4e
+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/socket-address.test
+# random seed: R02S3be82aa97ce97390671805161ce27ee4
+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/bookmarkfile.test
+# random seed: R02Sf7218d083cf5d13d0433e79f21b1749b
+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-22.xbel
+ok 6 /bookmarks/parse/fail-15.xbel
+ok 7 /bookmarks/parse/fail-23.xbel
+ok 8 /bookmarks/parse/fail-34.xbel
+ok 9 /bookmarks/parse/fail-13.xbel
+ok 10 /bookmarks/parse/fail-11.xbel
+ok 11 /bookmarks/parse/valid-02.xbel
+ok 12 /bookmarks/parse/fail-07.xbel
+ok 13 /bookmarks/parse/fail-05.xbel
+ok 14 /bookmarks/parse/fail-40.xbel
+ok 15 /bookmarks/parse/fail-01.xbel
+ok 16 /bookmarks/parse/fail-20.xbel
+ok 17 /bookmarks/parse/fail-39.xbel
+ok 18 /bookmarks/parse/fail-26.xbel
+ok 19 /bookmarks/parse/fail-29.xbel
+ok 20 /bookmarks/parse/fail-16.xbel
+ok 21 /bookmarks/parse/fail-03.xbel
+ok 22 /bookmarks/parse/fail-38.xbel
+ok 23 /bookmarks/parse/fail-37.xbel
+ok 24 /bookmarks/parse/fail-35.xbel
+ok 25 /bookmarks/parse/fail-18.xbel
+ok 26 /bookmarks/parse/fail-41.xbel
+ok 27 /bookmarks/parse/fail-31.xbel
+ok 28 /bookmarks/parse/fail-08.xbel
+ok 29 /bookmarks/parse/fail-02.xbel
+ok 30 /bookmarks/parse/fail-21.xbel
+ok 31 /bookmarks/parse/fail-33.xbel
+ok 32 /bookmarks/parse/fail-17.xbel
+ok 33 /bookmarks/parse/fail-12.xbel
+ok 34 /bookmarks/parse/fail-19.xbel
+ok 35 /bookmarks/parse/fail-24.xbel
+ok 36 /bookmarks/parse/fail-14.xbel
+ok 37 /bookmarks/parse/fail-25.xbel
+ok 38 /bookmarks/parse/valid-01.xbel
+ok 39 /bookmarks/parse/fail-27.xbel
+ok 40 /bookmarks/parse/fail-30.xbel
+ok 41 /bookmarks/parse/fail-32.xbel
+ok 42 /bookmarks/parse/fail-10.xbel
+ok 43 /bookmarks/parse/fail-09.xbel
+ok 44 /bookmarks/parse/valid-03.xbel
+ok 45 /bookmarks/parse/fail-28.xbel
+ok 46 /bookmarks/parse/fail-06.xbel
+ok 47 /bookmarks/parse/fail-36.xbel
+ok 48 /bookmarks/parse/fail-04.xbel
+# End of parse tests
+# End of bookmarks tests
+PASS: glib/bookmarkfile.test
+Running test: glib/utf8-validate.test
+# random seed: R02Sfe3ac26382ca49859c266005fd139775
+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/unicode-encoding.test
+PASS: glib/unicode-encoding.test
+Running test: glib/gdbus-connection.test
+# random seed: R02Sdc7687ef5a8d4dc40ed13609c8ba362d
+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/gsubprocess.test
+# random seed: R02S6a6c022384c4e84a71dc042ac613caaa
+1..73
+# 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-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
+# Start of cancelled tests
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 58 /gsubprocess/communicate/utf8/async/cancelled/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 59 /gsubprocess/communicate/utf8/async/cancelled/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 60 /gsubprocess/communicate/utf8/async/cancelled/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 61 /gsubprocess/communicate/utf8/async/cancelled/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 62 /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 63 /gsubprocess/communicate/utf8/cancelled/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 64 /gsubprocess/communicate/utf8/cancelled/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 65 /gsubprocess/communicate/utf8/cancelled/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 66 /gsubprocess/communicate/utf8/cancelled/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 67 /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 68 /gsubprocess/communicate/cancelled/no-pipes
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 69 /gsubprocess/communicate/cancelled/separate-stderr
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 70 /gsubprocess/communicate/cancelled/stdout-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 71 /gsubprocess/communicate/cancelled/stderr-only
+# GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified)
+ok 72 /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 73 /gsubprocess/env/inherit
+# End of env tests
+# End of gsubprocess tests
+PASS: glib/gsubprocess.test
+Running test: glib/spawn-singlethread.test
+# random seed: R02S3ddfdab3b8cd85654756a6444ef718cb
+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/cancellable.test
+# random seed: R02S8a0d9834d1c9d8cfe1edf8e39456ee2a
+1..1
+# Start of cancellable tests
+ok 1 /cancellable/multiple-concurrent
+# End of cancellable tests
+PASS: glib/cancellable.test
+Running test: glib/gdbus-introspection.test
+# random seed: R02S53b8cab6fcde876a67d05b16a5b3a34e
+# 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: gdk-pixbuf/pixbuf-resource.test
+/pixbuf/resource: OK
+/pixbuf/resource/at-scale: OK
+PASS: gdk-pixbuf/pixbuf-resource.test
+Running test: pango/cxx-test.test
+PASS: pango/cxx-test.test
+Running test: gdk-pixbuf/pixbuf-fail.test
+/pixbuf/fail_tiny/CVE-2017-2862.jpg: OK
+/pixbuf/fail_tiny/DoS.tga: OK
+/pixbuf/fail_tiny/androstanRezeptor.tga: OK
+/pixbuf/fail_tiny/bug776694.bmp: OK
+/pixbuf/fail_tiny/bug777315.bmp: OK
+/pixbuf/fail_tiny/bug778204.ico: OK
+/pixbuf/fail_tiny/bug778584.gif: OK
+/pixbuf/fail_tiny/bug779012.ico: OK
+/pixbuf/fail_tiny/bug779016-infinite.icns: OK
+/pixbuf/fail_tiny/bug780269.tif: SKIP
+/pixbuf/fail_tiny/bug784903-overflow-dimensions.tiff: SKIP
+/pixbuf/fail_tiny/bug785973.gif: OK
+/pixbuf/fail_tiny/colormap-image-without-colormap.tga: OK
+/pixbuf/fail_tiny/empty-file.tga: OK
+/pixbuf/fail_tiny/file3.jp2: SKIP
+/pixbuf/fail_tiny/invalid.1.bmp: OK
+/pixbuf/fail_tiny/invalid.1.gif: OK
+/pixbuf/fail_tiny/invalid.1.ico: OK
+/pixbuf/fail_tiny/invalid.1.png: OK
+/pixbuf/fail_tiny/invalid.1.ppm: OK
+/pixbuf/fail_tiny/invalid.2.gif: OK
+/pixbuf/fail_tiny/invalid.2.png: OK
+/pixbuf/fail_tiny/invalid.2.ppm: OK
+/pixbuf/fail_tiny/invalid.3.gif: OK
+/pixbuf/fail_tiny/invalid.3.ico: OK
+/pixbuf/fail_tiny/invalid.3.png: OK
+/pixbuf/fail_tiny/invalid.3.ppm: OK
+/pixbuf/fail_tiny/invalid.4.gif: OK
+/pixbuf/fail_tiny/invalid.4.png: OK
+/pixbuf/fail_tiny/invalid.5.ppm: OK
+/pixbuf/fail_tiny/invalid.6.ppm: OK
+/pixbuf/fail_tiny/invalid.7.ppm: OK
+/pixbuf/fail_tiny/invalid.8.ppm: OK
+/pixbuf/fail_tiny/overflow.tga: OK
+/pixbuf/fail_huge/CVE-2017-2862.jpg: OK
+/pixbuf/fail_huge/DoS.tga: OK
+/pixbuf/fail_huge/androstanRezeptor.tga: OK
+/pixbuf/fail_huge/bug776694.bmp: OK
+/pixbuf/fail_huge/bug777315.bmp: OK
+/pixbuf/fail_huge/bug778204.ico: OK
+/pixbuf/fail_huge/bug778584.gif: OK
+/pixbuf/fail_huge/bug779012.ico: OK
+/pixbuf/fail_huge/bug779016-infinite.icns: OK
+/pixbuf/fail_huge/bug780269.tif: SKIP
+/pixbuf/fail_huge/bug784903-overflow-dimensions.tiff: SKIP
+/pixbuf/fail_huge/bug785973.gif: OK
+/pixbuf/fail_huge/colormap-image-without-colormap.tga: OK
+/pixbuf/fail_huge/empty-file.tga: OK
+/pixbuf/fail_huge/file3.jp2: SKIP
+/pixbuf/fail_huge/invalid.1.bmp: OK
+/pixbuf/fail_huge/invalid.1.gif: OK
+/pixbuf/fail_huge/invalid.1.ico: OK
+/pixbuf/fail_huge/invalid.1.png: OK
+/pixbuf/fail_huge/invalid.1.ppm: OK
+/pixbuf/fail_huge/invalid.2.gif: OK
+/pixbuf/fail_huge/invalid.2.png: OK
+/pixbuf/fail_huge/invalid.2.ppm: OK
+/pixbuf/fail_huge/invalid.3.gif: OK
+/pixbuf/fail_huge/invalid.3.ico: OK
+/pixbuf/fail_huge/invalid.3.png: OK
+/pixbuf/fail_huge/invalid.3.ppm: OK
+/pixbuf/fail_huge/invalid.4.gif: OK
+/pixbuf/fail_huge/invalid.4.png: OK
+/pixbuf/fail_huge/invalid.5.ppm: OK
+/pixbuf/fail_huge/invalid.6.ppm: OK
+/pixbuf/fail_huge/invalid.7.ppm: OK
+/pixbuf/fail_huge/invalid.8.ppm: OK
+/pixbuf/fail_huge/overflow.tga: OK
+PASS: gdk-pixbuf/pixbuf-fail.test
+Running test: glib/hook.test
+# random seed: R02S8ee2ff89062e534574550c1495d02a18
+1..1
+# Start of hook tests
+ok 1 /hook/test1
+# End of hook tests
+PASS: glib/hook.test
+Running test: glib/search-utils.test
+# random seed: R02Seb4f9218e76c355088403bce7797c4e1
+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/rand.test
+# random seed: R02S2fa94510bdf179d6a7f1833e5254e9b8
+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/1bit-mutex.test
+# random seed: R02S265f8a3938ac55ac367370d4e4d329c9
+1..2
+# Start of glib tests
+# Start of 1bit-mutex tests
+Executing: glib/1bit-mutex.test
+Executing: glib/1bit-mutex.test
+ok 1 /glib/1bit-mutex/int
+Executing: glib/1bit-mutex.test
+ok 2 /glib/1bit-mutex/pointer
+# End of 1bit-mutex tests
+# End of glib tests
+PASS: glib/1bit-mutex.test
+Running test: glib/gdbus-threading.test
+# random seed: R02Sef99217418228328110842a2d334954e
+# 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
+# GLib-GIO-DEBUG: run 0: refcount is 2, sleeping
+# GLib-GIO-DEBUG: run 1: refcount is 3, sleeping
+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/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.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.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.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.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.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.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
+stopping
+stopped
+50746704 3618491
+PASS: glib/properties3.test
+Running test: glib/scannerapi.test
+# random seed: R02S44d26bd1ceba4ad600baa2bdb211b58f
+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/option-argv0.test
+# random seed: R02Sbfcd8a8a84c13d3351103beb94385072
+1..1
+# Start of option tests
+ok 1 /option/argv0
+# End of option tests
+PASS: glib/option-argv0.test
+Running test: glib/protocol.test
+# random seed: R02S9dfdbec9579939a8146da6b624e2d5e7
+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/type.test
+# random seed: R02S0a546ef8d540e7b28dec639fdea27f33
+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/convert.test
+# random seed: R02Sddb401c6cd663cff22319e286bef2ecf
+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/sleepy-stream.test
+# random seed: R02S7b99796a4edc921166e3091746f813ce
+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/node.test
+# random seed: R02S39bdc042c5e1f3abef9af1d852087417
+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/unix-streams.test
+# random seed: R02S5cc114ca28f75fb0b8689b82c1a13c92
+1..3
+# Start of unix-streams tests
+ok 1 /unix-streams/basic
+ok 2 /unix-streams/pipe-io-test
+ok 3 /unix-streams/nonblocking-io-test
+# End of unix-streams tests
+PASS: glib/unix-streams.test
+Running test: glib/qdata.test
+# random seed: R02S159c478d06fd93eff075f7334702bbfe
+1..2
+# Start of qdata tests
+ok 1 /qdata/threaded
+ok 2 /qdata/dup
+# End of qdata tests
+PASS: glib/qdata.test
+Running test: pango/testscript.test
+/script/iter: OK
+PASS: pango/testscript.test
+Running test: glib/logging.test
+# random seed: R02S7255ee4f03c0330db0a860946d959714
+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: gdk-pixbuf/pixbuf-threads.test
+/pixbuf/threads: OK
+PASS: gdk-pixbuf/pixbuf-threads.test
+Running test: glib/g-file.test
+# random seed: R02Sc9ac666e29d98b632467d520d7b364ad
+1..8
+# Start of g-file tests
+ok 1 /g-file/test_g_file_new_null
+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-8DI51Z
+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
+file:///UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88
+ok 6 /g-file/test_g_file_new_for_commandline_arg
+/dir1 /dir1/dir2/dir3/
+/dir1/ /dir1/dir2/dir3/
+/dir1 /dir1/dir2/dir3
+/dir1/ /dir1/dir2/dir3
+/tmp/ /something/
+/dir1/dir2 /dir1/
+//dir1/new //dir1/new/dir2/dir3
+/dir/UTF-8 p??li? ?lu?ou?k? k?? /dir/UTF-8 p??li? ?lu?ou?k? k??/dir2
+file:///dir1 file:///dir1/dir2/dir3/
+file:///dir1/ file:///dir1/dir2/dir3/
+file:///dir1 file:///dir1/dir2/dir3
+file:///dir1/ file:///dir1/dir2/dir3
+file:///tmp/ file:///something/
+file:///dir1/dir2 file:///dir1/
+file:////dir1/new file:////dir1/new/dir2/dir3
+file:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88 file:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88/dir2
+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/sources.test
+Add same-priority sources: 22
+Remove in random order: 21
+Add different-priority sources: 27
+Remove in random order: 34
+Add sources from threads: 356
+Remove sources from threads: 384
+PASS: glib/sources.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
+Running test: glib/mainloop-test.test
+PASS: glib/mainloop-test.test
+Running test: glib/network-address.test
+# random seed: R02S1ba191123b0119742f4c0cf65ba25d1b
+1..51
+# 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
+# End of network-address tests
+# Start of gresolver tests
+# Start of resolve-address tests
+# Input: 192.168.1.2
+ok 40 /gresolver/resolve-address/0
+# Input: fe80::42
+ok 41 /gresolver/resolve-address/1
+# Input: 192.168.1.2:80
+# Error: Error resolving ?192.168.1.2:80?: Name or service not known
+ok 42 /gresolver/resolve-address/2
+# Input: [fe80::42]
+# Error: Error resolving ?[fe80::42]?: Name or service not known
+ok 43 /gresolver/resolve-address/3
+# Input: [fe80::42]:80
+# Error: Error resolving ?[fe80::42]:80?: Name or service not known
+ok 44 /gresolver/resolve-address/4
+# Input: 192.168.258
+# Error: Error resolving ?192.168.258?: Name or service not known
+ok 45 /gresolver/resolve-address/5
+# Input: 192.11010306
+# Error: Error resolving ?192.11010306?: Name or service not known
+ok 46 /gresolver/resolve-address/6
+# Input: 3232235778
+# Error: Error resolving ?3232235778?: Name or service not known
+ok 47 /gresolver/resolve-address/7
+# Input: 0300.0250.0001.0001
+# Error: Error resolving ?0300.0250.0001.0001?: Name or service not known
+ok 48 /gresolver/resolve-address/8
+# Input: 0xC0.0xA8.0x01.0x02
+# Error: Error resolving ?0xC0.0xA8.0x01.0x02?: Name or service not known
+ok 49 /gresolver/resolve-address/9
+# Input: 0xc0.0xa8.0x01.0x02
+# Error: Error resolving ?0xc0.0xa8.0x01.0x02?: Name or service not known
+ok 50 /gresolver/resolve-address/10
+# Input: 0xc0a80102
+# Error: Error resolving ?0xc0a80102?: Name or service not known
+ok 51 /gresolver/resolve-address/11
+# End of resolve-address tests
+# End of gresolver tests
+PASS: glib/network-address.test
+Running test: glib/threadtests.test
+# random seed: R02Sab87a67136950178c1224df471be9e1f
+1..2
+# Start of GObject tests
+Executing: glib/threadtests.test
+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/buffered-input-stream.test
+# random seed: R02S6727d6450632dbc15afa8add539f764b
+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: 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-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: glib/datetime.test
+05/27/19 23:06:23
+PASS: glib/datetime.test
+Running test: glib/tree.test
+# random seed: R02S4e527256a33ef01a50bd666205f41afc
+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/iochannel-test.test
+PASS: glib/iochannel-test.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: 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: glib/queue.test
+# random seed: R02S4797f98dfc7a280cb56e187492d8de5c
+1..8
+# 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
+# Start of random tests
+ok 8 /queue/random/seed:1930597903
+# End of random tests
+# End of queue tests
+PASS: glib/queue.test
+Running test: glib/gdbus-message.test
+# random seed: R02S0cc512c9b0985ae5f24eed75077951c4
+1..2
+# Start of gdbus tests
+# Start of message tests
+ok 1 /gdbus/message/lock
+ok 2 /gdbus/message/copy
+# End of message tests
+# End of gdbus tests
+PASS: glib/gdbus-message.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: glib/utf8-performance.test
+# random seed: R02Saf2f27bfc8c25ea1a2b6ade41d64d914
+1..0
+PASS: glib/utf8-performance.test
+Running test: glib/data-output-stream.test
+# random seed: R02S83a75fd156561f35003e3ef252f08498
+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/gdbus-connection-loss.test
+# random seed: R02Sbea06987462215b0d913bb9727c42f0a
+# 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/mount-operation.test
+# random seed: R02S7e592a9df9e8d5810f645ae43eac2bd5
+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/object.test
+# random seed: R02S128580672ab63f732aa4ae477be3315a
+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/accumulator.test
+PASS: glib/accumulator.test
+Running test: glib/keyfile.test
+# random seed: R02Sccc5d8b31ee4e6edf81d7ce0665d5e3b
+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: 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: glib/ifaceproperties.test
+# random seed: R02S7aecc2590f9f2dc687abee23e1d61e42
+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/socket.test
+# random seed: R02S3e0541e2578ca90371c9f51494ff5fda
+1..21
+# 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
+Executing: glib/socket.test
+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
+# Start of ipv4_sync tests
+ok 14 /socket/ipv4_sync/datagram
+# Start of datagram tests
+ok 15 /socket/ipv4_sync/datagram/timeouts
+# End of datagram tests
+# End of ipv4_sync tests
+# Start of ipv6_sync tests
+ok 16 /socket/ipv6_sync/datagram
+# Start of datagram tests
+ok 17 /socket/ipv6_sync/datagram/timeouts
+# End of datagram tests
+# End of ipv6_sync tests
+# Start of reuse tests
+ok 18 /socket/reuse/tcp
+ok 19 /socket/reuse/udp
+# End of reuse tests
+# Start of get_available tests
+ok 20 /socket/get_available/datagram
+ok 21 /socket/get_available/stream
+# End of get_available tests
+# End of socket tests
+PASS: glib/socket.test
+Running test: glib/async-splice-output-stream.test
+# random seed: R02S892754f04f8f73bb0a0d4321691c5253
+1..4
+# Start of async-splice tests
+ok 1 /async-splice/copy-chunks
+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/async-close-output-stream.test
+# random seed: R02S2627af748a8366daf0b2cada9e7b37f7
+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/mutex.test
+# random seed: R02Sdbd9cafe6712123c08bfea527ca5316a
+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/gdbus-proxy-threads.test
+# random seed: R02S0ecab587f3f0d150d6de472daa0f6ea6
+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 16225
+PASS: glib/gdbus-proxy-threads.test
+Running test: glib/trash.test
+# random seed: R02Se240a20b3ab0b94a7d94f9ee9bb66d14
+1..2
+# Start of trash tests
+# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/251
+# File: /tmp/test-trash6CEI2Z (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: pango/testboundaries.test
+/text/boundaries: sample file: /usr/libexec/installed-tests/pango/boundaries.utf8
+testboundaries passed
+OK
+PASS: pango/testboundaries.test
+Running test: glib/overflow-fallback.test
+# random seed: R02Safa5a69baed30b18d3f5338a13542749
+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/bitlock.test
+# random seed: R02Sd48a73854404639f7f43b70b6fa09596
+1..0
+PASS: glib/bitlock.test
+Running test: glib/vfs.test
+# random seed: R02S34d04dc51afce6988e6a09f0252ec8c0
+1..2
+# Start of gvfs tests
+ok 1 /gvfs/local
+ok 2 /gvfs/register-scheme
+# End of gvfs tests
+PASS: glib/vfs.test
+Running test: glib/permission.test
+# random seed: R02S0cfb0850d8033e4efb7978f6e34804e3
+1..1
+# Start of permission tests
+ok 1 /permission/simple
+# End of permission tests
+PASS: glib/permission.test
+Running test: glib/hmac.test
+# random seed: R02Sb2cd563de2acc320bd059bc06de1dd30
+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/date.test
+# random seed: R02S18aabd24704f0194ddcbcd78194c95b0
+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/gdbus-export.test
+# random seed: R02S2d257d7971608b649f3116b396697733
+# 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: 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: glib/tls-certificate.test
+# random seed: R02Sa69a3df2d288d206e81eb2d61f81bfb1
+1..6
+# Start of tls-certificate tests
+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_pkcs8
+ok 6 /tls-certificate/list_from_file
+# End of tls-certificate tests
+PASS: glib/tls-certificate.test
Running test: glib/sequence.test
-# random seed: R02Sfb6373cb8a377401d5d8c9057cd3a182
+# random seed: R02Sd7aa809ff0de70a65bd829fa5ad606f8
1..16
# Start of sequence tests
ok 1 /sequence/out-of-range-jump
@@ -18225,43 +18021,233 @@ 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
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
-Executing: glib/sequence.test
ok 14 /sequence/random/seed:3583571454
+Executing: glib/sequence.test
ok 15 /sequence/random/seed:579241222
-ok 16 /sequence/random/seed:1850541725
+ok 16 /sequence/random/seed:1232013327
# End of random tests
# End of sequence tests
PASS: glib/sequence.test
-Running test: glib/bit-test.test
-PASS: glib/bit-test.test
-Running test: glib/gdbus-test-codegen.test
-# random seed: R02S2c923a348160b88f15acd94f630f79b6
-# GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested)
-1..6
-# 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/standalone-interface-info
-# End of codegen tests
-# End of gdbus tests
-PASS: glib/gdbus-test-codegen.test
-SUMMARY: total=291; passed=291; skipped=0; failed=0; user=186.1s; system=44.6s; maxrss=222688
+Running test: glib/guuid.test
+# random seed: R02S038f8cdd46e150168762fd4bbf6010ab
+1..2
+# Start of uuid tests
+ok 1 /uuid/string
+ok 2 /uuid/random
+# End of uuid tests
+PASS: glib/guuid.test
+Running test: json-glib-1.0/node.test
+/nodes/gvalue: OK
+/nodes/init/int: OK
+/nodes/init/double: OK
+/nodes/init/boolean: OK
+/nodes/init/string: OK
+/nodes/init/null: OK
+/nodes/copy/null: OK
+/nodes/copy/value: OK
+/nodes/copy/object: OK
+/nodes/get/int: OK
+/nodes/get/double: OK
+/nodes/gvalue/autopromotion: OK
+/nodes/seal/int: OK
+/nodes/seal/double: OK
+/nodes/seal/boolean: OK
+/nodes/seal/string: OK
+/nodes/seal/null: OK
+/nodes/seal/object: OK
+/nodes/seal/array: OK
+/nodes/immutable/int: OK
+/nodes/immutable/double: OK
+/nodes/immutable/boolean: OK
+/nodes/immutable/string: OK
+/nodes/immutable/object: OK
+/nodes/immutable/array: OK
+/nodes/immutable/value: OK
+/nodes/immutable/parent: OK
+PASS: json-glib-1.0/node.test
+Running test: glib/array-test.test
+# random seed: R02Sc59585a40fbe4380308648a2cc01d41d
+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/unicode-caseconv.test
+PASS: glib/unicode-caseconv.test
+Running test: glib/mem-overflow.test
+# random seed: R02Sdff84b0aba963f157feea159fbcaf361
+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/pollable.test
+# random seed: R02S7f9124cb52906c5b7892ed9805ecf201
+1..3
+# Start of pollable tests
+ok 1 /pollable/unix
+ok 2 /pollable/converter
+ok 3 /pollable/socket
+# End of pollable tests
+PASS: glib/pollable.test
+Running test: glib/resources.test
+# random seed: R02S862dff039e9601ab249520fdd47a521b
+1..13
+# Start of resource tests
+ok 1 /resource/file
+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
+# Start of uri tests
+ok 12 /resource/uri/query-info
+ok 13 /resource/uri/file
+# End of uri tests
+# End of resource tests
+PASS: glib/resources.test
+SUMMARY: total=291; passed=291; skipped=0; failed=0; user=152.0s; system=32.3s; maxrss=172356
+ userdel glib2-test
-DURATION: 462
+DURATION: 412
END: /usr/lib/glib-2.0/ptest
-2019-05-27T17:13
-2019-05-27T17:13
+2019-05-27T23:06
+2019-05-27T23:06
BEGIN: /usr/lib/gstreamer1.0/ptest
PASS: gst/gstabi
PASS: gst/gstatomicqueue
@@ -18370,10 +18356,10 @@ PASS: libs/gsttestclock
PASS: libs/transform1
PASS: libs/transform2
PASS: tools/gstinspect
-DURATION: 110
+DURATION: 108
END: /usr/lib/gstreamer1.0/ptest
-2019-05-27T17:15
-2019-05-27T17:15
+2019-05-27T23:08
+2019-05-27T23:08
BEGIN: /usr/lib/gzip/ptest
make check-TESTS
make[1]: Entering directory '/usr/lib/gzip/ptest/src/tests'
@@ -18413,22 +18399,122 @@ 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-05-27T17:15
-2019-05-27T17:15
+2019-05-27T23:08
+2019-05-27T23:08
BEGIN: /usr/lib/json-glib/ptest
-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/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/serialize-simple.test
+/serialize/gobject: OK
+PASS: json-glib-1.0/serialize-simple.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/builder.test
/builder/complex: OK
/builder/empty: OK
/builder/reset: OK
PASS: json-glib-1.0/builder.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/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/serialize-complex.test
+/serialize/gobject-boxed: OK
+PASS: json-glib-1.0/serialize-complex.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/boxed.test
+/boxed/serialize-property: OK
+/boxed/deserialize-property: OK
+PASS: json-glib-1.0/boxed.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/parser.test
/parser/empty-string: OK
/parser/base-value: OK
@@ -18443,18 +18529,35 @@ Running test: json-glib-1.0/parser.test
/parser/stream-sync: OK
/parser/stream-async: OK
PASS: json-glib-1.0/parser.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/serialize-simple.test
-/serialize/gobject: OK
-PASS: json-glib-1.0/serialize-simple.test
+Running test: json-glib-1.0/node.test
+/nodes/gvalue: OK
+/nodes/init/int: OK
+/nodes/init/double: OK
+/nodes/init/boolean: OK
+/nodes/init/string: OK
+/nodes/init/null: OK
+/nodes/copy/null: OK
+/nodes/copy/value: OK
+/nodes/copy/object: OK
+/nodes/get/int: OK
+/nodes/get/double: OK
+/nodes/gvalue/autopromotion: OK
+/nodes/seal/int: OK
+/nodes/seal/double: OK
+/nodes/seal/boolean: OK
+/nodes/seal/string: OK
+/nodes/seal/null: OK
+/nodes/seal/object: OK
+/nodes/seal/array: OK
+/nodes/immutable/int: OK
+/nodes/immutable/double: OK
+/nodes/immutable/boolean: OK
+/nodes/immutable/string: OK
+/nodes/immutable/object: OK
+/nodes/immutable/array: OK
+/nodes/immutable/value: OK
+/nodes/immutable/parent: OK
+PASS: json-glib-1.0/node.test
Running test: json-glib-1.0/gvariant.test
/gvariant/to-json/boolean: OK
/gvariant/to-json/byte: OK
@@ -18546,134 +18649,17 @@ 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-complex.test
-/serialize/gobject-boxed: OK
-PASS: json-glib-1.0/serialize-complex.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/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/node.test
-/nodes/gvalue: OK
-/nodes/init/int: OK
-/nodes/init/double: OK
-/nodes/init/boolean: OK
-/nodes/init/string: OK
-/nodes/init/null: OK
-/nodes/copy/null: OK
-/nodes/copy/value: OK
-/nodes/copy/object: OK
-/nodes/get/int: OK
-/nodes/get/double: OK
-/nodes/gvalue/autopromotion: OK
-/nodes/seal/int: OK
-/nodes/seal/double: OK
-/nodes/seal/boolean: OK
-/nodes/seal/string: OK
-/nodes/seal/null: OK
-/nodes/seal/object: OK
-/nodes/seal/array: OK
-/nodes/immutable/int: OK
-/nodes/immutable/double: OK
-/nodes/immutable/boolean: OK
-/nodes/immutable/string: OK
-/nodes/immutable/object: OK
-/nodes/immutable/array: OK
-/nodes/immutable/value: OK
-/nodes/immutable/parent: OK
-PASS: json-glib-1.0/node.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/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
-SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.0s; maxrss=5612
-DURATION: 1
+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
+SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.0s; maxrss=5448
+DURATION: 0
END: /usr/lib/json-glib/ptest
-2019-05-27T17:15
-2019-05-27T17:15
+2019-05-27T23:08
+2019-05-27T23:08
BEGIN: /usr/lib/kbd/ptest
make: Entering directory '/usr/lib/kbd/ptest/tests'
make[1]: Entering directory '/usr/lib/kbd/ptest/tests'
@@ -18697,10 +18683,10 @@ 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: 0
+DURATION: 1
END: /usr/lib/kbd/ptest
-2019-05-27T17:15
-2019-05-27T17:15
+2019-05-27T23:08
+2019-05-27T23:08
BEGIN: /usr/lib/libconvert-asn1-perl/ptest
1..27
ok 1
@@ -18731,103 +18717,13 @@ 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..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..35
-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
-PASS: t/03seqof
-1..25
+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
-PASS: t/18tagdefault
-1..21
+PASS: t/11explicit
+1..11
ok 1
ok 2
ok 3
@@ -18839,18 +18735,8 @@ 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/01tag
-1..12
+PASS: t/07io
+1..10
ok 1
ok 2
ok 3
@@ -18861,18 +18747,7 @@ ok 7
ok 8
ok 9
ok 10
-ok 11
-ok 12
-PASS: t/13utf8
-1..7
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-PASS: t/11indef
+PASS: t/10choice
1..186
ok 1
ok 2
@@ -18916,7 +18791,7 @@ ok 35
ok 36
ok 37
ok 38
-# INTEGER -457
+# INTEGER -255
ok 39
ok 40
ok 41
@@ -18926,32 +18801,32 @@ ok 43
ok 44
ok 45
ok 46
-# INTEGER 128
+# INTEGER 6715289
ok 47
ok 48
ok 49
ok 50
-# INTEGER -255
+# INTEGER -128
ok 51
ok 52
ok 53
ok 54
-# INTEGER 6715289
+# INTEGER 128
ok 55
ok 56
ok 57
ok 58
-# INTEGER -1073741824
+# INTEGER 0
ok 59
ok 60
ok 61
ok 62
-# INTEGER 0
+# INTEGER -457
ok 63
ok 64
ok 65
ok 66
-# INTEGER -128
+# INTEGER -1073741824
ok 67
ok 68
ok 69
@@ -18960,42 +18835,42 @@ 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
ok 82
-# OBJECT_ID 1.2.3.4.5
+# OBJECT_ID 2.99999.99
ok 83
ok 84
ok 85
ok 86
-# OBJECT_ID 2.5.457
+# OBJECT_ID 0.0.17.773.1.1.1
ok 87
ok 88
ok 89
ok 90
-# OBJECT_ID 2.99999.99
+# OBJECT_ID 1.2.3.4.5
ok 91
ok 92
ok 93
ok 94
-# OBJECT_ID 0.0.17.773.1.1.1
+# OBJECT_ID 2.5.457
ok 95
ok 96
ok 97
ok 98
-# ENUM 0
+# ENUM -99
ok 99
ok 100
ok 101
ok 102
-# ENUM -99
+# ENUM 0
ok 103
ok 104
ok 105
@@ -19005,7 +18880,7 @@ ok 107
ok 108
ok 109
ok 110
-# BIT STRING 00110011 3
+# BIT STRING 011011100101110111000000 21
ok 111
ok 112
ok 113
@@ -19017,19 +18892,19 @@ ok 117
ok 118
ok 119
ok 120
-# BIT STRING 011011111101110111000000 7
+# BIT STRING 00110011 3
ok 121
ok 122
ok 123
ok 124
ok 125
-# BIT STRING 011011100101110111000000 21
+# BIT STRING 011011111101110111000000 7
ok 126
ok 127
ok 128
ok 129
ok 130
-# REAL -Inf
+# REAL -5.5
ok 131
ok 132
ok 133
@@ -19039,27 +18914,27 @@ ok 135
ok 136
ok 137
ok 138
-# REAL -5.5
+# REAL Inf
ok 139
ok 140
ok 141
ok 142
-# REAL Inf
+# REAL 0
ok 143
ok 144
ok 145
ok 146
-# REAL 0
+# REAL -Inf
ok 147
ok 148
ok 149
ok 150
-# RELATIVE-OID 0.0.17.773.1.1.1
+# RELATIVE-OID 1.2.3.4.5
ok 151
ok 152
ok 153
ok 154
-# RELATIVE-OID 1.2.3.4.5
+# RELATIVE-OID 0.0.17.773.1.1.1
ok 155
ok 156
ok 157
@@ -19069,22 +18944,22 @@ ok 159
ok 160
ok 161
ok 162
-# BCDString 123456789123456789
+# BCDString 564
ok 163
ok 164
ok 165
ok 166
-# BCDString 0
+# BCDString 12345678
ok 167
ok 168
ok 169
ok 170
-# BCDString 12345678
+# BCDString -1
ok 171
ok 172
ok 173
ok 174
-# BCDString 564
+# BCDString 123456789123456789
ok 175
ok 176
ok 177
@@ -19094,81 +18969,12 @@ ok 179
ok 180
ok 181
ok 182
-# BCDString -1
+# BCDString 0
ok 183
ok 184
ok 185
ok 186
PASS: t/00prim
-1..13
-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
-PASS: t/08set
-1..2
-ok 1
-ok 2
-PASS: t/99misc
-1..24
-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
-PASS: t/05time
-1..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/09contr
-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
-ok 14
-ok 15
-ok 16
-PASS: t/04opt
1..67
ok 1
ok 2
@@ -19205,32 +19011,32 @@ ok 32
ok 33
ok 34
ok 35
-# INTEGER -1073741824
+# INTEGER 2147483648
ok 36
ok 37
ok 38
ok 39
-# INTEGER -4294967296
+# INTEGER 1073741824
ok 40
ok 41
ok 42
ok 43
-# INTEGER 2147483648
+# INTEGER 4294967296
ok 44
ok 45
ok 46
ok 47
-# INTEGER 4294967296
+# INTEGER -2147483648
ok 48
ok 49
ok 50
ok 51
-# INTEGER -2147483648
+# INTEGER -4294967296
ok 52
ok 53
ok 54
ok 55
-# INTEGER 1073741824
+# INTEGER -1073741824
ok 56
ok 57
ok 58
@@ -19246,7 +19052,22 @@ ok 65
ok 66
ok 67
PASS: t/06bigint
-1..18
+1..13
+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
+PASS: t/08set
+1..24
ok 1
ok 2
ok 3
@@ -19265,14 +19086,23 @@ ok 15
ok 16
ok 17
ok 18
-PASS: t/12der
-1..4
+ok 19
+ok 20
+ok 21
+ok 22
+ok 23
+ok 24
+PASS: t/05time
+1..7
ok 1
ok 2
ok 3
ok 4
-PASS: t/11explicit
-1..19
+ok 5
+ok 6
+ok 7
+PASS: t/11indef
+1..21
ok 1
ok 2
ok 3
@@ -19292,8 +19122,10 @@ ok 16
ok 17
ok 18
ok 19
-PASS: t/17extchoice
-1..11
+ok 20
+ok 21
+PASS: t/01tag
+1..35
ok 1
ok 2
ok 3
@@ -19305,7 +19137,37 @@ ok 8
ok 9
ok 10
ok 11
-PASS: t/07io
+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
+PASS: t/03seqof
+1..4
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/09contr
1..27
ok 1
ok 2
@@ -19372,6 +19234,33 @@ ok 24
ok 25
ok 26
PASS: t/x509
+1..25
+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
+PASS: t/18tagdefault
1..21
ok 1
ok 2
@@ -19395,11 +19284,155 @@ ok 19
ok 20
ok 21
PASS: t/14any
+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..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..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/12der
+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
+ok 14
+ok 15
+ok 16
+PASS: t/04opt
+1..2
+ok 1
+ok 2
+PASS: t/99misc
DURATION: 2
END: /usr/lib/libconvert-asn1-perl/ptest
-2019-05-27T17:15
-2019-05-27T17:15
+2019-05-27T23:08
+2019-05-27T23:08
BEGIN: /usr/lib/liberror-perl/ptest
+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.
+
+# Error::THROWN =
+# E = This is a simple 'die' exception. at t/12wrong-error-var.t line 22.
+
+ok 2 - Checking that the argument to otherwise is the thrown exception
+PASS: t/12wrong-error-var
+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..2
+ok 1 - Testing for thrown exception
+ok 2 - No Errors caught.
+PASS: t/03throw-non-Error
+1..4
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/01throw
+1..1
+ok 1 - Testing that the use base worked.
+PASS: t/04use-base-Error-Simple
+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.pm loaded ok
+ok 2 - Error/Simple.pm loaded ok
+PASS: t/00-compile
+1..1
+ok 1 - Testing that the excpetion is not trampeled
+PASS: t/07try-in-obj-destructor
+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..21
ok 1 - Loaded
ok 2 - Test framework STDERR
@@ -19423,6 +19456,10 @@ ok 19 - Custom warn felloffcode
ok 20 - Custom die STDERR
ok 21 - Custom die felloffcode
PASS: t/08warndie
+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..6
ok 1
ok 2
@@ -19431,22 +19468,6 @@ ok 4
ok 5
ok 6
PASS: t/02order
-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
-ok 1 - Error rethrown
-ok 2 - Thrown Error::Simple
-ok 3 - die foobar
-ok 4 - throw Error::Simple
-PASS: t/11rethrow
1..8
ok 1 - defined( $_[0] ) after throw/catch
ok 2 - defined( $@ ) after throw/catch
@@ -19457,52 +19478,17 @@ 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..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..2
-ok 1 - Error.pm loaded ok
-ok 2 - Error/Simple.pm loaded ok
-PASS: t/00-compile
-1..1
-ok 1 - Testing that the use base worked.
-PASS: t/04use-base-Error-Simple
+ok 1 - defined( $_[0] ) after throw/except
+ok 2 - $_[0]->isa( "Error::Simple" ) after throw/except
+PASS: t/13except-arg0
1..1
ok 1 - Testing that the VERSION was not overrided
PASS: t/14Error-Simple-VERSION
-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..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.
-
-# Error::THROWN =
-# E = This is a simple 'die' exception. at t/12wrong-error-var.t line 22.
-
-ok 2 - Checking that the argument to otherwise is the thrown exception
-PASS: t/12wrong-error-var
-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 - Testing for thrown exception
-ok 2 - No Errors caught.
-PASS: t/03throw-non-Error
-1..1
-ok 1 - Testing that the excpetion is not trampeled
-PASS: t/07try-in-obj-destructor
DURATION: 1
END: /usr/lib/liberror-perl/ptest
-2019-05-27T17:15
-2019-05-27T17:15
+2019-05-27T23:08
+2019-05-27T23:08
BEGIN: /usr/lib/libevent/ptest
main/methods: [forking] OK
main/version: OK
@@ -19703,22 +19689,22 @@ http/basic: [forking] OK
http/simple: [forking] OK
http/cancel: [forking] OK
http/cancel_by_host: [forking] OK
-http/cancel_by_host_no_ns: [forking] [msg] Nameserver 127.0.0.1:36035 has failed: request timed out.
+http/cancel_by_host_no_ns: [forking] [msg] Nameserver 127.0.0.1:51015 has failed: request timed out.
[msg] All nameservers have failed
OK
http/cancel_by_host_inactive_server: [forking] OK
http/cancel_inactive_server: [forking] OK
-http/cancel_by_host_no_ns_inactive_server: [forking] [msg] Nameserver 127.0.0.1:51861 has failed: request timed out.
+http/cancel_by_host_no_ns_inactive_server: [forking] [msg] Nameserver 127.0.0.1:38408 has failed: request timed out.
[msg] All nameservers have failed
OK
http/cancel_by_host_server_timeout: DISABLED
http/cancel_server_timeout: DISABLED
http/cancel_by_host_no_ns_server_timeout: DISABLED
http/cancel_by_host_ns_timeout_server_timeout: DISABLED
-http/cancel_by_host_ns_timeout: [forking] [msg] Nameserver 127.0.0.1:57266 has failed: request timed out.
+http/cancel_by_host_ns_timeout: [forking] [msg] Nameserver 127.0.0.1:59211 has failed: request timed out.
[msg] All nameservers have failed
OK
-http/cancel_by_host_ns_timeout_inactive_server: [forking] [msg] Nameserver 127.0.0.1:45527 has failed: request timed out.
+http/cancel_by_host_ns_timeout_inactive_server: [forking] [msg] Nameserver 127.0.0.1:38327 has failed: request timed out.
[msg] All nameservers have failed
OK
http/virtual_host: [forking] OK
@@ -19777,7 +19763,7 @@ dns/reissue_disable_when_inactive: [forking] OK
dns/inflight: [forking] OK
dns/bufferevent_connect_hostname: [forking] OK
dns/disable_when_inactive: [forking] OK
-dns/disable_when_inactive_no_ns: [forking] [msg] Nameserver 127.0.0.1:39050 has failed: request timed out.
+dns/disable_when_inactive_no_ns: [forking] [msg] Nameserver 127.0.0.1:38949 has failed: request timed out.
[msg] All nameservers have failed
OK
dns/getaddrinfo_async: [forking] OK
@@ -19815,92 +19801,92 @@ listener/error_ts: [forking] OK
278 tests ok. (15 skipped)
write callback. should only see this once
timeout fired, time to end test
-usec used=175, usec passed=1501762, cpu usage=0.01%
+usec used=98, usec passed=1502364, cpu usage=0.01%
closed_cb: detected socket close with success
=====expected
-Now= 1558977451.725064
+Now= 1558998645.864151
Inserted:
- 0x5619e92e7900 [fd 7] Write
- 0x5619e92e7990 [fd 8] Read Persist Timeout=T+1
- 0x5619e92e7a20 [fd 9] Write Persist Timeout=T+1
- 0x5619e92e7ab0 [fd 10] Read Timeout=T+2.5
- 0x5619e92e7b40 [fd -1] Timeout=T+1
- 0x5619e92e7bd0 [fd -1] Timeout=T+1
- 0x5619e92e7c60 [fd -1] Timeout=T+1
- 0x5619e92e7cf0 [fd -1] Persist Timeout=T+2.5
- 0x5619e92e7d80 [fd -1] Persist Timeout=T+1
- 0x5619e92e7e10 [fd -1] Persist Timeout=T+2.5
- 0x5619e92e7fc0 [sig 2] Signal Persist
+ 0x5631baadf900 [fd 7] Write
+ 0x5631baadf990 [fd 8] Read Persist Timeout=T+1
+ 0x5631baadfa20 [fd 9] Write Persist Timeout=T+1
+ 0x5631baadfab0 [fd 10] Read Timeout=T+2.5
+ 0x5631baadfb40 [fd -1] Timeout=T+1
+ 0x5631baadfbd0 [fd -1] Timeout=T+1
+ 0x5631baadfc60 [fd -1] Timeout=T+1
+ 0x5631baadfcf0 [fd -1] Persist Timeout=T+2.5
+ 0x5631baadfd80 [fd -1] Persist Timeout=T+1
+ 0x5631baadfe10 [fd -1] Persist Timeout=T+2.5
+ 0x5631baadffc0 [sig 2] Signal Persist
Active:
- 0x5619e92e7ea0 [fd -1, priority=0] Read active
- 0x5619e92e7f30 [fd -1, priority=0] Read Write Timeout active
- 0x5619e92e7990 [fd 8, priority=0] Read active
+ 0x5631baadfea0 [fd -1, priority=0] Read active
+ 0x5631baadff30 [fd -1, priority=0] Read Write Timeout active
+ 0x5631baadf990 [fd 8, priority=0] Read active
======received
Inserted events:
- 0x5619e92e7900 [fd 7] Write
- 0x5619e92e7990 [fd 8] Read Persist Timeout=1558977452.724985
- 0x5619e92e7a20 [fd 9] Write Persist Timeout=1558977452.724985
- 0x5619e92e7ab0 [fd 10] Read Timeout=1558977454.224985
- 0x5619e92e72c8 [fd 12] Read Persist Internal
- 0x5619e92e7fc0 [sig 2] Signal Persist
- 0x5619e92e77c0 [fd -1] Internal Timeout=1558977452.724985
- 0x5619e92e7870 [fd -1] Internal Timeout=1558977454.224985
- 0x5619e92e7c60 [fd -1] Timeout=1558977452.724985
- 0x5619e92e7e10 [fd -1] Persist Timeout=1558977454.224985
- 0x5619e92e7b40 [fd -1] Timeout=1558977452.724985
- 0x5619e92e7bd0 [fd -1] Timeout=1558977452.724985
- 0x5619e92e7d80 [fd -1] Persist Timeout=1558977452.724985
- 0x5619e92e7cf0 [fd -1] Persist Timeout=1558977454.224985
+ 0x5631baadf900 [fd 7] Write
+ 0x5631baadf990 [fd 8] Read Persist Timeout=1558998646.864073
+ 0x5631baadfa20 [fd 9] Write Persist Timeout=1558998646.864073
+ 0x5631baadfab0 [fd 10] Read Timeout=1558998648.364073
+ 0x5631baadf2c8 [fd 12] Read Persist Internal
+ 0x5631baadffc0 [sig 2] Signal Persist
+ 0x5631baadf7c0 [fd -1] Internal Timeout=1558998646.864073
+ 0x5631baadf870 [fd -1] Internal Timeout=1558998648.364073
+ 0x5631baadfc60 [fd -1] Timeout=1558998646.864073
+ 0x5631baadfe10 [fd -1] Persist Timeout=1558998648.364073
+ 0x5631baadfb40 [fd -1] Timeout=1558998646.864073
+ 0x5631baadfbd0 [fd -1] Timeout=1558998646.864073
+ 0x5631baadfd80 [fd -1] Persist Timeout=1558998646.864073
+ 0x5631baadfcf0 [fd -1] Persist Timeout=1558998648.364073
Active events:
- 0x5619e92e7990 [fd 8, priority=0] Read active
- 0x5619e92e7ea0 [fd -1, priority=0] Read active
- 0x5619e92e7f30 [fd -1, priority=0] Read Write Timeout active
+ 0x5631baadf990 [fd 8, priority=0] Read active
+ 0x5631baadfea0 [fd -1, priority=0] Read active
+ 0x5631baadff30 [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: 7475965.200000 per second
-2: 7475965.200000 per second
-3: 7475965.200000 per second
-4: 7475965.200000 per second
-5: 7475965.200000 per second
-6: 7475965.200000 per second
-7: 7475965.200000 per second
-8: 7475965.200000 per second
-9: 7475965.200000 per second
-10: 7475965.200000 per second
-11: 7475965.200000 per second
-12: 7475965.200000 per second
-13: 7475965.200000 per second
-14: 7475965.200000 per second
-15: 7475965.200000 per second
-16: 7475965.200000 per second
-17: 7475965.200000 per second
-18: 7475965.200000 per second
-19: 7475965.200000 per second
-20: 7475965.200000 per second
-21: 7475965.200000 per second
-22: 7475965.200000 per second
-23: 7475965.200000 per second
-24: 7475965.200000 per second
-25: 7475965.200000 per second
-26: 7475965.200000 per second
-27: 7475965.200000 per second
-28: 7475965.200000 per second
-29: 7475965.200000 per second
-30: 7475965.200000 per second
- total: 224278956.000000 per second
- average: 7475965.200000 per second
- stddev: 0.197642 per second
-208960, 20000
+1: 6134934.800000 per second
+2: 6134934.800000 per second
+3: 6134934.800000 per second
+4: 6134934.800000 per second
+5: 6134934.800000 per second
+6: 6134934.800000 per second
+7: 6134934.800000 per second
+8: 6134934.800000 per second
+9: 6134934.800000 per second
+10: 6134934.800000 per second
+11: 6134934.800000 per second
+12: 6134934.800000 per second
+13: 6134934.800000 per second
+14: 6134934.800000 per second
+15: 6134934.800000 per second
+16: 6134934.800000 per second
+17: 6134934.800000 per second
+18: 6134934.800000 per second
+19: 6134934.800000 per second
+20: 6134934.800000 per second
+21: 6134934.800000 per second
+22: 6134934.800000 per second
+23: 6134934.800000 per second
+24: 6134934.800000 per second
+25: 6134934.800000 per second
+26: 6134934.800000 per second
+27: 6134934.800000 per second
+28: 6134934.800000 per second
+29: 6134934.800000 per second
+30: 6134934.800000 per second
+ total: 184048044.000000 per second
+ average: 6134934.800000 per second
+ stddev: -nan per second
+22296, 20000
write_cb: write 12
write_cb: write -1
PASS: libevent
-DURATION: 127
+DURATION: 126
END: /usr/lib/libevent/ptest
-2019-05-27T17:17
-2019-05-27T17:17
+2019-05-27T23:10
+2019-05-27T23:10
BEGIN: /usr/lib/libpcre/ptest
make[1]: Entering directory '/usr/lib/libpcre/ptest'
PASS: pcre_stringpiece_unittest
@@ -19920,8 +19906,8 @@ Testsuite summary for PCRE 8.36
make[1]: Leaving directory '/usr/lib/libpcre/ptest'
DURATION: 2
END: /usr/lib/libpcre/ptest
-2019-05-27T17:17
-2019-05-27T17:17
+2019-05-27T23:10
+2019-05-27T23:10
BEGIN: /usr/lib/libtest-needs-perl/ptest
1..113
ok 1 - standalone: Missing module SKIPs - exit status
@@ -20110,17 +20096,11 @@ ok 22 - missing module with version rejected (arrayref)
ok 23 - broken module dies
ok 24 - broken module dies again
PASS: t/find_missing
-DURATION: 3
+DURATION: 4
END: /usr/lib/libtest-needs-perl/ptest
-2019-05-27T17:17
-2019-05-27T17:17
+2019-05-27T23:10
+2019-05-27T23:10
BEGIN: /usr/lib/libtimedate-perl/ptest
-1..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/lang
1..146
# offset = 0
ok 1
@@ -20270,6 +20250,12 @@ ok 144
ok 145
ok 146
PASS: t/getdate
+1..4
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/lang
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.
@@ -20714,6 +20700,21 @@ 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
1..202
ok 1 - %y
ok 2 - %Y
@@ -20918,25 +20919,10 @@ ok 200 - %Oq
ok 201 - %OY
ok 202 - %Oy
PASS: t/format
-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: 1
END: /usr/lib/libtimedate-perl/ptest
-2019-05-27T17:17
-2019-05-27T17:17
+2019-05-27T23:10
+2019-05-27T23:10
BEGIN: /usr/lib/liburi-perl/ptest
1..48
ok 1
@@ -20987,127 +20973,7 @@ ok 45
ok 46
ok 47
ok 48
-PASS: t/generic
-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 2.97001
-#
-# === Test Requires ===
-#
-# Module Want Have
-# --------------------- ---- --------
-# ExtUtils::MakeMaker any 7.34
-# File::Spec any 3.74
-# File::Spec::Functions any 3.74
-# File::Temp any 0.2304
-# Test any 1.31
-# Test::More 0.96 1.302133
-# Test::Needs any 0.002006
-# utf8 any 1.21
-#
-# === Test Recommends ===
-#
-# Module Want Have
-# ---------- -------- --------
-# CPAN::Meta 2.120900 2.150010
-#
-# === Runtime Requires ===
-#
-# Module Want Have
-# ------------ ---- -----
-# Carp any 1.50
-# Cwd any 3.74
-# Data::Dumper any 2.170
-# Encode any 2.97
-# 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.236
-# strict any 1.11
-# utf8 any 1.21
-# warnings any 1.42
-#
-ok 1
-PASS: t/00-report-prereqs
-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/mix
-1..7
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-PASS: t/mailto
-1..26
-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
-PASS: t/heuristic
-1..8
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-PASS: t/pop
+PASS: t/gopher
1..19
ok 1 - query_form_hash get
ok 2 - query_form_hash set
@@ -21129,24 +20995,7 @@ ok 17
ok 18
ok 19
PASS: t/query-param
-ok 1 - ==
-ok 2 - !=
-1..2
-PASS: t/num_eq
-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/sip
-1..12
+1..9
ok 1
ok 2
ok 3
@@ -21156,11 +21005,8 @@ ok 6
ok 7
ok 8
ok 9
-ok 10
-ok 11
-ok 12
-PASS: t/escape
-1..48
+PASS: t/rtsp
+1..26
ok 1
ok 2
ok 3
@@ -21182,46 +21028,23 @@ ok 18
ok 19
ok 20
ok 21
-ok 22
+not ok 22 # TODO some chars (like U+202E, RIGHT-TO-LEFT OVERRIDE) need to stay escaped
+# Failed (TODO) test at t/iri.t line 65.
+# got: 'http://納豆.example.org/‮'
+# expected: 'http://納豆.example.org/%e2%80%ae'
ok 23
ok 24
-ok 25
+not ok 25 # TODO should ihost decode UTF8 bytes?
+# Failed (TODO) test at t/iri.t line 74.
+# got: 'üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü'
+# expected: 'üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü'
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
-PASS: t/gopher
-1..5
-http://www.acme.com/foo/bar
-http://www.acme.com/foo/
-http://www.acme.com/foo/zoo/foo
+PASS: t/iri
+1..2
ok 1
ok 2
-ok 3
-uri:/foo
-ok 4
-ok 5
-PASS: t/old-relbase
-1..24
+PASS: t/clone
+1..26
ok 1
ok 2
ok 3
@@ -21237,8 +21060,6 @@ 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
@@ -21248,11 +21069,24 @@ ok 21
ok 22
ok 23
ok 24
-PASS: t/ldap
-1..0 # SKIP Need Business::ISBN
-1..0 # SKIP Need Business::ISBN
-SKIP: t/urn-isbn
-1..26
+ok 25
+ok 26
+PASS: t/heuristic
+ok 1 - ==
+ok 2 - !=
+1..2
+PASS: t/num_eq
+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..16
ok 1
ok 2
ok 3
@@ -21269,24 +21103,36 @@ ok 13
ok 14
ok 15
ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-not ok 22 # TODO some chars (like U+202E, RIGHT-TO-LEFT OVERRIDE) need to stay escaped
-# Failed (TODO) test at t/iri.t line 65.
-# got: 'http://納豆.example.org/‮'
-# expected: 'http://納豆.example.org/%e2%80%ae'
-ok 23
-ok 24
-not ok 25 # TODO should ihost decode UTF8 bytes?
-# Failed (TODO) test at t/iri.t line 74.
-# got: 'üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü'
-# expected: 'üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü'
-ok 26
-PASS: t/iri
-1..19
+PASS: t/http
+1..4
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/urn-oid
+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/sip
+ok 1 - Query parameters are sorted
+1..1
+PASS: t/sort-hash-query-form
+1..4
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/rsync
+1..12
ok 1
ok 2
ok 3
@@ -21299,15 +21145,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/rfc2732
-1..8
+PASS: t/escape
+1..13
ok 1
ok 2
ok 3
@@ -21316,51 +21155,72 @@ ok 5
ok 6
ok 7
ok 8
-PASS: t/mms
-1..6
+ok 9
+ok 10
+ok 11
+ok 12
+ok 13
+PASS: t/ftp
+1..7
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
-PASS: t/old-absconf
+ok 7
+PASS: t/news
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+1..5
+PASS: t/utf8
+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
# 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->host
+ ok 1 - URI::URL->path
ok 2 - URI::URL->as_string
- ok 3 - URI::URL->path
+ ok 3 - URI::URL->host
# Testing 'ftp://0%3A:%40@h:0/0?0'
- ok 4 - URI::URL->port
+ ok 4 - URI::URL->netloc
ok 5 - URI::URL->host
- ok 6 - URI::URL->scheme
- ok 7 - URI::URL->netloc
- ok 8 - URI::URL->query
- ok 9 - URI::URL->password
- ok 10 - URI::URL->params
- ok 11 - URI::URL->path
+ ok 6 - URI::URL->port
+ ok 7 - URI::URL->query
+ ok 8 - URI::URL->params
+ ok 9 - URI::URL->path
+ ok 10 - URI::URL->password
+ ok 11 - URI::URL->scheme
ok 12 - URI::URL->user
ok 13 - URI::URL->as_string
# Testing 'ftp://host/a/b'
- ok 14 - URI::URL->port
- ok 15 - URI::URL->host
- ok 16 - URI::URL->as_string
- ok 17 - URI::URL->path
- ok 18 - URI::URL->user
+ ok 14 - URI::URL->path
+ ok 15 - URI::URL->as_string
+ ok 16 - URI::URL->port
+ ok 17 - URI::URL->user
+ ok 18 - URI::URL->host
# Testing 'ftp://usr:pswd@web:1234/a/b;type=i'
- ok 19 - URI::URL->user
- ok 20 - URI::URL->path
- ok 21 - URI::URL->as_string
- ok 22 - URI::URL->params
- ok 23 - URI::URL->password
- ok 24 - URI::URL->host
- ok 25 - URI::URL->port
+ ok 19 - URI::URL->as_string
+ ok 20 - URI::URL->password
+ ok 21 - URI::URL->user
+ ok 22 - URI::URL->port
+ ok 23 - URI::URL->path
+ ok 24 - URI::URL->params
+ ok 25 - URI::URL->host
# Testing 'gopher://gopher/2a_selector'
ok 26 - URI::URL->selector
- ok 27 - URI::URL->as_string
- ok 28 - URI::URL->gtype
+ ok 27 - URI::URL->gtype
+ ok 28 - URI::URL->as_string
# Testing 'gopher://host'
ok 29 - URI::URL->gtype
ok 30 - URI::URL->as_string
@@ -21369,57 +21229,57 @@ PASS: t/old-absconf
ok 32 - URI::URL->as_string
# Testing 'hTTp://web1.net/a/b/c/welcome#intro'
ok 33 - URI::URL->equery
- ok 34 - URI::URL->query
- ok 35 - URI::URL->epath
+ ok 34 - URI::URL->as_string
+ ok 35 - URI::URL->scheme
ok 36 - URI::URL->full_path
- ok 37 - URI::URL->scheme
+ ok 37 - URI::URL->query
ok 38 - URI::URL->eparams
- ok 39 - URI::URL->frag
- ok 40 - URI::URL->port
- ok 41 - URI::URL->host
- ok 42 - URI::URL->as_string
- ok 43 - URI::URL->path
- ok 44 - URI::URL->params
+ ok 39 - URI::URL->path
+ ok 40 - URI::URL->params
+ ok 41 - URI::URL->port
+ ok 42 - URI::URL->frag
+ ok 43 - URI::URL->host
+ ok 44 - URI::URL->epath
# Testing 'http://0:0/0/0;0?0#0'
- ok 45 - URI::URL->port
- ok 46 - URI::URL->host
- ok 47 - URI::URL->frag
- ok 48 - URI::URL->query
- ok 49 - URI::URL->scheme
+ ok 45 - URI::URL->params
+ ok 46 - URI::URL->path
+ ok 47 - URI::URL->query
+ ok 48 - URI::URL->frag
+ ok 49 - URI::URL->port
ok 50 - URI::URL->netloc
- ok 51 - URI::URL->params
+ ok 51 - URI::URL->host
ok 52 - URI::URL->as_string
- ok 53 - URI::URL->path
+ ok 53 - URI::URL->scheme
# Testing 'http://web.net'
- ok 54 - URI::URL->host
+ ok 54 - URI::URL->frag
ok 55 - URI::URL->port
- ok 56 - URI::URL->query
- ok 57 - URI::URL->frag
- ok 58 - URI::URL->scheme
- ok 59 - URI::URL->full_path
- ok 60 - URI::URL->as_string
- ok 61 - URI::URL->path
+ ok 56 - URI::URL->path
+ ok 57 - URI::URL->query
+ ok 58 - URI::URL->host
+ ok 59 - URI::URL->as_string
+ ok 60 - URI::URL->full_path
+ ok 61 - URI::URL->scheme
# Testing 'http://web.net/'
- ok 62 - URI::URL->as_string
- ok 63 - URI::URL->path
- ok 64 - URI::URL->port
+ ok 62 - URI::URL->scheme
+ ok 63 - URI::URL->full_path
+ ok 64 - URI::URL->as_string
ok 65 - URI::URL->host
- ok 66 - URI::URL->frag
- ok 67 - URI::URL->query
- ok 68 - URI::URL->full_path
- ok 69 - URI::URL->scheme
+ ok 66 - URI::URL->query
+ ok 67 - URI::URL->path
+ ok 68 - URI::URL->port
+ ok 69 - URI::URL->frag
# Testing 'http://web:1/a?query+text'
- ok 70 - URI::URL->host
- ok 71 - URI::URL->port
- ok 72 - URI::URL->query
+ ok 70 - URI::URL->query
+ ok 71 - URI::URL->path
+ ok 72 - URI::URL->port
ok 73 - URI::URL->frag
ok 74 - URI::URL->scheme
- ok 75 - URI::URL->path
+ ok 75 - URI::URL->host
# Testing 'http:/0?0'
- ok 76 - URI::URL->path
- ok 77 - URI::URL->full_path
- ok 78 - URI::URL->scheme
- ok 79 - URI::URL->as_string
+ ok 76 - URI::URL->full_path
+ ok 77 - URI::URL->scheme
+ ok 78 - URI::URL->as_string
+ ok 79 - URI::URL->path
ok 80 - URI::URL->query
# Testing 'http:0'
ok 81 - URI::URL->scheme
@@ -21428,12 +21288,12 @@ PASS: t/old-absconf
ok 84 - URI::URL->query
ok 85 - URI::URL->as_string
# Testing 'mailto:libwww-perl@ics.uci.edu'
- ok 86 - URI::URL->as_string
+ ok 86 - URI::URL->address
ok 87 - URI::URL->encoded822addr
- ok 88 - URI::URL->address
+ ok 88 - URI::URL->as_string
# Testing 'news:*'
- ok 89 - URI::URL->groupart
- ok 90 - URI::URL->group
+ ok 89 - URI::URL->group
+ ok 90 - URI::URL->groupart
ok 91 - URI::URL->as_string
# Testing 'news:comp.lang.perl'
ok 92 - URI::URL->group
@@ -21442,12 +21302,12 @@ PASS: t/old-absconf
# Testing 'nntp://news.com/comp.lang.perl/42'
ok 94 - URI::URL->group
# Testing 'rlogin://aas@a.sn.no'
- ok 95 - URI::URL->host
- ok 96 - URI::URL->user
+ ok 95 - URI::URL->user
+ ok 96 - URI::URL->host
# Testing 'telnet://usr:pswd@web:12345/'
- ok 97 - URI::URL->host
- ok 98 - URI::URL->password
- ok 99 - URI::URL->user
+ ok 97 - URI::URL->user
+ ok 98 - URI::URL->host
+ ok 99 - URI::URL->password
1..99
ok 1 - scheme tests
# Subtest: parts test
@@ -21538,7 +21398,7 @@ ok 2 - parts test
ok 3 - escape test
# Subtest: newlocal test
ok 1 - URI::URL->as_string
- # Local directory is /var/volatile/tmp/UY2ca8gLyp/
+ # Local directory is /var/volatile/tmp/kOo65QQLIV/
ok 2 - URI::URL->as_string
ok 3 - URI::URL->as_string
ok 4 - URI::URL->as_string
@@ -21718,16 +21578,80 @@ ok 9 - wash&go
# URI::URL version 5.04 ok
1..9
PASS: t/old-base
-1..7
+1..6
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
-ok 7
-PASS: t/idna
-1..22
+PASS: t/rel
+1..6
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+PASS: t/mix
+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 2.97001
+#
+# === Test Requires ===
+#
+# Module Want Have
+# --------------------- ---- --------
+# ExtUtils::MakeMaker any 7.34
+# File::Spec any 3.74
+# File::Spec::Functions any 3.74
+# File::Temp any 0.2304
+# Test any 1.31
+# Test::More 0.96 1.302133
+# Test::Needs any 0.002006
+# utf8 any 1.21
+#
+# === Test Recommends ===
+#
+# Module Want Have
+# ---------- -------- --------
+# CPAN::Meta 2.120900 2.150010
+#
+# === Runtime Requires ===
+#
+# Module Want Have
+# ------------ ---- -----
+# Carp any 1.50
+# Cwd any 3.74
+# Data::Dumper any 2.170
+# Encode any 2.97
+# 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.236
+# strict any 1.11
+# utf8 any 1.21
+# warnings any 1.42
+#
+ok 1
+PASS: t/00-report-prereqs
+1..23
ok 1
ok 2
ok 3
@@ -21750,23 +21674,36 @@ ok 19
ok 20
ok 21
ok 22
-PASS: t/data
-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 23
+PASS: t/query
+1..17
ok 1
ok 2
ok 3
ok 4
ok 5
-1..5
-PASS: t/utf8
-1..12
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+ok 11
+ok 12
+ok 13
+ok 14
+ok 15
+ok 16
+ok 17
+PASS: t/split
+1..0 # SKIP Need Business::ISBN
+1..0 # SKIP Need Business::ISBN
+SKIP: t/urn-isbn
+1..102
+# Running under perl version 5.028002 for linux
+# Current time local: Mon May 27 23:10:59 2019
+# Current time GMT: Mon May 27 23:10:59 2019
+# Using Test.pm version 1.31
+# t/roytest1.html
ok 1
ok 2
ok 3
@@ -21779,14 +21716,126 @@ ok 9
ok 10
ok 11
ok 12
-PASS: t/old-file
-1..4
+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
+# 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..22
ok 1
ok 2
ok 3
ok 4
-PASS: t/urn-oid
-1..17
+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
+PASS: t/data
+1..24
ok 1
ok 2
ok 3
@@ -21802,10 +21851,30 @@ 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
-PASS: t/split
-1..45
+ok 18
+ok 19
+ok 20
+ok 21
+ok 22
+ok 23
+ok 24
+PASS: t/ldap
+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
+ok 5
+PASS: t/old-relbase
+1..48
ok 1
ok 2
ok 3
@@ -21851,30 +21920,11 @@ 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..9
+ok 46
+ok 47
+ok 48
+PASS: t/generic
+1..19
ok 1
ok 2
ok 3
@@ -21884,17 +21934,17 @@ ok 6
ok 7
ok 8
ok 9
-PASS: t/rtsp
-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
+ok 10
+ok 11
+ok 12
+ok 13
+ok 14
+ok 15
+ok 16
+ok 17
+ok 18
+ok 19
+PASS: t/rfc2732
1..15
ok 1 - http://en.wikipedia.org/wiki/Punycode example encode
ok 2 - http://en.wikipedia.org/wiki/Punycode example decode
@@ -21912,12 +21962,7 @@ ok 13 - O encode
ok 14 - O decode
ok 15 - S encode
PASS: t/punycode
-1..102
-# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:07 2019
-# Current time GMT: Mon May 27 17:18:07 2019
-# Using Test.pm version 1.31
-# t/roytest1.html
+1..45
ok 1
ok 2
ok 3
@@ -21960,79 +22005,42 @@ 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..3
-# store
-# retrieve
+
+
+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
-PASS: t/storable
-1..16
+ok 4
+ok 5
+ok 6
+ok 7
+PASS: t/mailto
+1..8
ok 1
ok 2
ok 3
@@ -22041,50 +22049,38 @@ 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/http
+PASS: t/pop
+1..3
+# store
+# retrieve
+ok 1
+ok 2
+ok 3
+PASS: t/storable
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..2
-ok 1
-ok 2
-PASS: t/clone
-ok 1 - Query parameters are sorted
-1..1
-PASS: t/sort-hash-query-form
-1..13
+1..6
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
-PASS: t/ftp
-1..4
+PASS: t/old-absconf
+1..7
ok 1
ok 2
ok 3
ok 4
-PASS: t/rsync
-1..23
+ok 5
+ok 6
+ok 7
+PASS: t/idna
+1..12
ok 1
ok 2
ok 3
@@ -22097,19 +22093,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
-PASS: t/query
-1..7
+PASS: t/old-file
+1..8
ok 1
ok 2
ok 3
@@ -22117,11 +22102,12 @@ ok 4
ok 5
ok 6
ok 7
-PASS: t/news
-DURATION: 24
+ok 8
+PASS: t/mms
+DURATION: 23
END: /usr/lib/liburi-perl/ptest
-2019-05-27T17:18
-2019-05-27T17:18
+2019-05-27T23:11
+2019-05-27T23:11
BEGIN: /usr/lib/libusb1/ptest
---------------------------- libusb1 tests ---------------------------
@@ -22144,10 +22130,10 @@ Passed 4 tests
Failed 0 tests
Error in 0 tests
Skipped 0 tests
-DURATION: 8
+DURATION: 5
END: /usr/lib/libusb1/ptest
-2019-05-27T17:18
-2019-05-27T17:18
+2019-05-27T23:11
+2019-05-27T23:11
BEGIN: /usr/lib/libxml-namespacesupport-perl/ptest
1..49
ok 1
@@ -22202,40 +22188,9 @@ ok 49 - get_declared_prefixes raises error without context on stack
PASS: t/00base
DURATION: 1
END: /usr/lib/libxml-namespacesupport-perl/ptest
-2019-05-27T17:18
-2019-05-27T17:18
+2019-05-27T23:11
+2019-05-27T23:11
BEGIN: /usr/lib/libxml-parser-perl/ptest
-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)
-1..5
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-PASS: t/external_ent
-1..1
-ok 1
-PASS: t/file
-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 9
-ok 10 - internal exists
-ok 11 - doctype called
-ok 12 - when el eq foo
-ok 13
-PASS: t/parament
1..27
ok 1
ok 2
@@ -22271,6 +22226,17 @@ ok 2
ok 3
ok 4
PASS: t/skip
+1..3
+ok 1
+ok 2
+ok 3
+PASS: t/stream
+1..4
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/defaulted
1..40
ok 1
ok 2
@@ -22315,8 +22281,8 @@ ok 40
PASS: t/decl
1..13
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:18 2019
-# Current time GMT: Mon May 27 17:18:18 2019
+# Current time local: Mon May 27 23:11:27 2019
+# Current time GMT: Mon May 27 23:11:27 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22334,15 +22300,7 @@ ok 13
PASS: t/styles
1..1
ok 1
-PASS: t/file_open_scalar
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/encoding
+PASS: t/file
1..16
ok 1
ok 2
@@ -22361,35 +22319,63 @@ ok 14
ok 15
ok 16
PASS: t/namespaces
-1..3
+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 9
+ok 10 - internal exists
+ok 11 - doctype called
+ok 12 - when el eq foo
+ok 13
+PASS: t/parament
+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)
+1..5
ok 1
ok 2
ok 3
-PASS: t/finish
-1..3
+ok 4
+ok 5
+PASS: t/external_ent
+1..1
+ok 1
+PASS: t/file_open_scalar
+1..6
ok 1
ok 2
ok 3
-PASS: t/partial
-1..4
+ok 4
+ok 5
+ok 6
+PASS: t/encoding
+1..3
ok 1
ok 2
ok 3
-ok 4
-PASS: t/defaulted
+PASS: t/partial
1..3
ok 1
ok 2
ok 3
-PASS: t/stream
+PASS: t/finish
1..2
ok 1
ok 2
PASS: t/cdata
DURATION: 1
END: /usr/lib/libxml-parser-perl/ptest
-2019-05-27T17:18
-2019-05-27T17:18
+2019-05-27T23:11
+2019-05-27T23:11
BEGIN: /usr/lib/libxml-perl/ptest
1..5
ok 1
@@ -22398,7 +22384,11 @@ ok 3
ok 4
ok 5
PASS: t/canon_xml_writer
-1..10
+1..2
+ok 1
+ok 2
+PASS: t/amsterdam
+1..11
ok 1
ok 2
ok 3
@@ -22409,11 +22399,24 @@ ok 7
ok 8
ok 9
ok 10
-PASS: t/subs
+ok 11
+PASS: t/stream
1..2
ok 1
ok 2
PASS: t/schema
+1..10
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+ok 7
+ok 8
+ok 9
+ok 10
+PASS: t/subs
1..15
ok 1
ok 2
@@ -22431,7 +22434,26 @@ ok 13
ok 14
ok 15
PASS: t/xp_sax
-1..11
+DURATION: 1
+END: /usr/lib/libxml-perl/ptest
+2019-05-27T23:11
+2019-05-27T23:11
+BEGIN: /usr/lib/libxml-sax-base-perl/ptest
+1..4
+# Running under perl version 5.028002 for linux
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+ok 3
+ok 4
+PASS: t/08errorhdriver
+1..12
+# Running under perl version 5.028002 for linux
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
+# Using Test.pm version 1.31
ok 1
ok 2
ok 3
@@ -22443,20 +22465,12 @@ ok 8
ok 9
ok 10
ok 11
-PASS: t/stream
-1..2
-ok 1
-ok 2
-PASS: t/amsterdam
-DURATION: 1
-END: /usr/lib/libxml-perl/ptest
-2019-05-27T17:18
-2019-05-27T17:18
-BEGIN: /usr/lib/libxml-sax-base-perl/ptest
-1..12
+ok 12
+PASS: t/04chfilter
+1..14
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:19 2019
-# Current time GMT: Mon May 27 17:18:19 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22470,23 +22484,22 @@ ok 9
ok 10
ok 11
ok 12
-PASS: t/03chdriver
-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
+ok 13
+ok 14
+PASS: t/01exception
1..3
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:19 2019
-# Current time GMT: Mon May 27 17:18:19 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
PASS: t/13handlerswitch
-1..7
+1..16
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22495,26 +22508,28 @@ ok 4
ok 5
ok 6
ok 7
-PASS: t/05dtdhdriver
+ok 8
+ok 9
+ok 10
+ok 11
+ok 12
+ok 13
+ok 14
+ok 15
+ok 16
+PASS: t/11sax1multiclass
1..2
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
-PASS: t/09resoldriver
-1..1
-# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
-# Using Test.pm version 1.31
-ok 1
-PASS: t/00basic
+PASS: t/16gethandlers
1..12
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22528,11 +22543,18 @@ ok 9
ok 10
ok 11
ok 12
-PASS: t/04chfilter
+PASS: t/03chdriver
+1..1
+# Running under perl version 5.028002 for linux
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
+# Using Test.pm version 1.31
+ok 1
+PASS: t/00basic
1..33
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22568,10 +22590,10 @@ ok 31
ok 32
ok 33
PASS: t/12sax2multiclass
-1..8
+1..10
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22581,11 +22603,13 @@ ok 5
ok 6
ok 7
ok 8
-PASS: t/06lexhdriver
-1..10
+ok 9
+ok 10
+PASS: t/10dochdriver
+1..7
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22594,23 +22618,30 @@ ok 4
ok 5
ok 6
ok 7
-ok 8
-ok 9
-ok 10
-PASS: t/10dochdriver
+PASS: t/05dtdhdriver
1..3
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
PASS: t/14downstreamswitch
-1..16
+1..1
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
+# Using Test.pm version 1.31
+ok 1
+PASS: t/01simpledriver
+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..8
+# Running under perl version 5.028002 for linux
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22620,106 +22651,81 @@ 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
+PASS: t/06lexhdriver
1..3
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
PASS: t/15parentswitch
-1..4
+1..5
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
ok 4
-PASS: t/08errorhdriver
+ok 5
+PASS: t/07declhdriver
1..2
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-PASS: t/16gethandlers
-1..5
-# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
ok 2
-ok 3
-ok 4
-ok 5
-PASS: t/07declhdriver
+PASS: t/09resoldriver
1..1
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:29 2019
+# Current time GMT: Mon May 27 23:11:29 2019
# Using Test.pm version 1.31
ok 1
-PASS: t/01simpledriver
-1..14
+PASS: t/02simplefilter
+DURATION: 1
+END: /usr/lib/libxml-sax-base-perl/ptest
+2019-05-27T23:11
+2019-05-27T23:11
+BEGIN: /usr/lib/libxml-sax-perl/ptest
+1..10
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:30 2019
+# Current time GMT: Mon May 27 23:11:30 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
ok 4
+XML Declaration lacks required version attribute, or version attribute does not match XML specification [Ln: 1, Col: 6]
ok 5
ok 6
ok 7
ok 8
+Only XML version 1.0 supported. Saw: '2.0' [Ln: 1, Col: 19]
ok 9
ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-PASS: t/01exception
-1..1
+PASS: t/11xmldecl2
+1..6
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:20 2019
-# Current time GMT: Mon May 27 17:18:20 2019
+# Current time local: Mon May 27 23:11:30 2019
+# Current time GMT: Mon May 27 23:11:30 2019
# Using Test.pm version 1.31
ok 1
-PASS: t/02simplefilter
-DURATION: 2
-END: /usr/lib/libxml-sax-base-perl/ptest
-2019-05-27T17:18
-2019-05-27T17:18
-BEGIN: /usr/lib/libxml-sax-perl/ptest
-1..1
-# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:21 2019
-# Current time GMT: Mon May 27 17:18:21 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
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+PASS: t/12miscstart
1..16
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:21 2019
-# Current time GMT: Mon May 27 17:18:21 2019
+# Current time local: Mon May 27 23:11:30 2019
+# Current time GMT: Mon May 27 23:11:30 2019
# Using Test.pm version 1.31
could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.28.2/XML/SAX
ok 1
@@ -22739,10 +22745,20 @@ ok 14
ok 15
ok 16
PASS: t/20factory
-1..32
+1..3
+# Running under perl version 5.028002 for linux
+# Current time local: Mon May 27 23:11:30 2019
+# Current time GMT: Mon May 27 23:11:30 2019
+# Using Test.pm version 1.31
+ok 1
+ok 2
+parsed 80085 bytes in 1 seconds
+ok 3
+PASS: t/16large
+1..9
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:21 2019
-# Current time GMT: Mon May 27 17:18:21 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22753,61 +22769,31 @@ 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
-PASS: t/15element
-1..3
-# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:21 2019
-# Current time GMT: Mon May 27 17:18:21 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-PASS: t/13int_ent
-1..3
+PASS: t/14encoding
+1..4
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:21 2019
-# Current time GMT: Mon May 27 17:18:21 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
ok 1
ok 2
-parsed 80085 bytes in 1 seconds
ok 3
-PASS: t/16large
-1..2
+ok 4
+PASS: t/42entities
+1..1
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:22 2019
-# Current time GMT: Mon May 27 17:18:22 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
-ok 1
-ok 2
-PASS: t/00basic
+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..8
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:22 2019
-# Current time GMT: Mon May 27 17:18:22 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.28.2/XML/SAX
ok 1
@@ -22822,47 +22808,36 @@ ok 8
PASS: t/21saxini
1..3
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:22 2019
-# Current time GMT: Mon May 27 17:18:22 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
PASS: t/01known
-1..10
+1..4
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:22 2019
-# Current time GMT: Mon May 27 17:18:22 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
ok 4
-XML Declaration lacks required version attribute, or version attribute does not match XML specification [Ln: 1, Col: 6]
-ok 5
-ok 6
-ok 7
-ok 8
-Only XML version 1.0 supported. Saw: '2.0' [Ln: 1, Col: 19]
-ok 9
-ok 10
-PASS: t/11xmldecl2
-1..6
+PASS: t/40cdata
+1..3
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:22 2019
-# Current time GMT: Mon May 27 17:18:22 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
ok 1
ok 2
ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/12miscstart
+PASS: t/13int_ent
1..5
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:23 2019
-# Current time GMT: Mon May 27 17:18:23 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22870,20 +22845,18 @@ ok 3
ok 4
ok 5
PASS: t/10xmldecl1
-1..4
+1..2
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:23 2019
-# Current time GMT: Mon May 27 17:18:23 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
ok 1
ok 2
-ok 3
-ok 4
-PASS: t/40cdata
-1..9
+PASS: t/00basic
+1..32
# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:23 2019
-# Current time GMT: Mon May 27 17:18:23 2019
+# Current time local: Mon May 27 23:11:31 2019
+# Current time GMT: Mon May 27 23:11:31 2019
# Using Test.pm version 1.31
ok 1
ok 2
@@ -22894,57 +22867,35 @@ ok 6
ok 7
ok 8
ok 9
-PASS: t/14encoding
-1..4
-# Running under perl version 5.028002 for linux
-# Current time local: Mon May 27 17:18:23 2019
-# Current time GMT: Mon May 27 17:18:23 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/42entities
+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
+PASS: t/15element
DURATION: 2
END: /usr/lib/libxml-sax-perl/ptest
-2019-05-27T17:18
-2019-05-27T17:18
+2019-05-27T23:11
+2019-05-27T23:11
BEGIN: /usr/lib/libxml-simple-perl/ptest
-1..14
-ok 1 - Parsing caused warning (as expected)
-ok 2 - Message contained expected text
-ok 3 - Parsing was successful
-ok 4 - Using ParserOpts caused warning (as expected)
-ok 5 - Message contained expected text
-ok 6 - Parsing was successful
-ok 7 - ParserOpts warning uppressed successfully
-ok 8 - Parsing was successful
-ok 9 - No error when parsing
-ok 10 - matches expectations (attributes)
-ok 11 - XML::Parser didn't choke on named external file
-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
-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..12
ok 1 - use XML::Simple;
ok 2 # skip Tie::IxHash not installed
@@ -22962,142 +22913,22 @@ 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..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..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..44
ok 1 - XML::Simple loads ok with qw(:strict)
ok 2 - XMLin() did not fail
@@ -23144,6 +22975,16 @@ 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..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..14
ok 1 - created source XML file
ok 2 - deleted old cache files
@@ -23160,6 +23001,80 @@ 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..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..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..37
+ok 1 - invalid number of options are trapped
+ok 2 - with correct error message
+ok 3 - 'object one' isa 'XML::Simple'
+ok 4 - 'object two' isa 'XML::Simple'
+ok 5 - 'object three' isa 'XML::Simple'
+ok 6 - options hash was not corrupted
+ok 7 - parsed expected data via object 1
+ok 8 - parsed expected data via object 2
+ok 9 - parsed expected data via object 3
+ok 10 - successfully merged options
+ok 11 - defaults were not affected by merge
+ok 12 - t1
+ok 13 - t2
+ok 14 - t3
+ok 15 - t4
+ok 16 - t5
+ok 17 - t6
+ok 18 - t7
+ok 19 - t8
+ok 20 - t9
+ok 21 - t10
+ok 22 - t11
+ok 23 - t12
+ok 24 - ttl
+ok 25 - cddbid
+ok 26 - id
+ok 27 - artist
+ok 28 - disc
+ok 29 - database
+ok 30 - XMLout() method call with no args proves fatal
+ok 31 - with correct error message
+ok 32 - inheritance works with build_tree() overridden
+ok 33 - inheritance works with escape_value() overridden
+ok 34 - variables from XML merged with predefined variables
+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..201
ok 1 - call with no args proves fatal
ok 2 - with correct error message
@@ -23367,87 +23282,22 @@ ok 142 - uninitialiased values successfully skipped
ok 144 - uninitialiased value in array is skipped
ok 195 # skip Tie::IxHash not installed
SKIP: t/2_XMLout
-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..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..2
-ok 1 - External entity not retrieved
-ok 2 - External entity left as URL
-PASS: t/C_External_Entities
-1..37
-ok 1 - invalid number of options are trapped
-ok 2 - with correct error message
-ok 3 - 'object one' isa 'XML::Simple'
-ok 4 - 'object two' isa 'XML::Simple'
-ok 5 - 'object three' isa 'XML::Simple'
-ok 6 - options hash was not corrupted
-ok 7 - parsed expected data via object 1
-ok 8 - parsed expected data via object 2
-ok 9 - parsed expected data via object 3
-ok 10 - successfully merged options
-ok 11 - defaults were not affected by merge
-ok 12 - t1
-ok 13 - t2
-ok 14 - t3
-ok 15 - t4
-ok 16 - t5
-ok 17 - t6
-ok 18 - t7
-ok 19 - t8
-ok 20 - t9
-ok 21 - t10
-ok 22 - t11
-ok 23 - t12
-ok 24 - ttl
-ok 25 - cddbid
-ok 26 - id
-ok 27 - artist
-ok 28 - disc
-ok 29 - database
-ok 30 - XMLout() method call with no args proves fatal
-ok 31 - with correct error message
-ok 32 - inheritance works with build_tree() overridden
-ok 33 - inheritance works with escape_value() overridden
-ok 34 - variables from XML merged with predefined variables
-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..14
+ok 1 - Parsing caused warning (as expected)
+ok 2 - Message contained expected text
+ok 3 - Parsing was successful
+ok 4 - Using ParserOpts caused warning (as expected)
+ok 5 - Message contained expected text
+ok 6 - Parsing was successful
+ok 7 - ParserOpts warning uppressed successfully
+ok 8 - Parsing was successful
+ok 9 - No error when parsing
+ok 10 - matches expectations (attributes)
+ok 11 - XML::Parser didn't choke on named external file
+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..1
# # Package Version
# perl 5.28.2
@@ -23458,10 +23308,146 @@ PASS: t/6_ObjIntf
# XML::NamespaceSupport 1.12
ok 1 - Dumped config
PASS: t/0_Config
+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
DURATION: 14
END: /usr/lib/libxml-simple-perl/ptest
-2019-05-27T17:18
-2019-05-27T17:18
+2019-05-27T23:11
+2019-05-27T23:11
BEGIN: /usr/lib/libxml2/ptest
[ -d test ] || ln -s ../libxml2-2.9.9/test .
[ -d result ] || ln -s ../libxml2-2.9.9/result .
@@ -23743,10 +23729,10 @@ 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: 24
+DURATION: 18
END: /usr/lib/libxml2/ptest
-2019-05-27T17:19
-2019-05-27T17:19
+2019-05-27T23:12
+2019-05-27T23:12
BEGIN: /usr/lib/lttng-tools/ptest
PASS: test_kernel_data 1 - Create kernel session
PASS: test_kernel_data 2 - Validate kernel session
@@ -24155,2188 +24141,2188 @@ Testsuite summary for lttng-tools 2.10.6
# ERROR: 0
============================================================================
PASS: tools/filtering/test_invalid_filter 1 - Start session daemon
-PASS: tools/filtering/test_invalid_filter 2 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 2 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 3 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 4 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 5 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 5 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 6 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 7 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 8 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 8 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 9 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 10 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 11 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 11 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 12 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 13 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 14 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 14 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 15 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 16 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 17 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 17 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 18 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 19 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 20 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 20 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 21 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 22 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 23 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 23 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 24 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 25 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 26 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 26 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 27 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 28 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 29 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 29 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 30 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 31 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 32 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 32 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 33 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 34 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 35 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 35 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 36 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 37 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 38 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 38 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 39 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 40 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 41 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 41 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 42 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 43 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 44 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 44 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 45 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 46 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 47 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 47 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 48 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 49 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 50 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 50 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 51 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 52 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 53 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 53 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 54 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 55 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 56 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 56 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 57 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 58 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 59 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 59 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 60 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 61 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 62 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 62 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 63 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 64 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 65 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 65 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 66 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 67 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 68 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 68 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 69 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 70 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 71 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 71 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 72 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 73 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 74 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 74 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 75 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 76 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 77 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 77 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 78 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 79 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 80 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 80 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 81 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 82 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 83 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 83 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 84 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 85 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 86 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 86 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 87 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 88 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 89 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 89 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 90 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 91 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 92 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 92 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 93 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 94 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 95 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 95 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 96 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 97 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 98 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 98 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 99 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 100 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 101 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 101 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 102 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 103 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 104 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 104 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 105 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 106 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 107 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 107 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 108 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 109 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 110 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 110 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 111 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 112 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 113 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 113 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 114 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 115 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 116 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 116 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 117 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 118 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 119 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 119 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 120 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 121 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 122 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 122 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 123 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 124 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 125 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 125 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 126 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 127 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 128 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 128 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 129 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 130 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 131 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 131 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 132 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 133 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 134 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 134 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 135 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 136 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 137 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 137 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 138 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 139 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 140 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 140 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 141 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 142 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 143 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 143 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 144 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 145 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 146 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 146 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 147 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 148 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 149 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 149 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 150 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 151 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 152 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 152 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 153 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 154 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 155 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 155 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 156 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 157 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 158 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 158 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 159 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 160 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 161 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 161 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 162 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 163 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 164 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 164 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 165 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 166 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 167 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 167 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 168 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 169 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 170 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 170 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 171 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 172 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 173 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 173 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 174 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 175 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 176 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 176 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 177 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 178 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 179 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 179 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 180 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 181 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 182 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 182 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 183 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 184 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 185 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 185 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 186 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 187 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 188 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 188 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 189 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 190 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 191 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 191 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 192 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 193 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 194 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 194 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 195 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 196 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 197 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 197 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 198 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 199 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 200 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 200 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 201 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 202 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 203 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 203 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 204 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 205 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 206 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 206 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 207 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 208 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 209 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 209 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 210 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 211 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 212 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 212 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 213 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 214 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 215 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 215 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 216 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 217 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 218 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 218 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 219 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 220 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 221 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 221 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 222 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 223 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 224 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 224 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 225 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 226 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 227 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 227 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 228 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 229 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 230 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 230 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 231 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 232 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 233 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 233 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 234 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 235 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 236 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 236 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 237 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 238 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 239 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 239 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 240 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 241 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 242 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 242 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 243 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 244 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 245 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 245 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 246 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 247 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 248 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 248 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 249 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 250 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 251 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 251 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 252 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 253 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 254 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 254 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 255 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 256 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 257 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 257 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 258 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 259 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 260 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 260 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 261 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 262 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 263 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 263 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 264 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 265 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 266 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 266 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 267 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 268 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 269 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 269 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 270 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 271 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 272 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 272 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 273 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 274 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 275 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 275 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 276 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 277 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 278 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 278 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 279 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 280 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 281 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 281 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 282 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 283 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 284 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 284 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 285 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 286 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 287 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 287 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 288 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 289 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 290 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 290 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 291 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 292 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 293 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 293 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 294 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 295 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 296 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 296 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 297 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 298 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 299 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 299 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 300 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 301 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 302 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 302 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 303 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 304 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 305 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 305 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 306 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 307 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 308 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 308 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 309 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 310 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 311 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 311 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 312 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 313 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 314 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 314 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 315 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 316 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 317 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 317 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 318 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 319 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 320 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 320 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 321 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 322 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 323 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 323 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 324 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 325 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 326 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 326 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 327 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 328 - Destroy session filter-invalid
-PASS: tools/filtering/test_invalid_filter 329 - Create session filter-invalid in /tmp/tmp.BW4QTGcJGp
+PASS: tools/filtering/test_invalid_filter 329 - Create session filter-invalid in /tmp/tmp.aPo9F7TxZl
PASS: tools/filtering/test_invalid_filter 330 - Enable lttng event with filtering and invalid filter
PASS: tools/filtering/test_invalid_filter 331 - Destroy session filter-invalid
PASS: tools/filtering/test_invalid_filter 332 - Kill session daemon
PASS: tools/filtering/test_unsupported_op 1 - Start session daemon
-PASS: tools/filtering/test_unsupported_op 2 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 2 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 3 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 4 - Unsupported operator test MUL (*)
PASS: tools/filtering/test_unsupported_op 5 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 6 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 6 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 7 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 8 - Unsupported operator test DIV (/)
PASS: tools/filtering/test_unsupported_op 9 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 10 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 10 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 11 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 12 - Unsupported operator test MOD (%)
PASS: tools/filtering/test_unsupported_op 13 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 14 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 14 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 15 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 16 - Unsupported operator test PLUS (+)
PASS: tools/filtering/test_unsupported_op 17 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 18 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 18 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 19 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 20 - Unsupported operator test MINUS (-)
PASS: tools/filtering/test_unsupported_op 21 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 22 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 22 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 23 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 24 - Unsupported operator test LSHIFT (<<)
PASS: tools/filtering/test_unsupported_op 25 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 26 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 26 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 27 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 28 - Unsupported operator test RSHIFT (>>)
PASS: tools/filtering/test_unsupported_op 29 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 30 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 30 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 31 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 32 - Unsupported operator test BIN_AND (&)
PASS: tools/filtering/test_unsupported_op 33 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 34 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 34 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 35 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 36 - Unsupported operator test BIN_OR (|)
PASS: tools/filtering/test_unsupported_op 37 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 38 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 38 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 39 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 40 - Unsupported operator test BIN_XOR (^)
PASS: tools/filtering/test_unsupported_op 41 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 42 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 42 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 43 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 44 - Unsupported operator test UNARY_BIN_NOT (~)
PASS: tools/filtering/test_unsupported_op 45 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 46 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 46 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 47 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 48 - Unsupported operator test MUL (*)
PASS: tools/filtering/test_unsupported_op 49 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 50 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 50 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 51 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 52 - Unsupported operator test DIV (/)
PASS: tools/filtering/test_unsupported_op 53 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 54 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 54 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 55 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 56 - Unsupported operator test MOD (%)
PASS: tools/filtering/test_unsupported_op 57 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 58 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 58 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 59 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 60 - Unsupported operator test PLUS (+)
PASS: tools/filtering/test_unsupported_op 61 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 62 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 62 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 63 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 64 - Unsupported operator test MINUS (-)
PASS: tools/filtering/test_unsupported_op 65 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 66 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 66 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 67 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 68 - Unsupported operator test LSHIFT (<<)
PASS: tools/filtering/test_unsupported_op 69 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 70 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 70 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 71 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 72 - Unsupported operator test RSHIFT (>>)
PASS: tools/filtering/test_unsupported_op 73 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 74 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 74 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 75 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 76 - Unsupported operator test BIN_AND (&)
PASS: tools/filtering/test_unsupported_op 77 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 78 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 78 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 79 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 80 - Unsupported operator test BIN_OR (|)
PASS: tools/filtering/test_unsupported_op 81 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 82 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 82 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 83 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 84 - Unsupported operator test BIN_XOR (^)
PASS: tools/filtering/test_unsupported_op 85 - Destroy session filter-unsupported-ops
-PASS: tools/filtering/test_unsupported_op 86 - Create session filter-unsupported-ops in /tmp/tmp.AP75ZcUaKU
+PASS: tools/filtering/test_unsupported_op 86 - Create session filter-unsupported-ops in /tmp/tmp.HiI5RoTz3p
PASS: tools/filtering/test_unsupported_op 87 - Enable lttng event with filtering and unsupported operator
PASS: tools/filtering/test_unsupported_op 88 - Unsupported operator test UNARY_BIN_NOT (~)
PASS: tools/filtering/test_unsupported_op 89 - Destroy session filter-unsupported-ops
PASS: tools/filtering/test_unsupported_op 90 - Kill session daemon
PASS: tools/filtering/test_valid_filter 1 - Start session daemon
-PASS: tools/filtering/test_valid_filter 2 - Create session valid_filter in /tmp/tmp.PaUAU7Eo2n
+PASS: tools/filtering/test_valid_filter 2 - Create session valid_filter in /tmp/tmp.ClBrankl8Y
PASS: tools/filtering/test_valid_filter 3 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 4 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 5 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 6 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 7 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 8 - Create session valid_filter in /tmp/tmp.85WrcouTxu
+PASS: tools/filtering/test_valid_filter 8 - Create session valid_filter in /tmp/tmp.H1Rm0QApkK
PASS: tools/filtering/test_valid_filter 9 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 10 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 11 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 12 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 13 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 14 - Create session valid_filter in /tmp/tmp.qRXiqOxNyM
+PASS: tools/filtering/test_valid_filter 14 - Create session valid_filter in /tmp/tmp.ZGJqs6kSiJ
PASS: tools/filtering/test_valid_filter 15 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 16 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 17 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 18 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 19 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 20 - Create session valid_filter in /tmp/tmp.J07KPBlTiB
+PASS: tools/filtering/test_valid_filter 20 - Create session valid_filter in /tmp/tmp.I5HZIlt0Cg
PASS: tools/filtering/test_valid_filter 21 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 22 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 23 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 24 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 25 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 26 - Create session valid_filter in /tmp/tmp.Nt9CGKyAuw
+PASS: tools/filtering/test_valid_filter 26 - Create session valid_filter in /tmp/tmp.qqD7n8ONcg
PASS: tools/filtering/test_valid_filter 27 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 28 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 29 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 30 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 31 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 32 - Create session valid_filter in /tmp/tmp.YltPSddxYF
+PASS: tools/filtering/test_valid_filter 32 - Create session valid_filter in /tmp/tmp.xkIfTAjBtM
PASS: tools/filtering/test_valid_filter 33 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 34 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 35 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 36 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 37 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 38 - Create session valid_filter in /tmp/tmp.F3vqiRTRez
+PASS: tools/filtering/test_valid_filter 38 - Create session valid_filter in /tmp/tmp.Fv41u7Xbhx
PASS: tools/filtering/test_valid_filter 39 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 40 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 41 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 42 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 43 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 44 - Create session valid_filter in /tmp/tmp.WHlo4QT55I
+PASS: tools/filtering/test_valid_filter 44 - Create session valid_filter in /tmp/tmp.b1ru8TOyhp
PASS: tools/filtering/test_valid_filter 45 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 46 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 47 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 48 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 49 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 50 - Create session valid_filter in /tmp/tmp.ef9KlFIBXU
+PASS: tools/filtering/test_valid_filter 50 - Create session valid_filter in /tmp/tmp.dl5V4gpAiJ
PASS: tools/filtering/test_valid_filter 51 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 52 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 53 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 54 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 55 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 56 - Create session valid_filter in /tmp/tmp.RHVp5MHejm
+PASS: tools/filtering/test_valid_filter 56 - Create session valid_filter in /tmp/tmp.UsjqDUCw53
PASS: tools/filtering/test_valid_filter 57 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 58 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 59 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 60 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 61 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 62 - Create session valid_filter in /tmp/tmp.TbpUgPmauA
+PASS: tools/filtering/test_valid_filter 62 - Create session valid_filter in /tmp/tmp.2mnbuB0E9G
PASS: tools/filtering/test_valid_filter 63 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 64 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 65 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 66 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 67 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 68 - Create session valid_filter in /tmp/tmp.5WQBJ6Jz8m
+PASS: tools/filtering/test_valid_filter 68 - Create session valid_filter in /tmp/tmp.L7MXNEsChH
PASS: tools/filtering/test_valid_filter 69 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 70 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 71 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 72 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 73 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 74 - Create session valid_filter in /tmp/tmp.Z98FD5H33Y
+PASS: tools/filtering/test_valid_filter 74 - Create session valid_filter in /tmp/tmp.nHFv9qGmC6
PASS: tools/filtering/test_valid_filter 75 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 76 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 77 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 78 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 79 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 80 - Create session valid_filter in /tmp/tmp.XmloJCkPIQ
+PASS: tools/filtering/test_valid_filter 80 - Create session valid_filter in /tmp/tmp.h298j7ODDs
PASS: tools/filtering/test_valid_filter 81 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 82 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 83 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 84 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 85 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 86 - Create session valid_filter in /tmp/tmp.HO84OqVotn
+PASS: tools/filtering/test_valid_filter 86 - Create session valid_filter in /tmp/tmp.RyTlBvpFti
PASS: tools/filtering/test_valid_filter 87 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 88 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 89 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 90 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 91 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 92 - Create session valid_filter in /tmp/tmp.0DGTTV1UtS
+PASS: tools/filtering/test_valid_filter 92 - Create session valid_filter in /tmp/tmp.TDIYksrypw
PASS: tools/filtering/test_valid_filter 93 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 94 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 95 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 96 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 97 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 98 - Create session valid_filter in /tmp/tmp.ncRyw0QYVe
+PASS: tools/filtering/test_valid_filter 98 - Create session valid_filter in /tmp/tmp.quuyHwMZB4
PASS: tools/filtering/test_valid_filter 99 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 100 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 101 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 102 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 103 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 104 - Create session valid_filter in /tmp/tmp.p9Xt6d8OOR
+PASS: tools/filtering/test_valid_filter 104 - Create session valid_filter in /tmp/tmp.kjxTyuXD4u
PASS: tools/filtering/test_valid_filter 105 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 106 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 107 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 108 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 109 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 110 - Create session valid_filter in /tmp/tmp.AG1oh6Ftkm
+PASS: tools/filtering/test_valid_filter 110 - Create session valid_filter in /tmp/tmp.xqrvVX68Tj
PASS: tools/filtering/test_valid_filter 111 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 112 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 113 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 114 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 115 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 116 - Create session valid_filter in /tmp/tmp.4O00DE1OpI
+PASS: tools/filtering/test_valid_filter 116 - Create session valid_filter in /tmp/tmp.2qiVQV5eog
PASS: tools/filtering/test_valid_filter 117 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 118 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 119 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 120 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 121 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 122 - Create session valid_filter in /tmp/tmp.Cu6o8CiwD9
+PASS: tools/filtering/test_valid_filter 122 - Create session valid_filter in /tmp/tmp.09IY3fsXzO
PASS: tools/filtering/test_valid_filter 123 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 124 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 125 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 126 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 127 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 128 - Create session valid_filter in /tmp/tmp.NpadXP7JaW
+PASS: tools/filtering/test_valid_filter 128 - Create session valid_filter in /tmp/tmp.SAhgurZ94y
PASS: tools/filtering/test_valid_filter 129 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 130 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 131 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 132 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 133 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 134 - Create session valid_filter in /tmp/tmp.HtnNU24Xmb
+PASS: tools/filtering/test_valid_filter 134 - Create session valid_filter in /tmp/tmp.RDnZM63SXC
PASS: tools/filtering/test_valid_filter 135 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 136 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 137 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 138 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 139 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 140 - Create session valid_filter in /tmp/tmp.aTiShLpE3w
+PASS: tools/filtering/test_valid_filter 140 - Create session valid_filter in /tmp/tmp.BZTuH4yFSq
PASS: tools/filtering/test_valid_filter 141 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 142 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 143 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 144 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 145 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 146 - Create session valid_filter in /tmp/tmp.L8CkQu2bOs
+PASS: tools/filtering/test_valid_filter 146 - Create session valid_filter in /tmp/tmp.DCKm5Qhnt1
PASS: tools/filtering/test_valid_filter 147 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 148 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 149 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 150 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 151 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 152 - Create session valid_filter in /tmp/tmp.JD9YmSLVzN
+PASS: tools/filtering/test_valid_filter 152 - Create session valid_filter in /tmp/tmp.cKunTH1b4O
PASS: tools/filtering/test_valid_filter 153 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 154 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 155 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 156 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 157 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 158 - Create session valid_filter in /tmp/tmp.fMusHHRQ1Y
+PASS: tools/filtering/test_valid_filter 158 - Create session valid_filter in /tmp/tmp.ZhO0fHEldw
PASS: tools/filtering/test_valid_filter 159 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 160 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 161 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 162 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 163 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 164 - Create session valid_filter in /tmp/tmp.e5IRXk4iBb
+PASS: tools/filtering/test_valid_filter 164 - Create session valid_filter in /tmp/tmp.AuYUePVhbR
PASS: tools/filtering/test_valid_filter 165 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 166 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 167 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 168 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 169 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 170 - Create session valid_filter in /tmp/tmp.UBJ63ekR6K
+PASS: tools/filtering/test_valid_filter 170 - Create session valid_filter in /tmp/tmp.yMDYRwWzaw
PASS: tools/filtering/test_valid_filter 171 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 172 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 173 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 174 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 175 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 176 - Create session valid_filter in /tmp/tmp.QdwAHp3Zcx
+PASS: tools/filtering/test_valid_filter 176 - Create session valid_filter in /tmp/tmp.erD2VpuaSC
PASS: tools/filtering/test_valid_filter 177 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 178 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 179 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 180 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 181 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 182 - Create session valid_filter in /tmp/tmp.pMK44VFKlF
+PASS: tools/filtering/test_valid_filter 182 - Create session valid_filter in /tmp/tmp.rsRBK9kMZy
PASS: tools/filtering/test_valid_filter 183 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 184 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 185 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 186 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 187 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 188 - Create session valid_filter in /tmp/tmp.EGPqK8BcSi
+PASS: tools/filtering/test_valid_filter 188 - Create session valid_filter in /tmp/tmp.AveLJ77rMU
PASS: tools/filtering/test_valid_filter 189 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 190 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 191 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 192 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 193 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 194 - Create session valid_filter in /tmp/tmp.QGI4TUmQ81
+PASS: tools/filtering/test_valid_filter 194 - Create session valid_filter in /tmp/tmp.8C40HXRw9C
PASS: tools/filtering/test_valid_filter 195 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 196 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 197 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 198 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 199 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 200 - Create session valid_filter in /tmp/tmp.R1CQLACuyK
+PASS: tools/filtering/test_valid_filter 200 - Create session valid_filter in /tmp/tmp.RdJ1SrRmHn
PASS: tools/filtering/test_valid_filter 201 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 202 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 203 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 204 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 205 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 206 - Create session valid_filter in /tmp/tmp.zhONuXR1Un
+PASS: tools/filtering/test_valid_filter 206 - Create session valid_filter in /tmp/tmp.a5wKMCFkuM
PASS: tools/filtering/test_valid_filter 207 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 208 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 209 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 210 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 211 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 212 - Create session valid_filter in /tmp/tmp.FadxqbNEie
+PASS: tools/filtering/test_valid_filter 212 - Create session valid_filter in /tmp/tmp.sHMdlVdDnA
PASS: tools/filtering/test_valid_filter 213 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 214 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 215 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 216 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 217 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 218 - Create session valid_filter in /tmp/tmp.PRuG4OQmbA
+PASS: tools/filtering/test_valid_filter 218 - Create session valid_filter in /tmp/tmp.zdg77erF4K
PASS: tools/filtering/test_valid_filter 219 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 220 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 221 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 222 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 223 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 224 - Create session valid_filter in /tmp/tmp.3sVdXSitXz
+PASS: tools/filtering/test_valid_filter 224 - Create session valid_filter in /tmp/tmp.z1p35TFnLX
PASS: tools/filtering/test_valid_filter 225 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 226 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 227 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 228 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 229 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 230 - Create session valid_filter in /tmp/tmp.Bu6M7fgkrT
+PASS: tools/filtering/test_valid_filter 230 - Create session valid_filter in /tmp/tmp.aV0AOQXUkU
PASS: tools/filtering/test_valid_filter 231 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 232 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 233 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 234 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 235 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 236 - Create session valid_filter in /tmp/tmp.HN1hRA8pMK
+PASS: tools/filtering/test_valid_filter 236 - Create session valid_filter in /tmp/tmp.BiHZwyZY1s
PASS: tools/filtering/test_valid_filter 237 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 238 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 239 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 240 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 241 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 242 - Create session valid_filter in /tmp/tmp.0S9XDKFhbU
+PASS: tools/filtering/test_valid_filter 242 - Create session valid_filter in /tmp/tmp.7E7B1ypmCQ
PASS: tools/filtering/test_valid_filter 243 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 244 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 245 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 246 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 247 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 248 - Create session valid_filter in /tmp/tmp.l92OcSQG2D
+PASS: tools/filtering/test_valid_filter 248 - Create session valid_filter in /tmp/tmp.lELUnsyL9p
PASS: tools/filtering/test_valid_filter 249 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 250 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 251 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 252 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 253 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 254 - Create session valid_filter in /tmp/tmp.Mc8d0M3hRQ
+PASS: tools/filtering/test_valid_filter 254 - Create session valid_filter in /tmp/tmp.ni99ekeD9L
PASS: tools/filtering/test_valid_filter 255 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 256 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 257 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 258 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 259 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 260 - Create session valid_filter in /tmp/tmp.SuEpgi4ok5
+PASS: tools/filtering/test_valid_filter 260 - Create session valid_filter in /tmp/tmp.96KALRlmV4
PASS: tools/filtering/test_valid_filter 261 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 262 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 263 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 264 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 265 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 266 - Create session valid_filter in /tmp/tmp.jJdtqaSW0M
+PASS: tools/filtering/test_valid_filter 266 - Create session valid_filter in /tmp/tmp.50HiD9v3TU
PASS: tools/filtering/test_valid_filter 267 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 268 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 269 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 270 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 271 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 272 - Create session valid_filter in /tmp/tmp.hTewxln3Td
+PASS: tools/filtering/test_valid_filter 272 - Create session valid_filter in /tmp/tmp.ygKZOHD2fl
PASS: tools/filtering/test_valid_filter 273 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 274 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 275 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 276 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 277 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 278 - Create session valid_filter in /tmp/tmp.IByKEBge6A
+PASS: tools/filtering/test_valid_filter 278 - Create session valid_filter in /tmp/tmp.HYOxKPYbgL
PASS: tools/filtering/test_valid_filter 279 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 280 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 281 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 282 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 283 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 284 - Create session valid_filter in /tmp/tmp.VPCOepC68U
+PASS: tools/filtering/test_valid_filter 284 - Create session valid_filter in /tmp/tmp.S8GupSSHzi
PASS: tools/filtering/test_valid_filter 285 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 286 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 287 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 288 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 289 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 290 - Create session valid_filter in /tmp/tmp.419f7T2GQ6
+PASS: tools/filtering/test_valid_filter 290 - Create session valid_filter in /tmp/tmp.CRJeE4xnAD
PASS: tools/filtering/test_valid_filter 291 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 292 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 293 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 294 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 295 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 296 - Create session valid_filter in /tmp/tmp.jS7UxYTeku
+PASS: tools/filtering/test_valid_filter 296 - Create session valid_filter in /tmp/tmp.zFZ1qBoHem
PASS: tools/filtering/test_valid_filter 297 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 298 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 299 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 300 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 301 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 302 - Create session valid_filter in /tmp/tmp.HTVmRgoRPl
+PASS: tools/filtering/test_valid_filter 302 - Create session valid_filter in /tmp/tmp.N4s0kMNNbH
PASS: tools/filtering/test_valid_filter 303 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 304 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 305 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 306 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 307 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 308 - Create session valid_filter in /tmp/tmp.A43g9m8El2
+PASS: tools/filtering/test_valid_filter 308 - Create session valid_filter in /tmp/tmp.nHHybZZI3R
PASS: tools/filtering/test_valid_filter 309 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 310 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 311 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 312 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 313 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 314 - Create session valid_filter in /tmp/tmp.egyERyj3Hl
+PASS: tools/filtering/test_valid_filter 314 - Create session valid_filter in /tmp/tmp.xw77wooIQ8
PASS: tools/filtering/test_valid_filter 315 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 316 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 317 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 318 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 319 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 320 - Create session valid_filter in /tmp/tmp.hkeUsTQBQD
+PASS: tools/filtering/test_valid_filter 320 - Create session valid_filter in /tmp/tmp.Mgh67VOO00
PASS: tools/filtering/test_valid_filter 321 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 322 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 323 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 324 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 325 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 326 - Create session valid_filter in /tmp/tmp.akDot7Ag7I
+PASS: tools/filtering/test_valid_filter 326 - Create session valid_filter in /tmp/tmp.oZvgZQej6z
PASS: tools/filtering/test_valid_filter 327 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 328 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 329 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 330 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 331 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 332 - Create session valid_filter in /tmp/tmp.5zLUSaGCBl
+PASS: tools/filtering/test_valid_filter 332 - Create session valid_filter in /tmp/tmp.hDiOqnRFCb
PASS: tools/filtering/test_valid_filter 333 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 334 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 335 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 336 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 337 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 338 - Create session valid_filter in /tmp/tmp.9AOIalv1cr
+PASS: tools/filtering/test_valid_filter 338 - Create session valid_filter in /tmp/tmp.zCrkT3AEAf
PASS: tools/filtering/test_valid_filter 339 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 340 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 341 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 342 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 343 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 344 - Create session valid_filter in /tmp/tmp.4Le7WzIbBJ
+PASS: tools/filtering/test_valid_filter 344 - Create session valid_filter in /tmp/tmp.MG7xpujNpx
PASS: tools/filtering/test_valid_filter 345 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 346 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 347 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 348 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 349 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 350 - Create session valid_filter in /tmp/tmp.0ByxmmRJlI
+PASS: tools/filtering/test_valid_filter 350 - Create session valid_filter in /tmp/tmp.Q8RtvvXLcg
PASS: tools/filtering/test_valid_filter 351 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 352 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 353 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 354 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 355 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 356 - Create session valid_filter in /tmp/tmp.eL3089VFgd
+PASS: tools/filtering/test_valid_filter 356 - Create session valid_filter in /tmp/tmp.vZEYDMYOnh
PASS: tools/filtering/test_valid_filter 357 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 358 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 359 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 360 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 361 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 362 - Create session valid_filter in /tmp/tmp.Xn0vZC1EIV
+PASS: tools/filtering/test_valid_filter 362 - Create session valid_filter in /tmp/tmp.n8dinBKZqm
PASS: tools/filtering/test_valid_filter 363 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 364 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 365 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 366 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 367 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 368 - Create session valid_filter in /tmp/tmp.D1JiiQ5wXw
+PASS: tools/filtering/test_valid_filter 368 - Create session valid_filter in /tmp/tmp.rgrrLfBcU2
PASS: tools/filtering/test_valid_filter 369 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 370 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 371 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 372 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 373 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 374 - Create session valid_filter in /tmp/tmp.4j77gnKnXk
+PASS: tools/filtering/test_valid_filter 374 - Create session valid_filter in /tmp/tmp.nnUB5OCP27
PASS: tools/filtering/test_valid_filter 375 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 376 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 377 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 378 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 379 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 380 - Create session valid_filter in /tmp/tmp.3mnOWdchMn
+PASS: tools/filtering/test_valid_filter 380 - Create session valid_filter in /tmp/tmp.PjOSEIInYm
PASS: tools/filtering/test_valid_filter 381 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 382 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 383 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 384 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 385 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 386 - Create session valid_filter in /tmp/tmp.Gduwlwe7ah
+PASS: tools/filtering/test_valid_filter 386 - Create session valid_filter in /tmp/tmp.iuX7pJ8Aef
PASS: tools/filtering/test_valid_filter 387 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 388 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 389 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 390 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 391 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 392 - Create session valid_filter in /tmp/tmp.0NzEWgjMO6
+PASS: tools/filtering/test_valid_filter 392 - Create session valid_filter in /tmp/tmp.1vSrSsCj6P
PASS: tools/filtering/test_valid_filter 393 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 394 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 395 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 396 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 397 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 398 - Create session valid_filter in /tmp/tmp.7mDIt5O4Pi
+PASS: tools/filtering/test_valid_filter 398 - Create session valid_filter in /tmp/tmp.hhqUZpSSDp
PASS: tools/filtering/test_valid_filter 399 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 400 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 401 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 402 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 403 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 404 - Create session valid_filter in /tmp/tmp.AlZYTVL3ol
+PASS: tools/filtering/test_valid_filter 404 - Create session valid_filter in /tmp/tmp.HIPPsDnpmG
PASS: tools/filtering/test_valid_filter 405 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 406 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 407 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 408 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 409 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 410 - Create session valid_filter in /tmp/tmp.CUdtEtBUMM
+PASS: tools/filtering/test_valid_filter 410 - Create session valid_filter in /tmp/tmp.A9x9L3bnr0
PASS: tools/filtering/test_valid_filter 411 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 412 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 413 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 414 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 415 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 416 - Create session valid_filter in /tmp/tmp.e7iipCzjEY
+PASS: tools/filtering/test_valid_filter 416 - Create session valid_filter in /tmp/tmp.nlSd1gqiGE
PASS: tools/filtering/test_valid_filter 417 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 418 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 419 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 420 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 421 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 422 - Create session valid_filter in /tmp/tmp.S6uOzBh3Eg
+PASS: tools/filtering/test_valid_filter 422 - Create session valid_filter in /tmp/tmp.pTXrknNGVQ
PASS: tools/filtering/test_valid_filter 423 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 424 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 425 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 426 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 427 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 428 - Create session valid_filter in /tmp/tmp.rV8krWV9BU
+PASS: tools/filtering/test_valid_filter 428 - Create session valid_filter in /tmp/tmp.5bnoNbL5nx
PASS: tools/filtering/test_valid_filter 429 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 430 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 431 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 432 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 433 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 434 - Create session valid_filter in /tmp/tmp.E1PjDR9EHm
+PASS: tools/filtering/test_valid_filter 434 - Create session valid_filter in /tmp/tmp.wqdhmJRIxl
PASS: tools/filtering/test_valid_filter 435 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 436 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 437 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 438 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 439 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 440 - Create session valid_filter in /tmp/tmp.Sxj0Nw0z94
+PASS: tools/filtering/test_valid_filter 440 - Create session valid_filter in /tmp/tmp.8KiHbtmxni
PASS: tools/filtering/test_valid_filter 441 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 442 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 443 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 444 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 445 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 446 - Create session valid_filter in /tmp/tmp.m9h4bLcfxb
+PASS: tools/filtering/test_valid_filter 446 - Create session valid_filter in /tmp/tmp.wWvf7p1Ao0
PASS: tools/filtering/test_valid_filter 447 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 448 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 449 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 450 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 451 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 452 - Create session valid_filter in /tmp/tmp.pC57ktGcbP
+PASS: tools/filtering/test_valid_filter 452 - Create session valid_filter in /tmp/tmp.3vELKfglbn
PASS: tools/filtering/test_valid_filter 453 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 454 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 455 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 456 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 457 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 458 - Create session valid_filter in /tmp/tmp.Azjdwjcsnq
+PASS: tools/filtering/test_valid_filter 458 - Create session valid_filter in /tmp/tmp.Rpd38S7JK4
PASS: tools/filtering/test_valid_filter 459 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 460 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 461 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 462 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 463 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 464 - Create session valid_filter in /tmp/tmp.Hk0xeyZOMg
+PASS: tools/filtering/test_valid_filter 464 - Create session valid_filter in /tmp/tmp.XoMeqjAXEs
PASS: tools/filtering/test_valid_filter 465 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 466 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 467 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 468 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 469 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 470 - Create session valid_filter in /tmp/tmp.Jv5GDqRYoO
+PASS: tools/filtering/test_valid_filter 470 - Create session valid_filter in /tmp/tmp.RePGKDQRXc
PASS: tools/filtering/test_valid_filter 471 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 472 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 473 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 474 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 475 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 476 - Create session valid_filter in /tmp/tmp.pr1MaZMoIX
+PASS: tools/filtering/test_valid_filter 476 - Create session valid_filter in /tmp/tmp.ktAFWWewNX
PASS: tools/filtering/test_valid_filter 477 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 478 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 479 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 480 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 481 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 482 - Create session valid_filter in /tmp/tmp.8xCf1BeOXX
+PASS: tools/filtering/test_valid_filter 482 - Create session valid_filter in /tmp/tmp.Dk0dJ3CvVt
PASS: tools/filtering/test_valid_filter 483 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 484 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 485 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 486 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 487 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 488 - Create session valid_filter in /tmp/tmp.tD9XPZV5zP
+PASS: tools/filtering/test_valid_filter 488 - Create session valid_filter in /tmp/tmp.p6SbOT9JuO
PASS: tools/filtering/test_valid_filter 489 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 490 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 491 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 492 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 493 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 494 - Create session valid_filter in /tmp/tmp.HMkubPlYWH
+PASS: tools/filtering/test_valid_filter 494 - Create session valid_filter in /tmp/tmp.PJWJaJ80QL
PASS: tools/filtering/test_valid_filter 495 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 496 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 497 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 498 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 499 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 500 - Create session valid_filter in /tmp/tmp.nRz7qFv9Bm
+PASS: tools/filtering/test_valid_filter 500 - Create session valid_filter in /tmp/tmp.837OgDNxQy
PASS: tools/filtering/test_valid_filter 501 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 502 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 503 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 504 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 505 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 506 - Create session valid_filter in /tmp/tmp.JYKK2EeBFZ
+PASS: tools/filtering/test_valid_filter 506 - Create session valid_filter in /tmp/tmp.VSLyKO47BA
PASS: tools/filtering/test_valid_filter 507 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 508 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 509 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 510 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 511 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 512 - Create session valid_filter in /tmp/tmp.Y69TRbTxwQ
+PASS: tools/filtering/test_valid_filter 512 - Create session valid_filter in /tmp/tmp.hlE0y4UwtZ
PASS: tools/filtering/test_valid_filter 513 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 514 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 515 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 516 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 517 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 518 - Create session valid_filter in /tmp/tmp.isLcA90I9z
+PASS: tools/filtering/test_valid_filter 518 - Create session valid_filter in /tmp/tmp.zP1KnAr7ZA
PASS: tools/filtering/test_valid_filter 519 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 520 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 521 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 522 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 523 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 524 - Create session valid_filter in /tmp/tmp.QIaGGZXTwH
+PASS: tools/filtering/test_valid_filter 524 - Create session valid_filter in /tmp/tmp.GmaZ2WYdEb
PASS: tools/filtering/test_valid_filter 525 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 526 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 527 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 528 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 529 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 530 - Create session valid_filter in /tmp/tmp.fNPtOuqn0H
+PASS: tools/filtering/test_valid_filter 530 - Create session valid_filter in /tmp/tmp.V1qvp0LyFn
PASS: tools/filtering/test_valid_filter 531 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 532 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 533 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 534 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 535 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 536 - Create session valid_filter in /tmp/tmp.eHYLweqJUE
+PASS: tools/filtering/test_valid_filter 536 - Create session valid_filter in /tmp/tmp.8RmHpwNxBM
PASS: tools/filtering/test_valid_filter 537 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 538 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 539 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 540 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 541 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 542 - Create session valid_filter in /tmp/tmp.0Tf7wnGNxW
+PASS: tools/filtering/test_valid_filter 542 - Create session valid_filter in /tmp/tmp.lv4qMHHtS6
PASS: tools/filtering/test_valid_filter 543 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 544 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 545 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 546 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 547 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 548 - Create session valid_filter in /tmp/tmp.nkbycoq1hp
+PASS: tools/filtering/test_valid_filter 548 - Create session valid_filter in /tmp/tmp.iYO3H3xtRi
PASS: tools/filtering/test_valid_filter 549 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 550 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 551 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 552 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 553 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 554 - Create session valid_filter in /tmp/tmp.b7wTUparBP
+PASS: tools/filtering/test_valid_filter 554 - Create session valid_filter in /tmp/tmp.pXOMlrcaJZ
PASS: tools/filtering/test_valid_filter 555 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 556 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 557 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 558 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 559 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 560 - Create session valid_filter in /tmp/tmp.zDwy0arfw7
+PASS: tools/filtering/test_valid_filter 560 - Create session valid_filter in /tmp/tmp.B9IDvYXpkW
PASS: tools/filtering/test_valid_filter 561 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 562 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 563 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 564 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 565 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 566 - Create session valid_filter in /tmp/tmp.cysVTYWye1
+PASS: tools/filtering/test_valid_filter 566 - Create session valid_filter in /tmp/tmp.HphxcJKtHL
PASS: tools/filtering/test_valid_filter 567 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 568 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 569 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 570 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 571 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 572 - Create session valid_filter in /tmp/tmp.JohRXO4LHR
+PASS: tools/filtering/test_valid_filter 572 - Create session valid_filter in /tmp/tmp.MvNfPM5XHy
PASS: tools/filtering/test_valid_filter 573 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 574 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 575 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 576 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 577 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 578 - Create session valid_filter in /tmp/tmp.BPCcmlqZyg
+PASS: tools/filtering/test_valid_filter 578 - Create session valid_filter in /tmp/tmp.qep08J7PGE
PASS: tools/filtering/test_valid_filter 579 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 580 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 581 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 582 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 583 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 584 - Create session valid_filter in /tmp/tmp.HJXtA6PjUh
+PASS: tools/filtering/test_valid_filter 584 - Create session valid_filter in /tmp/tmp.onNSBrnE7w
PASS: tools/filtering/test_valid_filter 585 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 586 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 587 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 588 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 589 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 590 - Create session valid_filter in /tmp/tmp.tlYiIEMovs
+PASS: tools/filtering/test_valid_filter 590 - Create session valid_filter in /tmp/tmp.ZpZCxCqchB
PASS: tools/filtering/test_valid_filter 591 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 592 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 593 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 594 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 595 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 596 - Create session valid_filter in /tmp/tmp.2JqJ5M9ntx
+PASS: tools/filtering/test_valid_filter 596 - Create session valid_filter in /tmp/tmp.3Y1Yxh2uJT
PASS: tools/filtering/test_valid_filter 597 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 598 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 599 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 600 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 601 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 602 - Create session valid_filter in /tmp/tmp.CK5O6l8iRb
+PASS: tools/filtering/test_valid_filter 602 - Create session valid_filter in /tmp/tmp.JTyC38zToR
PASS: tools/filtering/test_valid_filter 603 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 604 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 605 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 606 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 607 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 608 - Create session valid_filter in /tmp/tmp.zNQpAGsX2F
+PASS: tools/filtering/test_valid_filter 608 - Create session valid_filter in /tmp/tmp.ZvYI1xTfAE
PASS: tools/filtering/test_valid_filter 609 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 610 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 611 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 612 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 613 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 614 - Create session valid_filter in /tmp/tmp.4wLAmnRRIp
+PASS: tools/filtering/test_valid_filter 614 - Create session valid_filter in /tmp/tmp.ZgYVa0m9tv
PASS: tools/filtering/test_valid_filter 615 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 616 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 617 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 618 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 619 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 620 - Create session valid_filter in /tmp/tmp.RUzNx6vIiy
+PASS: tools/filtering/test_valid_filter 620 - Create session valid_filter in /tmp/tmp.Z2Z5lIvfk2
PASS: tools/filtering/test_valid_filter 621 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 622 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 623 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 624 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 625 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 626 - Create session valid_filter in /tmp/tmp.SZ2Hmxz4G5
+PASS: tools/filtering/test_valid_filter 626 - Create session valid_filter in /tmp/tmp.CUi5lDkfG7
PASS: tools/filtering/test_valid_filter 627 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 628 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 629 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 630 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 631 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 632 - Create session valid_filter in /tmp/tmp.Z0j1kjt8Ts
+PASS: tools/filtering/test_valid_filter 632 - Create session valid_filter in /tmp/tmp.Em08pLif2z
PASS: tools/filtering/test_valid_filter 633 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 634 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 635 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 636 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 637 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 638 - Create session valid_filter in /tmp/tmp.cRKmj4j9cQ
+PASS: tools/filtering/test_valid_filter 638 - Create session valid_filter in /tmp/tmp.nIS5QHoWwu
PASS: tools/filtering/test_valid_filter 639 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 640 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 641 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 642 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 643 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 644 - Create session valid_filter in /tmp/tmp.el1SOzhlZY
+PASS: tools/filtering/test_valid_filter 644 - Create session valid_filter in /tmp/tmp.GACyODJIX2
PASS: tools/filtering/test_valid_filter 645 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 646 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 647 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 648 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 649 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 650 - Create session valid_filter in /tmp/tmp.4EEoEvJjxn
+PASS: tools/filtering/test_valid_filter 650 - Create session valid_filter in /tmp/tmp.5JpRxA7npm
PASS: tools/filtering/test_valid_filter 651 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 652 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 653 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 654 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 655 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 656 - Create session valid_filter in /tmp/tmp.yqvgG8sxmL
+PASS: tools/filtering/test_valid_filter 656 - Create session valid_filter in /tmp/tmp.QyF5bHKPUa
PASS: tools/filtering/test_valid_filter 657 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 658 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 659 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 660 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 661 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 662 - Create session valid_filter in /tmp/tmp.YdYOKkxtqT
+PASS: tools/filtering/test_valid_filter 662 - Create session valid_filter in /tmp/tmp.vK2OsN5Ela
PASS: tools/filtering/test_valid_filter 663 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 664 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 665 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 666 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 667 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 668 - Create session valid_filter in /tmp/tmp.lUBW08E4k0
+PASS: tools/filtering/test_valid_filter 668 - Create session valid_filter in /tmp/tmp.YLVmb0cSTV
PASS: tools/filtering/test_valid_filter 669 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 670 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 671 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 672 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 673 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 674 - Create session valid_filter in /tmp/tmp.6G2NLLeFqL
+PASS: tools/filtering/test_valid_filter 674 - Create session valid_filter in /tmp/tmp.Wv8dGMvR6a
PASS: tools/filtering/test_valid_filter 675 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 676 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 677 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 678 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 679 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 680 - Create session valid_filter in /tmp/tmp.M7VQJmC4Lo
+PASS: tools/filtering/test_valid_filter 680 - Create session valid_filter in /tmp/tmp.H7IyhZfDMB
PASS: tools/filtering/test_valid_filter 681 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 682 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 683 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 684 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 685 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 686 - Create session valid_filter in /tmp/tmp.P9z75nn3Lm
+PASS: tools/filtering/test_valid_filter 686 - Create session valid_filter in /tmp/tmp.8GVyTAd2fS
PASS: tools/filtering/test_valid_filter 687 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 688 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 689 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 690 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 691 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 692 - Create session valid_filter in /tmp/tmp.QDDkK6g8Pu
+PASS: tools/filtering/test_valid_filter 692 - Create session valid_filter in /tmp/tmp.NaNH7jRDh4
PASS: tools/filtering/test_valid_filter 693 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 694 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 695 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 696 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 697 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 698 - Create session valid_filter in /tmp/tmp.I3WiSZvOvl
+PASS: tools/filtering/test_valid_filter 698 - Create session valid_filter in /tmp/tmp.ExZKS8vQzM
PASS: tools/filtering/test_valid_filter 699 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 700 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 701 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 702 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 703 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 704 - Create session valid_filter in /tmp/tmp.TmPzOccw65
+PASS: tools/filtering/test_valid_filter 704 - Create session valid_filter in /tmp/tmp.uvPbTZ4V14
PASS: tools/filtering/test_valid_filter 705 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 706 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 707 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 708 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 709 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 710 - Create session valid_filter in /tmp/tmp.KMXZyZgFis
+PASS: tools/filtering/test_valid_filter 710 - Create session valid_filter in /tmp/tmp.x7mGg1MW8i
PASS: tools/filtering/test_valid_filter 711 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 712 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 713 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 714 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 715 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 716 - Create session valid_filter in /tmp/tmp.wwn6ERV8CH
+PASS: tools/filtering/test_valid_filter 716 - Create session valid_filter in /tmp/tmp.lXecOgq7L1
PASS: tools/filtering/test_valid_filter 717 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 718 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 719 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 720 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 721 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 722 - Create session valid_filter in /tmp/tmp.cvdvllhqo5
+PASS: tools/filtering/test_valid_filter 722 - Create session valid_filter in /tmp/tmp.FQaFtoXryT
PASS: tools/filtering/test_valid_filter 723 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 724 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 725 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 726 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 727 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 728 - Create session valid_filter in /tmp/tmp.D3vMyDsXiB
+PASS: tools/filtering/test_valid_filter 728 - Create session valid_filter in /tmp/tmp.Jw1eMy43SR
PASS: tools/filtering/test_valid_filter 729 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 730 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 731 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 732 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 733 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 734 - Create session valid_filter in /tmp/tmp.4xWvdUYGeq
+PASS: tools/filtering/test_valid_filter 734 - Create session valid_filter in /tmp/tmp.g8KnIkoVBf
PASS: tools/filtering/test_valid_filter 735 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 736 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 737 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 738 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 739 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 740 - Create session valid_filter in /tmp/tmp.TPuwVoovRy
+PASS: tools/filtering/test_valid_filter 740 - Create session valid_filter in /tmp/tmp.JXxwCl65D2
PASS: tools/filtering/test_valid_filter 741 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 742 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 743 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 744 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 745 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 746 - Create session valid_filter in /tmp/tmp.cL8QXbVrca
+PASS: tools/filtering/test_valid_filter 746 - Create session valid_filter in /tmp/tmp.fBdo1mLv4H
PASS: tools/filtering/test_valid_filter 747 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 748 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 749 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 750 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 751 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 752 - Create session valid_filter in /tmp/tmp.0MOEd9DNqb
+PASS: tools/filtering/test_valid_filter 752 - Create session valid_filter in /tmp/tmp.6Ca4yrTQXw
PASS: tools/filtering/test_valid_filter 753 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 754 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 755 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 756 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 757 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 758 - Create session valid_filter in /tmp/tmp.AbTsmdcOGq
+PASS: tools/filtering/test_valid_filter 758 - Create session valid_filter in /tmp/tmp.nguUH8cKe1
PASS: tools/filtering/test_valid_filter 759 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 760 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 761 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 762 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 763 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 764 - Create session valid_filter in /tmp/tmp.vccv1EpZbM
+PASS: tools/filtering/test_valid_filter 764 - Create session valid_filter in /tmp/tmp.fqNVxcqq6A
PASS: tools/filtering/test_valid_filter 765 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 766 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 767 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 768 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 769 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 770 - Create session valid_filter in /tmp/tmp.CbCVvQ1ACC
+PASS: tools/filtering/test_valid_filter 770 - Create session valid_filter in /tmp/tmp.H7xSjM26fd
PASS: tools/filtering/test_valid_filter 771 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 772 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 773 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 774 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 775 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 776 - Create session valid_filter in /tmp/tmp.RZ5r5QdOoV
+PASS: tools/filtering/test_valid_filter 776 - Create session valid_filter in /tmp/tmp.mnoX8iD2Ig
PASS: tools/filtering/test_valid_filter 777 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 778 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 779 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 780 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 781 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 782 - Create session valid_filter in /tmp/tmp.4KPnFjurrM
+PASS: tools/filtering/test_valid_filter 782 - Create session valid_filter in /tmp/tmp.v6VVCMZf2P
PASS: tools/filtering/test_valid_filter 783 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 784 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 785 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 786 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 787 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 788 - Create session valid_filter in /tmp/tmp.vVxivUkdKa
+PASS: tools/filtering/test_valid_filter 788 - Create session valid_filter in /tmp/tmp.lm482DkJbC
PASS: tools/filtering/test_valid_filter 789 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 790 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 791 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 792 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 793 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 794 - Create session valid_filter in /tmp/tmp.jwoh8ZuUXU
+PASS: tools/filtering/test_valid_filter 794 - Create session valid_filter in /tmp/tmp.I0wpmREqqJ
PASS: tools/filtering/test_valid_filter 795 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 796 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 797 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 798 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 799 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 800 - Create session valid_filter in /tmp/tmp.P8coPPMTpN
+PASS: tools/filtering/test_valid_filter 800 - Create session valid_filter in /tmp/tmp.wlwxVaQMN4
PASS: tools/filtering/test_valid_filter 801 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 802 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 803 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 804 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 805 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 806 - Create session valid_filter in /tmp/tmp.bI2WpsvQc8
+PASS: tools/filtering/test_valid_filter 806 - Create session valid_filter in /tmp/tmp.3bbDaibMV0
PASS: tools/filtering/test_valid_filter 807 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 808 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 809 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 810 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 811 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 812 - Create session valid_filter in /tmp/tmp.EixmTYtGwl
+PASS: tools/filtering/test_valid_filter 812 - Create session valid_filter in /tmp/tmp.LxTCEIJf1b
PASS: tools/filtering/test_valid_filter 813 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 814 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 815 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 816 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 817 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 818 - Create session valid_filter in /tmp/tmp.5Lt8TnXBPi
+PASS: tools/filtering/test_valid_filter 818 - Create session valid_filter in /tmp/tmp.cxF6icnVBp
PASS: tools/filtering/test_valid_filter 819 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 820 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 821 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 822 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 823 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 824 - Create session valid_filter in /tmp/tmp.cIo9eSSX8w
+PASS: tools/filtering/test_valid_filter 824 - Create session valid_filter in /tmp/tmp.z7o7Fmzx0d
PASS: tools/filtering/test_valid_filter 825 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 826 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 827 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 828 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 829 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 830 - Create session valid_filter in /tmp/tmp.8gXFsOjAg6
+PASS: tools/filtering/test_valid_filter 830 - Create session valid_filter in /tmp/tmp.Jul6zCcIV6
PASS: tools/filtering/test_valid_filter 831 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 832 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 833 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 834 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 835 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 836 - Create session valid_filter in /tmp/tmp.UOtbyhr9BY
+PASS: tools/filtering/test_valid_filter 836 - Create session valid_filter in /tmp/tmp.3dFts3MtLt
PASS: tools/filtering/test_valid_filter 837 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 838 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 839 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 840 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 841 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 842 - Create session valid_filter in /tmp/tmp.8WZuCDhdin
+PASS: tools/filtering/test_valid_filter 842 - Create session valid_filter in /tmp/tmp.Y3oFTWAvap
PASS: tools/filtering/test_valid_filter 843 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 844 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 845 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 846 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 847 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 848 - Create session valid_filter in /tmp/tmp.WtZaVFUUtU
+PASS: tools/filtering/test_valid_filter 848 - Create session valid_filter in /tmp/tmp.8HVOcGedSx
PASS: tools/filtering/test_valid_filter 849 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 850 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 851 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 852 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 853 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 854 - Create session valid_filter in /tmp/tmp.Jbm5ObDgQW
+PASS: tools/filtering/test_valid_filter 854 - Create session valid_filter in /tmp/tmp.NsqlEexqY3
PASS: tools/filtering/test_valid_filter 855 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 856 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 857 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 858 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 859 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 860 - Create session valid_filter in /tmp/tmp.gmMnu43FLN
+PASS: tools/filtering/test_valid_filter 860 - Create session valid_filter in /tmp/tmp.KWNYH2u1QA
PASS: tools/filtering/test_valid_filter 861 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 862 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 863 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 864 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 865 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 866 - Create session valid_filter in /tmp/tmp.KhMZ5CgFju
+PASS: tools/filtering/test_valid_filter 866 - Create session valid_filter in /tmp/tmp.34EWgKo7wf
PASS: tools/filtering/test_valid_filter 867 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 868 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 869 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 870 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 871 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 872 - Create session valid_filter in /tmp/tmp.gxfuHaqSsp
+PASS: tools/filtering/test_valid_filter 872 - Create session valid_filter in /tmp/tmp.cPDV28v2S3
PASS: tools/filtering/test_valid_filter 873 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 874 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 875 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 876 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 877 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 878 - Create session valid_filter in /tmp/tmp.rIuX685bpd
+PASS: tools/filtering/test_valid_filter 878 - Create session valid_filter in /tmp/tmp.fJ7ginlxnV
PASS: tools/filtering/test_valid_filter 879 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 880 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 881 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 882 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 883 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 884 - Create session valid_filter in /tmp/tmp.SNVFPxbAr0
+PASS: tools/filtering/test_valid_filter 884 - Create session valid_filter in /tmp/tmp.pCNb9GFSet
PASS: tools/filtering/test_valid_filter 885 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 886 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 887 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 888 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 889 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 890 - Create session valid_filter in /tmp/tmp.zEJXJg1ZHG
+PASS: tools/filtering/test_valid_filter 890 - Create session valid_filter in /tmp/tmp.Sl9hkwv7WG
PASS: tools/filtering/test_valid_filter 891 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 892 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 893 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 894 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 895 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 896 - Create session valid_filter in /tmp/tmp.Emfo53qE8P
+PASS: tools/filtering/test_valid_filter 896 - Create session valid_filter in /tmp/tmp.yDVLLe8DKL
PASS: tools/filtering/test_valid_filter 897 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 898 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 899 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 900 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 901 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 902 - Create session valid_filter in /tmp/tmp.9ORboCAPTA
+PASS: tools/filtering/test_valid_filter 902 - Create session valid_filter in /tmp/tmp.wmaMHy5Ao0
PASS: tools/filtering/test_valid_filter 903 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 904 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 905 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 906 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 907 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 908 - Create session valid_filter in /tmp/tmp.fCC9Nfzl6m
+PASS: tools/filtering/test_valid_filter 908 - Create session valid_filter in /tmp/tmp.l3AUNidMRZ
PASS: tools/filtering/test_valid_filter 909 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 910 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 911 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 912 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 913 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 914 - Create session valid_filter in /tmp/tmp.cI3JoC5vgn
+PASS: tools/filtering/test_valid_filter 914 - Create session valid_filter in /tmp/tmp.6UKzeJFA2M
PASS: tools/filtering/test_valid_filter 915 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 916 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 917 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 918 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 919 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 920 - Create session valid_filter in /tmp/tmp.NA9tPo9Jp3
+PASS: tools/filtering/test_valid_filter 920 - Create session valid_filter in /tmp/tmp.amd5Y6j3zP
PASS: tools/filtering/test_valid_filter 921 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 922 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 923 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 924 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 925 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 926 - Create session valid_filter in /tmp/tmp.6cHzIJl7n1
+PASS: tools/filtering/test_valid_filter 926 - Create session valid_filter in /tmp/tmp.f7OC3TJ6gR
PASS: tools/filtering/test_valid_filter 927 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 928 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 929 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 930 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 931 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 932 - Create session valid_filter in /tmp/tmp.Jgh6rtOHLQ
+PASS: tools/filtering/test_valid_filter 932 - Create session valid_filter in /tmp/tmp.8YUPQhFO6Q
PASS: tools/filtering/test_valid_filter 933 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 934 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 935 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 936 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 937 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 938 - Create session valid_filter in /tmp/tmp.VWmMUcXKOD
+PASS: tools/filtering/test_valid_filter 938 - Create session valid_filter in /tmp/tmp.GFsUqe61BG
PASS: tools/filtering/test_valid_filter 939 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 940 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 941 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 942 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 943 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 944 - Create session valid_filter in /tmp/tmp.i4SDJaPlmY
+PASS: tools/filtering/test_valid_filter 944 - Create session valid_filter in /tmp/tmp.ATfJ6VMQ6x
PASS: tools/filtering/test_valid_filter 945 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 946 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 947 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 948 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 949 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 950 - Create session valid_filter in /tmp/tmp.HJYZJxJBYu
+PASS: tools/filtering/test_valid_filter 950 - Create session valid_filter in /tmp/tmp.ykHAobuYjp
PASS: tools/filtering/test_valid_filter 951 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 952 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 953 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 954 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 955 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 956 - Create session valid_filter in /tmp/tmp.3qAAMFewWG
+PASS: tools/filtering/test_valid_filter 956 - Create session valid_filter in /tmp/tmp.wOtN5LGkU2
PASS: tools/filtering/test_valid_filter 957 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 958 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 959 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 960 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 961 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 962 - Create session valid_filter in /tmp/tmp.S9tFy28wCk
+PASS: tools/filtering/test_valid_filter 962 - Create session valid_filter in /tmp/tmp.l9KIVHP1G9
PASS: tools/filtering/test_valid_filter 963 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 964 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 965 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 966 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 967 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 968 - Create session valid_filter in /tmp/tmp.hOskJI2wxW
+PASS: tools/filtering/test_valid_filter 968 - Create session valid_filter in /tmp/tmp.Mb4uSTFWAI
PASS: tools/filtering/test_valid_filter 969 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 970 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 971 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 972 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 973 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 974 - Create session valid_filter in /tmp/tmp.oYHouHYzSp
+PASS: tools/filtering/test_valid_filter 974 - Create session valid_filter in /tmp/tmp.R3cvX3q1fQ
PASS: tools/filtering/test_valid_filter 975 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 976 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 977 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 978 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 979 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 980 - Create session valid_filter in /tmp/tmp.ok0pOZccbl
+PASS: tools/filtering/test_valid_filter 980 - Create session valid_filter in /tmp/tmp.DFPqNDa6eB
PASS: tools/filtering/test_valid_filter 981 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 982 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 983 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 984 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 985 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 986 - Create session valid_filter in /tmp/tmp.dgTJYiJGPu
+PASS: tools/filtering/test_valid_filter 986 - Create session valid_filter in /tmp/tmp.3sumdr3RrG
PASS: tools/filtering/test_valid_filter 987 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 988 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 989 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 990 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 991 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 992 - Create session valid_filter in /tmp/tmp.jN19fvWwkS
+PASS: tools/filtering/test_valid_filter 992 - Create session valid_filter in /tmp/tmp.m8lK9M9vnf
PASS: tools/filtering/test_valid_filter 993 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 994 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 995 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 996 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 997 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 998 - Create session valid_filter in /tmp/tmp.A6FZoeKvfl
+PASS: tools/filtering/test_valid_filter 998 - Create session valid_filter in /tmp/tmp.mdivMdVfHg
PASS: tools/filtering/test_valid_filter 999 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1000 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1001 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1002 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1003 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1004 - Create session valid_filter in /tmp/tmp.NtPRLLA3h5
+PASS: tools/filtering/test_valid_filter 1004 - Create session valid_filter in /tmp/tmp.rfTCnmZGJO
PASS: tools/filtering/test_valid_filter 1005 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1006 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1007 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1008 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1009 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1010 - Create session valid_filter in /tmp/tmp.epvtZH60PF
+PASS: tools/filtering/test_valid_filter 1010 - Create session valid_filter in /tmp/tmp.N82wHoAZOz
PASS: tools/filtering/test_valid_filter 1011 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1012 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1013 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1014 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1015 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1016 - Create session valid_filter in /tmp/tmp.gFKcVdVQTy
+PASS: tools/filtering/test_valid_filter 1016 - Create session valid_filter in /tmp/tmp.bnCzSTPm6Y
PASS: tools/filtering/test_valid_filter 1017 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1018 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1019 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1020 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1021 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1022 - Create session valid_filter in /tmp/tmp.Z7sPbnSeZg
+PASS: tools/filtering/test_valid_filter 1022 - Create session valid_filter in /tmp/tmp.Qsp5M3vsJl
PASS: tools/filtering/test_valid_filter 1023 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1024 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1025 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1026 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1027 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1028 - Create session valid_filter in /tmp/tmp.v0aZsIpKG9
+PASS: tools/filtering/test_valid_filter 1028 - Create session valid_filter in /tmp/tmp.gRHAKXI8KW
PASS: tools/filtering/test_valid_filter 1029 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1030 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1031 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1032 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1033 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1034 - Create session valid_filter in /tmp/tmp.bcwH52u0DQ
+PASS: tools/filtering/test_valid_filter 1034 - Create session valid_filter in /tmp/tmp.NGSGH5Ci6Y
PASS: tools/filtering/test_valid_filter 1035 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1036 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1037 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1038 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1039 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1040 - Create session valid_filter in /tmp/tmp.wUTGLQ2gtg
+PASS: tools/filtering/test_valid_filter 1040 - Create session valid_filter in /tmp/tmp.zKkhhLWMqA
PASS: tools/filtering/test_valid_filter 1041 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1042 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1043 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1044 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1045 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1046 - Create session valid_filter in /tmp/tmp.fAmhUZwJks
+PASS: tools/filtering/test_valid_filter 1046 - Create session valid_filter in /tmp/tmp.7JVDrBtCTS
PASS: tools/filtering/test_valid_filter 1047 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1048 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1049 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1050 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1051 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1052 - Create session valid_filter in /tmp/tmp.cY7J9d6moE
+PASS: tools/filtering/test_valid_filter 1052 - Create session valid_filter in /tmp/tmp.kAOcAI7jW2
PASS: tools/filtering/test_valid_filter 1053 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1054 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1055 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1056 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1057 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1058 - Create session valid_filter in /tmp/tmp.PRaLHViynx
+PASS: tools/filtering/test_valid_filter 1058 - Create session valid_filter in /tmp/tmp.5GDUMp6SlC
PASS: tools/filtering/test_valid_filter 1059 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1060 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1061 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1062 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1063 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1064 - Create session valid_filter in /tmp/tmp.YhRyc3wtvC
+PASS: tools/filtering/test_valid_filter 1064 - Create session valid_filter in /tmp/tmp.CLpAyzVrlo
PASS: tools/filtering/test_valid_filter 1065 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1066 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1067 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1068 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1069 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1070 - Create session valid_filter in /tmp/tmp.zz5Yh9obIQ
+PASS: tools/filtering/test_valid_filter 1070 - Create session valid_filter in /tmp/tmp.dbsWMio75F
PASS: tools/filtering/test_valid_filter 1071 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1072 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1073 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1074 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1075 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1076 - Create session valid_filter in /tmp/tmp.gsOnxYKuOu
+PASS: tools/filtering/test_valid_filter 1076 - Create session valid_filter in /tmp/tmp.6O12ZER5LK
PASS: tools/filtering/test_valid_filter 1077 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1078 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1079 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1080 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1081 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1082 - Create session valid_filter in /tmp/tmp.76ioTjerVb
+PASS: tools/filtering/test_valid_filter 1082 - Create session valid_filter in /tmp/tmp.eI3AxWpYsV
PASS: tools/filtering/test_valid_filter 1083 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1084 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1085 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1086 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1087 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1088 - Create session valid_filter in /tmp/tmp.zpbW48DNPD
+PASS: tools/filtering/test_valid_filter 1088 - Create session valid_filter in /tmp/tmp.AK4FZChzXE
PASS: tools/filtering/test_valid_filter 1089 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1090 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1091 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1092 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1093 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1094 - Create session valid_filter in /tmp/tmp.1PPVANkGJB
+PASS: tools/filtering/test_valid_filter 1094 - Create session valid_filter in /tmp/tmp.z6bws5yslc
PASS: tools/filtering/test_valid_filter 1095 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1096 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1097 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1098 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1099 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1100 - Create session valid_filter in /tmp/tmp.APVZzHe511
+PASS: tools/filtering/test_valid_filter 1100 - Create session valid_filter in /tmp/tmp.jNyd673lgr
PASS: tools/filtering/test_valid_filter 1101 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1102 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1103 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1104 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1105 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1106 - Create session valid_filter in /tmp/tmp.3gZ0u6M9el
+PASS: tools/filtering/test_valid_filter 1106 - Create session valid_filter in /tmp/tmp.lgcICFePJe
PASS: tools/filtering/test_valid_filter 1107 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1108 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1109 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1110 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1111 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1112 - Create session valid_filter in /tmp/tmp.1rQUuy978K
+PASS: tools/filtering/test_valid_filter 1112 - Create session valid_filter in /tmp/tmp.I75jBue54L
PASS: tools/filtering/test_valid_filter 1113 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1114 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1115 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1116 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1117 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1118 - Create session valid_filter in /tmp/tmp.7iy7klJX3D
+PASS: tools/filtering/test_valid_filter 1118 - Create session valid_filter in /tmp/tmp.w89gdiT75s
PASS: tools/filtering/test_valid_filter 1119 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1120 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1121 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1122 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1123 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1124 - Create session valid_filter in /tmp/tmp.ceW4Ma3Pz9
+PASS: tools/filtering/test_valid_filter 1124 - Create session valid_filter in /tmp/tmp.pUhK944Nx7
PASS: tools/filtering/test_valid_filter 1125 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1126 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1127 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1128 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1129 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1130 - Create session valid_filter in /tmp/tmp.Air4fLxEQm
+PASS: tools/filtering/test_valid_filter 1130 - Create session valid_filter in /tmp/tmp.6C9rLGsHSI
PASS: tools/filtering/test_valid_filter 1131 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1132 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1133 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1134 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1135 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1136 - Create session valid_filter in /tmp/tmp.2EEPiWCvmH
+PASS: tools/filtering/test_valid_filter 1136 - Create session valid_filter in /tmp/tmp.PDN5yX8TqX
PASS: tools/filtering/test_valid_filter 1137 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1138 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1139 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1140 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1141 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1142 - Create session valid_filter in /tmp/tmp.THljea0lGW
+PASS: tools/filtering/test_valid_filter 1142 - Create session valid_filter in /tmp/tmp.okt3C7FuQ0
PASS: tools/filtering/test_valid_filter 1143 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1144 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1145 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1146 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1147 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1148 - Create session valid_filter in /tmp/tmp.OQgibAPsiF
+PASS: tools/filtering/test_valid_filter 1148 - Create session valid_filter in /tmp/tmp.PfYEopIiI2
PASS: tools/filtering/test_valid_filter 1149 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1150 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1151 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1152 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1153 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1154 - Create session valid_filter in /tmp/tmp.Adxmhmy7bh
+PASS: tools/filtering/test_valid_filter 1154 - Create session valid_filter in /tmp/tmp.1guE48KaEz
PASS: tools/filtering/test_valid_filter 1155 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1156 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1157 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1158 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1159 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1160 - Create session valid_filter in /tmp/tmp.oGJLGzeWZo
+PASS: tools/filtering/test_valid_filter 1160 - Create session valid_filter in /tmp/tmp.n3fh4b3Nth
PASS: tools/filtering/test_valid_filter 1161 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1162 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1163 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1164 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1165 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1166 - Create session valid_filter in /tmp/tmp.R1c2zzpTui
+PASS: tools/filtering/test_valid_filter 1166 - Create session valid_filter in /tmp/tmp.CsGoCA6dHe
PASS: tools/filtering/test_valid_filter 1167 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1168 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1169 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1170 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1171 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1172 - Create session valid_filter in /tmp/tmp.Pi5V2VBWbm
+PASS: tools/filtering/test_valid_filter 1172 - Create session valid_filter in /tmp/tmp.zSGjyCkeWm
PASS: tools/filtering/test_valid_filter 1173 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1174 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1175 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1176 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1177 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1178 - Create session valid_filter in /tmp/tmp.HfTEGbQ0mu
+PASS: tools/filtering/test_valid_filter 1178 - Create session valid_filter in /tmp/tmp.KvY5TW1ETD
PASS: tools/filtering/test_valid_filter 1179 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1180 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1181 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1182 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1183 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1184 - Create session valid_filter in /tmp/tmp.ZMXCD4umP7
+PASS: tools/filtering/test_valid_filter 1184 - Create session valid_filter in /tmp/tmp.AhRrbc67AO
PASS: tools/filtering/test_valid_filter 1185 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1186 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1187 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1188 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1189 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1190 - Create session valid_filter in /tmp/tmp.MfwwRPY6k5
+PASS: tools/filtering/test_valid_filter 1190 - Create session valid_filter in /tmp/tmp.VzQhK07i3T
PASS: tools/filtering/test_valid_filter 1191 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1192 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1193 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1194 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1195 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1196 - Create session valid_filter in /tmp/tmp.C6c6t0sXSR
+PASS: tools/filtering/test_valid_filter 1196 - Create session valid_filter in /tmp/tmp.tOXFerleMr
PASS: tools/filtering/test_valid_filter 1197 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1198 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1199 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1200 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1201 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1202 - Create session valid_filter in /tmp/tmp.qK2D87Lxbe
+PASS: tools/filtering/test_valid_filter 1202 - Create session valid_filter in /tmp/tmp.mhTIAzO2Ax
PASS: tools/filtering/test_valid_filter 1203 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1204 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1205 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1206 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1207 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1208 - Create session valid_filter in /tmp/tmp.M02lLSwaBi
+PASS: tools/filtering/test_valid_filter 1208 - Create session valid_filter in /tmp/tmp.cotD60d30H
PASS: tools/filtering/test_valid_filter 1209 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1210 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1211 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1212 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1213 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1214 - Create session valid_filter in /tmp/tmp.NLlz56PSmV
+PASS: tools/filtering/test_valid_filter 1214 - Create session valid_filter in /tmp/tmp.MBJlYnkDmK
PASS: tools/filtering/test_valid_filter 1215 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1216 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1217 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1218 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1219 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1220 - Create session valid_filter in /tmp/tmp.aXuFmK8O1E
+PASS: tools/filtering/test_valid_filter 1220 - Create session valid_filter in /tmp/tmp.DGe36H9EVs
PASS: tools/filtering/test_valid_filter 1221 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1222 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1223 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1224 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1225 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1226 - Create session valid_filter in /tmp/tmp.6DY2SRwqyz
+PASS: tools/filtering/test_valid_filter 1226 - Create session valid_filter in /tmp/tmp.WPWT6srnui
PASS: tools/filtering/test_valid_filter 1227 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1228 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1229 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1230 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1231 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1232 - Create session valid_filter in /tmp/tmp.bcGYbwEhKA
+PASS: tools/filtering/test_valid_filter 1232 - Create session valid_filter in /tmp/tmp.YBDZ25wjEP
PASS: tools/filtering/test_valid_filter 1233 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1234 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1235 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1236 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1237 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1238 - Create session valid_filter in /tmp/tmp.vOwOcRzO2u
+PASS: tools/filtering/test_valid_filter 1238 - Create session valid_filter in /tmp/tmp.EI93jpDvDZ
PASS: tools/filtering/test_valid_filter 1239 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1240 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1241 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1242 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1243 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1244 - Create session valid_filter in /tmp/tmp.OhWZI9sjf4
+PASS: tools/filtering/test_valid_filter 1244 - Create session valid_filter in /tmp/tmp.grc44YmJYB
PASS: tools/filtering/test_valid_filter 1245 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1246 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1247 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1248 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1249 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1250 - Create session valid_filter in /tmp/tmp.IU789NZu2m
+PASS: tools/filtering/test_valid_filter 1250 - Create session valid_filter in /tmp/tmp.9Kc12xu9YB
PASS: tools/filtering/test_valid_filter 1251 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1252 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1253 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1254 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1255 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1256 - Create session valid_filter in /tmp/tmp.wfPKw4x6FR
+PASS: tools/filtering/test_valid_filter 1256 - Create session valid_filter in /tmp/tmp.QYkiKJzqNL
PASS: tools/filtering/test_valid_filter 1257 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1258 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1259 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1260 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1261 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1262 - Create session valid_filter in /tmp/tmp.HlXG9yrsj8
+PASS: tools/filtering/test_valid_filter 1262 - Create session valid_filter in /tmp/tmp.BlgNxq18D2
PASS: tools/filtering/test_valid_filter 1263 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1264 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1265 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1266 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1267 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1268 - Create session valid_filter in /tmp/tmp.3chBT05Zck
+PASS: tools/filtering/test_valid_filter 1268 - Create session valid_filter in /tmp/tmp.F4GVtIguao
PASS: tools/filtering/test_valid_filter 1269 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1270 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1271 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1272 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1273 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1274 - Create session valid_filter in /tmp/tmp.5gN5Mjl9rj
+PASS: tools/filtering/test_valid_filter 1274 - Create session valid_filter in /tmp/tmp.DVjWvHd1qg
PASS: tools/filtering/test_valid_filter 1275 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1276 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1277 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1278 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1279 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1280 - Create session valid_filter in /tmp/tmp.Zz9XmIdFDI
+PASS: tools/filtering/test_valid_filter 1280 - Create session valid_filter in /tmp/tmp.UfYPpT6KKe
PASS: tools/filtering/test_valid_filter 1281 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1282 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1283 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1284 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1285 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1286 - Create session valid_filter in /tmp/tmp.2tXZ6mezAb
+PASS: tools/filtering/test_valid_filter 1286 - Create session valid_filter in /tmp/tmp.1i6xYDaMUB
PASS: tools/filtering/test_valid_filter 1287 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1288 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1289 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1290 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1291 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1292 - Create session valid_filter in /tmp/tmp.NAuKsXyDnS
+PASS: tools/filtering/test_valid_filter 1292 - Create session valid_filter in /tmp/tmp.SQoGETWjG6
PASS: tools/filtering/test_valid_filter 1293 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1294 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1295 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1296 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1297 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1298 - Create session valid_filter in /tmp/tmp.zXfoayE0UZ
+PASS: tools/filtering/test_valid_filter 1298 - Create session valid_filter in /tmp/tmp.etcoMGZ2ZN
PASS: tools/filtering/test_valid_filter 1299 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1300 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1301 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1302 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1303 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1304 - Create session valid_filter in /tmp/tmp.lT2GyvrTZg
+PASS: tools/filtering/test_valid_filter 1304 - Create session valid_filter in /tmp/tmp.3qHGxi0iO6
PASS: tools/filtering/test_valid_filter 1305 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1306 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1307 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1308 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1309 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1310 - Create session valid_filter in /tmp/tmp.smbjJIPPRp
+PASS: tools/filtering/test_valid_filter 1310 - Create session valid_filter in /tmp/tmp.LyskEeyVB5
PASS: tools/filtering/test_valid_filter 1311 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1312 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1313 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1314 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1315 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1316 - Create session valid_filter in /tmp/tmp.TxD5kTlaol
+PASS: tools/filtering/test_valid_filter 1316 - Create session valid_filter in /tmp/tmp.0IxUpSZIrU
PASS: tools/filtering/test_valid_filter 1317 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1318 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1319 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1320 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1321 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1322 - Create session valid_filter in /tmp/tmp.GYN6uBoGhD
+PASS: tools/filtering/test_valid_filter 1322 - Create session valid_filter in /tmp/tmp.APCSHF5Lyv
PASS: tools/filtering/test_valid_filter 1323 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1324 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1325 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1326 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1327 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1328 - Create session valid_filter in /tmp/tmp.gSirA2hJWQ
+PASS: tools/filtering/test_valid_filter 1328 - Create session valid_filter in /tmp/tmp.OMkU5StTxY
PASS: tools/filtering/test_valid_filter 1329 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1330 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1331 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1332 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1333 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1334 - Create session valid_filter in /tmp/tmp.L9X1AAC0Op
+PASS: tools/filtering/test_valid_filter 1334 - Create session valid_filter in /tmp/tmp.snE6LwA9Jj
PASS: tools/filtering/test_valid_filter 1335 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1336 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1337 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1338 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1339 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1340 - Create session valid_filter in /tmp/tmp.aLwCSlAnK7
+PASS: tools/filtering/test_valid_filter 1340 - Create session valid_filter in /tmp/tmp.ehd1mFJCsK
PASS: tools/filtering/test_valid_filter 1341 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1342 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1343 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1344 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1345 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1346 - Create session valid_filter in /tmp/tmp.UtfpI6tU15
+PASS: tools/filtering/test_valid_filter 1346 - Create session valid_filter in /tmp/tmp.1o2bnwqmou
PASS: tools/filtering/test_valid_filter 1347 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1348 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1349 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1350 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1351 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1352 - Create session valid_filter in /tmp/tmp.buEnSRlcQG
+PASS: tools/filtering/test_valid_filter 1352 - Create session valid_filter in /tmp/tmp.Up2SZNfUkA
PASS: tools/filtering/test_valid_filter 1353 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1354 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1355 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1356 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1357 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1358 - Create session valid_filter in /tmp/tmp.TTOaltf8Sk
+PASS: tools/filtering/test_valid_filter 1358 - Create session valid_filter in /tmp/tmp.WHqOTy4lL5
PASS: tools/filtering/test_valid_filter 1359 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1360 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1361 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1362 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1363 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1364 - Create session valid_filter in /tmp/tmp.2eobvNplon
+PASS: tools/filtering/test_valid_filter 1364 - Create session valid_filter in /tmp/tmp.bRgiyOG0YQ
PASS: tools/filtering/test_valid_filter 1365 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1366 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1367 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1368 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1369 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1370 - Create session valid_filter in /tmp/tmp.IOCQ66teJZ
+PASS: tools/filtering/test_valid_filter 1370 - Create session valid_filter in /tmp/tmp.yb03aZfMq5
PASS: tools/filtering/test_valid_filter 1371 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1372 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1373 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1374 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1375 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1376 - Create session valid_filter in /tmp/tmp.xgrw2epplJ
+PASS: tools/filtering/test_valid_filter 1376 - Create session valid_filter in /tmp/tmp.Ox6ctP1PJh
PASS: tools/filtering/test_valid_filter 1377 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1378 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1379 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1380 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1381 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1382 - Create session valid_filter in /tmp/tmp.xe7hMUEESw
+PASS: tools/filtering/test_valid_filter 1382 - Create session valid_filter in /tmp/tmp.TZRqbSf62I
PASS: tools/filtering/test_valid_filter 1383 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1384 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1385 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1386 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1387 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1388 - Create session valid_filter in /tmp/tmp.SxyC8K9WdH
+PASS: tools/filtering/test_valid_filter 1388 - Create session valid_filter in /tmp/tmp.BdXyp1128J
PASS: tools/filtering/test_valid_filter 1389 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1390 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1391 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1392 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1393 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1394 - Create session valid_filter in /tmp/tmp.feXVWjvRmF
+PASS: tools/filtering/test_valid_filter 1394 - Create session valid_filter in /tmp/tmp.CVfKARqBEQ
PASS: tools/filtering/test_valid_filter 1395 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1396 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1397 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1398 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1399 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1400 - Create session valid_filter in /tmp/tmp.WFu1Qs4diJ
+PASS: tools/filtering/test_valid_filter 1400 - Create session valid_filter in /tmp/tmp.cWATPvVMCa
PASS: tools/filtering/test_valid_filter 1401 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1402 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1403 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1404 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1405 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1406 - Create session valid_filter in /tmp/tmp.jRZO4gDbOK
+PASS: tools/filtering/test_valid_filter 1406 - Create session valid_filter in /tmp/tmp.WjL4YRhBgM
PASS: tools/filtering/test_valid_filter 1407 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1408 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1409 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1410 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1411 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1412 - Create session valid_filter in /tmp/tmp.DQ2SAH3Xbv
+PASS: tools/filtering/test_valid_filter 1412 - Create session valid_filter in /tmp/tmp.FESzH88e0s
PASS: tools/filtering/test_valid_filter 1413 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1414 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1415 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1416 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1417 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1418 - Create session valid_filter in /tmp/tmp.9DgdoI3hAq
+PASS: tools/filtering/test_valid_filter 1418 - Create session valid_filter in /tmp/tmp.a8Za6TwMms
PASS: tools/filtering/test_valid_filter 1419 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1420 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1421 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1422 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1423 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1424 - Create session valid_filter in /tmp/tmp.4OsVrFRDhS
+PASS: tools/filtering/test_valid_filter 1424 - Create session valid_filter in /tmp/tmp.cFfSwpJAkQ
PASS: tools/filtering/test_valid_filter 1425 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1426 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1427 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1428 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1429 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1430 - Create session valid_filter in /tmp/tmp.8F2KmMIUwf
+PASS: tools/filtering/test_valid_filter 1430 - Create session valid_filter in /tmp/tmp.eq0daWbw0j
PASS: tools/filtering/test_valid_filter 1431 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1432 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1433 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1434 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1435 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1436 - Create session valid_filter in /tmp/tmp.VnvvJiShGh
+PASS: tools/filtering/test_valid_filter 1436 - Create session valid_filter in /tmp/tmp.UwyJZG1ZMO
PASS: tools/filtering/test_valid_filter 1437 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1438 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1439 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1440 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1441 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1442 - Create session valid_filter in /tmp/tmp.E3sSzVofyN
+PASS: tools/filtering/test_valid_filter 1442 - Create session valid_filter in /tmp/tmp.jmMlhIfHXw
PASS: tools/filtering/test_valid_filter 1443 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1444 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1445 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1446 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1447 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1448 - Create session valid_filter in /tmp/tmp.V5a09tfDK8
+PASS: tools/filtering/test_valid_filter 1448 - Create session valid_filter in /tmp/tmp.U2giJFFzdZ
PASS: tools/filtering/test_valid_filter 1449 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1450 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1451 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1452 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1453 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1454 - Create session valid_filter in /tmp/tmp.C3TFvuC26m
+PASS: tools/filtering/test_valid_filter 1454 - Create session valid_filter in /tmp/tmp.Tmn3bffIcR
PASS: tools/filtering/test_valid_filter 1455 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1456 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1457 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1458 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1459 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1460 - Create session valid_filter in /tmp/tmp.20Sl4Hl7rI
+PASS: tools/filtering/test_valid_filter 1460 - Create session valid_filter in /tmp/tmp.RlIrp2e38O
PASS: tools/filtering/test_valid_filter 1461 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1462 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1463 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1464 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1465 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1466 - Create session valid_filter in /tmp/tmp.g8Zri1YqYy
+PASS: tools/filtering/test_valid_filter 1466 - Create session valid_filter in /tmp/tmp.tJ9ZBNUGQQ
PASS: tools/filtering/test_valid_filter 1467 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1468 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1469 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1470 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1471 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1472 - Create session valid_filter in /tmp/tmp.vIVRwiPqE3
+PASS: tools/filtering/test_valid_filter 1472 - Create session valid_filter in /tmp/tmp.GRnAb97jn3
PASS: tools/filtering/test_valid_filter 1473 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1474 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1475 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1476 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1477 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1478 - Create session valid_filter in /tmp/tmp.gKCuw49fpX
+PASS: tools/filtering/test_valid_filter 1478 - Create session valid_filter in /tmp/tmp.TxqoUyAmqk
PASS: tools/filtering/test_valid_filter 1479 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1480 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1481 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1482 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1483 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1484 - Create session valid_filter in /tmp/tmp.1P9NYXQkvo
+PASS: tools/filtering/test_valid_filter 1484 - Create session valid_filter in /tmp/tmp.2cLNcsQFVH
PASS: tools/filtering/test_valid_filter 1485 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1486 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1487 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1488 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1489 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1490 - Create session valid_filter in /tmp/tmp.LSX8KPKJZR
+PASS: tools/filtering/test_valid_filter 1490 - Create session valid_filter in /tmp/tmp.UjjG2ox8xX
PASS: tools/filtering/test_valid_filter 1491 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1492 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1493 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1494 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1495 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1496 - Create session valid_filter in /tmp/tmp.bXmIDIFN9c
+PASS: tools/filtering/test_valid_filter 1496 - Create session valid_filter in /tmp/tmp.1W7OsESHr0
PASS: tools/filtering/test_valid_filter 1497 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1498 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1499 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1500 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1501 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1502 - Create session valid_filter in /tmp/tmp.Uzu55uDzQQ
+PASS: tools/filtering/test_valid_filter 1502 - Create session valid_filter in /tmp/tmp.z0qrG6ViXV
PASS: tools/filtering/test_valid_filter 1503 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1504 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1505 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1506 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1507 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1508 - Create session valid_filter in /tmp/tmp.UC5pV4lmSK
+PASS: tools/filtering/test_valid_filter 1508 - Create session valid_filter in /tmp/tmp.T98pKnzWya
PASS: tools/filtering/test_valid_filter 1509 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1510 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1511 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1512 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1513 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1514 - Create session valid_filter in /tmp/tmp.9FNfcBcwu2
+PASS: tools/filtering/test_valid_filter 1514 - Create session valid_filter in /tmp/tmp.wiyXVrkSUb
PASS: tools/filtering/test_valid_filter 1515 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1516 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1517 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1518 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1519 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1520 - Create session valid_filter in /tmp/tmp.gCaxnzI7IX
+PASS: tools/filtering/test_valid_filter 1520 - Create session valid_filter in /tmp/tmp.0UmcZGK9tm
PASS: tools/filtering/test_valid_filter 1521 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1522 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1523 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1524 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1525 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1526 - Create session valid_filter in /tmp/tmp.7lJUoB5Sz1
+PASS: tools/filtering/test_valid_filter 1526 - Create session valid_filter in /tmp/tmp.2oagv4dMRI
PASS: tools/filtering/test_valid_filter 1527 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1528 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1529 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1530 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1531 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1532 - Create session valid_filter in /tmp/tmp.b0N9KiPNNt
+PASS: tools/filtering/test_valid_filter 1532 - Create session valid_filter in /tmp/tmp.4nrMCyklhO
PASS: tools/filtering/test_valid_filter 1533 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1534 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1535 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1536 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1537 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1538 - Create session valid_filter in /tmp/tmp.JvBqKxZgAf
+PASS: tools/filtering/test_valid_filter 1538 - Create session valid_filter in /tmp/tmp.rMisZIvHUn
PASS: tools/filtering/test_valid_filter 1539 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1540 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1541 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1542 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1543 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1544 - Create session valid_filter in /tmp/tmp.oTxgD9oZMs
+PASS: tools/filtering/test_valid_filter 1544 - Create session valid_filter in /tmp/tmp.pox7INPsup
PASS: tools/filtering/test_valid_filter 1545 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1546 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1547 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1548 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1549 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1550 - Create session valid_filter in /tmp/tmp.uyH3giFBVs
+PASS: tools/filtering/test_valid_filter 1550 - Create session valid_filter in /tmp/tmp.ta3fSBaDih
PASS: tools/filtering/test_valid_filter 1551 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1552 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1553 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1554 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1555 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1556 - Create session valid_filter in /tmp/tmp.eXVsT2OcTo
+PASS: tools/filtering/test_valid_filter 1556 - Create session valid_filter in /tmp/tmp.S5nfVcYjBj
PASS: tools/filtering/test_valid_filter 1557 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1558 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1559 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1560 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1561 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1562 - Create session valid_filter in /tmp/tmp.LGbhx5r92l
+PASS: tools/filtering/test_valid_filter 1562 - Create session valid_filter in /tmp/tmp.T6hxZmaNcy
PASS: tools/filtering/test_valid_filter 1563 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1564 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1565 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1566 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1567 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1568 - Create session valid_filter in /tmp/tmp.ZYMsEkcZ5C
+PASS: tools/filtering/test_valid_filter 1568 - Create session valid_filter in /tmp/tmp.sPwOH8m2jM
PASS: tools/filtering/test_valid_filter 1569 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1570 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1571 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1572 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1573 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1574 - Create session valid_filter in /tmp/tmp.JkudTBTo85
+PASS: tools/filtering/test_valid_filter 1574 - Create session valid_filter in /tmp/tmp.SpozBkyL2l
PASS: tools/filtering/test_valid_filter 1575 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1576 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1577 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1578 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1579 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1580 - Create session valid_filter in /tmp/tmp.5h4ndn8jg4
+PASS: tools/filtering/test_valid_filter 1580 - Create session valid_filter in /tmp/tmp.2PL2y8raz1
PASS: tools/filtering/test_valid_filter 1581 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1582 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1583 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1584 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1585 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1586 - Create session valid_filter in /tmp/tmp.JybFlnGm0M
+PASS: tools/filtering/test_valid_filter 1586 - Create session valid_filter in /tmp/tmp.GafQTEaENB
PASS: tools/filtering/test_valid_filter 1587 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1588 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1589 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1590 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1591 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1592 - Create session valid_filter in /tmp/tmp.1wHMdszBqU
+PASS: tools/filtering/test_valid_filter 1592 - Create session valid_filter in /tmp/tmp.ae0YPnSybt
PASS: tools/filtering/test_valid_filter 1593 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1594 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1595 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1596 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1597 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1598 - Create session valid_filter in /tmp/tmp.GpkaTLcmOk
+PASS: tools/filtering/test_valid_filter 1598 - Create session valid_filter in /tmp/tmp.gVjr9PSmgN
PASS: tools/filtering/test_valid_filter 1599 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1600 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1601 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1602 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1603 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1604 - Create session valid_filter in /tmp/tmp.4ohs9UzF6c
+PASS: tools/filtering/test_valid_filter 1604 - Create session valid_filter in /tmp/tmp.xymBd5MBRd
PASS: tools/filtering/test_valid_filter 1605 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1606 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1607 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1608 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1609 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1610 - Create session valid_filter in /tmp/tmp.hLza58GHx4
+PASS: tools/filtering/test_valid_filter 1610 - Create session valid_filter in /tmp/tmp.MXlE9uaW2n
PASS: tools/filtering/test_valid_filter 1611 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1612 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1613 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1614 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1615 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1616 - Create session valid_filter in /tmp/tmp.JBFPjT6gde
+PASS: tools/filtering/test_valid_filter 1616 - Create session valid_filter in /tmp/tmp.2qcCyXwerh
PASS: tools/filtering/test_valid_filter 1617 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1618 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1619 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1620 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1621 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1622 - Create session valid_filter in /tmp/tmp.VaJtR8XNdn
+PASS: tools/filtering/test_valid_filter 1622 - Create session valid_filter in /tmp/tmp.0FxhnfQlzq
PASS: tools/filtering/test_valid_filter 1623 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1624 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1625 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1626 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1627 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1628 - Create session valid_filter in /tmp/tmp.li9eiI5waa
+PASS: tools/filtering/test_valid_filter 1628 - Create session valid_filter in /tmp/tmp.Ocm8lsnP9x
PASS: tools/filtering/test_valid_filter 1629 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1630 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1631 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1632 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1633 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1634 - Create session valid_filter in /tmp/tmp.1BYgqXYUSx
+PASS: tools/filtering/test_valid_filter 1634 - Create session valid_filter in /tmp/tmp.Ng2VFbinHx
PASS: tools/filtering/test_valid_filter 1635 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1636 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1637 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1638 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1639 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1640 - Create session valid_filter in /tmp/tmp.SKxLbPHJtG
+PASS: tools/filtering/test_valid_filter 1640 - Create session valid_filter in /tmp/tmp.CNBQJDBcEO
PASS: tools/filtering/test_valid_filter 1641 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1642 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1643 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1644 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1645 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1646 - Create session valid_filter in /tmp/tmp.sam7rbqSja
+PASS: tools/filtering/test_valid_filter 1646 - Create session valid_filter in /tmp/tmp.OXW6xQKmkl
PASS: tools/filtering/test_valid_filter 1647 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1648 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1649 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1650 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1651 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1652 - Create session valid_filter in /tmp/tmp.rSEuRRVP4z
+PASS: tools/filtering/test_valid_filter 1652 - Create session valid_filter in /tmp/tmp.bOJu1O6HxA
PASS: tools/filtering/test_valid_filter 1653 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1654 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1655 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1656 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1657 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1658 - Create session valid_filter in /tmp/tmp.i2voH9d5zj
+PASS: tools/filtering/test_valid_filter 1658 - Create session valid_filter in /tmp/tmp.5C0tWlipNy
PASS: tools/filtering/test_valid_filter 1659 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1660 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1661 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1662 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1663 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1664 - Create session valid_filter in /tmp/tmp.snYrQdch7t
+PASS: tools/filtering/test_valid_filter 1664 - Create session valid_filter in /tmp/tmp.Fww4H61tNC
PASS: tools/filtering/test_valid_filter 1665 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1666 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1667 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1668 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1669 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1670 - Create session valid_filter in /tmp/tmp.DUqyGyvpIA
+PASS: tools/filtering/test_valid_filter 1670 - Create session valid_filter in /tmp/tmp.unWnJ8O7fH
PASS: tools/filtering/test_valid_filter 1671 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1672 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1673 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1674 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1675 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1676 - Create session valid_filter in /tmp/tmp.dfx7QGZR7B
+PASS: tools/filtering/test_valid_filter 1676 - Create session valid_filter in /tmp/tmp.TNAMQIPKLu
PASS: tools/filtering/test_valid_filter 1677 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1678 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1679 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1680 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1681 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1682 - Create session valid_filter in /tmp/tmp.0cQMB9znPl
+PASS: tools/filtering/test_valid_filter 1682 - Create session valid_filter in /tmp/tmp.2DnL6ZOEDy
PASS: tools/filtering/test_valid_filter 1683 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1684 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1685 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1686 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1687 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1688 - Create session valid_filter in /tmp/tmp.XmN6LTOPlg
+PASS: tools/filtering/test_valid_filter 1688 - Create session valid_filter in /tmp/tmp.OCH1Auby0v
PASS: tools/filtering/test_valid_filter 1689 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1690 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1691 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1692 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1693 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1694 - Create session valid_filter in /tmp/tmp.EyectWb7g3
+PASS: tools/filtering/test_valid_filter 1694 - Create session valid_filter in /tmp/tmp.4LbTGyQfx8
PASS: tools/filtering/test_valid_filter 1695 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1696 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1697 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1698 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1699 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1700 - Create session valid_filter in /tmp/tmp.rS2XWrPaou
+PASS: tools/filtering/test_valid_filter 1700 - Create session valid_filter in /tmp/tmp.08OoJTGVEV
PASS: tools/filtering/test_valid_filter 1701 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1702 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1703 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1704 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1705 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1706 - Create session valid_filter in /tmp/tmp.U3EJTTEy1d
+PASS: tools/filtering/test_valid_filter 1706 - Create session valid_filter in /tmp/tmp.wKW1XXLVKs
PASS: tools/filtering/test_valid_filter 1707 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1708 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1709 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1710 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1711 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1712 - Create session valid_filter in /tmp/tmp.O62JEYHYit
+PASS: tools/filtering/test_valid_filter 1712 - Create session valid_filter in /tmp/tmp.AuLQSTQP0M
PASS: tools/filtering/test_valid_filter 1713 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1714 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1715 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1716 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1717 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1718 - Create session valid_filter in /tmp/tmp.PnL7wvpTX9
+PASS: tools/filtering/test_valid_filter 1718 - Create session valid_filter in /tmp/tmp.XQIsO7HLbi
PASS: tools/filtering/test_valid_filter 1719 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1720 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1721 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1722 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1723 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1724 - Create session valid_filter in /tmp/tmp.cdaJMCZuFG
+PASS: tools/filtering/test_valid_filter 1724 - Create session valid_filter in /tmp/tmp.qjviHemFEn
PASS: tools/filtering/test_valid_filter 1725 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1726 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1727 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1728 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1729 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1730 - Create session valid_filter in /tmp/tmp.LNgq4ktFv1
+PASS: tools/filtering/test_valid_filter 1730 - Create session valid_filter in /tmp/tmp.CZVreJpGag
PASS: tools/filtering/test_valid_filter 1731 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1732 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1733 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1734 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1735 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1736 - Create session valid_filter in /tmp/tmp.QaIiVKubx9
+PASS: tools/filtering/test_valid_filter 1736 - Create session valid_filter in /tmp/tmp.D9TC1trCGk
PASS: tools/filtering/test_valid_filter 1737 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1738 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1739 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1740 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1741 - Validate trace filter output
-PASS: tools/filtering/test_valid_filter 1742 - Create session valid_filter in /tmp/tmp.MQKqbG9fw0
+PASS: tools/filtering/test_valid_filter 1742 - Create session valid_filter in /tmp/tmp.IIaYd1gkr2
PASS: tools/filtering/test_valid_filter 1743 - Enable lttng event with filtering
PASS: tools/filtering/test_valid_filter 1744 - Start tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1745 - Stop lttng tracing for session valid_filter
PASS: tools/filtering/test_valid_filter 1746 - Destroy session valid_filter
PASS: tools/filtering/test_valid_filter 1747 - Validate trace filter output
PASS: tools/filtering/test_valid_filter 1748 - Kill session daemon
-PASS: tools/streaming/test_ust 1 - Start lttng-relayd (opt: -o /tmp/tmp.LgfKznRLVx)
+PASS: tools/streaming/test_ust 1 - Start lttng-relayd (opt: -o /tmp/tmp.mYIPgiwDD8)
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 NGMvnzBtOlndCCd0
-PASS: tools/streaming/test_ust 5 - Start tracing for session NGMvnzBtOlndCCd0
-PASS: tools/streaming/test_ust 6 - Stop lttng tracing for session NGMvnzBtOlndCCd0
-PASS: tools/streaming/test_ust 7 - Destroy session NGMvnzBtOlndCCd0
+PASS: tools/streaming/test_ust 4 - Enable ust event tp:tptest for session 0y6z2NswcLA7l1Ve
+PASS: tools/streaming/test_ust 5 - Start tracing for session 0y6z2NswcLA7l1Ve
+PASS: tools/streaming/test_ust 6 - Stop lttng tracing for session 0y6z2NswcLA7l1Ve
+PASS: tools/streaming/test_ust 7 - Destroy session 0y6z2NswcLA7l1Ve
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 vGt3euDt17ju0rPD
-PASS: tools/streaming/test_ust 11 - Start tracing for session vGt3euDt17ju0rPD
-PASS: tools/streaming/test_ust 12 - Stop lttng tracing for session vGt3euDt17ju0rPD
-PASS: tools/streaming/test_ust 13 - Destroy session vGt3euDt17ju0rPD
+PASS: tools/streaming/test_ust 10 - Enable ust event tp:tptest for session SQIDI4d3OMeOSjJa
+PASS: tools/streaming/test_ust 11 - Start tracing for session SQIDI4d3OMeOSjJa
+PASS: tools/streaming/test_ust 12 - Stop lttng tracing for session SQIDI4d3OMeOSjJa
+PASS: tools/streaming/test_ust 13 - Destroy session SQIDI4d3OMeOSjJa
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
@@ -26352,7 +26338,7 @@ PASS: tools/health/test_thread_ok 9 - Enable kernel event sched_switch for sessi
PASS: tools/health/test_thread_ok 10 - Start tracing for session health_thread_ok
PASS: tools/health/test_thread_ok 11 - Destroy session health_thread_ok
PASS: tools/health/test_thread_ok 12 - Validation OK
-PASS: tools/health/test_thread_ok 13 - Start lttng-relayd (opt: -o /tmp/tmp.pEQESVvatl)
+PASS: tools/health/test_thread_ok 13 - Start lttng-relayd (opt: -o /tmp/tmp.NIe6PJHQtW)
PASS: tools/health/test_thread_ok 14 - Validation OK
PASS: tools/health/test_thread_ok 15 - Validation OK
PASS: tools/health/test_thread_ok 16 - Kill relay daemon
@@ -26364,7 +26350,7 @@ PASS: tools/live/test_ust 4 - Create viewer session
PASS: tools/live/test_ust 5 - Attach to session, 2 stream(s) received
PASS: tools/live/test_ust 6 - Get metadata, received 4096 bytes
PASS: tools/live/test_ust 7 - Get one index per stream
-PASS: tools/live/test_ust 8 - Get one data packet for stream 0, offset 0, len 4096
+PASS: tools/live/test_ust 8 - Get one data packet for stream 1, offset 0, len 4096
PASS: tools/live/test_ust 9 - Detach viewer session
PASS: tools/live/test_ust 10 - List sessions : 1 session(s)
PASS: tools/live/test_ust 11 - Attach to session, 2 streams received
@@ -26375,12 +26361,12 @@ 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 1, offset 0, len 4096
+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 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
PASS: tools/live/test_lttng_ust 1 - Start session daemon
-PASS: tools/live/test_lttng_ust 2 - Start lttng-relayd (opt: -o /tmp/tmp.72Hocfuc5s)
+PASS: tools/live/test_lttng_ust 2 - Start lttng-relayd (opt: -o /tmp/tmp.PWX9GCWC8V)
PASS: tools/live/test_lttng_ust 3 - Create session in live mode with delay 2000000
PASS: tools/live/test_lttng_ust 4 - Enable ust event tp:tptest for session live
PASS: tools/live/test_lttng_ust 5 - Start tracing for session live
@@ -26392,469 +26378,469 @@ 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 kERDEiNFYybpNJJX in /tmp/tmp.toMYp778zq
-PASS: tools/tracefile-limits/test_tracefile_count 3 - Enable channel channel for session kERDEiNFYybpNJJX: 1 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 4 - Enable event tp:tptest for session kERDEiNFYybpNJJX in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 5 - Start tracing for session kERDEiNFYybpNJJX
-PASS: tools/tracefile-limits/test_tracefile_count 6 - Stop lttng tracing for session kERDEiNFYybpNJJX
-PASS: tools/tracefile-limits/test_tracefile_count 7 - Destroy session kERDEiNFYybpNJJX
+PASS: tools/tracefile-limits/test_tracefile_count 2 - Create session kIuR0Oh2CNJZPhvW in /tmp/tmp.DUxqtI9G1E
+PASS: tools/tracefile-limits/test_tracefile_count 3 - Enable channel channel for session kIuR0Oh2CNJZPhvW: 1 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 4 - Enable event tp:tptest for session kIuR0Oh2CNJZPhvW in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 5 - Start tracing for session kIuR0Oh2CNJZPhvW
+PASS: tools/tracefile-limits/test_tracefile_count 6 - Stop lttng tracing for session kIuR0Oh2CNJZPhvW
+PASS: tools/tracefile-limits/test_tracefile_count 7 - Destroy session kIuR0Oh2CNJZPhvW
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 Zix90ou6C0QLaFdZ in /tmp/tmp.W4KaSWw29G
-PASS: tools/tracefile-limits/test_tracefile_count 13 - Enable channel channel for session Zix90ou6C0QLaFdZ: 2 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 14 - Enable event tp:tptest for session Zix90ou6C0QLaFdZ in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 15 - Start tracing for session Zix90ou6C0QLaFdZ
-PASS: tools/tracefile-limits/test_tracefile_count 16 - Stop lttng tracing for session Zix90ou6C0QLaFdZ
-PASS: tools/tracefile-limits/test_tracefile_count 17 - Destroy session Zix90ou6C0QLaFdZ
+PASS: tools/tracefile-limits/test_tracefile_count 12 - Create session vIwoJjxOhKuhm0DD in /tmp/tmp.kgiQ7WT2vj
+PASS: tools/tracefile-limits/test_tracefile_count 13 - Enable channel channel for session vIwoJjxOhKuhm0DD: 2 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 14 - Enable event tp:tptest for session vIwoJjxOhKuhm0DD in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 15 - Start tracing for session vIwoJjxOhKuhm0DD
+PASS: tools/tracefile-limits/test_tracefile_count 16 - Stop lttng tracing for session vIwoJjxOhKuhm0DD
+PASS: tools/tracefile-limits/test_tracefile_count 17 - Destroy session vIwoJjxOhKuhm0DD
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 CVoXwsxHqd8WaOsI in /tmp/tmp.bPMWfccXuj
-PASS: tools/tracefile-limits/test_tracefile_count 23 - Enable channel channel for session CVoXwsxHqd8WaOsI: 4 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 24 - Enable event tp:tptest for session CVoXwsxHqd8WaOsI in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 25 - Start tracing for session CVoXwsxHqd8WaOsI
-PASS: tools/tracefile-limits/test_tracefile_count 26 - Stop lttng tracing for session CVoXwsxHqd8WaOsI
-PASS: tools/tracefile-limits/test_tracefile_count 27 - Destroy session CVoXwsxHqd8WaOsI
+PASS: tools/tracefile-limits/test_tracefile_count 22 - Create session qZNXt3SNqU0Vmouz in /tmp/tmp.4DgCPqJ0xe
+PASS: tools/tracefile-limits/test_tracefile_count 23 - Enable channel channel for session qZNXt3SNqU0Vmouz: 4 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 24 - Enable event tp:tptest for session qZNXt3SNqU0Vmouz in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 25 - Start tracing for session qZNXt3SNqU0Vmouz
+PASS: tools/tracefile-limits/test_tracefile_count 26 - Stop lttng tracing for session qZNXt3SNqU0Vmouz
+PASS: tools/tracefile-limits/test_tracefile_count 27 - Destroy session qZNXt3SNqU0Vmouz
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 1QS0UrTek6FCc0M0 in /tmp/tmp.FZOBBgRNEd
-PASS: tools/tracefile-limits/test_tracefile_count 33 - Enable channel channel for session 1QS0UrTek6FCc0M0: 8 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 34 - Enable event tp:tptest for session 1QS0UrTek6FCc0M0 in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 35 - Start tracing for session 1QS0UrTek6FCc0M0
-PASS: tools/tracefile-limits/test_tracefile_count 36 - Stop lttng tracing for session 1QS0UrTek6FCc0M0
-PASS: tools/tracefile-limits/test_tracefile_count 37 - Destroy session 1QS0UrTek6FCc0M0
+PASS: tools/tracefile-limits/test_tracefile_count 32 - Create session mJq79F9MMx2HM4zc in /tmp/tmp.Rywbz7bSBa
+PASS: tools/tracefile-limits/test_tracefile_count 33 - Enable channel channel for session mJq79F9MMx2HM4zc: 8 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 34 - Enable event tp:tptest for session mJq79F9MMx2HM4zc in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 35 - Start tracing for session mJq79F9MMx2HM4zc
+PASS: tools/tracefile-limits/test_tracefile_count 36 - Stop lttng tracing for session mJq79F9MMx2HM4zc
+PASS: tools/tracefile-limits/test_tracefile_count 37 - Destroy session mJq79F9MMx2HM4zc
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 okQlh3n2jR8dkood in /tmp/tmp.BQDLC9p3Xh
-PASS: tools/tracefile-limits/test_tracefile_count 43 - Enable channel channel for session okQlh3n2jR8dkood: 10 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 44 - Enable event tp:tptest for session okQlh3n2jR8dkood in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 45 - Start tracing for session okQlh3n2jR8dkood
-PASS: tools/tracefile-limits/test_tracefile_count 46 - Stop lttng tracing for session okQlh3n2jR8dkood
-PASS: tools/tracefile-limits/test_tracefile_count 47 - Destroy session okQlh3n2jR8dkood
+PASS: tools/tracefile-limits/test_tracefile_count 42 - Create session YdeB8gNTDy1udai1 in /tmp/tmp.jScVtvpJoi
+PASS: tools/tracefile-limits/test_tracefile_count 43 - Enable channel channel for session YdeB8gNTDy1udai1: 10 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 44 - Enable event tp:tptest for session YdeB8gNTDy1udai1 in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 45 - Start tracing for session YdeB8gNTDy1udai1
+PASS: tools/tracefile-limits/test_tracefile_count 46 - Stop lttng tracing for session YdeB8gNTDy1udai1
+PASS: tools/tracefile-limits/test_tracefile_count 47 - Destroy session YdeB8gNTDy1udai1
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 VFbSSljSmDqnvpJN in /tmp/tmp.6OVOrndFDZ
-PASS: tools/tracefile-limits/test_tracefile_count 53 - Enable channel channel for session VFbSSljSmDqnvpJN: 16 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 54 - Enable event tp:tptest for session VFbSSljSmDqnvpJN in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 55 - Start tracing for session VFbSSljSmDqnvpJN
-PASS: tools/tracefile-limits/test_tracefile_count 56 - Stop lttng tracing for session VFbSSljSmDqnvpJN
-PASS: tools/tracefile-limits/test_tracefile_count 57 - Destroy session VFbSSljSmDqnvpJN
+PASS: tools/tracefile-limits/test_tracefile_count 52 - Create session 7jOmNTjKuWyfJi80 in /tmp/tmp.oOG3pzzA6Y
+PASS: tools/tracefile-limits/test_tracefile_count 53 - Enable channel channel for session 7jOmNTjKuWyfJi80: 16 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 54 - Enable event tp:tptest for session 7jOmNTjKuWyfJi80 in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 55 - Start tracing for session 7jOmNTjKuWyfJi80
+PASS: tools/tracefile-limits/test_tracefile_count 56 - Stop lttng tracing for session 7jOmNTjKuWyfJi80
+PASS: tools/tracefile-limits/test_tracefile_count 57 - Destroy session 7jOmNTjKuWyfJi80
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 winlysko8LoTjbtj in /tmp/tmp.R9J6KSGHXD
-PASS: tools/tracefile-limits/test_tracefile_count 63 - Enable channel channel for session winlysko8LoTjbtj: 32 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 64 - Enable event tp:tptest for session winlysko8LoTjbtj in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 65 - Start tracing for session winlysko8LoTjbtj
-PASS: tools/tracefile-limits/test_tracefile_count 66 - Stop lttng tracing for session winlysko8LoTjbtj
-PASS: tools/tracefile-limits/test_tracefile_count 67 - Destroy session winlysko8LoTjbtj
+PASS: tools/tracefile-limits/test_tracefile_count 62 - Create session O7STVSGeQGexlc7p in /tmp/tmp.2iYdROFbkC
+PASS: tools/tracefile-limits/test_tracefile_count 63 - Enable channel channel for session O7STVSGeQGexlc7p: 32 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 64 - Enable event tp:tptest for session O7STVSGeQGexlc7p in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 65 - Start tracing for session O7STVSGeQGexlc7p
+PASS: tools/tracefile-limits/test_tracefile_count 66 - Stop lttng tracing for session O7STVSGeQGexlc7p
+PASS: tools/tracefile-limits/test_tracefile_count 67 - Destroy session O7STVSGeQGexlc7p
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 heWVnMfIjQ3GCNnC in /tmp/tmp.mAi7joN8lL
-PASS: tools/tracefile-limits/test_tracefile_count 73 - Enable channel channel for session heWVnMfIjQ3GCNnC: 64 tracefiles
-PASS: tools/tracefile-limits/test_tracefile_count 74 - Enable event tp:tptest for session heWVnMfIjQ3GCNnC in channel channel
-PASS: tools/tracefile-limits/test_tracefile_count 75 - Start tracing for session heWVnMfIjQ3GCNnC
-PASS: tools/tracefile-limits/test_tracefile_count 76 - Stop lttng tracing for session heWVnMfIjQ3GCNnC
-PASS: tools/tracefile-limits/test_tracefile_count 77 - Destroy session heWVnMfIjQ3GCNnC
+PASS: tools/tracefile-limits/test_tracefile_count 72 - Create session 2NdHhUzC2hrNWHiz in /tmp/tmp.udJLWkWZIk
+PASS: tools/tracefile-limits/test_tracefile_count 73 - Enable channel channel for session 2NdHhUzC2hrNWHiz: 64 tracefiles
+PASS: tools/tracefile-limits/test_tracefile_count 74 - Enable event tp:tptest for session 2NdHhUzC2hrNWHiz in channel channel
+PASS: tools/tracefile-limits/test_tracefile_count 75 - Start tracing for session 2NdHhUzC2hrNWHiz
+PASS: tools/tracefile-limits/test_tracefile_count 76 - Stop lttng tracing for session 2NdHhUzC2hrNWHiz
+PASS: tools/tracefile-limits/test_tracefile_count 77 - Destroy session 2NdHhUzC2hrNWHiz
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 wMTIKkTR1s2VrzJs in /tmp/tmp.2g6JfR53By
-PASS: tools/tracefile-limits/test_tracefile_size 3 - Enable channel channel for session wMTIKkTR1s2VrzJs: 4096 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 4 - Enable event tp:tptest for session wMTIKkTR1s2VrzJs in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 5 - Start tracing for session wMTIKkTR1s2VrzJs
-PASS: tools/tracefile-limits/test_tracefile_size 6 - Stop lttng tracing for session wMTIKkTR1s2VrzJs
-PASS: tools/tracefile-limits/test_tracefile_size 7 - Destroy session wMTIKkTR1s2VrzJs
+PASS: tools/tracefile-limits/test_tracefile_size 2 - Create session 7YbPnmm6cW9GbbNU in /tmp/tmp.FeDCVPeIqK
+PASS: tools/tracefile-limits/test_tracefile_size 3 - Enable channel channel for session 7YbPnmm6cW9GbbNU: 4096 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 4 - Enable event tp:tptest for session 7YbPnmm6cW9GbbNU in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 5 - Start tracing for session 7YbPnmm6cW9GbbNU
+PASS: tools/tracefile-limits/test_tracefile_size 6 - Stop lttng tracing for session 7YbPnmm6cW9GbbNU
+PASS: tools/tracefile-limits/test_tracefile_size 7 - Destroy session 7YbPnmm6cW9GbbNU
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 8rVtv1d4RrDLbwXd in /tmp/tmp.6Stvf09MDK
-PASS: tools/tracefile-limits/test_tracefile_size 11 - Enable channel channel for session 8rVtv1d4RrDLbwXd: 8192 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 12 - Enable event tp:tptest for session 8rVtv1d4RrDLbwXd in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 13 - Start tracing for session 8rVtv1d4RrDLbwXd
-PASS: tools/tracefile-limits/test_tracefile_size 14 - Stop lttng tracing for session 8rVtv1d4RrDLbwXd
-PASS: tools/tracefile-limits/test_tracefile_size 15 - Destroy session 8rVtv1d4RrDLbwXd
+PASS: tools/tracefile-limits/test_tracefile_size 10 - Create session sIFCP47spxJCAa1g in /tmp/tmp.eXl82Natqv
+PASS: tools/tracefile-limits/test_tracefile_size 11 - Enable channel channel for session sIFCP47spxJCAa1g: 8192 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 12 - Enable event tp:tptest for session sIFCP47spxJCAa1g in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 13 - Start tracing for session sIFCP47spxJCAa1g
+PASS: tools/tracefile-limits/test_tracefile_size 14 - Stop lttng tracing for session sIFCP47spxJCAa1g
+PASS: tools/tracefile-limits/test_tracefile_size 15 - Destroy session sIFCP47spxJCAa1g
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 pPrblScHwQsycfoE in /tmp/tmp.9PyQhPKj2v
-PASS: tools/tracefile-limits/test_tracefile_size 19 - Enable channel channel for session pPrblScHwQsycfoE: 16384 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 20 - Enable event tp:tptest for session pPrblScHwQsycfoE in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 21 - Start tracing for session pPrblScHwQsycfoE
-PASS: tools/tracefile-limits/test_tracefile_size 22 - Stop lttng tracing for session pPrblScHwQsycfoE
-PASS: tools/tracefile-limits/test_tracefile_size 23 - Destroy session pPrblScHwQsycfoE
+PASS: tools/tracefile-limits/test_tracefile_size 18 - Create session NRXTfNeyfcVOCnrR in /tmp/tmp.c4ZtyFkQTU
+PASS: tools/tracefile-limits/test_tracefile_size 19 - Enable channel channel for session NRXTfNeyfcVOCnrR: 16384 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 20 - Enable event tp:tptest for session NRXTfNeyfcVOCnrR in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 21 - Start tracing for session NRXTfNeyfcVOCnrR
+PASS: tools/tracefile-limits/test_tracefile_size 22 - Stop lttng tracing for session NRXTfNeyfcVOCnrR
+PASS: tools/tracefile-limits/test_tracefile_size 23 - Destroy session NRXTfNeyfcVOCnrR
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 eqQNgwEvguYtiV6Z in /tmp/tmp.3lV3xzxa2A
-PASS: tools/tracefile-limits/test_tracefile_size 27 - Enable channel channel for session eqQNgwEvguYtiV6Z: 32768 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 28 - Enable event tp:tptest for session eqQNgwEvguYtiV6Z in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 29 - Start tracing for session eqQNgwEvguYtiV6Z
-PASS: tools/tracefile-limits/test_tracefile_size 30 - Stop lttng tracing for session eqQNgwEvguYtiV6Z
-PASS: tools/tracefile-limits/test_tracefile_size 31 - Destroy session eqQNgwEvguYtiV6Z
+PASS: tools/tracefile-limits/test_tracefile_size 26 - Create session XwafxR3qSRBvGJrQ in /tmp/tmp.hQNTjEslo2
+PASS: tools/tracefile-limits/test_tracefile_size 27 - Enable channel channel for session XwafxR3qSRBvGJrQ: 32768 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 28 - Enable event tp:tptest for session XwafxR3qSRBvGJrQ in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 29 - Start tracing for session XwafxR3qSRBvGJrQ
+PASS: tools/tracefile-limits/test_tracefile_size 30 - Stop lttng tracing for session XwafxR3qSRBvGJrQ
+PASS: tools/tracefile-limits/test_tracefile_size 31 - Destroy session XwafxR3qSRBvGJrQ
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 vmVmOVfx2VqM8MFG in /tmp/tmp.at99tPyZd5
-PASS: tools/tracefile-limits/test_tracefile_size 35 - Enable channel channel for session vmVmOVfx2VqM8MFG: 65536 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 36 - Enable event tp:tptest for session vmVmOVfx2VqM8MFG in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 37 - Start tracing for session vmVmOVfx2VqM8MFG
-PASS: tools/tracefile-limits/test_tracefile_size 38 - Stop lttng tracing for session vmVmOVfx2VqM8MFG
-PASS: tools/tracefile-limits/test_tracefile_size 39 - Destroy session vmVmOVfx2VqM8MFG
+PASS: tools/tracefile-limits/test_tracefile_size 34 - Create session ushkVmwOCnbNXuUC in /tmp/tmp.jOfWcMCapv
+PASS: tools/tracefile-limits/test_tracefile_size 35 - Enable channel channel for session ushkVmwOCnbNXuUC: 65536 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 36 - Enable event tp:tptest for session ushkVmwOCnbNXuUC in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 37 - Start tracing for session ushkVmwOCnbNXuUC
+PASS: tools/tracefile-limits/test_tracefile_size 38 - Stop lttng tracing for session ushkVmwOCnbNXuUC
+PASS: tools/tracefile-limits/test_tracefile_size 39 - Destroy session ushkVmwOCnbNXuUC
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 W5MWEgcyQfHabso1 in /tmp/tmp.81DIeuEbnc
-PASS: tools/tracefile-limits/test_tracefile_size 43 - Enable channel channel for session W5MWEgcyQfHabso1: 131072 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 44 - Enable event tp:tptest for session W5MWEgcyQfHabso1 in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 45 - Start tracing for session W5MWEgcyQfHabso1
-PASS: tools/tracefile-limits/test_tracefile_size 46 - Stop lttng tracing for session W5MWEgcyQfHabso1
-PASS: tools/tracefile-limits/test_tracefile_size 47 - Destroy session W5MWEgcyQfHabso1
+PASS: tools/tracefile-limits/test_tracefile_size 42 - Create session qYbXuVqnWAz1wbfL in /tmp/tmp.2nsoLa60Tz
+PASS: tools/tracefile-limits/test_tracefile_size 43 - Enable channel channel for session qYbXuVqnWAz1wbfL: 131072 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 44 - Enable event tp:tptest for session qYbXuVqnWAz1wbfL in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 45 - Start tracing for session qYbXuVqnWAz1wbfL
+PASS: tools/tracefile-limits/test_tracefile_size 46 - Stop lttng tracing for session qYbXuVqnWAz1wbfL
+PASS: tools/tracefile-limits/test_tracefile_size 47 - Destroy session qYbXuVqnWAz1wbfL
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 nSjKMNFbi4SjYFMj in /tmp/tmp.cooPbRAxsy
-PASS: tools/tracefile-limits/test_tracefile_size 51 - Enable channel channel for session nSjKMNFbi4SjYFMj: 5120 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 52 - Enable event tp:tptest for session nSjKMNFbi4SjYFMj in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 53 - Start tracing for session nSjKMNFbi4SjYFMj
-PASS: tools/tracefile-limits/test_tracefile_size 54 - Stop lttng tracing for session nSjKMNFbi4SjYFMj
-PASS: tools/tracefile-limits/test_tracefile_size 55 - Destroy session nSjKMNFbi4SjYFMj
+PASS: tools/tracefile-limits/test_tracefile_size 50 - Create session AjqFMCyJALOyAbYd in /tmp/tmp.N35oh2wBES
+PASS: tools/tracefile-limits/test_tracefile_size 51 - Enable channel channel for session AjqFMCyJALOyAbYd: 5120 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 52 - Enable event tp:tptest for session AjqFMCyJALOyAbYd in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 53 - Start tracing for session AjqFMCyJALOyAbYd
+PASS: tools/tracefile-limits/test_tracefile_size 54 - Stop lttng tracing for session AjqFMCyJALOyAbYd
+PASS: tools/tracefile-limits/test_tracefile_size 55 - Destroy session AjqFMCyJALOyAbYd
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 1n1vHoydw0Wi3mFY in /tmp/tmp.sd89ixjtIj
-PASS: tools/tracefile-limits/test_tracefile_size 59 - Enable channel channel for session 1n1vHoydw0Wi3mFY: 4094 bytes tracefile limit
-PASS: tools/tracefile-limits/test_tracefile_size 60 - Enable event tp:tptest for session 1n1vHoydw0Wi3mFY in channel channel
-PASS: tools/tracefile-limits/test_tracefile_size 61 - Start tracing for session 1n1vHoydw0Wi3mFY
-PASS: tools/tracefile-limits/test_tracefile_size 62 - Stop lttng tracing for session 1n1vHoydw0Wi3mFY
-PASS: tools/tracefile-limits/test_tracefile_size 63 - Destroy session 1n1vHoydw0Wi3mFY
+PASS: tools/tracefile-limits/test_tracefile_size 58 - Create session lynizIpUoc3BTvfi in /tmp/tmp.RjNqcswWz3
+PASS: tools/tracefile-limits/test_tracefile_size 59 - Enable channel channel for session lynizIpUoc3BTvfi: 4094 bytes tracefile limit
+PASS: tools/tracefile-limits/test_tracefile_size 60 - Enable event tp:tptest for session lynizIpUoc3BTvfi in channel channel
+PASS: tools/tracefile-limits/test_tracefile_size 61 - Start tracing for session lynizIpUoc3BTvfi
+PASS: tools/tracefile-limits/test_tracefile_size 62 - Stop lttng tracing for session lynizIpUoc3BTvfi
+PASS: tools/tracefile-limits/test_tracefile_size 63 - Destroy session lynizIpUoc3BTvfi
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
PASS: tools/exclusion/test_exclusion 1 - Start session daemon
-PASS: tools/exclusion/test_exclusion 2 - Create session test-exclusion in /tmp/tmp.lFJrcjtGmy
+PASS: tools/exclusion/test_exclusion 2 - Create session test-exclusion in /tmp/tmp.Bpb0LXy68p
PASS: tools/exclusion/test_exclusion 3 - Enable lttng event with event "tp:tptest2" excluded
PASS: tools/exclusion/test_exclusion 4 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 5 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 6 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 7 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 8 - Create session test-exclusion in /tmp/tmp.f8gQOvC6jB
+PASS: tools/exclusion/test_exclusion 8 - Create session test-exclusion in /tmp/tmp.Gbt112cKGr
PASS: tools/exclusion/test_exclusion 9 - Enable lttng event with event "tp:tptest3" excluded
PASS: tools/exclusion/test_exclusion 10 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 11 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 12 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 13 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 14 - Create session test-exclusion in /tmp/tmp.p7y5w01GR2
+PASS: tools/exclusion/test_exclusion 14 - Create session test-exclusion in /tmp/tmp.OUJAIEo9E2
PASS: tools/exclusion/test_exclusion 15 - Enable lttng event with event "tp:tptest*" excluded
PASS: tools/exclusion/test_exclusion 16 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 17 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 18 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 19 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 20 - Create session test-exclusion in /tmp/tmp.KFTzTq8XsR
+PASS: tools/exclusion/test_exclusion 20 - Create session test-exclusion in /tmp/tmp.7IvOAbHQFi
PASS: tools/exclusion/test_exclusion 21 - Enable lttng event with event "tp:tptest*" excluded
PASS: tools/exclusion/test_exclusion 22 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 23 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 24 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 25 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 26 - Create session test-exclusion in /tmp/tmp.wnaRLjLv3T
+PASS: tools/exclusion/test_exclusion 26 - Create session test-exclusion in /tmp/tmp.sKHulR6SGa
PASS: tools/exclusion/test_exclusion 27 - Enable lttng event with event "tp:tptest*" excluded
PASS: tools/exclusion/test_exclusion 28 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 29 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 30 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 31 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 32 - Create session test-exclusion in /tmp/tmp.4HoPgAsFGc
+PASS: tools/exclusion/test_exclusion 32 - Create session test-exclusion in /tmp/tmp.66ARv8dbVq
PASS: tools/exclusion/test_exclusion 33 - Enable lttng event with event "tp:tptest*" excluded
PASS: tools/exclusion/test_exclusion 34 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 35 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 36 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 37 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 38 - Create session test-exclusion in /tmp/tmp.YQ7iDH8yTd
+PASS: tools/exclusion/test_exclusion 38 - Create session test-exclusion in /tmp/tmp.3tUqa0jaTg
PASS: tools/exclusion/test_exclusion 39 - Enable lttng event with event "tp:tptest*" excluded
PASS: tools/exclusion/test_exclusion 40 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 41 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 42 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 43 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 44 - Create session test-exclusion in /tmp/tmp.t4InzB3Tfh
+PASS: tools/exclusion/test_exclusion 44 - Create session test-exclusion in /tmp/tmp.FMvp6ViuBo
PASS: tools/exclusion/test_exclusion 45 - Enable lttng event with event "tp*tptest*" excluded
PASS: tools/exclusion/test_exclusion 46 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 47 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 48 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 49 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 50 - Create session test-exclusion in /tmp/tmp.Oiwve3N718
+PASS: tools/exclusion/test_exclusion 50 - Create session test-exclusion in /tmp/tmp.abUJA2xrNR
PASS: tools/exclusion/test_exclusion 51 - Enable lttng event with event "tp*tptest*" excluded
PASS: tools/exclusion/test_exclusion 52 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 53 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 54 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 55 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 56 - Create session test-exclusion in /tmp/tmp.29kiFN9sgN
+PASS: tools/exclusion/test_exclusion 56 - Create session test-exclusion in /tmp/tmp.kbaSP1JpNa
PASS: tools/exclusion/test_exclusion 57 - Enable lttng event with event "tp*tptest*" excluded
PASS: tools/exclusion/test_exclusion 58 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 59 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 60 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 61 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 62 - Create session test-exclusion in /tmp/tmp.BfMJ7SXGSd
+PASS: tools/exclusion/test_exclusion 62 - Create session test-exclusion in /tmp/tmp.uGcAoXrKQU
PASS: tools/exclusion/test_exclusion 63 - Enable lttng event with event "tp*tptest*" excluded
PASS: tools/exclusion/test_exclusion 64 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 65 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 66 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 67 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 68 - Create session test-exclusion in /tmp/tmp.HibLvi6STY
+PASS: tools/exclusion/test_exclusion 68 - Create session test-exclusion in /tmp/tmp.QP2ylNXKF6
PASS: tools/exclusion/test_exclusion 69 - Enable lttng event with event "tp*tptest*" excluded
PASS: tools/exclusion/test_exclusion 70 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 71 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 72 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 73 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 74 - Create session test-exclusion in /tmp/tmp.IFRiezYb2b
+PASS: tools/exclusion/test_exclusion 74 - Create session test-exclusion in /tmp/tmp.QlYuqMiRVY
PASS: tools/exclusion/test_exclusion 75 - Enable lttng event with event "*test2" excluded
PASS: tools/exclusion/test_exclusion 76 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 77 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 78 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 79 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 80 - Create session test-exclusion in /tmp/tmp.3lQCFPpoHr
+PASS: tools/exclusion/test_exclusion 80 - Create session test-exclusion in /tmp/tmp.etAKoCpXSm
PASS: tools/exclusion/test_exclusion 81 - Enable lttng event with event "*test5" excluded
PASS: tools/exclusion/test_exclusion 82 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 83 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 84 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 85 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 86 - Create session test-exclusion in /tmp/tmp.lI2rM9BtDC
+PASS: tools/exclusion/test_exclusion 86 - Create session test-exclusion in /tmp/tmp.5Wl0n2Uo5I
PASS: tools/exclusion/test_exclusion 87 - Enable lttng event with event "*p*test*" excluded
PASS: tools/exclusion/test_exclusion 88 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 89 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 90 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 91 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 92 - Create session test-exclusion in /tmp/tmp.FqnmntsQVR
+PASS: tools/exclusion/test_exclusion 92 - Create session test-exclusion in /tmp/tmp.uopEPukl1H
PASS: tools/exclusion/test_exclusion 93 - Enable lttng event with event "*p*test*" excluded
PASS: tools/exclusion/test_exclusion 94 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 95 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 96 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 97 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 98 - Create session test-exclusion in /tmp/tmp.1uuloa9mx1
+PASS: tools/exclusion/test_exclusion 98 - Create session test-exclusion in /tmp/tmp.dsoXjTJkj2
PASS: tools/exclusion/test_exclusion 99 - Enable lttng event with event "*p*test*" excluded
PASS: tools/exclusion/test_exclusion 100 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 101 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 102 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 103 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 104 - Create session test-exclusion in /tmp/tmp.l2jzlzNuOZ
+PASS: tools/exclusion/test_exclusion 104 - Create session test-exclusion in /tmp/tmp.XozRBcP1ru
PASS: tools/exclusion/test_exclusion 105 - Enable lttng event with event "*p***test*" excluded
PASS: tools/exclusion/test_exclusion 106 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 107 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 108 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 109 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 110 - Create session test-exclusion in /tmp/tmp.CAS0xi0wgV
+PASS: tools/exclusion/test_exclusion 110 - Create session test-exclusion in /tmp/tmp.kEJXQXxqei
PASS: tools/exclusion/test_exclusion 111 - Enable lttng event with event "*p*test*" excluded
PASS: tools/exclusion/test_exclusion 112 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 113 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 114 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 115 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 116 - Create session test-exclusion in /tmp/tmp.FtgZxXxMfU
+PASS: tools/exclusion/test_exclusion 116 - Create session test-exclusion in /tmp/tmp.7PUYAdcxDT
PASS: tools/exclusion/test_exclusion 117 - Enable lttng event with event "*3" excluded
PASS: tools/exclusion/test_exclusion 118 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 119 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 120 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 121 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 122 - Create session test-exclusion in /tmp/tmp.tGqX764QNX
+PASS: tools/exclusion/test_exclusion 122 - Create session test-exclusion in /tmp/tmp.6lqgPDhARz
PASS: tools/exclusion/test_exclusion 123 - Enable lttng event with event "tp*test3,*2" excluded
PASS: tools/exclusion/test_exclusion 124 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 125 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 126 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 127 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 128 - Create session test-exclusion in /tmp/tmp.PVIR71dkSU
+PASS: tools/exclusion/test_exclusion 128 - Create session test-exclusion in /tmp/tmp.y1XMZRaTj5
PASS: tools/exclusion/test_exclusion 129 - Enable lttng event with event "**tp*test3,*2" excluded
PASS: tools/exclusion/test_exclusion 130 - Start tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 131 - Stop lttng tracing for session test-exclusion
PASS: tools/exclusion/test_exclusion 132 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 133 - Validate trace exclusion output
-PASS: tools/exclusion/test_exclusion 134 - Create session test-exclusion in /tmp/tmp.PVIR71dkSU
+PASS: tools/exclusion/test_exclusion 134 - Create session test-exclusion in /tmp/tmp.y1XMZRaTj5
PASS: tools/exclusion/test_exclusion 135 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 136 - Enable LTTng event "allo" with exclusion "lol" fails
-PASS: tools/exclusion/test_exclusion 137 - Create session test-exclusion in /tmp/tmp.PVIR71dkSU
+PASS: tools/exclusion/test_exclusion 137 - Create session test-exclusion in /tmp/tmp.y1XMZRaTj5
PASS: tools/exclusion/test_exclusion 138 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 139 - Enable LTTng event "allo" with exclusion "meow,lol" fails
-PASS: tools/exclusion/test_exclusion 140 - Create session test-exclusion in /tmp/tmp.PVIR71dkSU
+PASS: tools/exclusion/test_exclusion 140 - Create session test-exclusion in /tmp/tmp.y1XMZRaTj5
PASS: tools/exclusion/test_exclusion 141 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 142 - Enable LTTng event "allo" with exclusion "z*em" fails
-PASS: tools/exclusion/test_exclusion 143 - Create session test-exclusion in /tmp/tmp.PVIR71dkSU
+PASS: tools/exclusion/test_exclusion 143 - Create session test-exclusion in /tmp/tmp.y1XMZRaTj5
PASS: tools/exclusion/test_exclusion 144 - Destroy session test-exclusion
PASS: tools/exclusion/test_exclusion 145 - Enable LTTng event "allo*" with exclusion "all*" fails
-PASS: tools/exclusion/test_exclusion 146 - Create session test-exclusion in /tmp/tmp.PVIR71dkSU
+PASS: tools/exclusion/test_exclusion 146 - Create session test-exclusion in /tmp/tmp.y1XMZRaTj5
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 15PZlCGIp18XuDnJ in no-output mode
-PASS: tools/snapshots/test_ust_fast 3 - Enable channel snapchan for session 15PZlCGIp18XuDnJ
-PASS: tools/snapshots/test_ust_fast 4 - Enable ust event tp:tptest for session 15PZlCGIp18XuDnJ
-PASS: tools/snapshots/test_ust_fast 5 - Start tracing for session 15PZlCGIp18XuDnJ
-PASS: tools/snapshots/test_ust_fast 6 - Added snapshot output file:///tmp/tmp.H5XwkTu1UC ( -n randomname )
+PASS: tools/snapshots/test_ust_fast 2 - Create session hbkdVai4f4bjOZXD in no-output mode
+PASS: tools/snapshots/test_ust_fast 3 - Enable channel snapchan for session hbkdVai4f4bjOZXD
+PASS: tools/snapshots/test_ust_fast 4 - Enable ust event tp:tptest for session hbkdVai4f4bjOZXD
+PASS: tools/snapshots/test_ust_fast 5 - Start tracing for session hbkdVai4f4bjOZXD
+PASS: tools/snapshots/test_ust_fast 6 - Added snapshot output file:///tmp/tmp.wXryJwlyT6 ( -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.H5XwkTu1UC ( -n somesnapshot )
+PASS: tools/snapshots/test_ust_fast 9 - Added snapshot output file:///tmp/tmp.wXryJwlyT6 ( -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 15PZlCGIp18XuDnJ
-PASS: tools/snapshots/test_ust_fast 12 - Destroy session 15PZlCGIp18XuDnJ
-PASS: tools/snapshots/test_ust_fast 13 - Create session hlUbgZchLvtE0071 in no-output mode
-PASS: tools/snapshots/test_ust_fast 14 - Enable channel snapchan for session hlUbgZchLvtE0071
-PASS: tools/snapshots/test_ust_fast 15 - Enable ust event tp:tptest for session hlUbgZchLvtE0071
-PASS: tools/snapshots/test_ust_fast 16 - Start tracing for session hlUbgZchLvtE0071
-PASS: tools/snapshots/test_ust_fast 17 - Added snapshot output file:///tmp/tmp.H5XwkTu1UC
+PASS: tools/snapshots/test_ust_fast 11 - Stop lttng tracing for session hbkdVai4f4bjOZXD
+PASS: tools/snapshots/test_ust_fast 12 - Destroy session hbkdVai4f4bjOZXD
+PASS: tools/snapshots/test_ust_fast 13 - Create session xAiExdZ8Uu3791lk in no-output mode
+PASS: tools/snapshots/test_ust_fast 14 - Enable channel snapchan for session xAiExdZ8Uu3791lk
+PASS: tools/snapshots/test_ust_fast 15 - Enable ust event tp:tptest for session xAiExdZ8Uu3791lk
+PASS: tools/snapshots/test_ust_fast 16 - Start tracing for session xAiExdZ8Uu3791lk
+PASS: tools/snapshots/test_ust_fast 17 - Added snapshot output file:///tmp/tmp.wXryJwlyT6
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 hlUbgZchLvtE0071
-PASS: tools/snapshots/test_ust_fast 21 - Destroy session hlUbgZchLvtE0071
-PASS: tools/snapshots/test_ust_fast 22 - Validate trace for event tp:tptest, 499 events
-PASS: tools/snapshots/test_ust_fast 23 - Create session dUvoeRTyqZCtdFlp in no-output mode
-PASS: tools/snapshots/test_ust_fast 24 - Enable channel for session dUvoeRTyqZCtdFlp with subbuf size 8192
-PASS: tools/snapshots/test_ust_fast 25 - Enable ust event tp:tptest for session dUvoeRTyqZCtdFlp
-PASS: tools/snapshots/test_ust_fast 26 - Start tracing for session dUvoeRTyqZCtdFlp
-PASS: tools/snapshots/test_ust_fast 27 - Added snapshot output file:///tmp/tmp.H5XwkTu1UC ( -m 8192 )
+PASS: tools/snapshots/test_ust_fast 20 - Stop lttng tracing for session xAiExdZ8Uu3791lk
+PASS: tools/snapshots/test_ust_fast 21 - Destroy session xAiExdZ8Uu3791lk
+PASS: tools/snapshots/test_ust_fast 22 - Validate trace for event tp:tptest, 501 events
+PASS: tools/snapshots/test_ust_fast 23 - Create session RmyJ9oCYbsd3kI2Q in no-output mode
+PASS: tools/snapshots/test_ust_fast 24 - Enable channel for session RmyJ9oCYbsd3kI2Q with subbuf size 8192
+PASS: tools/snapshots/test_ust_fast 25 - Enable ust event tp:tptest for session RmyJ9oCYbsd3kI2Q
+PASS: tools/snapshots/test_ust_fast 26 - Start tracing for session RmyJ9oCYbsd3kI2Q
+PASS: tools/snapshots/test_ust_fast 27 - Added snapshot output file:///tmp/tmp.wXryJwlyT6 ( -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 dUvoeRTyqZCtdFlp
-PASS: tools/snapshots/test_ust_fast 32 - Destroy session dUvoeRTyqZCtdFlp
-PASS: tools/snapshots/test_ust_fast 33 - Validate trace for event tp:tptest, 41 events
-PASS: tools/snapshots/test_ust_fast 34 - Create session HNKvMPCK7NZpq9tS in no-output mode
-PASS: tools/snapshots/test_ust_fast 35 - Enable channel snapchan per UID for session HNKvMPCK7NZpq9tS
-PASS: tools/snapshots/test_ust_fast 36 - Enable ust event tp:tptest for session HNKvMPCK7NZpq9tS
-PASS: tools/snapshots/test_ust_fast 37 - Start tracing for session HNKvMPCK7NZpq9tS
-PASS: tools/snapshots/test_ust_fast 38 - Added snapshot output file:///tmp/tmp.H5XwkTu1UC
+PASS: tools/snapshots/test_ust_fast 31 - Stop lttng tracing for session RmyJ9oCYbsd3kI2Q
+PASS: tools/snapshots/test_ust_fast 32 - Destroy session RmyJ9oCYbsd3kI2Q
+PASS: tools/snapshots/test_ust_fast 33 - Validate trace for event tp:tptest, 37 events
+PASS: tools/snapshots/test_ust_fast 34 - Create session aWB7gOleHn57YZwo in no-output mode
+PASS: tools/snapshots/test_ust_fast 35 - Enable channel snapchan per UID for session aWB7gOleHn57YZwo
+PASS: tools/snapshots/test_ust_fast 36 - Enable ust event tp:tptest for session aWB7gOleHn57YZwo
+PASS: tools/snapshots/test_ust_fast 37 - Start tracing for session aWB7gOleHn57YZwo
+PASS: tools/snapshots/test_ust_fast 38 - Added snapshot output file:///tmp/tmp.wXryJwlyT6
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 HNKvMPCK7NZpq9tS
-PASS: tools/snapshots/test_ust_fast 42 - Destroy session HNKvMPCK7NZpq9tS
-PASS: tools/snapshots/test_ust_fast 43 - Validate trace for event tp:tptest, 500 events
-PASS: tools/snapshots/test_ust_fast 44 - Create session rNozVpz9add2drSm in no-output mode
-PASS: tools/snapshots/test_ust_fast 45 - Enable channel snapchan per UID for session rNozVpz9add2drSm
-PASS: tools/snapshots/test_ust_fast 46 - Enable ust event tp:tptest for session rNozVpz9add2drSm
-PASS: tools/snapshots/test_ust_fast 47 - Start tracing for session rNozVpz9add2drSm
-PASS: tools/snapshots/test_ust_fast 48 - Added snapshot output file:///tmp/tmp.H5XwkTu1UC
+PASS: tools/snapshots/test_ust_fast 41 - Stop lttng tracing for session aWB7gOleHn57YZwo
+PASS: tools/snapshots/test_ust_fast 42 - Destroy session aWB7gOleHn57YZwo
+PASS: tools/snapshots/test_ust_fast 43 - Validate trace for event tp:tptest, 502 events
+PASS: tools/snapshots/test_ust_fast 44 - Create session ceCByu730u9u1MSb in no-output mode
+PASS: tools/snapshots/test_ust_fast 45 - Enable channel snapchan per UID for session ceCByu730u9u1MSb
+PASS: tools/snapshots/test_ust_fast 46 - Enable ust event tp:tptest for session ceCByu730u9u1MSb
+PASS: tools/snapshots/test_ust_fast 47 - Start tracing for session ceCByu730u9u1MSb
+PASS: tools/snapshots/test_ust_fast 48 - Added snapshot output file:///tmp/tmp.wXryJwlyT6
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 rNozVpz9add2drSm
-PASS: tools/snapshots/test_ust_fast 52 - Destroy session rNozVpz9add2drSm
-PASS: tools/snapshots/test_ust_fast 53 - Validate trace for event tp:tptest, 491 events
-PASS: tools/snapshots/test_ust_fast 54 - Create session 4kaQY6AJs6LTsQTa in no-output mode
-PASS: tools/snapshots/test_ust_fast 55 - Enable channel snapchan for session 4kaQY6AJs6LTsQTa
-PASS: tools/snapshots/test_ust_fast 56 - Enable ust event tp:tptest1,tp:tptest2,tp:tptest3,tp:tptest4,tp:tptest5 for session 4kaQY6AJs6LTsQTa
-PASS: tools/snapshots/test_ust_fast 57 - Start tracing for session 4kaQY6AJs6LTsQTa
-PASS: tools/snapshots/test_ust_fast 58 - Added snapshot output file:///tmp/tmp.H5XwkTu1UC
+PASS: tools/snapshots/test_ust_fast 51 - Stop lttng tracing for session ceCByu730u9u1MSb
+PASS: tools/snapshots/test_ust_fast 52 - Destroy session ceCByu730u9u1MSb
+PASS: tools/snapshots/test_ust_fast 53 - Validate trace for event tp:tptest, 498 events
+PASS: tools/snapshots/test_ust_fast 54 - Create session UxGkD1uQTWhks3aT in no-output mode
+PASS: tools/snapshots/test_ust_fast 55 - Enable channel snapchan for session UxGkD1uQTWhks3aT
+PASS: tools/snapshots/test_ust_fast 56 - Enable ust event tp:tptest1,tp:tptest2,tp:tptest3,tp:tptest4,tp:tptest5 for session UxGkD1uQTWhks3aT
+PASS: tools/snapshots/test_ust_fast 57 - Start tracing for session UxGkD1uQTWhks3aT
+PASS: tools/snapshots/test_ust_fast 58 - Added snapshot output file:///tmp/tmp.wXryJwlyT6
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 4kaQY6AJs6LTsQTa
-PASS: tools/snapshots/test_ust_fast 62 - Destroy session 4kaQY6AJs6LTsQTa
+PASS: tools/snapshots/test_ust_fast 61 - Stop lttng tracing for session UxGkD1uQTWhks3aT
+PASS: tools/snapshots/test_ust_fast 62 - Destroy session UxGkD1uQTWhks3aT
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 GlfUWhGB1J0SX8xf in no-output mode
-PASS: tools/snapshots/test_ust_fast 69 - Enable channel snapchan for session GlfUWhGB1J0SX8xf
-PASS: tools/snapshots/test_ust_fast 70 - Enable ust event tp:tptest for session GlfUWhGB1J0SX8xf
-PASS: tools/snapshots/test_ust_fast 71 - Start tracing for session GlfUWhGB1J0SX8xf
-PASS: tools/snapshots/test_ust_fast 72 - Added snapshot output file:///tmp/tmp.H5XwkTu1UC
+PASS: tools/snapshots/test_ust_fast 68 - Create session VyrG8j7O7SL1wQzj in no-output mode
+PASS: tools/snapshots/test_ust_fast 69 - Enable channel snapchan for session VyrG8j7O7SL1wQzj
+PASS: tools/snapshots/test_ust_fast 70 - Enable ust event tp:tptest for session VyrG8j7O7SL1wQzj
+PASS: tools/snapshots/test_ust_fast 71 - Start tracing for session VyrG8j7O7SL1wQzj
+PASS: tools/snapshots/test_ust_fast 72 - Added snapshot output file:///tmp/tmp.wXryJwlyT6
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, 500 events
+PASS: tools/snapshots/test_ust_fast 75 - Validate trace for event tp:tptest, 506 events
PASS: tools/snapshots/test_ust_fast 76 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 77 - Validate trace for event tp:tptest, 534 events
+PASS: tools/snapshots/test_ust_fast 77 - Validate trace for event tp:tptest, 526 events
PASS: tools/snapshots/test_ust_fast 78 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 79 - Validate trace for event tp:tptest, 564 events
+PASS: tools/snapshots/test_ust_fast 79 - Validate trace for event tp:tptest, 546 events
PASS: tools/snapshots/test_ust_fast 80 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 81 - Validate trace for event tp:tptest, 590 events
+PASS: tools/snapshots/test_ust_fast 81 - Validate trace for event tp:tptest, 566 events
PASS: tools/snapshots/test_ust_fast 82 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 83 - Validate trace for event tp:tptest, 114 events
+PASS: tools/snapshots/test_ust_fast 83 - Validate trace for event tp:tptest, 80 events
PASS: tools/snapshots/test_ust_fast 84 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 85 - Validate trace for event tp:tptest, 96 events
+PASS: tools/snapshots/test_ust_fast 85 - Validate trace for event tp:tptest, 72 events
PASS: tools/snapshots/test_ust_fast 86 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 87 - Validate trace for event tp:tptest, 82 events
+PASS: tools/snapshots/test_ust_fast 87 - Validate trace for event tp:tptest, 64 events
PASS: tools/snapshots/test_ust_fast 88 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 89 - Validate trace for event tp:tptest, 69 events
+PASS: tools/snapshots/test_ust_fast 89 - Validate trace for event tp:tptest, 56 events
PASS: tools/snapshots/test_ust_fast 90 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 91 - Validate trace for event tp:tptest, 57 events
+PASS: tools/snapshots/test_ust_fast 91 - Validate trace for event tp:tptest, 48 events
PASS: tools/snapshots/test_ust_fast 92 - Snapshot recorded
-PASS: tools/snapshots/test_ust_fast 93 - Validate trace for event tp:tptest, 54 events
-PASS: tools/snapshots/test_ust_fast 94 - Stop lttng tracing for session GlfUWhGB1J0SX8xf
-PASS: tools/snapshots/test_ust_fast 95 - Destroy session GlfUWhGB1J0SX8xf
-PASS: tools/snapshots/test_ust_fast 96 - Create session A0cbaQFYo2VRCHD4 in no-output mode
-PASS: tools/snapshots/test_ust_fast 97 - Enable channel snapchan for session A0cbaQFYo2VRCHD4 with small discard buffers
-PASS: tools/snapshots/test_ust_fast 98 - Enable ust event tp:tptest for session A0cbaQFYo2VRCHD4
-PASS: tools/snapshots/test_ust_fast 99 - Start tracing for session A0cbaQFYo2VRCHD4
-PASS: tools/snapshots/test_ust_fast 100 - Added snapshot output file:///tmp/tmp.H5XwkTu1UC
+PASS: tools/snapshots/test_ust_fast 93 - Validate trace for event tp:tptest, 48 events
+PASS: tools/snapshots/test_ust_fast 94 - Stop lttng tracing for session VyrG8j7O7SL1wQzj
+PASS: tools/snapshots/test_ust_fast 95 - Destroy session VyrG8j7O7SL1wQzj
+PASS: tools/snapshots/test_ust_fast 96 - Create session ftZiqqxivgjBGw39 in no-output mode
+PASS: tools/snapshots/test_ust_fast 97 - Enable channel snapchan for session ftZiqqxivgjBGw39 with small discard buffers
+PASS: tools/snapshots/test_ust_fast 98 - Enable ust event tp:tptest for session ftZiqqxivgjBGw39
+PASS: tools/snapshots/test_ust_fast 99 - Start tracing for session ftZiqqxivgjBGw39
+PASS: tools/snapshots/test_ust_fast 100 - Added snapshot output file:///tmp/tmp.wXryJwlyT6
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 A0cbaQFYo2VRCHD4
-PASS: tools/snapshots/test_ust_fast 107 - Destroy session A0cbaQFYo2VRCHD4
-PASS: tools/snapshots/test_ust_fast 108 - Create session V5NqZFEFWheLKje5 in no-output mode
-PASS: tools/snapshots/test_ust_fast 109 - Enable channel snapchan for session V5NqZFEFWheLKje5 with small discard buffers
-PASS: tools/snapshots/test_ust_fast 110 - Enable ust event tp:tptest for session V5NqZFEFWheLKje5
-PASS: tools/snapshots/test_ust_fast 111 - Start tracing for session V5NqZFEFWheLKje5
-PASS: tools/snapshots/test_ust_fast 112 - Added snapshot output file:///tmp/tmp.H5XwkTu1UC
+PASS: tools/snapshots/test_ust_fast 106 - Stop lttng tracing for session ftZiqqxivgjBGw39
+PASS: tools/snapshots/test_ust_fast 107 - Destroy session ftZiqqxivgjBGw39
+PASS: tools/snapshots/test_ust_fast 108 - Create session 1DldBJCHvldPQCjC in no-output mode
+PASS: tools/snapshots/test_ust_fast 109 - Enable channel snapchan for session 1DldBJCHvldPQCjC with small discard buffers
+PASS: tools/snapshots/test_ust_fast 110 - Enable ust event tp:tptest for session 1DldBJCHvldPQCjC
+PASS: tools/snapshots/test_ust_fast 111 - Start tracing for session 1DldBJCHvldPQCjC
+PASS: tools/snapshots/test_ust_fast 112 - Added snapshot output file:///tmp/tmp.wXryJwlyT6
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 V5NqZFEFWheLKje5
-PASS: tools/snapshots/test_ust_fast 119 - Destroy session V5NqZFEFWheLKje5
+PASS: tools/snapshots/test_ust_fast 118 - Stop lttng tracing for session 1DldBJCHvldPQCjC
+PASS: tools/snapshots/test_ust_fast 119 - Destroy session 1DldBJCHvldPQCjC
PASS: tools/snapshots/test_ust_fast 120 - Kill session daemon
-PASS: tools/snapshots/test_ust_streaming 1 - Start lttng-relayd (opt: -o /tmp/tmp.lAgg0Cmpqj)
+PASS: tools/snapshots/test_ust_streaming 1 - Start lttng-relayd (opt: -o /tmp/tmp.GdYPniuCjH)
PASS: tools/snapshots/test_ust_streaming 2 - Start session daemon
-PASS: tools/snapshots/test_ust_streaming 3 - Create session jklVqEOm4lQX7QSG in no-output mode
-PASS: tools/snapshots/test_ust_streaming 4 - Enable channel chan1 for session jklVqEOm4lQX7QSG
-PASS: tools/snapshots/test_ust_streaming 5 - Enable ust event tp:tptest for session jklVqEOm4lQX7QSG
-PASS: tools/snapshots/test_ust_streaming 6 - Start tracing for session jklVqEOm4lQX7QSG
+PASS: tools/snapshots/test_ust_streaming 3 - Create session M48BkVXr80wLyKT0 in no-output mode
+PASS: tools/snapshots/test_ust_streaming 4 - Enable channel chan1 for session M48BkVXr80wLyKT0
+PASS: tools/snapshots/test_ust_streaming 5 - Enable ust event tp:tptest for session M48BkVXr80wLyKT0
+PASS: tools/snapshots/test_ust_streaming 6 - Start tracing for session M48BkVXr80wLyKT0
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, 501 events
+PASS: tools/snapshots/test_ust_streaming 10 - Validate trace for event tp:tptest, 504 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, 583 events
-PASS: tools/snapshots/test_ust_streaming 15 - Stop lttng tracing for session jklVqEOm4lQX7QSG
-PASS: tools/snapshots/test_ust_streaming 16 - Destroy session jklVqEOm4lQX7QSG
-PASS: tools/snapshots/test_ust_streaming 17 - Create session zTFI725XCf94gTlJ in no-output mode
-PASS: tools/snapshots/test_ust_streaming 18 - Enable channel chan1 for session zTFI725XCf94gTlJ
-PASS: tools/snapshots/test_ust_streaming 19 - Enable ust event tp:tptest for session zTFI725XCf94gTlJ
-PASS: tools/snapshots/test_ust_streaming 20 - Start tracing for session zTFI725XCf94gTlJ
+PASS: tools/snapshots/test_ust_streaming 14 - Validate trace for event tp:tptest, 571 events
+PASS: tools/snapshots/test_ust_streaming 15 - Stop lttng tracing for session M48BkVXr80wLyKT0
+PASS: tools/snapshots/test_ust_streaming 16 - Destroy session M48BkVXr80wLyKT0
+PASS: tools/snapshots/test_ust_streaming 17 - Create session l8KC7Usbs54v6eDx in no-output mode
+PASS: tools/snapshots/test_ust_streaming 18 - Enable channel chan1 for session l8KC7Usbs54v6eDx
+PASS: tools/snapshots/test_ust_streaming 19 - Enable ust event tp:tptest for session l8KC7Usbs54v6eDx
+PASS: tools/snapshots/test_ust_streaming 20 - Start tracing for session l8KC7Usbs54v6eDx
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 zTFI725XCf94gTlJ
-PASS: tools/snapshots/test_ust_streaming 25 - Destroy session zTFI725XCf94gTlJ
-PASS: tools/snapshots/test_ust_streaming 26 - Validate trace for event tp:tptest, 499 events
-PASS: tools/snapshots/test_ust_streaming 27 - Create session qQpjf51Qx19LEchz in no-output mode
-PASS: tools/snapshots/test_ust_streaming 28 - Enable channel chan1 for session qQpjf51Qx19LEchz
-PASS: tools/snapshots/test_ust_streaming 29 - Enable ust event tp:tptest for session qQpjf51Qx19LEchz
-PASS: tools/snapshots/test_ust_streaming 30 - Start tracing for session qQpjf51Qx19LEchz
+PASS: tools/snapshots/test_ust_streaming 24 - Stop lttng tracing for session l8KC7Usbs54v6eDx
+PASS: tools/snapshots/test_ust_streaming 25 - Destroy session l8KC7Usbs54v6eDx
+PASS: tools/snapshots/test_ust_streaming 26 - Validate trace for event tp:tptest, 505 events
+PASS: tools/snapshots/test_ust_streaming 27 - Create session MgmVsavnYSnw1eAt in no-output mode
+PASS: tools/snapshots/test_ust_streaming 28 - Enable channel chan1 for session MgmVsavnYSnw1eAt
+PASS: tools/snapshots/test_ust_streaming 29 - Enable ust event tp:tptest for session MgmVsavnYSnw1eAt
+PASS: tools/snapshots/test_ust_streaming 30 - Start tracing for session MgmVsavnYSnw1eAt
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 qQpjf51Qx19LEchz
-PASS: tools/snapshots/test_ust_streaming 35 - Destroy session qQpjf51Qx19LEchz
+PASS: tools/snapshots/test_ust_streaming 34 - Stop lttng tracing for session MgmVsavnYSnw1eAt
+PASS: tools/snapshots/test_ust_streaming 35 - Destroy session MgmVsavnYSnw1eAt
PASS: tools/snapshots/test_ust_streaming 36 - Custom name snapshot exists
-PASS: tools/snapshots/test_ust_streaming 37 - Validate trace for event tp:tptest, 504 events
-PASS: tools/snapshots/test_ust_streaming 38 - Create session X1t8CTvlBYJGHdu4 in no-output mode
-PASS: tools/snapshots/test_ust_streaming 39 - Enable channel chan1 for session X1t8CTvlBYJGHdu4
-PASS: tools/snapshots/test_ust_streaming 40 - Enable ust event tp:tptest for session X1t8CTvlBYJGHdu4
-PASS: tools/snapshots/test_ust_streaming 41 - Start tracing for session X1t8CTvlBYJGHdu4
+PASS: tools/snapshots/test_ust_streaming 37 - Validate trace for event tp:tptest, 507 events
+PASS: tools/snapshots/test_ust_streaming 38 - Create session iYTXImKgYzZchXss in no-output mode
+PASS: tools/snapshots/test_ust_streaming 39 - Enable channel chan1 for session iYTXImKgYzZchXss
+PASS: tools/snapshots/test_ust_streaming 40 - Enable ust event tp:tptest for session iYTXImKgYzZchXss
+PASS: tools/snapshots/test_ust_streaming 41 - Start tracing for session iYTXImKgYzZchXss
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 X1t8CTvlBYJGHdu4
-PASS: tools/snapshots/test_ust_streaming 46 - Destroy session X1t8CTvlBYJGHdu4
-PASS: tools/snapshots/test_ust_streaming 47 - Validate trace for event tp:tptest, 499 events
+PASS: tools/snapshots/test_ust_streaming 45 - Stop lttng tracing for session iYTXImKgYzZchXss
+PASS: tools/snapshots/test_ust_streaming 46 - Destroy session iYTXImKgYzZchXss
+PASS: tools/snapshots/test_ust_streaming 47 - Validate trace for event tp:tptest, 504 events
PASS: tools/snapshots/test_ust_streaming 48 - Kill session daemon
PASS: tools/snapshots/test_ust_streaming 49 - Kill relay daemon
SKIP: tools/save-load/test_save - Skip No UST events binary detected.
@@ -26937,16 +26923,16 @@ PASS: tools/save-load/test_autoload 9 - Kill session daemon
PASS: tools/mi/test_mi 1 - Start session daemon
PASS: tools/mi/test_mi 2 - MI test: Lttng version
PASS: tools/mi/test_mi 3 - MI test: Version xsd validation
-PASS: tools/mi/test_mi 4 - Create session testSession in /tmp/tmp.v7l5jF6eoj
+PASS: tools/mi/test_mi 4 - Create session testSession in /tmp/tmp.V42PUoHxrv
PASS: tools/mi/test_mi 5 - MI test: create session xsd validation
-PASS: tools/mi/test_mi 6 - Create session testSession in /tmp/tmp.v7l5jF6eoj failed as expected
+PASS: tools/mi/test_mi 6 - Create session testSession in /tmp/tmp.V42PUoHxrv failed as expected
PASS: tools/mi/test_mi 7 - MI test: expecting fail create session xsd validation
PASS: tools/mi/test_mi 8 - Extraction of xpath /lttng:command/lttng:success/text()
-PASS: tools/mi/test_mi 9 - Mi test: /tmp/tmp.v7l5jF6eoj/create_session.xml command failed as expected
+PASS: tools/mi/test_mi 9 - Mi test: /tmp/tmp.V42PUoHxrv/create_session.xml command failed as expected
PASS: tools/mi/test_mi 10 - Destroy session testSession
-PASS: tools/mi/test_mi 11 - Create session testSession1 in /tmp/tmp.v7l5jF6eoj
-PASS: tools/mi/test_mi 12 - Create session testSession2 in /tmp/tmp.v7l5jF6eoj
-PASS: tools/mi/test_mi 13 - Create session testSession3 in /tmp/tmp.v7l5jF6eoj
+PASS: tools/mi/test_mi 11 - Create session testSession1 in /tmp/tmp.V42PUoHxrv
+PASS: tools/mi/test_mi 12 - Create session testSession2 in /tmp/tmp.V42PUoHxrv
+PASS: tools/mi/test_mi 13 - Create session testSession3 in /tmp/tmp.V42PUoHxrv
PASS: tools/mi/test_mi 14 - Destroy session testSession1
PASS: tools/mi/test_mi 15 - MI test: destroy session testSession1 xsd validation
PASS: tools/mi/test_mi 16 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()
@@ -26959,48 +26945,48 @@ PASS: tools/mi/test_mi 22 - Destroy session testSession1 failed as expected
PASS: tools/mi/test_mi 23 - MI test: failing destroy session testSession1 xsd validation
PASS: tools/mi/test_mi 24 - Extraction of xpath /lttng:command/lttng:success/text()
PASS: tools/mi/test_mi 25 - Mi test: destroy command on testSession1 failed as expected
-PASS: tools/mi/test_mi 26 - Create session testSession1 in /tmp/tmp.v7l5jF6eoj
-PASS: tools/mi/test_mi 27 - Create session testSession2 in /tmp/tmp.v7l5jF6eoj
-PASS: tools/mi/test_mi 28 - Create session testSession3 in /tmp/tmp.v7l5jF6eoj
+PASS: tools/mi/test_mi 26 - Create session testSession1 in /tmp/tmp.V42PUoHxrv
+PASS: tools/mi/test_mi 27 - Create session testSession2 in /tmp/tmp.V42PUoHxrv
+PASS: tools/mi/test_mi 28 - Create session testSession3 in /tmp/tmp.V42PUoHxrv
PASS: tools/mi/test_mi 29 - Lttng-tool list command with option
PASS: tools/mi/test_mi 30 - Mi test: list sessions xsd validation
PASS: tools/mi/test_mi 31 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()
PASS: tools/mi/test_mi 32 - Mi test: 3 / 3 sessions discovered
PASS: tools/mi/test_mi 33 - Destroy all lttng sessions
-PASS: tools/mi/test_mi 34 - Create session testsession in /tmp/tmp.v7l5jF6eoj
+PASS: tools/mi/test_mi 34 - Create session testsession in /tmp/tmp.V42PUoHxrv
PASS: tools/mi/test_mi 35 - Enable channel channelUst0 for session testsession
PASS: tools/mi/test_mi 36 - Mi test: enable ust channel xsd validation
PASS: tools/mi/test_mi 37 - Extraction of xpath /lttng:command/lttng:success/text()
-PASS: tools/mi/test_mi 38 - Mi test: /tmp/tmp.v7l5jF6eoj/ust_channel.xml command success
+PASS: tools/mi/test_mi 38 - Mi test: /tmp/tmp.V42PUoHxrv/ust_channel.xml command success
PASS: tools/mi/test_mi 39 - Enable channel channelUst0 for session testsession failed as expected
PASS: tools/mi/test_mi 40 - Mi test: fail enable ust channel xsd validation
PASS: tools/mi/test_mi 41 - Extraction of xpath /lttng:command/lttng:success/text()
-PASS: tools/mi/test_mi 42 - Mi test: /tmp/tmp.v7l5jF6eoj/ust_channel.xml command failed as expected
+PASS: tools/mi/test_mi 42 - Mi test: /tmp/tmp.V42PUoHxrv/ust_channel.xml command failed as expected
PASS: tools/mi/test_mi 43 - Enable channel channelUst1 for session testsession
PASS: tools/mi/test_mi 44 - Enable channel channelUst2 for session testsession
PASS: tools/mi/test_mi 45 - Disable channel channelUst0 for session testsession
PASS: tools/mi/test_mi 46 - Mi test: disable ust channel xsd validation
PASS: tools/mi/test_mi 47 - Extraction of xpath /lttng:command/lttng:success/text()
-PASS: tools/mi/test_mi 48 - Mi test: /tmp/tmp.v7l5jF6eoj/ust_channel.xml command success
+PASS: tools/mi/test_mi 48 - Mi test: /tmp/tmp.V42PUoHxrv/ust_channel.xml command success
PASS: tools/mi/test_mi 49 - Extraction of xpath //lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text()
PASS: tools/mi/test_mi 50 - MI test: channelUst0 disabled
PASS: tools/mi/test_mi 51 - Disable channel channelUst1,channelUst2 for session testsession
PASS: tools/mi/test_mi 52 - Mi test: multiple disable ust channel xsd validation
PASS: tools/mi/test_mi 53 - Extraction of xpath /lttng:command/lttng:success/text()
-PASS: tools/mi/test_mi 54 - Mi test: /tmp/tmp.v7l5jF6eoj/ust_channel.xml command success
+PASS: tools/mi/test_mi 54 - Mi test: /tmp/tmp.V42PUoHxrv/ust_channel.xml command success
PASS: tools/mi/test_mi 55 - Extraction of xpath //lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text()
PASS: tools/mi/test_mi 56 - Mi test: disabled ust channel 2/2
PASS: tools/mi/test_mi 57 - Destroy all lttng sessions
-PASS: tools/mi/test_mi 58 - Create session testSession in /tmp/tmp.v7l5jF6eoj
+PASS: tools/mi/test_mi 58 - Create session testSession in /tmp/tmp.V42PUoHxrv
PASS: tools/mi/test_mi 59 - Enable channel testChannel for session testSession
PASS: tools/mi/test_mi 60 - Enable ust event ev1 for session testSession
PASS: tools/mi/test_mi 61 - Mi test: Enable_event for ust domain xsd validation
PASS: tools/mi/test_mi 62 - Extraction of xpath /lttng:command/lttng:success/text()
-PASS: tools/mi/test_mi 63 - Mi test: /tmp/tmp.v7l5jF6eoj/ust_event.xml command success
+PASS: tools/mi/test_mi 63 - Mi test: /tmp/tmp.V42PUoHxrv/ust_event.xml command success
PASS: tools/mi/test_mi 64 - Enable ust event ev1 for session testSession failed as expected
PASS: tools/mi/test_mi 65 - Mi test: Fail enable_event for ust domain xsd validation
PASS: tools/mi/test_mi 66 - Extraction of xpath /lttng:command/lttng:success/text()
-PASS: tools/mi/test_mi 67 - Mi test: /tmp/tmp.v7l5jF6eoj/ust_event.xml command failed as expected
+PASS: tools/mi/test_mi 67 - Mi test: /tmp/tmp.V42PUoHxrv/ust_event.xml command failed as expected
PASS: tools/mi/test_mi 68 - Enable ust event ev1,ev2,ev3 for session testSession failed as expected
PASS: tools/mi/test_mi 69 - Mi test: Multiple enable ust event with inside fail xsd validation
PASS: tools/mi/test_mi 70 - Extraction of xpath //lttng:command/lttng:output/lttng:events/lttng:event/lttng:success/text()
@@ -27010,15 +26996,15 @@ PASS: tools/mi/test_mi 73 - Mi test: Enabled event on failing enable command /2
PASS: tools/mi/test_mi 74 - Disable event ev1 for session testSession
PASS: tools/mi/test_mi 75 - Mi test: Disable ust event xsd validation
PASS: tools/mi/test_mi 76 - Extraction of xpath /lttng:command/lttng:success/text()
-PASS: tools/mi/test_mi 77 - Mi test: /tmp/tmp.v7l5jF6eoj/ust_event.xml command success
+PASS: tools/mi/test_mi 77 - Mi test: /tmp/tmp.V42PUoHxrv/ust_event.xml command success
PASS: tools/mi/test_mi 78 - Disable event ev1,ev2,ev3 for session testSession
PASS: tools/mi/test_mi 79 - Mi test: Disable multiple ust event xsd validation
PASS: tools/mi/test_mi 80 - Extraction of xpath /lttng:command/lttng:success/text()
-PASS: tools/mi/test_mi 81 - Mi test: /tmp/tmp.v7l5jF6eoj/ust_event.xml command success
+PASS: tools/mi/test_mi 81 - Mi test: /tmp/tmp.V42PUoHxrv/ust_event.xml command success
PASS: tools/mi/test_mi 82 - Extraction of xpath //lttng:command/lttng:output/lttng:channel/lttng:events/lttng:event/lttng:success/text()
PASS: tools/mi/test_mi 83 - Mi test: Disable multiple ust event success 3/3
PASS: tools/mi/test_mi 84 - Destroy all lttng sessions
-PASS: tools/mi/test_mi 85 - Create session testSession in /tmp/tmp.v7l5jF6eoj
+PASS: tools/mi/test_mi 85 - Create session testSession in /tmp/tmp.V42PUoHxrv
PASS: tools/mi/test_mi 86 - Enable channel testChannel for session testSession
PASS: tools/mi/test_mi 87 - Enable ust event ev1,ev2,ev3 for session testSession
PASS: tools/mi/test_mi 88 - Lttng-tool list command with option testSession -c testChannel
@@ -27030,7 +27016,7 @@ PASS: tools/mi/test_mi 93 - Mi test: 1 / 1 channel discovered
PASS: tools/mi/test_mi 94 - Mi test: expected channel: testChannel found: testChannel
PASS: tools/mi/test_mi 95 - Enable channel testChannela for session testSession
PASS: tools/mi/test_mi 96 - Destroy all lttng sessions
-PASS: tools/mi/test_mi 97 - Create session testSession in /tmp/tmp.v7l5jF6eoj
+PASS: tools/mi/test_mi 97 - Create session testSession in /tmp/tmp.V42PUoHxrv
PASS: tools/mi/test_mi 98 - Enable channel testChannel for session testSession
PASS: tools/mi/test_mi 99 - Enable ust event ev1,ev2,ev3 for session testSession
PASS: tools/mi/test_mi 100 - Enable JUL event ev1,ev2,ev3 for session testSession
@@ -27041,7 +27027,7 @@ PASS: tools/mi/test_mi 104 - Mi test: 2 / 2 domains discovered
PASS: tools/mi/test_mi 105 - Mi test: domains Jul is present
PASS: tools/mi/test_mi 106 - Mi test: domains UST is present
PASS: tools/mi/test_mi 107 - Destroy all lttng sessions
-PASS: tools/mi/test_mi 108 - Create session testSession in /tmp/tmp.v7l5jF6eoj
+PASS: tools/mi/test_mi 108 - Create session testSession in /tmp/tmp.V42PUoHxrv
PASS: tools/mi/test_mi 109 - Enable channel testChannel for session testSession
PASS: tools/mi/test_mi 110 - Enable ust event ev1,ev2,ev3 for session testSession
PASS: tools/mi/test_mi 111 - Enable JUL event ev1,ev2,ev3 for session testSession
@@ -27058,7 +27044,7 @@ PASS: tools/mi/test_mi 121 - Extraction of xpath //lttng:command/lttng:output/lt
PASS: tools/mi/test_mi 122 - Mi test: 26 / 5 ust events discovered
PASS: tools/mi/test_mi 123 - Extraction of xpath //lttng:command/lttng:output/lttng:domains/lttng:domain[./lttng:type ='UST']/lttng:pids/lttng:pid/lttng:events/lttng:event[./lttng:name = 'tp:tptest']/lttng:event_fields/lttng:event_field/lttng:name/text()
PASS: tools/mi/test_mi 124 - Mi test: 12 / 12 ust event fields discovered
-PASS: tools/mi/test_mi 125 - Create session testStartStopSession in /tmp/tmp.v7l5jF6eoj
+PASS: tools/mi/test_mi 125 - Create session testStartStopSession in /tmp/tmp.V42PUoHxrv
PASS: tools/mi/test_mi 126 - Start tracing for session testStartStopSession failed as expected
PASS: tools/mi/test_mi 127 - Mi test: failed start xsd validation
PASS: tools/mi/test_mi 128 - Extraction of xpath /lttng:command/lttng:success/text()
@@ -27086,7 +27072,7 @@ PASS: tools/mi/test_mi 149 - Extraction of xpath /lttng:command/lttng:success/te
PASS: tools/mi/test_mi 150 - Mi test: mi report failure on start command as expected
PASS: tools/mi/test_mi 151 - Destroy all lttng sessions
PASS: tools/mi/test_mi 152 - Create session testSnapshotAdd in no-output mode
-PASS: tools/mi/test_mi 153 - Added snapshot output file:///tmp/tmp.v7l5jF6eoj/snapshotoutput
+PASS: tools/mi/test_mi 153 - Added snapshot output file:///tmp/tmp.V42PUoHxrv/snapshotoutput
PASS: tools/mi/test_mi 154 - Mi test: snapshot xsd validation
PASS: tools/mi/test_mi 155 - Extraction of xpath /lttng:command/lttng:success/text()
PASS: tools/mi/test_mi 156 - Mi test: add snapshot is a success
@@ -27157,356 +27143,356 @@ 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.v7l5jF6eoj/J5dCnUUbHqhjIHNLgTgXZofn6teRV5PAlbGnMNBjQezqHRQCDgzARUNPpChJ4bqgLityTPkMTfAGMhkT8ZJWFVgsWeFzIfk64QelwJrJg3ibtw5YP91krZOOBeoFA1Aqo9wjvHRlrOfHawFPCy4LUbeixl1rdI6IlkVmlhyHFFTiY1ASQQBonjbCDucek92QAhIlCZcdillRWHknmpYi7ILmwP0D4dnVcdEdWWc6jRL38yWatqubry7Mz74Jmc
+PASS: tools/mi/test_mi 224 - Create session session_long_path in /tmp/tmp.V42PUoHxrv/LZBd3mMbxVo9DSOcTIGMHUUCfl5MmAGCRayT51b1M4Cpge52glXuxH3GuEc9rXXWPdrcT5moVayzVS3YkvF2vxvnBiILWjZzOtMcDvF8ZNwT616ALsOzvMYtMMpghg0JyeY51zGBnbgnuuLOtOI3sgnfSWzl525SNsFAsSBq8pSBVaZRJyyhHcBKLjZGjkY2w5vAA8Lz6DmKaDdVJMJsRIoDmHV9pEu3taOymnmeSsv4mdiYGUerk72ApPklTr
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
PASS: tools/mi/test_mi 228 - Kill session daemon
PASS: tools/wildcard/test_event_wildcard 1 - Start session daemon
-PASS: tools/wildcard/test_event_wildcard 2 - Create session wildcard in /tmp/tmp.LPzlMbywYe
+PASS: tools/wildcard/test_event_wildcard 2 - Create session wildcard in /tmp/tmp.p2IyXh6Orz
PASS: tools/wildcard/test_event_wildcard 3 - Enable ust event tp:abc* for session wildcard
PASS: tools/wildcard/test_event_wildcard 4 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 5 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 6 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 7 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 8 - Trace match
-PASS: tools/wildcard/test_event_wildcard 9 - Create session wildcard in /tmp/tmp.ACIhA5u6Wo
+PASS: tools/wildcard/test_event_wildcard 9 - Create session wildcard in /tmp/tmp.0X6GaopNry
PASS: tools/wildcard/test_event_wildcard 10 - Enable ust event *abc for session wildcard
PASS: tools/wildcard/test_event_wildcard 11 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 12 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 13 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 14 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 15 - Trace match
-PASS: tools/wildcard/test_event_wildcard 16 - Create session wildcard in /tmp/tmp.qHnIkf8eVT
+PASS: tools/wildcard/test_event_wildcard 16 - Create session wildcard in /tmp/tmp.2qIiSdd9R4
PASS: tools/wildcard/test_event_wildcard 17 - Enable ust event *z* for session wildcard
PASS: tools/wildcard/test_event_wildcard 18 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 19 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 20 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 21 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 22 - Trace match
-PASS: tools/wildcard/test_event_wildcard 23 - Create session wildcard in /tmp/tmp.5EG8ij8TDN
+PASS: tools/wildcard/test_event_wildcard 23 - Create session wildcard in /tmp/tmp.RCiyoTkWTB
PASS: tools/wildcard/test_event_wildcard 24 - Enable ust event *\** for session wildcard
PASS: tools/wildcard/test_event_wildcard 25 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 26 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 27 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 28 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 29 - Trace match
-PASS: tools/wildcard/test_event_wildcard 30 - Create session wildcard in /tmp/tmp.LLC6KWdzh2
+PASS: tools/wildcard/test_event_wildcard 30 - Create session wildcard in /tmp/tmp.9utm5y6ovH
PASS: tools/wildcard/test_event_wildcard 31 - Enable ust event *\* for session wildcard
PASS: tools/wildcard/test_event_wildcard 32 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 33 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 34 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 35 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 36 - Trace match
-PASS: tools/wildcard/test_event_wildcard 37 - Create session wildcard in /tmp/tmp.2jvFhBS5Bk
+PASS: tools/wildcard/test_event_wildcard 37 - Create session wildcard in /tmp/tmp.vobFMNed0F
PASS: tools/wildcard/test_event_wildcard 38 - Enable ust event \** for session wildcard
PASS: tools/wildcard/test_event_wildcard 39 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 40 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 41 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 42 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 43 - Trace match
-PASS: tools/wildcard/test_event_wildcard 44 - Create session wildcard in /tmp/tmp.GzGkQfiNJZ
+PASS: tools/wildcard/test_event_wildcard 44 - Create session wildcard in /tmp/tmp.2RLLFMBwf0
PASS: tools/wildcard/test_event_wildcard 45 - Enable ust event *:*tpte*s for session wildcard
PASS: tools/wildcard/test_event_wildcard 46 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 47 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 48 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 49 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 50 - Trace match
-PASS: tools/wildcard/test_event_wildcard 51 - Create session wildcard in /tmp/tmp.y67gqAHMAP
+PASS: tools/wildcard/test_event_wildcard 51 - Create session wildcard in /tmp/tmp.6pEaRjNSDV
PASS: tools/wildcard/test_event_wildcard 52 - Enable ust event tp**tpTest for session wildcard
PASS: tools/wildcard/test_event_wildcard 53 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 54 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 55 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 56 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 57 - Trace match
-PASS: tools/wildcard/test_event_wildcard 58 - Create session wildcard in /tmp/tmp.gxGgeWJeWw
+PASS: tools/wildcard/test_event_wildcard 58 - Create session wildcard in /tmp/tmp.2YB0KYl0PH
PASS: tools/wildcard/test_event_wildcard 59 - Enable ust event tp:tp* for session wildcard
PASS: tools/wildcard/test_event_wildcard 60 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 61 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 62 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 63 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 64 - Trace match
-PASS: tools/wildcard/test_event_wildcard 65 - Create session wildcard in /tmp/tmp.iWaMT0L27K
+PASS: tools/wildcard/test_event_wildcard 65 - Create session wildcard in /tmp/tmp.ychCFpIfmZ
PASS: tools/wildcard/test_event_wildcard 66 - Enable ust event * for session wildcard
PASS: tools/wildcard/test_event_wildcard 67 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 68 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 69 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 70 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 71 - Trace match
-PASS: tools/wildcard/test_event_wildcard 72 - Create session wildcard in /tmp/tmp.IJEuCl5yXY
+PASS: tools/wildcard/test_event_wildcard 72 - Create session wildcard in /tmp/tmp.7R0JpnwQos
PASS: tools/wildcard/test_event_wildcard 73 - Enable ust event tp:tptest* for session wildcard
PASS: tools/wildcard/test_event_wildcard 74 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 75 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 76 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 77 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 78 - Trace match
-PASS: tools/wildcard/test_event_wildcard 79 - Create session wildcard in /tmp/tmp.cD7tx7DIFy
+PASS: tools/wildcard/test_event_wildcard 79 - Create session wildcard in /tmp/tmp.0iTdeMxkP6
PASS: tools/wildcard/test_event_wildcard 80 - Enable ust event ** for session wildcard
PASS: tools/wildcard/test_event_wildcard 81 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 82 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 83 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 84 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 85 - Trace match
-PASS: tools/wildcard/test_event_wildcard 86 - Create session wildcard in /tmp/tmp.NUttJSwKtC
+PASS: tools/wildcard/test_event_wildcard 86 - Create session wildcard in /tmp/tmp.4hNVP17wVv
PASS: tools/wildcard/test_event_wildcard 87 - Enable ust event *** for session wildcard
PASS: tools/wildcard/test_event_wildcard 88 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 89 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 90 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 91 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 92 - Trace match
-PASS: tools/wildcard/test_event_wildcard 93 - Create session wildcard in /tmp/tmp.Qh9vMXeBQN
+PASS: tools/wildcard/test_event_wildcard 93 - Create session wildcard in /tmp/tmp.rubboZ584O
PASS: tools/wildcard/test_event_wildcard 94 - Enable ust event *tptest for session wildcard
PASS: tools/wildcard/test_event_wildcard 95 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 96 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 97 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 98 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 99 - Trace match
-PASS: tools/wildcard/test_event_wildcard 100 - Create session wildcard in /tmp/tmp.1A6ae60Vkj
+PASS: tools/wildcard/test_event_wildcard 100 - Create session wildcard in /tmp/tmp.x3uHLDFBkV
PASS: tools/wildcard/test_event_wildcard 101 - Enable ust event **tptest for session wildcard
PASS: tools/wildcard/test_event_wildcard 102 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 103 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 104 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 105 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 106 - Trace match
-PASS: tools/wildcard/test_event_wildcard 107 - Create session wildcard in /tmp/tmp.65BtG0Ht5F
+PASS: tools/wildcard/test_event_wildcard 107 - Create session wildcard in /tmp/tmp.esm5o6qjHN
PASS: tools/wildcard/test_event_wildcard 108 - Enable ust event *tpte* for session wildcard
PASS: tools/wildcard/test_event_wildcard 109 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 110 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 111 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 112 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 113 - Trace match
-PASS: tools/wildcard/test_event_wildcard 114 - Create session wildcard in /tmp/tmp.MAnugp62aR
+PASS: tools/wildcard/test_event_wildcard 114 - Create session wildcard in /tmp/tmp.5jKgBwCKNS
PASS: tools/wildcard/test_event_wildcard 115 - Enable ust event *tp* for session wildcard
PASS: tools/wildcard/test_event_wildcard 116 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 117 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 118 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 119 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 120 - Trace match
-PASS: tools/wildcard/test_event_wildcard 121 - Create session wildcard in /tmp/tmp.oysgGXkygN
+PASS: tools/wildcard/test_event_wildcard 121 - Create session wildcard in /tmp/tmp.QGLNQtD9ZI
PASS: tools/wildcard/test_event_wildcard 122 - Enable ust event *tp** for session wildcard
PASS: tools/wildcard/test_event_wildcard 123 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 124 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 125 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 126 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 127 - Trace match
-PASS: tools/wildcard/test_event_wildcard 128 - Create session wildcard in /tmp/tmp.VkLzsLkY7p
+PASS: tools/wildcard/test_event_wildcard 128 - Create session wildcard in /tmp/tmp.IKmhfSugE9
PASS: tools/wildcard/test_event_wildcard 129 - Enable ust event *:*tptest for session wildcard
PASS: tools/wildcard/test_event_wildcard 130 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 131 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 132 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 133 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 134 - Trace match
-PASS: tools/wildcard/test_event_wildcard 135 - Create session wildcard in /tmp/tmp.xasOC9x9wD
+PASS: tools/wildcard/test_event_wildcard 135 - Create session wildcard in /tmp/tmp.VBRJQoOzaC
PASS: tools/wildcard/test_event_wildcard 136 - Enable ust event *:*tpte*t for session wildcard
PASS: tools/wildcard/test_event_wildcard 137 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 138 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 139 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 140 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 141 - Trace match
-PASS: tools/wildcard/test_event_wildcard 142 - Create session wildcard in /tmp/tmp.BZb1BCr4sA
+PASS: tools/wildcard/test_event_wildcard 142 - Create session wildcard in /tmp/tmp.oRqPID8w3W
PASS: tools/wildcard/test_event_wildcard 143 - Enable ust event t*p*:*t*e*s*t for session wildcard
PASS: tools/wildcard/test_event_wildcard 144 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 145 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 146 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 147 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 148 - Trace match
-PASS: tools/wildcard/test_event_wildcard 149 - Create session wildcard in /tmp/tmp.zk7sBKpexb
+PASS: tools/wildcard/test_event_wildcard 149 - Create session wildcard in /tmp/tmp.CCk6zyEFAt
PASS: tools/wildcard/test_event_wildcard 150 - Enable ust event *t*p*:*t*e*s*t* for session wildcard
PASS: tools/wildcard/test_event_wildcard 151 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 152 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 153 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 154 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 155 - Trace match
-PASS: tools/wildcard/test_event_wildcard 156 - Create session wildcard in /tmp/tmp.loFXMo6SoR
+PASS: tools/wildcard/test_event_wildcard 156 - Create session wildcard in /tmp/tmp.1SVKhPXdHw
PASS: tools/wildcard/test_event_wildcard 157 - Enable ust event tp*tptest for session wildcard
PASS: tools/wildcard/test_event_wildcard 158 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 159 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 160 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 161 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 162 - Trace match
-PASS: tools/wildcard/test_event_wildcard 163 - Create session wildcard in /tmp/tmp.LKC2zLYBb0
+PASS: tools/wildcard/test_event_wildcard 163 - Create session wildcard in /tmp/tmp.krTw3NEcd7
PASS: tools/wildcard/test_event_wildcard 164 - Enable ust event tp**tptest for session wildcard
PASS: tools/wildcard/test_event_wildcard 165 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 166 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 167 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 168 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 169 - Trace match
-PASS: tools/wildcard/test_event_wildcard 170 - Create session wildcard in /tmp/tmp.gw3iJCQiwZ
+PASS: tools/wildcard/test_event_wildcard 170 - Create session wildcard in /tmp/tmp.alJBDouUNf
PASS: tools/wildcard/test_event_wildcard 171 - Enable ust event tp*test for session wildcard
PASS: tools/wildcard/test_event_wildcard 172 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 173 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 174 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 175 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 176 - Trace match
-PASS: tools/wildcard/test_event_wildcard 177 - Create session wildcard in /tmp/tmp.n6yvauCdBm
+PASS: tools/wildcard/test_event_wildcard 177 - Create session wildcard in /tmp/tmp.gExtLFW71u
PASS: tools/wildcard/test_event_wildcard 178 - Enable kernel event lttng_test_abc* for session wildcard
PASS: tools/wildcard/test_event_wildcard 179 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 180 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 181 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 182 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 183 - Trace match
-PASS: tools/wildcard/test_event_wildcard 184 - Create session wildcard in /tmp/tmp.lbKn7ea3fC
+PASS: tools/wildcard/test_event_wildcard 184 - Create session wildcard in /tmp/tmp.hRllXAaS6Y
PASS: tools/wildcard/test_event_wildcard 185 - Enable kernel event *abc for session wildcard
PASS: tools/wildcard/test_event_wildcard 186 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 187 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 188 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 189 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 190 - Trace match
-PASS: tools/wildcard/test_event_wildcard 191 - Create session wildcard in /tmp/tmp.KGECf09Ufm
+PASS: tools/wildcard/test_event_wildcard 191 - Create session wildcard in /tmp/tmp.LRNrhmBlyW
PASS: tools/wildcard/test_event_wildcard 192 - Enable kernel event *z* for session wildcard
PASS: tools/wildcard/test_event_wildcard 193 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 194 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 195 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 196 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 197 - Trace match
-PASS: tools/wildcard/test_event_wildcard 198 - Create session wildcard in /tmp/tmp.DA930wXKO6
+PASS: tools/wildcard/test_event_wildcard 198 - Create session wildcard in /tmp/tmp.JiBJGtgrD5
PASS: tools/wildcard/test_event_wildcard 199 - Enable kernel event *\** for session wildcard
PASS: tools/wildcard/test_event_wildcard 200 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 201 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 202 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 203 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 204 - Trace match
-PASS: tools/wildcard/test_event_wildcard 205 - Create session wildcard in /tmp/tmp.swQYePLGMg
+PASS: tools/wildcard/test_event_wildcard 205 - Create session wildcard in /tmp/tmp.kaQqJDrO73
PASS: tools/wildcard/test_event_wildcard 206 - Enable kernel event *\* for session wildcard
PASS: tools/wildcard/test_event_wildcard 207 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 208 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 209 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 210 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 211 - Trace match
-PASS: tools/wildcard/test_event_wildcard 212 - Create session wildcard in /tmp/tmp.8BaM7mCojX
+PASS: tools/wildcard/test_event_wildcard 212 - Create session wildcard in /tmp/tmp.rot1Vy76Pa
PASS: tools/wildcard/test_event_wildcard 213 - Enable kernel event \** for session wildcard
PASS: tools/wildcard/test_event_wildcard 214 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 215 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 216 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 217 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 218 - Trace match
-PASS: tools/wildcard/test_event_wildcard 219 - Create session wildcard in /tmp/tmp.1a3mC1wJg3
+PASS: tools/wildcard/test_event_wildcard 219 - Create session wildcard in /tmp/tmp.EULJvhTtso
PASS: tools/wildcard/test_event_wildcard 220 - Enable kernel event *:*eve*n for session wildcard
PASS: tools/wildcard/test_event_wildcard 221 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 222 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 223 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 224 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 225 - Trace match
-PASS: tools/wildcard/test_event_wildcard 226 - Create session wildcard in /tmp/tmp.Qmwwut5ofB
+PASS: tools/wildcard/test_event_wildcard 226 - Create session wildcard in /tmp/tmp.Drb8Q1ccw7
PASS: tools/wildcard/test_event_wildcard 227 - Enable kernel event lttng_test_fil* for session wildcard
PASS: tools/wildcard/test_event_wildcard 228 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 229 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 230 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 231 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 232 - Trace match
-PASS: tools/wildcard/test_event_wildcard 233 - Create session wildcard in /tmp/tmp.XOju7AyH7J
+PASS: tools/wildcard/test_event_wildcard 233 - Create session wildcard in /tmp/tmp.0wqlStlHFg
PASS: tools/wildcard/test_event_wildcard 234 - Enable kernel event * for session wildcard
PASS: tools/wildcard/test_event_wildcard 235 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 236 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 237 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 238 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 239 - Trace match
-PASS: tools/wildcard/test_event_wildcard 240 - Create session wildcard in /tmp/tmp.ZeK4iT37mi
+PASS: tools/wildcard/test_event_wildcard 240 - Create session wildcard in /tmp/tmp.cxSW7dKtyI
PASS: tools/wildcard/test_event_wildcard 241 - Enable kernel event lttng_test_filter_event* for session wildcard
PASS: tools/wildcard/test_event_wildcard 242 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 243 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 244 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 245 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 246 - Trace match
-PASS: tools/wildcard/test_event_wildcard 247 - Create session wildcard in /tmp/tmp.XLPcs68hBf
+PASS: tools/wildcard/test_event_wildcard 247 - Create session wildcard in /tmp/tmp.gZsWymq1rE
PASS: tools/wildcard/test_event_wildcard 248 - Enable kernel event ** for session wildcard
PASS: tools/wildcard/test_event_wildcard 249 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 250 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 251 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 252 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 253 - Trace match
-PASS: tools/wildcard/test_event_wildcard 254 - Create session wildcard in /tmp/tmp.5RiISPOATt
+PASS: tools/wildcard/test_event_wildcard 254 - Create session wildcard in /tmp/tmp.q6ahiONqJG
PASS: tools/wildcard/test_event_wildcard 255 - Enable kernel event *** for session wildcard
PASS: tools/wildcard/test_event_wildcard 256 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 257 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 258 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 259 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 260 - Trace match
-PASS: tools/wildcard/test_event_wildcard 261 - Create session wildcard in /tmp/tmp.D6xiXcilJo
+PASS: tools/wildcard/test_event_wildcard 261 - Create session wildcard in /tmp/tmp.VkAkAli3jZ
PASS: tools/wildcard/test_event_wildcard 262 - Enable kernel event *filter_event for session wildcard
PASS: tools/wildcard/test_event_wildcard 263 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 264 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 265 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 266 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 267 - Trace match
-PASS: tools/wildcard/test_event_wildcard 268 - Create session wildcard in /tmp/tmp.L3WUSxjftz
+PASS: tools/wildcard/test_event_wildcard 268 - Create session wildcard in /tmp/tmp.K674pZHKxl
PASS: tools/wildcard/test_event_wildcard 269 - Enable kernel event *ter_ev* for session wildcard
PASS: tools/wildcard/test_event_wildcard 270 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 271 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 272 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 273 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 274 - Trace match
-PASS: tools/wildcard/test_event_wildcard 275 - Create session wildcard in /tmp/tmp.7dYQonTxcG
+PASS: tools/wildcard/test_event_wildcard 275 - Create session wildcard in /tmp/tmp.4YumHYFSwO
PASS: tools/wildcard/test_event_wildcard 276 - Enable kernel event *test* for session wildcard
PASS: tools/wildcard/test_event_wildcard 277 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 278 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 279 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 280 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 281 - Trace match
-PASS: tools/wildcard/test_event_wildcard 282 - Create session wildcard in /tmp/tmp.V2a6iY3AJw
+PASS: tools/wildcard/test_event_wildcard 282 - Create session wildcard in /tmp/tmp.Zzi2HlEUih
PASS: tools/wildcard/test_event_wildcard 283 - Enable kernel event *test** for session wildcard
PASS: tools/wildcard/test_event_wildcard 284 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 285 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 286 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 287 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 288 - Trace match
-PASS: tools/wildcard/test_event_wildcard 289 - Create session wildcard in /tmp/tmp.vfA8pLjHe9
+PASS: tools/wildcard/test_event_wildcard 289 - Create session wildcard in /tmp/tmp.8MG85kTyG1
PASS: tools/wildcard/test_event_wildcard 290 - Enable kernel event *e* for session wildcard
PASS: tools/wildcard/test_event_wildcard 291 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 292 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 293 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 294 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 295 - Trace match
-PASS: tools/wildcard/test_event_wildcard 296 - Create session wildcard in /tmp/tmp.uhgBDrHaRL
+PASS: tools/wildcard/test_event_wildcard 296 - Create session wildcard in /tmp/tmp.t0JbC2iwPq
PASS: tools/wildcard/test_event_wildcard 297 - Enable kernel event *_*event for session wildcard
PASS: tools/wildcard/test_event_wildcard 298 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 299 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 300 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 301 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 302 - Trace match
-PASS: tools/wildcard/test_event_wildcard 303 - Create session wildcard in /tmp/tmp.RMPT7YBzck
+PASS: tools/wildcard/test_event_wildcard 303 - Create session wildcard in /tmp/tmp.SAye8YTruD
PASS: tools/wildcard/test_event_wildcard 304 - Enable kernel event *_*filter_*nt for session wildcard
PASS: tools/wildcard/test_event_wildcard 305 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 306 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 307 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 308 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 309 - Trace match
-PASS: tools/wildcard/test_event_wildcard 310 - Create session wildcard in /tmp/tmp.gaGLKBNjb8
+PASS: tools/wildcard/test_event_wildcard 310 - Create session wildcard in /tmp/tmp.i71n71vHBb
PASS: tools/wildcard/test_event_wildcard 311 - Enable kernel event *_**filter_*nt for session wildcard
PASS: tools/wildcard/test_event_wildcard 312 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 313 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 314 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 315 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 316 - Trace match
-PASS: tools/wildcard/test_event_wildcard 317 - Create session wildcard in /tmp/tmp.TJ2RFX4860
+PASS: tools/wildcard/test_event_wildcard 317 - Create session wildcard in /tmp/tmp.aFMc5HbT0v
PASS: tools/wildcard/test_event_wildcard 318 - Enable kernel event l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t for session wildcard
PASS: tools/wildcard/test_event_wildcard 319 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 320 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 321 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 322 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 323 - Trace match
-PASS: tools/wildcard/test_event_wildcard 324 - Create session wildcard in /tmp/tmp.CIwJPBzKwJ
+PASS: tools/wildcard/test_event_wildcard 324 - Create session wildcard in /tmp/tmp.uvixIfelRH
PASS: tools/wildcard/test_event_wildcard 325 - Enable kernel event *l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t* for session wildcard
PASS: tools/wildcard/test_event_wildcard 326 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 327 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 328 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 329 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 330 - Trace match
-PASS: tools/wildcard/test_event_wildcard 331 - Create session wildcard in /tmp/tmp.wEBGtmw0CB
+PASS: tools/wildcard/test_event_wildcard 331 - Create session wildcard in /tmp/tmp.SGzBVKdUxp
PASS: tools/wildcard/test_event_wildcard 332 - Enable kernel event lttng*event for session wildcard
PASS: tools/wildcard/test_event_wildcard 333 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 334 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 335 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 336 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 337 - Trace match
-PASS: tools/wildcard/test_event_wildcard 338 - Create session wildcard in /tmp/tmp.4PSjmvpKPe
+PASS: tools/wildcard/test_event_wildcard 338 - Create session wildcard in /tmp/tmp.LBsHLulIH5
PASS: tools/wildcard/test_event_wildcard 339 - Enable kernel event lttng*test*filter*event for session wildcard
PASS: tools/wildcard/test_event_wildcard 340 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 341 - Traced application stopped.
PASS: tools/wildcard/test_event_wildcard 342 - Stop lttng tracing for session
PASS: tools/wildcard/test_event_wildcard 343 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 344 - Trace match
-PASS: tools/wildcard/test_event_wildcard 345 - Create session wildcard in /tmp/tmp.Z0Uc8Aray9
+PASS: tools/wildcard/test_event_wildcard 345 - Create session wildcard in /tmp/tmp.xlOExHY6Xv
PASS: tools/wildcard/test_event_wildcard 346 - Enable kernel event *lttng*test*filter*event* for session wildcard
PASS: tools/wildcard/test_event_wildcard 347 - Start tracing for session
PASS: tools/wildcard/test_event_wildcard 348 - Traced application stopped.
@@ -27515,37 +27501,37 @@ PASS: tools/wildcard/test_event_wildcard 350 - Destroy session wildcard
PASS: tools/wildcard/test_event_wildcard 351 - Trace match
PASS: tools/wildcard/test_event_wildcard 352 - Kill session daemon
PASS: tools/crash/test_crash 1 - Start session daemon
-PASS: tools/crash/test_crash 2 - Create session shm_path_per_uid in /tmp/tmp.ZmXDEMsFJv
+PASS: tools/crash/test_crash 2 - Create session shm_path_per_uid in /tmp/tmp.x31m8R0RsV
PASS: tools/crash/test_crash 3 - Enable channel channel_per_uid for session shm_path_per_uid
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.JM1auyN8nX/shm_path_per_uid-20190527-172513 created on application creation
-PASS: tools/crash/test_crash 8 - uid path exist found /tmp/tmp.JM1auyN8nX/shm_path_per_uid-20190527-172513/ust/uid/0
+PASS: tools/crash/test_crash 7 - Path /tmp/tmp.aO7k3lclWX/shm_path_per_uid-20190527-231847 created on application creation
+PASS: tools/crash/test_crash 8 - uid path exist found /tmp/tmp.aO7k3lclWX/shm_path_per_uid-20190527-231847/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
PASS: tools/crash/test_crash 12 - Full cleanup
PASS: tools/crash/test_crash 13 - Kill session daemon
PASS: tools/crash/test_crash 14 - Start session daemon
-PASS: tools/crash/test_crash 15 - Create session shm_path_per_pid in /tmp/tmp.ZmXDEMsFJv
+PASS: tools/crash/test_crash 15 - Create session shm_path_per_pid in /tmp/tmp.x31m8R0RsV
PASS: tools/crash/test_crash 16 - Enable channel channel_per_pid for session shm_path_per_pid
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.WUPIHpa9oc/shm_path_per_pid-20190527-172518 created on application creation
-PASS: tools/crash/test_crash 21 - Pid path exists: /tmp/tmp.WUPIHpa9oc/shm_path_per_pid-20190527-172518/ust/pid/gen-ust-events-15181-20190527-172518
+PASS: tools/crash/test_crash 20 - Path /tmp/tmp.st06rr4sBh/shm_path_per_pid-20190527-231851 created on application creation
+PASS: tools/crash/test_crash 21 - Pid path exists: /tmp/tmp.st06rr4sBh/shm_path_per_pid-20190527-231851/ust/pid/gen-ust-events-15222-20190527-231851
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.WUPIHpa9oc/shm_path_per_pid-20190527-172518/ust/pid/gen-ust-events-15198-20190527-172519
+PASS: tools/crash/test_crash 25 - Pid path exist found /tmp/tmp.st06rr4sBh/shm_path_per_pid-20190527-231851/ust/pid/gen-ust-events-15239-20190527-231852
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
PASS: tools/crash/test_crash 29 - Destroy session shm_path_per_pid
PASS: tools/crash/test_crash 30 - Kill session daemon
PASS: tools/crash/test_crash 31 - Start session daemon
-PASS: tools/crash/test_crash 32 - Create session shm_path_per_pid in /tmp/tmp.ZmXDEMsFJv
+PASS: tools/crash/test_crash 32 - Create session shm_path_per_pid in /tmp/tmp.x31m8R0RsV
PASS: tools/crash/test_crash 33 - Enable channel channel_per_pid for session shm_path_per_pid
PASS: tools/crash/test_crash 34 - Start tracing for session shm_path_per_pid
PASS: tools/crash/test_crash 35 - Start application to trace
@@ -27553,7 +27539,7 @@ PASS: tools/crash/test_crash 36 - Start application to trace
PASS: tools/crash/test_crash 37 - Kill session daemon
PASS: tools/crash/test_crash 38 - Full cleanup on sigint
PASS: tools/crash/test_crash 39 - Start session daemon
-PASS: tools/crash/test_crash 40 - Create session shm_path_per_uid_sigint in /tmp/tmp.ZmXDEMsFJv
+PASS: tools/crash/test_crash 40 - Create session shm_path_per_uid_sigint in /tmp/tmp.x31m8R0RsV
PASS: tools/crash/test_crash 41 - Enable channel channel_per_uid_sigint for session shm_path_per_uid_sigint
PASS: tools/crash/test_crash 42 - Start tracing for session shm_path_per_uid_sigint
PASS: tools/crash/test_crash 43 - Start application to trace
@@ -27561,7 +27547,7 @@ PASS: tools/crash/test_crash 44 - Start application to trace
PASS: tools/crash/test_crash 45 - Kill session daemon
PASS: tools/crash/test_crash 46 - Full cleanup on sigint
PASS: tools/crash/test_crash 47 - Start session daemon
-PASS: tools/crash/test_crash 48 - Create session crash_test in /tmp/tmp.ZmXDEMsFJv
+PASS: tools/crash/test_crash 48 - Create session crash_test in /tmp/tmp.x31m8R0RsV
PASS: tools/crash/test_crash 49 - Enable channel channel_crash for session crash_test
PASS: tools/crash/test_crash 50 - Enable ust event tp:tptest for session crash_test
PASS: tools/crash/test_crash 51 - Start tracing for session crash_test
@@ -27571,7 +27557,7 @@ PASS: tools/crash/test_crash 54 - Expect 10 recup event from symlink buffers got
PASS: tools/crash/test_crash 55 - Destroy session crash_test
PASS: tools/crash/test_crash 56 - Kill session daemon
PASS: tools/crash/test_crash 57 - Start session daemon
-PASS: tools/crash/test_crash 58 - Create session crash_test in /tmp/tmp.ZmXDEMsFJv
+PASS: tools/crash/test_crash 58 - Create session crash_test in /tmp/tmp.x31m8R0RsV
PASS: tools/crash/test_crash 59 - Enable channel channel_crash for session crash_test
PASS: tools/crash/test_crash 60 - Enable ust event tp:tptest for session crash_test
PASS: tools/crash/test_crash 61 - Start tracing for session crash_test
@@ -27581,7 +27567,7 @@ PASS: tools/crash/test_crash 64 - Trace match with 10 event tp:tptest
PASS: tools/crash/test_crash 65 - Destroy session crash_test
PASS: tools/crash/test_crash 66 - Kill session daemon
PASS: tools/crash/test_crash 67 - Start session daemon
-PASS: tools/crash/test_crash 68 - Create session crash_test in /tmp/tmp.ZmXDEMsFJv
+PASS: tools/crash/test_crash 68 - Create session crash_test in /tmp/tmp.x31m8R0RsV
PASS: tools/crash/test_crash 69 - Enable channel channel_crash for session crash_test
PASS: tools/crash/test_crash 70 - Enable ust event tp:tptest for session crash_test
PASS: tools/crash/test_crash 71 - Start tracing for session crash_test
@@ -27589,48 +27575,48 @@ PASS: tools/crash/test_crash 72 - Sending SIGSTOP to session daemon
PASS: tools/crash/test_crash 73 - Sending SIGSTOP to consumer daemon
PASS: tools/crash/test_crash 74 - Kill consumer daemon
PASS: tools/crash/test_crash 75 - Kill session daemon
-PASS: tools/crash/test_crash 76 - Extraction of crashed buffers to path /tmp/tmp.dTkyfCQGjf/extract
+PASS: tools/crash/test_crash 76 - Extraction of crashed buffers to path /tmp/tmp.UXoVr43u0C/extract
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.jKfmFeQ1X1)
+PASS: tools/regen-metadata/test_ust 1 - Start lttng-relayd (opt: -o /tmp/tmp.9zSpZShZzO)
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 v7TLtT84OAGj4dYI
-PASS: tools/regen-metadata/test_ust 5 - Start tracing for session v7TLtT84OAGj4dYI
-PASS: tools/regen-metadata/test_ust 6 - Metadata regenerate v7TLtT84OAGj4dYI
-PASS: tools/regen-metadata/test_ust 7 - Stop lttng tracing for session v7TLtT84OAGj4dYI
-PASS: tools/regen-metadata/test_ust 8 - Destroy session v7TLtT84OAGj4dYI
+PASS: tools/regen-metadata/test_ust 4 - Enable ust event tp:tptest for session n20lp1Ur2dyBnhv9
+PASS: tools/regen-metadata/test_ust 5 - Start tracing for session n20lp1Ur2dyBnhv9
+PASS: tools/regen-metadata/test_ust 6 - Metadata regenerate n20lp1Ur2dyBnhv9
+PASS: tools/regen-metadata/test_ust 7 - Stop lttng tracing for session n20lp1Ur2dyBnhv9
+PASS: tools/regen-metadata/test_ust 8 - Destroy session n20lp1Ur2dyBnhv9
PASS: tools/regen-metadata/test_ust 9 - Validate trace for event tp:tptest, 1 events
-PASS: tools/regen-metadata/test_ust 10 - Create session JZ6L6UKjKpnCtqnh in /tmp/tmp.jKfmFeQ1X1
-PASS: tools/regen-metadata/test_ust 11 - Enable ust event tp:tptest for session JZ6L6UKjKpnCtqnh
-PASS: tools/regen-metadata/test_ust 12 - Start tracing for session JZ6L6UKjKpnCtqnh
-PASS: tools/regen-metadata/test_ust 13 - Metadata regenerate JZ6L6UKjKpnCtqnh
-PASS: tools/regen-metadata/test_ust 14 - Stop lttng tracing for session JZ6L6UKjKpnCtqnh
-PASS: tools/regen-metadata/test_ust 15 - Destroy session JZ6L6UKjKpnCtqnh
+PASS: tools/regen-metadata/test_ust 10 - Create session GR7emATBNWonVpFe in /tmp/tmp.9zSpZShZzO
+PASS: tools/regen-metadata/test_ust 11 - Enable ust event tp:tptest for session GR7emATBNWonVpFe
+PASS: tools/regen-metadata/test_ust 12 - Start tracing for session GR7emATBNWonVpFe
+PASS: tools/regen-metadata/test_ust 13 - Metadata regenerate GR7emATBNWonVpFe
+PASS: tools/regen-metadata/test_ust 14 - Stop lttng tracing for session GR7emATBNWonVpFe
+PASS: tools/regen-metadata/test_ust 15 - Destroy session GR7emATBNWonVpFe
PASS: tools/regen-metadata/test_ust 16 - Validate trace for event tp:tptest, 1 events
-PASS: tools/regen-metadata/test_ust 17 - Create session 56pZlTYfTRG05M5N in /tmp/tmp.jKfmFeQ1X1
-PASS: tools/regen-metadata/test_ust 18 - Enable channel channel0 per PID for session 56pZlTYfTRG05M5N
-PASS: tools/regen-metadata/test_ust 19 - Enable ust event tp:tptest for session 56pZlTYfTRG05M5N
-PASS: tools/regen-metadata/test_ust 20 - Start tracing for session 56pZlTYfTRG05M5N
-PASS: tools/regen-metadata/test_ust 21 - Expected fail on regenerate metadata 56pZlTYfTRG05M5N
-PASS: tools/regen-metadata/test_ust 22 - Stop lttng tracing for session 56pZlTYfTRG05M5N
-PASS: tools/regen-metadata/test_ust 23 - Destroy session 56pZlTYfTRG05M5N
+PASS: tools/regen-metadata/test_ust 17 - Create session X1CZFbU7fUIstbIO in /tmp/tmp.9zSpZShZzO
+PASS: tools/regen-metadata/test_ust 18 - Enable channel channel0 per PID for session X1CZFbU7fUIstbIO
+PASS: tools/regen-metadata/test_ust 19 - Enable ust event tp:tptest for session X1CZFbU7fUIstbIO
+PASS: tools/regen-metadata/test_ust 20 - Start tracing for session X1CZFbU7fUIstbIO
+PASS: tools/regen-metadata/test_ust 21 - Expected fail on regenerate metadata X1CZFbU7fUIstbIO
+PASS: tools/regen-metadata/test_ust 22 - Stop lttng tracing for session X1CZFbU7fUIstbIO
+PASS: tools/regen-metadata/test_ust 23 - Destroy session X1CZFbU7fUIstbIO
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 7ySNbn4XS635E0F6
-PASS: tools/regen-metadata/test_ust 27 - Start tracing for session 7ySNbn4XS635E0F6
-PASS: tools/regen-metadata/test_ust 28 - Expected fail on regenerate metadata 7ySNbn4XS635E0F6
-PASS: tools/regen-metadata/test_ust 29 - Stop lttng tracing for session 7ySNbn4XS635E0F6
-PASS: tools/regen-metadata/test_ust 30 - Destroy session 7ySNbn4XS635E0F6
+PASS: tools/regen-metadata/test_ust 26 - Enable ust event tp:tptest for session V85Cl180VBaKhbeB
+PASS: tools/regen-metadata/test_ust 27 - Start tracing for session V85Cl180VBaKhbeB
+PASS: tools/regen-metadata/test_ust 28 - Expected fail on regenerate metadata V85Cl180VBaKhbeB
+PASS: tools/regen-metadata/test_ust 29 - Stop lttng tracing for session V85Cl180VBaKhbeB
+PASS: tools/regen-metadata/test_ust 30 - Destroy session V85Cl180VBaKhbeB
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 NnkdhM3DZWz9kpk7 in /tmp/tmp.lC6OKxxtNb
-PASS: tools/regen-statedump/test_ust 3 - Enable ust event lttng_ust_statedump:start,lttng_ust_statedump:end for session NnkdhM3DZWz9kpk7
-PASS: tools/regen-statedump/test_ust 4 - Start tracing for session NnkdhM3DZWz9kpk7
-PASS: tools/regen-statedump/test_ust 5 - Metadata regenerate NnkdhM3DZWz9kpk7
-PASS: tools/regen-statedump/test_ust 6 - Stop lttng tracing for session NnkdhM3DZWz9kpk7
-PASS: tools/regen-statedump/test_ust 7 - Destroy session NnkdhM3DZWz9kpk7
+PASS: tools/regen-statedump/test_ust 2 - Create session cSiYw7aq1SxsQpy4 in /tmp/tmp.pmYNpg9tet
+PASS: tools/regen-statedump/test_ust 3 - Enable ust event lttng_ust_statedump:start,lttng_ust_statedump:end for session cSiYw7aq1SxsQpy4
+PASS: tools/regen-statedump/test_ust 4 - Start tracing for session cSiYw7aq1SxsQpy4
+PASS: tools/regen-statedump/test_ust 5 - Metadata regenerate cSiYw7aq1SxsQpy4
+PASS: tools/regen-statedump/test_ust 6 - Stop lttng tracing for session cSiYw7aq1SxsQpy4
+PASS: tools/regen-statedump/test_ust 7 - Destroy session cSiYw7aq1SxsQpy4
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
@@ -27844,7 +27830,7 @@ PASS: tools/notification/test_notification_kernel 102 - High notification
PASS: tools/notification/test_notification_kernel 103 - Unsubscribe low condition with pending notification
PASS: tools/notification/test_notification_kernel 104 - Unsubscribe high condition with pending notification
PASS: tools/notification/test_notification_multi_app 1 - Start session daemon
-PASS: tools/notification/test_notification_multi_app 2 - Create session my_session in /tmp/tmp.Ui5fGvu8il
+PASS: tools/notification/test_notification_multi_app 2 - Create session my_session in /tmp/tmp.fsIr4Kyghx
PASS: tools/notification/test_notification_multi_app 3 - Enable channel my_channel for session my_session
PASS: tools/notification/test_notification_multi_app 4 - Enable ust event tp:tptest for session my_session
PASS: tools/notification/test_notification_multi_app 5 - Message received: sync: ready
@@ -27881,7 +27867,7 @@ PASS: tools/notification/test_notification_multi_app 35 - Application for high n
PASS: tools/notification/test_notification_multi_app 36 - Destroy session my_session
PASS: tools/notification/test_notification_multi_app 37 - Kill session daemon
PASS: tools/notification/test_notification_multi_app 38 - Start session daemon
-PASS: tools/notification/test_notification_multi_app 39 - Create session my_session in /tmp/tmp.GhidgJxy2L
+PASS: tools/notification/test_notification_multi_app 39 - Create session my_session in /tmp/tmp.RsBk8o3D5Y
PASS: tools/notification/test_notification_multi_app 40 - Enable channel my_channel for session my_session
PASS: tools/notification/test_notification_multi_app 41 - Enable ust event tp:tptest for session my_session
PASS: tools/notification/test_notification_multi_app 42 - Message received: sync: ready
@@ -27894,7 +27880,7 @@ PASS: tools/notification/test_notification_multi_app 48 - Application for high n
PASS: tools/notification/test_notification_multi_app 49 - Destroy session my_session
PASS: tools/notification/test_notification_multi_app 50 - Kill session daemon
PASS: tools/notification/test_notification_multi_app 51 - Start session daemon
-PASS: tools/notification/test_notification_multi_app 52 - Create session my_session in /tmp/tmp.su4SsijfqL
+PASS: tools/notification/test_notification_multi_app 52 - Create session my_session in /tmp/tmp.bst7j2CwbV
PASS: tools/notification/test_notification_multi_app 53 - Enable channel my_channel for session my_session
PASS: tools/notification/test_notification_multi_app 54 - Enable kernel event lttng_test_filter_event for session my_session
PASS: tools/notification/test_notification_multi_app 55 - Message received: sync: ready
@@ -27931,7 +27917,7 @@ PASS: tools/notification/test_notification_multi_app 85 - Application for high n
PASS: tools/notification/test_notification_multi_app 86 - Destroy session my_session
PASS: tools/notification/test_notification_multi_app 87 - Kill session daemon
PASS: tools/notification/test_notification_multi_app 88 - Start session daemon
-PASS: tools/notification/test_notification_multi_app 89 - Create session my_session in /tmp/tmp.DPM11Ir1wT
+PASS: tools/notification/test_notification_multi_app 89 - Create session my_session in /tmp/tmp.qh3XD542EU
PASS: tools/notification/test_notification_multi_app 90 - Enable channel my_channel for session my_session
PASS: tools/notification/test_notification_multi_app 91 - Enable kernel event lttng_test_filter_event for session my_session
PASS: tools/notification/test_notification_multi_app 92 - Message received: sync: ready
@@ -27944,14 +27930,14 @@ PASS: tools/notification/test_notification_multi_app 98 - Application for high n
PASS: tools/notification/test_notification_multi_app 99 - Destroy session my_session
PASS: tools/notification/test_notification_multi_app 100 - Kill session daemon
PASS: ust/before-after/test_before_after 1 - Start session daemon
-PASS: ust/before-after/test_before_after 2 - Create session per-session in /tmp/tmp.txIBFiiemg
+PASS: ust/before-after/test_before_after 2 - Create session per-session in /tmp/tmp.m7jJM5rZkZ
PASS: ust/before-after/test_before_after 3 - Enable ust event tp:tptest for session per-session
PASS: ust/before-after/test_before_after 4 - Start tracing for session per-session
PASS: ust/before-after/test_before_after 5 - Traced application stopped.
PASS: ust/before-after/test_before_after 6 - Stop lttng tracing for session per-session
PASS: ust/before-after/test_before_after 7 - Destroy session per-session
PASS: ust/before-after/test_before_after 8 - Trace match with 100 event tp:tptest
-PASS: ust/before-after/test_before_after 9 - Create session per-session in /tmp/tmp.1A36VuPhdC
+PASS: ust/before-after/test_before_after 9 - Create session per-session in /tmp/tmp.eVcHqTmztH
PASS: ust/before-after/test_before_after 10 - Enable ust event tp:tptest for session per-session
PASS: ust/before-after/test_before_after 11 - Application started in background.
PASS: ust/before-after/test_before_after 12 - Start tracing for session per-session
@@ -27960,7 +27946,7 @@ PASS: ust/before-after/test_before_after 14 - Destroy session per-session
PASS: ust/before-after/test_before_after 15 - Validate trace for event tp:tptest, 100 events
PASS: ust/before-after/test_before_after 16 - Kill session daemon
PASS: ust/buffers-pid/test_buffers_pid 1 - Start session daemon
-PASS: ust/buffers-pid/test_buffers_pid 2 - Create session buffers-pid in /tmp/tmp.PllVraILZg
+PASS: ust/buffers-pid/test_buffers_pid 2 - Create session buffers-pid in /tmp/tmp.Ljd6oliA6N
PASS: ust/buffers-pid/test_buffers_pid 3 - Enable channel channel0 per PID for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 4 - Enable ust event tp:tptest for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 5 - Start application to trace
@@ -27968,7 +27954,7 @@ PASS: ust/buffers-pid/test_buffers_pid 6 - Start tracing for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 7 - Stop lttng tracing for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 8 - Destroy session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 9 - Trace validation
-PASS: ust/buffers-pid/test_buffers_pid 10 - Create session buffers-pid in /tmp/tmp.AK8kNB0UmP
+PASS: ust/buffers-pid/test_buffers_pid 10 - Create session buffers-pid in /tmp/tmp.IkerBwPVWc
PASS: ust/buffers-pid/test_buffers_pid 11 - Enable channel channel0 per PID for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 12 - Enable ust event tp:tptest for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 13 - Start tracing for session buffers-pid
@@ -27976,7 +27962,7 @@ PASS: ust/buffers-pid/test_buffers_pid 14 - Start application to trace
PASS: ust/buffers-pid/test_buffers_pid 15 - Stop lttng tracing for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 16 - Destroy session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 17 - Trace match with 100 event tp:tptest
-PASS: ust/buffers-pid/test_buffers_pid 18 - Create session buffers-pid in /tmp/tmp.bjR7eKSUhu
+PASS: ust/buffers-pid/test_buffers_pid 18 - Create session buffers-pid in /tmp/tmp.oI3PEYQWrL
PASS: ust/buffers-pid/test_buffers_pid 19 - Enable channel channel0 per PID for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 20 - Enable ust event tp:tptest for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 21 - Start tracing for session buffers-pid
@@ -27993,7 +27979,7 @@ PASS: ust/buffers-pid/test_buffers_pid 31 - Start application 2 for tracing
PASS: ust/buffers-pid/test_buffers_pid 32 - Start application 3 for tracing
PASS: ust/buffers-pid/test_buffers_pid 33 - Start application 4 for tracing
PASS: ust/buffers-pid/test_buffers_pid 34 - Start application 5 for tracing
-PASS: ust/buffers-pid/test_buffers_pid 35 - Create session buffers-pid in /tmp/tmp.HDQ9oe6594
+PASS: ust/buffers-pid/test_buffers_pid 35 - Create session buffers-pid in /tmp/tmp.o7RuLtZZXl
PASS: ust/buffers-pid/test_buffers_pid 36 - Enable channel channel0 per PID for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 37 - Enable ust event tp:tptest for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 38 - Start tracing for session buffers-pid
@@ -28001,7 +27987,7 @@ PASS: ust/buffers-pid/test_buffers_pid 39 - Waiting done
PASS: ust/buffers-pid/test_buffers_pid 40 - Stop lttng tracing for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 41 - Destroy session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 42 - Trace validation
-PASS: ust/buffers-pid/test_buffers_pid 43 - Create session buffers-pid in /tmp/tmp.Nz2oluhkgd
+PASS: ust/buffers-pid/test_buffers_pid 43 - Create session buffers-pid in /tmp/tmp.HiCCe6sofD
PASS: ust/buffers-pid/test_buffers_pid 44 - Enable channel channel0 per PID for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 45 - Enable channel channel1 per PID for session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 46 - Enable channel channel2 per PID for session buffers-pid
@@ -28019,16 +28005,16 @@ PASS: ust/buffers-pid/test_buffers_pid 57 - Trace match with 500 event tp:tptest
PASS: ust/buffers-pid/test_buffers_pid 58 - Destroy session buffers-pid
PASS: ust/buffers-pid/test_buffers_pid 59 - Kill session daemon
PASS: ust/multi-session/test_multi_session 1 - Start session daemon
-PASS: ust/multi-session/test_multi_session 2 - Create session multi-session-0 in /tmp/tmp.utqGAQfMmQ/0
+PASS: ust/multi-session/test_multi_session 2 - Create session multi-session-0 in /tmp/tmp.7Z5UkTMa7E/0
PASS: ust/multi-session/test_multi_session 3 - Enable ust event ust_gen_nevents:tptest0 for session multi-session-0
PASS: ust/multi-session/test_multi_session 4 - Start tracing for session multi-session-0
-PASS: ust/multi-session/test_multi_session 5 - Create session multi-session-1 in /tmp/tmp.utqGAQfMmQ/1
+PASS: ust/multi-session/test_multi_session 5 - Create session multi-session-1 in /tmp/tmp.7Z5UkTMa7E/1
PASS: ust/multi-session/test_multi_session 6 - Enable ust event ust_gen_nevents:tptest1 for session multi-session-1
PASS: ust/multi-session/test_multi_session 7 - Start tracing for session multi-session-1
-PASS: ust/multi-session/test_multi_session 8 - Create session multi-session-2 in /tmp/tmp.utqGAQfMmQ/2
+PASS: ust/multi-session/test_multi_session 8 - Create session multi-session-2 in /tmp/tmp.7Z5UkTMa7E/2
PASS: ust/multi-session/test_multi_session 9 - Enable ust event ust_gen_nevents:tptest2 for session multi-session-2
PASS: ust/multi-session/test_multi_session 10 - Start tracing for session multi-session-2
-PASS: ust/multi-session/test_multi_session 11 - Create session multi-session-3 in /tmp/tmp.utqGAQfMmQ/3
+PASS: ust/multi-session/test_multi_session 11 - Create session multi-session-3 in /tmp/tmp.7Z5UkTMa7E/3
PASS: ust/multi-session/test_multi_session 12 - Enable ust event ust_gen_nevents:tptest3 for session multi-session-3
PASS: ust/multi-session/test_multi_session 13 - Start tracing for session multi-session-3
PASS: ust/multi-session/test_multi_session 14 - Start application to generate 100 events
@@ -28048,7 +28034,7 @@ PASS: ust/multi-session/test_multi_session 27 - Trace validation of multi-sessio
PASS: ust/multi-session/test_multi_session 28 - Kill session daemon
PASS: ust/nprocesses/test_nprocesses 1 - Start session daemon
PASS: ust/nprocesses/test_nprocesses 2 - All applications are registered to sessiond
-PASS: ust/nprocesses/test_nprocesses 3 - Create session ust-nprocesses in /tmp/tmp.meafmYmiWW
+PASS: ust/nprocesses/test_nprocesses 3 - Create session ust-nprocesses in /tmp/tmp.6XlbUea8Jx
PASS: ust/nprocesses/test_nprocesses 4 - Enable ust event tp:tptest for session ust-nprocesses
PASS: ust/nprocesses/test_nprocesses 5 - Start tracing for session ust-nprocesses
PASS: ust/nprocesses/test_nprocesses 6 - Stop lttng tracing for session ust-nprocesses
@@ -28056,7 +28042,7 @@ PASS: ust/nprocesses/test_nprocesses 7 - Destroy session ust-nprocesses
PASS: ust/nprocesses/test_nprocesses 8 - Stopped all spawned applications
PASS: ust/nprocesses/test_nprocesses 9 - Kill session daemon
PASS: ust/overlap/test_overlap 1 - Start session daemon
-PASS: ust/overlap/test_overlap 2 - Create session wildcard-overlap in /tmp/tmp.cSYZVT5tLC
+PASS: ust/overlap/test_overlap 2 - Create session wildcard-overlap in /tmp/tmp.kQxemb6Qns
PASS: ust/overlap/test_overlap 3 - Enable event us* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 4 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 5 - Start tracing for session wildcard-overlap
@@ -28067,7 +28053,7 @@ PASS: ust/overlap/test_overlap 9 - Trace match
PASS: ust/overlap/test_overlap 10 - Trace match
PASS: ust/overlap/test_overlap 11 - Trace match
PASS: ust/overlap/test_overlap 12 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 13 - Create session wildcard-overlap in /tmp/tmp.qBMG2zLOqN
+PASS: ust/overlap/test_overlap 13 - Create session wildcard-overlap in /tmp/tmp.TLe6Fj0Cr6
PASS: ust/overlap/test_overlap 14 - Enable event us* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 15 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 16 - Start tracing for session wildcard-overlap
@@ -28078,7 +28064,7 @@ PASS: ust/overlap/test_overlap 20 - Trace match
PASS: ust/overlap/test_overlap 21 - Trace match
PASS: ust/overlap/test_overlap 22 - Trace match
PASS: ust/overlap/test_overlap 23 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 24 - Create session wildcard-overlap in /tmp/tmp.Nt9YHWZxjg
+PASS: ust/overlap/test_overlap 24 - Create session wildcard-overlap in /tmp/tmp.C1DKDgEYan
PASS: ust/overlap/test_overlap 25 - Enable event us* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 26 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 27 - Start tracing for session wildcard-overlap
@@ -28089,7 +28075,7 @@ PASS: ust/overlap/test_overlap 31 - Trace match
PASS: ust/overlap/test_overlap 32 - Trace match
PASS: ust/overlap/test_overlap 33 - Trace match
PASS: ust/overlap/test_overlap 34 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 35 - Create session wildcard-overlap in /tmp/tmp.In6gTEHeyb
+PASS: ust/overlap/test_overlap 35 - Create session wildcard-overlap in /tmp/tmp.eB12V2m9SH
PASS: ust/overlap/test_overlap 36 - Enable event us* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 37 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 38 - Start tracing for session wildcard-overlap
@@ -28100,7 +28086,7 @@ PASS: ust/overlap/test_overlap 42 - Trace match
PASS: ust/overlap/test_overlap 43 - Trace match
PASS: ust/overlap/test_overlap 44 - Trace match
PASS: ust/overlap/test_overlap 45 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 46 - Create session wildcard-overlap in /tmp/tmp.dFWIFatcg5
+PASS: ust/overlap/test_overlap 46 - Create session wildcard-overlap in /tmp/tmp.Lrv2FwouQG
PASS: ust/overlap/test_overlap 47 - Enable event us* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 48 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 49 - Start tracing for session wildcard-overlap
@@ -28111,7 +28097,7 @@ PASS: ust/overlap/test_overlap 53 - Trace match
PASS: ust/overlap/test_overlap 54 - Trace match
PASS: ust/overlap/test_overlap 55 - Trace match
PASS: ust/overlap/test_overlap 56 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 57 - Create session wildcard-overlap in /tmp/tmp.Hf4sGb9bSs
+PASS: ust/overlap/test_overlap 57 - Create session wildcard-overlap in /tmp/tmp.FjCjTGr7OT
PASS: ust/overlap/test_overlap 58 - Enable event us* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 59 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 60 - Start tracing for session wildcard-overlap
@@ -28122,7 +28108,7 @@ PASS: ust/overlap/test_overlap 64 - Trace match
PASS: ust/overlap/test_overlap 65 - Trace match
PASS: ust/overlap/test_overlap 66 - Trace match
PASS: ust/overlap/test_overlap 67 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 68 - Create session wildcard-overlap in /tmp/tmp.eD1Hogm3dF
+PASS: ust/overlap/test_overlap 68 - Create session wildcard-overlap in /tmp/tmp.onIkbPigLw
PASS: ust/overlap/test_overlap 69 - Enable event us* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 70 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 71 - Start tracing for session wildcard-overlap
@@ -28133,7 +28119,7 @@ PASS: ust/overlap/test_overlap 75 - Trace match
PASS: ust/overlap/test_overlap 76 - Trace match
PASS: ust/overlap/test_overlap 77 - Trace match
PASS: ust/overlap/test_overlap 78 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 79 - Create session wildcard-overlap in /tmp/tmp.7wSUMtUCyC
+PASS: ust/overlap/test_overlap 79 - Create session wildcard-overlap in /tmp/tmp.xZT1VAiuOl
PASS: ust/overlap/test_overlap 80 - Enable event us* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 81 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 82 - Start tracing for session wildcard-overlap
@@ -28144,7 +28130,7 @@ PASS: ust/overlap/test_overlap 86 - Trace match
PASS: ust/overlap/test_overlap 87 - Trace match
PASS: ust/overlap/test_overlap 88 - Trace match
PASS: ust/overlap/test_overlap 89 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 90 - Create session wildcard-overlap in /tmp/tmp.t1M2XUQ6vH
+PASS: ust/overlap/test_overlap 90 - Create session wildcard-overlap in /tmp/tmp.BcSVeXBHjC
PASS: ust/overlap/test_overlap 91 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 92 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 93 - Start tracing for session wildcard-overlap
@@ -28155,7 +28141,7 @@ PASS: ust/overlap/test_overlap 97 - Trace match
PASS: ust/overlap/test_overlap 98 - Trace match
PASS: ust/overlap/test_overlap 99 - Trace match
PASS: ust/overlap/test_overlap 100 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 101 - Create session wildcard-overlap in /tmp/tmp.N9BehB4YuH
+PASS: ust/overlap/test_overlap 101 - Create session wildcard-overlap in /tmp/tmp.gXxi1ef864
PASS: ust/overlap/test_overlap 102 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 103 - Enable event with filtering for session twice failure detected
PASS: ust/overlap/test_overlap 104 - Start tracing for session wildcard-overlap
@@ -28166,7 +28152,7 @@ PASS: ust/overlap/test_overlap 108 - Trace match
PASS: ust/overlap/test_overlap 109 - Trace match
PASS: ust/overlap/test_overlap 110 - Trace match
PASS: ust/overlap/test_overlap 111 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 112 - Create session wildcard-overlap in /tmp/tmp.H7ANQcvyNX
+PASS: ust/overlap/test_overlap 112 - Create session wildcard-overlap in /tmp/tmp.vJsbloXfik
PASS: ust/overlap/test_overlap 113 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 114 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 115 - Start tracing for session wildcard-overlap
@@ -28177,7 +28163,7 @@ PASS: ust/overlap/test_overlap 119 - Trace match
PASS: ust/overlap/test_overlap 120 - Trace match
PASS: ust/overlap/test_overlap 121 - Trace match
PASS: ust/overlap/test_overlap 122 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 123 - Create session wildcard-overlap in /tmp/tmp.5EWQYcRWzu
+PASS: ust/overlap/test_overlap 123 - Create session wildcard-overlap in /tmp/tmp.5pxeeOZY0O
PASS: ust/overlap/test_overlap 124 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 125 - Enable event ust* with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 126 - Start tracing for session wildcard-overlap
@@ -28188,7 +28174,7 @@ PASS: ust/overlap/test_overlap 130 - Trace match
PASS: ust/overlap/test_overlap 131 - Trace match
PASS: ust/overlap/test_overlap 132 - Trace match
PASS: ust/overlap/test_overlap 133 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 134 - Create session wildcard-overlap in /tmp/tmp.ZJfQDtFNEH
+PASS: ust/overlap/test_overlap 134 - Create session wildcard-overlap in /tmp/tmp.vVywExB4Fl
PASS: ust/overlap/test_overlap 135 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 136 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap
PASS: ust/overlap/test_overlap 137 - Start tracing for session wildcard-overlap
@@ -28199,7 +28185,7 @@ PASS: ust/overlap/test_overlap 141 - Trace match
PASS: ust/overlap/test_overlap 142 - Trace match
PASS: ust/overlap/test_overlap 143 - Trace match
PASS: ust/overlap/test_overlap 144 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 145 - Create session wildcard-overlap in /tmp/tmp.6T4MmEhomp
+PASS: ust/overlap/test_overlap 145 - Create session wildcard-overlap in /tmp/tmp.EiCSrvwrjh
PASS: ust/overlap/test_overlap 146 - Enable event us* with loglevel TRACE_WARNING
PASS: ust/overlap/test_overlap 147 - Enable event ust* with loglevel-only TRACE_CRIT
PASS: ust/overlap/test_overlap 148 - Start tracing for session wildcard-overlap
@@ -28210,7 +28196,7 @@ PASS: ust/overlap/test_overlap 152 - Trace match
PASS: ust/overlap/test_overlap 153 - Trace match
PASS: ust/overlap/test_overlap 154 - Trace match
PASS: ust/overlap/test_overlap 155 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 156 - Create session wildcard-overlap in /tmp/tmp.Ovt5GqrDDA
+PASS: ust/overlap/test_overlap 156 - Create session wildcard-overlap in /tmp/tmp.UvAAebYpVp
PASS: ust/overlap/test_overlap 157 - Enable event ust_tests_demo:starting with loglevel TRACE_CRIT
PASS: ust/overlap/test_overlap 158 - Enable event ust_tests_demo:starting with loglevel TRACE_WARNING
PASS: ust/overlap/test_overlap 159 - Start tracing for session wildcard-overlap
@@ -28221,7 +28207,7 @@ PASS: ust/overlap/test_overlap 163 - Trace match
PASS: ust/overlap/test_overlap 164 - Trace match
PASS: ust/overlap/test_overlap 165 - Trace match
PASS: ust/overlap/test_overlap 166 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 167 - Create session wildcard-overlap in /tmp/tmp.qf6pvvE3qA
+PASS: ust/overlap/test_overlap 167 - Create session wildcard-overlap in /tmp/tmp.gFtEbZ4Fz0
PASS: ust/overlap/test_overlap 168 - Enable event ust* with loglevel TRACE_CRIT
PASS: ust/overlap/test_overlap 169 - Enable event ust* with loglevel TRACE_WARNING
PASS: ust/overlap/test_overlap 170 - Start tracing for session wildcard-overlap
@@ -28232,7 +28218,7 @@ PASS: ust/overlap/test_overlap 174 - Trace match
PASS: ust/overlap/test_overlap 175 - Trace match
PASS: ust/overlap/test_overlap 176 - Trace match
PASS: ust/overlap/test_overlap 177 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 178 - Create session wildcard-overlap in /tmp/tmp.LtAdFm3851
+PASS: ust/overlap/test_overlap 178 - Create session wildcard-overlap in /tmp/tmp.GZTNOkozYA
PASS: ust/overlap/test_overlap 179 - Enable ust event ust_tests_demo for session wildcard-overlap
PASS: ust/overlap/test_overlap 180 - Enable ust event ust_tests_demo2 for session wildcard-overlap
PASS: ust/overlap/test_overlap 181 - Enable ust event ust_tests_demo3 for session wildcard-overlap
@@ -28244,7 +28230,7 @@ PASS: ust/overlap/test_overlap 186 - Trace match
PASS: ust/overlap/test_overlap 187 - Trace match
PASS: ust/overlap/test_overlap 188 - Trace match
PASS: ust/overlap/test_overlap 189 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 190 - Create session wildcard-overlap in /tmp/tmp.K0uP8UHobq
+PASS: ust/overlap/test_overlap 190 - Create session wildcard-overlap in /tmp/tmp.USKUnfoMtn
PASS: ust/overlap/test_overlap 191 - Enable event us* with loglevel TRACE_WARNING
PASS: ust/overlap/test_overlap 192 - Enable event ust_tests_demo2:loop with loglevel TRACE_CRIT
PASS: ust/overlap/test_overlap 193 - Start tracing for session wildcard-overlap
@@ -28255,7 +28241,7 @@ PASS: ust/overlap/test_overlap 197 - Trace match
PASS: ust/overlap/test_overlap 198 - Trace match
PASS: ust/overlap/test_overlap 199 - Trace match
PASS: ust/overlap/test_overlap 200 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 201 - Create session wildcard-overlap in /tmp/tmp.CUOHiGb1cF
+PASS: ust/overlap/test_overlap 201 - Create session wildcard-overlap in /tmp/tmp.DNVY36hq7p
PASS: ust/overlap/test_overlap 202 - Enable ust event us* for session wildcard-overlap
PASS: ust/overlap/test_overlap 203 - Enable ust event ust* for session wildcard-overlap
PASS: ust/overlap/test_overlap 204 - Start tracing for session wildcard-overlap
@@ -28266,7 +28252,7 @@ PASS: ust/overlap/test_overlap 208 - Trace match
PASS: ust/overlap/test_overlap 209 - Trace match
PASS: ust/overlap/test_overlap 210 - Trace match
PASS: ust/overlap/test_overlap 211 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 212 - Create session wildcard-overlap in /tmp/tmp.0G1hbCvpyC
+PASS: ust/overlap/test_overlap 212 - Create session wildcard-overlap in /tmp/tmp.DQrORIo3PX
PASS: ust/overlap/test_overlap 213 - Enable ust event us* for session wildcard-overlap
PASS: ust/overlap/test_overlap 214 - Enable ust event ust_tests_demo:starting for session wildcard-overlap
PASS: ust/overlap/test_overlap 215 - Start tracing for session wildcard-overlap
@@ -28277,7 +28263,7 @@ PASS: ust/overlap/test_overlap 219 - Trace match
PASS: ust/overlap/test_overlap 220 - Trace match
PASS: ust/overlap/test_overlap 221 - Trace match
PASS: ust/overlap/test_overlap 222 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 223 - Create session wildcard-overlap in /tmp/tmp.CR3JEFjRlC
+PASS: ust/overlap/test_overlap 223 - Create session wildcard-overlap in /tmp/tmp.eo5xT7HSyQ
PASS: ust/overlap/test_overlap 224 - Enable event us* with loglevel TRACE_WARNING
PASS: ust/overlap/test_overlap 225 - Enable event ust* with loglevel TRACE_CRIT
PASS: ust/overlap/test_overlap 226 - Start tracing for session wildcard-overlap
@@ -28288,7 +28274,7 @@ PASS: ust/overlap/test_overlap 230 - Trace match
PASS: ust/overlap/test_overlap 231 - Trace match
PASS: ust/overlap/test_overlap 232 - Trace match
PASS: ust/overlap/test_overlap 233 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 234 - Create session wildcard-overlap in /tmp/tmp.YFMxgQXjwd
+PASS: ust/overlap/test_overlap 234 - Create session wildcard-overlap in /tmp/tmp.sCRwXA779c
PASS: ust/overlap/test_overlap 235 - Enable ust event us* for session wildcard-overlap
PASS: ust/overlap/test_overlap 236 - Enable ust event ust_tests_demo:starting for session wildcard-overlap
PASS: ust/overlap/test_overlap 237 - Disable event us* for session wildcard-overlap
@@ -28301,7 +28287,7 @@ PASS: ust/overlap/test_overlap 243 - Trace match
PASS: ust/overlap/test_overlap 244 - Trace match
PASS: ust/overlap/test_overlap 245 - Trace match
PASS: ust/overlap/test_overlap 246 - Destroy session wildcard-overlap
-PASS: ust/overlap/test_overlap 247 - Create session wildcard-overlap in /tmp/tmp.2VUbpx1Lou
+PASS: ust/overlap/test_overlap 247 - Create session wildcard-overlap in /tmp/tmp.94TA4z14YM
PASS: ust/overlap/test_overlap 248 - Enable ust event us* for session wildcard-overlap
PASS: ust/overlap/test_overlap 249 - Enable ust event ust_tests_demo:starting for session wildcard-overlap
PASS: ust/overlap/test_overlap 250 - Disable event us* for session wildcard-overlap
@@ -28726,7 +28712,7 @@ SKIP: ust/getcpu-override/test_getcpu_override 18 # SKIP : Test system only have
SKIP: ust/getcpu-override/test_getcpu_override 19 # SKIP : Test system only have a single thread. Skipping all tests.
SKIP: ust/getcpu-override/test_getcpu_override 20 # SKIP : Test system only have a single thread. Skipping all tests.
PASS: ust/clock-override/test_clock_override 1 - Start session daemon
-PASS: ust/clock-override/test_clock_override 2 - Create session clock_override in /tmp/tmp.qE769HRD3Z
+PASS: ust/clock-override/test_clock_override 2 - Create session clock_override in /tmp/tmp.3NqiS5sGbE
PASS: ust/clock-override/test_clock_override 3 - Enable ust event tp:tptest for session clock_override
PASS: ust/clock-override/test_clock_override 4 - Start tracing for session clock_override
PASS: ust/clock-override/test_clock_override 5 - Application done
@@ -28741,7 +28727,7 @@ PASS: ust/clock-override/test_clock_override 13 - Token "uuid" expect:83c63deb-7
PASS: ust/clock-override/test_clock_override 14 - Token "description" expect:Freeze time with 1KHz for regression test got:Freeze time with 1KHz for regression test
PASS: ust/clock-override/test_clock_override 15 - Token "freq" expect:1000 got:1000
PASS: ust/clock-override/test_clock_override 16 - Start session daemon
-PASS: ust/clock-override/test_clock_override 17 - Create session clock_override in /tmp/tmp.COlFFHQtjZ
+PASS: ust/clock-override/test_clock_override 17 - Create session clock_override in /tmp/tmp.xSSGG8XL1u
PASS: ust/clock-override/test_clock_override 18 - Enable ust event tp:tptest for session clock_override
PASS: ust/clock-override/test_clock_override 19 - Start tracing for session clock_override
PASS: ust/clock-override/test_clock_override 20 - Application done
@@ -28750,7 +28736,7 @@ PASS: ust/clock-override/test_clock_override 22 - Destroy session clock_override
PASS: ust/clock-override/test_clock_override 23 - Unique event timestamps without clock override: 256 expect >1
PASS: ust/clock-override/test_clock_override 24 - Kill session daemon
PASS: ust/clock-override/test_clock_override 25 - Start session daemon
-PASS: ust/clock-override/test_clock_override 26 - Create session clock_override in /tmp/tmp.COlFFHQtjZ
+PASS: ust/clock-override/test_clock_override 26 - Create session clock_override in /tmp/tmp.xSSGG8XL1u
PASS: ust/clock-override/test_clock_override 27 - Enable ust event tp:tptest for session clock_override
PASS: ust/clock-override/test_clock_override 28 - Start tracing for session clock_override
PASS: ust/clock-override/test_clock_override 29 - Application done
@@ -28759,8 +28745,8 @@ PASS: ust/clock-override/test_clock_override 31 - Destroy session clock_override
PASS: ust/clock-override/test_clock_override 32 - Kill session daemon
PASS: ust/clock-override/test_clock_override 33 - Unique event timestamps with clock override: 1 expect 1
PASS: ust/test_event_basic 1 - Start session daemon
-PASS: ust/test_event_basic 2 - Create session ust_event_basic in /tmp/tmp.DznrbvOapG
-PASS: ust/test_event_basic 3 - Create session ust_event_basic2 in /tmp/tmp.DznrbvOapG
+PASS: ust/test_event_basic 2 - Create session ust_event_basic in /tmp/tmp.JU8sXxYDkZ
+PASS: ust/test_event_basic 3 - Create session ust_event_basic2 in /tmp/tmp.JU8sXxYDkZ
PASS: ust/test_event_basic 4 - Enable channel mychan for session ust_event_basic
PASS: ust/test_event_basic 5 - Enable channel mychan2 for session ust_event_basic2
PASS: ust/test_event_basic 6 - Enable ust event tp1 for session ust_event_basic
@@ -28784,7 +28770,7 @@ PASS: ust/test_event_basic 23 - Destroy session ust_event_basic2
PASS: ust/test_event_basic 24 - Destroy session ust_event_basic
PASS: ust/test_event_basic 25 - Kill session daemon
PASS: ust/test_event_tracef 1 - Start session daemon
-PASS: ust/test_event_tracef 2 - Create session tracef in /tmp/tmp.ff1eIFB9VJ
+PASS: ust/test_event_tracef 2 - Create session tracef in /tmp/tmp.sGtSzh6not
PASS: ust/test_event_tracef 3 - Enable ust event lttng_ust_tracef:event for session tracef
PASS: ust/test_event_tracef 4 - Start tracing for session tracef
PASS: ust/test_event_tracef 5 - Traced application stopped.
@@ -28793,7 +28779,7 @@ PASS: ust/test_event_tracef 7 - Destroy session tracef
PASS: ust/test_event_tracef 8 - Trace match with 100 event lttng_ust_tracef:event
PASS: ust/test_event_tracef 9 - Kill session daemon
PASS: ust/test_event_perf 1 - Start session daemon
-PASS: ust/test_event_perf 2 - Create session ust_event_basic in /tmp/tmp.DVs8aHeDVP
+PASS: ust/test_event_perf 2 - Create session ust_event_basic in /tmp/tmp.7P1caRTQqb
PASS: ust/test_event_perf 3 - Enable channel mychan for session ust_event_basic
PASS: ust/test_event_perf 4 - Enable event tp:tptest for session ust_event_basic in channel mychan
PASS: ust/test_event_perf 5 - Add context command for type: perf:thread:raw:r0110:test
@@ -28807,7 +28793,7 @@ PASS: ust/test_event_perf 12 - Add context command failed as expected for type:
PASS: ust/test_event_perf 13 - Add context command failed as expected for type: perf:thread:raw
PASS: ust/test_event_perf 14 - Add context command failed as expected for type: perf:thread:raw:r0110:test:wrong
PASS: ust/test_event_perf 15 - Destroy session ust_event_basic
-PASS: ust/test_event_perf 16 - Create session ust_event_basic in /tmp/tmp.zG2arMkptM
+PASS: ust/test_event_perf 16 - Create session ust_event_basic in /tmp/tmp.SXh8SmBV8O
PASS: ust/test_event_perf 17 - Enable channel mychan for session ust_event_basic
PASS: ust/test_event_perf 18 - Enable event tp:tptest for session ust_event_basic in channel mychan
PASS: ust/test_event_perf 19 - Add context command for type: perf:thread:page-fault
@@ -28846,7 +28832,7 @@ PASS: ust/blocking/test_blocking 27 - Destroy session blocking
PASS: ust/blocking/test_blocking 28 - Kill session daemon
PASS: ust/blocking/test_blocking 29 - Does not hang
PASS: ust/blocking/test_blocking 30 - Start session daemon
-PASS: ust/blocking/test_blocking 31 - Create session blocking in /tmp/tmp.H8SDxovAFq
+PASS: ust/blocking/test_blocking 31 - Create session blocking in /tmp/tmp.LQB2Uj8rRQ
PASS: ust/blocking/test_blocking 32 - Enable channel testchan for session blocking
PASS: ust/blocking/test_blocking 33 - Enable ust event tp:tptest for session blocking
PASS: ust/blocking/test_blocking 34 - Start tracing for session blocking
@@ -28856,7 +28842,7 @@ PASS: ust/blocking/test_blocking 37 - Destroy session blocking
PASS: ust/blocking/test_blocking 38 - Kill session daemon
PASS: ust/blocking/test_blocking 39 - Does not hang
PASS: ust/blocking/test_blocking 40 - Start session daemon
-PASS: ust/blocking/test_blocking 41 - Create session blocking in /tmp/tmp.MXip57AYvK
+PASS: ust/blocking/test_blocking 41 - Create session blocking in /tmp/tmp.J9AroWc16G
PASS: ust/blocking/test_blocking 42 - Enable channel testchan for session blocking
PASS: ust/blocking/test_blocking 43 - Enable ust event tp:tptest for session blocking
PASS: ust/blocking/test_blocking 44 - Start tracing for session blocking
@@ -28881,10 +28867,10 @@ Please report to jeremie.galarneau@efficios.com
============================================================================
ERROR: Exit status is 512
-DURATION: 599
+DURATION: 626
END: /usr/lib/lttng-tools/ptest
-2019-05-27T17:29
-2019-05-27T17:29
+2019-05-27T23:22
+2019-05-27T23:22
BEGIN: /usr/lib/lzo/ptest
LZO real-time data compression library (v2.10, Mar 01 2017).
@@ -28893,43 +28879,43 @@ All Rights Reserved.
262144 block-size
-LZO1B-1 | services 18790 1 10709 57.0 72.561 179.789 |
-LZO1B-2 | services 18790 1 10510 55.9 71.683 0.000 |
-LZO1B-3 | services 18790 1 10435 55.5 73.768 0.000 |
-LZO1B-4 | services 18790 1 10289 54.8 51.886 0.000 |
-LZO1B-5 | services 18790 1 10178 54.2 50.446 0.000 |
-LZO1B-6 | services 18790 1 9981 53.1 48.332 0.000 |
-LZO1B-7 | services 18790 1 10017 53.3 41.586 0.000 |
-LZO1B-8 | services 18790 1 9808 52.2 41.294 0.000 |
-LZO1B-9 | services 18790 1 9734 51.8 45.575 0.000 |
-LZO1C-1 | services 18790 1 10577 56.3 85.585 0.000 |
-LZO1C-2 | services 18790 1 10381 55.2 91.111 0.000 |
-LZO1C-3 | services 18790 1 10314 54.9 87.681 0.000 |
-LZO1C-4 | services 18790 1 10170 54.1 58.718 0.000 |
-LZO1C-5 | services 18790 1 10066 53.6 66.192 0.000 |
-LZO1C-6 | services 18790 1 9828 52.3 61.248 0.000 |
-LZO1C-7 | services 18790 1 9890 52.6 48.795 0.000 |
-LZO1C-8 | services 18790 1 9678 51.5 49.512 0.000 |
-LZO1C-9 | services 18790 1 9608 51.1 53.253 0.000 |
-LZO1-1 | services 18790 1 10939 58.2 106.489 0.000 |
-LZO1A-1 | services 18790 1 10822 57.6 115.289 0.000 |
-LZO1F-1 | services 18790 1 10571 56.3 95.244 0.000 |
+LZO1B-1 | services 18790 1 10709 57.0 67.248 0.000 |
+LZO1B-2 | services 18790 1 10510 55.9 150.160 0.000 |
+LZO1B-3 | services 18790 1 10435 55.5 143.966 0.000 |
+LZO1B-4 | services 18790 1 10289 54.8 102.246 0.000 |
+LZO1B-5 | services 18790 1 10178 54.2 101.596 0.000 |
+LZO1B-6 | services 18790 1 9981 53.1 91.167 0.000 |
+LZO1B-7 | services 18790 1 10017 53.3 77.671 0.000 |
+LZO1B-8 | services 18790 1 9808 52.2 69.692 0.000 |
+LZO1B-9 | services 18790 1 9734 51.8 77.802 0.000 |
+LZO1C-1 | services 18790 1 10577 56.3 137.087 0.000 |
+LZO1C-2 | services 18790 1 10381 55.2 137.801 0.000 |
+LZO1C-3 | services 18790 1 10314 54.9 137.331 0.000 |
+LZO1C-4 | services 18790 1 10170 54.1 91.506 0.000 |
+LZO1C-5 | services 18790 1 10066 53.6 98.199 0.000 |
+LZO1C-6 | services 18790 1 9828 52.3 90.184 0.000 |
+LZO1C-7 | services 18790 1 9890 52.6 73.279 0.000 |
+LZO1C-8 | services 18790 1 9678 51.5 69.894 0.000 |
+LZO1C-9 | services 18790 1 9608 51.1 74.613 0.000 |
+LZO1-1 | services 18790 1 10939 58.2 150.447 0.000 |
+LZO1A-1 | services 18790 1 10822 57.6 152.350 0.000 |
+LZO1F-1 | services 18790 1 10571 56.3 126.004 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 46.753 0.000 |
-LZO1B-999 | services 18790 1 9138 48.6 19.642 0.000 |
-LZO1C-99 | services 18790 1 9451 50.3 50.027 0.000 |
-LZO1C-999 | services 18790 1 8970 47.7 19.912 0.000 |
-LZO1-99 | services 18790 1 9753 51.9 47.981 0.000 |
-LZO1A-99 | services 18790 1 9669 51.5 51.000 0.000 |
-LZO2A-999 | services 18790 1 8578 45.7 18.847 0.000 |
-LZO1F-999 | services 18790 1 8931 47.5 18.440 0.000 |
-LZO1X-999 | services 18790 1 8764 46.6 10.245 0.000 |
-LZO1Y-999 | services 18790 1 8639 46.0 10.829 0.000 |
-LZO1Z-999 | services 18790 1 8790 46.8 10.407 0.000 |
+LZO1B-99 | services 18790 1 9592 51.0 59.248 0.000 |
+LZO1B-999 | services 18790 1 9138 48.6 24.684 0.000 |
+LZO1C-99 | services 18790 1 9451 50.3 61.141 0.000 |
+LZO1C-999 | services 18790 1 8970 47.7 23.507 0.000 |
+LZO1-99 | services 18790 1 9753 51.9 55.393 0.000 |
+LZO1A-99 | services 18790 1 9669 51.5 56.369 0.000 |
+LZO2A-999 | services 18790 1 8578 45.7 20.673 0.000 |
+LZO1F-999 | services 18790 1 8931 47.5 19.870 0.000 |
+LZO1X-999 | services 18790 1 8764 46.6 9.935 0.000 |
+LZO1Y-999 | services 18790 1 8639 46.0 10.256 0.000 |
+LZO1Z-999 | services 18790 1 8790 46.8 9.916 0.000 |
memcpy() | services 18790 1 18790 100 0.000 0.000 |
lzotest: execution time: 0 seconds
@@ -29016,7 +29002,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 576 26.7 0.000 0.000 |
+LZO1-1 | %gconf.xml 2158 1 564 26.1 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 |
@@ -29168,17 +29154,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 565252 3 55027 9.7 775.453 0.000 |
+LZO1-1 | moduli 565252 3 55027 9.7 655.650 987.574 |
LZO1-1 | ssh_config 1548 1 1067 68.9 0.000 0.000 |
-LZO1-1 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
+LZO1-1 | ssh_host_ecdsa_key 505 1 453 89.7 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 325 79.1 0.000 0.000 |
+LZO1-1 | ssh_host_ed25519_key 411 1 324 78.8 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 1823 1 1783 97.8 0.000 0.000 |
+LZO1-1 | ssh_host_rsa_key 1823 1 1777 97.5 0.000 0.000 |
LZO1-1 | ssh_host_rsa_key.pub 397 1 401 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 167313 83.6 84.727 0.000 |
+LZO1-1 | ca-certificates.crt 200061 1 167313 83.6 86.016 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 |
@@ -29216,7 +29202,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 1563 26.2 0.000 0.000 |
+LZO1-1 | volatile.cache 5955 1 1557 26.1 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 |
@@ -29227,8 +29213,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*** 4320 1.0 1570 70.3 152.763 0.000
-LZO1-1 ***TOTALS*** 1235553 288 449200 36.4 152.763 0.000
+[clock=2] ***AVG*** 4320 1.0 1570 70.3 152.081 987.574
+LZO1-1 ***TOTALS*** 1235553 288 449176 36.4 152.081 987.574
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -29311,7 +29297,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 574 26.6 0.000 0.000 |
+LZO1A-1 | %gconf.xml 2158 1 562 26.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 |
LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
@@ -29463,17 +29449,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 565252 3 54465 9.6 782.076 0.000 |
+LZO1A-1 | moduli 565252 3 54465 9.6 642.758 942.301 |
LZO1A-1 | ssh_config 1548 1 1062 68.6 0.000 0.000 |
-LZO1A-1 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
+LZO1A-1 | ssh_host_ecdsa_key 505 1 453 89.7 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 325 79.1 0.000 0.000 |
+LZO1A-1 | ssh_host_ed25519_key 411 1 324 78.8 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 1823 1 1783 97.8 0.000 0.000 |
+LZO1A-1 | ssh_host_rsa_key 1823 1 1777 97.5 0.000 0.000 |
LZO1A-1 | ssh_host_rsa_key.pub 397 1 401 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 166937 83.4 87.232 0.000 |
+LZO1A-1 | ca-certificates.crt 200061 1 166937 83.4 86.665 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 |
@@ -29511,7 +29497,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 1559 26.2 0.000 0.000 |
+LZO1A-1 | volatile.cache 5955 1 1553 26.1 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 |
@@ -29522,8 +29508,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*** 4320 1.0 1559 70.0 156.957 0.000
-LZO1A-1 ***TOTALS*** 1235553 288 446093 36.1 156.957 0.000
+[clock=2] ***AVG*** 4320 1.0 1559 70.0 152.736 942.301
+LZO1A-1 ***TOTALS*** 1235553 288 446069 36.1 152.736 942.301
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -29606,7 +29592,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 598 27.7 0.000 0.000 |
+LZO1B-1 | %gconf.xml 2158 1 586 27.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 |
@@ -29758,17 +29744,17 @@ 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 565252 3 30140 5.3 860.292 0.000 |
+LZO1B-1 | moduli 565252 3 30140 5.3 737.741 0.000 |
LZO1B-1 | ssh_config 1548 1 1077 69.6 0.000 0.000 |
-LZO1B-1 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
+LZO1B-1 | ssh_host_ecdsa_key 505 1 451 89.3 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 323 78.6 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 1823 1 1784 97.9 0.000 0.000 |
+LZO1B-1 | ssh_host_rsa_key 1823 1 1779 97.6 0.000 0.000 |
LZO1B-1 | ssh_host_rsa_key.pub 397 1 402 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 158739 79.3 86.547 0.000 |
+LZO1B-1 | ca-certificates.crt 200061 1 158739 79.3 81.835 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 |
@@ -29806,7 +29792,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 1544 25.9 0.000 0.000 |
+LZO1B-1 | volatile.cache 5955 1 1540 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 |
@@ -29817,8 +29803,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*** 4320 1.0 1446 72.7 157.272 0.000
-LZO1B-1 ***TOTALS*** 1235553 288 413825 33.5 157.272 0.000
+[clock=2] ***AVG*** 4320 1.0 1446 72.7 147.327 0.000
+LZO1B-1 ***TOTALS*** 1235553 288 413805 33.5 147.327 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -29901,7 +29887,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 601 27.8 0.000 0.000 |
+LZO1B-2 | %gconf.xml 2158 1 583 27.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 |
LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -30053,17 +30039,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 565252 3 29987 5.3 797.555 0.000 |
+LZO1B-2 | moduli 565252 3 29987 5.3 732.023 0.000 |
LZO1B-2 | ssh_config 1548 1 1068 69.0 0.000 0.000 |
-LZO1B-2 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
+LZO1B-2 | ssh_host_ecdsa_key 505 1 455 90.1 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 324 78.8 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 1823 1 1786 98.0 0.000 0.000 |
+LZO1B-2 | ssh_host_rsa_key 1823 1 1781 97.7 0.000 0.000 |
LZO1B-2 | ssh_host_rsa_key.pub 397 1 402 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 157153 78.6 88.199 0.000 |
+LZO1B-2 | ca-certificates.crt 200061 1 157153 78.6 81.748 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 |
@@ -30101,7 +30087,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 1560 26.2 0.000 0.000 |
+LZO1B-2 | volatile.cache 5955 1 1549 26.0 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 |
@@ -30112,8 +30098,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*** 4320 1.0 1432 72.5 158.833 0.000
-LZO1B-2 ***TOTALS*** 1235553 288 409806 33.2 158.833 0.000
+[clock=2] ***AVG*** 4320 1.0 1432 72.5 147.072 0.000
+LZO1B-2 ***TOTALS*** 1235553 288 409775 33.2 147.072 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -30196,7 +30182,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 603 27.9 0.000 0.000 |
+LZO1B-3 | %gconf.xml 2158 1 585 27.1 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 |
@@ -30348,17 +30334,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 565252 3 29928 5.3 839.357 0.000 |
+LZO1B-3 | moduli 565252 3 29928 5.3 724.797 0.000 |
LZO1B-3 | ssh_config 1548 1 1068 69.0 0.000 0.000 |
-LZO1B-3 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 |
+LZO1B-3 | ssh_host_ecdsa_key 505 1 455 90.1 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 324 78.8 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 1823 1 1786 98.0 0.000 0.000 |
+LZO1B-3 | ssh_host_rsa_key 1823 1 1781 97.7 0.000 0.000 |
LZO1B-3 | ssh_host_rsa_key.pub 397 1 402 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 156761 78.4 85.286 0.000 |
+LZO1B-3 | ca-certificates.crt 200061 1 156761 78.4 82.493 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 |
@@ -30396,7 +30382,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 1564 26.3 0.000 0.000 |
+LZO1B-3 | volatile.cache 5955 1 1558 26.2 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 |
@@ -30407,8 +30393,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*** 4320 1.0 1429 72.4 154.839 0.000
-LZO1B-3 ***TOTALS*** 1235553 288 408755 33.1 154.839 0.000
+[clock=2] ***AVG*** 4320 1.0 1429 72.4 148.126 0.000
+LZO1B-3 ***TOTALS*** 1235553 288 408728 33.1 148.126 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -30491,7 +30477,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 597 27.7 0.000 0.000 |
+LZO1B-4 | %gconf.xml 2158 1 585 27.1 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 |
@@ -30643,17 +30629,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 565252 3 29258 5.2 710.296 0.000 |
+LZO1B-4 | moduli 565252 3 29258 5.2 604.081 0.000 |
LZO1B-4 | ssh_config 1548 1 1065 68.8 0.000 0.000 |
-LZO1B-4 | ssh_host_ecdsa_key 505 1 449 88.9 0.000 0.000 |
+LZO1B-4 | ssh_host_ecdsa_key 505 1 450 89.1 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 322 78.3 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 1823 1 1780 97.6 0.000 0.000 |
+LZO1B-4 | ssh_host_rsa_key 1823 1 1776 97.4 0.000 0.000 |
LZO1B-4 | ssh_host_rsa_key.pub 397 1 403 102 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 157308 78.6 79.685 0.000 |
+LZO1B-4 | ca-certificates.crt 200061 1 157308 78.6 78.901 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 |
@@ -30691,7 +30677,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 1536 25.8 0.000 0.000 |
+LZO1B-4 | volatile.cache 5955 1 1522 25.6 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 |
@@ -30702,8 +30688,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*** 4320 1.0 1417 71.7 143.294 0.000
-LZO1B-4 ***TOTALS*** 1235553 288 405306 32.8 143.294 0.000
+[clock=2] ***AVG*** 4320 1.0 1417 71.7 139.572 0.000
+LZO1B-4 ***TOTALS*** 1235553 288 405277 32.8 139.572 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -30786,7 +30772,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 600 27.8 0.000 0.000 |
+LZO1B-5 | %gconf.xml 2158 1 581 26.9 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 |
@@ -30938,17 +30924,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 565252 3 29139 5.2 739.799 0.000 |
+LZO1B-5 | moduli 565252 3 29139 5.2 602.731 0.000 |
LZO1B-5 | ssh_config 1548 1 1055 68.2 0.000 0.000 |
-LZO1B-5 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
+LZO1B-5 | ssh_host_ecdsa_key 505 1 451 89.3 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 325 79.1 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 1823 1 1782 97.8 0.000 0.000 |
+LZO1B-5 | ssh_host_rsa_key 1823 1 1779 97.6 0.000 0.000 |
LZO1B-5 | ssh_host_rsa_key.pub 397 1 403 102 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 156863 78.4 83.924 0.000 |
+LZO1B-5 | ca-certificates.crt 200061 1 156863 78.4 82.960 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 |
@@ -30986,7 +30972,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 1535 25.8 0.000 0.000 |
+LZO1B-5 | volatile.cache 5955 1 1515 25.4 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 |
@@ -30997,8 +30983,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*** 4320 1.0 1415 71.5 150.747 0.000
-LZO1B-5 ***TOTALS*** 1235553 288 404915 32.8 150.747 0.000
+[clock=2] ***AVG*** 4320 1.0 1415 71.5 145.846 0.000
+LZO1B-5 ***TOTALS*** 1235553 288 404875 32.8 145.846 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -31081,7 +31067,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 600 27.8 0.000 0.000 |
+LZO1B-6 | %gconf.xml 2158 1 583 27.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 |
@@ -31233,17 +31219,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 565252 3 29060 5.1 712.328 0.000 |
+LZO1B-6 | moduli 565252 3 29060 5.1 596.256 0.000 |
LZO1B-6 | ssh_config 1548 1 1045 67.5 0.000 0.000 |
LZO1B-6 | ssh_host_ecdsa_key 505 1 450 89.1 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 320 77.9 0.000 0.000 |
+LZO1B-6 | ssh_host_ed25519_key 411 1 321 78.1 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 1823 1 1779 97.6 0.000 0.000 |
+LZO1B-6 | ssh_host_rsa_key 1823 1 1777 97.5 0.000 0.000 |
LZO1B-6 | ssh_host_rsa_key.pub 397 1 403 102 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 156266 78.1 80.925 0.000 |
+LZO1B-6 | ca-certificates.crt 200061 1 156266 78.1 80.674 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 |
@@ -31281,7 +31267,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 1515 25.4 0.000 0.000 |
+LZO1B-6 | volatile.cache 5955 1 1514 25.4 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 |
@@ -31292,8 +31278,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*** 4320 1.0 1407 71.3 145.338 0.000
-LZO1B-6 ***TOTALS*** 1235553 288 402413 32.6 145.338 0.000
+[clock=2] ***AVG*** 4320 1.0 1406 71.3 142.119 0.000
+LZO1B-6 ***TOTALS*** 1235553 288 402394 32.6 142.119 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -31376,7 +31362,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 598 27.7 0.000 0.000 |
+LZO1B-7 | %gconf.xml 2158 1 581 26.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 |
@@ -31528,17 +31514,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 565252 3 29209 5.2 552.296 0.000 |
+LZO1B-7 | moduli 565252 3 29209 5.2 484.124 0.000 |
LZO1B-7 | ssh_config 1548 1 1054 68.1 0.000 0.000 |
-LZO1B-7 | ssh_host_ecdsa_key 505 1 448 88.7 0.000 0.000 |
+LZO1B-7 | ssh_host_ecdsa_key 505 1 449 88.9 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 321 78.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 1823 1 1777 97.5 0.000 0.000 |
+LZO1B-7 | ssh_host_rsa_key 1823 1 1774 97.3 0.000 0.000 |
LZO1B-7 | ssh_host_rsa_key.pub 397 1 402 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 156337 78.1 65.875 0.000 |
+LZO1B-7 | ca-certificates.crt 200061 1 156337 78.1 60.509 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 |
@@ -31587,8 +31573,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*** 4320 1.0 1403 71.3 117.709 0.000
-LZO1B-7 ***TOTALS*** 1235553 288 401276 32.5 117.709 0.000
+[clock=2] ***AVG*** 4320 1.0 1403 71.3 107.573 0.000
+LZO1B-7 ***TOTALS*** 1235553 288 401258 32.5 107.573 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -31671,7 +31657,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 594 27.5 0.000 0.000 |
+LZO1B-8 | %gconf.xml 2158 1 587 27.2 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 |
@@ -31823,17 +31809,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 565252 3 29105 5.1 536.861 0.000 |
+LZO1B-8 | moduli 565252 3 29105 5.1 479.196 0.000 |
LZO1B-8 | ssh_config 1548 1 1044 67.4 0.000 0.000 |
-LZO1B-8 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
+LZO1B-8 | ssh_host_ecdsa_key 505 1 449 88.9 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 320 77.9 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.pub 97 1 101 104 0.000 0.000 |
-LZO1B-8 | ssh_host_rsa_key 1823 1 1776 97.4 0.000 0.000 |
+LZO1B-8 | ssh_host_rsa_key 1823 1 1773 97.3 0.000 0.000 |
LZO1B-8 | ssh_host_rsa_key.pub 397 1 403 102 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 154991 77.5 64.558 0.000 |
+LZO1B-8 | ca-certificates.crt 200061 1 154991 77.5 63.062 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 |
@@ -31871,7 +31857,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 1489 25.0 0.000 0.000 |
+LZO1B-8 | volatile.cache 5955 1 1467 24.6 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 |
@@ -31882,8 +31868,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*** 4320 1.0 1399 71.1 115.256 0.000
-LZO1B-8 ***TOTALS*** 1235553 288 400114 32.4 115.256 0.000
+[clock=2] ***AVG*** 4320 1.0 1398 71.1 111.456 0.000
+LZO1B-8 ***TOTALS*** 1235553 288 400085 32.4 111.456 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -31966,7 +31952,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 581 26.9 0.000 0.000 |
+LZO1B-9 | %gconf.xml 2158 1 571 26.5 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 |
@@ -32118,17 +32104,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 565252 3 27470 4.9 289.662 0.000 |
+LZO1B-9 | moduli 565252 3 27470 4.9 270.942 0.000 |
LZO1B-9 | ssh_config 1548 1 1038 67.1 0.000 0.000 |
-LZO1B-9 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
+LZO1B-9 | ssh_host_ecdsa_key 505 1 449 88.9 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 319 77.6 0.000 0.000 |
+LZO1B-9 | ssh_host_ed25519_key 411 1 320 77.9 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 1823 1 1776 97.4 0.000 0.000 |
+LZO1B-9 | ssh_host_rsa_key 1823 1 1772 97.2 0.000 0.000 |
LZO1B-9 | ssh_host_rsa_key.pub 397 1 403 102 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 155213 77.6 73.483 0.000 |
+LZO1B-9 | ca-certificates.crt 200061 1 155213 77.6 71.212 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 |
@@ -32166,7 +32152,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 1454 24.4 0.000 0.000 |
+LZO1B-9 | volatile.cache 5955 1 1463 24.6 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 |
@@ -32177,8 +32163,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*** 4320 1.0 1383 70.8 117.227 0.000
-LZO1B-9 ***TOTALS*** 1235553 288 395785 32.0 117.227 0.000
+[clock=2] ***AVG*** 4320 1.0 1383 70.8 112.781 0.000
+LZO1B-9 ***TOTALS*** 1235553 288 395783 32.0 112.781 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -32261,7 +32247,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 594 27.5 0.000 0.000 |
+LZO1C-1 | %gconf.xml 2158 1 582 27.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 |
LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -32413,17 +32399,17 @@ LZO1C-1 | shells 52 1 50 96.2 0.000 0.000 |
LZO1C-1 | .bashrc 410 1 332 81.0 0.000 0.000 |
LZO1C-1 | .profile 241 1 226 93.8 0.000 0.000 |
LZO1C-1 | slsh.rc 2030 1 1052 51.8 0.000 0.000 |
-LZO1C-1 | moduli 565252 3 29999 5.3 1085.217 0.000 |
+LZO1C-1 | moduli 565252 3 29999 5.3 822.653 0.000 |
LZO1C-1 | ssh_config 1548 1 1074 69.4 0.000 0.000 |
-LZO1C-1 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
+LZO1C-1 | ssh_host_ecdsa_key 505 1 451 89.3 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 323 78.6 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 1823 1 1784 97.9 0.000 0.000 |
+LZO1C-1 | ssh_host_rsa_key 1823 1 1779 97.6 0.000 0.000 |
LZO1C-1 | ssh_host_rsa_key.pub 397 1 402 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 161980 81.0 75.685 0.000 |
+LZO1C-1 | ca-certificates.crt 200061 1 161980 81.0 72.954 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 |
@@ -32461,7 +32447,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 1529 25.7 0.000 0.000 |
+LZO1C-1 | volatile.cache 5955 1 1524 25.6 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 |
@@ -32472,8 +32458,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*** 4320 1.0 1450 72.5 141.501 0.000
-LZO1C-1 ***TOTALS*** 1235553 288 414973 33.6 141.501 0.000
+[clock=2] ***AVG*** 4320 1.0 1450 72.4 134.022 0.000
+LZO1C-1 ***TOTALS*** 1235553 288 414952 33.6 134.022 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -32556,7 +32542,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 598 27.7 0.000 0.000 |
+LZO1C-2 | %gconf.xml 2158 1 580 26.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 |
@@ -32708,17 +32694,17 @@ LZO1C-2 | shells 52 1 50 96.2 0.000 0.000 |
LZO1C-2 | .bashrc 410 1 332 81.0 0.000 0.000 |
LZO1C-2 | .profile 241 1 226 93.8 0.000 0.000 |
LZO1C-2 | slsh.rc 2030 1 1040 51.2 0.000 0.000 |
-LZO1C-2 | moduli 565252 3 29818 5.3 1076.060 0.000 |
+LZO1C-2 | moduli 565252 3 29818 5.3 814.673 0.000 |
LZO1C-2 | ssh_config 1548 1 1065 68.8 0.000 0.000 |
-LZO1C-2 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
+LZO1C-2 | ssh_host_ecdsa_key 505 1 455 90.1 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 323 78.6 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.pub 97 1 102 105 0.000 0.000 |
-LZO1C-2 | ssh_host_rsa_key 1823 1 1786 98.0 0.000 0.000 |
+LZO1C-2 | ssh_host_rsa_key 1823 1 1781 97.7 0.000 0.000 |
LZO1C-2 | ssh_host_rsa_key.pub 397 1 402 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 160721 80.3 74.898 0.000 |
+LZO1C-2 | ca-certificates.crt 200061 1 160719 80.3 71.534 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 |
@@ -32756,7 +32742,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 1547 26.0 0.000 0.000 |
+LZO1C-2 | volatile.cache 5955 1 1536 25.8 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 |
@@ -32767,8 +32753,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*** 4320 1.0 1438 72.2 140.048 0.000
-LZO1C-2 ***TOTALS*** 1235553 288 411282 33.3 140.048 0.000
+[clock=2] ***AVG*** 4320 1.0 1437 72.2 131.519 0.000
+LZO1C-2 ***TOTALS*** 1235553 288 411250 33.3 131.519 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -32851,7 +32837,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 600 27.8 0.000 0.000 |
+LZO1C-3 | %gconf.xml 2158 1 582 27.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 |
@@ -33003,17 +32989,17 @@ LZO1C-3 | shells 52 1 50 96.2 0.000 0.000 |
LZO1C-3 | .bashrc 410 1 331 80.7 0.000 0.000 |
LZO1C-3 | .profile 241 1 226 93.8 0.000 0.000 |
LZO1C-3 | slsh.rc 2030 1 1042 51.3 0.000 0.000 |
-LZO1C-3 | moduli 565252 3 29799 5.3 1015.346 0.000 |
+LZO1C-3 | moduli 565252 3 29799 5.3 817.457 0.000 |
LZO1C-3 | ssh_config 1548 1 1065 68.8 0.000 0.000 |
-LZO1C-3 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 |
+LZO1C-3 | ssh_host_ecdsa_key 505 1 455 90.1 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 323 78.6 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.pub 97 1 102 105 0.000 0.000 |
-LZO1C-3 | ssh_host_rsa_key 1823 1 1786 98.0 0.000 0.000 |
+LZO1C-3 | ssh_host_rsa_key 1823 1 1781 97.7 0.000 0.000 |
LZO1C-3 | ssh_host_rsa_key.pub 397 1 402 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 160371 80.2 73.961 0.000 |
+LZO1C-3 | ca-certificates.crt 200061 1 160374 80.2 73.679 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 |
@@ -33051,7 +33037,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 1550 26.0 0.000 0.000 |
+LZO1C-3 | volatile.cache 5955 1 1544 25.9 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 |
@@ -33062,8 +33048,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*** 4320 1.0 1434 72.1 137.878 0.000
-LZO1C-3 ***TOTALS*** 1235553 288 410358 33.2 137.878 0.000
+[clock=2] ***AVG*** 4320 1.0 1434 72.1 135.174 0.000
+LZO1C-3 ***TOTALS*** 1235553 288 410335 33.2 135.174 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -33146,7 +33132,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 592 27.4 0.000 0.000 |
+LZO1C-4 | %gconf.xml 2158 1 580 26.9 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 |
@@ -33298,17 +33284,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 565252 3 29008 5.1 814.759 0.000 |
+LZO1C-4 | moduli 565252 3 29008 5.1 677.951 0.000 |
LZO1C-4 | ssh_config 1548 1 1061 68.5 0.000 0.000 |
-LZO1C-4 | ssh_host_ecdsa_key 505 1 449 88.9 0.000 0.000 |
+LZO1C-4 | ssh_host_ecdsa_key 505 1 450 89.1 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 321 78.1 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 1823 1 1780 97.6 0.000 0.000 |
+LZO1C-4 | ssh_host_rsa_key 1823 1 1776 97.4 0.000 0.000 |
LZO1C-4 | ssh_host_rsa_key.pub 397 1 403 102 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 160060 80.0 58.001 0.000 |
+LZO1C-4 | ca-certificates.crt 200061 1 160060 80.0 56.463 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 |
@@ -33346,7 +33332,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 1524 25.6 0.000 0.000 |
+LZO1C-4 | volatile.cache 5955 1 1509 25.3 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 |
@@ -33357,8 +33343,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*** 4320 1.0 1417 71.4 108.293 0.000
-LZO1C-4 ***TOTALS*** 1235553 288 405376 32.8 108.293 0.000
+[clock=2] ***AVG*** 4320 1.0 1417 71.4 104.244 0.000
+LZO1C-4 ***TOTALS*** 1235553 288 405346 32.8 104.244 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -33441,7 +33427,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 595 27.6 0.000 0.000 |
+LZO1C-5 | %gconf.xml 2158 1 576 26.7 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 |
@@ -33465,7 +33451,7 @@ LZO1C-5 | bluetooth 1253 1 770 61.5 0.000 0.000 |
LZO1C-5 | bootlogd 1997 1 1213 60.7 0.000 0.000 |
LZO1C-5 | bootmisc.sh 2017 1 1327 65.8 0.000 0.000 |
LZO1C-5 | checkroot.sh 3591 1 2236 62.3 0.000 0.000 |
-LZO1C-5 | connman 1462 1 952 65.1 1.168 0.000 |
+LZO1C-5 | connman 1462 1 952 65.1 0.000 0.000 |
LZO1C-5 | crond 1235 1 803 65.0 0.000 0.000 |
LZO1C-5 | dbus-1 2887 1 1751 60.7 0.000 0.000 |
LZO1C-5 | devpts.sh 526 1 384 73.0 0.000 0.000 |
@@ -33593,17 +33579,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 565252 3 28924 5.1 794.532 0.000 |
+LZO1C-5 | moduli 565252 3 28924 5.1 677.522 0.000 |
LZO1C-5 | ssh_config 1548 1 1051 67.9 0.000 0.000 |
-LZO1C-5 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
+LZO1C-5 | ssh_host_ecdsa_key 505 1 451 89.3 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 324 78.8 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 1823 1 1782 97.8 0.000 0.000 |
+LZO1C-5 | ssh_host_rsa_key 1823 1 1779 97.6 0.000 0.000 |
LZO1C-5 | ssh_host_rsa_key.pub 397 1 403 102 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 159465 79.7 58.554 0.000 |
+LZO1C-5 | ca-certificates.crt 200061 1 159465 79.7 57.606 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 |
@@ -33641,7 +33627,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 1523 25.6 0.000 0.000 |
+LZO1C-5 | volatile.cache 5955 1 1499 25.2 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 |
@@ -33652,8 +33638,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*** 4320 1.0 1417 71.2 3.430 0.000
-LZO1C-5 ***TOTALS*** 1235553 288 405292 32.8 3.430 0.000
+[clock=2] ***AVG*** 4320 1.0 1416 71.2 106.183 0.000
+LZO1C-5 ***TOTALS*** 1235553 288 405248 32.8 106.183 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -33736,7 +33722,7 @@ LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-6 | %gconf.xml 235 1 147 62.6 0.000 0.000 |
LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-6 | %gconf.xml 2158 1 595 27.6 0.000 0.000 |
+LZO1C-6 | %gconf.xml 2158 1 578 26.8 0.000 0.000 |
LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -33888,17 +33874,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 565252 3 28839 5.1 806.821 0.000 |
+LZO1C-6 | moduli 565252 3 28839 5.1 653.811 0.000 |
LZO1C-6 | ssh_config 1548 1 1040 67.2 0.000 0.000 |
LZO1C-6 | ssh_host_ecdsa_key 505 1 450 89.1 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 319 77.6 0.000 0.000 |
+LZO1C-6 | ssh_host_ed25519_key 411 1 320 77.9 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 1823 1 1779 97.6 0.000 0.000 |
+LZO1C-6 | ssh_host_rsa_key 1823 1 1777 97.5 0.000 0.000 |
LZO1C-6 | ssh_host_rsa_key.pub 397 1 403 102 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 158913 79.4 56.497 0.000 |
+LZO1C-6 | ca-certificates.crt 200061 1 158913 79.4 56.668 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 |
@@ -33936,7 +33922,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 1502 25.2 0.000 0.000 |
+LZO1C-6 | volatile.cache 5955 1 1503 25.2 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 |
@@ -33947,8 +33933,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*** 4320 1.0 1409 71.0 105.600 0.000
-LZO1C-6 ***TOTALS*** 1235553 288 403000 32.6 105.600 0.000
+[clock=2] ***AVG*** 4320 1.0 1409 71.0 104.296 0.000
+LZO1C-6 ***TOTALS*** 1235553 288 402983 32.6 104.296 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -34031,7 +34017,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 593 27.5 0.000 0.000 |
+LZO1C-7 | %gconf.xml 2158 1 576 26.7 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 |
@@ -34183,17 +34169,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 565252 3 28898 5.1 607.201 0.000 |
+LZO1C-7 | moduli 565252 3 28898 5.1 533.201 0.000 |
LZO1C-7 | ssh_config 1548 1 1050 67.8 0.000 0.000 |
-LZO1C-7 | ssh_host_ecdsa_key 505 1 448 88.7 0.000 0.000 |
+LZO1C-7 | ssh_host_ecdsa_key 505 1 449 88.9 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 320 77.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 1823 1 1777 97.5 0.000 0.000 |
+LZO1C-7 | ssh_host_rsa_key 1823 1 1774 97.3 0.000 0.000 |
LZO1C-7 | ssh_host_rsa_key.pub 397 1 402 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 158992 79.5 40.058 0.000 |
+LZO1C-7 | ca-certificates.crt 200061 1 158992 79.5 39.109 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 |
@@ -34231,7 +34217,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 1443 24.2 0.000 0.000 |
+LZO1C-7 | volatile.cache 5955 1 1445 24.3 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 |
@@ -34242,8 +34228,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*** 4320 1.0 1402 70.9 75.157 0.000
-LZO1C-7 ***TOTALS*** 1235553 288 401074 32.5 75.157 0.000
+[clock=2] ***AVG*** 4320 1.0 1402 70.9 72.874 0.000
+LZO1C-7 ***TOTALS*** 1235553 288 401058 32.5 72.874 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -34326,7 +34312,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 589 27.3 0.000 0.000 |
+LZO1C-8 | %gconf.xml 2158 1 582 27.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 |
LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
@@ -34478,17 +34464,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 565252 3 28863 5.1 607.339 0.000 |
+LZO1C-8 | moduli 565252 3 28863 5.1 521.490 0.000 |
LZO1C-8 | ssh_config 1548 1 1039 67.1 0.000 0.000 |
-LZO1C-8 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
+LZO1C-8 | ssh_host_ecdsa_key 505 1 449 88.9 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 319 77.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.pub 97 1 101 104 0.000 0.000 |
-LZO1C-8 | ssh_host_rsa_key 1823 1 1776 97.4 0.000 0.000 |
+LZO1C-8 | ssh_host_rsa_key 1823 1 1773 97.3 0.000 0.000 |
LZO1C-8 | ssh_host_rsa_key.pub 397 1 403 102 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 157889 78.9 48.143 0.000 |
+LZO1C-8 | ca-certificates.crt 200061 1 157889 78.9 40.178 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 |
@@ -34526,7 +34512,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 1473 24.7 0.000 0.000 |
+LZO1C-8 | volatile.cache 5955 1 1455 24.4 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 |
@@ -34537,8 +34523,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*** 4320 1.0 1402 70.7 89.215 0.000
-LZO1C-8 ***TOTALS*** 1235553 288 400989 32.5 89.215 0.000
+[clock=2] ***AVG*** 4320 1.0 1401 70.7 74.608 0.000
+LZO1C-8 ***TOTALS*** 1235553 288 400964 32.5 74.608 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -34621,7 +34607,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 576 26.7 0.000 0.000 |
+LZO1C-9 | %gconf.xml 2158 1 566 26.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 |
@@ -34773,17 +34759,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 565252 3 27119 4.8 364.379 0.000 |
+LZO1C-9 | moduli 565252 3 27119 4.8 276.043 0.000 |
LZO1C-9 | ssh_config 1548 1 1032 66.7 0.000 0.000 |
-LZO1C-9 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
+LZO1C-9 | ssh_host_ecdsa_key 505 1 449 88.9 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 318 77.4 0.000 0.000 |
+LZO1C-9 | ssh_host_ed25519_key 411 1 319 77.6 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 1823 1 1776 97.4 0.000 0.000 |
+LZO1C-9 | ssh_host_rsa_key 1823 1 1772 97.2 0.000 0.000 |
LZO1C-9 | ssh_host_rsa_key.pub 397 1 403 102 0.000 0.000 |
-LZO1C-9 | sshd_config 3177 1 1911 60.2 0.000 0.000 |
+LZO1C-9 | sshd_config 3177 1 1913 60.2 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 157744 78.8 69.705 0.000 |
+LZO1C-9 | ca-certificates.crt 200061 1 157683 78.8 50.790 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 |
@@ -34821,7 +34807,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 1443 24.2 0.000 0.000 |
+LZO1C-9 | volatile.cache 5955 1 1451 24.4 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 |
@@ -34832,8 +34818,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*** 4320 1.0 1384 70.5 117.023 0.000
-LZO1C-9 ***TOTALS*** 1235553 288 396041 32.1 117.023 0.000
+[clock=2] ***AVG*** 4320 1.0 1384 70.5 85.794 0.000
+LZO1C-9 ***TOTALS*** 1235553 288 395979 32.0 85.794 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -34916,7 +34902,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 591 27.4 0.000 0.000 |
+LZO1F-1 | %gconf.xml 2158 1 579 26.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 |
@@ -35068,17 +35054,17 @@ LZO1F-1 | shells 52 1 50 96.2 0.000 0.000 |
LZO1F-1 | .bashrc 410 1 330 80.5 0.000 0.000 |
LZO1F-1 | .profile 241 1 225 93.4 0.000 0.000 |
LZO1F-1 | slsh.rc 2030 1 1025 50.5 0.000 0.000 |
-LZO1F-1 | moduli 565252 3 31497 5.6 0.000 0.000 |
+LZO1F-1 | moduli 565252 3 31497 5.6 829.624 0.000 |
LZO1F-1 | ssh_config 1548 1 1051 67.9 0.000 0.000 |
-LZO1F-1 | ssh_host_ecdsa_key 505 1 445 88.1 0.000 0.000 |
+LZO1F-1 | ssh_host_ecdsa_key 505 1 446 88.3 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 319 77.6 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 1823 1 1777 97.5 0.000 0.000 |
+LZO1F-1 | ssh_host_rsa_key 1823 1 1773 97.3 0.000 0.000 |
LZO1F-1 | ssh_host_rsa_key.pub 397 1 401 101 0.000 0.000 |
LZO1F-1 | sshd_config 3177 1 1998 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 161928 80.9 100.342 0.000 |
+LZO1F-1 | ca-certificates.crt 200061 1 161935 80.9 74.445 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 |
@@ -35116,7 +35102,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 1518 25.5 0.000 0.000 |
+LZO1F-1 | volatile.cache 5955 1 1513 25.4 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 |
@@ -35127,8 +35113,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*** 4320 1.0 1442 71.5 100.342 0.000
-LZO1F-1 ***TOTALS*** 1235553 288 412447 33.4 100.342 0.000
+[clock=2] ***AVG*** 4320 1.0 1442 71.5 136.629 0.000
+LZO1F-1 ***TOTALS*** 1235553 288 412434 33.4 136.629 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -35211,7 +35197,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 607 28.1 0.000 0.000 |
+LZO1X-1 | %gconf.xml 2158 1 595 27.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 |
@@ -35365,11 +35351,11 @@ LZO1X-1 | .profile 241 1 237 98.3 0.000 0.000 |
LZO1X-1 | slsh.rc 2030 1 1061 52.3 0.000 0.000 |
LZO1X-1 | moduli 565252 3 48118 8.5 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 465 92.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.pub 97 1 102 105 0.000 0.000 |
-LZO1X-1 | ssh_host_rsa_key 1823 1 1811 99.3 0.000 0.000 |
+LZO1X-1 | ssh_host_rsa_key 1823 1 1796 98.5 0.000 0.000 |
LZO1X-1 | ssh_host_rsa_key.pub 397 1 402 101 0.000 0.000 |
LZO1X-1 | sshd_config 3177 1 2027 63.8 0.000 0.000 |
LZO1X-1 | sshd_config_readonly 3186 1 2026 63.6 0.000 0.000 |
@@ -35411,7 +35397,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 1547 26.0 0.000 0.000 |
+LZO1X-1 | volatile.cache 5955 1 1542 25.9 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 |
@@ -35423,7 +35409,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*** 4320 1.0 1543 73.8 0.000 0.000
-LZO1X-1 ***TOTALS*** 1235553 288 441347 35.7 0.000 0.000
+LZO1X-1 ***TOTALS*** 1235553 288 441332 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
@@ -35506,7 +35492,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 602 27.9 0.000 0.000 |
+LZO1Y-1 | %gconf.xml 2158 1 590 27.3 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 |
@@ -35660,11 +35646,11 @@ LZO1Y-1 | .profile 241 1 237 98.3 0.000 0.000 |
LZO1Y-1 | slsh.rc 2030 1 1057 52.1 0.000 0.000 |
LZO1Y-1 | moduli 565252 3 48109 8.5 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 462 91.5 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 334 81.3 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 1823 1 1810 99.3 0.000 0.000 |
+LZO1Y-1 | ssh_host_rsa_key 1823 1 1798 98.6 0.000 0.000 |
LZO1Y-1 | ssh_host_rsa_key.pub 397 1 402 101 0.000 0.000 |
LZO1Y-1 | sshd_config 3177 1 2034 64.0 0.000 0.000 |
LZO1Y-1 | sshd_config_readonly 3186 1 2035 63.9 0.000 0.000 |
@@ -35706,7 +35692,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 1482 24.9 0.000 0.000 |
+LZO1Y-1 | volatile.cache 5955 1 1483 24.9 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 |
@@ -35718,7 +35704,7 @@ LZO1Y-1 | libfm.conf 183 1 153 83.6 0.000 0.000 |
LZO1Y-1 | pcmanfm.conf 321 1 304 94.7 0.000 0.000 |
LZO1Y-1 | Xserver 652 1 482 73.9 0.000 0.000 |
[clock=2] ***AVG*** 4320 1.0 1535 73.3 0.000 0.000
-LZO1Y-1 ***TOTALS*** 1235553 288 439155 35.5 0.000 0.000
+LZO1Y-1 ***TOTALS*** 1235553 288 439150 35.5 0.000 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -35801,13 +35787,13 @@ 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 612 28.4 0.000 0.000 |
+LZO1X-1(11) | %gconf.xml 2158 1 600 27.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 |
LZO1X-1(11) | %gconf.xml 515 1 329 63.9 0.000 0.000 |
LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(11) | %gconf.xml 5626 1 1735 30.8 0.000 0.000 |
+LZO1X-1(11) | %gconf.xml 5626 1 1737 30.9 0.000 0.000 |
LZO1X-1(11) | settings-daemon.schemas 7202 1 1889 26.2 0.000 0.000 |
LZO1X-1(11) | group 620 1 552 89.0 0.000 0.000 |
LZO1X-1(11) | group- 639 1 570 89.2 0.000 0.000 |
@@ -35955,11 +35941,11 @@ LZO1X-1(11) | .profile 241 1 237 98.3 0.000 0.000 |
LZO1X-1(11) | slsh.rc 2030 1 1076 53.0 0.000 0.000 |
LZO1X-1(11) | moduli 565252 3 48159 8.5 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 465 92.1 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 336 81.8 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.pub 97 1 102 105 0.000 0.000 |
-LZO1X-1(11) | ssh_host_rsa_key 1823 1 1811 99.3 0.000 0.000 |
+LZO1X-1(11) | ssh_host_rsa_key 1823 1 1798 98.6 0.000 0.000 |
LZO1X-1(11) | ssh_host_rsa_key.pub 397 1 402 101 0.000 0.000 |
LZO1X-1(11) | sshd_config 3177 1 2055 64.7 0.000 0.000 |
LZO1X-1(11) | sshd_config_readonly 3186 1 2048 64.3 0.000 0.000 |
@@ -36001,7 +35987,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 1552 26.1 0.000 0.000 |
+LZO1X-1(11) | volatile.cache 5955 1 1550 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 |
@@ -36013,7 +35999,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*** 4320 1.0 1583 74.1 0.000 0.000
-LZO1X-1(11) ***TOTALS*** 1235553 288 452888 36.7 0.000 0.000
+LZO1X-1(11) ***TOTALS*** 1235553 288 452879 36.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
@@ -36096,13 +36082,13 @@ 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 612 28.4 0.000 0.000 |
+LZO1X-1(12) | %gconf.xml 2158 1 600 27.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 |
LZO1X-1(12) | %gconf.xml 515 1 327 63.5 0.000 0.000 |
LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(12) | %gconf.xml 5626 1 1707 30.3 0.000 0.000 |
+LZO1X-1(12) | %gconf.xml 5626 1 1709 30.4 0.000 0.000 |
LZO1X-1(12) | settings-daemon.schemas 7202 1 1885 26.2 0.000 0.000 |
LZO1X-1(12) | group 620 1 549 88.5 0.000 0.000 |
LZO1X-1(12) | group- 639 1 567 88.7 0.000 0.000 |
@@ -36250,11 +36236,11 @@ LZO1X-1(12) | .profile 241 1 237 98.3 0.000 0.000 |
LZO1X-1(12) | slsh.rc 2030 1 1063 52.4 0.000 0.000 |
LZO1X-1(12) | moduli 565252 3 48179 8.5 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 465 92.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 336 81.8 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.pub 97 1 102 105 0.000 0.000 |
-LZO1X-1(12) | ssh_host_rsa_key 1823 1 1811 99.3 0.000 0.000 |
+LZO1X-1(12) | ssh_host_rsa_key 1823 1 1798 98.6 0.000 0.000 |
LZO1X-1(12) | ssh_host_rsa_key.pub 397 1 402 101 0.000 0.000 |
LZO1X-1(12) | sshd_config 3177 1 2047 64.4 0.000 0.000 |
LZO1X-1(12) | sshd_config_readonly 3186 1 2038 64.0 0.000 0.000 |
@@ -36296,7 +36282,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 1548 26.0 0.000 0.000 |
+LZO1X-1(12) | volatile.cache 5955 1 1543 25.9 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 |
@@ -36308,7 +36294,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*** 4320 1.0 1562 73.9 0.000 0.000
-LZO1X-1(12) ***TOTALS*** 1235553 288 446794 36.2 0.000 0.000
+LZO1X-1(12) ***TOTALS*** 1235553 288 446782 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
@@ -36391,13 +36377,13 @@ 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 612 28.4 0.000 0.000 |
+LZO1X-1(15) | %gconf.xml 2158 1 600 27.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 |
LZO1X-1(15) | %gconf.xml 515 1 327 63.5 0.000 0.000 |
LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(15) | %gconf.xml 5626 1 1705 30.3 0.000 0.000 |
+LZO1X-1(15) | %gconf.xml 5626 1 1707 30.3 0.000 0.000 |
LZO1X-1(15) | settings-daemon.schemas 7202 1 1877 26.1 0.000 0.000 |
LZO1X-1(15) | group 620 1 549 88.5 0.000 0.000 |
LZO1X-1(15) | group- 639 1 567 88.7 0.000 0.000 |
@@ -36545,11 +36531,11 @@ LZO1X-1(15) | .profile 241 1 237 98.3 0.000 0.000 |
LZO1X-1(15) | slsh.rc 2030 1 1062 52.3 0.000 0.000 |
LZO1X-1(15) | moduli 565252 3 48112 8.5 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 465 92.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 336 81.8 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.pub 97 1 102 105 0.000 0.000 |
-LZO1X-1(15) | ssh_host_rsa_key 1823 1 1811 99.3 0.000 0.000 |
+LZO1X-1(15) | ssh_host_rsa_key 1823 1 1797 98.6 0.000 0.000 |
LZO1X-1(15) | ssh_host_rsa_key.pub 397 1 402 101 0.000 0.000 |
LZO1X-1(15) | sshd_config 3177 1 2031 63.9 0.000 0.000 |
LZO1X-1(15) | sshd_config_readonly 3186 1 2030 63.7 0.000 0.000 |
@@ -36591,7 +36577,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 1547 26.0 0.000 0.000 |
+LZO1X-1(15) | volatile.cache 5955 1 1542 25.9 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 |
@@ -36603,7 +36589,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*** 4320 1.0 1550 73.8 0.000 0.000
-LZO1X-1(15) ***TOTALS*** 1235553 288 443326 35.9 0.000 0.000
+LZO1X-1(15) ***TOTALS*** 1235553 288 443313 35.9 0.000 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -36686,7 +36672,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 562 26.0 0.000 0.000 |
+LZO1-99 | %gconf.xml 2158 1 550 25.5 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 |
@@ -36765,7 +36751,7 @@ LZO1-99 | rt_scopes 92 1 88 95.7 0.000 0.000 |
LZO1-99 | rt_tables 87 1 84 96.6 0.000 0.000 |
LZO1-99 | issue 58 1 60 103 0.000 0.000 |
LZO1-99 | issue.net 55 1 57 104 0.000 0.000 |
-LZO1-99 | ld.so.cache 57478 1 17112 29.8 0.000 0.000 |
+LZO1-99 | ld.so.cache 57478 1 17112 29.8 103.313 0.000 |
LZO1-99 | ld.so.conf 33 1 35 106 0.000 0.000 |
LZO1-99 | classid 1130 1 623 55.1 0.000 0.000 |
LZO1-99 | pktloc 1532 1 835 54.5 0.000 0.000 |
@@ -36838,17 +36824,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 565252 3 31759 5.6 327.979 0.000 |
+LZO1-99 | moduli 565252 3 31759 5.6 237.070 977.889 |
LZO1-99 | ssh_config 1548 1 1038 67.1 0.000 0.000 |
-LZO1-99 | ssh_host_ecdsa_key 505 1 444 87.9 0.000 0.000 |
+LZO1-99 | ssh_host_ecdsa_key 505 1 446 88.3 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 315 76.6 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 1823 1 1771 97.1 0.000 0.000 |
+LZO1-99 | ssh_host_rsa_key 1823 1 1767 96.9 0.000 0.000 |
LZO1-99 | ssh_host_rsa_key.pub 397 1 399 101 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 161344 80.6 46.379 0.000 |
+LZO1-99 | ca-certificates.crt 200061 1 161344 80.6 36.053 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 |
@@ -36886,7 +36872,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 1394 23.4 0.000 0.000 |
+LZO1-99 | volatile.cache 5955 1 1397 23.5 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 |
@@ -36897,8 +36883,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*** 4320 1.0 1414 68.2 81.266 0.000
-LZO1-99 ***TOTALS*** 1235553 288 404580 32.7 81.266 0.000
+[clock=2] ***AVG*** 4320 1.0 1414 68.2 72.056 977.889
+LZO1-99 ***TOTALS*** 1235553 288 404569 32.7 72.056 977.889
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -36981,7 +36967,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 560 25.9 0.000 0.000 |
+LZO1A-99 | %gconf.xml 2158 1 548 25.4 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 |
@@ -37060,7 +37046,7 @@ LZO1A-99 | rt_scopes 92 1 88 95.7 0.000 0.000 |
LZO1A-99 | rt_tables 87 1 84 96.6 0.000 0.000 |
LZO1A-99 | issue 58 1 60 103 0.000 0.000 |
LZO1A-99 | issue.net 55 1 57 104 0.000 0.000 |
-LZO1A-99 | ld.so.cache 57478 1 16390 28.5 0.000 0.000 |
+LZO1A-99 | ld.so.cache 57478 1 16390 28.5 103.092 0.000 |
LZO1A-99 | ld.so.conf 33 1 35 106 0.000 0.000 |
LZO1A-99 | classid 1130 1 619 54.8 0.000 0.000 |
LZO1A-99 | pktloc 1532 1 830 54.2 0.000 0.000 |
@@ -37133,17 +37119,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 565252 3 31231 5.5 280.653 0.000 |
+LZO1A-99 | moduli 565252 3 31231 5.5 234.543 973.729 |
LZO1A-99 | ssh_config 1548 1 1033 66.7 0.000 0.000 |
-LZO1A-99 | ssh_host_ecdsa_key 505 1 444 87.9 0.000 0.000 |
+LZO1A-99 | ssh_host_ecdsa_key 505 1 446 88.3 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 315 76.6 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 1823 1 1771 97.1 0.000 0.000 |
+LZO1A-99 | ssh_host_rsa_key 1823 1 1767 96.9 0.000 0.000 |
LZO1A-99 | ssh_host_rsa_key.pub 397 1 399 101 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 160942 80.4 43.367 0.000 |
+LZO1A-99 | ca-certificates.crt 200061 1 160942 80.4 36.934 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 |
@@ -37181,7 +37167,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 1392 23.4 0.000 0.000 |
+LZO1A-99 | volatile.cache 5955 1 1395 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 |
@@ -37192,8 +37178,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*** 4320 1.0 1404 67.9 75.126 0.000
-LZO1A-99 ***TOTALS*** 1235553 288 401646 32.5 75.126 0.000
+[clock=2] ***AVG*** 4320 1.0 1404 67.9 73.102 973.729
+LZO1A-99 ***TOTALS*** 1235553 288 401635 32.5 73.102 973.729
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -37276,7 +37262,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 572 26.5 0.000 0.000 |
+LZO1B-99 | %gconf.xml 2158 1 564 26.1 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 |
@@ -37428,17 +37414,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 565252 3 27047 4.8 285.208 0.000 |
+LZO1B-99 | moduli 565252 3 27047 4.8 233.099 0.000 |
LZO1B-99 | ssh_config 1548 1 1034 66.8 0.000 0.000 |
-LZO1B-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
+LZO1B-99 | ssh_host_ecdsa_key 505 1 449 88.9 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 319 77.6 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 1823 1 1774 97.3 0.000 0.000 |
+LZO1B-99 | ssh_host_rsa_key 1823 1 1770 97.1 0.000 0.000 |
LZO1B-99 | ssh_host_rsa_key.pub 397 1 402 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 151376 75.7 39.432 0.000 |
+LZO1B-99 | ca-certificates.crt 200061 1 151376 75.7 34.265 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 |
@@ -37476,7 +37462,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 1303 21.9 0.000 0.000 |
+LZO1B-99 | volatile.cache 5955 1 1304 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 |
@@ -37487,8 +37473,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*** 4320 1.0 1355 70.6 69.284 0.000
-LZO1B-99 ***TOTALS*** 1235553 288 387603 31.4 69.284 0.000
+[clock=2] ***AVG*** 4320 1.0 1355 70.6 59.747 0.000
+LZO1B-99 ***TOTALS*** 1235553 288 387594 31.4 59.747 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -37571,7 +37557,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 568 26.3 0.000 0.000 |
+LZO1C-99 | %gconf.xml 2158 1 560 25.9 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 |
@@ -37723,17 +37709,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 565252 3 26654 4.7 296.864 0.000 |
+LZO1C-99 | moduli 565252 3 26654 4.7 249.340 0.000 |
LZO1C-99 | ssh_config 1548 1 1028 66.4 0.000 0.000 |
-LZO1C-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
+LZO1C-99 | ssh_host_ecdsa_key 505 1 449 88.9 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 318 77.4 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 1823 1 1774 97.3 0.000 0.000 |
+LZO1C-99 | ssh_host_rsa_key 1823 1 1770 97.1 0.000 0.000 |
LZO1C-99 | ssh_host_rsa_key.pub 397 1 402 101 0.000 0.000 |
LZO1C-99 | sshd_config 3177 1 1895 59.6 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 156094 78.0 36.694 0.000 |
+LZO1C-99 | ca-certificates.crt 200061 1 156094 78.0 31.935 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 |
@@ -37771,7 +37757,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 1292 21.7 0.000 0.000 |
+LZO1C-99 | volatile.cache 5955 1 1294 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 |
@@ -37782,8 +37768,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*** 4320 1.0 1362 70.2 65.315 0.000
-LZO1C-99 ***TOTALS*** 1235553 288 389541 31.5 65.315 0.000
+[clock=2] ***AVG*** 4320 1.0 1362 70.2 56.619 0.000
+LZO1C-99 ***TOTALS*** 1235553 288 389533 31.5 56.619 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -37866,7 +37852,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 554 25.7 0.000 0.000 |
+LZO1B-999 | %gconf.xml 2158 1 550 25.5 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 |
@@ -37945,7 +37931,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 57478 1 15464 26.9 8.806 0.000 |
+LZO1B-999 | ld.so.cache 57478 1 15464 26.9 7.995 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 |
@@ -37978,8 +37964,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 1006 1 608 60.4 0.000 0.000 |
LZO1B-999 | passwd- 1055 1 636 60.3 0.000 0.000 |
-LZO1B-999 | cert9.db 28672 1 968 3.4 23.997 0.000 |
-LZO1B-999 | key4.db 36864 1 1215 3.3 31.363 0.000 |
+LZO1B-999 | cert9.db 28672 1 968 3.4 14.865 0.000 |
+LZO1B-999 | key4.db 36864 1 1215 3.3 18.289 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 |
@@ -38011,24 +37997,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 31.198 0.000 |
+LZO1B-999 | services 18790 1 9138 48.6 24.176 0.000 |
LZO1B-999 | shadow 619 1 224 36.2 0.000 0.000 |
LZO1B-999 | shadow- 651 1 239 36.7 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 565252 3 26455 4.7 65.098 0.000 |
+LZO1B-999 | moduli 565252 3 26455 4.7 53.177 0.000 |
LZO1B-999 | ssh_config 1548 1 1025 66.2 0.000 0.000 |
-LZO1B-999 | ssh_host_ecdsa_key 505 1 444 87.9 0.000 0.000 |
+LZO1B-999 | ssh_host_ecdsa_key 505 1 446 88.3 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 316 76.9 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 1823 1 1772 97.2 0.000 0.000 |
+LZO1B-999 | ssh_host_rsa_key 1823 1 1768 97.0 0.000 0.000 |
LZO1B-999 | ssh_host_rsa_key.pub 397 1 402 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 147520 73.7 18.586 0.000 |
+LZO1B-999 | ca-certificates.crt 200061 1 147520 73.7 16.063 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 |
@@ -38066,7 +38052,7 @@ LZO1B-999 | network.sh 1402 1 992 70.8 0.000 0.000 |
LZO1B-999 | udev.conf 49 1 53 108 0.000 0.000 |
LZO1B-999 | 50default 2634 1 1069 40.6 0.000 0.000 |
LZO1B-999 | version 15 1 19 127 0.000 0.000 |
-LZO1B-999 | volatile.cache 5955 1 1230 20.7 0.000 0.000 |
+LZO1B-999 | volatile.cache 5955 1 1229 20.6 0.000 0.000 |
LZO1B-999 | warnquota.conf 3360 1 2008 59.8 0.000 0.000 |
LZO1B-999 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
LZO1B-999 | at-spi-dbus-bus.desktop 296 1 269 90.9 0.000 0.000 |
@@ -38077,8 +38063,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*** 4320 1.0 1323 69.7 20.809 0.000
-LZO1B-999 ***TOTALS*** 1235553 288 378391 30.6 20.809 0.000
+[clock=2] ***AVG*** 4320 1.0 1323 69.7 16.240 0.000
+LZO1B-999 ***TOTALS*** 1235553 288 378384 30.6 16.240 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -38161,7 +38147,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 547 25.3 0.000 0.000 |
+LZO1C-999 | %gconf.xml 2158 1 543 25.2 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 |
@@ -38240,7 +38226,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 57478 1 14646 25.5 8.410 0.000 |
+LZO1C-999 | ld.so.cache 57478 1 14646 25.5 6.626 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 |
@@ -38273,8 +38259,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 1006 1 602 59.8 0.000 0.000 |
LZO1C-999 | passwd- 1055 1 629 59.6 0.000 0.000 |
-LZO1C-999 | cert9.db 28672 1 959 3.3 24.883 0.000 |
-LZO1C-999 | key4.db 36864 1 1205 3.3 28.190 0.000 |
+LZO1C-999 | cert9.db 28672 1 959 3.3 14.272 0.000 |
+LZO1C-999 | key4.db 36864 1 1205 3.3 17.213 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 |
@@ -38306,24 +38292,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 30.367 0.000 |
+LZO1C-999 | services 18790 1 8970 47.7 23.456 0.000 |
LZO1C-999 | shadow 619 1 214 34.6 0.000 0.000 |
LZO1C-999 | shadow- 651 1 229 35.2 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 565252 3 26168 4.6 100.380 0.000 |
+LZO1C-999 | moduli 565252 3 26168 4.6 72.077 0.000 |
LZO1C-999 | ssh_config 1548 1 1019 65.8 0.000 0.000 |
-LZO1C-999 | ssh_host_ecdsa_key 505 1 444 87.9 0.000 0.000 |
+LZO1C-999 | ssh_host_ecdsa_key 505 1 446 88.3 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 315 76.6 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 1823 1 1772 97.2 0.000 0.000 |
+LZO1C-999 | ssh_host_rsa_key 1823 1 1768 97.0 0.000 0.000 |
LZO1C-999 | ssh_host_rsa_key.pub 397 1 402 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 153418 76.7 38.316 0.000 |
+LZO1C-999 | ca-certificates.crt 200061 1 153418 76.7 28.583 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 |
@@ -38372,8 +38358,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*** 4320 1.0 1332 69.3 22.765 0.000
-LZO1C-999 ***TOTALS*** 1235553 288 381218 30.9 22.765 0.000
+[clock=2] ***AVG*** 4320 1.0 1332 69.3 16.191 0.000
+LZO1C-999 ***TOTALS*** 1235553 288 381212 30.9 16.191 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -38404,7 +38390,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 268 50.9 0.000 0.000 |
+LZO2A-999 | build 527 1 271 51.4 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 1595 29.9 0.000 0.000 |
@@ -38456,7 +38442,7 @@ 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 513 23.8 0.000 0.000 |
+LZO2A-999 | %gconf.xml 2158 1 508 23.5 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 |
@@ -38535,7 +38521,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 57478 1 14829 25.8 11.265 0.000 |
+LZO2A-999 | ld.so.cache 57478 1 14829 25.8 8.686 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 |
@@ -38568,8 +38554,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 1006 1 529 52.6 0.000 0.000 |
LZO2A-999 | passwd- 1055 1 553 52.4 0.000 0.000 |
-LZO2A-999 | cert9.db 28672 1 857 3.0 14.161 0.000 |
-LZO2A-999 | key4.db 36864 1 1112 3.0 17.487 0.000 |
+LZO2A-999 | cert9.db 28672 1 857 3.0 7.672 0.000 |
+LZO2A-999 | key4.db 36864 1 1112 3.0 9.485 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 |
@@ -38601,24 +38587,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 28.370 0.000 |
+LZO2A-999 | services 18790 1 8578 45.7 20.515 0.000 |
LZO2A-999 | shadow 619 1 214 34.6 0.000 0.000 |
LZO2A-999 | shadow- 651 1 230 35.3 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 565252 3 23458 4.2 55.814 0.000 |
+LZO2A-999 | moduli 565252 3 23458 4.2 63.054 930.564 |
LZO2A-999 | ssh_config 1548 1 913 59.0 0.000 0.000 |
-LZO2A-999 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
-LZO2A-999 | ssh_host_ecdsa_key.pub 177 1 181 102 0.000 0.000 |
-LZO2A-999 | ssh_host_ed25519_key 411 1 322 78.3 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_ed25519_key.pub 97 1 107 110 0.000 0.000 |
-LZO2A-999 | ssh_host_rsa_key 1823 1 1883 103 0.000 0.000 |
-LZO2A-999 | ssh_host_rsa_key.pub 397 1 431 109 0.000 0.000 |
+LZO2A-999 | ssh_host_rsa_key 1823 1 1879 103 0.000 0.000 |
+LZO2A-999 | ssh_host_rsa_key.pub 397 1 429 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 163227 81.6 33.891 0.000 |
+LZO2A-999 | ca-certificates.crt 200061 1 163227 81.6 24.873 272.152 |
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 |
@@ -38642,7 +38628,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 20 133 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 |
@@ -38655,8 +38641,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 19 127 0.000 0.000 |
-LZO2A-999 | volatile.cache 5955 1 1184 19.9 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 | 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 |
@@ -38667,8 +38653,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*** 4320 1.0 1305 65.4 20.050 0.000
-LZO2A-999 ***TOTALS*** 1235553 288 373498 30.2 20.050 0.000
+[clock=2] ***AVG*** 4320 1.0 1305 65.4 13.166 421.138
+LZO2A-999 ***TOTALS*** 1235553 288 373490 30.2 13.166 421.138
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -38751,7 +38737,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 542 25.1 0.000 0.000 |
+LZO1F-999 | %gconf.xml 2158 1 538 24.9 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 |
@@ -38830,7 +38816,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 57478 1 14498 25.2 7.744 0.000 |
+LZO1F-999 | ld.so.cache 57478 1 14498 25.2 6.150 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 |
@@ -38863,8 +38849,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 1006 1 567 56.4 0.000 0.000 |
LZO1F-999 | passwd- 1055 1 592 56.1 0.000 0.000 |
-LZO1F-999 | cert9.db 28672 1 890 3.1 14.215 0.000 |
-LZO1F-999 | key4.db 36864 1 1137 3.1 17.468 0.000 |
+LZO1F-999 | cert9.db 28672 1 890 3.1 7.939 0.000 |
+LZO1F-999 | key4.db 36864 1 1137 3.1 9.837 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 |
@@ -38896,24 +38882,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.851 0.000 |
+LZO1F-999 | services 18790 1 8931 47.5 19.577 0.000 |
LZO1F-999 | shadow 619 1 212 34.2 0.000 0.000 |
LZO1F-999 | shadow- 651 1 227 34.9 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 565252 3 25099 4.4 97.354 0.000 |
+LZO1F-999 | moduli 565252 3 25099 4.4 69.576 0.000 |
LZO1F-999 | ssh_config 1548 1 982 63.4 0.000 0.000 |
-LZO1F-999 | ssh_host_ecdsa_key 505 1 439 86.9 0.000 0.000 |
+LZO1F-999 | ssh_host_ecdsa_key 505 1 441 87.3 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 312 75.9 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 1823 1 1764 96.8 0.000 0.000 |
+LZO1F-999 | ssh_host_rsa_key 1823 1 1762 96.7 0.000 0.000 |
LZO1F-999 | ssh_host_rsa_key.pub 397 1 401 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 156066 78.0 37.545 0.000 |
+LZO1F-999 | ca-certificates.crt 200061 1 156066 78.0 28.027 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 |
@@ -38962,8 +38948,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*** 4320 1.0 1317 67.8 18.134 0.000
-LZO1F-999 ***TOTALS*** 1235553 288 376679 30.5 18.134 0.000
+[clock=2] ***AVG*** 4320 1.0 1317 67.8 12.211 0.000
+LZO1F-999 ***TOTALS*** 1235553 288 376675 30.5 12.211 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -38994,7 +38980,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 270 51.2 0.000 0.000 |
+LZO1X-999 | build 527 1 271 51.4 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 1619 30.3 0.000 0.000 |
@@ -39046,7 +39032,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 531 24.6 0.000 0.000 |
+LZO1X-999 | %gconf.xml 2158 1 527 24.4 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 |
@@ -39089,7 +39075,7 @@ LZO1X-999 | networking 1956 1 919 47.0 0.000 0.000 |
LZO1X-999 | nfscommon 1609 1 887 55.1 0.000 0.000 |
LZO1X-999 | nfsserver 3326 1 1626 48.9 0.000 0.000 |
LZO1X-999 | ofono 516 1 347 67.2 0.000 0.000 |
-LZO1X-999 | populate-volatile.sh 7826 1 3029 38.7 0.000 0.000 |
+LZO1X-999 | populate-volatile.sh 7826 1 3029 38.7 15.476 0.000 |
LZO1X-999 | ppp 1231 1 595 48.3 0.000 0.000 |
LZO1X-999 | psplash.sh 647 1 428 66.2 0.000 0.000 |
LZO1X-999 | rc 4457 1 2205 49.5 0.000 0.000 |
@@ -39125,14 +39111,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 57478 1 14401 25.1 4.319 0.000 |
+LZO1X-999 | ld.so.cache 57478 1 14401 25.1 3.344 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 16.256 0.000 |
+LZO1X-999 | login.defs 11030 1 5351 48.5 11.803 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 |
@@ -39158,8 +39144,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 1006 1 554 55.1 0.000 0.000 |
LZO1X-999 | passwd- 1055 1 578 54.8 0.000 0.000 |
-LZO1X-999 | cert9.db 28672 1 888 3.1 25.360 0.000 |
-LZO1X-999 | key4.db 36864 1 1133 3.1 29.299 0.000 |
+LZO1X-999 | cert9.db 28672 1 888 3.1 14.023 0.000 |
+LZO1X-999 | key4.db 36864 1 1133 3.1 17.059 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 |
@@ -39191,16 +39177,16 @@ 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.582 0.000 |
+LZO1X-999 | services 18790 1 8764 46.6 9.850 0.000 |
LZO1X-999 | shadow 619 1 209 33.8 0.000 0.000 |
LZO1X-999 | shadow- 651 1 224 34.4 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 565252 3 24379 4.3 69.292 0.000 |
+LZO1X-999 | moduli 565252 3 24379 4.3 50.430 0.000 |
LZO1X-999 | ssh_config 1548 1 950 61.4 0.000 0.000 |
-LZO1X-999 | ssh_host_ecdsa_key 505 1 443 87.7 0.000 0.000 |
+LZO1X-999 | ssh_host_ecdsa_key 505 1 445 88.1 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 314 76.4 0.000 0.000 |
LZO1X-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
@@ -39208,8 +39194,8 @@ LZO1X-999 | ssh_host_rsa_key 1823 1 1765 96.8 0.000 0.000 |
LZO1X-999 | ssh_host_rsa_key.pub 397 1 400 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 147891 73.9 12.854 0.000 |
-LZO1X-999 | openssl.cnf 10909 1 4292 39.3 20.777 0.000 |
+LZO1X-999 | ca-certificates.crt 200061 1 147891 73.9 9.462 0.000 |
+LZO1X-999 | openssl.cnf 10909 1 4292 39.3 14.418 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 |
@@ -39246,19 +39232,19 @@ 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 1199 20.1 0.000 0.000 |
+LZO1X-999 | volatile.cache 5955 1 1200 20.2 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 |
LZO1X-999 | connman-applet.desktop 191 1 174 91.1 0.000 0.000 |
-LZO1X-999 | gsettings-data-convert.desktop 7741 1 4042 52.2 0.000 0.000 |
+LZO1X-999 | gsettings-data-convert.desktop 7741 1 4042 52.2 12.686 0.000 |
LZO1X-999 | pulseaudio.desktop 4973 1 2080 41.8 0.000 0.000 |
LZO1X-999 | xinput_calibrator.desktop 299 1 231 77.3 0.000 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*** 4320 1.0 1273 66.8 13.779 0.000
-LZO1X-999 ***TOTALS*** 1235553 288 364139 29.5 13.779 0.000
+[clock=2] ***AVG*** 4320 1.0 1273 66.8 10.487 0.000
+LZO1X-999 ***TOTALS*** 1235553 288 364139 29.5 10.487 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -39289,7 +39275,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 268 50.9 0.000 0.000 |
+LZO1Y-999 | build 527 1 269 51.0 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 1588 29.7 0.000 0.000 |
@@ -39341,7 +39327,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 523 24.2 0.000 0.000 |
+LZO1Y-999 | %gconf.xml 2158 1 519 24.1 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 |
@@ -39420,14 +39406,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 57478 1 13757 23.9 4.371 0.000 |
+LZO1Y-999 | ld.so.cache 57478 1 13757 23.9 3.410 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 16.330 0.000 |
+LZO1Y-999 | login.defs 11030 1 5420 49.1 11.436 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 |
@@ -39453,8 +39439,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 1006 1 532 52.9 0.000 0.000 |
LZO1Y-999 | passwd- 1055 1 555 52.6 0.000 0.000 |
-LZO1Y-999 | cert9.db 28672 1 848 3.0 25.444 0.000 |
-LZO1Y-999 | key4.db 36864 1 1092 3.0 30.522 0.000 |
+LZO1Y-999 | cert9.db 28672 1 848 3.0 14.094 0.000 |
+LZO1Y-999 | key4.db 36864 1 1092 3.0 17.178 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 |
@@ -39486,16 +39472,16 @@ 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 13.904 0.000 |
+LZO1Y-999 | services 18790 1 8639 46.0 10.189 0.000 |
LZO1Y-999 | shadow 619 1 209 33.8 0.000 0.000 |
LZO1Y-999 | shadow- 651 1 224 34.4 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 565252 3 25309 4.5 68.024 0.000 |
+LZO1Y-999 | moduli 565252 3 25309 4.5 50.758 0.000 |
LZO1Y-999 | ssh_config 1548 1 937 60.5 0.000 0.000 |
-LZO1Y-999 | ssh_host_ecdsa_key 505 1 441 87.3 0.000 0.000 |
+LZO1Y-999 | ssh_host_ecdsa_key 505 1 443 87.7 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 313 76.2 0.000 0.000 |
LZO1Y-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
@@ -39503,8 +39489,8 @@ LZO1Y-999 | ssh_host_rsa_key 1823 1 1766 96.9 0.000 0.000 |
LZO1Y-999 | ssh_host_rsa_key.pub 397 1 400 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 148023 74.0 12.822 0.000 |
-LZO1Y-999 | openssl.cnf 10909 1 4330 39.7 20.018 0.000 |
+LZO1Y-999 | ca-certificates.crt 200061 1 148023 74.0 9.557 0.000 |
+LZO1Y-999 | openssl.cnf 10909 1 4330 39.7 14.589 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 |
@@ -39541,19 +39527,19 @@ 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 1159 19.5 0.000 0.000 |
+LZO1Y-999 | volatile.cache 5955 1 1162 19.5 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 |
LZO1Y-999 | connman-applet.desktop 191 1 174 91.1 0.000 0.000 |
-LZO1Y-999 | gsettings-data-convert.desktop 7741 1 4012 51.8 0.000 0.000 |
+LZO1Y-999 | gsettings-data-convert.desktop 7741 1 4012 51.8 12.844 0.000 |
LZO1Y-999 | pulseaudio.desktop 4973 1 2032 40.9 0.000 0.000 |
LZO1Y-999 | xinput_calibrator.desktop 299 1 229 76.6 0.000 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*** 4320 1.0 1267 66.2 13.873 0.000
-LZO1Y-999 ***TOTALS*** 1235553 288 362623 29.3 13.873 0.000
+[clock=2] ***AVG*** 4320 1.0 1267 66.2 10.242 0.000
+LZO1Y-999 ***TOTALS*** 1235553 288 362625 29.3 10.242 0.000
LZO real-time data compression library (v2.10, Mar 01 2017).
Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
@@ -39584,7 +39570,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 270 51.2 0.000 0.000 |
+LZO1Z-999 | build 527 1 271 51.4 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 1617 30.3 0.000 0.000 |
@@ -39636,7 +39622,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 530 24.6 0.000 0.000 |
+LZO1Z-999 | %gconf.xml 2158 1 526 24.4 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 |
@@ -39679,7 +39665,7 @@ LZO1Z-999 | networking 1956 1 917 46.9 0.000 0.000 |
LZO1Z-999 | nfscommon 1609 1 886 55.1 0.000 0.000 |
LZO1Z-999 | nfsserver 3326 1 1630 49.0 0.000 0.000 |
LZO1Z-999 | ofono 516 1 347 67.2 0.000 0.000 |
-LZO1Z-999 | populate-volatile.sh 7826 1 3039 38.8 0.000 0.000 |
+LZO1Z-999 | populate-volatile.sh 7826 1 3039 38.8 15.541 0.000 |
LZO1Z-999 | ppp 1231 1 593 48.2 0.000 0.000 |
LZO1Z-999 | psplash.sh 647 1 428 66.2 0.000 0.000 |
LZO1Z-999 | rc 4457 1 2207 49.5 0.000 0.000 |
@@ -39715,14 +39701,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 57478 1 14400 25.1 4.363 0.000 |
+LZO1Z-999 | ld.so.cache 57478 1 14400 25.1 3.342 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.276 0.000 |
+LZO1Z-999 | login.defs 11030 1 5381 48.8 11.856 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 |
@@ -39748,8 +39734,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 1006 1 552 54.9 0.000 0.000 |
LZO1Z-999 | passwd- 1055 1 576 54.6 0.000 0.000 |
-LZO1Z-999 | cert9.db 28672 1 837 2.9 25.869 0.000 |
-LZO1Z-999 | key4.db 36864 1 1085 2.9 30.156 0.000 |
+LZO1Z-999 | cert9.db 28672 1 837 2.9 14.025 0.000 |
+LZO1Z-999 | key4.db 36864 1 1085 2.9 17.053 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 |
@@ -39781,16 +39767,16 @@ 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 13.617 0.000 |
+LZO1Z-999 | services 18790 1 8790 46.8 9.871 0.000 |
LZO1Z-999 | shadow 619 1 209 33.8 0.000 0.000 |
LZO1Z-999 | shadow- 651 1 224 34.4 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 565252 3 24559 4.3 68.723 0.000 |
+LZO1Z-999 | moduli 565252 3 24559 4.3 52.024 0.000 |
LZO1Z-999 | ssh_config 1548 1 947 61.2 0.000 0.000 |
-LZO1Z-999 | ssh_host_ecdsa_key 505 1 443 87.7 0.000 0.000 |
+LZO1Z-999 | ssh_host_ecdsa_key 505 1 445 88.1 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 314 76.4 0.000 0.000 |
LZO1Z-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 |
@@ -39798,8 +39784,8 @@ LZO1Z-999 | ssh_host_rsa_key 1823 1 1765 96.8 0.000 0.000 |
LZO1Z-999 | ssh_host_rsa_key.pub 397 1 400 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 147852 73.9 10.954 0.000 |
-LZO1Z-999 | openssl.cnf 10909 1 4304 39.5 20.113 0.000 |
+LZO1Z-999 | ca-certificates.crt 200061 1 147852 73.9 9.646 0.000 |
+LZO1Z-999 | openssl.cnf 10909 1 4304 39.5 14.686 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 |
@@ -39836,21 +39822,21 @@ 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 1199 20.1 0.000 0.000 |
+LZO1Z-999 | volatile.cache 5955 1 1201 20.2 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 |
LZO1Z-999 | connman-applet.desktop 191 1 174 91.1 0.000 0.000 |
-LZO1Z-999 | gsettings-data-convert.desktop 7741 1 4037 52.2 0.000 0.000 |
+LZO1Z-999 | gsettings-data-convert.desktop 7741 1 4037 52.2 12.690 0.000 |
LZO1Z-999 | pulseaudio.desktop 4973 1 2073 41.7 0.000 0.000 |
LZO1Z-999 | xinput_calibrator.desktop 299 1 231 77.3 0.000 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*** 4320 1.0 1271 66.6 13.526 0.000
-LZO1Z-999 ***TOTALS*** 1235553 288 363605 29.4 13.526 0.000
+[clock=2] ***AVG*** 4320 1.0 1271 66.6 10.538 0.000
+LZO1Z-999 ***TOTALS*** 1235553 288 363606 29.4 10.538 0.000
Done.
-Align init: 0x7f713e563010 ( 0x7f713e563010 )
+Align init: 0x7f98a1cf3010 ( 0x7f98a1cf3010 )
Alignment test passed.
PASS: align
Checksum test passed.
@@ -39874,10 +39860,10 @@ decompressed 593 bytes back into 131072 bytes
miniLZO simple compression test passed.
PASS: testmini
-DURATION: 2
+DURATION: 3
END: /usr/lib/lzo/ptest
-2019-05-27T17:29
-2019-05-27T17:29
+2019-05-27T23:22
+2019-05-27T23:22
BEGIN: /usr/lib/m4/ptest
PASS: test-alignof
PASS: test-alloca-opt
@@ -40072,8 +40058,8 @@ All 153 tests passed
=======================
DURATION: 6
END: /usr/lib/m4/ptest
-2019-05-27T17:29
-2019-05-27T17:29
+2019-05-27T23:22
+2019-05-27T23:22
BEGIN: /usr/lib/mdadm/ptest
Testing on linux-5.0.7-yocto-standard kernel
/usr/lib/mdadm/ptest/tests/00linear... succeeded
@@ -40090,11 +40076,11 @@ Testing on linux-5.0.7-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: 329
+DURATION: 327
TIMEOUT: /usr/lib/mdadm/ptest
END: /usr/lib/mdadm/ptest
-2019-05-27T17:34
-2019-05-27T17:34
+2019-05-27T23:28
+2019-05-27T23:28
BEGIN: /usr/lib/nettle/ptest
PASS: aes-test
PASS: arcfour-test
@@ -40198,10 +40184,10 @@ PASS: umac-test
PASS: version-test
PASS: yarrow-test
All 97 tests passed
-DURATION: 8
+DURATION: 10
END: /usr/lib/nettle/ptest
-2019-05-27T17:34
-2019-05-27T17:34
+2019-05-27T23:28
+2019-05-27T23:28
BEGIN: /usr/lib/openssh/ptest
test "x" = "x" || mkdir -p /valgrind-out
set -e ; if test -z "" ; then \
@@ -40277,8 +40263,8 @@ PASS: uri connect
run test proto-version.sh ...
PASS: sshd version with different protocol combinations
run test proto-mismatch.sh ...
-PASS: protocol version mismatch
run test exit-status.sh ...
+PASS: protocol version mismatch
test remote exit status: status 0
test remote exit status: status 1
test remote exit status: status 4
@@ -40302,8 +40288,8 @@ test banner: size 1000
test banner: size 10000
test banner: size 100000
test banner: suppress banner (-q)
-PASS: banner
run test rekey.sh ...
+PASS: banner
client rekey KexAlgorithms=diffie-hellman-group1-sha1
client rekey KexAlgorithms=diffie-hellman-group14-sha1
client rekey KexAlgorithms=diffie-hellman-group14-sha256
@@ -40539,8 +40525,8 @@ PASS: try ciphers
run test yes-head.sh ...
PASS: yes pipe head
run test login-timeout.sh ...
-PASS: connect after login grace timeout
run test agent.sh ...
+PASS: connect after login grace timeout
PASS: simple agent test
run test agent-getpeereid.sh ...
SKIP: (not supported on this platform)
@@ -40572,8 +40558,8 @@ key option expiry-time default
key option expiry-time invalid
key option expiry-time expired
key option expiry-time valid
-run test scp.sh ...
PASS: key options
+run test scp.sh ...
scp: simple copy local file to local file
scp: simple copy local file to remote file
scp: simple copy remote file to local file
@@ -40730,8 +40716,8 @@ Exit request sent.
Exit request sent.
Exit request sent.
Exit request sent.
-PASS: local and remote forwarding
run test multiplex.sh ...
+PASS: local and remote forwarding
test connection multiplexing: envpass
test connection multiplexing: transfer
test connection multiplexing: forward
@@ -40747,12 +40733,12 @@ test connection multiplexing: cmd forward local (UNIX)
test connection multiplexing: cmd forward remote (UNIX)
test connection multiplexing: cmd exit
test connection multiplexing: cmd stop
-PASS: connection multiplexing
run test reexec.sh ...
+PASS: connection multiplexing
test config passing
test reexec fallback
-PASS: reexec tests
run test brokenkeys.sh ...
+PASS: reexec tests
PASS: broken keys
run test sshcfgparse.sh ...
reparse minimal config
@@ -40768,8 +40754,8 @@ Could not connect to agent "none": No such file or directory
listenaddress order
PASS: sshd config parse
run test cfgmatch.sh ...
-PASS: sshd_config match
run test cfgmatchlisten.sh ...
+PASS: sshd_config match
PASS: sshd_config matchlisten
run test addrmatch.sh ...
test first entry for user 192.168.0.1 somehost
@@ -40791,10 +40777,10 @@ test IP6 localport for user ::5 somehost
PASS: address match
run test localcommand.sh ...
test localcommand: proto localcommand
-run test forcecommand.sh ...
PASS: localcommand
-PASS: forced command
+run test forcecommand.sh ...
run test portnum.sh ...
+PASS: forced command
port number parsing: invalid port 0
port number parsing: invalid port 65536
port number parsing: invalid port 131073
@@ -41529,8 +41515,8 @@ check_lfwd done (expecting N): AllowTcpForwarding=no, !PermitListen
check_rfwd done (expecting N): AllowTcpForwarding=no, !PermitListen
check_lfwd done (expecting N): AllowTcpForwarding=no, PermitListen
check_rfwd done (expecting N): AllowTcpForwarding=no, PermitListen
-PASS: sshd control of local and remote forwarding
run test integrity.sh ...
+PASS: sshd control of local and remote forwarding
test integrity: hmac-sha1 @2900
test integrity: hmac-sha1 @2901
test integrity: hmac-sha1 @2902
@@ -41866,8 +41852,8 @@ make: Target 'tests' not remade because of errors.
PASS: ptrace agent
DURATION: 958
END: /usr/lib/openssh/ptest
-2019-05-27T17:50
-2019-05-27T17:50
+2019-05-27T23:44
+2019-05-27T23:44
BEGIN: /usr/lib/openssl/ptest
PASS: test/recipes/01-test_abort.t
PASS: test/recipes/01-test_sanity.t
@@ -42031,12 +42017,12 @@ Test Summary Report
test/recipes/90-test_shlibload.t (Wstat: 2304 Tests: 10 Failed: 9)
Failed tests: 1-9
Non-zero exit status: 9
-Files=155, Tests=1448, 75 wallclock secs ( 1.29 usr 0.20 sys + 56.92 cusr 10.62 csys = 69.03 CPU)
+Files=155, Tests=1448, 100 wallclock secs ( 1.84 usr 0.18 sys + 79.51 cusr 12.07 csys = 93.60 CPU)
Result: FAIL
-DURATION: 76
+DURATION: 100
END: /usr/lib/openssl/ptest
-2019-05-27T17:51
-2019-05-27T17:51
+2019-05-27T23:45
+2019-05-27T23:45
BEGIN: /usr/lib/opkg/ptest
make -C tests DATADIR=/usr/share SYSCONFDIR=/etc VARDIR=/var
make[1]: Entering directory '/usr/lib/opkg/ptest/tests'
@@ -42136,31 +42122,32 @@ misc/filehash.py
misc/update_loses_autoinstalled_flag.py
misc/version_comparisons.py
make[1]: Leaving directory '/usr/lib/opkg/ptest/tests'
-DURATION: 8
+DURATION: 10
END: /usr/lib/opkg/ptest
-2019-05-27T17:52
-2019-05-27T17:52
+2019-05-27T23:46
+2019-05-27T23:46
BEGIN: /usr/lib/pango/ptest
-Running test: pango/markup-parse.test
-/markup/parse/valid-5.markup: OK
-/markup/parse/valid-4.markup: OK
-/markup/parse/valid-3.markup: OK
-/markup/parse/valid-7.markup: OK
-/markup/parse/fail-2.markup: OK
-/markup/parse/fail-5.markup: OK
-/markup/parse/valid-2.markup: OK
-/markup/parse/valid-1.markup: OK
-/markup/parse/valid-8.markup: OK
-/markup/parse/fail-3.markup: OK
-/markup/parse/valid-6.markup: OK
-/markup/parse/fail-1.markup: OK
-/markup/parse/valid-9.markup: OK
-/markup/parse/fail-4.markup: OK
-PASS: pango/markup-parse.test
-Running test: pango/test-layout.test
-/layout/valid-2.markup: OK
-/layout/valid-1.markup: OK
-PASS: pango/test-layout.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/testattributes.test
+/attributes/basic: OK
+/attributes/equal: OK
+/attributes/list/basic: OK
+/attributes/list/change: OK
+/attributes/list/splice: OK
+/attributes/list/filter: OK
+/attributes/iter/basic: OK
+/attributes/iter/get: OK
+/attributes/iter/get_font: OK
+/attributes/iter/get_attrs: OK
+PASS: pango/testattributes.test
+Running test: pango/test-ot-tags.test
+/tags/script: OK
+/tags/language: OK
+PASS: pango/test-ot-tags.test
Running test: pango/testboundaries_ucd.test
/text/break/grapheme: Testing /usr/libexec/installed-tests/pango/GraphemeBreakTest.txt.
OK
@@ -42175,51 +42162,50 @@ OK
/text/break/char: /usr/libexec/installed-tests/pango/CharBreakTest.txt not found. Skipping test.
OK
PASS: pango/testboundaries_ucd.test
+Running test: pango/testcolor.test
+/color/parse: OK
+PASS: pango/testcolor.test
Running test: pango/test-pangocairo-threads.test
PASS: pango/test-pangocairo-threads.test
+Running test: pango/markup-parse.test
+/markup/parse/fail-1.markup: OK
+/markup/parse/valid-4.markup: OK
+/markup/parse/valid-5.markup: OK
+/markup/parse/valid-8.markup: OK
+/markup/parse/fail-5.markup: OK
+/markup/parse/fail-2.markup: OK
+/markup/parse/valid-3.markup: OK
+/markup/parse/valid-9.markup: OK
+/markup/parse/valid-6.markup: OK
+/markup/parse/valid-1.markup: OK
+/markup/parse/valid-7.markup: OK
+/markup/parse/valid-2.markup: OK
+/markup/parse/fail-3.markup: OK
+/markup/parse/fail-4.markup: OK
+PASS: pango/markup-parse.test
Running test: pango/testscript.test
/script/iter: OK
PASS: pango/testscript.test
-Running test: pango/test-ot-tags.test
-/tags/script: OK
-/tags/language: OK
-PASS: pango/test-ot-tags.test
-Running test: pango/testiter.test
-/layout/iter: OK
-/layout/glyphitem-iter: OK
-PASS: pango/testiter.test
-Running test: pango/cxx-test.test
-PASS: pango/cxx-test.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/test-font.test
-/pango/fontdescription/parse: OK
-/pango/fontdescription/roundtrip: OK
-/pango/fontdescription/variation: OK
-PASS: pango/test-font.test
-Running test: pango/testcolor.test
-/color/parse: OK
-PASS: pango/testcolor.test
-Running test: pango/testattributes.test
-/attributes/basic: OK
-/attributes/equal: OK
-/attributes/list/basic: OK
-/attributes/list/change: OK
-/attributes/list/splice: OK
-/attributes/list/filter: OK
-/attributes/iter/basic: OK
-/attributes/iter/get: OK
-/attributes/iter/get_font: OK
-/attributes/iter/get_attrs: OK
-PASS: pango/testattributes.test
-SUMMARY: total=12; passed=12; skipped=0; failed=0; user=0.5s; system=0.1s; maxrss=21516
+Running test: pango/cxx-test.test
+PASS: pango/cxx-test.test
+Running test: pango/testiter.test
+/layout/iter: OK
+/layout/glyphitem-iter: OK
+PASS: pango/testiter.test
+SUMMARY: total=12; passed=12; skipped=0; failed=0; user=0.5s; system=0.1s; maxrss=21500
DURATION: 1
END: /usr/lib/pango/ptest
-2019-05-27T17:52
-2019-05-27T17:52
+2019-05-27T23:46
+2019-05-27T23:46
BEGIN: /usr/lib/parted/ptest
make: Entering directory '/usr/lib/parted/ptest/tests'
make[1]: Entering directory '/usr/lib/parted/ptest/tests'
@@ -42334,8 +42320,8 @@ make: Leaving directory '/usr/lib/parted/ptest/tests'
ERROR: Exit status is 512
DURATION: 5
END: /usr/lib/parted/ptest
-2019-05-27T17:52
-2019-05-27T17:52
+2019-05-27T23:46
+2019-05-27T23:46
BEGIN: /usr/lib/perl/ptest
PASS: t/base/cond
PASS: t/base/if
@@ -45113,363 +45099,363 @@ 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: 901 sec
-u=11.09 s=3.08 cu=393.46 cs=34.80 scripts=2432 tests=1133386
-DURATION: 901
+Elapsed: 1088 sec
+u=13.99 s=3.42 cu=557.10 cs=38.18 scripts=2432 tests=1133444
+DURATION: 1089
END: /usr/lib/perl/ptest
-2019-05-27T18:07
-2019-05-27T18:07
+2019-05-28T00:04
+2019-05-28T00:04
BEGIN: /usr/lib/python/ptest
== CPython 2.7.16 (default, May 25 2019, 21:08:36) [GCC 9.1.0]
== Linux-5.0.7-yocto-standard-x86_64-with-glibc2.2.5 little-endian
-== /var/volatile/tmp/test_python_27138
+== /var/volatile/tmp/test_python_26273
== CPU count: 1
Run tests sequentially
-0:00:00 load avg: 0.68 [ 1/404] test_grammar
-0:00:00 load avg: 0.68 [ 2/404] test_opcodes
-0:00:00 load avg: 0.68 [ 3/404] test_dict
-0:00:00 load avg: 0.68 [ 4/404] test_builtin
-0:00:00 load avg: 0.68 [ 5/404] test_exceptions
-0:00:00 load avg: 0.68 [ 6/404] test_types
-0:00:00 load avg: 0.68 [ 7/404] test_unittest
-0:00:00 load avg: 0.68 [ 8/404] test_doctest
-0:00:00 load avg: 0.68 [ 9/404] test_doctest2
-0:00:00 load avg: 0.68 [ 10/404] test_MimeWriter
-0:00:00 load avg: 0.68 [ 11/404] test_SimpleHTTPServer
-0:00:00 load avg: 0.68 [ 12/404] test_StringIO
-0:00:00 load avg: 0.68 [ 13/404] test___all__
-0:00:01 load avg: 0.68 [ 14/404] test___future__
-0:00:01 load avg: 0.68 [ 15/404] test__locale
-0:00:01 load avg: 0.68 [ 16/404] test__osx_support
-0:00:01 load avg: 0.68 [ 17/404] test_abc
-0:00:01 load avg: 0.68 [ 18/404] test_abstract_numbers
-0:00:01 load avg: 0.68 [ 19/404] test_aepack
+0:00:00 load avg: 0.95 [ 1/404] test_grammar
+0:00:00 load avg: 0.95 [ 2/404] test_opcodes
+0:00:00 load avg: 0.95 [ 3/404] test_dict
+0:00:00 load avg: 0.95 [ 4/404] test_builtin
+0:00:00 load avg: 0.95 [ 5/404] test_exceptions
+0:00:00 load avg: 0.95 [ 6/404] test_types
+0:00:00 load avg: 0.95 [ 7/404] test_unittest
+0:00:00 load avg: 0.95 [ 8/404] test_doctest
+0:00:01 load avg: 0.95 [ 9/404] test_doctest2
+0:00:01 load avg: 0.95 [ 10/404] test_MimeWriter
+0:00:01 load avg: 0.95 [ 11/404] test_SimpleHTTPServer
+0:00:01 load avg: 0.95 [ 12/404] test_StringIO
+0:00:01 load avg: 0.95 [ 13/404] test___all__
+0:00:10 load avg: 0.96 [ 14/404] test___future__
+0:00:10 load avg: 0.96 [ 15/404] test__locale
+0:00:10 load avg: 0.96 [ 16/404] test__osx_support
+0:00:10 load avg: 0.96 [ 17/404] test_abc
+0:00:10 load avg: 0.96 [ 18/404] test_abstract_numbers
+0:00:10 load avg: 0.96 [ 19/404] test_aepack
test_aepack skipped -- No module named aetypes
-0:00:01 load avg: 0.68 [ 20/404] test_aifc -- test_aepack skipped
-0:00:01 load avg: 0.68 [ 21/404] test_al
+0:00:10 load avg: 0.96 [ 20/404] test_aifc -- test_aepack skipped
+0:00:10 load avg: 0.96 [ 21/404] test_al
test_al skipped -- No module named al
-0:00:01 load avg: 0.68 [ 22/404] test_anydbm -- test_al skipped
-0:00:01 load avg: 0.68 [ 23/404] test_applesingle
+0:00:10 load avg: 0.96 [ 22/404] test_anydbm -- test_al skipped
+0:00:10 load avg: 0.96 [ 23/404] test_applesingle
test_applesingle skipped -- No module named MacOS
-0:00:01 load avg: 0.68 [ 24/404] test_argparse -- test_applesingle skipped
-0:00:02 load avg: 0.68 [ 25/404] test_array
-0:00:02 load avg: 0.68 [ 26/404] test_ascii_formatd
-0:00:02 load avg: 0.68 [ 27/404] test_ast
-0:00:02 load avg: 0.68 [ 28/404] test_asynchat
-0:00:05 load avg: 0.79 [ 29/404] test_asyncore
-0:00:09 load avg: 0.72 [ 30/404] test_atexit
-0:00:09 load avg: 0.72 [ 31/404] test_audioop
-0:00:09 load avg: 0.72 [ 32/404] test_augassign
-0:00:09 load avg: 0.72 [ 33/404] test_base64
-0:00:09 load avg: 0.72 [ 34/404] test_bastion
-0:00:09 load avg: 0.72 [ 35/404] test_bdb
-0:00:09 load avg: 0.72 [ 36/404] test_bigaddrspace
-0:00:09 load avg: 0.72 [ 37/404] test_bigmem
-0:00:09 load avg: 0.72 [ 38/404] test_binascii
-0:00:09 load avg: 0.72 [ 39/404] test_binhex
-0:00:09 load avg: 0.72 [ 40/404] test_binop
-0:00:09 load avg: 0.72 [ 41/404] test_bisect
-0:00:09 load avg: 0.72 [ 42/404] test_bool
-0:00:09 load avg: 0.72 [ 43/404] test_bsddb
-0:00:10 load avg: 0.72 [ 44/404] test_bsddb185
+0:00:10 load avg: 0.96 [ 24/404] test_argparse -- test_applesingle skipped
+0:00:12 load avg: 0.96 [ 25/404] test_array
+0:00:13 load avg: 0.96 [ 26/404] test_ascii_formatd
+0:00:13 load avg: 0.96 [ 27/404] test_ast
+0:00:13 load avg: 0.96 [ 28/404] test_asynchat
+0:00:15 load avg: 0.96 [ 29/404] test_asyncore
+0:00:19 load avg: 0.89 [ 30/404] test_atexit
+0:00:20 load avg: 0.89 [ 31/404] test_audioop
+0:00:20 load avg: 0.89 [ 32/404] test_augassign
+0:00:20 load avg: 0.89 [ 33/404] test_base64
+0:00:20 load avg: 0.89 [ 34/404] test_bastion
+0:00:20 load avg: 0.89 [ 35/404] test_bdb
+0:00:20 load avg: 0.89 [ 36/404] test_bigaddrspace
+0:00:20 load avg: 0.89 [ 37/404] test_bigmem
+0:00:20 load avg: 0.89 [ 38/404] test_binascii
+0:00:20 load avg: 0.89 [ 39/404] test_binhex
+0:00:20 load avg: 0.89 [ 40/404] test_binop
+0:00:20 load avg: 0.89 [ 41/404] test_bisect
+0:00:20 load avg: 0.89 [ 42/404] test_bool
+0:00:20 load avg: 0.89 [ 43/404] test_bsddb
+0:00:20 load avg: 0.89 [ 44/404] test_bsddb185
test_bsddb185 skipped -- No module named bsddb185
-0:00:10 load avg: 0.72 [ 45/404] test_bsddb3 -- test_bsddb185 skipped
+0:00:20 load avg: 0.89 [ 45/404] test_bsddb3 -- test_bsddb185 skipped
test_bsddb3 skipped -- Use of the `bsddb' resource not enabled
-0:00:10 load avg: 0.72 [ 46/404] test_buffer -- test_bsddb3 skipped (resource denied)
-0:00:10 load avg: 0.72 [ 47/404] test_bufio
-0:00:10 load avg: 0.72 [ 48/404] test_bytes
-0:00:11 load avg: 0.72 [ 49/404] test_bz2
-0:00:11 load avg: 0.72 [ 50/404] test_calendar
-0:00:12 load avg: 0.72 [ 51/404] test_call
-0:00:12 load avg: 0.72 [ 52/404] test_capi
-0:00:15 load avg: 0.75 [ 53/404] test_cd
+0:00:20 load avg: 0.89 [ 46/404] test_buffer -- test_bsddb3 skipped (resource denied)
+0:00:20 load avg: 0.89 [ 47/404] test_bufio
+0:00:21 load avg: 0.89 [ 48/404] test_bytes
+0:00:22 load avg: 0.89 [ 49/404] test_bz2
+0:00:23 load avg: 0.89 [ 50/404] test_calendar
+0:00:24 load avg: 0.89 [ 51/404] test_call
+0:00:24 load avg: 0.89 [ 52/404] test_capi
+0:00:27 load avg: 0.89 [ 53/404] test_cd
test_cd skipped -- No module named cd
-0:00:15 load avg: 0.75 [ 54/404] test_cfgparser -- test_cd skipped
-0:00:15 load avg: 0.75 [ 55/404] test_cgi
-0:00:15 load avg: 0.75 [ 56/404] test_charmapcodec
-0:00:15 load avg: 0.75 [ 57/404] test_cl
+0:00:27 load avg: 0.89 [ 54/404] test_cfgparser -- test_cd skipped
+0:00:27 load avg: 0.89 [ 55/404] test_cgi
+0:00:27 load avg: 0.89 [ 56/404] test_charmapcodec
+0:00:27 load avg: 0.89 [ 57/404] test_cl
test_cl skipped -- No module named cl
-0:00:15 load avg: 0.75 [ 58/404] test_class -- test_cl skipped
-0:00:15 load avg: 0.75 [ 59/404] test_cmath
-0:00:15 load avg: 0.75 [ 60/404] test_cmd
-0:00:15 load avg: 0.75 [ 61/404] test_cmd_line
-0:00:16 load avg: 0.75 [ 62/404] test_cmd_line_script
-0:00:16 load avg: 0.75 [ 63/404] test_code
-0:00:16 load avg: 0.75 [ 64/404] test_codeccallbacks
-0:00:16 load avg: 0.75 [ 65/404] test_codecencodings_cn
-0:00:16 load avg: 0.75 [ 66/404] test_codecencodings_hk
-0:00:16 load avg: 0.75 [ 67/404] test_codecencodings_iso2022
-0:00:17 load avg: 0.75 [ 68/404] test_codecencodings_jp
-0:00:17 load avg: 0.75 [ 69/404] test_codecencodings_kr
-0:00:17 load avg: 0.75 [ 70/404] test_codecencodings_tw
-0:00:17 load avg: 0.75 [ 71/404] test_codecmaps_cn
+0:00:27 load avg: 0.89 [ 58/404] test_class -- test_cl skipped
+0:00:27 load avg: 0.89 [ 59/404] test_cmath
+0:00:28 load avg: 0.89 [ 60/404] test_cmd
+0:00:28 load avg: 0.89 [ 61/404] test_cmd_line
+0:00:28 load avg: 0.89 [ 62/404] test_cmd_line_script
+0:00:28 load avg: 0.90 [ 63/404] test_code
+0:00:29 load avg: 0.90 [ 64/404] test_codeccallbacks
+0:00:29 load avg: 0.90 [ 65/404] test_codecencodings_cn
+0:00:29 load avg: 0.90 [ 66/404] test_codecencodings_hk
+0:00:29 load avg: 0.90 [ 67/404] test_codecencodings_iso2022
+0:00:30 load avg: 0.90 [ 68/404] test_codecencodings_jp
+0:00:30 load avg: 0.90 [ 69/404] test_codecencodings_kr
+0:00:31 load avg: 0.90 [ 70/404] test_codecencodings_tw
+0:00:31 load avg: 0.90 [ 71/404] test_codecmaps_cn
test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled
-0:00:17 load avg: 0.75 [ 72/404] test_codecmaps_hk -- test_codecmaps_cn skipped (resource denied)
+0:00:31 load avg: 0.90 [ 72/404] test_codecmaps_hk -- test_codecmaps_cn skipped (resource denied)
test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled
-0:00:17 load avg: 0.75 [ 73/404] test_codecmaps_jp -- test_codecmaps_hk skipped (resource denied)
+0:00:31 load avg: 0.90 [ 73/404] test_codecmaps_jp -- test_codecmaps_hk skipped (resource denied)
test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled
-0:00:17 load avg: 0.75 [ 74/404] test_codecmaps_kr -- test_codecmaps_jp skipped (resource denied)
+0:00:31 load avg: 0.90 [ 74/404] test_codecmaps_kr -- test_codecmaps_jp skipped (resource denied)
test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled
-0:00:17 load avg: 0.75 [ 75/404] test_codecmaps_tw -- test_codecmaps_kr skipped (resource denied)
+0:00:31 load avg: 0.90 [ 75/404] test_codecmaps_tw -- test_codecmaps_kr skipped (resource denied)
test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled
-0:00:17 load avg: 0.75 [ 76/404] test_codecs -- test_codecmaps_tw skipped (resource denied)
-0:00:18 load avg: 0.77 [ 77/404] test_codeop
-0:00:18 load avg: 0.77 [ 78/404] test_coercion
-0:00:18 load avg: 0.77 [ 79/404] test_collections
-0:00:18 load avg: 0.77 [ 80/404] test_colorsys
-0:00:18 load avg: 0.77 [ 81/404] test_commands
-0:00:18 load avg: 0.77 [ 82/404] test_compare
-0:00:18 load avg: 0.77 [ 83/404] test_compile
-0:00:18 load avg: 0.77 [ 84/404] test_compileall
-0:00:18 load avg: 0.77 [ 85/404] test_compiler
-0:00:18 load avg: 0.77 [ 86/404] test_complex
-0:00:19 load avg: 0.77 [ 87/404] test_complex_args
-0:00:19 load avg: 0.77 [ 88/404] test_contains
-0:00:19 load avg: 0.77 [ 89/404] test_contextlib
-0:00:19 load avg: 0.77 [ 90/404] test_cookie
-0:00:19 load avg: 0.77 [ 91/404] test_cookielib
-0:00:19 load avg: 0.77 [ 92/404] test_copy
-0:00:19 load avg: 0.77 [ 93/404] test_copy_reg
-0:00:19 load avg: 0.77 [ 94/404] test_cpickle
-0:00:20 load avg: 0.77 [ 95/404] test_cprofile
-0:00:20 load avg: 0.77 [ 96/404] test_crypt
-0:00:20 load avg: 0.77 [ 97/404] test_csv
-0:00:20 load avg: 0.77 [ 98/404] test_ctypes
-0:00:21 load avg: 0.77 [ 99/404] test_curses
+0:00:31 load avg: 0.90 [ 76/404] test_codecs -- test_codecmaps_tw skipped (resource denied)
+0:00:32 load avg: 0.90 [ 77/404] test_codeop
+0:00:32 load avg: 0.90 [ 78/404] test_coercion
+0:00:32 load avg: 0.90 [ 79/404] test_collections
+0:00:33 load avg: 0.90 [ 80/404] test_colorsys
+0:00:33 load avg: 0.90 [ 81/404] test_commands
+0:00:33 load avg: 0.90 [ 82/404] test_compare
+0:00:33 load avg: 0.90 [ 83/404] test_compile
+0:00:33 load avg: 0.90 [ 84/404] test_compileall
+0:00:33 load avg: 0.90 [ 85/404] test_compiler
+0:00:33 load avg: 0.90 [ 86/404] test_complex
+0:00:33 load avg: 0.90 [ 87/404] test_complex_args
+0:00:33 load avg: 0.90 [ 88/404] test_contains
+0:00:34 load avg: 0.91 [ 89/404] test_contextlib
+0:00:34 load avg: 0.91 [ 90/404] test_cookie
+0:00:34 load avg: 0.91 [ 91/404] test_cookielib
+0:00:34 load avg: 0.91 [ 92/404] test_copy
+0:00:34 load avg: 0.91 [ 93/404] test_copy_reg
+0:00:37 load avg: 0.91 [ 94/404] test_cpickle
+0:00:39 load avg: 0.92 [ 95/404] test_cprofile
+0:00:39 load avg: 0.92 [ 96/404] test_crypt
+0:00:39 load avg: 0.92 [ 97/404] test_csv
+0:00:39 load avg: 0.92 [ 98/404] test_ctypes
+0:00:40 load avg: 0.92 [ 99/404] test_curses
test_curses skipped -- Use of the `curses' resource not enabled
-0:00:21 load avg: 0.77 [100/404] test_datetime -- test_curses skipped (resource denied)
-0:00:21 load avg: 0.77 [101/404] test_dbm
-0:00:21 load avg: 0.77 [102/404] test_decimal
-0:00:22 load avg: 0.77 [103/404] test_decorators
-0:00:22 load avg: 0.77 [104/404] test_defaultdict
-0:00:22 load avg: 0.77 [105/404] test_deque
-0:00:24 load avg: 0.78 [106/404] test_descr
-0:00:25 load avg: 0.78 [107/404] test_descrtut
-0:00:25 load avg: 0.78 [108/404] test_dictcomps
-0:00:25 load avg: 0.78 [109/404] test_dictviews
-0:00:25 load avg: 0.78 [110/404] test_difflib
-0:00:25 load avg: 0.78 [111/404] test_dircache
-0:00:26 load avg: 0.78 [112/404] test_dis
-0:00:26 load avg: 0.78 [113/404] test_distutils
-0:00:27 load avg: 0.78 [114/404] test_dl
+0:00:40 load avg: 0.92 [100/404] test_datetime -- test_curses skipped (resource denied)
+0:00:40 load avg: 0.92 [101/404] test_dbm
+0:00:40 load avg: 0.92 [102/404] test_decimal
+0:00:42 load avg: 0.92 [103/404] test_decorators
+0:00:42 load avg: 0.92 [104/404] test_defaultdict
+0:00:42 load avg: 0.92 [105/404] test_deque
+0:00:44 load avg: 0.93 [106/404] test_descr
+0:00:45 load avg: 0.93 [107/404] test_descrtut
+0:00:45 load avg: 0.93 [108/404] test_dictcomps
+0:00:45 load avg: 0.93 [109/404] test_dictviews
+0:00:45 load avg: 0.93 [110/404] test_difflib
+0:00:46 load avg: 0.93 [111/404] test_dircache
+0:00:47 load avg: 0.93 [112/404] test_dis
+0:00:47 load avg: 0.93 [113/404] test_distutils
+0:00:49 load avg: 1.01 [114/404] test_dl
test_dl skipped -- No module named dl
-0:00:27 load avg: 0.78 [115/404] test_docxmlrpc -- test_dl skipped
-0:00:28 load avg: 0.78 [116/404] test_dumbdbm
-0:00:28 load avg: 0.78 [117/404] test_dummy_thread
-0:00:28 load avg: 0.78 [118/404] test_dummy_threading
-0:00:28 load avg: 0.78 [119/404] test_email
-0:00:31 load avg: 0.80 [120/404] test_email_codecs
-0:00:31 load avg: 0.80 [121/404] test_email_renamed
-0:00:31 load avg: 0.80 [122/404] test_ensurepip
-0:00:31 load avg: 0.80 [123/404] test_enumerate
-0:00:32 load avg: 0.80 [124/404] test_eof
-0:00:32 load avg: 0.80 [125/404] test_epoll
-0:00:34 load avg: 0.74 [126/404] test_errno
-0:00:34 load avg: 0.74 [127/404] test_exception_variations
-0:00:34 load avg: 0.74 [128/404] test_extcall
-0:00:34 load avg: 0.74 [129/404] test_fcntl
-0:00:34 load avg: 0.74 [130/404] test_file
-0:00:34 load avg: 0.74 [131/404] test_file2k
-0:00:42 load avg: 1.08 [132/404] test_file_eintr
-0:00:43 load avg: 0.99 [133/404] test_filecmp
-0:00:43 load avg: 0.99 [134/404] test_fileinput
-0:00:43 load avg: 0.99 [135/404] test_fileio
-0:00:43 load avg: 0.99 [136/404] test_float
-0:00:43 load avg: 0.99 [137/404] test_fnmatch
-0:00:44 load avg: 0.99 [138/404] test_fork1
-0:00:50 load avg: 0.91 [139/404] test_format
-0:00:50 load avg: 0.91 [140/404] test_fpformat
-0:00:50 load avg: 0.91 [141/404] test_fractions
-0:00:50 load avg: 0.91 [142/404] test_frozen
-0:00:50 load avg: 0.91 [143/404] test_ftplib
-0:00:54 load avg: 0.84 [144/404] test_funcattrs
-0:00:54 load avg: 0.84 [145/404] test_functools
-0:00:54 load avg: 0.84 [146/404] test_future
-0:00:54 load avg: 0.84 [147/404] test_future3
-0:00:54 load avg: 0.84 [148/404] test_future4
-0:00:55 load avg: 0.84 [149/404] test_future5
-0:00:55 load avg: 0.84 [150/404] test_future_builtins
-0:00:55 load avg: 0.84 [151/404] test_gc
-0:00:57 load avg: 0.84 [152/404] test_gdb
+0:00:49 load avg: 1.01 [115/404] test_docxmlrpc -- test_dl skipped
+0:00:51 load avg: 1.01 [116/404] test_dumbdbm
+0:00:51 load avg: 1.01 [117/404] test_dummy_thread
+0:00:51 load avg: 1.01 [118/404] test_dummy_threading
+0:00:51 load avg: 1.01 [119/404] test_email
+0:00:55 load avg: 1.33 [120/404] test_email_codecs
+0:00:55 load avg: 1.33 [121/404] test_email_renamed
+0:00:55 load avg: 1.33 [122/404] test_ensurepip
+0:00:55 load avg: 1.33 [123/404] test_enumerate
+0:00:55 load avg: 1.33 [124/404] test_eof
+0:00:55 load avg: 1.33 [125/404] test_epoll
+0:00:57 load avg: 1.33 [126/404] test_errno
+0:00:57 load avg: 1.33 [127/404] test_exception_variations
+0:00:58 load avg: 1.33 [128/404] test_extcall
+0:00:58 load avg: 1.33 [129/404] test_fcntl
+0:00:58 load avg: 1.33 [130/404] test_file
+0:00:58 load avg: 1.33 [131/404] test_file2k
+0:01:06 load avg: 2.30 [132/404] test_file_eintr
+0:01:07 load avg: 2.30 [133/404] test_filecmp
+0:01:07 load avg: 2.30 [134/404] test_fileinput
+0:01:07 load avg: 2.30 [135/404] test_fileio
+0:01:07 load avg: 2.30 [136/404] test_float
+0:01:07 load avg: 2.30 [137/404] test_fnmatch
+0:01:07 load avg: 2.30 [138/404] test_fork1
+0:01:13 load avg: 2.43 [139/404] test_format
+0:01:13 load avg: 2.43 [140/404] test_fpformat
+0:01:13 load avg: 2.32 [141/404] test_fractions
+0:01:14 load avg: 2.32 [142/404] test_frozen
+0:01:14 load avg: 2.32 [143/404] test_ftplib
+0:01:17 load avg: 2.32 [144/404] test_funcattrs
+0:01:17 load avg: 2.32 [145/404] test_functools
+0:01:17 load avg: 2.32 [146/404] test_future
+0:01:17 load avg: 2.32 [147/404] test_future3
+0:01:17 load avg: 2.32 [148/404] test_future4
+0:01:17 load avg: 2.32 [149/404] test_future5
+0:01:17 load avg: 2.32 [150/404] test_future_builtins
+0:01:17 load avg: 2.32 [151/404] test_gc
+0:01:20 load avg: 2.21 [152/404] test_gdb
test_gdb skipped -- test_gdb only works on source builds at the moment.
-0:00:57 load avg: 0.84 [153/404] test_gdbm -- test_gdb skipped
-0:00:57 load avg: 0.84 [154/404] test_generators
-0:00:57 load avg: 0.84 [155/404] test_genericpath
-0:00:57 load avg: 0.84 [156/404] test_genexps
-0:00:58 load avg: 0.84 [157/404] test_getargs
-0:00:58 load avg: 0.84 [158/404] test_getargs2
-0:00:58 load avg: 0.84 [159/404] test_getopt
-0:00:58 load avg: 0.84 [160/404] test_gettext
-0:00:58 load avg: 0.85 [161/404] test_gl
+0:01:20 load avg: 2.21 [153/404] test_gdbm -- test_gdb skipped
+0:01:20 load avg: 2.21 [154/404] test_generators
+0:01:20 load avg: 2.21 [155/404] test_genericpath
+0:01:20 load avg: 2.21 [156/404] test_genexps
+0:01:21 load avg: 2.21 [157/404] test_getargs
+0:01:21 load avg: 2.21 [158/404] test_getargs2
+0:01:22 load avg: 2.21 [159/404] test_getopt
+0:01:22 load avg: 2.21 [160/404] test_gettext
+0:01:22 load avg: 2.21 [161/404] test_gl
test_gl skipped -- No module named gl
-0:00:58 load avg: 0.85 [162/404] test_glob -- test_gl skipped
-0:00:58 load avg: 0.85 [163/404] test_global
-0:00:58 load avg: 0.85 [164/404] test_grp
-0:00:58 load avg: 0.85 [165/404] test_gzip
-0:00:58 load avg: 0.85 [166/404] test_hash
-0:00:59 load avg: 0.85 [167/404] test_hashlib
-0:00:59 load avg: 0.85 [168/404] test_heapq
-0:01:00 load avg: 0.85 [169/404] test_hmac
-0:01:00 load avg: 0.85 [170/404] test_hotshot
-0:01:00 load avg: 0.85 [171/404] test_htmllib
-0:01:00 load avg: 0.85 [172/404] test_htmlparser
-0:01:00 load avg: 0.85 [173/404] test_httplib
-0:01:00 load avg: 0.85 [174/404] test_httpservers
-0:01:01 load avg: 0.85 [175/404] test_idle
+0:01:23 load avg: 2.21 [162/404] test_glob -- test_gl skipped
+0:01:23 load avg: 2.21 [163/404] test_global
+0:01:23 load avg: 2.21 [164/404] test_grp
+0:01:23 load avg: 2.21 [165/404] test_gzip
+0:01:23 load avg: 2.21 [166/404] test_hash
+0:01:23 load avg: 2.21 [167/404] test_hashlib
+0:01:24 load avg: 2.03 [168/404] test_heapq
+0:01:24 load avg: 2.03 [169/404] test_hmac
+0:01:24 load avg: 2.03 [170/404] test_hotshot
+0:01:24 load avg: 2.03 [171/404] test_htmllib
+0:01:24 load avg: 2.03 [172/404] test_htmlparser
+0:01:25 load avg: 2.03 [173/404] test_httplib
+0:01:25 load avg: 2.03 [174/404] test_httpservers
+0:01:25 load avg: 2.03 [175/404] test_idle
test_idle skipped -- No module named _tkinter
-0:01:01 load avg: 0.85 [176/404] test_imageop -- test_idle skipped
+0:01:25 load avg: 2.03 [176/404] test_imageop -- test_idle skipped
test_imageop skipped -- No module named imageop
-0:01:01 load avg: 0.85 [177/404] test_imaplib -- test_imageop skipped
-0:01:01 load avg: 0.85 [178/404] test_imgfile
+0:01:26 load avg: 2.03 [177/404] test_imaplib -- test_imageop skipped
+0:01:26 load avg: 2.03 [178/404] test_imgfile
test_imgfile skipped -- No module named imgfile
-0:01:01 load avg: 0.85 [179/404] test_imghdr -- test_imgfile skipped
-0:01:01 load avg: 0.85 [180/404] test_imp
-0:01:01 load avg: 0.85 [181/404] test_import
-0:01:01 load avg: 0.85 [182/404] test_import_magic
-0:01:01 load avg: 0.85 [183/404] test_importhooks
-0:01:01 load avg: 0.85 [184/404] test_importlib
-0:01:01 load avg: 0.85 [185/404] test_index
-0:01:01 load avg: 0.85 [186/404] test_inspect
-0:01:02 load avg: 0.85 [187/404] test_int
-0:01:02 load avg: 0.85 [188/404] test_int_literal
-0:01:02 load avg: 0.85 [189/404] test_io
-0:01:32 load avg: 0.63 [190/404] test_ioctl -- test_io passed in 30 sec 248 ms
+0:01:26 load avg: 2.03 [179/404] test_imghdr -- test_imgfile skipped
+0:01:26 load avg: 2.03 [180/404] test_imp
+0:01:26 load avg: 2.03 [181/404] test_import
+0:01:26 load avg: 2.03 [182/404] test_import_magic
+0:01:26 load avg: 2.03 [183/404] test_importhooks
+0:01:26 load avg: 2.03 [184/404] test_importlib
+0:01:26 load avg: 2.03 [185/404] test_index
+0:01:26 load avg: 2.03 [186/404] test_inspect
+0:01:26 load avg: 2.03 [187/404] test_int
+0:01:27 load avg: 2.03 [188/404] test_int_literal
+0:01:27 load avg: 2.03 [189/404] test_io
+0:02:02 load avg: 1.29 [190/404] test_ioctl -- test_io passed in 34 sec 795 ms
test_ioctl skipped -- Unable to open /dev/tty
-0:01:32 load avg: 0.63 [191/404] test_isinstance -- test_ioctl skipped
-0:01:32 load avg: 0.63 [192/404] test_iter
-0:01:33 load avg: 0.63 [193/404] test_iterlen
-0:01:33 load avg: 0.63 [194/404] test_itertools
-0:01:36 load avg: 0.66 [195/404] test_json
-0:01:37 load avg: 0.66 [196/404] test_kqueue
+0:02:02 load avg: 1.29 [191/404] test_isinstance -- test_ioctl skipped
+0:02:02 load avg: 1.29 [192/404] test_iter
+0:02:02 load avg: 1.29 [193/404] test_iterlen
+0:02:02 load avg: 1.29 [194/404] test_itertools
+0:02:06 load avg: 1.27 [195/404] test_json
+0:02:08 load avg: 1.27 [196/404] test_kqueue
test_kqueue skipped -- test works only on BSD
-0:01:37 load avg: 0.66 [197/404] test_largefile -- test_kqueue skipped
-0:01:37 load avg: 0.66 [198/404] test_lib2to3
-0:01:49 load avg: 0.73 [199/404] test_linecache
-0:01:49 load avg: 0.73 [200/404] test_linuxaudiodev
+0:02:08 load avg: 1.27 [197/404] test_largefile -- test_kqueue skipped
+0:02:08 load avg: 1.27 [198/404] test_lib2to3
+0:02:31 load avg: 1.18 [199/404] test_linecache
+0:02:31 load avg: 1.18 [200/404] test_linuxaudiodev
test_linuxaudiodev skipped -- Use of the `audio' resource not enabled
-0:01:49 load avg: 0.73 [201/404] test_list -- test_linuxaudiodev skipped (resource denied)
-0:01:50 load avg: 0.73 [202/404] test_locale
-0:01:50 load avg: 0.73 [203/404] test_logging
-0:02:00 load avg: 0.70 [204/404] test_long
-0:02:02 load avg: 0.70 [205/404] test_long_future
-0:02:02 load avg: 0.70 [206/404] test_longexp
-0:02:03 load avg: 0.70 [207/404] test_macos
+0:02:31 load avg: 1.18 [201/404] test_list -- test_linuxaudiodev skipped (resource denied)
+0:02:31 load avg: 1.18 [202/404] test_locale
+0:02:31 load avg: 1.18 [203/404] test_logging
+0:02:43 load avg: 1.07 [204/404] test_long
+0:02:44 load avg: 1.07 [205/404] test_long_future
+0:02:46 load avg: 1.07 [206/404] test_longexp
+0:02:46 load avg: 1.07 [207/404] test_macos
test_macos skipped -- No module named MacOS
-0:02:03 load avg: 0.70 [208/404] test_macostools -- test_macos skipped
+0:02:46 load avg: 1.07 [208/404] test_macostools -- test_macos skipped
test_macostools skipped -- No module named MacOS
-0:02:03 load avg: 0.70 [209/404] test_macpath -- test_macostools skipped
-0:02:03 load avg: 0.70 [210/404] test_macurl2path
-0:02:03 load avg: 0.70 [211/404] test_mailbox
-0:02:03 load avg: 0.73 [212/404] test_marshal
-0:02:03 load avg: 0.73 [213/404] test_math
-0:02:04 load avg: 0.73 [214/404] test_md5
-0:02:04 load avg: 0.73 [215/404] test_memoryio
-0:02:04 load avg: 0.73 [216/404] test_memoryview
-0:02:04 load avg: 0.73 [217/404] test_mhlib
-0:02:04 load avg: 0.73 [218/404] test_mimetools
-0:02:04 load avg: 0.73 [219/404] test_mimetypes
-0:02:04 load avg: 0.73 [220/404] test_minidom
-0:02:05 load avg: 0.73 [221/404] test_mmap
-0:02:05 load avg: 0.73 [222/404] test_module
-0:02:05 load avg: 0.73 [223/404] test_modulefinder
-0:02:05 load avg: 0.73 [224/404] test_msilib
+0:02:46 load avg: 1.07 [209/404] test_macpath -- test_macostools skipped
+0:02:46 load avg: 1.07 [210/404] test_macurl2path
+0:02:46 load avg: 1.07 [211/404] test_mailbox
+0:02:47 load avg: 1.07 [212/404] test_marshal
+0:02:47 load avg: 1.07 [213/404] test_math
+0:02:48 load avg: 1.07 [214/404] test_md5
+0:02:48 load avg: 1.07 [215/404] test_memoryio
+0:02:48 load avg: 1.06 [216/404] test_memoryview
+0:02:49 load avg: 1.06 [217/404] test_mhlib
+0:02:49 load avg: 1.06 [218/404] test_mimetools
+0:02:49 load avg: 1.06 [219/404] test_mimetypes
+0:02:49 load avg: 1.06 [220/404] test_minidom
+0:02:49 load avg: 1.06 [221/404] test_mmap
+0:02:49 load avg: 1.06 [222/404] test_module
+0:02:49 load avg: 1.06 [223/404] test_modulefinder
+0:02:49 load avg: 1.06 [224/404] test_msilib
test_msilib skipped -- No module named msilib
-0:02:05 load avg: 0.73 [225/404] test_multibytecodec -- test_msilib skipped
-0:02:06 load avg: 0.73 [226/404] test_multifile
-0:02:06 load avg: 0.73 [227/404] test_multiprocessing
-0:02:32 load avg: 0.94 [228/404] test_mutants
-0:02:32 load avg: 0.94 [229/404] test_mutex
-0:02:32 load avg: 0.94 [230/404] test_netrc
-0:02:32 load avg: 0.94 [231/404] test_new
-0:02:32 load avg: 0.94 [232/404] test_nis
+0:02:49 load avg: 1.06 [225/404] test_multibytecodec -- test_msilib skipped
+0:02:51 load avg: 1.06 [226/404] test_multifile
+0:02:51 load avg: 1.06 [227/404] test_multiprocessing
+0:03:15 load avg: 0.89 [228/404] test_mutants
+0:03:16 load avg: 0.89 [229/404] test_mutex
+0:03:16 load avg: 0.89 [230/404] test_netrc
+0:03:16 load avg: 0.89 [231/404] test_new
+0:03:16 load avg: 0.89 [232/404] test_nis
test_nis skipped -- No module named nis
-0:02:32 load avg: 0.94 [233/404] test_nntplib -- test_nis skipped
-0:02:33 load avg: 0.94 [234/404] test_normalization
-0:02:33 load avg: 0.94 [235/404] test_ntpath
-0:02:33 load avg: 0.94 [236/404] test_old_mailbox
-0:02:33 load avg: 0.94 [237/404] test_openpty
-0:02:33 load avg: 0.94 [238/404] test_operator
-0:02:33 load avg: 0.94 [239/404] test_optparse
-0:02:33 load avg: 0.94 [240/404] test_ordered_dict
-0:02:33 load avg: 0.94 [241/404] test_os
-0:02:34 load avg: 0.94 [242/404] test_ossaudiodev
+0:03:16 load avg: 0.89 [233/404] test_nntplib -- test_nis skipped
+0:03:16 load avg: 0.89 [234/404] test_normalization
+0:03:16 load avg: 0.89 [235/404] test_ntpath
+0:03:16 load avg: 0.89 [236/404] test_old_mailbox
+0:03:16 load avg: 0.89 [237/404] test_openpty
+0:03:16 load avg: 0.89 [238/404] test_operator
+0:03:16 load avg: 0.89 [239/404] test_optparse
+0:03:16 load avg: 0.89 [240/404] test_ordered_dict
+0:03:17 load avg: 0.89 [241/404] test_os
+0:03:17 load avg: 0.89 [242/404] test_ossaudiodev
test_ossaudiodev skipped -- Use of the `audio' resource not enabled
-0:02:34 load avg: 0.94 [243/404] test_parser -- test_ossaudiodev skipped (resource denied)
-0:02:34 load avg: 0.94 [244/404] test_pdb
-0:02:34 load avg: 0.94 [245/404] test_peepholer
-0:02:34 load avg: 0.94 [246/404] test_pep247
-0:02:34 load avg: 0.94 [247/404] test_pep277
+0:03:17 load avg: 0.89 [243/404] test_parser -- test_ossaudiodev skipped (resource denied)
+0:03:17 load avg: 0.89 [244/404] test_pdb
+0:03:17 load avg: 0.89 [245/404] test_peepholer
+0:03:17 load avg: 0.89 [246/404] test_pep247
+0:03:17 load avg: 0.89 [247/404] test_pep277
test_pep277 skipped -- only NT+ and systems with Unicode-friendly filesystem encoding
-0:02:34 load avg: 0.94 [248/404] test_pep352 -- test_pep277 skipped
-0:02:34 load avg: 0.94 [249/404] test_pickle
-0:02:35 load avg: 0.94 [250/404] test_pickletools
-0:02:35 load avg: 0.94 [251/404] test_pipes
-0:02:35 load avg: 0.94 [252/404] test_pkg
-0:02:35 load avg: 0.94 [253/404] test_pkgimport
-0:02:35 load avg: 0.94 [254/404] test_pkgutil
-0:02:36 load avg: 0.94 [255/404] test_platform
-0:02:36 load avg: 0.94 [256/404] test_plistlib
-0:02:36 load avg: 0.94 [257/404] test_poll
-0:02:47 load avg: 0.80 [258/404] test_popen
-0:02:47 load avg: 0.80 [259/404] test_popen2
-0:02:47 load avg: 0.80 [260/404] test_poplib
-0:02:49 load avg: 0.73 [261/404] test_posix
-0:02:49 load avg: 0.73 [262/404] test_posixpath
-0:02:49 load avg: 0.73 [263/404] test_pow
-0:02:49 load avg: 0.73 [264/404] test_pprint
-0:02:49 load avg: 0.73 [265/404] test_print
-0:02:49 load avg: 0.73 [266/404] test_profile
-0:02:49 load avg: 0.73 [267/404] test_property
-0:02:49 load avg: 0.73 [268/404] test_pstats
-0:02:49 load avg: 0.73 [269/404] test_pty
-0:02:49 load avg: 0.73 [270/404] test_pwd
-0:02:49 load avg: 0.73 [271/404] test_py3kwarn
+0:03:20 load avg: 0.90 [248/404] test_pep352 -- test_pep277 skipped
+0:03:20 load avg: 0.90 [249/404] test_pickle
+0:03:22 load avg: 0.90 [250/404] test_pickletools
+0:03:22 load avg: 0.90 [251/404] test_pipes
+0:03:22 load avg: 0.90 [252/404] test_pkg
+0:03:22 load avg: 0.90 [253/404] test_pkgimport
+0:03:22 load avg: 0.90 [254/404] test_pkgutil
+0:03:22 load avg: 0.90 [255/404] test_platform
+0:03:23 load avg: 0.90 [256/404] test_plistlib
+0:03:23 load avg: 0.90 [257/404] test_poll
+0:03:34 load avg: 0.92 [258/404] test_popen
+0:03:34 load avg: 0.92 [259/404] test_popen2
+0:03:34 load avg: 0.92 [260/404] test_poplib
+0:03:35 load avg: 0.92 [261/404] test_posix
+0:03:35 load avg: 0.92 [262/404] test_posixpath
+0:03:35 load avg: 0.92 [263/404] test_pow
+0:03:35 load avg: 0.92 [264/404] test_pprint
+0:03:36 load avg: 0.92 [265/404] test_print
+0:03:36 load avg: 0.92 [266/404] test_profile
+0:03:36 load avg: 0.92 [267/404] test_property
+0:03:36 load avg: 0.92 [268/404] test_pstats
+0:03:36 load avg: 0.92 [269/404] test_pty
+0:03:36 load avg: 0.92 [270/404] test_pwd
+0:03:36 load avg: 0.92 [271/404] test_py3kwarn
test_py3kwarn skipped -- test.test_py3kwarn must be run with the -3 flag
-0:02:49 load avg: 0.73 [272/404] test_py_compile -- test_py3kwarn skipped
-0:02:49 load avg: 0.73 [273/404] test_pyclbr
-0:02:50 load avg: 0.73 [274/404] test_pydoc
-0:02:51 load avg: 0.73 [275/404] test_pyexpat
-0:02:51 load avg: 0.73 [276/404] test_queue
-0:02:54 load avg: 0.68 [277/404] test_quopri
-0:02:55 load avg: 0.68 [278/404] test_random
-0:02:55 load avg: 0.68 [279/404] test_re
-0:02:56 load avg: 0.68 [280/404] test_readline
-0:02:56 load avg: 0.68 [281/404] test_regrtest
-0:02:58 load avg: 0.62 [282/404] test_repr
-0:02:58 load avg: 0.62 [283/404] test_resource
-0:02:58 load avg: 0.62 [284/404] test_rfc822
-0:02:58 load avg: 0.62 [285/404] test_richcmp
-0:02:58 load avg: 0.62 [286/404] test_rlcompleter
-0:02:58 load avg: 0.62 [287/404] test_robotparser
-0:02:58 load avg: 0.62 [288/404] test_runpy
-0:03:01 load avg: 0.62 [289/404] test_sax
-0:03:01 load avg: 0.62 [290/404] test_scope
-0:03:01 load avg: 0.62 [291/404] test_scriptpackages
+0:03:36 load avg: 0.92 [272/404] test_py_compile -- test_py3kwarn skipped
+0:03:36 load avg: 0.92 [273/404] test_pyclbr
+0:03:37 load avg: 0.92 [274/404] test_pydoc
+0:03:37 load avg: 0.92 [275/404] test_pyexpat
+0:03:37 load avg: 0.92 [276/404] test_queue
+0:03:41 load avg: 0.85 [277/404] test_quopri
+0:03:41 load avg: 0.85 [278/404] test_random
+0:03:42 load avg: 0.85 [279/404] test_re
+0:03:42 load avg: 0.85 [280/404] test_readline
+0:03:42 load avg: 0.85 [281/404] test_regrtest
+0:03:45 load avg: 0.94 [282/404] test_repr
+0:03:45 load avg: 0.94 [283/404] test_resource
+0:03:45 load avg: 0.94 [284/404] test_rfc822
+0:03:45 load avg: 0.94 [285/404] test_richcmp
+0:03:45 load avg: 0.94 [286/404] test_rlcompleter
+0:03:45 load avg: 0.94 [287/404] test_robotparser
+0:03:46 load avg: 0.94 [288/404] test_runpy
+0:03:50 load avg: 0.95 [289/404] test_sax
+0:03:50 load avg: 0.95 [290/404] test_scope
+0:03:50 load avg: 0.95 [291/404] test_scriptpackages
test_scriptpackages skipped -- No module named aetools
-0:03:01 load avg: 0.62 [292/404] test_select -- test_scriptpackages skipped
-0:03:12 load avg: 0.53 [293/404] test_set
-0:03:13 load avg: 0.56 [294/404] test_setcomps
-0:03:13 load avg: 0.56 [295/404] test_sets
-0:03:13 load avg: 0.56 [296/404] test_sgmllib
-0:03:13 load avg: 0.56 [297/404] test_sha
-0:03:13 load avg: 0.56 [298/404] test_shelve
-0:03:13 load avg: 0.56 [299/404] test_shlex
-0:03:13 load avg: 0.56 [300/404] test_shutil
-0:03:14 load avg: 0.56 [301/404] test_signal
-0:03:21 load avg: 0.52 [302/404] test_site
-0:03:21 load avg: 0.52 [303/404] test_slice
-0:03:21 load avg: 0.52 [304/404] test_smtplib
-0:03:22 load avg: 0.52 [305/404] test_smtpnet
+0:03:50 load avg: 0.95 [292/404] test_select -- test_scriptpackages skipped
+0:04:01 load avg: 0.80 [293/404] test_set
+0:04:02 load avg: 0.80 [294/404] test_setcomps
+0:04:02 load avg: 0.80 [295/404] test_sets
+0:04:02 load avg: 0.80 [296/404] test_sgmllib
+0:04:02 load avg: 0.80 [297/404] test_sha
+0:04:02 load avg: 0.80 [298/404] test_shelve
+0:04:02 load avg: 0.80 [299/404] test_shlex
+0:04:02 load avg: 0.80 [300/404] test_shutil
+0:04:02 load avg: 0.80 [301/404] test_signal
+0:04:10 load avg: 0.68 [302/404] test_site
+0:04:10 load avg: 0.68 [303/404] test_slice
+0:04:10 load avg: 0.68 [304/404] test_smtplib
+0:04:10 load avg: 0.68 [305/404] test_smtpnet
test_smtpnet skipped -- Use of the `network' resource not enabled
-0:03:22 load avg: 0.52 [306/404] test_socket -- test_smtpnet skipped (resource denied)
-0:03:58 load avg: 0.40 [307/404] test_socketserver -- test_socket passed in 35 sec 951 ms
+0:04:10 load avg: 0.68 [306/404] test_socket -- test_smtpnet skipped (resource denied)
+0:04:46 load avg: 0.55 [307/404] test_socketserver -- test_socket passed in 35 sec 730 ms
test_socketserver skipped -- Use of the `network' resource not enabled
-0:03:58 load avg: 0.40 [308/404] test_softspace -- test_socketserver skipped (resource denied)
-0:03:58 load avg: 0.40 [309/404] test_sort
-0:03:58 load avg: 0.40 [310/404] test_source_encoding
-0:03:58 load avg: 0.40 [311/404] test_spwd
-0:03:58 load avg: 0.40 [312/404] test_sqlite
-0:03:59 load avg: 0.40 [313/404] test_ssl
+0:04:46 load avg: 0.55 [308/404] test_softspace -- test_socketserver skipped (resource denied)
+0:04:46 load avg: 0.55 [309/404] test_sort
+0:04:47 load avg: 0.55 [310/404] test_source_encoding
+0:04:47 load avg: 0.55 [311/404] test_spwd
+0:04:48 load avg: 0.55 [312/404] test_sqlite
+0:04:52 load avg: 0.59 [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
@@ -45482,20 +45468,32 @@ Traceback (most recent call last):
v = self._sslobj.read(len)
error: [Errno 104] Connection reset by peer
-0:04:01 load avg: 0.40 [314/404] test_startfile
+Exception in thread Thread-644:
+Traceback (most recent call last):
+ File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
+ self.run()
+ File "/usr/lib/python2.7/test/test_ssl.py", line 1779, in run
+ msg = self.read()
+ File "/usr/lib/python2.7/test/test_ssl.py", line 1756, in read
+ return self.sslconn.read()
+ File "/usr/lib/python2.7/ssl.py", line 641, in read
+ v = self._sslobj.read(len)
+error: [Errno 104] Connection reset by peer
+
+0:04:54 load avg: 0.54 [314/404] test_startfile
test_startfile skipped -- module 'os' has no attribute 'startfile'
-0:04:01 load avg: 0.40 [315/404] test_stat -- test_startfile skipped
-0:04:01 load avg: 0.40 [316/404] test_str
-0:04:02 load avg: 0.40 [317/404] test_strftime
-0:04:02 load avg: 0.40 [318/404] test_string
-0:04:03 load avg: 0.53 [319/404] test_stringprep
-0:04:03 load avg: 0.53 [320/404] test_strop
-0:04:03 load avg: 0.53 [321/404] test_strptime
-0:04:03 load avg: 0.53 [322/404] test_strtod
-0:04:04 load avg: 0.53 [323/404] test_struct
-0:04:05 load avg: 0.53 [324/404] test_structmembers
-0:04:05 load avg: 0.53 [325/404] test_structseq
-0:04:05 load avg: 0.53 [326/404] test_subprocess
+0:04:54 load avg: 0.54 [315/404] test_stat -- test_startfile skipped
+0:04:54 load avg: 0.54 [316/404] test_str
+0:04:55 load avg: 0.54 [317/404] test_strftime
+0:04:56 load avg: 0.54 [318/404] test_string
+0:04:56 load avg: 0.54 [319/404] test_stringprep
+0:04:57 load avg: 0.54 [320/404] test_strop
+0:04:57 load avg: 0.54 [321/404] test_strptime
+0:04:57 load avg: 0.54 [322/404] test_strtod
+0:04:58 load avg: 0.54 [323/404] test_struct
+0:04:59 load avg: 0.58 [324/404] test_structmembers
+0:04:59 load avg: 0.58 [325/404] test_structseq
+0:04:59 load avg: 0.58 [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))
@@ -45651,12 +45649,12 @@ 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)
-PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll)
+testPASS: 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):
+ 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: ''
@@ -45672,150 +45670,108 @@ Traceback (most recent call last):
AssertionError: Unexpected error: ''
----------------------------------------------------------------------
-Ran 151 tests in 27.824s
+Ran 151 tests in 29.954s
FAILED (failures=1, skipped=17)
-0:05:01 load avg: 0.60 [327/404/1] test_sunau -- test_subprocess failed in 56 sec 101 ms
-0:05:01 load avg: 0.60 [328/404/1] test_sunaudiodev
+0:05:59 load avg: 0.85 [327/404/1] test_sunau -- test_subprocess failed in 1 min 35 ms
+0:05:59 load avg: 0.85 [328/404/1] test_sunaudiodev
test_sunaudiodev skipped -- No module named sunaudiodev
-0:05:01 load avg: 0.60 [329/404/1] test_sundry -- test_sunaudiodev skipped
-0:05:01 load avg: 0.60 [330/404/1] test_symtable
-0:05:01 load avg: 0.60 [331/404/1] test_syntax
-0:05:01 load avg: 0.60 [332/404/1] test_sys
-0:05:02 load avg: 0.60 [333/404/1] test_sys_setprofile
-0:05:02 load avg: 0.60 [334/404/1] test_sys_settrace
-0:05:02 load avg: 0.60 [335/404/1] test_sysconfig
-0:05:02 load avg: 0.60 [336/404/1] test_tarfile
-0:05:03 load avg: 0.63 [337/404/1] test_tcl
+0:05:59 load avg: 0.85 [329/404/1] test_sundry -- test_sunaudiodev skipped
+0:05:59 load avg: 0.85 [330/404/1] test_symtable
+0:05:59 load avg: 0.85 [331/404/1] test_syntax
+0:05:59 load avg: 0.85 [332/404/1] test_sys
+0:05:59 load avg: 0.85 [333/404/1] test_sys_setprofile
+0:05:59 load avg: 0.85 [334/404/1] test_sys_settrace
+0:06:00 load avg: 0.85 [335/404/1] test_sysconfig
+0:06:00 load avg: 0.85 [336/404/1] test_tarfile
+0:06:01 load avg: 0.85 [337/404/1] test_tcl
test_tcl skipped -- No module named _tkinter
-0:05:03 load avg: 0.63 [338/404/1] test_telnetlib -- test_tcl skipped
-0:05:08 load avg: 0.58 [339/404/1] test_tempfile
-0:05:08 load avg: 0.58 [340/404/1] test_test_support
-0:05:08 load avg: 0.58 [341/404/1] test_textwrap
-0:05:08 load avg: 0.58 [342/404/1] test_thread
-0:05:09 load avg: 0.58 [343/404/1] test_threaded_import
-0:05:09 load avg: 0.58 [344/404/1] test_threadedtempfile
-0:05:09 load avg: 0.58 [345/404/1] test_threading
-0:05:13 load avg: 0.58 [346/404/1] test_threading_local
-Exception in thread Thread-1010:
-Traceback (most recent call last):
- File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
- self.run()
- File "/usr/lib/python2.7/threading.py", line 754, in run
- self.__target(*self.__args, **self.__kwargs)
- File "/usr/lib/python2.7/test/test_threading_local.py", line 93, in f
- passed[0] = all(not hasattr(local, 'foo') for local in locals)
-TypeError: 'NoneType' object is not iterable
-
-test test_threading_local failed -- Traceback (most recent call last):
- File "/usr/lib/python2.7/test/test_threading_local.py", line 106, in test_derived_cycle_dealloc
- self.assertTrue(passed[0])
-AssertionError: False is not true
-
-Re-running test 'test_threading_local' in verbose mode
-_threading_local ()
-PASS: Doctest: _threading_local
-PASS: test_arguments (test.test_threading_local.ThreadLocalTest)
-PASS: test_cycle_collection (test.test_threading_local.ThreadLocalTest)
-PASS: test_derived (test.test_threading_local.ThreadLocalTest)
-PASS: test_derived_cycle_dealloc (test.test_threading_local.ThreadLocalTest)
-PASS: test_dict_attribute (test.test_threading_local.ThreadLocalTest)
-PASS: test_dict_attribute_subclass (test.test_threading_local.ThreadLocalTest)
-PASS: test_local_refs (test.test_threading_local.ThreadLocalTest)
-PASS: test_threading_local (test.test_threading_local.ThreadLocalTest)
-PASS: test_threading_local_subclass (test.test_threading_local.ThreadLocalTest)
-PASS: test_arguments (test.test_threading_local.PyThreadingLocalTest)
-PASS: test_derived (test.test_threading_local.PyThreadingLocalTest)
-PASS: test_derived_cycle_dealloc (test.test_threading_local.PyThreadingLocalTest)
-PASS: test_dict_attribute (test.test_threading_local.PyThreadingLocalTest)
-PASS: test_dict_attribute_subclass (test.test_threading_local.PyThreadingLocalTest)
-PASS: test_local_refs (test.test_threading_local.PyThreadingLocalTest)
-PASS: test_threading_local (test.test_threading_local.PyThreadingLocalTest)
-PASS: test_threading_local_subclass (test.test_threading_local.PyThreadingLocalTest)
-_threading_local ()
-PASS: Doctest: _threading_local
-
-----------------------------------------------------------------------
-Ran 19 tests in 0.615s
-
-OK
-0:05:14 load avg: 0.61 [347/404/2] test_threadsignals -- test_threading_local failed
-0:05:14 load avg: 0.61 [348/404/2] test_time
-0:05:16 load avg: 0.61 [349/404/2] test_timeit
-0:05:16 load avg: 0.61 [350/404/2] test_timeout
+0:06:01 load avg: 0.85 [338/404/1] test_telnetlib -- test_tcl skipped
+0:06:06 load avg: 0.78 [339/404/1] test_tempfile
+0:06:07 load avg: 0.78 [340/404/1] test_test_support
+0:06:07 load avg: 0.78 [341/404/1] test_textwrap
+0:06:07 load avg: 0.78 [342/404/1] test_thread
+0:06:07 load avg: 0.78 [343/404/1] test_threaded_import
+0:06:07 load avg: 0.78 [344/404/1] test_threadedtempfile
+0:06:07 load avg: 0.78 [345/404/1] test_threading
+0:06:11 load avg: 0.80 [346/404/1] test_threading_local
+0:06:11 load avg: 0.80 [347/404/1] test_threadsignals
+0:06:12 load avg: 0.80 [348/404/1] test_time
+0:06:13 load avg: 0.80 [349/404/1] test_timeit
+0:06:13 load avg: 0.80 [350/404/1] test_timeout
test_timeout skipped -- Use of the `network' resource not enabled
-0:05:16 load avg: 0.61 [351/404/2] test_tk -- test_timeout skipped (resource denied)
+0:06:13 load avg: 0.80 [351/404/1] test_tk -- test_timeout skipped (resource denied)
test_tk skipped -- No module named _tkinter
-0:05:16 load avg: 0.61 [352/404/2] test_tokenize -- test_tk skipped
-0:05:16 load avg: 0.61 [353/404/2] test_tools
+0:06:13 load avg: 0.80 [352/404/1] test_tokenize -- test_tk skipped
+0:06:13 load avg: 0.80 [353/404/1] test_tools
test_tools skipped -- test irrelevant for an installed Python
-0:05:16 load avg: 0.61 [354/404/2] test_trace -- test_tools skipped
-0:05:17 load avg: 0.61 [355/404/2] test_traceback
-0:05:21 load avg: 0.64 [356/404/2] test_transformer
-0:05:21 load avg: 0.64 [357/404/2] test_ttk_guionly
+0:06:13 load avg: 0.80 [354/404/1] test_trace -- test_tools skipped
+0:06:15 load avg: 0.81 [355/404/1] test_traceback
+0:06:19 load avg: 0.75 [356/404/1] test_transformer
+0:06:19 load avg: 0.75 [357/404/1] test_ttk_guionly
test_ttk_guionly skipped -- No module named _tkinter
-0:05:21 load avg: 0.64 [358/404/2] test_ttk_textonly -- test_ttk_guionly skipped
+0:06:19 load avg: 0.75 [358/404/1] test_ttk_textonly -- test_ttk_guionly skipped
test_ttk_textonly skipped -- No module named _tkinter
-0:05:22 load avg: 0.64 [359/404/2] test_tuple -- test_ttk_textonly skipped
-0:05:25 load avg: 0.67 [360/404/2] test_turtle
+0:06:19 load avg: 0.75 [359/404/1] test_tuple -- test_ttk_textonly skipped
+0:06:24 load avg: 0.77 [360/404/1] test_turtle
test_turtle skipped -- No module named _tkinter
-0:05:25 load avg: 0.67 [361/404/2] test_typechecks -- test_turtle skipped
-0:05:25 load avg: 0.67 [362/404/2] test_ucn
-0:05:25 load avg: 0.67 [363/404/2] test_unary
-0:05:25 load avg: 0.67 [364/404/2] test_undocumented_details
-0:05:25 load avg: 0.67 [365/404/2] test_unicode
-0:05:26 load avg: 0.67 [366/404/2] test_unicode_file
+0:06:24 load avg: 0.77 [361/404/1] test_typechecks -- test_turtle skipped
+0:06:24 load avg: 0.77 [362/404/1] test_ucn
+0:06:24 load avg: 0.77 [363/404/1] test_unary
+0:06:24 load avg: 0.77 [364/404/1] test_undocumented_details
+0:06:24 load avg: 0.77 [365/404/1] test_unicode
+0:06:26 load avg: 0.77 [366/404/1] test_unicode_file
test_unicode_file skipped -- No Unicode filesystem semantics on this platform.
-0:05:26 load avg: 0.67 [367/404/2] test_unicodedata -- test_unicode_file skipped
-0:05:27 load avg: 0.67 [368/404/2] test_univnewlines
-0:05:27 load avg: 0.67 [369/404/2] test_univnewlines2k
-0:05:27 load avg: 0.67 [370/404/2] test_unpack
-0:05:27 load avg: 0.67 [371/404/2] test_urllib
-0:05:27 load avg: 0.67 [372/404/2] test_urllib2
-0:05:47 load avg: 0.48 [373/404/2] test_urllib2_localnet
-0:05:48 load avg: 0.52 [374/404/2] test_urllib2net
+0:06:26 load avg: 0.77 [367/404/1] test_unicodedata -- test_unicode_file skipped
+0:06:27 load avg: 0.77 [368/404/1] test_univnewlines
+0:06:27 load avg: 0.77 [369/404/1] test_univnewlines2k
+0:06:27 load avg: 0.77 [370/404/1] test_unpack
+0:06:27 load avg: 0.77 [371/404/1] test_urllib
+0:06:28 load avg: 0.77 [372/404/1] test_urllib2
+0:06:48 load avg: 0.55 [373/404/1] test_urllib2_localnet
+0:06:48 load avg: 0.55 [374/404/1] test_urllib2net
test_urllib2net skipped -- Use of the `network' resource not enabled
-0:05:48 load avg: 0.52 [375/404/2] test_urllibnet -- test_urllib2net skipped (resource denied)
+0:06:48 load avg: 0.55 [375/404/1] test_urllibnet -- test_urllib2net skipped (resource denied)
test_urllibnet skipped -- Use of the `network' resource not enabled
-0:05:48 load avg: 0.52 [376/404/2] test_urlparse -- test_urllibnet skipped (resource denied)
-0:05:48 load avg: 0.52 [377/404/2] test_userdict
-0:05:49 load avg: 0.52 [378/404/2] test_userlist
-0:05:49 load avg: 0.52 [379/404/2] test_userstring
-0:05:50 load avg: 0.52 [380/404/2] test_uu
-0:05:50 load avg: 0.52 [381/404/2] test_uuid
-0:05:50 load avg: 0.52 [382/404/2] test_wait3
-0:05:55 load avg: 0.48 [383/404/2] test_wait4
-0:06:01 load avg: 0.44 [384/404/2] test_warnings
-0:06:01 load avg: 0.44 [385/404/2] test_wave
-0:06:01 load avg: 0.44 [386/404/2] test_weakref
-0:06:06 load avg: 0.57 [387/404/2] test_weakset
-0:06:06 load avg: 0.57 [388/404/2] test_whichdb
-0:06:06 load avg: 0.57 [389/404/2] test_winreg
+0:06:48 load avg: 0.55 [376/404/1] test_urlparse -- test_urllibnet skipped (resource denied)
+0:06:48 load avg: 0.55 [377/404/1] test_userdict
+0:06:49 load avg: 0.59 [378/404/1] test_userlist
+0:06:49 load avg: 0.59 [379/404/1] test_userstring
+0:06:52 load avg: 0.59 [380/404/1] test_uu
+0:06:52 load avg: 0.59 [381/404/1] test_uuid
+0:06:52 load avg: 0.59 [382/404/1] test_wait3
+0:06:57 load avg: 0.54 [383/404/1] test_wait4
+0:07:02 load avg: 0.49 [384/404/1] test_warnings
+0:07:03 load avg: 0.49 [385/404/1] test_wave
+0:07:03 load avg: 0.49 [386/404/1] test_weakref
+0:07:12 load avg: 0.57 [387/404/1] test_weakset
+0:07:13 load avg: 0.57 [388/404/1] test_whichdb
+0:07:13 load avg: 0.57 [389/404/1] test_winreg
test_winreg skipped -- No module named _winreg
-0:06:06 load avg: 0.57 [390/404/2] test_winsound -- test_winreg skipped
+0:07:13 load avg: 0.57 [390/404/1] test_winsound -- test_winreg skipped
test_winsound skipped -- Use of the `audio' resource not enabled
-0:06:06 load avg: 0.57 [391/404/2] test_with -- test_winsound skipped (resource denied)
-0:06:07 load avg: 0.57 [392/404/2] test_wsgiref
-0:06:07 load avg: 0.57 [393/404/2] test_xdrlib
-0:06:07 load avg: 0.57 [394/404/2] test_xml_etree
-0:06:07 load avg: 0.57 [395/404/2] test_xml_etree_c
-0:06:07 load avg: 0.57 [396/404/2] test_xmllib
-0:06:07 load avg: 0.57 [397/404/2] test_xmlrpc
-0:06:10 load avg: 0.52 [398/404/2] test_xpickle
-0:06:11 load avg: 0.52 [399/404/2] test_xrange
-0:06:11 load avg: 0.52 [400/404/2] test_zipfile
-0:06:13 load avg: 0.52 [401/404/2] test_zipfile64
+0:07:13 load avg: 0.57 [391/404/1] test_with -- test_winsound skipped (resource denied)
+0:07:13 load avg: 0.57 [392/404/1] test_wsgiref
+0:07:13 load avg: 0.57 [393/404/1] test_xdrlib
+0:07:13 load avg: 0.57 [394/404/1] test_xml_etree
+0:07:13 load avg: 0.57 [395/404/1] test_xml_etree_c
+0:07:14 load avg: 0.61 [396/404/1] test_xmllib
+0:07:14 load avg: 0.61 [397/404/1] test_xmlrpc
+0:07:17 load avg: 0.61 [398/404/1] test_xpickle
+0:07:17 load avg: 0.61 [399/404/1] test_xrange
+0:07:18 load avg: 0.61 [400/404/1] test_zipfile
+0:07:20 load avg: 0.64 [401/404/1] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
-0:06:13 load avg: 0.52 [402/404/2] test_zipimport -- test_zipfile64 skipped (resource denied)
-0:06:13 load avg: 0.52 [403/404/2] test_zipimport_support
-0:06:13 load avg: 0.56 [404/404/2] test_zlib
+0:07:20 load avg: 0.64 [402/404/1] test_zipimport -- test_zipfile64 skipped (resource denied)
+0:07:20 load avg: 0.64 [403/404/1] test_zipimport_support
+0:07:21 load avg: 0.64 [404/404/1] test_zlib
== Tests result: FAILURE ==
-355 tests OK.
+356 tests OK.
-2 tests failed:
- test_subprocess test_threading_local
+1 test failed:
+ test_subprocess
47 tests skipped:
test_aepack test_al test_applesingle test_bsddb185 test_bsddb3
@@ -45833,20 +45789,20 @@ test_zipfile64 skipped -- test requires loads of disk-space bytes and a long tim
test_gdb test_idle test_ioctl test_tcl test_tk test_tools
test_ttk_guionly test_ttk_textonly test_turtle
-Total duration: 6 min 14 sec
+Total duration: 7 min 22 sec
Tests result: FAILURE
-DURATION: 375
+DURATION: 444
END: /usr/lib/python/ptest
-2019-05-27T18:13
-2019-05-27T18:13
+2019-05-28T00:11
+2019-05-28T00:11
BEGIN: /usr/lib/python3/ptest
== CPython 3.7.3 (default, May 25 2019, 21:22:35) [GCC 9.1.0]
== Linux-5.0.7-yocto-standard-x86_64-with-glibc2.2.5 little-endian
-== cwd: /var/volatile/tmp/test_python_3029
+== cwd: /var/volatile/tmp/test_python_1792
== CPU count: 1
== encodings: locale=UTF-8, FS=utf-8
Run tests sequentially
-0:00:00 load avg: 0.56 [ 1/416] test_grammar
+0:00:00 load avg: 0.64 [ 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)
@@ -45916,10 +45872,10 @@ PASS: test_underscore_literals (test.test_grammar.TokenTests)
----------------------------------------------------------------------
-Ran 66 tests in 0.021s
+Ran 66 tests in 0.029s
OK
-0:00:00 load avg: 0.56 [ 2/416] test_opcodes
+0:00:00 load avg: 0.64 [ 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)
@@ -45931,10 +45887,10 @@ PASS: test_use_existing_annotations (test.test_opcodes.OpcodeTest)
----------------------------------------------------------------------
-Ran 8 tests in 0.003s
+Ran 8 tests in 0.005s
OK
-0:00:00 load avg: 0.56 [ 3/416] test_dict
+0:00:00 load avg: 0.64 [ 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)
@@ -46037,10 +45993,10 @@ PASS: test_write (test.test_dict.SubclassMappingTests)
----------------------------------------------------------------------
-Ran 93 tests in 0.243s
+Ran 93 tests in 0.321s
OK
-0:00:00 load avg: 0.56 [ 4/416] test_builtin
+0:00:00 load avg: 0.67 [ 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)
@@ -46143,10 +46099,10 @@ PASS: Doctest: builtins.oct
----------------------------------------------------------------------
-Ran 91 tests in 0.075s
+Ran 91 tests in 0.109s
OK (skipped=4)
-0:00:00 load avg: 0.56 [ 5/416] test_exceptions
+0:00:00 load avg: 0.67 [ 5/416] test_exceptions
PASS: testAttributes (test.test_exceptions.ExceptionTests)
PASS: testChainingAttrs (test.test_exceptions.ExceptionTests)
PASS: testChainingDescriptors (test.test_exceptions.ExceptionTests)
@@ -46204,10 +46160,10 @@ PASS: test_reset_attributes (test.test_exceptions.ImportErrorTests)
----------------------------------------------------------------------
-Ran 53 tests in 0.378s
+Ran 53 tests in 0.538s
OK (skipped=1)
-0:00:00 load avg: 0.56 [ 6/416] test_types
+0:00:01 load avg: 0.67 [ 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)
@@ -46287,18 +46243,120 @@ PASS: test_zero_division (test.test_types.TypesTests)
----------------------------------------------------------------------
-Ran 76 tests in 0.029s
+Ran 76 tests in 0.050s
OK
-0:00:00 load avg: 0.56 [ 7/416] test_unittest
-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)
+0:00:01 load avg: 0.67 [ 7/416] test_unittest
+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___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_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)
@@ -46316,77 +46374,6 @@ 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: 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: testHandlerReplacedButCalled (unittest.test.test_break.TestBreak)
-PASS: testInstallHandler (unittest.test.test_break.TestBreak)
-PASS: testInterruptCaught (unittest.test.test_break.TestBreak)
-PASS: testMainInstallsHandler (unittest.test.test_break.TestBreak)
-PASS: testRegisterResult (unittest.test.test_break.TestBreak)
-PASS: testRemoveHandler (unittest.test.test_break.TestBreak)
-PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreak)
-PASS: testRemoveResult (unittest.test.test_break.TestBreak)
-PASS: testRunner (unittest.test.test_break.TestBreak)
-PASS: testSecondInterrupt (unittest.test.test_break.TestBreak)
-PASS: testTwoResults (unittest.test.test_break.TestBreak)
-PASS: testWeakReferences (unittest.test.test_break.TestBreak)
-PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testInstallHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testInterruptCaught (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRegisterResult (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRemoveHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRemoveResult (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRunner (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testSecondInterrupt (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testTwoResults (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testWeakReferences (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRunner (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testSecondInterrupt (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testTwoResults (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalDefault)
-SKIP: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored'
-PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalIgnored)
-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: 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)
@@ -46400,30 +46387,22 @@ 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: 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: testCleanUp (unittest.test.test_runner.TestCleanUp)
+PASS: testCleanUpWithErrors (unittest.test.test_runner.TestCleanUp)
+PASS: testCleanupInRun (unittest.test.test_runner.TestCleanUp)
+PASS: testTestCaseDebugExecutesCleanups (unittest.test.test_runner.TestCleanUp)
+PASS: testBufferAndFailfast (unittest.test.test_runner.Test_TextTestRunner)
+PASS: testRunnerRegistersResult (unittest.test.test_runner.Test_TextTestRunner)
+PASS: testSpecifiedStreamUsed (unittest.test.test_runner.Test_TextTestRunner)
+PASS: testStdErrLookedUpAtInstantiationTime (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_init (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_locals (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_multiple_inheritance (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_pickle_unpickle (unittest.test.test_runner.Test_TextTestRunner)
+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: testBufferOutputAddErrorOrFailure (unittest.test.test_result.TestOutputBuffering)
PASS: testBufferOutputOff (unittest.test.test_result.TestOutputBuffering)
PASS: testBufferOutputStartTestAddSuccess (unittest.test.test_result.TestOutputBuffering)
@@ -46462,34 +46441,6 @@ 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: testAlmostEqual (unittest.test.test_assertions.TestLongMessage)
PASS: testAssertDictContainsSubset (unittest.test.test_assertions.TestLongMessage)
PASS: testAssertDictEqual (unittest.test.test_assertions.TestLongMessage)
@@ -46525,6 +46476,78 @@ 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_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: testHandlerReplacedButCalled (unittest.test.test_break.TestBreak)
+PASS: testInstallHandler (unittest.test.test_break.TestBreak)
+PASS: testInterruptCaught (unittest.test.test_break.TestBreak)
+PASS: testMainInstallsHandler (unittest.test.test_break.TestBreak)
+PASS: testRegisterResult (unittest.test.test_break.TestBreak)
+PASS: testRemoveHandler (unittest.test.test_break.TestBreak)
+PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreak)
+PASS: testRemoveResult (unittest.test.test_break.TestBreak)
+PASS: testRunner (unittest.test.test_break.TestBreak)
+PASS: testSecondInterrupt (unittest.test.test_break.TestBreak)
+PASS: testTwoResults (unittest.test.test_break.TestBreak)
+PASS: testWeakReferences (unittest.test.test_break.TestBreak)
+PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testInstallHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testInterruptCaught (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRegisterResult (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRemoveHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRemoveResult (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRunner (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testSecondInterrupt (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testTwoResults (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testWeakReferences (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRunner (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testSecondInterrupt (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testTwoResults (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalDefault)
+SKIP: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored'
+PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalIgnored)
+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: testAddTypeEqualityFunc (unittest.test.test_case.Test_TestCase)
PASS: testAssertCountEqual (unittest.test.test_case.Test_TestCase)
PASS: testAssertDictContainsSubset (unittest.test.test_case.Test_TestCase)
@@ -46618,299 +46641,37 @@ 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: testCleanUp (unittest.test.test_runner.TestCleanUp)
-PASS: testCleanUpWithErrors (unittest.test.test_runner.TestCleanUp)
-PASS: testCleanupInRun (unittest.test.test_runner.TestCleanUp)
-PASS: testTestCaseDebugExecutesCleanups (unittest.test.test_runner.TestCleanUp)
-PASS: testBufferAndFailfast (unittest.test.test_runner.Test_TextTestRunner)
-PASS: testRunnerRegistersResult (unittest.test.test_runner.Test_TextTestRunner)
-PASS: testSpecifiedStreamUsed (unittest.test.test_runner.Test_TextTestRunner)
-PASS: testStdErrLookedUpAtInstantiationTime (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_init (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_locals (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_multiple_inheritance (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_pickle_unpickle (unittest.test.test_runner.Test_TextTestRunner)
-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: 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_autospec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_function (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_inherits (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_keywords (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_name (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_with_new (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_with_object (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_create_and_specs (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_falsey_spec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_get_only_proxy (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_get_set_delete_proxy (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_mock_calls_with_patch (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_multiple_patchobject (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_multiple_specs (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_name_preserved (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_nested_patch_failure (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_nested_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_class_decorating (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_create (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_failure (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_incompatible_with_autospec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_incompatible_with_new (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_inherit_for_mocks (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_inherit_non_mock (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_keyword_arguments (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_patch (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_patch_object (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_spec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_not_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_object_lookup_is_quite_lazy (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_builtins_without_create (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_class_acts_with_spec_is_inherited (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_class_attribute (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_class_decorator (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_descriptor (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_class_decorator (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_decorator_resolution (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_keyword_args (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_start_stop (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_test_prefix (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_with_clear (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_with_container_object (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_with_container_object_and_clear (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_with_string (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_imports_lazily (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_keyword_args (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_local (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_create (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_create_mocks (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_create_mocks_different_order (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_create_mocks_patcher (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_decorating_class (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_failure (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_new_callable (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_new_callable_failure (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_no_kwargs (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_spec_set (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_stacked_decorators (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_string_subclasses (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_nested_autospec_repr (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_object_keyword_args (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_object_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_propogrates_exc_on_exit (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_slots (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_spec_set (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_start_stop (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_stopall (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_test_prefix (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_exception (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_spec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_spec_mock_repr (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_static_methods (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_class_decorator (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_start_stop (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_twice (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_default_mock (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_none (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_spec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_single_patchobject (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_spec_set_inherit (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_spec_set_true (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_special_attrs (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_specs_false_instead_of_none (unittest.test.testmock.testpatch.PatchTest)
-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: 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_any (unittest.test.testmock.testhelpers.AnyTest)
-PASS: test_any_and_datetime (unittest.test.testmock.testhelpers.AnyTest)
-PASS: test_any_mock_calls_comparison_order (unittest.test.testmock.testhelpers.AnyTest)
-PASS: test_repr (unittest.test.testmock.testhelpers.AnyTest)
-PASS: test_attribute_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_any (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_list (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_ne (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_non_tuples (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_args (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_args_call_empty_name (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_name (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_empty__Call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_extended_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_extended_not_equal (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_named_call_with_args (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_named_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_named_empty_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_nested_calls_not_equal (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_repr (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_two_args_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_attributes (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_data_descriptor (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_functions_with_self_in_odd_place (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_getattr_partial_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_on_bound_builtin_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_reset_mock (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_basic (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_builtin_functions_types (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_builtins (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_class_with_no_init (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_keyword_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_keyword_only_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_none (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_return_value (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_descriptors (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_function_as_instance_attribute (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_inherit (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_magic_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_method_calls (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_mocking_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_recursive (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_signature_callable (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_signature_class (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_signature_noncallable (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_skip_attributeerrors (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_as_list (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_inheritance_for_classes (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_inspect_signature (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_inspect_signature_annotations (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_set (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_args_list_contains_call_list (unittest.test.testmock.testhelpers.TestCallList)
-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_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_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: 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_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)
@@ -46937,38 +46698,6 @@ PASS: test_with_statement_imbricated (unittest.test.testmock.testwith.WithTest)
PASS: test_with_statement_nested (unittest.test.testmock.testwith.WithTest)
PASS: test_with_statement_same_attribute (unittest.test.testmock.testwith.WithTest)
PASS: test_with_statement_specified (unittest.test.testmock.testwith.WithTest)
-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__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)
@@ -47077,13 +46806,240 @@ 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_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_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: 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_any (unittest.test.testmock.testhelpers.AnyTest)
+PASS: test_any_and_datetime (unittest.test.testmock.testhelpers.AnyTest)
+PASS: test_any_mock_calls_comparison_order (unittest.test.testmock.testhelpers.AnyTest)
+PASS: test_repr (unittest.test.testmock.testhelpers.AnyTest)
+PASS: test_attribute_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_any (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_list (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_ne (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_non_tuples (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_args (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_args_call_empty_name (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_name (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_empty__Call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_extended_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_extended_not_equal (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_named_call_with_args (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_named_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_named_empty_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_nested_calls_not_equal (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_repr (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_two_args_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_attributes (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_data_descriptor (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_functions_with_self_in_odd_place (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_getattr_partial_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_on_bound_builtin_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_reset_mock (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_basic (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_builtin_functions_types (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_builtins (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_class_with_no_init (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_keyword_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_keyword_only_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_none (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_return_value (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_descriptors (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_function_as_instance_attribute (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_inherit (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_magic_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_method_calls (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_mocking_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_recursive (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_signature_callable (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_signature_class (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_signature_noncallable (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_skip_attributeerrors (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_as_list (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_inheritance_for_classes (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_inspect_signature (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_inspect_signature_annotations (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_set (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_args_list_contains_call_list (unittest.test.testmock.testhelpers.TestCallList)
+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_autospec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_function (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_inherits (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_keywords (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_name (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_with_new (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_with_object (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_create_and_specs (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_falsey_spec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_get_only_proxy (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_get_set_delete_proxy (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_mock_calls_with_patch (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_multiple_patchobject (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_multiple_specs (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_name_preserved (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_nested_patch_failure (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_nested_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_class_decorating (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_create (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_failure (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_incompatible_with_autospec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_incompatible_with_new (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_inherit_for_mocks (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_inherit_non_mock (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_keyword_arguments (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_patch (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_patch_object (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_spec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_not_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_object_lookup_is_quite_lazy (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_builtins_without_create (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_class_acts_with_spec_is_inherited (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_class_attribute (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_class_decorator (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_descriptor (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_class_decorator (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_decorator_resolution (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_keyword_args (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_start_stop (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_test_prefix (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_with_clear (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_with_container_object (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_with_container_object_and_clear (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_with_string (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_imports_lazily (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_keyword_args (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_local (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_create (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_create_mocks (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_create_mocks_different_order (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_create_mocks_patcher (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_decorating_class (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_failure (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_new_callable (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_new_callable_failure (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_no_kwargs (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_spec_set (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_stacked_decorators (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_string_subclasses (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_nested_autospec_repr (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_object_keyword_args (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_object_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_propogrates_exc_on_exit (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_slots (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_spec_set (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_start_stop (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_stopall (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_test_prefix (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_exception (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_spec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_spec_mock_repr (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_static_methods (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_class_decorator (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_start_stop (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_twice (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_default_mock (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_none (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_spec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_single_patchobject (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_spec_set_inherit (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_spec_set_true (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_special_attrs (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_specs_false_instead_of_none (unittest.test.testmock.testpatch.PatchTest)
+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)
----------------------------------------------------------------------
-Ran 776 tests in 1.648s
+Ran 776 tests in 2.484s
OK (skipped=3)
-0:00:02 load avg: 0.56 [ 8/416] test_doctest
+0:00:04 load avg: 0.67 [ 8/416] test_doctest
Trying:
runner = DebugRunner(verbose=False)
Expecting nothing
@@ -51165,10 +51121,10 @@ PASS: test_empty_namespace_package (test.test_doctest.TestDocTestFinder)
----------------------------------------------------------------------
-Ran 1 test in 0.006s
+Ran 1 test in 0.021s
OK
-0:00:03 load avg: 0.60 [ 9/416] test_doctest2
+0:00:05 load avg: 0.70 [ 9/416] test_doctest2
Trying:
print('yup') # 1
Expecting:
@@ -51276,7 +51232,7 @@ ok
19 passed and 0 failed.
Test passed.
doctest (test.test_doctest2) ... 19 tests with zero failures
-0:00:03 load avg: 0.60 [ 10/416] test_support
+0:00:05 load avg: 0.70 [ 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)
@@ -51331,10 +51287,10 @@ PASS: test_unload (test.test_support.TestSupport)
----------------------------------------------------------------------
-Ran 42 tests in 2.885s
+Ran 42 tests in 11.736s
OK (skipped=1)
-0:00:06 load avg: 0.60 [ 11/416] test___all__
+0:00:17 load avg: 0.74 [ 11/416] test___all__
test_all (test.test___all__.AllTest) ... __phello__.foo
_bootlocale
_collections_abc
@@ -52904,10 +52860,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 0.767s
+Ran 1 test in 2.321s
OK
-0:00:07 load avg: 0.60 [ 12/416] test___future__
+0:00:19 load avg: 0.74 [ 12/416] test___future__
PASS: test_attributes (test.test___future__.FutureTest)
PASS: test_names (test.test___future__.FutureTest)
@@ -52916,7 +52872,7 @@ PASS: test_names (test.test___future__.FutureTest)
Ran 2 tests in 0.001s
OK
-0:00:07 load avg: 0.60 [ 13/416] test__locale
+0:00:19 load avg: 0.74 [ 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)
@@ -52924,10 +52880,10 @@ PASS: test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.005s
+Ran 4 tests in 0.007s
OK
-0:00:07 load avg: 0.60 [ 14/416] test__opcode
+0:00:19 load avg: 0.74 [ 14/416] test__opcode
PASS: test_stack_effect (test.test__opcode.OpcodeTests)
----------------------------------------------------------------------
@@ -52935,7 +52891,7 @@ PASS: test_stack_effect (test.test__opcode.OpcodeTests)
Ran 1 test in 0.000s
OK
-0:00:07 load avg: 0.60 [ 15/416] test__osx_support
+0:00:20 load avg: 0.74 [ 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'
@@ -52953,10 +52909,10 @@ SKIP: test_get_platform_osx (test.test__osx_support.Test_OSXSupport) 'requires O
----------------------------------------------------------------------
-Ran 14 tests in 0.002s
+Ran 14 tests in 0.003s
OK (skipped=14)
-0:00:07 load avg: 0.60 [ 16/416] test_abc
+0:00:20 load avg: 0.74 [ 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)
@@ -53008,10 +52964,10 @@ PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.Test
----------------------------------------------------------------------
-Ran 48 tests in 0.016s
+Ran 48 tests in 0.023s
OK
-0:00:07 load avg: 0.60 [ 17/416] test_abstract_numbers
+0:00:20 load avg: 0.74 [ 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)
@@ -53021,7 +52977,7 @@ PASS: test_int (test.test_abstract_numbers.TestNumbers)
Ran 3 tests in 0.001s
OK
-0:00:07 load avg: 0.60 [ 18/416] test_aifc
+0:00:20 load avg: 0.76 [ 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)
@@ -53166,10 +53122,10 @@ PASS: test_write_params (test.test_aifc.AifcULAWTest)
----------------------------------------------------------------------
-Ran 141 tests in 0.111s
+Ran 141 tests in 0.147s
OK
-0:00:07 load avg: 0.60 [ 19/416] test_argparse
+0:00:20 load avg: 0.76 [ 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)
@@ -54747,10 +54703,10 @@ PASS: test_help_with_metavar (test.test_argparse.TestWrappingMetavar)
----------------------------------------------------------------------
-Ran 1574 tests in 1.426s
+Ran 1574 tests in 2.297s
OK (skipped=12)
-0:00:09 load avg: 0.63 [ 20/416] test_array
+0:00:22 load avg: 0.76 [ 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)
@@ -55524,12 +55480,12 @@ PASS: test_weakref (test.test_array.UnsignedShortTest)
----------------------------------------------------------------------
-Ran 770 tests in 0.964s
+Ran 770 tests in 1.299s
OK
-0:00:10 load avg: 0.63 [ 21/416] test_asdl_parser
+0:00:24 load avg: 0.76 [ 21/416] test_asdl_parser
test_asdl_parser skipped -- test irrelevant for an installed Python
-0:00:10 load avg: 0.63 [ 22/416] test_ast -- test_asdl_parser skipped
+0:00:24 load avg: 0.76 [ 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)
@@ -55612,10 +55568,10 @@ PASS: test_values (test.test_ast.ConstantTests)
----------------------------------------------------------------------
-Ran 79 tests in 1.048s
+Ran 79 tests in 1.572s
OK
-0:00:11 load avg: 0.63 [ 23/416] test_asyncgen
+0:00:25 load avg: 0.78 [ 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)
@@ -55661,10 +55617,10 @@ PASS: test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest)
----------------------------------------------------------------------
-Ran 42 tests in 1.155s
+Ran 42 tests in 1.173s
OK
-0:00:12 load avg: 0.63 [ 24/416] test_asynchat
+0:00:27 load avg: 0.78 [ 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)
@@ -55693,10 +55649,10 @@ PASS: test_disallow_negative_terminator (test.test_asynchat.TestNotConnected)
----------------------------------------------------------------------
-Ran 25 tests in 1.990s
+Ran 25 tests in 1.977s
OK
-0:00:14 load avg: 0.66 [ 25/416] test_asyncio
+0:00:29 load avg: 0.78 [ 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)
@@ -56597,21 +56553,6 @@ PASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.Selecto
PASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
PASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
FAIL: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
-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/selectors.py", line 72, in __getitem__
- return self._selector._fd_to_key[fd]
-KeyError: 15
-
-During handling of the above exception, another exception occurred:
-
-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_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)
@@ -56624,6 +56565,14 @@ 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)
@@ -57790,10 +57739,10 @@ concurrent.futures._base.TimeoutError
----------------------------------------------------------------------
-Ran 2031 tests in 113.350s
+Ran 2031 tests in 110.271s
FAILED (errors=1, skipped=34)
-0:02:08 load avg: 0.58 [ 26/416/1] test_asyncore -- test_asyncio failed in 1 min 53 sec
+0:02:24 load avg: 0.52 [ 26/416/1] test_asyncore -- test_asyncio failed in 1 min 55 sec
PASS: test_basic (test.test_asyncore.DispatcherTests)
PASS: test_log (test.test_asyncore.DispatcherTests)
PASS: test_log_info (test.test_asyncore.DispatcherTests)
@@ -57898,10 +57847,10 @@ SKIP: test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not
----------------------------------------------------------------------
-Ran 101 tests in 1.972s
+Ran 101 tests in 1.897s
OK (skipped=8)
-0:02:10 load avg: 0.53 [ 27/416/1] test_atexit
+0:02:26 load avg: 0.55 [ 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)
@@ -57920,10 +57869,10 @@ PASS: test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.175s
+Ran 15 tests in 0.287s
OK
-0:02:10 load avg: 0.53 [ 28/416/1] test_audioop
+0:02:27 load avg: 0.55 [ 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)
@@ -57958,10 +57907,10 @@ PASS: test_wrongsize (test.test_audioop.TestAudioop)
----------------------------------------------------------------------
-Ran 31 tests in 0.018s
+Ran 31 tests in 0.016s
OK
-0:02:10 load avg: 0.53 [ 29/416/1] test_augassign
+0:02:28 load avg: 0.55 [ 29/416/1] test_augassign
PASS: testBasic (test.test_augassign.AugAssignTest)
PASS: testCustomMethods1 (test.test_augassign.AugAssignTest)
PASS: testCustomMethods2 (test.test_augassign.AugAssignTest)
@@ -57972,10 +57921,10 @@ PASS: test_with_unpacking (test.test_augassign.AugAssignTest)
----------------------------------------------------------------------
-Ran 7 tests in 0.002s
+Ran 7 tests in 0.003s
OK
-0:02:10 load avg: 0.53 [ 30/416/1] test_base64
+0:02:28 load avg: 0.55 [ 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)
@@ -58009,10 +57958,10 @@ PASS: test_encode_from_stdin (test.test_base64.TestMain)
----------------------------------------------------------------------
-Ran 30 tests in 0.212s
+Ran 30 tests in 0.222s
OK
-0:02:10 load avg: 0.53 [ 31/416/1] test_baseexception
+0:02:28 load avg: 0.55 [ 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)
@@ -58026,10 +57975,10 @@ PASS: test_raise_string (test.test_baseexception.UsageTests)
----------------------------------------------------------------------
-Ran 10 tests in 0.004s
+Ran 10 tests in 0.009s
OK
-0:02:11 load avg: 0.53 [ 32/416/1] test_bdb
+0:02:28 load avg: 0.55 [ 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)
@@ -58064,10 +58013,10 @@ PASS: test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase)
----------------------------------------------------------------------
-Ran 31 tests in 0.068s
+Ran 31 tests in 0.070s
OK
-0:02:11 load avg: 0.53 [ 33/416/1] test_bigaddrspace
+0:02:30 load avg: 0.59 [ 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'
@@ -58077,10 +58026,10 @@ SKIP: test_repeat (test.test_bigaddrspace.StrTest) 'not enough memory: 858993459
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.003s
OK (skipped=6)
-0:02:11 load avg: 0.53 [ 34/416/1] test_bigmem
+0:02:30 load avg: 0.59 [ 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)
@@ -58248,10 +58197,10 @@ PASS: test_sort (test.test_bigmem.ListTest)
----------------------------------------------------------------------
-Ran 164 tests in 0.045s
+Ran 164 tests in 0.095s
OK
-0:02:11 load avg: 0.53 [ 35/416/1] test_binascii
+0:02:30 load avg: 0.59 [ 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)
@@ -58323,19 +58272,19 @@ PASS: test_uu (test.test_binascii.MemoryviewBinASCIITest)
----------------------------------------------------------------------
-Ran 68 tests in 0.019s
+Ran 68 tests in 0.033s
OK
-0:02:11 load avg: 0.53 [ 36/416/1] test_binhex
+0:02:31 load avg: 0.59 [ 36/416/1] test_binhex
PASS: test_binhex (test.test_binhex.BinHexTestCase)
PASS: test_binhex_error_on_long_filename (test.test_binhex.BinHexTestCase)
----------------------------------------------------------------------
-Ran 2 tests in 0.001s
+Ran 2 tests in 0.002s
OK
-0:02:11 load avg: 0.53 [ 37/416/1] test_binop
+0:02:31 load avg: 0.59 [ 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)
@@ -58351,10 +58300,10 @@ PASS: test_true_div (test.test_binop.RatTestCase)
----------------------------------------------------------------------
-Ran 12 tests in 0.003s
+Ran 12 tests in 0.010s
OK
-0:02:11 load avg: 0.53 [ 38/416/1] test_bisect
+0:02:31 load avg: 0.59 [ 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)
@@ -58394,10 +58343,10 @@ PASS: test_vsBuiltinSort (test.test_bisect.TestInsortPython)
----------------------------------------------------------------------
-Ran 36 tests in 0.023s
+Ran 36 tests in 0.043s
OK
-0:02:11 load avg: 0.53 [ 39/416/1] test_bool
+0:02:32 load avg: 0.59 [ 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)
@@ -58429,10 +58378,10 @@ PASS: test_types (test.test_bool.BoolTest)
----------------------------------------------------------------------
-Ran 28 tests in 0.005s
+Ran 28 tests in 0.013s
OK
-0:02:11 load avg: 0.53 [ 40/416/1] test_buffer
+0:02:33 load avg: 0.59 [ 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)
@@ -58508,10 +58457,10 @@ PASS: test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol)
----------------------------------------------------------------------
-Ran 72 tests in 5.284s
+Ran 72 tests in 12.059s
OK
-0:02:16 load avg: 0.57 [ 41/416/1] test_bufio
+0:02:45 load avg: 0.68 [ 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)
@@ -58519,10 +58468,10 @@ PASS: test_primepat (test.test_bufio.PyBufferSizeTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.484s
+Ran 4 tests in 0.607s
OK
-0:02:17 load avg: 0.57 [ 42/416/1] test_bytes
+0:02:46 load avg: 0.68 [ 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)
@@ -58783,10 +58732,10 @@ PASS: test_xjust_int_error (test.test_bytes.BytesTest)
----------------------------------------------------------------------
-Ran 257 tests in 1.145s
+Ran 257 tests in 3.604s
OK (skipped=5)
-0:02:18 load avg: 0.60 [ 43/416/1] test_bz2
+0:02:50 load avg: 0.68 [ 43/416/1] test_bz2
PASS: testAppend (test.test_bz2.BZ2FileTest)
PASS: testBadArgs (test.test_bz2.BZ2FileTest)
PASS: testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest)
@@ -58886,10 +58835,10 @@ PASS: test_x_mode (test.test_bz2.OpenTest)
----------------------------------------------------------------------
-Ran 95 tests in 2.950s
+Ran 95 tests in 4.180s
OK (skipped=1)
-0:02:21 load avg: 0.60 [ 44/416/1] test_c_locale_coercion
+0:02:54 load avg: 0.71 [ 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)
@@ -58900,10 +58849,10 @@ PASS: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCo
----------------------------------------------------------------------
-Ran 6 tests in 1.227s
+Ran 6 tests in 1.656s
OK (skipped=2)
-0:02:22 load avg: 0.60 [ 45/416/1] test_calendar
+0:02:56 load avg: 0.73 [ 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)
@@ -58975,10 +58924,10 @@ PASS: test_timegm (test.test_calendar.TimegmTestCase)
----------------------------------------------------------------------
-Ran 68 tests in 1.495s
+Ran 68 tests in 2.094s
OK
-0:02:24 load avg: 0.64 [ 46/416/1] test_call
+0:02:58 load avg: 0.73 [ 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)
@@ -59041,10 +58990,10 @@ PASS: test_kwargs_order (test.test_call.FunctionCalls)
----------------------------------------------------------------------
-Ran 59 tests in 0.015s
+Ran 59 tests in 0.023s
OK
-0:02:24 load avg: 0.64 [ 47/416/1] test_capi
+0:02:58 load avg: 0.73 [ 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)
@@ -59117,10 +59066,10 @@ PASS: test_xincref_doesnt_leak (test.test_capi.Test_testcapi)
----------------------------------------------------------------------
-Ran 68 tests in 3.075s
+Ran 68 tests in 3.599s
OK (skipped=4)
-0:02:27 load avg: 0.64 [ 48/416/1] test_cgi
+0:03:02 load avg: 0.67 [ 48/416/1] test_cgi
PASS: testQSAndFormData (test.test_cgi.CgiTests)
PASS: testQSAndFormDataFile (test.test_cgi.CgiTests)
PASS: testQSAndUrlEncode (test.test_cgi.CgiTests)
@@ -59147,10 +59096,10 @@ PASS: test_strict (test.test_cgi.CgiTests)
----------------------------------------------------------------------
-Ran 23 tests in 0.026s
+Ran 23 tests in 0.024s
OK
-0:02:27 load avg: 0.64 [ 49/416/1] test_cgitb
+0:03:02 load avg: 0.67 [ 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)
@@ -59160,10 +59109,10 @@ PASS: test_text (test.test_cgitb.TestCgitb)
----------------------------------------------------------------------
-Ran 6 tests in 0.229s
+Ran 6 tests in 0.248s
OK
-0:02:28 load avg: 0.64 [ 50/416/1] test_charmapcodec
+0:03:02 load avg: 0.67 [ 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)
@@ -59171,10 +59120,10 @@ PASS: test_maptoundefined (test.test_charmapcodec.CharmapCodecTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.002s
+Ran 4 tests in 0.633s
OK
-0:02:28 load avg: 0.64 [ 51/416/1] test_class
+0:03:03 load avg: 0.67 [ 51/416/1] test_class
PASS: testBadTypeReturned (test.test_class.ClassTests)
PASS: testBinaryOps (test.test_class.ClassTests)
PASS: testConstructorErrorMessages (test.test_class.ClassTests)
@@ -59196,9 +59145,9 @@ PASS: testUnaryOps (test.test_class.ClassTests)
Ran 15 tests in 0.019s
OK
-0:02:28 load avg: 0.66 [ 52/416/1] test_clinic
+0:03:03 load avg: 0.67 [ 52/416/1] test_clinic
test_clinic skipped -- '/usr/lib/Tools/clinic' path does not exist
-0:02:28 load avg: 0.66 [ 53/416/1] test_cmath -- test_clinic skipped
+0:03:03 load avg: 0.67 [ 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"
@@ -59234,10 +59183,10 @@ PASS: test_zero_tolerance (test.test_cmath.IsCloseTests)
----------------------------------------------------------------------
-Ran 32 tests in 0.046s
+Ran 32 tests in 0.073s
OK (skipped=1)
-0:02:28 load avg: 0.66 [ 54/416/1] test_cmd
+0:03:03 load avg: 0.67 [ 54/416/1] test_cmd
Trying:
mycmd = samplecmdclass()
Expecting nothing
@@ -59460,7 +59409,7 @@ PASS: test_input_reset_at_EOF (test.test_cmd.TestAlternateInput)
Ran 2 tests in 0.004s
OK
-0:02:28 load avg: 0.66 [ 55/416/1] test_cmd_line
+0:03:03 load avg: 0.67 [ 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)
@@ -59506,10 +59455,10 @@ PASS: test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest)
----------------------------------------------------------------------
-Ran 42 tests in 1.563s
+Ran 42 tests in 2.159s
OK (skipped=2)
-0:02:30 load avg: 0.66 [ 56/416/1] test_cmd_line_script
+0:03:06 load avg: 0.70 [ 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)
@@ -59550,10 +59499,10 @@ PASS: test_zipfile_error (test.test_cmd_line_script.CmdLineTest)
----------------------------------------------------------------------
-Ran 37 tests in 2.013s
+Ran 37 tests in 2.890s
OK
-0:02:32 load avg: 0.66 [ 57/416/1] test_code
+0:03:09 load avg: 0.70 [ 57/416/1] test_code
Trying:
def f(x):
def g(y):
@@ -59723,10 +59672,10 @@ PASS: test_get_set (test.test_code.CoExtra)
----------------------------------------------------------------------
-Ran 13 tests in 0.006s
+Ran 13 tests in 0.009s
OK
-0:02:32 load avg: 0.66 [ 58/416/1] test_code_module
+0:03:09 load avg: 0.70 [ 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)
@@ -59739,10 +59688,10 @@ PASS: test_sysexcepthook (test.test_code_module.TestInteractiveConsole)
----------------------------------------------------------------------
-Ran 9 tests in 0.029s
+Ran 9 tests in 0.044s
OK
-0:02:32 load avg: 0.66 [ 59/416/1] test_codeccallbacks
+0:03:09 load avg: 0.70 [ 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)
@@ -59781,10 +59730,10 @@ PASS: test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest)
----------------------------------------------------------------------
-Ran 35 tests in 0.021s
+Ran 35 tests in 0.069s
OK
-0:02:32 load avg: 0.66 [ 60/416/1] test_codecencodings_cn
+0:03:09 load avg: 0.70 [ 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)
@@ -59860,10 +59809,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ)
----------------------------------------------------------------------
-Ran 72 tests in 0.143s
+Ran 72 tests in 0.382s
OK (skipped=2)
-0:02:32 load avg: 0.66 [ 61/416/1] test_codecencodings_hk
+0:03:10 load avg: 0.70 [ 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)
@@ -59885,10 +59834,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS)
----------------------------------------------------------------------
-Ran 18 tests in 0.009s
+Ran 18 tests in 0.043s
OK
-0:02:32 load avg: 0.66 [ 62/416/1] test_codecencodings_iso2022
+0:03:10 load avg: 0.70 [ 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)
@@ -59946,10 +59895,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR)
----------------------------------------------------------------------
-Ran 54 tests in 0.140s
+Ran 54 tests in 0.342s
OK (skipped=1)
-0:02:32 load avg: 0.66 [ 63/416/1] test_codecencodings_jp
+0:03:10 load avg: 0.72 [ 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)
@@ -60079,10 +60028,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT)
----------------------------------------------------------------------
-Ran 126 tests in 0.355s
+Ran 126 tests in 0.850s
OK
-0:02:33 load avg: 0.66 [ 64/416/1] test_codecencodings_kr
+0:03:11 load avg: 0.72 [ 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)
@@ -60140,10 +60089,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB)
----------------------------------------------------------------------
-Ran 54 tests in 0.085s
+Ran 54 tests in 0.209s
OK
-0:02:33 load avg: 0.69 [ 65/416/1] test_codecencodings_tw
+0:03:11 load avg: 0.72 [ 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)
@@ -60165,10 +60114,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
-Ran 18 tests in 0.032s
+Ran 18 tests in 0.073s
OK
-0:02:33 load avg: 0.69 [ 66/416/1] test_codecmaps_cn
+0:03:11 load avg: 0.72 [ 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"
@@ -60181,10 +60130,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap) "Use of the
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.004s
OK (skipped=9)
-0:02:33 load avg: 0.69 [ 67/416/1] test_codecmaps_hk
+0:03:12 load avg: 0.72 [ 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"
@@ -60194,7 +60143,7 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use o
Ran 3 tests in 0.001s
OK (skipped=3)
-0:02:33 load avg: 0.69 [ 68/416/1] test_codecmaps_jp
+0:03:12 load avg: 0.72 [ 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"
@@ -60213,10 +60162,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map) "Use o
----------------------------------------------------------------------
-Ran 15 tests in 0.004s
+Ran 15 tests in 0.007s
OK (skipped=15)
-0:02:33 load avg: 0.69 [ 69/416/1] test_codecmaps_kr
+0:03:12 load avg: 0.72 [ 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"
@@ -60229,10 +60178,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap) "Use of th
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.003s
OK (skipped=9)
-0:02:33 load avg: 0.69 [ 70/416/1] test_codecmaps_tw
+0:03:12 load avg: 0.72 [ 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"
@@ -60245,7 +60194,7 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map) "Use of th
Ran 6 tests in 0.002s
OK (skipped=6)
-0:02:33 load avg: 0.69 [ 71/416/1] test_codecs
+0:03:12 load avg: 0.72 [ 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)
@@ -60478,10 +60427,10 @@ PASS: test_streamreaderwriter (test.test_codecs.WithStmtTest)
----------------------------------------------------------------------
-Ran 228 tests in 0.784s
+Ran 228 tests in 1.733s
OK (skipped=19)
-0:02:34 load avg: 0.69 [ 72/416/1] test_codeop
+0:03:14 load avg: 0.72 [ 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)
@@ -60489,10 +60438,10 @@ PASS: test_valid (test.test_codeop.CodeopTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.006s
+Ran 4 tests in 0.014s
OK
-0:02:34 load avg: 0.69 [ 73/416/1] test_collections
+0:03:14 load avg: 0.72 [ 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)
@@ -60602,7 +60551,7 @@ PASS: test_str_protocol (test.test_collections.TestUserObjects)
----------------------------------------------------------------------
-Ran 90 tests in 0.351s
+Ran 90 tests in 0.685s
OK
Trying:
@@ -61141,7 +61090,7 @@ ok
66 passed and 0 failed.
Test passed.
doctest (collections) ... 66 tests with zero failures
-0:02:35 load avg: 0.69 [ 74/416/1] test_colorsys
+0:03:15 load avg: 0.72 [ 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)
@@ -61151,10 +61100,10 @@ PASS: test_yiq_values (test.test_colorsys.ColorsysTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.005s
+Ran 6 tests in 0.012s
OK
-0:02:35 load avg: 0.69 [ 75/416/1] test_compare
+0:03:15 load avg: 0.72 [ 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)
@@ -61168,10 +61117,10 @@ PASS: No default delegation between operations except __ne__()
----------------------------------------------------------------------
-Ran 7 tests in 0.002s
+Ran 7 tests in 0.004s
OK
-0:02:35 load avg: 0.69 [ 76/416/1] test_compile
+0:03:15 load avg: 0.75 [ 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)
@@ -61248,10 +61197,10 @@ PASS: test_with (test.test_compile.TestStackSizeStability)
----------------------------------------------------------------------
-Ran 72 tests in 1.563s
+Ran 72 tests in 1.622s
OK
-0:02:36 load avg: 0.69 [ 77/416/1] test_compileall
+0:03:16 load avg: 0.75 [ 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)
@@ -61336,10 +61285,10 @@ PASS: test_error (test.test_compileall.EncodingTest)
----------------------------------------------------------------------
-Ran 81 tests in 4.122s
+Ran 81 tests in 7.948s
OK (skipped=2)
-0:02:41 load avg: 0.72 [ 78/416/1] test_complex
+0:03:26 load avg: 0.86 [ 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)
@@ -61367,10 +61316,10 @@ PASS: test_underscores (test.test_complex.ComplexTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.107s
+Ran 24 tests in 0.191s
OK
-0:02:41 load avg: 0.72 [ 79/416/1] test_concurrent_futures
+0:03:26 load avg: 0.86 [ 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)
@@ -61388,119 +61337,119 @@ 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.18s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.18s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.17s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.16s ok
-test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.16s ok
-test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.39s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.27s 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.17s ok
-test_map_timeout (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 6.17s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.21s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_traceback (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.06s ok
-test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.05s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.06s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.31s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.05s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.14s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.14s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.14s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.14s ok
+test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.14s ok
+test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.29s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.25s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkFailingInitializerTest) ... 0.12s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkInitializerTest) ... 0.12s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.13s ok
+test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_map_timeout (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 6.15s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.03s ok
+test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.03s ok
+test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.05s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.23s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.03s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.13s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 0.15s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.67s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.68s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.18s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 2.19s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.67s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.17s ok
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.39s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.23s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.23s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.38s 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.64s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.64s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.14s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 2.15s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.65s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.15s 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.18s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.29s ok
test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.19s ok
-test_crash (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 1.33s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.42s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.30s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.29s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.58s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
-test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.25s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s ok
-test_map_timeout (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 6.24s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.33s 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.23s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.32s ok
-test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.31s ok
-test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.05s ok
-test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.04s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.11s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.56s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.26s ok
+test_crash (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 1.13s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.37s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.25s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.24s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.45s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
+test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
+test_map_timeout (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 6.19s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.23s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.26s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
+test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s 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.10s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.42s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.24s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.32s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 0.28s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.71s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.74s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 3.25s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 2.24s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.75s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.25s ok
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.67s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.62s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.63s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.76s ok
-test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.62s ok
-test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 2.78s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.73s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.38s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.43s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.98s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.54s ok
-test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.66s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.62s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.65s ok
-test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.63s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.61s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.71s ok
-test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.79s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.60s ok
-test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.61s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.67s ok
-test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.67s ok
-test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.05s ok
-test_del_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.04s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.51s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.79s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.64s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.30s 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.69s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 3.19s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 2.19s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.69s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.20s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.56s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.56s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.56s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.67s ok
+test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.57s ok
+test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 3.25s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.88s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.40s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.40s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.86s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.52s ok
+test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.57s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
+test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.57s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.60s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.62s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.72s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
+test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.62s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.62s ok
+test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.04s ok
+test_del_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.03s ok
+test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.48s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.71s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.63s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.46s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.52s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.00s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.12s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.64s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.62s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.14s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.64s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.58s ok
+test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.61s ok
+test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.08s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.07s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.58s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.57s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.07s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.58s 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_duplicate_futures (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.10s ok
test_free_reference_yielded_future (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok
test_no_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok
-test_zero_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.10s ok
+test_zero_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.11s ok
test_default_workers (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_free_reference (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_map (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
@@ -61513,14 +61462,14 @@ test_no_stale_references (test.test_concurrent_futures.ThreadPoolExecutorTest) .
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.11s ok
+test_initializer (test.test_concurrent_futures.ThreadPoolFailingInitializerTest) ... 0.10s 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.20s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.15s ok
test_run_after_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.07s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.05s 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
@@ -61535,10 +61484,10 @@ test_timeout (test.test_concurrent_futures.ThreadPoolWaitTests) ... 6.11s ok
----------------------------------------------------------------------
-Ran 160 tests in 155.623s
+Ran 160 tests in 151.746s
OK
-0:05:17 load avg: 0.92 [ 80/416/1] test_configparser -- test_concurrent_futures passed in 2 min 35 sec
+0:05:58 load avg: 0.63 [ 80/416/1] test_configparser -- test_concurrent_futures passed in 2 min 31 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)
@@ -61893,10 +61842,10 @@ PASS: test_write (test.test_configparser.StrictTestCase)
----------------------------------------------------------------------
-Ran 341 tests in 0.627s
+Ran 341 tests in 0.738s
OK (skipped=5)
-0:05:17 load avg: 0.92 [ 81/416/1] test_contains
+0:05:59 load avg: 0.63 [ 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)
@@ -61907,7 +61856,7 @@ PASS: test_nonreflexive (test.test_contains.TestContains)
Ran 4 tests in 0.001s
OK
-0:05:17 load avg: 0.92 [ 82/416/1] test_context
+0:05:59 load avg: 0.63 [ 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)
@@ -61954,10 +61903,10 @@ PASS: test_hashkey_helper_1 (test.test_context.HamtTest)
----------------------------------------------------------------------
-Ran 43 tests in 1.466s
+Ran 43 tests in 1.843s
OK
-0:05:19 load avg: 0.92 [ 83/416/1] test_contextlib
+0:06:01 load avg: 0.66 [ 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)
@@ -62039,10 +61988,10 @@ PASS: test_other_exception (test.test_contextlib.TestSuppress)
----------------------------------------------------------------------
-Ran 78 tests in 0.045s
+Ran 78 tests in 0.064s
OK
-0:05:19 load avg: 0.92 [ 84/416/1] test_contextlib_async
+0:06:01 load avg: 0.66 [ 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)
@@ -62090,10 +62039,10 @@ PASS: test_push (test.test_contextlib_async.TestAsyncExitStack)
----------------------------------------------------------------------
-Ran 40 tests in 0.050s
+Ran 40 tests in 0.071s
OK
-0:05:19 load avg: 0.92 [ 85/416/1] test_copy
+0:06:01 load avg: 0.66 [ 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)
@@ -62172,10 +62121,10 @@ PASS: test_reduce_5tuple (test.test_copy.TestCopy)
----------------------------------------------------------------------
-Ran 75 tests in 0.016s
+Ran 75 tests in 0.024s
OK
-0:05:19 load avg: 0.92 [ 86/416/1] test_copyreg
+0:06:01 load avg: 0.66 [ 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)
@@ -62185,10 +62134,10 @@ PASS: test_slotnames (test.test_copyreg.CopyRegTestCase)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.002s
OK
-0:05:19 load avg: 0.92 [ 87/416/1] test_coroutines
+0:06:01 load avg: 0.66 [ 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)
@@ -62286,10 +62235,10 @@ PASS: test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarn
----------------------------------------------------------------------
-Ran 94 tests in 0.510s
+Ran 94 tests in 0.604s
OK
-0:05:20 load avg: 0.92 [ 88/416/1] test_cprofile
+0:06:02 load avg: 0.66 [ 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)
@@ -62300,10 +62249,10 @@ PASS: test_sort (test.test_cprofile.TestCommandLine)
----------------------------------------------------------------------
-Ran 7 tests in 0.166s
+Ran 7 tests in 0.228s
OK
-0:05:20 load avg: 0.92 [ 89/416/1] test_crashers
+0:06:02 load avg: 0.66 [ 89/416/1] test_crashers
SKIP: test_crashers_crash (test.test_crashers.CrasherTest) 'these tests are too fragile'
----------------------------------------------------------------------
@@ -62311,7 +62260,7 @@ SKIP: test_crashers_crash (test.test_crashers.CrasherTest) 'these tests are too
Ran 1 test in 0.000s
OK (skipped=1)
-0:05:20 load avg: 0.92 [ 90/416/1] test_crypt
+0:06:02 load avg: 0.66 [ 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)
@@ -62322,10 +62271,10 @@ PASS: test_sha2_rounds (test.test_crypt.CryptTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 1.137s
+Ran 7 tests in 1.566s
OK
-0:05:21 load avg: 0.92 [ 91/416/1] test_csv
+0:06:04 load avg: 0.66 [ 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)
@@ -62435,10 +62384,10 @@ PASS: test_writerows_with_none (test.test_csv.Test_Csv)
----------------------------------------------------------------------
-Ran 106 tests in 0.077s
+Ran 106 tests in 0.103s
OK (skipped=4)
-0:05:21 load avg: 0.92 [ 92/416/1] test_ctypes
+0:06:04 load avg: 0.66 [ 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)
@@ -62988,12 +62937,12 @@ SKIP: test_variant_bool (ctypes.test.test_wintypes.WinTypesTest) 'Windows-only t
----------------------------------------------------------------------
-Ran 472 tests in 0.743s
+Ran 472 tests in 1.382s
OK (skipped=87)
-0:05:22 load avg: 0.92 [ 93/416/1] test_curses
+0:06:06 load avg: 0.77 [ 93/416/1] test_curses
test_curses skipped -- Use of the 'curses' resource not enabled
-0:05:22 load avg: 0.92 [ 94/416/1] test_dataclasses -- test_curses skipped (resource denied)
+0:06:06 load avg: 0.77 [ 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)
@@ -63159,10 +63108,10 @@ PASS: test_isnt_initvar (test.test_dataclasses.TestStringAnnotations)
----------------------------------------------------------------------
-Ran 162 tests in 0.180s
+Ran 162 tests in 0.366s
OK
-0:05:23 load avg: 0.92 [ 95/416/1] test_datetime
+0:06:07 load avg: 0.77 [ 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'
@@ -64048,10 +63997,10 @@ PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast)
----------------------------------------------------------------------
-Ran 882 tests in 4.566s
+Ran 882 tests in 5.856s
OK (skipped=16)
-0:05:27 load avg: 0.93 [ 96/416/1] test_dbm
+0:06:13 load avg: 0.79 [ 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)
@@ -64076,10 +64025,10 @@ PASS: test_error (test.test_dbm.TestCase-dbm.dumb)
----------------------------------------------------------------------
-Ran 21 tests in 0.028s
+Ran 21 tests in 0.026s
OK
-0:05:27 load avg: 0.93 [ 97/416/1] test_dbm_dumb
+0:06:13 load avg: 0.79 [ 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)
@@ -64104,12 +64053,12 @@ PASS: test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase)
----------------------------------------------------------------------
-Ran 21 tests in 0.129s
+Ran 21 tests in 0.122s
OK
-0:05:28 load avg: 0.93 [ 98/416/1] test_dbm_gnu
+0:06:13 load avg: 0.79 [ 98/416/1] test_dbm_gnu
test_dbm_gnu skipped -- No module named '_gdbm'
-0:05:28 load avg: 0.93 [ 99/416/1] test_dbm_ndbm -- test_dbm_gnu skipped
+0:06:13 load avg: 0.79 [ 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)
@@ -64120,10 +64069,10 @@ PASS: test_unicode (test.test_dbm_ndbm.DbmTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 0.004s
+Ran 7 tests in 0.005s
OK
-0:05:28 load avg: 0.93 [100/416/1] test_decimal
+0:06:13 load avg: 0.79 [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)
@@ -64758,7 +64707,7 @@ PASS: test_xor (test.test_decimal.PyIBMTestCases)
----------------------------------------------------------------------
-Ran 631 tests in 3.584s
+Ran 631 tests in 6.517s
OK (skipped=9)
Trying:
@@ -67750,7 +67699,7 @@ ok
507 passed and 0 failed.
Test passed.
doctest (decimal) ... 507 tests with zero failures
-0:05:32 load avg: 1.10 [101/416/1] test_decorators
+0:06:20 load avg: 0.90 [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)
@@ -67767,10 +67716,10 @@ PASS: test_staticmethod_function (test.test_decorators.TestDecorators)
----------------------------------------------------------------------
-Ran 13 tests in 0.003s
+Ran 13 tests in 0.007s
OK
-0:05:32 load avg: 1.10 [102/416/1] test_defaultdict
+0:06:20 load avg: 0.90 [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)
@@ -67785,10 +67734,10 @@ PASS: test_shallow_copy (test.test_defaultdict.TestDefaultDict)
----------------------------------------------------------------------
-Ran 11 tests in 0.008s
+Ran 11 tests in 0.006s
OK
-0:05:32 load avg: 1.10 [103/416/1] test_deque
+0:06:20 load avg: 0.90 [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)
@@ -67870,7 +67819,7 @@ PASS: test_truth (test.test_deque.TestSequence)
----------------------------------------------------------------------
-Ran 78 tests in 1.797s
+Ran 78 tests in 2.648s
OK (skipped=1)
Trying:
@@ -68136,7 +68085,7 @@ ok
32 passed and 0 failed.
Test passed.
doctest (test.test_deque) ... 32 tests with zero failures
-0:05:34 load avg: 1.09 [104/416/1] test_descr
+0:06:23 load avg: 0.90 [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)
@@ -68277,10 +68226,10 @@ PASS: test_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest)
----------------------------------------------------------------------
-Ran 137 tests in 1.116s
+Ran 137 tests in 1.440s
OK (skipped=2, expected failures=2)
-0:05:35 load avg: 1.09 [105/416/1] test_descrtut
+0:06:25 load avg: 0.90 [105/416/1] test_descrtut
Trying:
print(defaultdict) # show our type
Expecting:
@@ -68854,9 +68803,9 @@ ok
94 passed and 0 failed.
Test passed.
doctest (test.test_descrtut) ... 94 tests with zero failures
-0:05:35 load avg: 1.09 [106/416/1] test_devpoll
+0:06:25 load avg: 0.90 [106/416/1] test_devpoll
test_devpoll skipped -- test works only on Solaris OS family
-0:05:35 load avg: 1.09 [107/416/1] test_dict_version -- test_devpoll skipped
+0:06:25 load avg: 0.91 [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)
@@ -68882,10 +68831,10 @@ PASS: test_update (test.test_dict_version.DictVersionTests)
----------------------------------------------------------------------
-Ran 22 tests in 0.004s
+Ran 22 tests in 0.008s
OK
-0:05:35 load avg: 1.09 [108/416/1] test_dictcomps
+0:06:25 load avg: 0.91 [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)
@@ -68895,10 +68844,10 @@ PASS: test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTes
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.003s
OK
-0:05:35 load avg: 1.09 [109/416/1] test_dictviews
+0:06:25 load avg: 0.91 [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)
@@ -68916,10 +68865,10 @@ PASS: test_recursive_repr (test.test_dictviews.DictSetTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.004s
+Ran 14 tests in 0.008s
OK
-0:05:35 load avg: 1.09 [110/416/1] test_difflib
+0:06:25 load avg: 0.91 [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)
@@ -68993,10 +68942,10 @@ PASS: Doctest: difflib.unified_diff
----------------------------------------------------------------------
-Ran 49 tests in 0.479s
+Ran 49 tests in 0.943s
OK
-0:05:36 load avg: 1.09 [111/416/1] test_dis
+0:06:26 load avg: 0.91 [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)
@@ -69066,57 +69015,48 @@ PASS: test_outer (test.test_dis.InstructionTests)
----------------------------------------------------------------------
-Ran 66 tests in 0.364s
+Ran 66 tests in 0.677s
OK
-0:05:36 load avg: 1.09 [112/416/1] test_distutils
-PASS: test_non_ascii (distutils.tests.test_log.TestLog)
+0:06:27 load avg: 0.91 [112/416/1] test_distutils
+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_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
+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)
+PASS: test_command_packages_unspecified (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_empty_options (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_finalize_options (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_find_config_files_disable (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_get_command_packages (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_venv_install_options (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_classifier (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_classifier_invalid_type (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_custom_pydistutils (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_download_url (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_fix_help_options (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_keywords (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_keywords_invalid_type (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_long_description (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_obsoletes (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_obsoletes_illegal (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_obsoletes_to_list (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_platforms (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_platforms_invalid_types (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_provides (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_provides_illegal (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_read_metadata (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_requires (distutils.tests.test_dist.MetadataTestCase)
+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_formats (distutils.tests.test_bdist.BuildTestCase)
PASS: test_skip_build (distutils.tests.test_bdist.BuildTestCase)
-PASS: test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
-PASS: test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
-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_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_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_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_simple_run (distutils.tests.test_install_data.InstallDataTestCase)
-PASS: test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
-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_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_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_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_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)
@@ -69132,32 +69072,13 @@ 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)
-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_class (distutils.tests.test_text_file.TextFileTestCase)
-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'
-SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows'
-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_finalize_options (distutils.tests.test_build.BuildTestCase)
-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_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)
+PASS: test_home_installation_scheme (distutils.tests.test_install.InstallTestCase)
+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)
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)
@@ -69170,37 +69091,41 @@ 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_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)
-PASS: test_make_archive_bztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_cwd (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_gztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_owner_group (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_bzip2 (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_extended (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_gzip (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_latin1 (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_xz (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-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_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)
-PASS: test_home_installation_scheme (distutils.tests.test_install.InstallTestCase)
-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)
-PASS: test_extension_init (distutils.tests.test_extension.ExtensionTestCase)
-PASS: test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase)
-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_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)
+PASS: test_convert_path (distutils.tests.test_util.UtilTestCase)
+PASS: test_dont_write_bytecode (distutils.tests.test_util.UtilTestCase)
+PASS: test_get_platform (distutils.tests.test_util.UtilTestCase)
+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_simple_run (distutils.tests.test_clean.cleanTestCase)
+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_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_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_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_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)
@@ -69208,9 +69133,41 @@ 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_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase)
PASS: test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase)
PASS: test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase)
+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_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase)
+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_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_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)
@@ -69237,96 +69194,88 @@ PASS: test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTest
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_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
+SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows'
+PASS: test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase)
+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_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_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_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)
-PASS: test_command_packages_unspecified (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_empty_options (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_finalize_options (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_find_config_files_disable (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_get_command_packages (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_venv_install_options (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_classifier (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_classifier_invalid_type (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_custom_pydistutils (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_download_url (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_fix_help_options (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_keywords (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_keywords_invalid_type (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_long_description (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_obsoletes (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_obsoletes_illegal (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_obsoletes_to_list (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_platforms (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_platforms_invalid_types (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_provides (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_provides_illegal (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_read_metadata (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_requires (distutils.tests.test_dist.MetadataTestCase)
-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_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase)
-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)
-PASS: test_convert_path (distutils.tests.test_util.UtilTestCase)
-PASS: test_dont_write_bytecode (distutils.tests.test_util.UtilTestCase)
-PASS: test_get_platform (distutils.tests.test_util.UtilTestCase)
-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_class (distutils.tests.test_text_file.TextFileTestCase)
+PASS: test_non_ascii (distutils.tests.test_log.TestLog)
+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)
+PASS: test_make_archive_bztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_cwd (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_gztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_owner_group (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_bzip2 (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_extended (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_gzip (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_latin1 (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_xz (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+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_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_finalize_options (distutils.tests.test_build.BuildTestCase)
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_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_simple_run (distutils.tests.test_clean.cleanTestCase)
+PASS: test_simple_run (distutils.tests.test_install_data.InstallDataTestCase)
+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_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_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_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_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_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)
+VersionPredicate (distutils.versionpredicate)
+PASS: Doctest: distutils.versionpredicate.VersionPredicate
+split_provision (distutils.versionpredicate)
+PASS: Doctest: distutils.versionpredicate.split_provision
+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.696s
+Ran 248 tests in 2.838s
OK (skipped=28)
-0:05:38 load avg: 1.08 [113/416/1] test_docxmlrpc
+0:06:30 load avg: 1.00 [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)
@@ -69342,21 +69291,21 @@ PASS: test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
----------------------------------------------------------------------
-Ran 7 tests in 0.022s
+Ran 7 tests in 0.033s
OK
-0:05:38 load avg: 1.08 [114/416/1] test_dtrace
+0:06:30 load avg: 1.00 [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/stapB7iU9F/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapB7iU9F/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_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/stapB7iU9F/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_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/stapB7iU9F/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapB7iU9F] 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/stapEyQhz4/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapEyQhz4/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_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/stapEyQhz4/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_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/stapEyQhz4/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapEyQhz4] 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/stapZNPAqs/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapZNPAqs/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_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/stapZNPAqs/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_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/stapZNPAqs/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapZNPAqs] 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/stapFcqukR/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapFcqukR/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_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/stapFcqukR/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_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/stapFcqukR/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapFcqukR] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
----------------------------------------------------------------------
-Ran 0 tests in 14.240s
+Ran 0 tests in 23.994s
OK (skipped=4)
-0:05:53 load avg: 1.07 [115/416/1] test_dummy_thread
+0:06:54 load avg: 1.00 [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
@@ -69392,10 +69341,10 @@ ok
----------------------------------------------------------------------
-Ran 25 tests in 0.007s
+Ran 25 tests in 0.011s
OK
-0:05:53 load avg: 1.07 [116/416/1] test_dummy_threading
+0:06:55 load avg: 1.00 [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
@@ -69442,10 +69391,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 0.001s
+Ran 1 test in 0.002s
OK
-0:05:53 load avg: 1.07 [117/416/1] test_dynamic
+0:06:55 load avg: 1.00 [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)
@@ -69458,10 +69407,10 @@ PASS: test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuilt
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.003s
OK
-0:05:53 load avg: 1.07 [118/416/1] test_dynamicclassattribute
+0:06:55 load avg: 1.00 [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)
@@ -69477,10 +69426,10 @@ PASS: test_property_getter_doc_override (test.test_dynamicclassattribute.Propert
----------------------------------------------------------------------
-Ran 12 tests in 0.003s
+Ran 12 tests in 0.006s
OK (skipped=1)
-0:05:53 load avg: 1.06 [119/416/1] test_eintr
+0:06:55 load avg: 1.00 [119/416/1] test_eintr
test_all (test.test_eintr.EINTRTests) ...
--- run eintr_tester.py ---
test_flock (__main__.FNTLEINTRTest) ... ok
@@ -69509,7 +69458,7 @@ test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok
----------------------------------------------------------------------
-Ran 24 tests in 7.063s
+Ran 24 tests in 6.598s
OK (skipped=2)
--- eintr_tester.py completed: exit code 0 ---
@@ -69517,10 +69466,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 7.200s
+Ran 1 test in 6.776s
OK
-0:06:00 load avg: 0.98 [120/416/1] test_email
+0:07:02 load avg: 1.00 [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)
@@ -71125,10 +71074,10 @@ PASS: test_variable_tzname (test.test_email.test_utils.LocaltimeTests)
----------------------------------------------------------------------
-Ran 1598 tests in 5.875s
+Ran 1598 tests in 6.771s
OK (skipped=1)
-0:06:06 load avg: 1.06 [121/416/1] test_embed
+0:07:09 load avg: 1.08 [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"
@@ -71147,10 +71096,10 @@ SKIP: test_init_isolated (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_
----------------------------------------------------------------------
-Ran 15 tests in 0.004s
+Ran 15 tests in 0.007s
OK (skipped=15)
-0:06:06 load avg: 1.06 [122/416/1] test_ensurepip
+0:07:09 load avg: 1.08 [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)
@@ -71182,10 +71131,10 @@ PASS: test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction
----------------------------------------------------------------------
-Ran 28 tests in 0.039s
+Ran 28 tests in 0.174s
OK
-0:06:06 load avg: 1.06 [123/416/1] test_enum
+0:07:09 load avg: 1.08 [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)
@@ -71360,10 +71309,10 @@ PASS: test_unique_with_name (test.test_enum.TestUnique)
----------------------------------------------------------------------
-Ran 171 tests in 0.224s
+Ran 171 tests in 0.368s
OK
-0:06:07 load avg: 1.06 [124/416/1] test_enumerate
+0:07:10 load avg: 1.08 [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)
@@ -71445,19 +71394,19 @@ PASS: test_tuple_reuse (test.test_enumerate.TestStart)
----------------------------------------------------------------------
-Ran 78 tests in 0.050s
+Ran 78 tests in 0.074s
OK
-0:06:07 load avg: 1.06 [125/416/1] test_eof
+0:07:10 load avg: 1.07 [125/416/1] test_eof
PASS: test_EOFC (test.test_eof.EOFTestCase)
PASS: test_EOFS (test.test_eof.EOFTestCase)
----------------------------------------------------------------------
-Ran 2 tests in 0.000s
+Ran 2 tests in 0.001s
OK
-0:06:07 load avg: 1.06 [126/416/1] test_epoll
+0:07:10 load avg: 1.07 [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)
@@ -71471,10 +71420,10 @@ PASS: test_unregister_closed (test.test_epoll.TestEPoll)
----------------------------------------------------------------------
-Ran 10 tests in 2.110s
+Ran 10 tests in 2.112s
OK
-0:06:09 load avg: 0.97 [127/416/1] test_errno
+0:07:12 load avg: 1.07 [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)
@@ -71484,7 +71433,7 @@ PASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests)
Ran 3 tests in 0.001s
OK
-0:06:09 load avg: 0.97 [128/416/1] test_exception_hierarchy
+0:07:12 load avg: 1.07 [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)
@@ -71507,7 +71456,7 @@ PASS: test_try_except (test.test_exception_hierarchy.HierarchyTest)
Ran 16 tests in 0.004s
OK (skipped=1)
-0:06:09 load avg: 0.97 [129/416/1] test_exception_variations
+0:07:12 load avg: 1.07 [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)
@@ -71522,10 +71471,10 @@ PASS: test_try_finally_no_exception (test.test_exception_variations.ExceptionTes
----------------------------------------------------------------------
-Ran 11 tests in 0.003s
+Ran 11 tests in 0.004s
OK
-0:06:09 load avg: 0.97 [130/416/1] test_extcall
+0:07:13 load avg: 1.07 [130/416/1] test_extcall
Trying:
from collections import UserList
Expecting nothing
@@ -72258,7 +72207,7 @@ ok
125 passed and 0 failed.
Test passed.
doctest (test.test_extcall) ... 125 tests with zero failures
-0:06:10 load avg: 0.97 [131/416/1] test_faulthandler
+0:07:13 load avg: 1.07 [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)
@@ -72304,10 +72253,10 @@ PASS: test_unregister (test.test_faulthandler.FaultHandlerTests)
----------------------------------------------------------------------
-Ran 42 tests in 18.735s
+Ran 42 tests in 18.537s
OK (skipped=4)
-0:06:28 load avg: 1.02 [132/416/1] test_fcntl
+0:07:31 load avg: 0.92 [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)
@@ -72323,10 +72272,10 @@ PASS: test_flock_overflow (test.test_fcntl.TestFcntl)
----------------------------------------------------------------------
-Ran 7 tests in 0.006s
+Ran 7 tests in 0.005s
OK
-0:06:29 load avg: 1.02 [133/416/1] test_file
+0:07:31 load avg: 0.92 [133/416/1] test_file
PASS: testAttributes (test.test_file.CAutoFileTests)
PASS: testErrors (test.test_file.CAutoFileTests)
PASS: testMethods (test.test_file.CAutoFileTests)
@@ -72362,10 +72311,10 @@ PASS: testTruncateOnWindows (test.test_file.PyOtherFileTests)
----------------------------------------------------------------------
-Ran 32 tests in 0.136s
+Ran 32 tests in 0.168s
OK
-0:06:29 load avg: 1.02 [134/416/1] test_file_eintr
+0:07:32 load avg: 0.92 [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)
@@ -72405,10 +72354,10 @@ PASS: readlines() must handle signals and not lose data.
----------------------------------------------------------------------
-Ran 18 tests in 2.312s
+Ran 18 tests in 1.799s
OK
-0:06:31 load avg: 1.02 [135/416/1] test_filecmp
+0:07:34 load avg: 0.92 [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)
@@ -72420,10 +72369,10 @@ PASS: test_report_partial_closure (test.test_filecmp.DirCompareTestCase)
----------------------------------------------------------------------
-Ran 8 tests in 0.020s
+Ran 8 tests in 0.014s
OK
-0:06:32 load avg: 1.02 [136/416/1] test_fileinput
+0:07:34 load avg: 0.92 [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)
@@ -72518,10 +72467,10 @@ PASS: test_modes (test.test_fileinput.Test_hook_encoded)
----------------------------------------------------------------------
-Ran 54 tests in 0.054s
+Ran 54 tests in 0.039s
OK
-0:06:32 load avg: 1.02 [137/416/1] test_fileio
+0:07:34 load avg: 0.92 [137/416/1] test_fileio
PASS: testAttributes (test.test_fileio.CAutoFileTests)
PASS: testBlksize (test.test_fileio.CAutoFileTests)
PASS: testErrnoOnClose (test.test_fileio.CAutoFileTests)
@@ -72616,10 +72565,10 @@ PASS: testWarnings (test.test_fileio.PyOtherFileTests)
----------------------------------------------------------------------
-Ran 91 tests in 0.037s
+Ran 91 tests in 0.036s
OK
-0:06:32 load avg: 1.02 [138/416/1] test_finalization
+0:07:34 load avg: 0.92 [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)
@@ -72641,10 +72590,10 @@ PASS: test_simple_resurrect (test.test_finalization.SimpleFinalizationTest)
----------------------------------------------------------------------
-Ran 18 tests in 1.220s
+Ran 18 tests in 1.378s
OK
-0:06:33 load avg: 1.02 [139/416/1] test_float
+0:07:36 load avg: 0.93 [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)
@@ -72694,19 +72643,19 @@ SKIP: test_float_specials_dont_unpack (test.test_float.UnknownFormatTestCase) 'r
----------------------------------------------------------------------
-Ran 46 tests in 0.123s
+Ran 46 tests in 0.283s
OK (skipped=4)
-0:06:33 load avg: 1.02 [140/416/1] test_flufl
+0:07:36 load avg: 0.93 [140/416/1] test_flufl
PASS: test_barry_as_bdfl (test.test_flufl.FLUFLTests)
PASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests)
----------------------------------------------------------------------
-Ran 2 tests in 0.001s
+Ran 2 tests in 0.002s
OK
-0:06:33 load avg: 1.02 [141/416/1] test_fnmatch
+0:07:36 load avg: 0.93 [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)
@@ -72722,10 +72671,10 @@ PASS: test_translate (test.test_fnmatch.TranslateTestCase)
----------------------------------------------------------------------
-Ran 12 tests in 0.006s
+Ran 12 tests in 0.012s
OK
-0:06:34 load avg: 1.02 [142/416/1] test_fork1
+0:07:36 load avg: 0.93 [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)
@@ -72735,10 +72684,10 @@ PASS: test_wait (test.fork_wait.ForkWait)
----------------------------------------------------------------------
-Ran 4 tests in 6.655s
+Ran 4 tests in 6.158s
OK
-0:06:40 load avg: 0.93 [143/416/1] test_format
+0:07:43 load avg: 0.85 [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
@@ -72753,18 +72702,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 0x7ff676fcda20>,) =? b'123' ... yes
-bytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff676fcda20>,) =? bytearray(b'123') ... yes
-b'%b' % (<memory at 0x7ff6772cfa08>,) =? b'abc' ... yes
-bytearray(b'%b') % (<memory at 0x7ff6772cfa08>,) =? bytearray(b'abc') ... yes
+b'%b' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fa5a42c36d8>,) =? b'123' ... yes
+bytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fa5a42c36d8>,) =? bytearray(b'123') ... yes
+b'%b' % (<memory at 0x7fa5a470da08>,) =? b'abc' ... yes
+bytearray(b'%b') % (<memory at 0x7fa5a470da08>,) =? 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 0x7ff676fcda20>,) =? b'123' ... yes
-bytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff676fcda20>,) =? bytearray(b'123') ... yes
-b'%s' % (<memory at 0x7ff6772cfac8>,) =? b'abc' ... yes
-bytearray(b'%s') % (<memory at 0x7ff6772cfac8>,) =? bytearray(b'abc') ... yes
+b'%s' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fa5a42c36d8>,) =? b'123' ... yes
+bytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fa5a42c36d8>,) =? bytearray(b'123') ... yes
+b'%s' % (<memory at 0x7fa5a470dac8>,) =? b'abc' ... yes
+bytearray(b'%s') % (<memory at 0x7fa5a470dac8>,) =? 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
@@ -73248,10 +73197,10 @@ ok
----------------------------------------------------------------------
-Ran 9 tests in 0.022s
+Ran 9 tests in 0.019s
OK
-0:06:41 load avg: 0.93 [144/416/1] test_fractions
+0:07:43 load avg: 0.85 [144/416/1] test_fractions
PASS: testApproximateCos1 (test.test_fractions.FractionTest)
PASS: testApproximatePi (test.test_fractions.FractionTest)
PASS: testArithmetic (test.test_fractions.FractionTest)
@@ -73283,10 +73232,10 @@ PASS: testMisc (test.test_fractions.GcdTest)
----------------------------------------------------------------------
-Ran 28 tests in 0.022s
+Ran 28 tests in 0.015s
OK
-0:06:41 load avg: 0.93 [145/416/1] test_frame
+0:07:43 load avg: 0.85 [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)
@@ -73300,10 +73249,10 @@ PASS: test_repr (test.test_frame.ReprTest)
----------------------------------------------------------------------
-Ran 10 tests in 0.120s
+Ran 10 tests in 0.116s
OK
-0:06:41 load avg: 0.93 [146/416/1] test_frozen
+0:07:43 load avg: 0.85 [146/416/1] test_frozen
PASS: test_frozen (test.test_frozen.TestFrozen)
----------------------------------------------------------------------
@@ -73311,7 +73260,7 @@ PASS: test_frozen (test.test_frozen.TestFrozen)
Ran 1 test in 0.000s
OK
-0:06:41 load avg: 0.93 [147/416/1] test_fstring
+0:07:43 load avg: 0.85 [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)
@@ -73372,10 +73321,10 @@ PASS: test_yield_send (test.test_fstring.TestCase)
----------------------------------------------------------------------
-Ran 56 tests in 0.317s
+Ran 56 tests in 0.349s
OK
-0:06:41 load avg: 0.93 [148/416/1] test_ftplib
+0:07:44 load avg: 0.85 [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)
@@ -73467,10 +73416,10 @@ PASS: test__all__ (test.test_ftplib.MiscTestCase)
----------------------------------------------------------------------
-Ran 88 tests in 6.866s
+Ran 88 tests in 6.378s
OK (skipped=1)
-0:06:49 load avg: 0.79 [149/416/1] test_funcattrs
+0:07:50 load avg: 0.80 [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)
@@ -73504,10 +73453,10 @@ PASS: test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest)
----------------------------------------------------------------------
-Ran 30 tests in 0.016s
+Ran 30 tests in 0.010s
OK
-0:06:49 load avg: 0.79 [150/416/1] test_functools
+0:07:50 load avg: 0.80 [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)
@@ -73722,10 +73671,10 @@ PASS: test_selective_update (test.test_functools.TestWraps)
----------------------------------------------------------------------
-Ran 211 tests in 0.211s
+Ran 211 tests in 0.183s
OK
-0:06:49 load avg: 0.79 [151/416/1] test_future
+0:07:51 load avg: 0.80 [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)
@@ -73744,10 +73693,10 @@ PASS: test_unicode_literals_exec (test.test_future.FutureTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.048s
+Ran 15 tests in 0.060s
OK
-0:06:49 load avg: 0.79 [152/416/1] test_future3
+0:07:51 load avg: 0.80 [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)
@@ -73757,15 +73706,15 @@ PASS: test_true_div_as_default (test.test_future3.TestFuture)
Ran 3 tests in 0.001s
OK
-0:06:49 load avg: 0.79 [153/416/1] test_future4
+0:07:51 load avg: 0.80 [153/416/1] test_future4
PASS: test_unicode_literals (test.test_future4.Tests)
----------------------------------------------------------------------
-Ran 1 test in 0.001s
+Ran 1 test in 0.000s
OK
-0:06:50 load avg: 0.79 [154/416/1] test_future5
+0:07:51 load avg: 0.80 [154/416/1] test_future5
PASS: test_print_function (test.test_future5.TestMultipleFeatures)
PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures)
@@ -73774,7 +73723,7 @@ PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures)
Ran 2 tests in 0.001s
OK
-0:06:50 load avg: 0.79 [155/416/1] test_gc
+0:07:51 load avg: 0.80 [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)
@@ -73816,13 +73765,13 @@ PASS: test_collect_generation (test.test_gc.GCCallbackTests)
----------------------------------------------------------------------
-Ran 38 tests in 3.219s
+Ran 38 tests in 3.443s
OK
restoring automatic collection
-0:06:53 load avg: 0.81 [156/416/1] test_gdb
+0:07:55 load avg: 0.80 [156/416/1] test_gdb
test_gdb skipped -- test_gdb only works on source builds at the moment.
-0:06:53 load avg: 0.81 [157/416/1] test_generator_stop -- test_gdb skipped
+0:07:55 load avg: 0.80 [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)
@@ -73831,7 +73780,7 @@ PASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479)
Ran 2 tests in 0.001s
OK
-0:06:53 load avg: 0.81 [158/416/1] test_generators
+0:07:55 load avg: 0.90 [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)
@@ -75788,7 +75737,7 @@ ok
280 passed and 0 failed.
Test passed.
doctest (test.test_generators) ... 280 tests with zero failures
-0:06:54 load avg: 0.81 [159/416/1] test_genericclass
+0:07:55 load avg: 0.90 [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)
@@ -75813,10 +75762,10 @@ PASS: test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry)
----------------------------------------------------------------------
-Ran 21 tests in 0.005s
+Ran 21 tests in 0.010s
OK
-0:06:54 load avg: 0.81 [160/416/1] test_genericpath
+0:07:55 load avg: 0.90 [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)
@@ -75844,10 +75793,10 @@ PASS: test_samestat_on_symlink (test.test_genericpath.TestGenericTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.007s
+Ran 24 tests in 0.013s
OK
-0:06:54 load avg: 0.81 [161/416/1] test_genexps
+0:07:56 load avg: 0.90 [161/416/1] test_genexps
Trying:
sum(i*i for i in range(100) if i&1 == 1)
Expecting:
@@ -76251,7 +76200,7 @@ ok
76 passed and 0 failed.
Test passed.
doctest (test.test_genexps) ... 76 tests with zero failures
-0:06:54 load avg: 0.81 [162/416/1] test_getargs2
+0:07:56 load avg: 0.90 [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)
@@ -76329,10 +76278,10 @@ PASS: test_k (test.test_getargs2.Unsigned_TestCase)
----------------------------------------------------------------------
-Ran 74 tests in 0.078s
+Ran 74 tests in 0.049s
OK
-0:06:54 load avg: 0.81 [163/416/1] test_getopt
+0:07:56 load avg: 0.90 [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)
@@ -76405,10 +76354,10 @@ PASS: test_short_has_arg (test.test_getopt.GetoptTests)
----------------------------------------------------------------------
-Ran 8 tests in 0.007s
+Ran 8 tests in 0.010s
OK
-0:06:54 load avg: 0.81 [164/416/1] test_getpass
+0:07:56 load avg: 0.90 [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)
@@ -76426,10 +76375,10 @@ PASS: test_uses_tty_directly (test.test_getpass.UnixGetpassTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.032s
+Ran 14 tests in 0.050s
OK
-0:06:54 load avg: 0.81 [165/416/1] test_gettext
+0:07:56 load avg: 0.90 [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)
@@ -76484,10 +76433,10 @@ PASS: test_weird_metadata (test.test_gettext.WeirdMetadataTest)
----------------------------------------------------------------------
-Ran 51 tests in 0.050s
+Ran 51 tests in 0.073s
OK
-0:06:54 load avg: 0.81 [166/416/1] test_glob
+0:07:56 load avg: 0.90 [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)
@@ -76504,10 +76453,10 @@ PASS: test_selflink (test.test_glob.SymlinkLoopGlobTests)
----------------------------------------------------------------------
-Ran 13 tests in 0.050s
+Ran 13 tests in 0.084s
OK (skipped=2)
-0:06:55 load avg: 0.81 [167/416/1] test_global
+0:07:57 load avg: 0.90 [167/416/1] test_global
PASS: test1 (test.test_global.GlobalTests)
PASS: test2 (test.test_global.GlobalTests)
PASS: test3 (test.test_global.GlobalTests)
@@ -76515,10 +76464,10 @@ PASS: test4 (test.test_global.GlobalTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.003s
+Ran 4 tests in 0.002s
OK
-0:06:55 load avg: 0.81 [168/416/1] test_grp
+0:07:57 load avg: 0.90 [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)
@@ -76526,10 +76475,10 @@ PASS: test_values_extended (test.test_grp.GroupDatabaseTestCase)
----------------------------------------------------------------------
-Ran 4 tests in 0.018s
+Ran 4 tests in 0.013s
OK
-0:06:55 load avg: 0.81 [169/416/1] test_gzip
+0:07:57 load avg: 0.90 [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)
@@ -76586,10 +76535,10 @@ PASS: test_decompress_stdin_stdout (test.test_gzip.TestCommandLine)
----------------------------------------------------------------------
-Ran 52 tests in 0.266s
+Ran 52 tests in 0.282s
OK
-0:06:55 load avg: 0.81 [170/416/1] test_hash
+0:07:57 load avg: 0.90 [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)
@@ -76623,10 +76572,10 @@ PASS: test_ucs2_string (test.test_hash.StrHashRandomizationTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.501s
+Ran 30 tests in 0.606s
OK
-0:06:56 load avg: 0.81 [171/416/1] test_hashlib
+0:07:58 load avg: 0.90 [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)
@@ -76699,10 +76648,10 @@ PASS: test_scrypt (test.test_hashlib.KDFTests)
----------------------------------------------------------------------
-Ran 69 tests in 0.455s
+Ran 69 tests in 0.724s
OK (skipped=11)
-0:06:56 load avg: 0.81 [172/416/1] test_heapq
+0:07:59 load avg: 0.90 [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)
@@ -76748,10 +76697,10 @@ PASS: test_py_functions (test.test_heapq.TestModules)
----------------------------------------------------------------------
-Ran 42 tests in 0.405s
+Ran 42 tests in 0.791s
OK
-0:06:57 load avg: 0.81 [173/416/1] test_hmac
+0:08:00 load avg: 0.90 [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)
@@ -76776,19 +76725,19 @@ PASS: test_with_digestmod_warning (test.test_hmac.TestVectorsTestCase)
----------------------------------------------------------------------
-Ran 21 tests in 0.008s
+Ran 21 tests in 0.015s
OK
-0:06:57 load avg: 0.81 [174/416/1] test_html
+0:08:00 load avg: 0.91 [174/416/1] test_html
PASS: test_escape (test.test_html.HtmlTests)
PASS: test_unescape (test.test_html.HtmlTests)
----------------------------------------------------------------------
-Ran 2 tests in 0.004s
+Ran 2 tests in 0.013s
OK
-0:06:57 load avg: 0.81 [175/416/1] test_htmlparser
+0:08:00 load avg: 0.91 [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)
@@ -76839,10 +76788,10 @@ PASS: test_with_unquoted_attributes (test.test_htmlparser.HTMLParserTestCase)
----------------------------------------------------------------------
-Ran 47 tests in 0.047s
+Ran 47 tests in 0.088s
OK
-0:06:57 load avg: 0.81 [176/416/1] test_http_cookiejar
+0:08:00 load avg: 0.91 [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)
@@ -76906,10 +76855,10 @@ PASS: test_url_encoding (test.test_http_cookiejar.LWPCookieTests)
----------------------------------------------------------------------
-Ran 60 tests in 0.054s
+Ran 60 tests in 0.091s
OK
-0:06:57 load avg: 0.81 [177/416/1] test_http_cookies
+0:08:00 load avg: 0.91 [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)
@@ -76938,7 +76887,7 @@ PASS: test_update (test.test_http_cookies.MorselTests)
----------------------------------------------------------------------
-Ran 25 tests in 0.008s
+Ran 25 tests in 0.015s
OK
Trying:
@@ -77114,7 +77063,7 @@ ok
30 passed and 0 failed.
Test passed.
doctest (http.cookies) ... 30 tests with zero failures
-0:06:57 load avg: 0.81 [178/416/1] test_httplib
+0:08:01 load avg: 0.91 [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.
@@ -77185,21 +77134,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', 38247):38247 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] code 404, message File not found
- server (('127.0.0.1', 38247):38247 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] "GET /nonexistent HTTP/1.1" 404 -
- server (('127.0.0.1', 38247):38247 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] code 404, message File not found
- server (('127.0.0.1', 38247):38247 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] "GET /nonexistent HTTP/1.1" 404 -
+test_local_bad_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 39469):39469 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] code 404, message File not found
+ server (('127.0.0.1', 39469):39469 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] "GET /nonexistent HTTP/1.1" 404 -
+ server (('127.0.0.1', 39469):39469 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] code 404, message File not found
+ server (('127.0.0.1', 39469):39469 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] "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', 43239):43239 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] code 404, message File not found
- server (('127.0.0.1', 43239):43239 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] "GET /nonexistent HTTP/1.1" 404 -
+test_local_good_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 42289):42289 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] code 404, message File not found
+ server (('127.0.0.1', 42289):42289 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] "GET /nonexistent HTTP/1.1" 404 -
stopping HTTPS server
joining HTTPS thread
ok
@@ -77247,10 +77196,10 @@ PASS: test_tunnel_debuglog (test.test_httplib.TunnelTests)
----------------------------------------------------------------------
-Ran 105 tests in 0.081s
+Ran 105 tests in 0.134s
OK (skipped=5)
-0:06:58 load avg: 0.81 [179/416/1] test_httpservers
+0:08:01 load avg: 0.91 [179/416/1] test_httpservers
Got an error:
[SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
Got an error:
@@ -77328,358 +77277,358 @@ PASS: test_all (test.test_httpservers.MiscTestCase)
----------------------------------------------------------------------
-Ran 64 tests in 0.072s
+Ran 64 tests in 0.102s
OK (skipped=12)
-0:06:58 load avg: 0.81 [180/416/1] test_idle
+0:08:01 load avg: 0.91 [180/416/1] test_idle
test_idle skipped -- No module named '_tkinter'
-0:06:58 load avg: 0.82 [181/416/1] test_imaplib -- test_idle skipped
+0:08:01 load avg: 0.91 [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'BDLF0 CAPABILITY'
+GOT: b'DPAE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'BDLF0 OK CAPABILITY completed'
-GOT: b'BDLF1 AUTHENTICATE MYAUTH'
+SENT: b'DPAE0 OK CAPABILITY completed'
+GOT: b'DPAE1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'BDLF1 NO [AUTHENTICATIONFAILED] aborted'
+SENT: b'DPAE1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'DJIF0 CAPABILITY'
+GOT: b'JGNJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DJIF0 OK CAPABILITY completed'
-GOT: b'DJIF1 AUTHENTICATE METHOD'
-SENT: b'DJIF1 NO unrecognized authentication type METHOD'
+SENT: b'JGNJ0 OK CAPABILITY completed'
+GOT: b'JGNJ1 AUTHENTICATE METHOD'
+SENT: b'JGNJ1 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'BJIL0 CAPABILITY'
+GOT: b'BLFO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
-SENT: b'BJIL0 OK CAPABILITY completed'
-GOT: b'BJIL1 AUTHENTICATE MYAUTH'
+SENT: b'BLFO0 OK CAPABILITY completed'
+GOT: b'BLFO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'BJIL1 OK FAKEAUTH successful'
-GOT: b'BJIL2 ENABLE UTF8=ACCEPT'
-SENT: b'BJIL2 OK ENABLE successful'
-GOT: b'BJIL3 APPEND INBOX {30}'
+SENT: b'BLFO1 OK FAKEAUTH successful'
+GOT: b'BLFO2 ENABLE UTF8=ACCEPT'
+SENT: b'BLFO2 OK ENABLE successful'
+GOT: b'BLFO3 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'BJIL3 OK okay'
+SENT: b'BLFO3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OLAO0 CAPABILITY'
+GOT: b'ODEE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OLAO0 OK CAPABILITY completed'
-GOT: b'OLAO1 LOGIN user "pass"'
-SENT: b'OLAO1 OK LOGIN completed'
+SENT: b'ODEE0 OK CAPABILITY completed'
+GOT: b'ODEE1 LOGIN user "pass"'
+SENT: b'ODEE1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'PHOM0 CAPABILITY'
+GOT: b'DNIA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'PHOM0 OK CAPABILITY completed'
+SENT: b'DNIA0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LLJN0 CAPABILITY'
+GOT: b'BMMC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'LLJN0 OK CAPABILITY completed'
+SENT: b'BMMC0 OK CAPABILITY completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'NOBA0 CAPABILITY'
+GOT: b'PLHG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NOBA0 OK CAPABILITY completed'
-GOT: b'NOBA1 AUTHENTICATE MYAUTH'
+SENT: b'PLHG0 OK CAPABILITY completed'
+GOT: b'PLHG1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'NOBA1 NO [AUTHENTICATIONFAILED] invalid'
+SENT: b'PLHG1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KGHN0 CAPABILITY'
+GOT: b'GNPA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'KGHN0 OK CAPABILITY completed'
+SENT: b'GNPA0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPSSLTests)
test_login (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OHDG0 CAPABILITY'
+GOT: b'FDHO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OHDG0 OK CAPABILITY completed'
-GOT: b'OHDG1 LOGIN user "pass"'
-SENT: b'OHDG1 OK LOGIN completed'
+SENT: b'FDHO0 OK CAPABILITY completed'
+GOT: b'FDHO1 LOGIN user "pass"'
+SENT: b'FDHO1 OK LOGIN completed'
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JBDH0 CAPABILITY'
+GOT: b'ENED0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'JBDH0 OK CAPABILITY completed'
-GOT: b'JBDH1 AUTHENTICATE CRAM-MD5'
+SENT: b'ENED0 OK CAPABILITY completed'
+GOT: b'ENED1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'JBDH1 OK CRAM-MD5 successful'
+SENT: b'ENED1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KBFK0 CAPABILITY'
+GOT: b'LJJK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'KBFK0 OK CAPABILITY completed'
-GOT: b'KBFK1 AUTHENTICATE CRAM-MD5'
+SENT: b'LJJK0 OK CAPABILITY completed'
+GOT: b'LJJK1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'KBFK1 OK CRAM-MD5 successful'
+SENT: b'LJJK1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'BHCF0 CAPABILITY'
+GOT: b'FKNC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'BHCF0 OK CAPABILITY completed'
-GOT: b'BHCF1 LOGIN user "pass"'
-SENT: b'BHCF1 OK LOGIN completed'
-GOT: b'BHCF2 LOGOUT'
+SENT: b'FKNC0 OK CAPABILITY completed'
+GOT: b'FKNC1 LOGIN user "pass"'
+SENT: b'FKNC1 OK LOGIN completed'
+GOT: b'FKNC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'BHCF2 OK LOGOUT completed'
+SENT: b'FKNC2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HCBL0 CAPABILITY'
+GOT: b'IPJG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HCBL0 OK CAPABILITY completed'
-GOT: b'HCBL1 LOGIN user "pass"'
-SENT: b'HCBL1 OK LOGIN completed'
-GOT: b'HCBL2 LSUB "" *'
+SENT: b'IPJG0 OK CAPABILITY completed'
+GOT: b'IPJG1 LOGIN user "pass"'
+SENT: b'IPJG1 OK LOGIN completed'
+GOT: b'IPJG2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
-SENT: b'HCBL2 OK LSUB completed'
+SENT: b'IPJG2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'CAAE0 CAPABILITY'
+GOT: b'GGFP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'CAAE0 OK CAPABILITY completed'
-GOT: b'CAAE1 AUTHENTICATE MYAUTH'
+SENT: b'GGFP0 OK CAPABILITY completed'
+GOT: b'GGFP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'CAAE1 OK FAKEAUTH successful'
-GOT: b'CAAE2 ENABLE UTF8=ACCEPT'
-SENT: b'CAAE2 OK ENABLE successful'
+SENT: b'GGFP1 OK FAKEAUTH successful'
+GOT: b'GGFP2 ENABLE UTF8=ACCEPT'
+SENT: b'GGFP2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'DEEC0 CAPABILITY'
+GOT: b'CCJM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DEEC0 OK CAPABILITY completed'
-GOT: b'DEEC1 LOGOUT'
+SENT: b'CCJM0 OK CAPABILITY completed'
+GOT: b'CCJM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'DEEC1 OK LOGOUT completed'
+SENT: b'CCJM1 OK LOGOUT completed'
ok
test_ssl_raises (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IEOP0 CAPABILITY'
+GOT: b'JBPK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IEOP0 OK CAPABILITY completed'
+SENT: b'JBPK0 OK CAPABILITY completed'
ok
test_ssl_verified (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IBEM0 CAPABILITY'
+GOT: b'DEEJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IBEM0 OK CAPABILITY completed'
+SENT: b'DEEJ0 OK CAPABILITY completed'
SENT: b'* OK IMAP4rev1'
-GOT: b'PPII0 CAPABILITY'
+GOT: b'PPKC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'PPII0 OK CAPABILITY completed'
+SENT: b'PPKC0 OK CAPABILITY completed'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HBJG0 CAPABILITY'
+GOT: b'FOBB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HBJG0 OK CAPABILITY completed'
-GOT: b'HBJG1 AUTHENTICATE MYAUTH'
+SENT: b'FOBB0 OK CAPABILITY completed'
+GOT: b'FOBB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'HBJG1 OK FAKEAUTH successful'
+SENT: b'FOBB1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FOJG0 CAPABILITY'
+GOT: b'PNNP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FOJG0 OK CAPABILITY completed'
-GOT: b'FOJG1 AUTHENTICATE MYAUTH'
+SENT: b'PNNP0 OK CAPABILITY completed'
+GOT: b'PNNP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FOJG1 OK FAKEAUTH successful'
+SENT: b'PNNP1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OBIN0 CAPABILITY'
+GOT: b'ENCC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OBIN0 OK CAPABILITY completed'
-GOT: b'OBIN1 LOGIN user "pass"'
-SENT: b'OBIN1 OK LOGIN completed'
-GOT: b'OBIN2 LOGOUT'
+SENT: b'ENCC0 OK CAPABILITY completed'
+GOT: b'ENCC1 LOGIN user "pass"'
+SENT: b'ENCC1 OK LOGIN completed'
+GOT: b'ENCC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'OBIN2 OK LOGOUT completed'
+SENT: b'ENCC2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HJOM0 CAPABILITY'
+GOT: b'KAMP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HJOM0 OK CAPABILITY completed'
-GOT: b'HJOM1 LOGIN user "pass"'
-SENT: b'HJOM1 OK LOGIN completed'
-GOT: b'HJOM2 LOGOUT'
+SENT: b'KAMP0 OK CAPABILITY completed'
+GOT: b'KAMP1 LOGIN user "pass"'
+SENT: b'KAMP1 OK LOGIN completed'
+GOT: b'KAMP2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'HJOM2 OK LOGOUT completed'
+SENT: b'KAMP2 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'CLOG0 CAPABILITY'
+GOT: b'POOD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CLOG0 OK CAPABILITY completed'
-GOT: b'CLOG1 AUTHENTICATE MYAUTH'
+SENT: b'POOD0 OK CAPABILITY completed'
+GOT: b'POOD1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'CLOG1 NO [AUTHENTICATIONFAILED] aborted'
+SENT: b'POOD1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OPJF0 CAPABILITY'
+GOT: b'PBOL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OPJF0 OK CAPABILITY completed'
-GOT: b'OPJF1 AUTHENTICATE METHOD'
-SENT: b'OPJF1 NO unrecognized authentication type METHOD'
+SENT: b'PBOL0 OK CAPABILITY completed'
+GOT: b'PBOL1 AUTHENTICATE METHOD'
+SENT: b'PBOL1 NO unrecognized authentication type METHOD'
ok
test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FJNH0 CAPABILITY'
+GOT: b'CAKI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
-SENT: b'FJNH0 OK CAPABILITY completed'
-GOT: b'FJNH1 AUTHENTICATE MYAUTH'
+SENT: b'CAKI0 OK CAPABILITY completed'
+GOT: b'CAKI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FJNH1 OK FAKEAUTH successful'
-GOT: b'FJNH2 ENABLE UTF8=ACCEPT'
-SENT: b'FJNH2 OK ENABLE successful'
-GOT: b'FJNH3 APPEND INBOX {30}'
+SENT: b'CAKI1 OK FAKEAUTH successful'
+GOT: b'CAKI2 ENABLE UTF8=ACCEPT'
+SENT: b'CAKI2 OK ENABLE successful'
+GOT: b'CAKI3 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'FJNH3 OK okay'
+SENT: b'CAKI3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OOCB0 CAPABILITY'
+GOT: b'DLGJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OOCB0 OK CAPABILITY completed'
-GOT: b'OOCB1 LOGIN user "pass"'
-SENT: b'OOCB1 OK LOGIN completed'
+SENT: b'DLGJ0 OK CAPABILITY completed'
+GOT: b'DLGJ1 LOGIN user "pass"'
+SENT: b'DLGJ1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IPEJ0 CAPABILITY'
+GOT: b'DPMM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IPEJ0 OK CAPABILITY completed'
+SENT: b'DPMM0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FEGE0 CAPABILITY'
+GOT: b'MDPF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'FEGE0 OK CAPABILITY completed'
+SENT: b'MDPF0 OK CAPABILITY completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IKJE0 CAPABILITY'
+GOT: b'EIMB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IKJE0 OK CAPABILITY completed'
-GOT: b'IKJE1 AUTHENTICATE MYAUTH'
+SENT: b'EIMB0 OK CAPABILITY completed'
+GOT: b'EIMB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'IKJE1 NO [AUTHENTICATIONFAILED] invalid'
+SENT: b'EIMB1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FFDJ0 CAPABILITY'
+GOT: b'PNCF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'FFDJ0 OK CAPABILITY completed'
+SENT: b'PNCF0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPTests)
test_login (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LCMB0 CAPABILITY'
+GOT: b'LLKD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LCMB0 OK CAPABILITY completed'
-GOT: b'LCMB1 LOGIN user "pass"'
-SENT: b'LCMB1 OK LOGIN completed'
+SENT: b'LLKD0 OK CAPABILITY completed'
+GOT: b'LLKD1 LOGIN user "pass"'
+SENT: b'LLKD1 OK LOGIN completed'
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'EHFP0 CAPABILITY'
+GOT: b'IAEH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'EHFP0 OK CAPABILITY completed'
-GOT: b'EHFP1 AUTHENTICATE CRAM-MD5'
+SENT: b'IAEH0 OK CAPABILITY completed'
+GOT: b'IAEH1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'EHFP1 OK CRAM-MD5 successful'
+SENT: b'IAEH1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JPBN0 CAPABILITY'
+GOT: b'MKEG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'JPBN0 OK CAPABILITY completed'
-GOT: b'JPBN1 AUTHENTICATE CRAM-MD5'
+SENT: b'MKEG0 OK CAPABILITY completed'
+GOT: b'MKEG1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'JPBN1 OK CRAM-MD5 successful'
+SENT: b'MKEG1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JELI0 CAPABILITY'
+GOT: b'OCDO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JELI0 OK CAPABILITY completed'
-GOT: b'JELI1 LOGIN user "pass"'
-SENT: b'JELI1 OK LOGIN completed'
-GOT: b'JELI2 LOGOUT'
+SENT: b'OCDO0 OK CAPABILITY completed'
+GOT: b'OCDO1 LOGIN user "pass"'
+SENT: b'OCDO1 OK LOGIN completed'
+GOT: b'OCDO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'JELI2 OK LOGOUT completed'
+SENT: b'OCDO2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IGGG0 CAPABILITY'
+GOT: b'DCPO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IGGG0 OK CAPABILITY completed'
-GOT: b'IGGG1 LOGIN user "pass"'
-SENT: b'IGGG1 OK LOGIN completed'
-GOT: b'IGGG2 LSUB "" *'
+SENT: b'DCPO0 OK CAPABILITY completed'
+GOT: b'DCPO1 LOGIN user "pass"'
+SENT: b'DCPO1 OK LOGIN completed'
+GOT: b'DCPO2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
-SENT: b'IGGG2 OK LSUB completed'
+SENT: b'DCPO2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'PPLM0 CAPABILITY'
+GOT: b'EJDN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'PPLM0 OK CAPABILITY completed'
-GOT: b'PPLM1 AUTHENTICATE MYAUTH'
+SENT: b'EJDN0 OK CAPABILITY completed'
+GOT: b'EJDN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'PPLM1 OK FAKEAUTH successful'
-GOT: b'PPLM2 ENABLE UTF8=ACCEPT'
-SENT: b'PPLM2 OK ENABLE successful'
+SENT: b'EJDN1 OK FAKEAUTH successful'
+GOT: b'EJDN2 ENABLE UTF8=ACCEPT'
+SENT: b'EJDN2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'NLEC0 CAPABILITY'
+GOT: b'IIGB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NLEC0 OK CAPABILITY completed'
-GOT: b'NLEC1 LOGOUT'
+SENT: b'IIGB0 OK CAPABILITY completed'
+GOT: b'IIGB1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'NLEC1 OK LOGOUT completed'
+SENT: b'IIGB1 OK LOGOUT completed'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LKNM0 CAPABILITY'
+GOT: b'MBLK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LKNM0 OK CAPABILITY completed'
-GOT: b'LKNM1 AUTHENTICATE MYAUTH'
+SENT: b'MBLK0 OK CAPABILITY completed'
+GOT: b'MBLK1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'LKNM1 OK FAKEAUTH successful'
+SENT: b'MBLK1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'GPOD0 CAPABILITY'
+GOT: b'CNOP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GPOD0 OK CAPABILITY completed'
-GOT: b'GPOD1 AUTHENTICATE MYAUTH'
+SENT: b'CNOP0 OK CAPABILITY completed'
+GOT: b'CNOP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'GPOD1 OK FAKEAUTH successful'
+SENT: b'CNOP1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JPNB0 CAPABILITY'
+GOT: b'INDI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JPNB0 OK CAPABILITY completed'
-GOT: b'JPNB1 LOGIN user "pass"'
-SENT: b'JPNB1 OK LOGIN completed'
-GOT: b'JPNB2 LOGOUT'
+SENT: b'INDI0 OK CAPABILITY completed'
+GOT: b'INDI1 LOGIN user "pass"'
+SENT: b'INDI1 OK LOGIN completed'
+GOT: b'INDI2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'JPNB2 OK LOGOUT completed'
+SENT: b'INDI2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'ENJP0 CAPABILITY'
+GOT: b'OHDG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'ENJP0 OK CAPABILITY completed'
-GOT: b'ENJP1 LOGIN user "pass"'
-SENT: b'ENJP1 OK LOGIN completed'
-GOT: b'ENJP2 LOGOUT'
+SENT: b'OHDG0 OK CAPABILITY completed'
+GOT: b'OHDG1 LOGIN user "pass"'
+SENT: b'OHDG1 OK LOGIN completed'
+GOT: b'OHDG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'ENJP2 OK LOGOUT completed'
+SENT: b'OHDG2 OK LOGOUT completed'
ok
SKIP: test_logincapa (test.test_imaplib.RemoteIMAPTest) 'network resource disabled'
SKIP: test_logout (test.test_imaplib.RemoteIMAPTest) 'network resource disabled'
@@ -77701,17 +77650,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NLJA0 CAPABILITY'
+GOT: b'NBHL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NLJA0 OK CAPABILITY completed'
-GOT: b'NLJA1 AUTHENTICATE MYAUTH'
+SENT: b'NBHL0 OK CAPABILITY completed'
+GOT: b'NBHL1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'NLJA1 NO [AUTHENTICATIONFAILED] aborted'
-GOT: b'NLJA2 LOGOUT'
+SENT: b'NBHL1 NO [AUTHENTICATIONFAILED] aborted'
+GOT: b'NBHL2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NLJA2 OK LOGOUT completed'
+SENT: b'NBHL2 OK LOGOUT completed'
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77721,15 +77670,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'KPCL0 CAPABILITY'
+GOT: b'NEPC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KPCL0 OK CAPABILITY completed'
-GOT: b'KPCL1 AUTHENTICATE METHOD'
-SENT: b'KPCL1 NO unrecognized authentication type METHOD'
-GOT: b'KPCL2 LOGOUT'
+SENT: b'NEPC0 OK CAPABILITY completed'
+GOT: b'NEPC1 AUTHENTICATE METHOD'
+SENT: b'NEPC1 NO unrecognized authentication type METHOD'
+GOT: b'NEPC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KPCL2 OK LOGOUT completed'
+SENT: b'NEPC2 OK LOGOUT completed'
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77739,32 +77688,32 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'EPAK0 CAPABILITY'
+GOT: b'BHOD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'EPAK0 OK CAPABILITY completed'
-GOT: b'EPAK1 AUTHENTICATE MYAUTH'
+SENT: b'BHOD0 OK CAPABILITY completed'
+GOT: b'BHOD1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'EPAK1 OK FAKEAUTH successful'
-GOT: b'EPAK2 SELECT test'
+SENT: b'BHOD1 OK FAKEAUTH successful'
+GOT: b'BHOD2 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'EPAK2 OK [READ-WRITE] SELECT completed.'
-GOT: b'EPAK3 STORE 1 +FLAGS ([test])'
+SENT: b'BHOD2 OK [READ-WRITE] SELECT completed.'
+GOT: b'BHOD3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
-SENT: b'EPAK3 OK STORE completed.'
-GOT: b'EPAK4 SELECT test'
+SENT: b'BHOD3 OK STORE completed.'
+GOT: b'BHOD4 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'EPAK4 OK [READ-WRITE] SELECT completed.'
-GOT: b'EPAK5 LOGOUT'
+SENT: b'BHOD4 OK [READ-WRITE] SELECT completed.'
+GOT: b'BHOD5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'EPAK5 OK LOGOUT completed'
+SENT: b'BHOD5 OK LOGOUT completed'
done
ok
test_connect (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77774,9 +77723,9 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'HIHP0 CAPABILITY'
+GOT: b'FGGG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HIHP0 OK CAPABILITY completed'
+SENT: b'FGGG0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -77787,23 +77736,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'FLAL0 CAPABILITY'
+GOT: b'LOMO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'FLAL0 OK CAPABILITY completed'
-GOT: b'FLAL1 AUTHENTICATE MYAUTH'
+SENT: b'LOMO0 OK CAPABILITY completed'
+GOT: b'LOMO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FLAL1 OK FAKEAUTH successful'
-GOT: b'FLAL2 ENABLE UTF8=ACCEPT'
-SENT: b'FLAL2 OK ENABLE successful'
-GOT: b'FLAL3 APPEND INBOX {30}'
+SENT: b'LOMO1 OK FAKEAUTH successful'
+GOT: b'LOMO2 ENABLE UTF8=ACCEPT'
+SENT: b'LOMO2 OK ENABLE successful'
+GOT: b'LOMO3 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'FLAL3 OK okay'
-GOT: b'FLAL4 LOGOUT'
+SENT: b'LOMO3 OK okay'
+GOT: b'LOMO4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
+SENT: b'LOMO4 OK LOGOUT completed'
waiting for server
-SENT: b'FLAL4 OK LOGOUT completed'
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77813,15 +77762,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'GAPI0 CAPABILITY'
+GOT: b'KKDK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GAPI0 OK CAPABILITY completed'
-GOT: b'GAPI1 LOGIN user "pass"'
-SENT: b'GAPI1 OK LOGIN completed'
-GOT: b'GAPI2 LOGOUT'
+SENT: b'KKDK0 OK CAPABILITY completed'
+GOT: b'KKDK1 LOGIN user "pass"'
+SENT: b'KKDK1 OK LOGIN completed'
+GOT: b'KKDK2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GAPI2 OK LOGOUT completed'
+SENT: b'KKDK2 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77831,13 +77780,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'CEFF0 CAPABILITY'
+GOT: b'FBCJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'CEFF0 OK CAPABILITY completed'
-GOT: b'CEFF1 LOGOUT'
+SENT: b'FBCJ0 OK CAPABILITY completed'
+GOT: b'FBCJ1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CEFF1 OK LOGOUT completed'
+SENT: b'FBCJ1 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77847,13 +77796,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'JBBP0 CAPABILITY'
+GOT: b'JIDD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'JBBP0 OK CAPABILITY completed'
-GOT: b'JBBP1 LOGOUT'
+SENT: b'JIDD0 OK CAPABILITY completed'
+GOT: b'JIDD1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'JBBP1 OK LOGOUT completed'
+SENT: b'JIDD1 OK LOGOUT completed'
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77863,17 +77812,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CIKI0 CAPABILITY'
+GOT: b'BAOA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CIKI0 OK CAPABILITY completed'
-GOT: b'CIKI1 AUTHENTICATE MYAUTH'
+SENT: b'BAOA0 OK CAPABILITY completed'
+GOT: b'BAOA1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'CIKI1 NO [AUTHENTICATIONFAILED] invalid'
-GOT: b'CIKI2 LOGOUT'
+SENT: b'BAOA1 NO [AUTHENTICATIONFAILED] invalid'
+GOT: b'BAOA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CIKI2 OK LOGOUT completed'
+SENT: b'BAOA2 OK LOGOUT completed'
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77892,10 +77841,10 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'BLJI0 CAPABILITY'
+GOT: b'NPPH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
waiting for server
-SENT: b'BLJI0 OK CAPABILITY completed'
+SENT: b'NPPH0 OK CAPABILITY completed'
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77914,17 +77863,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'KILN0 CAPABILITY'
+GOT: b'KHOH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'KILN0 OK CAPABILITY completed'
-GOT: b'KILN1 AUTHENTICATE CRAM-MD5'
+SENT: b'KHOH0 OK CAPABILITY completed'
+GOT: b'KHOH1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'KILN1 OK CRAM-MD5 successful'
-GOT: b'KILN2 LOGOUT'
+SENT: b'KHOH1 OK CRAM-MD5 successful'
+GOT: b'KHOH2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KILN2 OK LOGOUT completed'
+SENT: b'KHOH2 OK LOGOUT completed'
done
creating server
server created
@@ -77933,17 +77882,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'FCOA0 CAPABILITY'
+GOT: b'CKNG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'FCOA0 OK CAPABILITY completed'
-GOT: b'FCOA1 AUTHENTICATE CRAM-MD5'
+SENT: b'CKNG0 OK CAPABILITY completed'
+GOT: b'CKNG1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'FCOA1 OK CRAM-MD5 successful'
-GOT: b'FCOA2 LOGOUT'
+SENT: b'CKNG1 OK CRAM-MD5 successful'
+GOT: b'CKNG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'FCOA2 OK LOGOUT completed'
+SENT: b'CKNG2 OK LOGOUT completed'
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77953,19 +77902,19 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'FMIF0 CAPABILITY'
+GOT: b'JBEB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'FMIF0 OK CAPABILITY completed'
-GOT: b'FMIF1 AUTHENTICATE MYAUTH'
+SENT: b'JBEB0 OK CAPABILITY completed'
+GOT: b'JBEB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FMIF1 OK FAKEAUTH successful'
-GOT: b'FMIF2 ENABLE UTF8=ACCEPT'
-SENT: b'FMIF2 OK ENABLE successful'
-GOT: b'FMIF3 LOGOUT'
+SENT: b'JBEB1 OK FAKEAUTH successful'
+GOT: b'JBEB2 ENABLE UTF8=ACCEPT'
+SENT: b'JBEB2 OK ENABLE successful'
+GOT: b'JBEB3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
+SENT: b'JBEB3 OK LOGOUT completed'
waiting for server
-SENT: b'FMIF3 OK LOGOUT completed'
done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77975,13 +77924,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'IFBL0 CAPABILITY'
+GOT: b'ILOM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IFBL0 OK CAPABILITY completed'
-GOT: b'IFBL1 LOGOUT'
+SENT: b'ILOM0 OK CAPABILITY completed'
+GOT: b'ILOM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
+SENT: b'ILOM1 OK LOGOUT completed'
waiting for server
-SENT: b'IFBL1 OK LOGOUT completed'
done
ok
test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -77991,17 +77940,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NPGE0 CAPABILITY'
+GOT: b'FJGG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NPGE0 OK CAPABILITY completed'
-GOT: b'NPGE1 AUTHENTICATE MYAUTH'
+SENT: b'FJGG0 OK CAPABILITY completed'
+GOT: b'FJGG1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'NPGE1 OK FAKEAUTH successful'
-GOT: b'NPGE2 LOGOUT'
+SENT: b'FJGG1 OK FAKEAUTH successful'
+GOT: b'FJGG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NPGE2 OK LOGOUT completed'
+SENT: b'FJGG2 OK LOGOUT completed'
done
creating server
server created
@@ -78010,17 +77959,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'OEIC0 CAPABILITY'
+GOT: b'BDHO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OEIC0 OK CAPABILITY completed'
-GOT: b'OEIC1 AUTHENTICATE MYAUTH'
+SENT: b'BDHO0 OK CAPABILITY completed'
+GOT: b'BDHO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'OEIC1 OK FAKEAUTH successful'
-GOT: b'OEIC2 LOGOUT'
+SENT: b'BDHO1 OK FAKEAUTH successful'
+GOT: b'BDHO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'OEIC2 OK LOGOUT completed'
+SENT: b'BDHO2 OK LOGOUT completed'
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -78030,15 +77979,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NMPE0 CAPABILITY'
+GOT: b'OHEN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NMPE0 OK CAPABILITY completed'
-GOT: b'NMPE1 LOGIN user "pass"'
-SENT: b'NMPE1 OK LOGIN completed'
-GOT: b'NMPE2 LOGOUT'
+SENT: b'OHEN0 OK CAPABILITY completed'
+GOT: b'OHEN1 LOGIN user "pass"'
+SENT: b'OHEN1 OK LOGIN completed'
+GOT: b'OHEN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NMPE2 OK LOGOUT completed'
+SENT: b'OHEN2 OK LOGOUT completed'
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -78048,15 +77997,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'FAGN0 CAPABILITY'
+GOT: b'LBLO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FAGN0 OK CAPABILITY completed'
-GOT: b'FAGN1 LOGIN user "pass"'
-SENT: b'FAGN1 OK LOGIN completed'
-GOT: b'FAGN2 LOGOUT'
+SENT: b'LBLO0 OK CAPABILITY completed'
+GOT: b'LBLO1 LOGIN user "pass"'
+SENT: b'LBLO1 OK LOGIN completed'
+GOT: b'LBLO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'FAGN2 OK LOGOUT completed'
+SENT: b'LBLO2 OK LOGOUT completed'
done
ok
test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78066,17 +78015,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'INAA0 CAPABILITY'
+GOT: b'GJBB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'INAA0 OK CAPABILITY completed'
-GOT: b'INAA1 AUTHENTICATE MYAUTH'
+SENT: b'GJBB0 OK CAPABILITY completed'
+GOT: b'GJBB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'INAA1 NO [AUTHENTICATIONFAILED] aborted'
-GOT: b'INAA2 LOGOUT'
+SENT: b'GJBB1 NO [AUTHENTICATIONFAILED] aborted'
+GOT: b'GJBB2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'INAA2 OK LOGOUT completed'
waiting for server
+SENT: b'GJBB2 OK LOGOUT completed'
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78086,15 +78035,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'GLJB0 CAPABILITY'
+GOT: b'EMDJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GLJB0 OK CAPABILITY completed'
-GOT: b'GLJB1 AUTHENTICATE METHOD'
-SENT: b'GLJB1 NO unrecognized authentication type METHOD'
-GOT: b'GLJB2 LOGOUT'
+SENT: b'EMDJ0 OK CAPABILITY completed'
+GOT: b'EMDJ1 AUTHENTICATE METHOD'
+SENT: b'EMDJ1 NO unrecognized authentication type METHOD'
+GOT: b'EMDJ2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GLJB2 OK LOGOUT completed'
+SENT: b'EMDJ2 OK LOGOUT completed'
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78104,32 +78053,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'OIOM0 CAPABILITY'
+GOT: b'JLOD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OIOM0 OK CAPABILITY completed'
-GOT: b'OIOM1 AUTHENTICATE MYAUTH'
+SENT: b'JLOD0 OK CAPABILITY completed'
+GOT: b'JLOD1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'OIOM1 OK FAKEAUTH successful'
-GOT: b'OIOM2 SELECT test'
+SENT: b'JLOD1 OK FAKEAUTH successful'
+GOT: b'JLOD2 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'OIOM2 OK [READ-WRITE] SELECT completed.'
-GOT: b'OIOM3 STORE 1 +FLAGS ([test])'
+SENT: b'JLOD2 OK [READ-WRITE] SELECT completed.'
+GOT: b'JLOD3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
-SENT: b'OIOM3 OK STORE completed.'
-GOT: b'OIOM4 SELECT test'
+SENT: b'JLOD3 OK STORE completed.'
+GOT: b'JLOD4 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'OIOM4 OK [READ-WRITE] SELECT completed.'
-GOT: b'OIOM5 LOGOUT'
+SENT: b'JLOD4 OK [READ-WRITE] SELECT completed.'
+GOT: b'JLOD5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'OIOM5 OK LOGOUT completed'
waiting for server
+SENT: b'JLOD5 OK LOGOUT completed'
done
ok
test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78139,9 +78088,9 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'DBFK0 CAPABILITY'
+GOT: b'NCNM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DBFK0 OK CAPABILITY completed'
+SENT: b'NCNM0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -78152,23 +78101,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'KMCK0 CAPABILITY'
+GOT: b'NOBI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'KMCK0 OK CAPABILITY completed'
-GOT: b'KMCK1 AUTHENTICATE MYAUTH'
+SENT: b'NOBI0 OK CAPABILITY completed'
+GOT: b'NOBI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'KMCK1 OK FAKEAUTH successful'
-GOT: b'KMCK2 ENABLE UTF8=ACCEPT'
-SENT: b'KMCK2 OK ENABLE successful'
-GOT: b'KMCK3 APPEND INBOX {30}'
+SENT: b'NOBI1 OK FAKEAUTH successful'
+GOT: b'NOBI2 ENABLE UTF8=ACCEPT'
+SENT: b'NOBI2 OK ENABLE successful'
+GOT: b'NOBI3 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'KMCK3 OK okay'
-GOT: b'KMCK4 LOGOUT'
+SENT: b'NOBI3 OK okay'
+GOT: b'NOBI4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KMCK4 OK LOGOUT completed'
+SENT: b'NOBI4 OK LOGOUT completed'
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78178,15 +78127,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'MOFN0 CAPABILITY'
+GOT: b'KPNP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MOFN0 OK CAPABILITY completed'
-GOT: b'MOFN1 LOGIN user "pass"'
-SENT: b'MOFN1 OK LOGIN completed'
-GOT: b'MOFN2 LOGOUT'
+SENT: b'KPNP0 OK CAPABILITY completed'
+GOT: b'KPNP1 LOGIN user "pass"'
+SENT: b'KPNP1 OK LOGIN completed'
+GOT: b'KPNP2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'MOFN2 OK LOGOUT completed'
+SENT: b'KPNP2 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78196,13 +78145,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'LJMA0 CAPABILITY'
+GOT: b'MBCI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'LJMA0 OK CAPABILITY completed'
-GOT: b'LJMA1 LOGOUT'
+SENT: b'MBCI0 OK CAPABILITY completed'
+GOT: b'MBCI1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'LJMA1 OK LOGOUT completed'
+SENT: b'MBCI1 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78212,13 +78161,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KFKJ0 CAPABILITY'
+GOT: b'EPON0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'KFKJ0 OK CAPABILITY completed'
-GOT: b'KFKJ1 LOGOUT'
+SENT: b'EPON0 OK CAPABILITY completed'
+GOT: b'EPON1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KFKJ1 OK LOGOUT completed'
+SENT: b'EPON1 OK LOGOUT completed'
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78228,17 +78177,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'FCPH0 CAPABILITY'
+GOT: b'KJAD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FCPH0 OK CAPABILITY completed'
-GOT: b'FCPH1 AUTHENTICATE MYAUTH'
+SENT: b'KJAD0 OK CAPABILITY completed'
+GOT: b'KJAD1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FCPH1 NO [AUTHENTICATIONFAILED] invalid'
-GOT: b'FCPH2 LOGOUT'
+SENT: b'KJAD1 NO [AUTHENTICATIONFAILED] invalid'
+GOT: b'KJAD2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'FCPH2 OK LOGOUT completed'
+SENT: b'KJAD2 OK LOGOUT completed'
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78257,10 +78206,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'EPCC0 CAPABILITY'
+GOT: b'LLCK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'EPCC0 OK CAPABILITY completed'
waiting for server
+SENT: b'LLCK0 OK CAPABILITY completed'
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78279,17 +78228,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'GABH0 CAPABILITY'
+GOT: b'CJPA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'GABH0 OK CAPABILITY completed'
-GOT: b'GABH1 AUTHENTICATE CRAM-MD5'
+SENT: b'CJPA0 OK CAPABILITY completed'
+GOT: b'CJPA1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'GABH1 OK CRAM-MD5 successful'
-GOT: b'GABH2 LOGOUT'
+SENT: b'CJPA1 OK CRAM-MD5 successful'
+GOT: b'CJPA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GABH2 OK LOGOUT completed'
+SENT: b'CJPA2 OK LOGOUT completed'
done
creating server
server created
@@ -78298,17 +78247,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'KOMD0 CAPABILITY'
+GOT: b'JHND0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'KOMD0 OK CAPABILITY completed'
-GOT: b'KOMD1 AUTHENTICATE CRAM-MD5'
+SENT: b'JHND0 OK CAPABILITY completed'
+GOT: b'JHND1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'KOMD1 OK CRAM-MD5 successful'
-GOT: b'KOMD2 LOGOUT'
+SENT: b'JHND1 OK CRAM-MD5 successful'
+GOT: b'JHND2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KOMD2 OK LOGOUT completed'
+SENT: b'JHND2 OK LOGOUT completed'
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78318,19 +78267,19 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KLKN0 CAPABILITY'
+GOT: b'OAPP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'KLKN0 OK CAPABILITY completed'
-GOT: b'KLKN1 AUTHENTICATE MYAUTH'
+SENT: b'OAPP0 OK CAPABILITY completed'
+GOT: b'OAPP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'KLKN1 OK FAKEAUTH successful'
-GOT: b'KLKN2 ENABLE UTF8=ACCEPT'
-SENT: b'KLKN2 OK ENABLE successful'
-GOT: b'KLKN3 LOGOUT'
+SENT: b'OAPP1 OK FAKEAUTH successful'
+GOT: b'OAPP2 ENABLE UTF8=ACCEPT'
+SENT: b'OAPP2 OK ENABLE successful'
+GOT: b'OAPP3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KLKN3 OK LOGOUT completed'
+SENT: b'OAPP3 OK LOGOUT completed'
done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78340,13 +78289,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'MEHN0 CAPABILITY'
+GOT: b'PHGM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MEHN0 OK CAPABILITY completed'
-GOT: b'MEHN1 LOGOUT'
+SENT: b'PHGM0 OK CAPABILITY completed'
+GOT: b'PHGM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'MEHN1 OK LOGOUT completed'
+SENT: b'PHGM1 OK LOGOUT completed'
done
ok
test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78364,9 +78313,9 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'GCII0 CAPABILITY'
+GOT: b'OLDB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GCII0 OK CAPABILITY completed'
+SENT: b'OLDB0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -78377,17 +78326,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'PFCH0 CAPABILITY'
+GOT: b'NHKM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'PFCH0 OK CAPABILITY completed'
-GOT: b'PFCH1 AUTHENTICATE MYAUTH'
+SENT: b'NHKM0 OK CAPABILITY completed'
+GOT: b'NHKM1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'PFCH1 OK FAKEAUTH successful'
-GOT: b'PFCH2 LOGOUT'
+SENT: b'NHKM1 OK FAKEAUTH successful'
+GOT: b'NHKM2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'PFCH2 OK LOGOUT completed'
+SENT: b'NHKM2 OK LOGOUT completed'
done
creating server
server created
@@ -78396,17 +78345,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'IALH0 CAPABILITY'
+GOT: b'OPDO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IALH0 OK CAPABILITY completed'
-GOT: b'IALH1 AUTHENTICATE MYAUTH'
+SENT: b'OPDO0 OK CAPABILITY completed'
+GOT: b'OPDO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'IALH1 OK FAKEAUTH successful'
-GOT: b'IALH2 LOGOUT'
+SENT: b'OPDO1 OK FAKEAUTH successful'
+GOT: b'OPDO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'IALH2 OK LOGOUT completed'
+SENT: b'OPDO2 OK LOGOUT completed'
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78416,15 +78365,15 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'GBCF0 CAPABILITY'
+GOT: b'FLFB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GBCF0 OK CAPABILITY completed'
-GOT: b'GBCF1 LOGIN user "pass"'
-SENT: b'GBCF1 OK LOGIN completed'
-GOT: b'GBCF2 LOGOUT'
+SENT: b'FLFB0 OK CAPABILITY completed'
+GOT: b'FLFB1 LOGIN user "pass"'
+SENT: b'FLFB1 OK LOGIN completed'
+GOT: b'FLFB2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GBCF2 OK LOGOUT completed'
+SENT: b'FLFB2 OK LOGOUT completed'
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -78434,24 +78383,24 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CEJO0 CAPABILITY'
+GOT: b'GAGL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CEJO0 OK CAPABILITY completed'
-GOT: b'CEJO1 LOGIN user "pass"'
-SENT: b'CEJO1 OK LOGIN completed'
-GOT: b'CEJO2 LOGOUT'
+SENT: b'GAGL0 OK CAPABILITY completed'
+GOT: b'GAGL1 LOGIN user "pass"'
+SENT: b'GAGL1 OK LOGIN completed'
+GOT: b'GAGL2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CEJO2 OK LOGOUT completed'
+SENT: b'GAGL2 OK LOGOUT completed'
done
ok
----------------------------------------------------------------------
-Ran 95 tests in 9.699s
+Ran 95 tests in 9.433s
OK (skipped=8)
-0:07:08 load avg: 0.92 [182/416/1] test_imghdr
+0:08:11 load avg: 0.77 [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)
@@ -78466,10 +78415,10 @@ PASS: test_unseekable (test.test_imghdr.TestImghdr)
----------------------------------------------------------------------
-Ran 11 tests in 0.013s
+Ran 11 tests in 0.015s
OK
-0:07:08 load avg: 0.92 [183/416/1] test_imp
+0:08:11 load avg: 0.77 [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)
@@ -78500,10 +78449,10 @@ PASS: test_with_deleted_parent (test.test_imp.ReloadTests)
----------------------------------------------------------------------
-Ran 27 tests in 0.116s
+Ran 27 tests in 0.134s
OK
-0:07:08 load avg: 0.92 [184/416/1] test_import
+0:08:11 load avg: 0.77 [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)
@@ -78582,10 +78531,10 @@ PASS: test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPack
----------------------------------------------------------------------
-Ran 75 tests in 0.354s
+Ran 75 tests in 0.484s
OK (skipped=2)
-0:07:09 load avg: 0.92 [185/416/1] test_importlib
+0:08:12 load avg: 0.77 [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)
@@ -79886,10 +79835,10 @@ SKIP: test.test_importlib.test_windows (unittest.loader.ModuleSkipped) "No modul
----------------------------------------------------------------------
-Ran 1267 tests in 1.123s
+Ran 1267 tests in 1.469s
OK (skipped=17, expected failures=1)
-0:07:10 load avg: 0.92 [186/416/1] test_index
+0:08:14 load avg: 0.77 [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)
@@ -79948,10 +79897,10 @@ PASS: test_wrappers (test.test_index.TupleTestCase)
----------------------------------------------------------------------
-Ran 55 tests in 0.010s
+Ran 55 tests in 0.015s
OK
-0:07:10 load avg: 0.92 [187/416/1] test_inspect
+0:08:14 load avg: 0.77 [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)
@@ -80180,10 +80129,10 @@ PASS: test_range_traceback_toplevel_frame (test.test_inspect.TestGettingSourceOf
----------------------------------------------------------------------
-Ran 224 tests in 0.397s
+Ran 224 tests in 0.643s
OK
-0:07:11 load avg: 0.92 [188/416/1] test_int
+0:08:15 load avg: 0.77 [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)
@@ -80205,10 +80154,10 @@ PASS: test_underscores (test.test_int.IntTestCases)
----------------------------------------------------------------------
-Ran 16 tests in 0.008s
+Ran 16 tests in 0.017s
OK
-0:07:11 load avg: 0.92 [189/416/1] test_int_literal
+0:08:15 load avg: 0.79 [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)
@@ -80218,10 +80167,10 @@ PASS: test_oct_unsigned (test.test_int_literal.TestHexOctBin)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.002s
OK
-0:07:11 load avg: 0.92 [190/416/1] test_io
+0:08:15 load avg: 0.79 [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)
@@ -80829,12 +80778,12 @@ PASS: test_interrupted_write_unbuffered (test.test_io.PySignalsTest)
----------------------------------------------------------------------
-Ran 602 tests in 33.804s
+Ran 602 tests in 37.327s
OK (skipped=12)
-0:07:45 load avg: 0.76 [191/416/1] test_ioctl -- test_io passed in 34 sec 59 ms
+0:08:53 load avg: 0.61 [191/416/1] test_ioctl -- test_io passed in 37 sec 500 ms
test_ioctl skipped -- Unable to open /dev/tty
-0:07:45 load avg: 0.76 [192/416/1] test_ipaddress -- test_ioctl skipped
+0:08:53 load avg: 0.61 [192/416/1] test_ipaddress -- test_ioctl skipped
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)
@@ -81023,10 +80972,10 @@ PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6)
----------------------------------------------------------------------
-Ran 185 tests in 0.174s
+Ran 185 tests in 0.202s
OK
-0:07:46 load avg: 0.76 [193/416/1] test_isinstance
+0:08:53 load avg: 0.61 [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)
@@ -81046,10 +80995,10 @@ PASS: test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassE
----------------------------------------------------------------------
-Ran 16 tests in 0.024s
+Ran 16 tests in 0.019s
OK
-0:07:46 load avg: 0.76 [194/416/1] test_iter
+0:08:53 load avg: 0.61 [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)
@@ -81107,10 +81056,10 @@ PASS: test_writelines (test.test_iter.TestCase)
----------------------------------------------------------------------
-Ran 54 tests in 0.144s
+Ran 54 tests in 0.124s
OK
-0:07:46 load avg: 0.76 [195/416/1] test_iterlen
+0:08:54 load avg: 0.61 [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)
@@ -81136,10 +81085,10 @@ PASS: test_invariant (test.test_iterlen.TestXrangeCustomReversed)
----------------------------------------------------------------------
-Ran 22 tests in 0.006s
+Ran 22 tests in 0.007s
OK
-0:07:46 load avg: 0.76 [196/416/1] test_itertools
+0:08:54 load avg: 0.61 [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)
@@ -81261,7 +81210,7 @@ PASS: test_product_sizeof (test.test_itertools.SizeofTest)
----------------------------------------------------------------------
-Ran 118 tests in 2.821s
+Ran 118 tests in 4.043s
OK (skipped=4)
Trying:
@@ -81893,7 +81842,7 @@ ok
70 passed and 0 failed.
Test passed.
doctest (test.test_itertools) ... 70 tests with zero failures
-0:07:49 load avg: 0.78 [197/416/1] test_json
+0:08:58 load avg: 0.64 [197/416/1] test_json
json ()
PASS: Doctest: json
encode (json.encoder.JSONEncoder)
@@ -82054,10 +82003,10 @@ PASS: test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode)
----------------------------------------------------------------------
-Ran 153 tests in 1.344s
+Ran 153 tests in 2.739s
OK (skipped=1)
-0:07:51 load avg: 0.78 [198/416/1] test_keyword
+0:09:01 load avg: 0.67 [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)
@@ -82071,10 +82020,10 @@ PASS: test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword)
----------------------------------------------------------------------
-Ran 10 tests in 0.121s
+Ran 10 tests in 0.179s
OK (skipped=1)
-0:07:51 load avg: 0.78 [199/416/1] test_keywordonlyarg
+0:09:02 load avg: 0.67 [199/416/1] test_keywordonlyarg
PASS: testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
PASS: testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
PASS: testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
@@ -82089,12 +82038,12 @@ PASS: test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.004s
+Ran 11 tests in 0.008s
OK
-0:07:51 load avg: 0.78 [200/416/1] test_kqueue
+0:09:02 load avg: 0.67 [200/416/1] test_kqueue
test_kqueue skipped -- test works only on BSD
-0:07:51 load avg: 0.78 [201/416/1] test_largefile -- test_kqueue skipped
+0:09:02 load avg: 0.67 [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)
@@ -82110,10 +82059,10 @@ PASS: test_truncate (test.test_largefile.PyLargeFileTest)
----------------------------------------------------------------------
-Ran 12 tests in 0.005s
+Ran 12 tests in 0.010s
OK (skipped=2)
-0:07:51 load avg: 0.78 [202/416/1] test_lib2to3
+0:09:02 load avg: 0.67 [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)
@@ -82774,10 +82723,10 @@ PASS: test_name_import (lib2to3.tests.test_util.Test_touch_import)
----------------------------------------------------------------------
-Ran 654 tests in 9.332s
+Ran 654 tests in 17.631s
OK (skipped=1)
-0:08:01 load avg: 0.89 [203/416/1] test_linecache
+0:09:20 load avg: 0.76 [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)
@@ -82800,10 +82749,10 @@ PASS: test_getlines (test.test_linecache.SingleEmptyLine)
----------------------------------------------------------------------
-Ran 19 tests in 0.009s
+Ran 19 tests in 0.016s
OK
-0:08:01 load avg: 0.89 [204/416/1] test_list
+0:09:20 load avg: 0.76 [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)
@@ -82860,10 +82809,10 @@ PASS: test_truth (test.test_list.ListTest)
----------------------------------------------------------------------
-Ran 53 tests in 0.249s
+Ran 53 tests in 0.336s
OK
-0:08:02 load avg: 0.89 [205/416/1] test_listcomps
+0:09:21 load avg: 0.76 [205/416/1] test_listcomps
Trying:
sum([i*i for i in range(100) if i&1 == 1])
Expecting:
@@ -83041,7 +82990,7 @@ ok
33 passed and 0 failed.
Test passed.
doctest (test.test_listcomps) ... 33 tests with zero failures
-0:08:02 load avg: 0.89 [206/416/1] test_locale
+0:09:21 load avg: 0.76 [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)
@@ -83105,10 +83054,10 @@ PASS: test_delocalize (test.test_locale.TestfrFRDelocalizeTest)
----------------------------------------------------------------------
-Ran 60 tests in 0.029s
+Ran 60 tests in 0.125s
OK
-0:08:02 load avg: 0.89 [207/416/1] test_logging
+0:09:21 load avg: 0.76 [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)
@@ -83293,10 +83242,10 @@ PASS: test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest)
----------------------------------------------------------------------
-Ran 177 tests in 21.031s
+Ran 177 tests in 21.192s
OK (skipped=1)
-0:08:23 load avg: 0.93 [208/416/1] test_long
+0:09:43 load avg: 0.81 [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)
@@ -83329,18 +83278,18 @@ PASS: test_true_division (test.test_long.LongTest)
----------------------------------------------------------------------
-Ran 29 tests in 2.349s
+Ran 29 tests in 4.290s
OK (skipped=2)
-0:08:26 load avg: 0.93 [209/416/1] test_longexp
+0:09:47 load avg: 0.83 [209/416/1] test_longexp
PASS: test_longexp (test.test_longexp.LongExpText)
----------------------------------------------------------------------
-Ran 1 test in 0.103s
+Ran 1 test in 0.120s
OK
-0:08:26 load avg: 0.93 [210/416/1] test_lzma
+0:09:47 load avg: 0.83 [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)
@@ -83459,10 +83408,10 @@ PASS: test_is_check_supported (test.test_lzma.MiscellaneousTestCase)
----------------------------------------------------------------------
-Ran 114 tests in 3.627s
+Ran 114 tests in 4.322s
OK (skipped=1)
-0:08:30 load avg: 0.94 [211/416/1] test_macpath
+0:09:52 load avg: 0.84 [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)
@@ -83499,10 +83448,10 @@ PASS: test_splitext (test.test_macpath.MacPathTestCase)
----------------------------------------------------------------------
-Ran 33 tests in 0.042s
+Ran 33 tests in 0.057s
OK (skipped=2)
-0:08:30 load avg: 0.94 [212/416/1] test_mailbox
+0:09:52 load avg: 0.84 [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)
@@ -83867,10 +83816,10 @@ PASS: test__all__ (test.test_mailbox.MiscTestCase)
----------------------------------------------------------------------
-Ran 360 tests in 0.625s
+Ran 360 tests in 0.902s
OK
-0:08:30 load avg: 0.94 [213/416/1] test_mailcap
+0:09:53 load avg: 0.84 [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)
@@ -83882,10 +83831,10 @@ PASS: test_subst (test.test_mailcap.HelperFunctionTest)
----------------------------------------------------------------------
-Ran 8 tests in 0.006s
+Ran 8 tests in 0.010s
OK
-0:08:31 load avg: 0.94 [214/416/1] test_marshal
+0:09:53 load avg: 0.84 [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)
@@ -83947,10 +83896,10 @@ PASS: test_unicode (test.test_marshal.StringTestCase)
----------------------------------------------------------------------
-Ran 58 tests in 0.187s
+Ran 58 tests in 0.185s
OK (skipped=7)
-0:08:31 load avg: 0.94 [215/416/1] test_math
+0:09:54 load avg: 0.84 [215/416/1] test_math
PASS: testAcos (test.test_math.MathTests)
PASS: testAcosh (test.test_math.MathTests)
PASS: testAsin (test.test_math.MathTests)
@@ -84015,10 +83964,10 @@ PASS: Doctest: ieee754.txt
----------------------------------------------------------------------
-Ran 60 tests in 1.433s
+Ran 60 tests in 2.547s
OK (skipped=1)
-0:08:33 load avg: 0.94 [216/416/1] test_memoryio
+0:09:57 load avg: 0.85 [216/416/1] test_memoryio
PASS: testInit (test.test_memoryio.CBytesIOTest)
PASS: testRead (test.test_memoryio.CBytesIOTest)
PASS: testReadNoArgs (test.test_memoryio.CBytesIOTest)
@@ -84188,10 +84137,10 @@ PASS: test_writelines_error (test.test_memoryio.PyStringIOTest)
----------------------------------------------------------------------
-Ran 166 tests in 0.189s
+Ran 166 tests in 0.259s
OK
-0:08:33 load avg: 0.94 [217/416/1] test_memoryview
+0:09:57 load avg: 0.85 [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)
@@ -84329,10 +84278,10 @@ PASS: test_pickle (test.test_memoryview.OtherTest)
----------------------------------------------------------------------
-Ran 134 tests in 1.363s
+Ran 134 tests in 1.270s
OK (skipped=18)
-0:08:34 load avg: 0.95 [218/416/1] test_metaclass
+0:09:58 load avg: 0.85 [218/416/1] test_metaclass
Trying:
class C:
def meth(self): print("Hello")
@@ -84691,7 +84640,7 @@ ok
62 passed and 0 failed.
Test passed.
doctest (test.test_metaclass) ... 62 tests with zero failures
-0:08:35 load avg: 0.95 [219/416/1] test_mimetypes
+0:09:59 load avg: 0.85 [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)
@@ -84703,10 +84652,10 @@ SKIP: test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase) 'Window
----------------------------------------------------------------------
-Ran 8 tests in 0.008s
+Ran 8 tests in 0.026s
OK (skipped=1)
-0:08:35 load avg: 0.95 [220/416/1] test_minidom
+0:09:59 load avg: 0.85 [220/416/1] test_minidom
PASS: testAAA (test.test_minidom.MinidomTest)
PASS: testAAB (test.test_minidom.MinidomTest)
PASS: testAddAttr (test.test_minidom.MinidomTest)
@@ -84831,10 +84780,10 @@ PASS: test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest)
----------------------------------------------------------------------
-Ran 121 tests in 0.051s
+Ran 121 tests in 0.063s
OK
-0:08:35 load avg: 0.95 [221/416/1] test_mmap
+0:09:59 load avg: 0.85 [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)
@@ -84875,10 +84824,10 @@ PASS: test_large_offset (test.test_mmap.LargeMmapTests)
----------------------------------------------------------------------
-Ran 37 tests in 0.136s
+Ran 37 tests in 0.152s
OK (skipped=4)
-0:08:35 load avg: 0.95 [222/416/1] test_module
+0:09:59 load avg: 0.85 [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)
@@ -84912,10 +84861,10 @@ PASS: test_weakref (test.test_module.ModuleTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.413s
+Ran 30 tests in 0.428s
OK
-0:08:36 load avg: 0.95 [223/416/1] test_modulefinder
+0:10:00 load avg: 1.03 [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)
@@ -84930,12 +84879,12 @@ PASS: test_replace_paths (test.test_modulefinder.ModuleFinderTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.332s
+Ran 11 tests in 0.318s
OK
-0:08:36 load avg: 0.95 [224/416/1] test_msilib
+0:10:01 load avg: 1.03 [224/416/1] test_msilib
test_msilib skipped -- No module named 'msilib'
-0:08:37 load avg: 0.95 [225/416/1] test_multibytecodec -- test_msilib skipped
+0:10:01 load avg: 1.03 [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)
@@ -84967,10 +84916,10 @@ PASS: test_utf_8 (test.test_multibytecodec.Test_StreamWriter)
----------------------------------------------------------------------
-Ran 28 tests in 1.216s
+Ran 28 tests in 1.951s
OK
-0:08:38 load avg: 0.95 [226/416/1] test_multiprocessing_fork
+0:10:03 load avg: 1.03 [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)
@@ -85301,10 +85250,10 @@ PASS: test_import (test.test_multiprocessing_fork._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 79.958s
+Ran 327 tests in 75.698s
OK (skipped=32)
-0:09:58 load avg: 0.83 [227/416/1] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 20 sec
+0:11:19 load avg: 0.97 [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)
@@ -85635,10 +85584,10 @@ PASS: test_import (test.test_multiprocessing_forkserver._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 98.471s
+Ran 327 tests in 95.872s
OK (skipped=28)
-0:11:37 load avg: 0.95 [228/416/1] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 38 sec
+0:12:55 load avg: 1.48 [228/416/1] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 36 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)
@@ -85681,10 +85630,10 @@ PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLin
----------------------------------------------------------------------
-Ran 39 tests in 19.643s
+Ran 39 tests in 17.238s
OK
-0:11:57 load avg: 1.11 [229/416/1] test_multiprocessing_spawn
+0:13:12 load avg: 1.67 [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)
@@ -86015,10 +85964,10 @@ PASS: test_import (test.test_multiprocessing_spawn._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 115.256s
+Ran 327 tests in 118.147s
OK (skipped=31)
-0:13:52 load avg: 1.23 [230/416/1] test_netrc -- test_multiprocessing_spawn passed in 1 min 55 sec
+0:15:11 load avg: 1.23 [230/416/1] test_netrc -- test_multiprocessing_spawn passed in 1 min 58 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)
@@ -86037,18 +85986,18 @@ PASS: test_security (test.test_netrc.NetrcTestCase)
----------------------------------------------------------------------
-Ran 15 tests in 0.023s
+Ran 15 tests in 0.015s
OK
-0:13:52 load avg: 1.23 [231/416/1] test_nis
+0:15:11 load avg: 1.23 [231/416/1] test_nis
SKIP: test_maps (test.test_nis.NisTests) 'Local domain name not set'
----------------------------------------------------------------------
-Ran 1 test in 0.000s
+Ran 1 test in 0.001s
OK (skipped=1)
-0:13:53 load avg: 1.23 [232/416/1] test_nntplib
+0:15:11 load avg: 1.23 [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)
@@ -86125,19 +86074,19 @@ PASS: test_we_are_in_reader_mode_after_connect (test.test_nntplib.SendReaderNNTP
----------------------------------------------------------------------
-Ran 71 tests in 0.110s
+Ran 71 tests in 0.103s
OK (skipped=2)
-0:13:53 load avg: 1.21 [233/416/1] test_normalization
+0:15:11 load avg: 1.23 [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.002s
+Ran 2 tests in 0.001s
OK (skipped=1)
-0:13:53 load avg: 1.21 [234/416/1] test_ntpath
+0:15:11 load avg: 1.23 [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)
@@ -86203,10 +86152,10 @@ PASS: test_splitext (test.test_ntpath.TestNtpath)
----------------------------------------------------------------------
-Ran 62 tests in 0.158s
+Ran 62 tests in 0.101s
OK (skipped=2)
-0:13:54 load avg: 1.21 [235/416/1] test_numeric_tower
+0:15:12 load avg: 1.23 [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)
@@ -86219,10 +86168,10 @@ PASS: test_integers (test.test_numeric_tower.HashTest)
----------------------------------------------------------------------
-Ran 9 tests in 0.263s
+Ran 9 tests in 0.248s
OK
-0:13:54 load avg: 1.21 [236/416/1] test_openpty
+0:15:12 load avg: 1.23 [236/416/1] test_openpty
PASS: test (test.test_openpty.OpenptyTest)
----------------------------------------------------------------------
@@ -86230,7 +86179,7 @@ PASS: test (test.test_openpty.OpenptyTest)
Ran 1 test in 0.001s
OK
-0:13:54 load avg: 1.21 [237/416/1] test_operator
+0:15:12 load avg: 1.23 [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)
@@ -86324,10 +86273,10 @@ PASS: test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase)
----------------------------------------------------------------------
-Ran 90 tests in 0.067s
+Ran 90 tests in 0.041s
OK
-0:13:55 load avg: 1.21 [238/416/1] test_optparse
+0:15:13 load avg: 1.23 [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)
@@ -86483,10 +86432,10 @@ PASS: test_version (test.test_optparse.TestVersion)
----------------------------------------------------------------------
-Ran 152 tests in 0.078s
+Ran 152 tests in 0.076s
OK
-0:13:55 load avg: 1.21 [239/416/1] test_ordered_dict
+0:15:13 load avg: 1.23 [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)
@@ -86749,10 +86698,10 @@ PASS: test_write (test.test_ordered_dict.PurePythonSubclassMappingTests)
----------------------------------------------------------------------
-Ran 259 tests in 2.365s
+Ran 259 tests in 2.861s
OK
-0:13:57 load avg: 1.21 [240/416/1] test_os
+0:15:16 load avg: 1.21 [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)
@@ -87028,12 +86977,12 @@ SKIP: test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkT
----------------------------------------------------------------------
-Ran 266 tests in 1.237s
+Ran 266 tests in 1.542s
OK (skipped=47)
-0:13:59 load avg: 1.28 [241/416/1] test_ossaudiodev
+0:15:18 load avg: 1.21 [241/416/1] test_ossaudiodev
test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
-0:13:59 load avg: 1.28 [242/416/1] test_osx_env -- test_ossaudiodev skipped (resource denied)
+0:15:18 load avg: 1.21 [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'
----------------------------------------------------------------------
@@ -87041,7 +86990,7 @@ SKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmen
Ran 1 test in 0.000s
OK (skipped=1)
-0:13:59 load avg: 1.28 [243/416/1] test_parser
+0:15:18 load avg: 1.21 [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)
@@ -87095,10 +87044,10 @@ PASS: test_sizeof (test.test_parser.STObjectTestCase)
----------------------------------------------------------------------
-Ran 50 tests in 0.081s
+Ran 50 tests in 0.089s
OK
-0:13:59 load avg: 1.28 [244/416/1] test_pathlib
+0:15:18 load avg: 1.21 [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)
@@ -87497,10 +87446,10 @@ SKIP: test_with (test.test_pathlib.WindowsPathTest) 'test requires a Windows-com
----------------------------------------------------------------------
-Ran 395 tests in 0.345s
+Ran 395 tests in 0.328s
OK (skipped=114)
-0:14:00 load avg: 1.28 [245/416/1] test_pdb
+0:15:19 load avg: 1.21 [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)
@@ -87563,10 +87512,10 @@ PASS: Doctest: test.test_pdb.test_post_mortem
----------------------------------------------------------------------
-Ran 38 tests in 1.143s
+Ran 38 tests in 1.049s
OK
-0:14:01 load avg: 1.28 [246/416/1] test_peepholer
+0:15:20 load avg: 1.20 [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)
@@ -87588,10 +87537,10 @@ PASS: test_while_one (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
-Ran 18 tests in 0.026s
+Ran 18 tests in 0.034s
OK
-0:14:01 load avg: 1.28 [247/416/1] test_pickle
+0:15:20 load avg: 1.20 [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)
@@ -87733,19 +87682,19 @@ test_import (test.test_pickle.CompatPickleTests) ... No module named 'dbm.bsd'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
+No module named 'winreg'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
-No module named '_gdbm'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
+No module named '_gdbm'
+No module named '_gdbm'
No module named '_tkinter'
-No module named 'winreg'
No module named '_tkinter'
-No module named '_gdbm'
ok
test_import_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter'
No module named '_tkinter'
@@ -88250,7 +88199,7 @@ PASS: test_unpickler (test.test_pickle.SizeofTests)
----------------------------------------------------------------------
-Ran 581 tests in 5.953s
+Ran 581 tests in 11.360s
OK (skipped=20)
Trying:
@@ -88453,7 +88402,7 @@ ok
14 passed and 0 failed.
Test passed.
doctest (pickle) ... 14 tests with zero failures
-0:14:08 load avg: 1.25 [248/416/1] test_pickletools
+0:15:32 load avg: 1.16 [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)
@@ -88538,14 +88487,14 @@ PASS: test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests)
----------------------------------------------------------------------
-Ran 81 tests in 1.048s
+Ran 81 tests in 2.034s
OK
PASS: test__all__ (test.test_pickletools.MiscTestCase)
----------------------------------------------------------------------
-Ran 1 test in 0.000s
+Ran 1 test in 0.001s
OK
Trying:
@@ -89399,7 +89348,7 @@ ok
129 passed and 0 failed.
Test passed.
doctest (pickletools) ... 129 tests with zero failures
-0:14:09 load avg: 1.23 [249/416/1] test_pipes
+0:15:34 load avg: 1.16 [249/416/1] test_pipes
PASS: testBadAppendOptions (test.test_pipes.SimplePipeTests)
PASS: testBadOpenMode (test.test_pipes.SimplePipeTests)
PASS: testBadPrependOptions (test.test_pipes.SimplePipeTests)
@@ -89417,10 +89366,10 @@ PASS: testWriteOpenSource (test.test_pipes.SimplePipeTests)
----------------------------------------------------------------------
-Ran 14 tests in 0.022s
+Ran 14 tests in 0.059s
OK
-0:14:09 load avg: 1.23 [250/416/1] test_pkg
+0:15:34 load avg: 1.16 [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)
@@ -89432,18 +89381,18 @@ PASS: test_8 (test.test_pkg.TestPkg)
----------------------------------------------------------------------
-Ran 8 tests in 0.021s
+Ran 8 tests in 0.025s
OK
-0:14:09 load avg: 1.23 [251/416/1] test_pkgimport
+0:15:35 load avg: 1.16 [251/416/1] test_pkgimport
PASS: test_package_import__semantics (test.test_pkgimport.TestImport)
----------------------------------------------------------------------
-Ran 1 test in 0.002s
+Ran 1 test in 0.004s
OK
-0:14:09 load avg: 1.23 [252/416/1] test_pkgutil
+0:15:35 load avg: 1.15 [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)
@@ -89471,10 +89420,10 @@ PASS: test_loader_deprecated (test.test_pkgutil.ImportlibMigrationTests)
----------------------------------------------------------------------
-Ran 23 tests in 0.024s
+Ran 23 tests in 0.030s
OK
-0:14:09 load avg: 1.23 [253/416/1] test_platform
+0:15:35 load avg: 1.15 [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)
@@ -89503,10 +89452,10 @@ PASS: test_win32_ver (test.test_platform.PlatformTest)
----------------------------------------------------------------------
-Ran 25 tests in 0.144s
+Ran 25 tests in 0.190s
OK (skipped=2)
-0:14:10 load avg: 1.23 [254/416/1] test_plistlib
+0:15:35 load avg: 1.15 [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)
@@ -89542,10 +89491,10 @@ PASS: test__all__ (test.test_plistlib.MiscTestCase)
----------------------------------------------------------------------
-Ran 32 tests in 0.043s
+Ran 32 tests in 0.065s
OK
-0:14:10 load avg: 1.23 [255/416/1] test_poll
+0:15:36 load avg: 1.15 [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)
@@ -89556,10 +89505,10 @@ PASS: test_threaded_poll (test.test_poll.PollTests)
----------------------------------------------------------------------
-Ran 7 tests in 11.148s
+Ran 7 tests in 11.161s
OK
-0:14:21 load avg: 1.04 [256/416/1] test_popen
+0:15:47 load avg: 0.97 [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)
@@ -89568,10 +89517,10 @@ PASS: test_return_code (test.test_popen.PopenTest)
----------------------------------------------------------------------
-Ran 5 tests in 0.180s
+Ran 5 tests in 0.103s
OK
-0:14:22 load avg: 1.04 [257/416/1] test_poplib
+0:15:47 load avg: 0.97 [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)
@@ -89646,10 +89595,10 @@ PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass)
----------------------------------------------------------------------
-Ran 71 tests in 4.448s
+Ran 71 tests in 4.178s
OK
-0:14:26 load avg: 0.96 [258/416/1] test_posix
+0:15:52 load avg: 0.90 [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)
@@ -89749,10 +89698,10 @@ PASS: test_setgroups (test.test_posix.PosixGroupsTester)
----------------------------------------------------------------------
-Ran 96 tests in 0.162s
+Ran 96 tests in 0.153s
OK (skipped=10)
-0:14:27 load avg: 0.96 [259/416/1] test_posixpath
+0:15:52 load avg: 0.90 [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)
@@ -89830,10 +89779,10 @@ PASS: test_splitext (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------
-Ran 74 tests in 0.076s
+Ran 74 tests in 0.075s
OK
-0:14:27 load avg: 0.96 [260/416/1] test_pow
+0:15:52 load avg: 0.90 [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)
@@ -89842,10 +89791,10 @@ PASS: test_powint (test.test_pow.PowTest)
----------------------------------------------------------------------
-Ran 5 tests in 0.070s
+Ran 5 tests in 0.109s
OK
-0:14:27 load avg: 0.96 [261/416/1] test_pprint
+0:15:53 load avg: 0.90 [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)
@@ -89878,10 +89827,10 @@ PASS: test_width (test.test_pprint.QueryTestCase)
----------------------------------------------------------------------
-Ran 29 tests in 0.061s
+Ran 29 tests in 0.109s
OK (expected failures=1)
-0:14:28 load avg: 0.96 [262/416/1] test_print
+0:15:53 load avg: 0.90 [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)
@@ -89894,10 +89843,10 @@ PASS: test_string_with_soft_space (test.test_print.TestPy2MigrationHint)
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.005s
OK
-0:14:28 load avg: 0.96 [263/416/1] test_profile
+0:15:53 load avg: 0.90 [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)
@@ -89905,10 +89854,10 @@ PASS: test_runctx (test.test_profile.ProfileTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.009s
+Ran 4 tests in 0.013s
OK
-0:14:28 load avg: 0.96 [264/416/1] test_property
+0:15:53 load avg: 0.90 [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)
@@ -89926,10 +89875,10 @@ SKIP: test_refleaks_in___init__ (test.test_property.PropertyTests) "object <modu
----------------------------------------------------------------------
-Ran 14 tests in 0.003s
+Ran 14 tests in 0.006s
OK (skipped=1)
-0:14:28 load avg: 0.96 [265/416/1] test_pstats
+0:15:54 load avg: 0.90 [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)
@@ -89940,10 +89889,10 @@ PASS: test_sort_stats_string (test.test_pstats.StatsTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 0.057s
+Ran 7 tests in 0.114s
OK
-0:14:28 load avg: 0.96 [266/416/1] test_pty
+0:15:54 load avg: 0.90 [266/416/1] test_pty
test_basic (test.test_pty.PtyTest) ... Calling master_open()
Got master_fd '9', slave_name '/dev/pts/0'
Calling slave_open('/dev/pts/0')
@@ -89952,8 +89901,8 @@ Writing to slave_fd
Writing chunked output
ok
test_fork (test.test_pty.PtyTest) ... calling pty.fork()
-Waiting for child (14905) to finish.
-Child (14905) exited with status 4 (1024).
+Waiting for child (13667) to finish.
+Child (13667) 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.
@@ -89962,10 +89911,10 @@ PASS: Test the normal data case on both master_fd and stdin.
----------------------------------------------------------------------
-Ran 4 tests in 0.009s
+Ran 4 tests in 0.013s
OK
-0:14:28 load avg: 0.96 [267/416/1] test_pulldom
+0:15:54 load avg: 0.90 [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)
@@ -89990,20 +89939,20 @@ PASS: Test some of the hard-to-reach parts of SAX2DOM.
----------------------------------------------------------------------
-Ran 11 tests in 0.011s
+Ran 11 tests in 0.018s
OK (expected failures=3)
-0:14:28 load avg: 0.96 [268/416/1] test_pwd
+0:15:54 load avg: 0.90 [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)
----------------------------------------------------------------------
-Ran 3 tests in 0.002s
+Ran 3 tests in 0.003s
OK
-0:14:29 load avg: 0.96 [269/416/1] test_py_compile
+0:15:54 load avg: 0.90 [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)
@@ -90031,10 +89980,10 @@ PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEp
----------------------------------------------------------------------
-Ran 24 tests in 0.018s
+Ran 24 tests in 0.021s
OK (skipped=2)
-0:14:29 load avg: 0.96 [270/416/1] test_pyclbr
+0:15:55 load avg: 0.90 [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)
@@ -90043,10 +89992,10 @@ PASS: test_others (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------
-Ran 5 tests in 1.382s
+Ran 5 tests in 2.940s
OK
-0:14:30 load avg: 0.96 [271/416/1] test_pydoc
+0:15:58 load avg: 0.90 [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)
@@ -90104,10 +90053,10 @@ PASS: test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.Tes
----------------------------------------------------------------------
-Ran 54 tests in 3.139s
+Ran 54 tests in 3.557s
OK (skipped=3)
-0:14:34 load avg: 0.89 [272/416/1] test_pyexpat
+0:16:02 load avg: 0.91 [272/416/1] test_pyexpat
PASS: test1 (test.test_pyexpat.BufferTextTest)
PASS: test2 (test.test_pyexpat.BufferTextTest)
PASS: test3 (test.test_pyexpat.BufferTextTest)
@@ -90150,10 +90099,10 @@ PASS: test_parse_only_xml_data (test.test_pyexpat.sf1296433Test)
----------------------------------------------------------------------
-Ran 39 tests in 0.014s
+Ran 39 tests in 0.034s
OK
-0:14:34 load avg: 0.89 [273/416/1] test_queue
+0:16:02 load avg: 0.91 [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)
@@ -90192,10 +90141,10 @@ PASS: test_shrinking_queue (test.test_queue.QueueTest)
----------------------------------------------------------------------
-Ran 35 tests in 4.309s
+Ran 35 tests in 4.197s
OK
-0:14:38 load avg: 0.89 [274/416/1] test_quopri
+0:16:06 load avg: 4.84 [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)
@@ -90210,10 +90159,10 @@ PASS: test_scriptencode (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.117s
+Ran 11 tests in 0.114s
OK
-0:14:39 load avg: 0.89 [275/416/1] test_raise
+0:16:07 load avg: 4.84 [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)
@@ -90252,10 +90201,10 @@ PASS: test_constructor (test.test_raise.TestTracebackType)
----------------------------------------------------------------------
-Ran 35 tests in 0.009s
+Ran 35 tests in 0.013s
OK
-0:14:39 load avg: 0.89 [276/416/1] test_random
+0:16:07 load avg: 4.84 [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)
@@ -90331,10 +90280,10 @@ PASS: test_random_subclass_with_kwargs (test.test_random.TestModule)
----------------------------------------------------------------------
-Ran 72 tests in 1.283s
+Ran 72 tests in 1.607s
OK
-0:14:41 load avg: 0.89 [277/416/1] test_range
+0:16:09 load avg: 4.84 [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)
@@ -90362,10 +90311,10 @@ PASS: test_user_index_method (test.test_range.RangeTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.324s
+Ran 24 tests in 0.693s
OK
-0:14:41 load avg: 0.89 [278/416/1] test_re
+0:16:10 load avg: 4.84 [278/416/1] test_re
test_re_benchmarks (test.test_re.ExternalTests)
PASS: re_tests benchmarks
test_re_tests (test.test_re.ExternalTests)
@@ -90496,10 +90445,10 @@ PASS: test_zerowidth (test.test_re.ReTests)
----------------------------------------------------------------------
-Ran 124 tests in 0.779s
+Ran 124 tests in 1.298s
OK (skipped=2)
-0:14:42 load avg: 0.89 [279/416/1] test_readline
+0:16:11 load avg: 4.54 [279/416/1] test_readline
readline version: 0x800
readline runtime version: 0x800
readline library version: '8.0'
@@ -90515,10 +90464,10 @@ SKIP: test_nonascii (test.test_readline.TestReadline) "the LC_CTYPE locale is 'C
----------------------------------------------------------------------
-Ran 8 tests in 0.083s
+Ran 8 tests in 0.106s
OK (skipped=2)
-0:14:42 load avg: 0.89 [280/416/1] test_regrtest
+0:16:11 load avg: 4.54 [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)
@@ -90592,18 +90541,18 @@ PASS: test_format_duration (test.test_regrtest.TestUtils)
----------------------------------------------------------------------
-Ran 70 tests in 7.990s
+Ran 70 tests in 11.683s
OK (skipped=5)
-0:14:50 load avg: 1.31 [281/416/1] test_repl
+0:16:23 load avg: 3.99 [281/416/1] test_repl
PASS: test_no_memory (test.test_repl.TestInteractiveInterpreter)
----------------------------------------------------------------------
-Ran 1 test in 0.022s
+Ran 1 test in 0.049s
OK
-0:14:51 load avg: 1.31 [282/416/1] test_reprlib
+0:16:24 load avg: 3.99 [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)
@@ -90630,10 +90579,10 @@ PASS: test_recursive_repr (test.test_reprlib.TestRecursiveRepr)
----------------------------------------------------------------------
-Ran 23 tests in 0.012s
+Ran 23 tests in 0.019s
OK (skipped=2)
-0:14:51 load avg: 1.31 [283/416/1] test_resource
+0:16:24 load avg: 3.99 [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)
@@ -90648,10 +90597,10 @@ PASS: test_setrusage_refcount (test.test_resource.ResourceTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.080s
+Ran 11 tests in 0.107s
OK
-0:14:51 load avg: 1.31 [284/416/1] test_richcmp
+0:16:24 load avg: 3.99 [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)
@@ -90666,10 +90615,10 @@ PASS: test_mixed (test.test_richcmp.VectorTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.010s
+Ran 11 tests in 0.018s
OK
-0:14:51 load avg: 1.31 [285/416/1] test_rlcompleter
+0:16:24 load avg: 3.99 [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)
@@ -90680,10 +90629,10 @@ PASS: test_uncreated_attr (test.test_rlcompleter.TestRlcompleter)
----------------------------------------------------------------------
-Ran 7 tests in 0.004s
+Ran 7 tests in 0.009s
OK
-0:14:51 load avg: 1.31 [286/416/1] test_robotparser
+0:16:24 load avg: 3.99 [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)
@@ -90725,10 +90674,10 @@ PASS: test_good_urls (test.test_robotparser.UserAgentWildcardTest)
----------------------------------------------------------------------
-Ran 37 tests in 0.016s
+Ran 37 tests in 0.024s
OK (skipped=1)
-0:14:51 load avg: 1.31 [287/416/1] test_runpy
+0:16:25 load avg: 3.99 [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)
@@ -90762,10 +90711,10 @@ PASS: test_zipfile_error (test.test_runpy.RunPathTestCase)
----------------------------------------------------------------------
-Ran 30 tests in 0.627s
+Ran 30 tests in 1.083s
OK
-0:14:52 load avg: 1.31 [288/416/1] test_sax
+0:16:26 load avg: 3.75 [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)
@@ -90944,10 +90893,10 @@ PASS: test_nsattrs_wattr (test.test_sax.XmlReaderTest)
----------------------------------------------------------------------
-Ran 175 tests in 0.069s
+Ran 175 tests in 0.102s
OK
-0:14:52 load avg: 1.31 [289/416/1] test_sched
+0:16:26 load avg: 3.75 [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)
@@ -90961,10 +90910,10 @@ PASS: test_run_non_blocking (test.test_sched.TestCase)
----------------------------------------------------------------------
-Ran 10 tests in 0.546s
+Ran 10 tests in 0.547s
OK
-0:14:53 load avg: 1.20 [290/416/1] test_scope
+0:16:27 load avg: 3.75 [290/416/1] test_scope
PASS: testBoundAndFree (test.test_scope.ScopeTests)
PASS: testCellIsKwonlyArg (test.test_scope.ScopeTests)
PASS: testCellLeak (test.test_scope.ScopeTests)
@@ -91006,10 +90955,10 @@ PASS: testUnoptimizedNamespaces (test.test_scope.ScopeTests)
----------------------------------------------------------------------
-Ran 38 tests in 0.011s
+Ran 38 tests in 0.013s
OK
-0:14:53 load avg: 1.20 [291/416/1] test_script_helper
+0:16:27 load avg: 3.75 [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)
@@ -91027,7 +90976,7 @@ PASS: test_interpreter_requires_environment_with_pythonhome (test.test_script_he
Ran 10 tests in 0.108s
OK
-0:14:54 load avg: 1.20 [292/416/1] test_secrets
+0:16:28 load avg: 3.75 [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)
@@ -91042,10 +90991,10 @@ PASS: test_token_urlsafe (test.test_secrets.Token_Tests)
----------------------------------------------------------------------
-Ran 11 tests in 0.003s
+Ran 11 tests in 0.005s
OK
-0:14:54 load avg: 1.20 [293/416/1] test_select
+0:16:28 load avg: 3.75 [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)
@@ -91078,10 +91027,10 @@ PASS: test_select_mutated (test.test_select.SelectTestCase)
----------------------------------------------------------------------
-Ran 5 tests in 11.039s
+Ran 5 tests in 11.038s
OK
-0:15:05 load avg: 1.02 [294/416/1] test_selectors
+0:16:39 load avg: 3.17 [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)
@@ -91199,10 +91148,10 @@ SKIP: test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTes
----------------------------------------------------------------------
-Ran 114 tests in 14.537s
+Ran 114 tests in 14.414s
OK (skipped=40)
-0:15:20 load avg: 0.79 [295/416/1] test_set
+0:16:54 load avg: 2.62 [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)
@@ -91761,10 +91710,10 @@ PASS: test_merge_and_mutate (test.test_set.TestWeirdBugs)
----------------------------------------------------------------------
-Ran 554 tests in 1.613s
+Ran 554 tests in 1.976s
OK (skipped=3)
-0:15:22 load avg: 0.79 [296/416/1] test_setcomps
+0:16:56 load avg: 2.49 [296/416/1] test_setcomps
Trying:
sum({i*i for i in range(100) if i&1 == 1})
Expecting:
@@ -91947,7 +91896,7 @@ ok
34 passed and 0 failed.
Test passed.
doctest (test.test_setcomps) ... 34 tests with zero failures
-0:15:22 load avg: 0.79 [297/416/1] test_shelve
+0:16:56 load avg: 2.49 [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)
@@ -92045,7 +91994,7 @@ PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase)
----------------------------------------------------------------------
-Ran 94 tests in 0.091s
+Ran 94 tests in 0.095s
OK
PASS: test_bool (test.test_shelve.TestAsciiFileShelve)
@@ -92145,10 +92094,10 @@ PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase)
----------------------------------------------------------------------
-Ran 94 tests in 0.073s
+Ran 94 tests in 0.095s
OK
-0:15:22 load avg: 0.79 [298/416/1] test_shlex
+0:16:57 load avg: 2.49 [298/416/1] test_shlex
testCompat (test.test_shlex.ShlexTest)
PASS: Test compatibility interface
testEmptyStringHandling (test.test_shlex.ShlexTest)
@@ -92177,10 +92126,10 @@ PASS: Test that tokens are split with types as expected.
----------------------------------------------------------------------
-Ran 13 tests in 0.010s
+Ran 13 tests in 0.016s
OK
-0:15:23 load avg: 0.79 [299/416/1] test_shutil
+0:16:57 load avg: 2.49 [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)
@@ -92289,10 +92238,10 @@ PASS: test_relative_path (test.test_shutil.TestWhich)
----------------------------------------------------------------------
-Ran 102 tests in 0.259s
+Ran 102 tests in 0.324s
OK (skipped=10)
-0:15:23 load avg: 0.81 [300/416/1] test_signal
+0:16:57 load avg: 2.49 [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)
@@ -92319,9 +92268,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.001001 s.
ok
-test_stress_delivery_simultaneous (test.test_signal.StressTest) ... detected median itimer() resolution: 0.001002 s.
+test_stress_delivery_simultaneous (test.test_signal.StressTest) ... detected median itimer() resolution: 0.000999 s.
ok
PASS: test_invalid_call (test.test_signal.WakeupFDTests)
PASS: test_invalid_fd (test.test_signal.WakeupFDTests)
@@ -92341,10 +92290,10 @@ SKIP: test_issue9324 (test.test_signal.WindowsSignalTests) 'Windows specific'
----------------------------------------------------------------------
-Ran 43 tests in 22.137s
+Ran 43 tests in 21.656s
OK (skipped=1)
-0:15:46 load avg: 0.80 [301/416/1] test_site
+0:17:19 load avg: 1.92 [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)
@@ -92377,10 +92326,10 @@ SKIP: test_underpth_nosite_file (test.test_site._pthFileTests) 'only supported o
----------------------------------------------------------------------
-Ran 29 tests in 0.275s
+Ran 29 tests in 0.250s
OK (skipped=4)
-0:15:46 load avg: 0.80 [302/416/1] test_slice
+0:17:20 load avg: 1.92 [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)
@@ -92393,10 +92342,10 @@ PASS: test_setslice_without_getslice (test.test_slice.SliceTest)
----------------------------------------------------------------------
-Ran 9 tests in 0.154s
+Ran 9 tests in 0.249s
OK
-0:15:46 load avg: 0.80 [303/416/1] test_smtpd
+0:17:20 load avg: 1.84 [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)
@@ -92553,10 +92502,10 @@ PASS: test_params_rejected (test.test_smtpd.TestRcptOptionParsing)
----------------------------------------------------------------------
-Ran 153 tests in 0.078s
+Ran 153 tests in 0.106s
OK
-0:15:47 load avg: 0.80 [304/416/1] test_smtplib
+0:17:20 load avg: 1.84 [304/416/1] test_smtplib
PASS: testFailingHELO (test.test_smtplib.BadHELOServerTests)
PASS: testBasic (test.test_smtplib.DebuggingServerTests)
PASS: testELHO (test.test_smtplib.DebuggingServerTests)
@@ -92622,21 +92571,21 @@ PASS: testLineTooLong (test.test_smtplib.TooLongLineTests)
----------------------------------------------------------------------
-Ran 62 tests in 0.936s
+Ran 62 tests in 0.858s
OK
-0:15:48 load avg: 0.80 [305/416/1] test_smtpnet
+0:17:21 load avg: 1.84 [305/416/1] test_smtpnet
test_smtpnet skipped -- Use of the 'network' resource not enabled
-0:15:48 load avg: 0.82 [306/416/1] test_sndhdr -- test_smtpnet skipped (resource denied)
+0:17:22 load avg: 1.84 [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.004s
+Ran 2 tests in 0.005s
OK
-0:15:48 load avg: 0.82 [307/416/1] test_socket
+0:17:22 load avg: 1.84 [307/416/1] test_socket
PASS: testCloseException (test.test_socket.GeneralModuleTests)
PASS: testCrucialConstants (test.test_socket.GeneralModuleTests)
PASS: testDefaultTimeout (test.test_socket.GeneralModuleTests)
@@ -93195,12 +93144,12 @@ SKIP: test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags) 'requires Wind
----------------------------------------------------------------------
-Ran 555 tests in 24.932s
+Ran 555 tests in 24.404s
OK (skipped=86)
-0:16:13 load avg: 0.62 [308/416/1] test_socketserver
+0:17:47 load avg: 1.28 [308/416/1] test_socketserver
test_socketserver skipped -- Use of the 'network' resource not enabled
-0:16:14 load avg: 0.62 [309/416/1] test_sort -- test_socketserver skipped (resource denied)
+0:17:47 load avg: 1.28 [309/416/1] test_sort -- test_socketserver skipped (resource denied)
testStressfully (test.test_sort.TestBase) ... Testing size 0
checking identity
checking reversed
@@ -93335,6 +93284,8 @@ 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(10) Complains(6)
+ checking exception during sort left some permutation
checking stability
Testing size 33
checking identity
@@ -93362,8 +93313,6 @@ Testing size 64
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(23) Complains(22)
- checking exception during sort left some permutation
checking stability
Testing size 65
checking identity
@@ -93382,6 +93331,8 @@ 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(47) Complains(52)
+ checking exception during sort left some permutation
checking stability
Testing size 128
checking identity
@@ -93400,6 +93351,8 @@ 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(91) Complains(92)
+ checking exception during sort left some permutation
checking stability
Testing size 255
checking identity
@@ -93409,6 +93362,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(61) Complains(55)
+ checking exception during sort left some permutation
checking stability
Testing size 256
checking identity
@@ -93418,7 +93373,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(141) Complains(138)
+ complaining at Complains(162) Complains(225)
checking exception during sort left some permutation
checking stability
Testing size 257
@@ -93429,7 +93384,7 @@ 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(115) Complains(122)
+ complaining at Complains(8) Complains(10)
checking exception during sort left some permutation
checking stability
Testing size 511
@@ -93440,7 +93395,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(363) Complains(273)
+ complaining at Complains(109) Complains(110)
checking exception during sort left some permutation
checking stability
Testing size 512
@@ -93451,7 +93406,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(507) Complains(493)
+ complaining at Complains(37) Complains(38)
checking exception during sort left some permutation
checking stability
Testing size 513
@@ -93462,7 +93417,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(160) Complains(171)
+ complaining at Complains(111) Complains(109)
checking exception during sort left some permutation
checking stability
Testing size 10
@@ -93482,7 +93437,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(94) Complains(54)
+ complaining at Complains(29) Complains(36)
checking exception during sort left some permutation
checking stability
Testing size 1000
@@ -93493,7 +93448,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(569) Complains(579)
+ complaining at Complains(418) Complains(417)
checking exception during sort left some permutation
checking stability
ok
@@ -93517,10 +93472,10 @@ PASS: test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares)
----------------------------------------------------------------------
-Ran 18 tests in 0.143s
+Ran 18 tests in 0.117s
OK
-0:16:14 load avg: 0.62 [310/416/1] test_source_encoding
+0:17:47 load avg: 1.28 [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)
@@ -93557,20 +93512,20 @@ PASS: test_pep263 (test.test_source_encoding.MiscSourceEncodingTest)
----------------------------------------------------------------------
-Ran 33 tests in 0.290s
+Ran 33 tests in 0.286s
OK
-0:16:15 load avg: 0.62 [311/416/1] test_spwd
+0:17:48 load avg: 1.28 [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)
----------------------------------------------------------------------
-Ran 3 tests in 0.001s
+Ran 3 tests in 0.002s
OK (skipped=1)
-0:16:15 load avg: 0.62 [312/416/1] test_sqlite
+0:17:48 load avg: 1.28 [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)
@@ -93866,10 +93821,10 @@ PASS: test_simple (sqlite3.test.backup.BackupTests)
----------------------------------------------------------------------
-Ran 283 tests in 0.544s
+Ran 283 tests in 0.501s
OK (skipped=1)
-0:16:16 load avg: 0.62 [313/416/1] test_ssl
+0:17:49 load avg: 1.28 [313/416/1] test_ssl
test_ssl: testing with 'OpenSSL 1.1.1b 26 Feb 2019' (1, 1, 1, 2, 15)
under 'Linux-5.0.7-yocto-standard-x86_64-with-glibc2.2.5'
HAS_SNI = True
@@ -94008,13 +93963,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', 43416)
+test_bio_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 58458)
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', 33570)
+test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 49774)
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)
@@ -94022,41 +93977,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', 51582)
+test_ciphers (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 33596)
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', 51584)
+ server: new connection from ('127.0.0.1', 33598)
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', 34856)
+test_connect (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42764)
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', 34858)
+ server: new connection from ('127.0.0.1', 42766)
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', 52760)
+test_connect_cadata (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 49470)
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', 52762)
+ server: new connection from ('127.0.0.1', 49472)
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', 54992)
+test_connect_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 44060)
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', 54994)
+ server: new connection from ('127.0.0.1', 44062)
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', 39460)
+test_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 44374)
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', 42118)
+test_connect_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 60050)
- server: bad connection attempt from ('127.0.0.1', 42118):
+ server: bad connection attempt from ('127.0.0.1', 60050):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94068,19 +94023,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', 38524)
+test_connect_with_context (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 34058)
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', 38526)
+ server: new connection from ('127.0.0.1', 34060)
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', 38528)
+ server: new connection from ('127.0.0.1', 34062)
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', 43434)
+test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 41990)
- server: bad connection attempt from ('127.0.0.1', 43434):
+ server: bad connection attempt from ('127.0.0.1', 41990):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94092,20 +94047,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', 40608)
+test_context_setget (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 48504)
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', 34478)
+test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 35378)
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', 37812)
+test_get_server_certificate (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 54936)
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', 37816)
+ server: new connection from ('127.0.0.1', 54940)
-Verified certificate for localhost:57867 is
+Verified certificate for localhost:42927 is
-----BEGIN CERTIFICATE-----
MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV
BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW
@@ -94144,10 +94099,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', 50744)
+test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 36980)
[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', 50744):
+ server: bad connection attempt from ('127.0.0.1', 36980):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94159,15 +94114,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', 57832)
+test_makefile_close (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42780)
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', 42904)
+test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 38644)
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', 37504)
+test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 53300)
Needed 2 calls to do_handshake() to establish session.
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
@@ -94184,7 +94139,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', 52818)
+test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 43530)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94194,7 +94149,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', 45132)
+ server: new connection from ('127.0.0.1', 49670)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94204,7 +94159,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', 32938)
+ server: new connection from ('127.0.0.1', 32800)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94214,7 +94169,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', 44818)
+ server: new connection from ('127.0.0.1', 56358)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94227,7 +94182,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:34800
+ server: new connection from 127.0.0.1:52482
client: sending b'FOO\n'...
server: read b'FOO\n' from client
client: read b'foo\n'
@@ -94241,12 +94196,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', 50704)
+ server: new connection from ('127.0.0.1', 45196)
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', 55908)
+ server: new connection from ('127.0.0.1', 55098)
- server: bad connection attempt from ('127.0.0.1', 55908):
+ server: bad connection attempt from ('127.0.0.1', 55098):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94259,33 +94214,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', 56816)
+ server: new connection from ('127.0.0.1', 40626)
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', 55468)
+ server: new connection from ('127.0.0.1', 37128)
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', 56790)
+ server: new connection from ('127.0.0.1', 50278)
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', 37278)
+ server: new connection from ('127.0.0.1', 52000)
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', 34386)
+ server: new connection from ('127.0.0.1', 53300)
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', 56608)
+ server: new connection from ('127.0.0.1', 55560)
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', 38086)
+ server: new connection from ('127.0.0.1', 49742)
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', 34492)
+ server: new connection from ('127.0.0.1', 35870)
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', 52660)
+ server: new connection from ('127.0.0.1', 43022)
- server: bad connection attempt from ('127.0.0.1', 52660):
+ server: bad connection attempt from ('127.0.0.1', 43022):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94297,7 +94252,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', 49232)
+test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36322)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94309,7 +94264,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', 52228)
+test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 58738)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94321,12 +94276,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', 60962)
+ server: new connection from ('127.0.0.1', 36790)
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', 37426)
+ server: new connection from ('127.0.0.1', 48280)
- server: bad connection attempt from ('127.0.0.1', 37426):
+ server: bad connection attempt from ('127.0.0.1', 48280):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94337,15 +94292,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', 40522)
+ server: new connection from ('127.0.0.1', 44068)
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', 47768)
+test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 44746)
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', 55458)
+test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 44968)
server: connection cipher is now ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
client: sending b'FOO\n'...
@@ -94357,18 +94312,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', 39016)
+test_dual_rsa_ecc (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 51752)
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', 36052)
+test_ecc_cert (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 51656)
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', 41554)
+ server: new connection from ('127.0.0.1', 54026)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94378,7 +94333,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', 40042)
+ server: new connection from ('127.0.0.1', 33722)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
@@ -94388,7 +94343,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', 33918)
+ server: new connection from ('127.0.0.1', 45448)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
@@ -94398,7 +94353,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', 46454)
+ server: new connection from ('127.0.0.1', 60516)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
@@ -94408,7 +94363,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', 40936)
+ server: new connection from ('127.0.0.1', 40956)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94418,9 +94373,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', 38632)
+ server: new connection from ('127.0.0.1', 37956)
- server: bad connection attempt from ('127.0.0.1', 38632):
+ server: bad connection attempt from ('127.0.0.1', 37956):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94431,9 +94386,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', 49774)
+ server: new connection from ('127.0.0.1', 44342)
- server: bad connection attempt from ('127.0.0.1', 49774):
+ server: bad connection attempt from ('127.0.0.1', 44342):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94444,9 +94399,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', 39240)
+ server: new connection from ('127.0.0.1', 51686)
- server: bad connection attempt from ('127.0.0.1', 39240):
+ server: bad connection attempt from ('127.0.0.1', 51686):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94478,15 +94433,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', 53038)
+test_min_max_version (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50670)
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', 45556)
+ server: new connection from ('127.0.0.1', 44056)
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', 44040)
+ server: new connection from ('127.0.0.1', 36254)
- server: bad connection attempt from ('127.0.0.1', 44040):
+ server: bad connection attempt from ('127.0.0.1', 36254):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94499,9 +94454,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', 53480)
+test_no_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 38600)
- server: bad connection attempt from ('127.0.0.1', 53480):
+ server: bad connection attempt from ('127.0.0.1', 38600):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94513,10 +94468,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', 38708)
+test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36200)
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', 38708)
+ Connection reset by peer: ('127.0.0.1', 36200)
ok
SKIP: test_npn_protocols (test.test_ssl.ThreadedTests) 'NPN support needed for this test'
test_protocol_sslv2 (test.test_ssl.ThreadedTests)
@@ -94551,17 +94506,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', 35490)
+ server: new connection from ('127.0.0.1', 34496)
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', 54834)
+test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 49632)
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', 57544)
+test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 58486)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94572,7 +94527,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', 56760)
+test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 41398)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94583,7 +94538,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', 55304)
+test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 49522)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -94596,31 +94551,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', 53496)
+test_session (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 47734)
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', 38708)
+ server: new connection from ('127.0.0.1', 55080)
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', 41838)
+ server: new connection from ('127.0.0.1', 49674)
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', 58668)
+ server: new connection from ('127.0.0.1', 50074)
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', 34018)
+test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52270)
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', 41646)
+test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 40412)
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', 57934)
+ server: new connection from ('127.0.0.1', 47356)
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', 45080)
+ server: new connection from ('127.0.0.1', 45228)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
@@ -94629,16 +94584,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', 36573):36573 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:29:50] "GET /keycert.pem HTTP/1.1" 200 -
- client: read 4058 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost.localdomain:36573>>'
+ server (('127.0.0.1', 41509):41509 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:29:36] "GET /keycert.pem HTTP/1.1" 200 -
+ client: read 4058 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost.localdomain:41509>>'
stopping HTTPS server
joining HTTPS thread
ok
test_ssl_cert_verify_error (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 56428)
+ server: new connection from ('127.0.0.1', 44654)
- server: bad connection attempt from ('127.0.0.1', 56428):
+ server: bad connection attempt from ('127.0.0.1', 44654):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94653,7 +94608,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', 47408)
+ server: new connection from ('127.0.0.1', 36910)
server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)...
client: read b'msg 1' from server
client: sending b'MSG 2'...
@@ -94683,26 +94638,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', 54158)
+test_tls1_3 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36220)
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', 44736)
- got channel binding data: b'_\xee\x8d\xb1\xaf\xcc\x1e\xe2\xc9\xdf26\xd7\xf5\xe71Hu\xdc0x\tx\x00\xde}\x12\xc9\xf1\x8c\xfd\x01\x94\xf5\x01\xa6>\xb7\xb1B9\xeb\xff&.-\xa4\xd3'
+ server: new connection from ('127.0.0.1', 35010)
+ got channel binding data: b"\x15TTa\xb5W\xc8\x1d\x16\xc8\xf2\x99l\x044\xa4\x8c\x1f{\xfe\xbdMHU\x82\x1bj\xdd\x83\xec>\xe5\xf2zLP\xc3e'\xa5\x1d\xf1AT\xbd!\x80\xcd"
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', 44738)
-got another channel binding data: b'\x9aQJ\xe8\xa5\xfb\xc9\x8atp\x14\xb2:\xa5\xad\x9c\xf5B4\xf7\xbe=\x03X\n\xa7\xbfo-3\xb5\xc5\x8757x\xd8\n\x91\x1f\xdd&\xdb\x14\xf0\xee\x94M'
+ server: new connection from ('127.0.0.1', 35012)
+got another channel binding data: b'\x8c\x82\xdeo\xaas\xab\x10M<\xabl\xcdK8\x13%A\xba\x92y!\x98\xc3Q|z"Z\x1c\xbe:\x7f\x18\x86\xcd\xfc>1r\xc8\xfaXk2t\x84C'
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', 36188)
+Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 47792)
- server: bad connection attempt from ('127.0.0.1', 36188):
+ server: bad connection attempt from ('127.0.0.1', 47792):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94716,9 +94671,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', 36420)
+test_wrong_cert_tls13 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50164)
- server: bad connection attempt from ('127.0.0.1', 36420):
+ server: bad connection attempt from ('127.0.0.1', 50164):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -94745,12 +94700,12 @@ PASS: test_pha_setter (test.test_ssl.TestPostHandshakeAuth)
----------------------------------------------------------------------
-Ran 150 tests in 5.214s
+Ran 150 tests in 4.558s
OK (skipped=10)
-0:16:21 load avg: 0.57 [314/416/1] test_startfile
+0:17:53 load avg: 1.18 [314/416/1] test_startfile
test_startfile skipped -- object <module 'os' from '/usr/lib/python3.7/os.py'> has no attribute 'startfile'
-0:16:21 load avg: 0.57 [315/416/1] test_stat -- test_startfile skipped
+0:17:54 load avg: 1.18 [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)
@@ -94768,10 +94723,10 @@ PASS: test_module_attributes (test.test_stat.TestFilemodePyStat)
----------------------------------------------------------------------
-Ran 14 tests in 0.005s
+Ran 14 tests in 0.006s
OK (skipped=2)
-0:16:22 load avg: 0.57 [316/416/1] test_statistics
+0:17:54 load avg: 1.18 [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)
@@ -95344,11 +95299,11 @@ PASS: Doctest: test.test_statistics.approx_equal
----------------------------------------------------------------------
-Ran 296 tests in 0.495s
+Ran 296 tests in 0.778s
OK
-0:16:22 load avg: 0.57 [317/416/1] test_strftime
-test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Mon May 27 18:29:52 2019
+0:17:55 load avg: 1.16 [317/416/1] test_strftime
+test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Tue May 28 00:29: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)
@@ -95364,9 +95319,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 Feb 2 04:54:52 2018
+strftime test for Fri Feb 2 10:54:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Feb 02 04:54:52 2018, but got Fri Feb 2 04:54:52 2018
+ Expected Fri Feb 02 10:54:39 2018, but got Fri Feb 2 10:54: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)
@@ -95380,9 +95335,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 Feb 3 03:56:01 2018
+strftime test for Sat Feb 3 09:55:48 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Feb 03 03:56:01 2018, but got Sat Feb 3 03:56:01 2018
+ Expected Sat Feb 03 09:55:48 2018, but got Sat Feb 3 09:55: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)
@@ -95396,9 +95351,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 Feb 4 02:57:10 2018
+strftime test for Sun Feb 4 08:56:57 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Feb 04 02:57:10 2018, but got Sun Feb 4 02:57:10 2018
+ Expected Sun Feb 04 08:56:57 2018, but got Sun Feb 4 08:56: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)
@@ -95412,9 +95367,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 Feb 5 01:58:19 2018
+strftime test for Mon Feb 5 07:58:06 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Feb 05 01:58:19 2018, but got Mon Feb 5 01:58:19 2018
+ Expected Mon Feb 05 07:58:06 2018, but got Mon Feb 5 07:58: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)
@@ -95428,9 +95383,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 Feb 6 00:59:28 2018
+strftime test for Tue Feb 6 06:59:15 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Feb 06 00:59:28 2018, but got Tue Feb 6 00:59:28 2018
+ Expected Tue Feb 06 06:59:15 2018, but got Tue Feb 6 06:59:15 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)
@@ -95444,9 +95399,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 Feb 7 00:00:37 2018
+strftime test for Wed Feb 7 06:00:24 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Feb 07 00:00:37 2018, but got Wed Feb 7 00:00:37 2018
+ Expected Wed Feb 07 06:00:24 2018, but got Wed Feb 7 06:00:24 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)
@@ -95460,9 +95415,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 Feb 7 23:01:46 2018
+strftime test for Thu Feb 8 05:01:33 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Feb 07 23:01:46 2018, but got Wed Feb 7 23:01:46 2018
+ Expected Thu Feb 08 05:01:33 2018, but got Thu Feb 8 05:01:33 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)
@@ -95476,9 +95431,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 Feb 8 22:02:55 2018
+strftime test for Fri Feb 9 04:02:42 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Feb 08 22:02:55 2018, but got Thu Feb 8 22:02:55 2018
+ Expected Fri Feb 09 04:02:42 2018, but got Fri Feb 9 04:02:42 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)
@@ -95492,9 +95447,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 Feb 9 21:04:04 2018
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Feb 09 21:04:04 2018, but got Fri Feb 9 21:04:04 2018
+strftime test for Sat Feb 10 03:03: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)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -95508,7 +95462,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 Feb 10 20:05:13 2018
+strftime test for Sun Feb 11 02:05: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)
@@ -95523,7 +95477,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 Feb 11 19:06:22 2018
+strftime test for Mon Feb 12 01:06: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)
@@ -95538,7 +95492,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 Feb 12 18:07:31 2018
+strftime test for Tue Feb 13 00:07: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)
@@ -95553,7 +95507,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 Feb 13 17:08:40 2018
+strftime test for Tue Feb 13 23:08: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)
@@ -95568,7 +95522,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 Feb 14 16:09:49 2018
+strftime test for Wed Feb 14 22:09: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)
@@ -95583,7 +95537,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 Feb 15 15:10:58 2018
+strftime test for Thu Feb 15 21:10: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)
@@ -95598,7 +95552,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 Feb 16 14:12:07 2018
+strftime test for Fri Feb 16 20:11: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)
@@ -95613,7 +95567,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 Feb 17 13:13:16 2018
+strftime test for Sat Feb 17 19:13: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)
@@ -95628,7 +95582,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 Feb 18 12:14:25 2018
+strftime test for Sun Feb 18 18:14: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)
@@ -95643,7 +95597,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 Feb 19 11:15:34 2018
+strftime test for Mon Feb 19 17:15: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)
@@ -95658,7 +95612,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 Feb 20 10:16:43 2018
+strftime test for Tue Feb 20 16:16: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)
@@ -95673,7 +95627,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 Feb 21 09:17:52 2018
+strftime test for Wed Feb 21 15:17: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)
@@ -95688,7 +95642,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 Feb 22 08:19:01 2018
+strftime test for Thu Feb 22 14:18: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)
@@ -95703,7 +95657,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 Feb 23 07:20:10 2018
+strftime test for Fri Feb 23 13:19: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)
@@ -95718,7 +95672,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 Feb 24 06:21:19 2018
+strftime test for Sat Feb 24 12:21: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)
@@ -95733,7 +95687,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 Feb 25 05:22:28 2018
+strftime test for Sun Feb 25 11:22: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)
@@ -95748,9 +95702,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 May 9 02:49:52 2018
+strftime test for Wed May 9 08:49:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed May 09 02:49:52 2018, but got Wed May 9 02:49:52 2018
+ Expected Wed May 09 08:49:39 2018, but got Wed May 9 08:49: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)
@@ -95764,7 +95718,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 May 10 01:51:01 2018
+strftime test for Thu May 10 07:50: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)
@@ -95779,7 +95733,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 May 11 00:52:10 2018
+strftime test for Fri May 11 06:51: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)
@@ -95794,7 +95748,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 May 11 23:53:19 2018
+strftime test for Sat May 12 05:53: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)
@@ -95809,7 +95763,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 May 12 22:54:28 2018
+strftime test for Sun May 13 04:54: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)
@@ -95824,7 +95778,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 May 13 21:55:37 2018
+strftime test for Mon May 14 03:55: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)
@@ -95839,7 +95793,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 May 14 20:56:46 2018
+strftime test for Tue May 15 02:56: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)
@@ -95854,7 +95808,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 May 15 19:57:55 2018
+strftime test for Wed May 16 01:57: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)
@@ -95869,7 +95823,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 May 16 18:59:04 2018
+strftime test for Thu May 17 00:58: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)
@@ -95884,7 +95838,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 May 17 18:00:13 2018
+strftime test for Fri May 18 00:00: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)
@@ -95899,7 +95853,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 May 18 17:01:22 2018
+strftime test for Fri May 18 23:01: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)
@@ -95914,7 +95868,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 May 19 16:02:31 2018
+strftime test for Sat May 19 22:02: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)
@@ -95929,7 +95883,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 May 20 15:03:40 2018
+strftime test for Sun May 20 21:03: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)
@@ -95944,7 +95898,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 May 21 14:04:49 2018
+strftime test for Mon May 21 20:04: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)
@@ -95959,7 +95913,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 May 22 13:05:58 2018
+strftime test for Tue May 22 19:05: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)
@@ -95974,7 +95928,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 May 23 12:07:07 2018
+strftime test for Wed May 23 18:06: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)
@@ -95989,7 +95943,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 May 24 11:08:16 2018
+strftime test for Thu May 24 17:08: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)
@@ -96004,7 +95958,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 May 25 10:09:25 2018
+strftime test for Fri May 25 16:09: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)
@@ -96019,7 +95973,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 May 26 09:10:34 2018
+strftime test for Sat May 26 15:10: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)
@@ -96034,7 +95988,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 May 27 08:11:43 2018
+strftime test for Sun May 27 14:11: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)
@@ -96049,7 +96003,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 May 28 07:12:52 2018
+strftime test for Mon May 28 13:12: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)
@@ -96064,7 +96018,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 May 29 06:14:01 2018
+strftime test for Tue May 29 12:13: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)
@@ -96079,7 +96033,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 May 30 05:15:10 2018
+strftime test for Wed May 30 11:14: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)
@@ -96094,7 +96048,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 May 31 04:16:19 2018
+strftime test for Thu May 31 10:16: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)
@@ -96109,9 +96063,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 1 03:17:28 2018
+strftime test for Fri Jun 1 09:17:15 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jun 01 03:17:28 2018, but got Fri Jun 1 03:17:28 2018
+ Expected Fri Jun 01 09:17:15 2018, but got Fri Jun 1 09:17:15 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)
@@ -96125,7 +96079,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 Aug 13 00:44:52 2018
+strftime test for Mon Aug 13 06:44: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)
@@ -96140,7 +96094,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 Aug 13 23:46:01 2018
+strftime test for Tue Aug 14 05:45: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)
@@ -96155,7 +96109,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 Aug 14 22:47:10 2018
+strftime test for Wed Aug 15 04:46: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)
@@ -96170,7 +96124,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 Aug 15 21:48:19 2018
+strftime test for Thu Aug 16 03:48: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)
@@ -96185,7 +96139,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 Aug 16 20:49:28 2018
+strftime test for Fri Aug 17 02:49: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)
@@ -96200,7 +96154,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 Aug 17 19:50:37 2018
+strftime test for Sat Aug 18 01:50: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)
@@ -96215,7 +96169,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 Aug 18 18:51:46 2018
+strftime test for Sun Aug 19 00:51: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)
@@ -96230,7 +96184,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 Aug 19 17:52:55 2018
+strftime test for Sun Aug 19 23:52: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)
@@ -96245,7 +96199,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 Aug 20 16:54:04 2018
+strftime test for Mon Aug 20 22:53: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)
@@ -96260,7 +96214,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 Aug 21 15:55:13 2018
+strftime test for Tue Aug 21 21:55: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)
@@ -96275,7 +96229,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 Aug 22 14:56:22 2018
+strftime test for Wed Aug 22 20:56: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)
@@ -96290,7 +96244,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 Aug 23 13:57:31 2018
+strftime test for Thu Aug 23 19:57: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)
@@ -96305,7 +96259,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 Aug 24 12:58:40 2018
+strftime test for Fri Aug 24 18:58: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)
@@ -96320,7 +96274,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 Aug 25 11:59:49 2018
+strftime test for Sat Aug 25 17:59: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)
@@ -96335,7 +96289,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 Aug 26 11:00:58 2018
+strftime test for Sun Aug 26 17:00: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)
@@ -96350,7 +96304,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 Aug 27 10:02:07 2018
+strftime test for Mon Aug 27 16:01: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)
@@ -96365,7 +96319,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 Aug 28 09:03:16 2018
+strftime test for Tue Aug 28 15:03: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)
@@ -96380,7 +96334,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 Aug 29 08:04:25 2018
+strftime test for Wed Aug 29 14:04: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)
@@ -96395,7 +96349,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 Aug 30 07:05:34 2018
+strftime test for Thu Aug 30 13:05: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)
@@ -96410,7 +96364,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 Aug 31 06:06:43 2018
+strftime test for Fri Aug 31 12:06: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)
@@ -96425,9 +96379,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 Sep 1 05:07:52 2018
+strftime test for Sat Sep 1 11:07:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Sep 01 05:07:52 2018, but got Sat Sep 1 05:07:52 2018
+ Expected Sat Sep 01 11:07:39 2018, but got Sat Sep 1 11:07: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)
@@ -96441,9 +96395,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 Sep 2 04:09:01 2018
+strftime test for Sun Sep 2 10:08:48 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Sep 02 04:09:01 2018, but got Sun Sep 2 04:09:01 2018
+ Expected Sun Sep 02 10:08:48 2018, but got Sun Sep 2 10:08: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)
@@ -96457,9 +96411,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 Sep 3 03:10:10 2018
+strftime test for Mon Sep 3 09:09:57 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Sep 03 03:10:10 2018, but got Mon Sep 3 03:10:10 2018
+ Expected Mon Sep 03 09:09:57 2018, but got Mon Sep 3 09:09: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)
@@ -96473,9 +96427,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 Sep 4 02:11:19 2018
+strftime test for Tue Sep 4 08:11:06 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Sep 04 02:11:19 2018, but got Tue Sep 4 02:11:19 2018
+ Expected Tue Sep 04 08:11:06 2018, but got Tue Sep 4 08:11: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)
@@ -96489,9 +96443,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 Sep 5 01:12:28 2018
+strftime test for Wed Sep 5 07:12:15 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Sep 05 01:12:28 2018, but got Wed Sep 5 01:12:28 2018
+ Expected Wed Sep 05 07:12:15 2018, but got Wed Sep 5 07:12:15 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)
@@ -96505,7 +96459,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 Nov 16 22:39:52 2018
+strftime test for Sat Nov 17 04:39: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)
@@ -96520,7 +96474,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 Nov 17 21:41:01 2018
+strftime test for Sun Nov 18 03:40: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)
@@ -96535,7 +96489,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 Nov 18 20:42:10 2018
+strftime test for Mon Nov 19 02:41: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)
@@ -96550,7 +96504,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 Nov 19 19:43:19 2018
+strftime test for Tue Nov 20 01:43: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)
@@ -96565,7 +96519,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 Nov 20 18:44:28 2018
+strftime test for Wed Nov 21 00:44: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)
@@ -96580,7 +96534,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 Nov 21 17:45:37 2018
+strftime test for Wed Nov 21 23:45: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)
@@ -96595,7 +96549,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 Nov 22 16:46:46 2018
+strftime test for Thu Nov 22 22:46: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)
@@ -96610,7 +96564,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 Nov 23 15:47:55 2018
+strftime test for Fri Nov 23 21:47: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)
@@ -96625,7 +96579,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 Nov 24 14:49:04 2018
+strftime test for Sat Nov 24 20:48: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)
@@ -96640,7 +96594,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 Nov 25 13:50:13 2018
+strftime test for Sun Nov 25 19:50: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)
@@ -96655,7 +96609,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 Nov 26 12:51:22 2018
+strftime test for Mon Nov 26 18:51: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)
@@ -96670,7 +96624,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 Nov 27 11:52:31 2018
+strftime test for Tue Nov 27 17:52: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)
@@ -96685,7 +96639,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 Nov 28 10:53:40 2018
+strftime test for Wed Nov 28 16:53: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)
@@ -96700,7 +96654,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 Nov 29 09:54:49 2018
+strftime test for Thu Nov 29 15:54: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)
@@ -96715,7 +96669,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 Nov 30 08:55:58 2018
+strftime test for Fri Nov 30 14:55: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)
@@ -96730,9 +96684,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 Dec 1 07:57:07 2018
+strftime test for Sat Dec 1 13:56:54 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Dec 01 07:57:07 2018, but got Sat Dec 1 07:57:07 2018
+ Expected Sat Dec 01 13:56:54 2018, but got Sat Dec 1 13:56:54 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)
@@ -96746,9 +96700,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 Dec 2 06:58:16 2018
+strftime test for Sun Dec 2 12:58:03 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 02 06:58:16 2018, but got Sun Dec 2 06:58:16 2018
+ Expected Sun Dec 02 12:58:03 2018, but got Sun Dec 2 12:58: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)
@@ -96762,9 +96716,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 Dec 3 05:59:25 2018
+strftime test for Mon Dec 3 11:59:12 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Dec 03 05:59:25 2018, but got Mon Dec 3 05:59:25 2018
+ Expected Mon Dec 03 11:59:12 2018, but got Mon Dec 3 11:59: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)
@@ -96778,9 +96732,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 Dec 4 05:00:34 2018
+strftime test for Tue Dec 4 11:00:21 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Dec 04 05:00:34 2018, but got Tue Dec 4 05:00:34 2018
+ Expected Tue Dec 04 11:00:21 2018, but got Tue Dec 4 11:00: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)
@@ -96794,9 +96748,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 Dec 5 04:01:43 2018
+strftime test for Wed Dec 5 10:01:30 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Dec 05 04:01:43 2018, but got Wed Dec 5 04:01:43 2018
+ Expected Wed Dec 05 10:01:30 2018, but got Wed Dec 5 10:01: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)
@@ -96810,9 +96764,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 Dec 6 03:02:52 2018
+strftime test for Thu Dec 6 09:02:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Dec 06 03:02:52 2018, but got Thu Dec 6 03:02:52 2018
+ Expected Thu Dec 06 09:02:39 2018, but got Thu Dec 6 09:02: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)
@@ -96826,9 +96780,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 Dec 7 02:04:01 2018
+strftime test for Fri Dec 7 08:03:48 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Dec 07 02:04:01 2018, but got Fri Dec 7 02:04:01 2018
+ Expected Fri Dec 07 08:03:48 2018, but got Fri Dec 7 08:03: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)
@@ -96842,9 +96796,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 Dec 8 01:05:10 2018
+strftime test for Sat Dec 8 07:04:57 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Dec 08 01:05:10 2018, but got Sat Dec 8 01:05:10 2018
+ Expected Sat Dec 08 07:04:57 2018, but got Sat Dec 8 07:04: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)
@@ -96858,9 +96812,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 Dec 9 00:06:19 2018
+strftime test for Sun Dec 9 06:06:06 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 09 00:06:19 2018, but got Sun Dec 9 00:06:19 2018
+ Expected Sun Dec 09 06:06:06 2018, but got Sun Dec 9 06:06: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)
@@ -96874,9 +96828,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 Sun Dec 9 23:07:28 2018
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 09 23:07:28 2018, but got Sun Dec 9 23:07:28 2018
+strftime test for Mon Dec 10 05:07: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)
@@ -96890,7 +96843,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 Feb 20 20:34:52 2019
+strftime test for Thu Feb 21 02:34: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)
@@ -96905,7 +96858,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 Feb 21 19:36:01 2019
+strftime test for Fri Feb 22 01:35: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)
@@ -96920,7 +96873,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 Feb 22 18:37:10 2019
+strftime test for Sat Feb 23 00:36: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)
@@ -96935,7 +96888,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 Feb 23 17:38:19 2019
+strftime test for Sat Feb 23 23:38: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)
@@ -96950,7 +96903,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 Feb 24 16:39:28 2019
+strftime test for Sun Feb 24 22:39: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)
@@ -96965,7 +96918,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 Feb 25 15:40:37 2019
+strftime test for Mon Feb 25 21:40: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)
@@ -96980,7 +96933,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 Feb 26 14:41:46 2019
+strftime test for Tue Feb 26 20:41: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)
@@ -96995,7 +96948,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 Feb 27 13:42:55 2019
+strftime test for Wed Feb 27 19:42: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)
@@ -97010,7 +96963,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 Feb 28 12:44:04 2019
+strftime test for Thu Feb 28 18:43: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)
@@ -97025,9 +96978,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 Mar 1 11:45:13 2019
+strftime test for Fri Mar 1 17:45:00 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Mar 01 11:45:13 2019, but got Fri Mar 1 11:45:13 2019
+ Expected Fri Mar 01 17:45:00 2019, but got Fri Mar 1 17:45: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)
@@ -97041,9 +96994,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 2 10:46:22 2019
+strftime test for Sat Mar 2 16:46:09 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Mar 02 10:46:22 2019, but got Sat Mar 2 10:46:22 2019
+ Expected Sat Mar 02 16:46:09 2019, but got Sat Mar 2 16:46: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)
@@ -97057,9 +97010,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 3 09:47:31 2019
+strftime test for Sun Mar 3 15:47:18 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Mar 03 09:47:31 2019, but got Sun Mar 3 09:47:31 2019
+ Expected Sun Mar 03 15:47:18 2019, but got Sun Mar 3 15:47: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)
@@ -97073,9 +97026,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 4 08:48:40 2019
+strftime test for Mon Mar 4 14:48:27 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Mar 04 08:48:40 2019, but got Mon Mar 4 08:48:40 2019
+ Expected Mon Mar 04 14:48:27 2019, but got Mon Mar 4 14:48: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)
@@ -97089,9 +97042,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 5 07:49:49 2019
+strftime test for Tue Mar 5 13:49:36 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Mar 05 07:49:49 2019, but got Tue Mar 5 07:49:49 2019
+ Expected Tue Mar 05 13:49:36 2019, but got Tue Mar 5 13:49: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)
@@ -97105,9 +97058,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 6 06:50:58 2019
+strftime test for Wed Mar 6 12:50:45 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Mar 06 06:50:58 2019, but got Wed Mar 6 06:50:58 2019
+ Expected Wed Mar 06 12:50:45 2019, but got Wed Mar 6 12:50: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)
@@ -97121,9 +97074,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 7 05:52:07 2019
+strftime test for Thu Mar 7 11:51:54 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Mar 07 05:52:07 2019, but got Thu Mar 7 05:52:07 2019
+ Expected Thu Mar 07 11:51:54 2019, but got Thu Mar 7 11:51: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)
@@ -97137,9 +97090,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 Mar 8 04:53:16 2019
+strftime test for Fri Mar 8 10:53:03 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Mar 08 04:53:16 2019, but got Fri Mar 8 04:53:16 2019
+ Expected Fri Mar 08 10:53:03 2019, but got Fri Mar 8 10:53: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)
@@ -97153,9 +97106,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 9 03:54:25 2019
+strftime test for Sat Mar 9 09:54:12 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Mar 09 03:54:25 2019, but got Sat Mar 9 03:54:25 2019
+ Expected Sat Mar 09 09:54:12 2019, but got Sat Mar 9 09:54: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)
@@ -97169,7 +97122,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 10 02:55:34 2019
+strftime test for Sun Mar 10 08:55: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)
@@ -97184,7 +97137,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 11 01:56:43 2019
+strftime test for Mon Mar 11 07:56: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)
@@ -97199,7 +97152,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 12 00:57:52 2019
+strftime test for Tue Mar 12 06:57: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)
@@ -97214,7 +97167,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 12 23:59:01 2019
+strftime test for Wed Mar 13 05:58: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)
@@ -97229,7 +97182,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 13 23:00:10 2019
+strftime test for Thu Mar 14 04:59: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)
@@ -97244,7 +97197,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 14 22:01:19 2019
+strftime test for Fri Mar 15 04:01: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)
@@ -97259,7 +97212,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 15 21:02:28 2019
+strftime test for Sat Mar 16 03:02: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)
@@ -97274,7 +97227,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 May 27 18:29:52 2019
+strftime test for Tue May 28 00:29: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)
@@ -97289,7 +97242,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 May 28 17:31:01 2019
+strftime test for Tue May 28 23:30: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)
@@ -97304,7 +97257,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 May 29 16:32:10 2019
+strftime test for Wed May 29 22:31: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)
@@ -97319,7 +97272,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 May 30 15:33:19 2019
+strftime test for Thu May 30 21:33: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)
@@ -97334,7 +97287,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 May 31 14:34:28 2019
+strftime test for Fri May 31 20:34: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)
@@ -97349,9 +97302,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 Jun 1 13:35:37 2019
+strftime test for Sat Jun 1 19:35:24 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jun 01 13:35:37 2019, but got Sat Jun 1 13:35:37 2019
+ Expected Sat Jun 01 19:35:24 2019, but got Sat Jun 1 19:35: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)
@@ -97365,9 +97318,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 Jun 2 12:36:46 2019
+strftime test for Sun Jun 2 18:36:33 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jun 02 12:36:46 2019, but got Sun Jun 2 12:36:46 2019
+ Expected Sun Jun 02 18:36:33 2019, but got Sun Jun 2 18:36: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)
@@ -97381,9 +97334,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 Jun 3 11:37:55 2019
+strftime test for Mon Jun 3 17:37:42 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Jun 03 11:37:55 2019, but got Mon Jun 3 11:37:55 2019
+ Expected Mon Jun 03 17:37:42 2019, but got Mon Jun 3 17:37: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)
@@ -97397,9 +97350,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 Jun 4 10:39:04 2019
+strftime test for Tue Jun 4 16:38:51 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jun 04 10:39:04 2019, but got Tue Jun 4 10:39:04 2019
+ Expected Tue Jun 04 16:38:51 2019, but got Tue Jun 4 16:38: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)
@@ -97413,9 +97366,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 5 09:40:13 2019
+strftime test for Wed Jun 5 15:40:00 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Jun 05 09:40:13 2019, but got Wed Jun 5 09:40:13 2019
+ Expected Wed Jun 05 15:40:00 2019, but got Wed Jun 5 15:40: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)
@@ -97429,9 +97382,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 6 08:41:22 2019
+strftime test for Thu Jun 6 14:41:09 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jun 06 08:41:22 2019, but got Thu Jun 6 08:41:22 2019
+ Expected Thu Jun 06 14:41:09 2019, but got Thu Jun 6 14:41: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)
@@ -97445,9 +97398,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 7 07:42:31 2019
+strftime test for Fri Jun 7 13:42:18 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jun 07 07:42:31 2019, but got Fri Jun 7 07:42:31 2019
+ Expected Fri Jun 07 13:42:18 2019, but got Fri Jun 7 13:42: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)
@@ -97461,9 +97414,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 Jun 8 06:43:40 2019
+strftime test for Sat Jun 8 12:43:27 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jun 08 06:43:40 2019, but got Sat Jun 8 06:43:40 2019
+ Expected Sat Jun 08 12:43:27 2019, but got Sat Jun 8 12:43: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)
@@ -97477,9 +97430,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 Jun 9 05:44:49 2019
+strftime test for Sun Jun 9 11:44:36 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jun 09 05:44:49 2019, but got Sun Jun 9 05:44:49 2019
+ Expected Sun Jun 09 11:44:36 2019, but got Sun Jun 9 11:44: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)
@@ -97493,7 +97446,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 10 04:45:58 2019
+strftime test for Mon Jun 10 10:45: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)
@@ -97508,7 +97461,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 11 03:47:07 2019
+strftime test for Tue Jun 11 09:46: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)
@@ -97523,7 +97476,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 12 02:48:16 2019
+strftime test for Wed Jun 12 08:48: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)
@@ -97538,7 +97491,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 13 01:49:25 2019
+strftime test for Thu Jun 13 07:49: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)
@@ -97553,7 +97506,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 14 00:50:34 2019
+strftime test for Fri Jun 14 06:50: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)
@@ -97568,7 +97521,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 14 23:51:43 2019
+strftime test for Sat Jun 15 05:51: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)
@@ -97583,7 +97536,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 15 22:52:52 2019
+strftime test for Sun Jun 16 04:52: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)
@@ -97598,7 +97551,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 16 21:54:01 2019
+strftime test for Mon Jun 17 03:53: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)
@@ -97613,7 +97566,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 17 20:55:10 2019
+strftime test for Tue Jun 18 02:54: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)
@@ -97628,7 +97581,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 18 19:56:19 2019
+strftime test for Wed Jun 19 01:56: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)
@@ -97643,7 +97596,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 19 18:57:28 2019
+strftime test for Thu Jun 20 00:57: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)
@@ -97658,7 +97611,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 Aug 31 16:24:52 2019
+strftime test for Sat Aug 31 22:24: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)
@@ -97673,9 +97626,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 Sep 1 15:26:01 2019
+strftime test for Sun Sep 1 21:25:48 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Sep 01 15:26:01 2019, but got Sun Sep 1 15:26:01 2019
+ Expected Sun Sep 01 21:25:48 2019, but got Sun Sep 1 21:25: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)
@@ -97689,9 +97642,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 Sep 2 14:27:10 2019
+strftime test for Mon Sep 2 20:26:57 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Sep 02 14:27:10 2019, but got Mon Sep 2 14:27:10 2019
+ Expected Mon Sep 02 20:26:57 2019, but got Mon Sep 2 20:26: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)
@@ -97705,9 +97658,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 Sep 3 13:28:19 2019
+strftime test for Tue Sep 3 19:28:06 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Sep 03 13:28:19 2019, but got Tue Sep 3 13:28:19 2019
+ Expected Tue Sep 03 19:28:06 2019, but got Tue Sep 3 19:28: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)
@@ -97721,9 +97674,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 Sep 4 12:29:28 2019
+strftime test for Wed Sep 4 18:29:15 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Sep 04 12:29:28 2019, but got Wed Sep 4 12:29:28 2019
+ Expected Wed Sep 04 18:29:15 2019, but got Wed Sep 4 18:29: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)
@@ -97737,9 +97690,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 Sep 5 11:30:37 2019
+strftime test for Thu Sep 5 17:30:24 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Sep 05 11:30:37 2019, but got Thu Sep 5 11:30:37 2019
+ Expected Thu Sep 05 17:30:24 2019, but got Thu Sep 5 17:30: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)
@@ -97753,9 +97706,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 Sep 6 10:31:46 2019
+strftime test for Fri Sep 6 16:31:33 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Sep 06 10:31:46 2019, but got Fri Sep 6 10:31:46 2019
+ Expected Fri Sep 06 16:31:33 2019, but got Fri Sep 6 16:31: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)
@@ -97769,9 +97722,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 Sep 7 09:32:55 2019
+strftime test for Sat Sep 7 15:32:42 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Sep 07 09:32:55 2019, but got Sat Sep 7 09:32:55 2019
+ Expected Sat Sep 07 15:32:42 2019, but got Sat Sep 7 15:32: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)
@@ -97785,9 +97738,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 Sep 8 08:34:04 2019
+strftime test for Sun Sep 8 14:33:51 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Sep 08 08:34:04 2019, but got Sun Sep 8 08:34:04 2019
+ Expected Sun Sep 08 14:33:51 2019, but got Sun Sep 8 14:33: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)
@@ -97801,9 +97754,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 Sep 9 07:35:13 2019
+strftime test for Mon Sep 9 13:35:00 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Sep 09 07:35:13 2019, but got Mon Sep 9 07:35:13 2019
+ Expected Mon Sep 09 13:35:00 2019, but got Mon Sep 9 13:35: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)
@@ -97817,7 +97770,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 10 06:36:22 2019
+strftime test for Tue Sep 10 12:36: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)
@@ -97832,7 +97785,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 11 05:37:31 2019
+strftime test for Wed Sep 11 11:37: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)
@@ -97847,7 +97800,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 12 04:38:40 2019
+strftime test for Thu Sep 12 10:38: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)
@@ -97862,7 +97815,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 13 03:39:49 2019
+strftime test for Fri Sep 13 09:39: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)
@@ -97877,7 +97830,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 14 02:40:58 2019
+strftime test for Sat Sep 14 08:40: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)
@@ -97892,7 +97845,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 15 01:42:07 2019
+strftime test for Sun Sep 15 07:41: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)
@@ -97907,7 +97860,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 16 00:43:16 2019
+strftime test for Mon Sep 16 06:43: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)
@@ -97922,7 +97875,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 16 23:44:25 2019
+strftime test for Tue Sep 17 05:44: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)
@@ -97937,7 +97890,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 17 22:45:34 2019
+strftime test for Wed Sep 18 04:45: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)
@@ -97952,7 +97905,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 18 21:46:43 2019
+strftime test for Thu Sep 19 03:46: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)
@@ -97967,7 +97920,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 19 20:47:52 2019
+strftime test for Fri Sep 20 02:47: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)
@@ -97982,7 +97935,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 20 19:49:01 2019
+strftime test for Sat Sep 21 01:48: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)
@@ -97997,7 +97950,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 21 18:50:10 2019
+strftime test for Sun Sep 22 00:49: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)
@@ -98012,7 +97965,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 22 17:51:19 2019
+strftime test for Sun Sep 22 23:51: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)
@@ -98027,7 +97980,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 23 16:52:28 2019
+strftime test for Mon Sep 23 22:52: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)
@@ -98042,9 +97995,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 Dec 5 14:19:52 2019
+strftime test for Thu Dec 5 20:19:39 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Dec 05 14:19:52 2019, but got Thu Dec 5 14:19:52 2019
+ Expected Thu Dec 05 20:19:39 2019, but got Thu Dec 5 20:19: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)
@@ -98058,9 +98011,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 Dec 6 13:21:01 2019
+strftime test for Fri Dec 6 19:20:48 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Dec 06 13:21:01 2019, but got Fri Dec 6 13:21:01 2019
+ Expected Fri Dec 06 19:20:48 2019, but got Fri Dec 6 19:20: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)
@@ -98074,9 +98027,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 Dec 7 12:22:10 2019
+strftime test for Sat Dec 7 18:21:57 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Dec 07 12:22:10 2019, but got Sat Dec 7 12:22:10 2019
+ Expected Sat Dec 07 18:21:57 2019, but got Sat Dec 7 18:21: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)
@@ -98090,9 +98043,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 Dec 8 11:23:19 2019
+strftime test for Sun Dec 8 17:23:06 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 08 11:23:19 2019, but got Sun Dec 8 11:23:19 2019
+ Expected Sun Dec 08 17:23:06 2019, but got Sun Dec 8 17:23: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)
@@ -98106,9 +98059,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 Dec 9 10:24:28 2019
+strftime test for Mon Dec 9 16:24:15 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Dec 09 10:24:28 2019, but got Mon Dec 9 10:24:28 2019
+ Expected Mon Dec 09 16:24:15 2019, but got Mon Dec 9 16:24: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)
@@ -98122,7 +98075,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 10 09:25:37 2019
+strftime test for Tue Dec 10 15:25: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)
@@ -98137,7 +98090,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 11 08:26:46 2019
+strftime test for Wed Dec 11 14:26: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)
@@ -98152,7 +98105,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 12 07:27:55 2019
+strftime test for Thu Dec 12 13:27: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)
@@ -98167,7 +98120,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 13 06:29:04 2019
+strftime test for Fri Dec 13 12:28: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)
@@ -98182,7 +98135,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 14 05:30:13 2019
+strftime test for Sat Dec 14 11:30: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)
@@ -98197,7 +98150,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 15 04:31:22 2019
+strftime test for Sun Dec 15 10:31: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)
@@ -98212,7 +98165,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 16 03:32:31 2019
+strftime test for Mon Dec 16 09:32: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)
@@ -98227,7 +98180,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 17 02:33:40 2019
+strftime test for Tue Dec 17 08:33: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)
@@ -98242,7 +98195,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 18 01:34:49 2019
+strftime test for Wed Dec 18 07:34: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)
@@ -98257,7 +98210,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 19 00:35:58 2019
+strftime test for Thu Dec 19 06:35: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)
@@ -98272,7 +98225,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 19 23:37:07 2019
+strftime test for Fri Dec 20 05:36: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)
@@ -98287,7 +98240,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 20 22:38:16 2019
+strftime test for Sat Dec 21 04:38: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)
@@ -98302,7 +98255,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 21 21:39:25 2019
+strftime test for Sun Dec 22 03:39: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)
@@ -98317,7 +98270,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 22 20:40:34 2019
+strftime test for Mon Dec 23 02:40: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)
@@ -98332,7 +98285,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 23 19:41:43 2019
+strftime test for Tue Dec 24 01:41: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)
@@ -98347,7 +98300,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 24 18:42:52 2019
+strftime test for Wed Dec 25 00:42: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)
@@ -98362,7 +98315,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 25 17:44:01 2019
+strftime test for Wed Dec 25 23:43: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)
@@ -98377,7 +98330,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 26 16:45:10 2019
+strftime test for Thu Dec 26 22:44: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)
@@ -98392,7 +98345,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 27 15:46:19 2019
+strftime test for Fri Dec 27 21:46: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)
@@ -98407,7 +98360,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 28 14:47:28 2019
+strftime test for Sat Dec 28 20:47: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)
@@ -98422,7 +98375,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 10 12:14:52 2020
+strftime test for Tue Mar 10 18:14: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)
@@ -98437,7 +98390,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 11 11:16:01 2020
+strftime test for Wed Mar 11 17:15: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)
@@ -98452,7 +98405,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 12 10:17:10 2020
+strftime test for Thu Mar 12 16:16: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)
@@ -98467,7 +98420,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 13 09:18:19 2020
+strftime test for Fri Mar 13 15:18: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)
@@ -98482,7 +98435,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 14 08:19:28 2020
+strftime test for Sat Mar 14 14:19: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)
@@ -98497,7 +98450,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 15 07:20:37 2020
+strftime test for Sun Mar 15 13:20: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)
@@ -98512,7 +98465,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 16 06:21:46 2020
+strftime test for Mon Mar 16 12:21: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)
@@ -98527,7 +98480,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 17 05:22:55 2020
+strftime test for Tue Mar 17 11:22: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)
@@ -98542,7 +98495,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 18 04:24:04 2020
+strftime test for Wed Mar 18 10:23: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)
@@ -98557,7 +98510,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 19 03:25:13 2020
+strftime test for Thu Mar 19 09:25: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)
@@ -98572,7 +98525,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 20 02:26:22 2020
+strftime test for Fri Mar 20 08:26: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)
@@ -98587,7 +98540,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 21 01:27:31 2020
+strftime test for Sat Mar 21 07:27: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)
@@ -98602,7 +98555,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 22 00:28:40 2020
+strftime test for Sun Mar 22 06:28: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)
@@ -98617,7 +98570,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 22 23:29:49 2020
+strftime test for Mon Mar 23 05:29: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)
@@ -98632,7 +98585,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 23 22:30:58 2020
+strftime test for Tue Mar 24 04:30: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)
@@ -98647,7 +98600,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 24 21:32:07 2020
+strftime test for Wed Mar 25 03:31: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)
@@ -98662,7 +98615,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 25 20:33:16 2020
+strftime test for Thu Mar 26 02:33: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)
@@ -98677,7 +98630,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 26 19:34:25 2020
+strftime test for Fri Mar 27 01:34: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)
@@ -98692,7 +98645,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 27 18:35:34 2020
+strftime test for Sat Mar 28 00:35: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)
@@ -98707,7 +98660,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 28 17:36:43 2020
+strftime test for Sat Mar 28 23:36: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)
@@ -98722,7 +98675,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 29 16:37:52 2020
+strftime test for Sun Mar 29 22:37: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)
@@ -98737,7 +98690,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 30 15:39:01 2020
+strftime test for Mon Mar 30 21:38: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)
@@ -98752,7 +98705,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 31 14:40:10 2020
+strftime test for Tue Mar 31 20:39: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)
@@ -98767,9 +98720,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 1 13:41:19 2020
+strftime test for Wed Apr 1 19:41:06 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Apr 01 13:41:19 2020, but got Wed Apr 1 13:41:19 2020
+ Expected Wed Apr 01 19:41:06 2020, but got Wed Apr 1 19:41: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)
@@ -98783,9 +98736,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 2 12:42:28 2020
+strftime test for Thu Apr 2 18:42:15 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Apr 02 12:42:28 2020, but got Thu Apr 2 12:42:28 2020
+ Expected Thu Apr 02 18:42:15 2020, but got Thu Apr 2 18:42:15 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)
@@ -98799,7 +98752,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 14 10:09:52 2020
+strftime test for Sun Jun 14 16:09: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)
@@ -98814,7 +98767,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 15 09:11:01 2020
+strftime test for Mon Jun 15 15:10: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)
@@ -98829,7 +98782,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 16 08:12:10 2020
+strftime test for Tue Jun 16 14:11: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)
@@ -98844,7 +98797,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 17 07:13:19 2020
+strftime test for Wed Jun 17 13:13: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)
@@ -98859,7 +98812,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 18 06:14:28 2020
+strftime test for Thu Jun 18 12:14: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)
@@ -98874,7 +98827,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 19 05:15:37 2020
+strftime test for Fri Jun 19 11:15: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)
@@ -98889,7 +98842,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 20 04:16:46 2020
+strftime test for Sat Jun 20 10:16: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)
@@ -98904,7 +98857,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 21 03:17:55 2020
+strftime test for Sun Jun 21 09:17: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)
@@ -98919,7 +98872,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 22 02:19:04 2020
+strftime test for Mon Jun 22 08:18: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)
@@ -98934,7 +98887,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 23 01:20:13 2020
+strftime test for Tue Jun 23 07:20: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)
@@ -98949,7 +98902,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 24 00:21:22 2020
+strftime test for Wed Jun 24 06:21: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)
@@ -98964,7 +98917,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 24 23:22:31 2020
+strftime test for Thu Jun 25 05:22: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)
@@ -98979,7 +98932,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 25 22:23:40 2020
+strftime test for Fri Jun 26 04:23: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)
@@ -98994,7 +98947,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 26 21:24:49 2020
+strftime test for Sat Jun 27 03:24: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)
@@ -99009,7 +98962,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 27 20:25:58 2020
+strftime test for Sun Jun 28 02:25: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)
@@ -99024,7 +98977,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 28 19:27:07 2020
+strftime test for Mon Jun 29 01:26: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)
@@ -99039,7 +98992,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 29 18:28:16 2020
+strftime test for Tue Jun 30 00:28: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)
@@ -99054,7 +99007,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 30 17:29:25 2020
+strftime test for Tue Jun 30 23:29: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)
@@ -99069,9 +99022,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 1 16:30:34 2020
+strftime test for Wed Jul 1 22:30:21 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Jul 01 16:30:34 2020, but got Wed Jul 1 16:30:34 2020
+ Expected Wed Jul 01 22:30:21 2020, but got Wed Jul 1 22:30: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)
@@ -99085,9 +99038,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 2 15:31:43 2020
+strftime test for Thu Jul 2 21:31:30 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jul 02 15:31:43 2020, but got Thu Jul 2 15:31:43 2020
+ Expected Thu Jul 02 21:31:30 2020, but got Thu Jul 2 21:31: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)
@@ -99101,9 +99054,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 3 14:32:52 2020
+strftime test for Fri Jul 3 20:32:39 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jul 03 14:32:52 2020, but got Fri Jul 3 14:32:52 2020
+ Expected Fri Jul 03 20:32:39 2020, but got Fri Jul 3 20:32: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)
@@ -99117,9 +99070,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 4 13:34:01 2020
+strftime test for Sat Jul 4 19:33:48 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jul 04 13:34:01 2020, but got Sat Jul 4 13:34:01 2020
+ Expected Sat Jul 04 19:33:48 2020, but got Sat Jul 4 19:33: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)
@@ -99133,9 +99086,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 5 12:35:10 2020
+strftime test for Sun Jul 5 18:34:57 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jul 05 12:35:10 2020, but got Sun Jul 5 12:35:10 2020
+ Expected Sun Jul 05 18:34:57 2020, but got Sun Jul 5 18:34: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)
@@ -99149,9 +99102,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 6 11:36:19 2020
+strftime test for Mon Jul 6 17:36:06 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Jul 06 11:36:19 2020, but got Mon Jul 6 11:36:19 2020
+ Expected Mon Jul 06 17:36:06 2020, but got Mon Jul 6 17:36: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)
@@ -99165,9 +99118,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 7 10:37:28 2020
+strftime test for Tue Jul 7 16:37:15 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jul 07 10:37:28 2020, but got Tue Jul 7 10:37:28 2020
+ Expected Tue Jul 07 16:37:15 2020, but got Tue Jul 7 16:37:15 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)
@@ -99188,10 +99141,10 @@ PASS: test_y_before_1900 (test.test_strftime.Y1900Tests)
----------------------------------------------------------------------
-Ran 4 tests in 0.407s
+Ran 4 tests in 0.644s
OK
-0:16:23 load avg: 0.57 [318/416/1] test_string
+0:17:56 load avg: 1.16 [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)
@@ -99231,10 +99184,10 @@ PASS: test_unicode_values (test.test_string.TestTemplate)
----------------------------------------------------------------------
-Ran 36 tests in 0.015s
+Ran 36 tests in 0.028s
OK
-0:16:23 load avg: 0.60 [319/416/1] test_string_literals
+0:17:56 load avg: 1.16 [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)
@@ -99254,10 +99207,10 @@ PASS: test_template (test.test_string_literals.TestLiterals)
----------------------------------------------------------------------
-Ran 16 tests in 0.249s
+Ran 16 tests in 0.360s
OK
-0:16:23 load avg: 0.60 [320/416/1] test_stringprep
+0:17:57 load avg: 1.16 [320/416/1] test_stringprep
PASS: test (test.test_stringprep.StringprepTests)
----------------------------------------------------------------------
@@ -99265,7 +99218,7 @@ PASS: test (test.test_stringprep.StringprepTests)
Ran 1 test in 0.000s
OK
-0:16:24 load avg: 0.60 [321/416/1] test_strptime
+0:17:57 load avg: 1.16 [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)
@@ -99320,10 +99273,10 @@ PASS: test_basic (test.test_strptime.getlang_Tests)
----------------------------------------------------------------------
-Ran 51 tests in 0.061s
+Ran 51 tests in 0.115s
OK (skipped=1)
-0:16:24 load avg: 0.60 [322/416/1] test_strtod
+0:17:57 load avg: 1.16 [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)
@@ -99336,10 +99289,10 @@ PASS: test_underflow_boundary (test.test_strtod.StrtodTests)
----------------------------------------------------------------------
-Ran 9 tests in 0.550s
+Ran 9 tests in 1.183s
OK (skipped=1)
-0:16:25 load avg: 0.60 [323/416/1] test_struct
+0:17:59 load avg: 1.16 [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)
@@ -99373,10 +99326,10 @@ PASS: test_module_func (test.test_struct.UnpackIteratorTest)
----------------------------------------------------------------------
-Ran 30 tests in 0.336s
+Ran 30 tests in 0.845s
OK
-0:16:25 load avg: 0.60 [324/416/1] test_structmembers
+0:18:00 load avg: 1.16 [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)
@@ -99395,10 +99348,10 @@ PASS: test_ushort_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------
-Ran 15 tests in 0.003s
+Ran 15 tests in 0.006s
OK
-0:16:25 load avg: 0.60 [325/416/1] test_structseq
+0:18:00 load avg: 1.15 [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)
@@ -99414,10 +99367,10 @@ PASS: test_tuple (test.test_structseq.StructSeqTest)
----------------------------------------------------------------------
-Ran 12 tests in 0.005s
+Ran 12 tests in 0.008s
OK
-0:16:25 load avg: 0.60 [326/416/1] test_subclassinit
+0:18:00 load avg: 1.15 [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)
@@ -99438,10 +99391,10 @@ PASS: test_type (test.test_subclassinit.Test)
----------------------------------------------------------------------
-Ran 17 tests in 0.004s
+Ran 17 tests in 0.008s
OK
-0:16:26 load avg: 0.60 [327/416/1] test_subprocess
+0:18:00 load avg: 1.15 [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'
@@ -99749,10 +99702,10 @@ SKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows s
----------------------------------------------------------------------
-Ran 286 tests in 32.624s
+Ran 286 tests in 34.585s
OK (skipped=29)
-0:16:58 load avg: 0.73 [328/416/1] test_sunau -- test_subprocess passed in 32 sec 906 ms
+0:18:35 load avg: 0.97 [328/416/1] test_sunau -- test_subprocess passed in 34 sec 807 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)
@@ -99862,18 +99815,18 @@ PASS: test_write_params (test.test_sunau.SunauULAWTest)
----------------------------------------------------------------------
-Ran 106 tests in 0.126s
+Ran 106 tests in 0.102s
OK
-0:16:59 load avg: 0.73 [329/416/1] test_sundry
+0:18:35 load avg: 0.97 [329/416/1] test_sundry
PASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules)
----------------------------------------------------------------------
-Ran 1 test in 0.003s
+Ran 1 test in 0.011s
OK
-0:16:59 load avg: 0.73 [330/416/1] test_super
+0:18:36 load avg: 0.97 [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)
@@ -99901,15 +99854,15 @@ PASS: test_various___class___pathologies (test.test_super.TestSuper)
Ran 21 tests in 0.007s
OK
-0:16:59 load avg: 0.73 [331/416/1] test_symbol
+0:18:36 load avg: 0.97 [331/416/1] test_symbol
SKIP: test_real_grammar_and_symbol_file (test.test_symbol.TestSymbolGeneration) 'test only works from source build directory'
----------------------------------------------------------------------
-Ran 1 test in 0.000s
+Ran 1 test in 0.001s
OK (skipped=1)
-0:16:59 load avg: 0.73 [332/416/1] test_symtable
+0:18:36 load avg: 0.97 [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)
@@ -99934,10 +99887,10 @@ PASS: test_type (test.test_symtable.SymtableTest)
----------------------------------------------------------------------
-Ran 21 tests in 0.006s
+Ran 21 tests in 0.009s
OK
-0:17:00 load avg: 0.73 [333/416/1] test_syntax
+0:18:36 load avg: 0.97 [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)
@@ -99952,7 +99905,7 @@ PASS: test_unexpected_indent (test.test_syntax.SyntaxTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.004s
+Ran 11 tests in 0.007s
OK
Trying:
@@ -100665,7 +100618,7 @@ ok
80 passed and 0 failed.
Test passed.
doctest (test.test_syntax) ... 80 tests with zero failures
-0:17:00 load avg: 0.73 [334/416/1] test_sys
+0:18:37 load avg: 0.97 [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)
@@ -100717,10 +100670,10 @@ PASS: test_slots (test.test_sys.SizeofTest)
----------------------------------------------------------------------
-Ran 48 tests in 0.711s
+Ran 48 tests in 0.985s
OK (skipped=4)
-0:17:01 load avg: 0.73 [335/416/1] test_sys_setprofile
+0:18:38 load avg: 0.97 [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)
@@ -100745,10 +100698,10 @@ PASS: test_setget (test.test_sys_setprofile.TestGetProfile)
----------------------------------------------------------------------
-Ran 21 tests in 0.004s
+Ran 21 tests in 0.009s
OK
-0:17:01 load avg: 0.73 [336/416/1] test_sys_settrace
+0:18:38 load avg: 0.97 [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)
@@ -100894,10 +100847,10 @@ PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase)
----------------------------------------------------------------------
-Ran 136 tests in 0.105s
+Ran 136 tests in 0.153s
OK
-0:17:01 load avg: 0.73 [337/416/1] test_sysconfig
+0:18:38 load avg: 0.97 [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)
@@ -100922,10 +100875,10 @@ PASS: test_user_similar (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
-Ran 21 tests in 0.056s
+Ran 21 tests in 0.082s
OK (skipped=2)
-0:17:01 load avg: 0.73 [338/416/1] test_syslog
+0:18:39 load avg: 0.97 [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)
@@ -100936,10 +100889,10 @@ PASS: test_syslog (test.test_syslog.Test)
----------------------------------------------------------------------
-Ran 7 tests in 0.001s
+Ran 7 tests in 0.002s
OK
-0:17:02 load avg: 0.73 [339/416/1] test_tarfile
+0:18:39 load avg: 0.97 [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)
@@ -101396,12 +101349,12 @@ PASS: test_tar_size (test.test_tarfile.WriteTest)
----------------------------------------------------------------------
-Ran 453 tests in 5.603s
+Ran 453 tests in 8.243s
OK (skipped=8)
-0:17:07 load avg: 0.75 [340/416/1] test_tcl
+0:18:47 load avg: 0.97 [340/416/1] test_tcl
test_tcl skipped -- No module named '_tkinter'
-0:17:07 load avg: 0.75 [341/416/1] test_telnetlib -- test_tcl skipped
+0:18:48 load avg: 0.97 [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)
@@ -101424,10 +101377,10 @@ PASS: test_write (test.test_telnetlib.WriteTests)
----------------------------------------------------------------------
-Ran 19 tests in 0.015s
+Ran 19 tests in 0.024s
OK
-0:17:08 load avg: 0.75 [342/416/1] test_tempfile
+0:18:48 load avg: 0.97 [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)
@@ -101518,10 +101471,10 @@ PASS: test_no_leak_fd (test.test_tempfile.TestTemporaryFile)
----------------------------------------------------------------------
-Ran 87 tests in 0.545s
+Ran 87 tests in 0.740s
OK (skipped=3)
-0:17:08 load avg: 0.85 [343/416/1] test_textwrap
+0:18:49 load avg: 0.97 [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)
@@ -101587,58 +101540,58 @@ PASS: test_wrap_short_1line (test.test_textwrap.WrapTestCase)
----------------------------------------------------------------------
-Ran 62 tests in 0.017s
+Ran 62 tests in 0.028s
OK
-0:17:09 load avg: 0.85 [344/416/1] test_thread
+0:18:49 load avg: 0.97 [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
-task 8 will run for 67us
-task 5 will run for 65us
-task 6 entering 0
-task 9 will run for 5us
-task 4 will run for 6us
+task 5 will run for 67us
+task 8 will run for 65us
+task 4 will run for 5us
+task 9 will run for 6us
task 3 will run for 2us
task 2 will run for 7us
task 1 will run for 92us
task 0 will run for 0us
task 0 entering 0
+task 6 entering 0
+task 5 entering 0
task 7 entering 0
task 8 entering 0
-task 9 entering 0
-task 5 entering 0
task 4 entering 0
+task 9 entering 0
task 3 entering 0
task 2 entering 0
task 1 entering 0
task 1 leaving barrier
task 1 will run for 39us
-task 6 leaving barrier
-task 6 will run for 42us
task 0 leaving barrier
task 0 will run for 0us
+task 6 leaving barrier
+task 6 will run for 42us
+task 5 leaving barrier
+task 5 will run for 25us
task 7 leaving barrier
-task 7 will run for 25us
+task 7 will run for 38us
task 8 leaving barrier
-task 8 will run for 38us
-task 9 leaving barrier
-task 9 will run for 27us
-task 5 leaving barrier
-task 5 will run for 62us
+task 8 will run for 27us
task 4 leaving barrier
-task 4 will run for 8us
+task 4 will run for 62us
+task 9 leaving barrier
+task 9 will run for 8us
task 3 leaving barrier
task 3 will run for 21us
task 2 leaving barrier
task 2 will run for 1us
task 0 entering 1
-task 6 entering 1
task 7 entering 1
-task 9 entering 1
task 5 entering 1
+task 6 entering 1
task 8 entering 1
task 4 entering 1
+task 9 entering 1
task 3 entering 1
task 2 entering 1
task 1 entering 1
@@ -101646,39 +101599,39 @@ task 1 leaving barrier
task 1 will run for 81us
task 0 leaving barrier
task 0 will run for 0us
-task 6 leaving barrier
-task 6 will run for 90us
task 7 leaving barrier
-task 7 will run for 13us
-task 9 leaving barrier
-task 9 will run for 34us
+task 7 will run for 90us
task 5 leaving barrier
-task 5 will run for 76us
+task 5 will run for 13us
+task 6 leaving barrier
+task 6 will run for 34us
task 8 leaving barrier
-task 8 will run for 8us
+task 8 will run for 76us
task 4 leaving barrier
-task 4 will run for 52us
+task 4 will run for 8us
+task 9 leaving barrier
+task 9 will run for 52us
task 3 leaving barrier
task 3 will run for 40us
task 2 leaving barrier
task 2 will run for 26us
task 0 entering 2
+task 5 entering 2
task 6 entering 2
task 7 entering 2
-task 5 entering 2
-task 9 entering 2
task 8 entering 2
+task 9 entering 2
task 4 entering 2
task 3 entering 2
task 2 entering 2
task 1 entering 2
task 1 leaving barrier
task 0 leaving barrier
+task 5 leaving barrier
task 6 leaving barrier
task 7 leaving barrier
-task 5 leaving barrier
-task 9 leaving barrier
task 8 leaving barrier
+task 9 leaving barrier
task 4 leaving barrier
task 3 leaving barrier
task 2 leaving barrier
@@ -101723,16 +101676,16 @@ task 7 will run for 10us
task 8 will run for 56us
task 9 will run for 44us
task 10 will run for 7us
-task 8 done
-task 7 done
-task 6 done
-task 9 done
task 5 will run for 53us
task 4 will run for 5us
task 3 will run for 17us
task 2 will run for 35us
task 1 will run for 37us
+task 8 done
+task 9 done
task 10 done
+task 7 done
+task 6 done
task 5 done
task 4 done
task 3 done
@@ -101752,20 +101705,20 @@ creating task 9
creating task 10
waiting for all tasks to complete
task 6 will run for 70us
-task 7 will run for 9us
-task 8 will run for 52us
-task 9 will run for 81us
-task 10 will run for 19us
+task 10 will run for 9us
+task 7 will run for 52us
+task 8 will run for 81us
+task 9 will run for 19us
task 5 will run for 34us
task 4 will run for 77us
-task 10 done
-task 8 done
-task 7 done
-task 6 done
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 6 done
task 5 done
task 4 done
task 3 done
@@ -101791,13 +101744,13 @@ task 8 will run for 11us
task 6 will run for 34us
task 9 will run for 86us
task 10 will run for 89us
+task 7 done
+task 8 done
task 5 will run for 69us
task 4 will run for 77us
task 3 will run for 55us
task 2 will run for 82us
task 1 will run for 43us
-task 7 done
-task 8 done
task 6 done
task 9 done
task 10 done
@@ -101811,49 +101764,49 @@ ok
----------------------------------------------------------------------
-Ran 23 tests in 1.024s
+Ran 23 tests in 0.978s
OK
-0:17:10 load avg: 0.85 [345/416/1] test_threaded_import
+0:18:50 load avg: 0.98 [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 ... 30.2 ms OK.
-Trying 50 threads ... 30.8 ms OK.
-Trying 20 threads ... 27.3 ms OK.
-Trying 50 threads ... 30.1 ms OK.
-Trying 20 threads ... 26.7 ms OK.
-Trying 50 threads ... 32.6 ms OK.
-ok
-test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 7.7 ms OK.
-Trying 50 threads ... 12.0 ms OK.
-Trying 20 threads ... 6.1 ms OK.
-Trying 50 threads ... 11.0 ms OK.
-Trying 20 threads ... 5.5 ms OK.
-Trying 50 threads ... 10.4 ms OK.
+test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 29.3 ms OK.
+Trying 50 threads ... 30.5 ms OK.
+Trying 20 threads ... 26.2 ms OK.
+Trying 50 threads ... 30.3 ms OK.
+Trying 20 threads ... 26.5 ms OK.
+Trying 50 threads ... 31.7 ms OK.
+ok
+test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 4.2 ms OK.
+Trying 50 threads ... 7.5 ms OK.
+Trying 20 threads ... 3.8 ms OK.
+Trying 50 threads ... 7.7 ms OK.
+Trying 20 threads ... 3.8 ms OK.
+Trying 50 threads ... 7.7 ms OK.
ok
test_parallel_path_hooks (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 39.5 ms OK.
-Trying 50 threads ... 10.4 ms OK.
-Trying 20 threads ... 5.2 ms OK.
-Trying 50 threads ... 9.8 ms OK.
-Trying 20 threads ... 4.9 ms OK.
-Trying 50 threads ... 10.3 ms OK.
+Trying 50 threads ... 9.6 ms OK.
+Trying 20 threads ... 3.8 ms OK.
+Trying 50 threads ... 7.8 ms OK.
+Trying 20 threads ... 3.8 ms OK.
+Trying 50 threads ... 8.4 ms OK.
ok
PASS: test_side_effect_import (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
-Ran 6 tests in 0.834s
+Ran 6 tests in 0.816s
OK
-0:17:11 load avg: 0.85 [346/416/1] test_threadedtempfile
+0:18:51 load avg: 0.98 [346/416/1] test_threadedtempfile
PASS: test_main (test.test_threadedtempfile.ThreadedTempFileTest)
----------------------------------------------------------------------
-Ran 1 test in 0.121s
+Ran 1 test in 0.137s
OK
-0:17:11 load avg: 0.85 [347/416/1] test_threading
+0:18:52 load avg: 0.98 [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)
@@ -102011,39 +101964,39 @@ task <thread 1> will run for 8.3 usec
2 tasks are running
task <thread 2> will run for 93.6 usec
3 tasks are running
-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 0> done
<thread 0> is finished. 2 tasks are running
-3 tasks are running
task <thread 1> done
-<thread 1> is finished. 2 tasks are running
-task <thread 2> done
-<thread 2> is finished. 1 tasks are running
+<thread 1> is finished. 1 tasks are running
+task <thread 3> will run for 12.2 usec
2 tasks are running
+task <thread 4> will run for 0.0 usec
3 tasks are running
+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 2> done
+<thread 2> is finished. 2 tasks are running
task <thread 3> done
-<thread 3> is finished. 2 tasks are running
+<thread 3> is finished. 1 tasks are running
task <thread 4> done
-<thread 4> is finished. 1 tasks are running
-task <thread 5> done
-<thread 5> is finished. 0 tasks are running
+<thread 4> is finished. 0 tasks are running
1 tasks are running
2 tasks are running
-task <thread 8> will run for 11.1 usec
+task <thread 7> will run for 58.4 usec
3 tasks are running
+task <thread 5> done
+<thread 5> is finished. 2 tasks are running
+task <thread 6> done
+<thread 6> is finished. 1 tasks are running
+task <thread 8> will run for 11.1 usec
+2 tasks are running
task <thread 9> will run for 69.7 usec
+3 tasks are running
waiting for all tasks to complete
-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 8> done
-<thread 8> is finished. 0 tasks are running
-1 tasks are running
+<thread 8> is finished. 1 tasks are running
task <thread 9> done
<thread 9> is finished. 0 tasks are running
all tasks done
@@ -102053,41 +102006,41 @@ task <thread 0> will run for 64.8 usec
1 tasks are running
task <thread 1> will run for 52.0 usec
2 tasks are running
-task <thread 0> done
-<thread 0> is finished. 1 tasks are running
task <thread 2> will run for 57.7 usec
-2 tasks are running
-task <thread 3> will run for 38.6 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 0> done
+<thread 0> is finished. 2 tasks are running
task <thread 1> done
-<thread 1> is finished. 2 tasks are running
-3 tasks are running
+<thread 1> is finished. 1 tasks are running
task <thread 2> done
-<thread 2> is finished. 2 tasks are running
-task <thread 3> done
-<thread 3> is finished. 1 tasks are running
+<thread 2> is finished. 0 tasks are running
+1 tasks are running
2 tasks are running
3 tasks are running
+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 9> will run for 53.6 usec
waiting for all tasks to complete
+task <thread 3> done
+<thread 3> is finished. 2 tasks are running
+3 tasks are running
task <thread 4> done
<thread 4> is finished. 2 tasks are running
+3 tasks are running
task <thread 5> done
-<thread 5> is finished. 1 tasks are running
-task <thread 6> done
-<thread 6> is finished. 0 tasks are running
-1 tasks are running
-2 tasks are running
+<thread 5> is finished. 2 tasks are running
3 tasks are running
task <thread 7> done
<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. 1 tasks are running
+<thread 8> is finished. 0 tasks are running
+1 tasks are running
task <thread 9> done
<thread 9> is finished. 0 tasks are running
all tasks done
@@ -102099,39 +102052,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 3> will run for 0.2 usec
-task <thread 4> will run for 28.3 usec
-task <thread 5> will run for 4.7 usec
-task <thread 6> will run for 29.6 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. 2 tasks are running
-task <thread 2> done
-<thread 2> is finished. 1 tasks are running
+<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 2> done
+<thread 2> is finished. 2 tasks are running
task <thread 3> done
-<thread 3> is finished. 2 tasks are running
+<thread 3> is finished. 1 tasks are running
+2 tasks are running
task <thread 4> done
<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 7> done
-<thread 7> is finished. 2 tasks are running
+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 5> done
+<thread 5> 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
+task <thread 7> done
+<thread 7> 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
@@ -102150,10 +102103,10 @@ PASS: test_init_immutable_default_args (test.test_threading.TimerTests)
----------------------------------------------------------------------
-Ran 158 tests in 11.271s
+Ran 158 tests in 11.026s
OK (skipped=1)
-0:17:23 load avg: 0.88 [348/416/1] test_threading_local
+0:19:03 load avg: 0.98 [348/416/1] test_threading_local
_threading_local ()
PASS: Doctest: _threading_local
PASS: test_arguments (test.test_threading_local.ThreadLocalTest)
@@ -102179,10 +102132,10 @@ PASS: Doctest: _threading_local
----------------------------------------------------------------------
-Ran 20 tests in 0.982s
+Ran 20 tests in 0.784s
OK
-0:17:24 load avg: 0.89 [349/416/1] test_threadsignals
+0:19:04 load avg: 0.98 [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)
@@ -102192,10 +102145,10 @@ PASS: test_signals (test.test_threadsignals.ThreadSignals)
----------------------------------------------------------------------
-Ran 6 tests in 4.862s
+Ran 6 tests in 4.860s
OK
-0:17:29 load avg: 0.82 [350/416/1] test_time
+0:19:09 load avg: 0.90 [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)
@@ -102255,10 +102208,10 @@ PASS: test_tzset (test.test_time.TimeTestCase)
----------------------------------------------------------------------
-Ran 56 tests in 2.071s
+Ran 56 tests in 2.038s
OK (skipped=1)
-0:17:31 load avg: 0.82 [351/416/1] test_timeit
+0:19:11 load avg: 0.83 [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)
@@ -102302,16 +102255,16 @@ PASS: test_timer_invalid_stmt (test.test_timeit.TestTimeit)
----------------------------------------------------------------------
-Ran 40 tests in 0.101s
+Ran 40 tests in 0.069s
OK
-0:17:32 load avg: 0.82 [352/416/1] test_timeout
+0:19:12 load avg: 0.83 [352/416/1] test_timeout
test_timeout skipped -- Use of the 'network' resource not enabled
-0:17:32 load avg: 0.82 [353/416/1] test_tix -- test_timeout skipped (resource denied)
+0:19:12 load avg: 0.83 [353/416/1] test_tix -- test_timeout skipped (resource denied)
test_tix skipped -- No module named '_tkinter'
-0:17:32 load avg: 0.82 [354/416/1] test_tk -- test_tix skipped
+0:19:12 load avg: 0.83 [354/416/1] test_tk -- test_tix skipped
test_tk skipped -- No module named '_tkinter'
-0:17:32 load avg: 0.82 [355/416/1] test_tokenize -- test_tk skipped
+0:19:12 load avg: 0.83 [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)
@@ -102374,10 +102327,10 @@ PASS: test_iter_compat (test.test_tokenize.UntokenizeTest)
----------------------------------------------------------------------
-Ran 59 tests in 1.519s
+Ran 59 tests in 1.715s
OK
-0:17:34 load avg: 0.83 [356/416/1] test_tools
+0:19:14 load avg: 0.83 [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'
@@ -102390,10 +102343,10 @@ SKIP: test.test_tools.test_unparse (unittest.loader.ModuleSkipped) 'scripts dire
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.003s
OK (skipped=9)
-0:17:34 load avg: 0.83 [357/416/1] test_trace
+0:19:14 load avg: 0.83 [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)
@@ -102418,10 +102371,10 @@ PASS: test_ignored (test.test_trace.Test_Ignore)
----------------------------------------------------------------------
-Ran 21 tests in 3.314s
+Ran 21 tests in 5.697s
OK
-0:17:38 load avg: 0.83 [358/416/1] test_traceback
+0:19:20 load avg: 0.86 [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)
@@ -102488,10 +102441,10 @@ PASS: test_unhashable (test.test_traceback.TracebackFormatTests)
----------------------------------------------------------------------
-Ran 63 tests in 0.493s
+Ran 63 tests in 0.678s
OK
-0:17:38 load avg: 0.84 [359/416/1] test_tracemalloc
+0:19:21 load avg: 0.86 [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)
@@ -102539,14 +102492,14 @@ PASS: test_untrack (test.test_tracemalloc.TestCAPI)
----------------------------------------------------------------------
-Ran 43 tests in 0.416s
+Ran 43 tests in 0.569s
OK
-0:17:39 load avg: 0.84 [360/416/1] test_ttk_guionly
+0:19:22 load avg: 0.86 [360/416/1] test_ttk_guionly
test_ttk_guionly skipped -- No module named '_tkinter'
-0:17:39 load avg: 0.84 [361/416/1] test_ttk_textonly -- test_ttk_guionly skipped
+0:19:22 load avg: 0.86 [361/416/1] test_ttk_textonly -- test_ttk_guionly skipped
test_ttk_textonly skipped -- No module named '_tkinter'
-0:17:39 load avg: 0.84 [362/416/1] test_tuple -- test_ttk_textonly skipped
+0:19:22 load avg: 0.86 [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)
@@ -102584,12 +102537,12 @@ PASS: test_tupleresizebug (test.test_tuple.TupleTest)
----------------------------------------------------------------------
-Ran 34 tests in 6.080s
+Ran 34 tests in 7.709s
OK
-0:17:46 load avg: 0.86 [363/416/1] test_turtle
+0:19:30 load avg: 0.88 [363/416/1] test_turtle
test_turtle skipped -- No module named '_tkinter'
-0:17:46 load avg: 0.86 [364/416/1] test_typechecks -- test_turtle skipped
+0:19:31 load avg: 0.88 [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)
@@ -102599,10 +102552,10 @@ PASS: testSubclassBehavior (test.test_typechecks.TypeChecksTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.002s
OK
-0:17:46 load avg: 0.86 [365/416/1] test_typing
+0:19:31 load avg: 0.88 [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)
@@ -102836,10 +102789,10 @@ PASS: test_unordered (test.test_typing.UnionTests)
----------------------------------------------------------------------
-Ran 230 tests in 0.071s
+Ran 230 tests in 0.097s
OK (expected failures=1)
-0:17:46 load avg: 0.86 [366/416/1] test_ucn
+0:19:31 load avg: 0.88 [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)
@@ -102857,10 +102810,10 @@ PASS: test_strict_error_handling (test.test_ucn.UnicodeNamesTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.172s
+Ran 14 tests in 0.353s
OK (skipped=2)
-0:17:47 load avg: 0.86 [367/416/1] test_unary
+0:19:32 load avg: 0.88 [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)
@@ -102870,10 +102823,10 @@ PASS: test_positive (test.test_unary.UnaryOpTestCase)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.003s
OK
-0:17:47 load avg: 0.86 [368/416/1] test_unicode
+0:19:32 load avg: 0.88 [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)
@@ -103005,19 +102958,19 @@ PASS: test_zfill (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
-Ran 126 tests in 1.194s
+Ran 126 tests in 1.627s
OK (skipped=4)
-0:17:48 load avg: 0.87 [369/416/1] test_unicode_file
+0:19:34 load avg: 0.88 [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.008s
+Ran 2 tests in 0.006s
OK
-0:17:48 load avg: 0.87 [370/416/1] test_unicode_file_functions
+0:19:34 load avg: 0.88 [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)
@@ -103051,10 +103004,10 @@ PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.083s
+Ran 30 tests in 0.112s
OK
-0:17:49 load avg: 0.87 [371/416/1] test_unicode_identifiers
+0:19:34 load avg: 0.88 [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)
@@ -103064,7 +103017,7 @@ PASS: test_valid (test.test_unicode_identifiers.PEP3131Test)
Ran 3 tests in 0.002s
OK
-0:17:49 load avg: 0.87 [372/416/1] test_unicodedata
+0:19:35 load avg: 0.88 [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)
@@ -103092,10 +103045,10 @@ PASS: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest)
----------------------------------------------------------------------
-Ran 24 tests in 1.919s
+Ran 24 tests in 3.237s
OK
-0:17:51 load avg: 0.87 [373/416/1] test_univnewlines
+0:19:38 load avg: 0.89 [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)
@@ -103133,10 +103086,10 @@ PASS: test_seek (test.test_univnewlines.PyTestMixedNewlines)
----------------------------------------------------------------------
-Ran 34 tests in 0.051s
+Ran 34 tests in 0.029s
OK
-0:17:51 load avg: 0.87 [374/416/1] test_unpack
+0:19:38 load avg: 0.89 [374/416/1] test_unpack
Trying:
t = (1, 2, 3)
Expecting nothing
@@ -103327,7 +103280,7 @@ ok
34 passed and 0 failed.
Test passed.
doctest (test.test_unpack) ... 34 tests with zero failures
-0:17:51 load avg: 0.87 [375/416/1] test_unpack_ex
+0:19:39 load avg: 0.89 [375/416/1] test_unpack_ex
Trying:
t = (1, 2, 3)
Expecting nothing
@@ -103825,7 +103778,7 @@ ok
85 passed and 0 failed.
Test passed.
doctest (test.test_unpack_ex) ... 85 tests with zero failures
-0:17:52 load avg: 0.87 [376/416/1] test_urllib
+0:19:39 load avg: 0.89 [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)
@@ -103923,10 +103876,10 @@ PASS: test_short_content_raises_ContentTooShortError_without_reporthook (test.te
----------------------------------------------------------------------
-Ran 93 tests in 0.069s
+Ran 93 tests in 0.066s
OK (skipped=1)
-0:17:52 load avg: 0.87 [377/416/1] test_urllib2
+0:19:39 load avg: 0.89 [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)
@@ -104005,10 +103958,10 @@ PASS: test_trivial (test.test_urllib2.TrivialTests)
----------------------------------------------------------------------
-Ran 73 tests in 20.205s
+Ran 73 tests in 20.145s
OK (skipped=2)
-0:18:12 load avg: 0.62 [378/416/1] test_urllib2_localnet
+0:19:59 load avg: 0.64 [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)
@@ -104043,10 +103996,10 @@ PASS: test_sending_headers (test.test_urllib2_localnet.TestUrlopen)
----------------------------------------------------------------------
-Ran 21 tests in 0.472s
+Ran 21 tests in 0.167s
OK
-0:18:13 load avg: 0.65 [379/416/1] test_urllib2net
+0:20:00 load avg: 0.64 [379/416/1] test_urllib2net
Got an error:
[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
Got an error:
@@ -104054,7 +104007,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:18:13 load avg: 0.65 [380/416/1] test_urllib_response -- test_urllib2net skipped (resource denied)
+0:20:00 load avg: 0.66 [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)
@@ -104065,9 +104018,9 @@ PASS: test_with (test.test_urllib_response.TestResponse)
Ran 4 tests in 0.002s
OK
-0:18:14 load avg: 0.65 [381/416/1] test_urllibnet
+0:20:00 load avg: 0.66 [381/416/1] test_urllibnet
test_urllibnet skipped -- Use of the 'network' resource not enabled
-0:18:14 load avg: 0.65 [382/416/1] test_urlparse -- test_urllibnet skipped (resource denied)
+0:20:00 load avg: 0.66 [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)
@@ -104122,10 +104075,10 @@ PASS: test_unwrap (test.test_urlparse.Utility_Tests)
----------------------------------------------------------------------
-Ran 50 tests in 0.786s
+Ran 50 tests in 1.487s
OK
-0:18:15 load avg: 0.65 [383/416/1] test_userdict
+0:20:02 load avg: 0.66 [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)
@@ -104154,10 +104107,10 @@ PASS: test_write (test.test_userdict.UserDictTest)
----------------------------------------------------------------------
-Ran 25 tests in 0.065s
+Ran 25 tests in 0.119s
OK
-0:18:15 load avg: 0.65 [384/416/1] test_userlist
+0:20:02 load avg: 0.66 [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)
@@ -104211,10 +104164,10 @@ PASS: test_userlist_copy (test.test_userlist.UserListTest)
----------------------------------------------------------------------
-Ran 50 tests in 0.231s
+Ran 50 tests in 0.266s
OK
-0:18:15 load avg: 0.65 [385/416/1] test_userstring
+0:20:03 load avg: 0.66 [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)
@@ -104269,10 +104222,10 @@ PASS: test_zfill (test.test_userstring.UserStringTest)
----------------------------------------------------------------------
-Ran 51 tests in 0.735s
+Ran 51 tests in 1.478s
OK (skipped=1)
-0:18:16 load avg: 0.65 [386/416/1] test_utf8_mode
+0:20:05 load avg: 0.66 [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)
@@ -104286,20 +104239,20 @@ PASS: test_xoption (test.test_utf8_mode.UTF8ModeTests)
----------------------------------------------------------------------
-Ran 10 tests in 0.610s
+Ran 10 tests in 0.797s
OK
-0:18:17 load avg: 0.65 [387/416/1] test_utf8source
+0:20:06 load avg: 0.69 [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)
----------------------------------------------------------------------
-Ran 3 tests in 0.001s
+Ran 3 tests in 0.002s
OK
-0:18:17 load avg: 0.65 [388/416/1] test_uu
+0:20:06 load avg: 0.69 [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)
@@ -104315,10 +104268,10 @@ PASS: test_truncatedinput (test.test_uu.UUTest)
----------------------------------------------------------------------
-Ran 12 tests in 0.004s
+Ran 12 tests in 0.008s
OK
-0:18:17 load avg: 0.65 [389/416/1] test_uuid
+0:20:06 load avg: 0.69 [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)
@@ -104376,10 +104329,10 @@ PASS: test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule)
----------------------------------------------------------------------
-Ran 54 tests in 0.143s
+Ran 54 tests in 0.374s
OK (skipped=12)
-0:18:18 load avg: 0.65 [390/416/1] test_venv
+0:20:07 load avg: 0.69 [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)
@@ -104399,10 +104352,10 @@ PASS: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
-Ran 16 tests in 6.633s
+Ran 16 tests in 9.343s
OK (skipped=1)
-0:18:25 load avg: 0.63 [391/416/1] test_wait3
+0:20:16 load avg: 0.74 [391/416/1] test_wait3
PASS: test_wait (test.fork_wait.ForkWait)
PASS: test_wait (test.test_wait3.Wait3Test)
@@ -104411,7 +104364,7 @@ PASS: test_wait (test.test_wait3.Wait3Test)
Ran 2 tests in 6.024s
OK
-0:18:31 load avg: 0.58 [392/416/1] test_wait4
+0:20:23 load avg: 0.68 [392/416/1] test_wait4
PASS: test_wait (test.fork_wait.ForkWait)
PASS: test_wait (test.test_wait4.Wait4Test)
@@ -104420,7 +104373,7 @@ PASS: test_wait (test.test_wait4.Wait4Test)
Ran 2 tests in 6.022s
OK
-0:18:37 load avg: 0.62 [393/416/1] test_warnings
+0:20:29 load avg: 0.71 [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)
@@ -104543,10 +104496,10 @@ PASS: test_stderr_none (test.test_warnings._WarningsTests)
----------------------------------------------------------------------
-Ran 119 tests in 0.791s
+Ran 119 tests in 0.858s
OK
-0:18:38 load avg: 0.89 [394/416/1] test_wave
+0:20:30 load avg: 0.73 [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)
@@ -104641,10 +104594,10 @@ PASS: test_write_params (test.test_wave.WavePCM8Test)
----------------------------------------------------------------------
-Ran 91 tests in 0.050s
+Ran 91 tests in 0.064s
OK
-0:18:38 load avg: 0.89 [395/416/1] test_weakref
+0:20:30 load avg: 0.73 [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)
@@ -104770,7 +104723,7 @@ PASS: test_order (test.test_weakref.FinalizeTestCase)
----------------------------------------------------------------------
-Ran 121 tests in 12.208s
+Ran 121 tests in 20.041s
OK
Trying:
@@ -105089,7 +105042,7 @@ ok
32 passed and 0 failed.
Test passed.
doctest (test.test_weakref) ... 32 tests with zero failures
-0:18:51 load avg: 0.90 [396/416/1] test_weakset
+0:20:51 load avg: 0.94 [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)
@@ -105136,10 +105089,10 @@ PASS: test_xor (test.test_weakset.TestWeakSet)
----------------------------------------------------------------------
-Ran 43 tests in 0.647s
+Ran 43 tests in 0.490s
OK
-0:18:52 load avg: 0.90 [397/416/1] test_webbrowser
+0:20:51 load avg: 0.94 [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)
@@ -105177,16 +105130,16 @@ PASS: test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest)
----------------------------------------------------------------------
-Ran 34 tests in 0.024s
+Ran 34 tests in 0.032s
OK (skipped=2)
-0:18:52 load avg: 0.90 [398/416/1] test_winconsoleio
+0:20:52 load avg: 0.94 [398/416/1] test_winconsoleio
test_winconsoleio skipped -- test only relevant on win32
-0:18:52 load avg: 0.90 [399/416/1] test_winreg -- test_winconsoleio skipped
+0:20:52 load avg: 0.94 [399/416/1] test_winreg -- test_winconsoleio skipped
test_winreg skipped -- No module named 'winreg'
-0:18:53 load avg: 0.90 [400/416/1] test_winsound -- test_winreg skipped
+0:20:52 load avg: 0.94 [400/416/1] test_winsound -- test_winreg skipped
test_winsound skipped -- Use of the 'audio' resource not enabled
-0:18:53 load avg: 0.91 [401/416/1] test_with -- test_winsound skipped (resource denied)
+0:20:52 load avg: 0.94 [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)
@@ -105239,10 +105192,10 @@ PASS: testUnboundGenerator (test.test_with.NonexceptionalTestCase)
----------------------------------------------------------------------
-Ran 49 tests in 0.028s
+Ran 49 tests in 0.016s
OK
-0:18:53 load avg: 0.91 [402/416/1] test_wsgiref
+0:20:53 load avg: 0.94 [402/416/1] test_wsgiref
PASS: testAbstractMethods (test.test_wsgiref.HandlerTests)
PASS: testBasicErrorOutput (test.test_wsgiref.HandlerTests)
PASS: testBytesData (test.test_wsgiref.HandlerTests)
@@ -105279,10 +105232,10 @@ PASS: testSimpleShifts (test.test_wsgiref.UtilityTests)
----------------------------------------------------------------------
-Ran 33 tests in 0.108s
+Ran 33 tests in 0.055s
OK
-0:18:54 load avg: 0.91 [403/416/1] test_xdrlib
+0:20:53 load avg: 0.94 [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)
@@ -105292,10 +105245,10 @@ PASS: test_xdr (test.test_xdrlib.XDRTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.003s
OK
-0:18:54 load avg: 0.91 [404/416/1] test_xml_dom_minicompat
+0:20:53 load avg: 0.94 [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)
@@ -105310,10 +105263,10 @@ PASS: test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestC
----------------------------------------------------------------------
-Ran 11 tests in 0.004s
+Ran 11 tests in 0.005s
OK
-0:18:54 load avg: 0.91 [405/416/1] test_xml_etree
+0:20:53 load avg: 0.94 [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)
@@ -105466,10 +105419,10 @@ PASS: test_lost_text (test.test_xml_etree.BugsTest)
----------------------------------------------------------------------
-Ran 148 tests in 0.761s
+Ran 148 tests in 0.995s
OK (skipped=1)
-0:18:55 load avg: 0.91 [406/416/1] test_xml_etree_c
+0:20:54 load avg: 0.94 [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)
@@ -105488,7 +105441,7 @@ PASS: test_element_with_children (test.test_xml_etree_c.SizeofTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.621s
+Ran 15 tests in 0.751s
OK (skipped=1)
PASS: test_all (test.test_xml_etree.ModuleTest)
@@ -105644,10 +105597,10 @@ PASS: test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest)
----------------------------------------------------------------------
-Ran 149 tests in 0.749s
+Ran 149 tests in 0.966s
OK
-0:18:57 load avg: 0.91 [407/416/1] test_xmlrpc
+0:20:56 load avg: 0.94 [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)
@@ -105736,12 +105689,12 @@ PASS: Calls explicitly registered function which is None
----------------------------------------------------------------------
-Ran 79 tests in 3.406s
+Ran 79 tests in 3.484s
OK
-0:19:00 load avg: 0.84 [408/416/1] test_xmlrpc_net
+0:21:00 load avg: 0.95 [408/416/1] test_xmlrpc_net
test_xmlrpc_net skipped -- Use of the 'network' resource not enabled
-0:19:01 load avg: 0.84 [409/416/1] test_xxtestfuzz -- test_xmlrpc_net skipped (resource denied)
+0:21:00 load avg: 0.95 [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.
@@ -105750,7 +105703,7 @@ PASS: This is only a regression test: Check that it doesn't crash.
Ran 1 test in 0.001s
OK
-0:19:01 load avg: 0.84 [410/416/1] test_yield_from
+0:21:01 load avg: 0.95 [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)
@@ -105787,10 +105740,10 @@ PASS: test_yield_from_empty (test.test_yield_from.TestPEP380Operation)
----------------------------------------------------------------------
-Ran 33 tests in 0.155s
+Ran 33 tests in 0.173s
OK
-0:19:01 load avg: 0.84 [411/416/1] test_zipapp
+0:21:01 load avg: 0.95 [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)
@@ -105825,10 +105778,10 @@ PASS: test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest)
----------------------------------------------------------------------
-Ran 31 tests in 0.041s
+Ran 31 tests in 0.055s
OK
-0:19:01 load avg: 0.84 [412/416/1] test_zipfile
+0:21:01 load avg: 0.95 [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)
@@ -106077,12 +106030,12 @@ PASS: test_from_file_pathlike (test.test_zipfile.ZipInfoTests)
----------------------------------------------------------------------
-Ran 208 tests in 6.567s
+Ran 208 tests in 9.868s
OK (skipped=1)
-0:19:08 load avg: 0.86 [413/416/1] test_zipfile64
+0:21:11 load avg: 0.96 [413/416/1] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
-0:19:08 load avg: 0.86 [414/416/1] test_zipimport -- test_zipfile64 skipped (resource denied)
+0:21:12 load avg: 0.96 [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)
@@ -106170,16 +106123,16 @@ PASS: testNotZipFile (test.test_zipimport.BadFileZipImportTestCase)
----------------------------------------------------------------------
-Ran 66 tests in 0.108s
+Ran 66 tests in 0.131s
OK
-0:19:09 load avg: 0.86 [415/416/1] test_zipimport_support
-test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmpjlbf0azz/test_zip.zip':
+0:21:12 load avg: 0.96 [415/416/1] test_zipimport_support
+test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmpd0e92ooo/test_zip.zip':
File Name Modified Size
-test_zipped_doctest.py 2019-05-27 18:32:38 97864
-sample_zipped_doctest.py 2019-05-27 18:32:38 1045
-sample_zipped_doctest_no_doctests.py 2019-05-27 18:32:38 269
-sample_zipped_doctest_no_docstrings.py 2019-05-27 18:32:38 227
+test_zipped_doctest.py 2019-05-28 00:32:56 97864
+sample_zipped_doctest.py 2019-05-28 00:32:56 1045
+sample_zipped_doctest_no_doctests.py 2019-05-28 00:32:56 269
+sample_zipped_doctest_no_docstrings.py 2019-05-28 00:32:56 227
Finding tests in test_zipped_doctest.SampleClass
Trying:
print(1)
@@ -108250,22 +108203,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/tmpu9cpqgv8/script.py", line 2, in __main__.Test
+FAIL: test_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Expected line File "/var/volatile/tmp/tmpz9512v6e/script.py", line 2, in __main__.Test
Got stdout:
-b'**********************************************************************\nFile "/var/volatile/tmp/tmpu9cpqgv8/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/tmpu9cpqgv8/test_zip.zip/__main__.py", line 2, in __main__.Test
+b'**********************************************************************\nFile "/var/volatile/tmp/tmpz9512v6e/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/tmpz9512v6e/test_zip.zip/__main__.py", line 2, in __main__.Test
Got stdout:
-b'**********************************************************************\nFile "/var/volatile/tmp/tmpu9cpqgv8/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/tmpz9512v6e/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.426s
+Ran 4 tests in 0.605s
OK
-0:19:09 load avg: 0.86 [416/416/1] test_zlib
+0:21:13 load avg: 0.96 [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)
@@ -108331,7 +108284,7 @@ PASS: test_library_version (test.test_zlib.VersionTestCase)
----------------------------------------------------------------------
-Ran 62 tests in 0.666s
+Ran 62 tests in 0.968s
OK (skipped=1)
@@ -108351,12 +108304,12 @@ OK (skipped=1)
test_winconsoleio test_winreg test_winsound test_xmlrpc_net
test_zipfile64
-Total duration: 19 min 10 sec
+Total duration: 21 min 14 sec
Tests result: FAILURE
-DURATION: 1152
+DURATION: 1275
END: /usr/lib/python3/ptest
-2019-05-27T18:32
-2019-05-27T18:32
+2019-05-28T00:32
+2019-05-28T00:32
BEGIN: /usr/lib/quilt/ptest
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
@@ -108643,10 +108596,10 @@ Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30
[two.test]
57 commands (57 passed, 0 failed)
PASS: two.test
-DURATION: 27
+DURATION: 35
END: /usr/lib/quilt/ptest
-2019-05-27T18:33
-2019-05-27T18:33
+2019-05-28T00:33
+2019-05-28T00:33
BEGIN: /usr/lib/sed/ptest
make: Entering directory '/usr/lib/sed/ptest/testsuite'
PASS: bug-regex7
@@ -108739,10 +108692,10 @@ PASS: dc
All 86 tests passed
===================
make: Leaving directory '/usr/lib/sed/ptest/testsuite'
-DURATION: 3
+DURATION: 5
END: /usr/lib/sed/ptest
-2019-05-27T18:33
-2019-05-27T18:33
+2019-05-28T00:33
+2019-05-28T00:33
BEGIN: /usr/lib/slang/ptest
make: Entering directory '/usr/lib/slang/ptest/test'
/bin/rm -rf tmpfile*.* tmpdir*.*
@@ -109066,8 +109019,8 @@ All tests passed.
make: Leaving directory '/usr/lib/slang/ptest/test'
DURATION: 21
END: /usr/lib/slang/ptest
-2019-05-27T18:33
-2019-05-27T18:33
+2019-05-28T00:33
+2019-05-28T00:33
BEGIN: /usr/lib/strace/ptest
make: Entering directory '/usr/lib/strace/ptest/tests'
SKIP: _newselect.gen.test
@@ -110584,10 +110537,10 @@ FAIL: wait4.gen.test
make: *** [Makefile:8788: wait4.gen.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: wait4-v.gen.test
-../test-driver: line 135: echo: write error: No space left on device
-../test-driver: line 136: echo: write error: No space left on device
-../test-driver: line 137: echo: write error: No space left on device
-../test-driver: line 138: echo: write error: No space left on device
+../test-driver: line 135: wait4-v.gen.trs: No space left on device
+../test-driver: line 136: wait4-v.gen.trs: No space left on device
+../test-driver: line 137: wait4-v.gen.trs: No space left on device
+../test-driver: line 138: wait4-v.gen.trs: No space left on device
make: *** [Makefile:8788: wait4-v.gen.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: waitid.gen.test
@@ -110654,10 +110607,10 @@ FAIL: xetpriority.gen.test
make: *** [Makefile:8788: xetpriority.gen.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: xettimeofday.gen.test
-../test-driver: line 135: echo: write error: No space left on device
-../test-driver: line 136: echo: write error: No space left on device
-../test-driver: line 137: echo: write error: No space left on device
-../test-driver: line 138: echo: write error: No space left on device
+../test-driver: line 135: xettimeofday.gen.trs: No space left on device
+../test-driver: line 136: xettimeofday.gen.trs: No space left on device
+../test-driver: line 137: xettimeofday.gen.trs: No space left on device
+../test-driver: line 138: xettimeofday.gen.trs: No space left on device
make: *** [Makefile:8788: xettimeofday.gen.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: bpf-success-v.test
@@ -110717,10 +110670,10 @@ SKIP: btrfs-vwX.test
make: *** [Makefile:8788: btrfs-vwX.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
SKIP: btrfs-w.test
-../test-driver: line 135: echo: write error: No space left on device
-../test-driver: line 136: echo: write error: No space left on device
-../test-driver: line 137: echo: write error: No space left on device
-../test-driver: line 138: echo: write error: No space left on device
+../test-driver: line 135: btrfs-w.trs: No space left on device
+../test-driver: line 136: btrfs-w.trs: No space left on device
+../test-driver: line 137: btrfs-w.trs: No space left on device
+../test-driver: line 138: btrfs-w.trs: No space left on device
make: *** [Makefile:8788: btrfs-w.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
SKIP: btrfs-wX.test
@@ -110822,10 +110775,10 @@ FAIL: ioctl_perf-success.test
make: *** [Makefile:8788: ioctl_perf-success.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: ipc_msgbuf.test
-../test-driver: line 135: echo: write error: No space left on device
-../test-driver: line 136: echo: write error: No space left on device
-../test-driver: line 137: echo: write error: No space left on device
-../test-driver: line 138: echo: write error: No space left on device
+../test-driver: line 135: ipc_msgbuf.trs: No space left on device
+../test-driver: line 136: ipc_msgbuf.trs: No space left on device
+../test-driver: line 137: ipc_msgbuf.trs: No space left on device
+../test-driver: line 138: ipc_msgbuf.trs: No space left on device
make: *** [Makefile:8788: ipc_msgbuf.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: kern_features-fault.test
@@ -110871,10 +110824,10 @@ FAIL: net-y-unix.test
make: *** [Makefile:8788: net-y-unix.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: net-yy-inet.test
-../test-driver: line 135: echo: write error: No space left on device
-../test-driver: line 136: echo: write error: No space left on device
-../test-driver: line 137: echo: write error: No space left on device
-../test-driver: line 138: echo: write error: No space left on device
+../test-driver: line 135: net-yy-inet.trs: No space left on device
+../test-driver: line 136: net-yy-inet.trs: No space left on device
+../test-driver: line 137: net-yy-inet.trs: No space left on device
+../test-driver: line 138: net-yy-inet.trs: No space left on device
make: *** [Makefile:8788: net-yy-inet.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: net-yy-netlink.test
@@ -110899,12 +110852,13 @@ FAIL: net.test
make: *** [Makefile:8788: net.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: netlink_sock_diag.test
-../test-driver: line 135: echo: write error: No space left on device
-../test-driver: line 136: echo: write error: No space left on device
-../test-driver: line 137: echo: write error: No space left on device
-../test-driver: line 138: echo: write error: No space left on device
+../test-driver: line 135: netlink_sock_diag.trs: No space left on device
+../test-driver: line 136: netlink_sock_diag.trs: No space left on device
+../test-driver: line 137: netlink_sock_diag.trs: No space left on device
+../test-driver: line 138: netlink_sock_diag.trs: No space left on device
make: *** [Makefile:8788: netlink_sock_diag.log] Error 1
-../test-driver: line 129: echo: write error: No space left on device
+../test-driver: line 107: nsyscalls-d.log: No space left on device
+../test-driver: line 129: nsyscalls-d.log: No space left on device
FAIL: nsyscalls-d.test
../test-driver: line 135: echo: write error: No space left on device
../test-driver: line 136: echo: write error: No space left on device
@@ -110948,10 +110902,10 @@ FAIL: poll-P.test
make: *** [Makefile:8788: poll-P.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: poll.test
-../test-driver: line 135: poll.trs: No space left on device
-../test-driver: line 136: poll.trs: No space left on device
-../test-driver: line 137: poll.trs: No space left on device
-../test-driver: line 138: poll.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: poll.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: prctl-arg2-intptr.test
@@ -110988,7 +110942,8 @@ FAIL: prctl-pdeathsig.test
../test-driver: line 137: echo: write error: No space left on device
../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: prctl-pdeathsig.log] Error 1
-../test-driver: line 129: echo: write error: No space left on device
+../test-driver: line 107: prctl-seccomp-filter-v.log: No space left on device
+../test-driver: line 129: prctl-seccomp-filter-v.log: No space left on device
FAIL: prctl-seccomp-filter-v.test
../test-driver: line 135: echo: write error: No space left on device
../test-driver: line 136: echo: write error: No space left on device
@@ -111011,10 +110966,10 @@ FAIL: prctl-securebits.test
make: *** [Makefile:8788: prctl-securebits.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: prctl-spec-inject.test
-../test-driver: line 135: echo: write error: No space left on device
-../test-driver: line 136: echo: write error: No space left on device
-../test-driver: line 137: echo: write error: No space left on device
-../test-driver: line 138: echo: write error: No space left on device
+../test-driver: line 135: prctl-spec-inject.trs: No space left on device
+../test-driver: line 136: prctl-spec-inject.trs: No space left on device
+../test-driver: line 137: prctl-spec-inject.trs: No space left on device
+../test-driver: line 138: prctl-spec-inject.trs: No space left on device
make: *** [Makefile:8788: prctl-spec-inject.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: prctl-tid_address.test
@@ -111030,7 +110985,8 @@ FAIL: prctl-tsc.test
../test-driver: line 137: echo: write error: No space left on device
../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: prctl-tsc.log] Error 1
-../test-driver: line 129: echo: write error: No space left on device
+../test-driver: line 107: qual_fault-exit_group.log: No space left on device
+../test-driver: line 129: qual_fault-exit_group.log: No space left on device
FAIL: qual_fault-exit_group.test
../test-driver: line 135: echo: write error: No space left on device
../test-driver: line 136: echo: write error: No space left on device
@@ -111158,10 +111114,10 @@ FAIL: unix-pair-send-recv.test
make: *** [Makefile:8788: unix-pair-send-recv.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: unix-pair-sendto-recvfrom.test
-../test-driver: line 135: unix-pair-sendto-recvfrom.trs: No space left on device
-../test-driver: line 136: unix-pair-sendto-recvfrom.trs: No space left on device
-../test-driver: line 137: unix-pair-sendto-recvfrom.trs: No space left on device
-../test-driver: line 138: unix-pair-sendto-recvfrom.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: unix-pair-sendto-recvfrom.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: xet_thread_area_x86.test
@@ -111179,10 +111135,10 @@ FAIL: attach-f-p.test
make: *** [Makefile:8788: attach-f-p.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: attach-p-cmd.test
-../test-driver: line 135: echo: write error: No space left on device
-../test-driver: line 136: echo: write error: No space left on device
-../test-driver: line 137: echo: write error: No space left on device
-../test-driver: line 138: echo: write error: No space left on device
+../test-driver: line 135: attach-p-cmd.trs: No space left on device
+../test-driver: line 136: attach-p-cmd.trs: No space left on device
+../test-driver: line 137: attach-p-cmd.trs: No space left on device
+../test-driver: line 138: attach-p-cmd.trs: No space left on device
make: *** [Makefile:8788: attach-p-cmd.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: bexecve.test
@@ -111270,14 +111226,13 @@ PASS: filtering_fd-syntax.test
make: *** [Makefile:8788: filtering_fd-syntax.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
PASS: filtering_syscall-syntax.test
-../test-driver: line 135: filtering_syscall-syntax.trs: No space left on device
-../test-driver: line 136: filtering_syscall-syntax.trs: No space left on device
-../test-driver: line 137: filtering_syscall-syntax.trs: No space left on device
-../test-driver: line 138: filtering_syscall-syntax.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: filtering_syscall-syntax.log] Error 1
-../test-driver: line 107: first_exec_failure.log: No space left on device
-../test-driver: line 129: first_exec_failure.log: No space left on device
-FAIL: first_exec_failure.test
+../test-driver: line 129: echo: write error: No space left on device
+PASS: first_exec_failure.test
../test-driver: line 135: echo: write error: No space left on device
../test-driver: line 136: echo: write error: No space left on device
../test-driver: line 137: echo: write error: No space left on device
@@ -111285,29 +111240,27 @@ FAIL: first_exec_failure.test
make: *** [Makefile:8788: first_exec_failure.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: get_regs.test
-../test-driver: line 135: get_regs.trs: No space left on device
-../test-driver: line 136: get_regs.trs: No space left on device
-../test-driver: line 137: get_regs.trs: No space left on device
-../test-driver: line 138: get_regs.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: get_regs.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: inject-nf.test
-../test-driver: line 135: inject-nf.trs: No space left on device
-../test-driver: line 136: inject-nf.trs: No space left on device
-../test-driver: line 137: inject-nf.trs: No space left on device
-../test-driver: line 138: inject-nf.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: inject-nf.log] Error 1
-../test-driver: line 107: interactive_block.log: No space left on device
-../test-driver: line 129: interactive_block.log: No space left on device
+../test-driver: line 129: echo: write error: No space left on device
FAIL: interactive_block.test
../test-driver: line 135: echo: write error: No space left on device
../test-driver: line 136: echo: write error: No space left on device
../test-driver: line 137: echo: write error: No space left on device
../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: interactive_block.log] Error 1
-../test-driver: line 107: ksysent.log: No space left on device
-../test-driver: line 129: ksysent.log: No space left on device
-FAIL: ksysent.test
+../test-driver: line 129: echo: write error: No space left on device
+PASS: ksysent.test
../test-driver: line 135: echo: write error: No space left on device
../test-driver: line 136: echo: write error: No space left on device
../test-driver: line 137: echo: write error: No space left on device
@@ -111315,10 +111268,10 @@ FAIL: ksysent.test
make: *** [Makefile:8788: ksysent.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
SKIP: localtime.test
-../test-driver: line 135: localtime.trs: No space left on device
-../test-driver: line 136: localtime.trs: No space left on device
-../test-driver: line 137: localtime.trs: No space left on device
-../test-driver: line 138: localtime.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: localtime.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: opipe.test
@@ -111341,13 +111294,12 @@ FAIL: pc.test
../test-driver: line 137: echo: write error: No space left on device
../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: pc.log] Error 1
-../test-driver: line 107: printpath-umovestr-legacy.log: No space left on device
-../test-driver: line 129: printpath-umovestr-legacy.log: No space left on device
+../test-driver: line 129: echo: write error: No space left on device
FAIL: printpath-umovestr-legacy.test
-../test-driver: line 135: printpath-umovestr-legacy.trs: No space left on device
-../test-driver: line 136: printpath-umovestr-legacy.trs: No space left on device
-../test-driver: line 137: printpath-umovestr-legacy.trs: No space left on device
-../test-driver: line 138: printpath-umovestr-legacy.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: printpath-umovestr-legacy.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: printstrn-umoven-legacy.test
@@ -111358,10 +111310,10 @@ FAIL: printstrn-umoven-legacy.test
make: *** [Makefile:8788: printstrn-umoven-legacy.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: qual_fault-syntax.test
-../test-driver: line 135: qual_fault-syntax.trs: No space left on device
-../test-driver: line 136: qual_fault-syntax.trs: No space left on device
-../test-driver: line 137: qual_fault-syntax.trs: No space left on device
-../test-driver: line 138: qual_fault-syntax.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: qual_fault-syntax.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: qual_fault-syscall.test
@@ -111377,13 +111329,12 @@ FAIL: qual_fault.test
../test-driver: line 137: echo: write error: No space left on device
../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: qual_fault.log] Error 1
-../test-driver: line 107: qual_inject-error-signal-syscall.log: No space left on device
-../test-driver: line 129: qual_inject-error-signal-syscall.log: No space left on device
+../test-driver: line 129: echo: write error: No space left on device
FAIL: qual_inject-error-signal-syscall.test
-../test-driver: line 135: echo: write error: No space left on device
-../test-driver: line 136: echo: write error: No space left on device
-../test-driver: line 137: echo: write error: No space left on device
-../test-driver: line 138: echo: write error: No space left on device
+../test-driver: line 135: qual_inject-error-signal-syscall.trs: No space left on device
+../test-driver: line 136: qual_inject-error-signal-syscall.trs: No space left on device
+../test-driver: line 137: qual_inject-error-signal-syscall.trs: No space left on device
+../test-driver: line 138: qual_inject-error-signal-syscall.trs: No space left on device
make: *** [Makefile:8788: qual_inject-error-signal-syscall.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: qual_inject-error-signal.test
@@ -111392,13 +111343,12 @@ FAIL: qual_inject-error-signal.test
../test-driver: line 137: echo: write error: No space left on device
../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: qual_inject-error-signal.log] Error 1
-../test-driver: line 107: qual_inject-retval-syscall.log: No space left on device
-../test-driver: line 129: qual_inject-retval-syscall.log: No space left on device
+../test-driver: line 129: echo: write error: No space left on device
FAIL: qual_inject-retval-syscall.test
-../test-driver: line 135: qual_inject-retval-syscall.trs: No space left on device
-../test-driver: line 136: qual_inject-retval-syscall.trs: No space left on device
-../test-driver: line 137: qual_inject-retval-syscall.trs: No space left on device
-../test-driver: line 138: qual_inject-retval-syscall.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: qual_inject-retval-syscall.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: qual_inject-retval.test
@@ -111414,8 +111364,7 @@ FAIL: qual_inject-signal-syscall.test
../test-driver: line 137: echo: write error: No space left on device
../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: qual_inject-signal-syscall.log] Error 1
-../test-driver: line 107: qual_inject-signal.log: No space left on device
-../test-driver: line 129: qual_inject-signal.log: No space left on device
+../test-driver: line 129: echo: write error: No space left on device
FAIL: qual_inject-signal.test
../test-driver: line 135: echo: write error: No space left on device
../test-driver: line 136: echo: write error: No space left on device
@@ -111429,8 +111378,7 @@ FAIL: qual_inject-syntax.test
../test-driver: line 137: echo: write error: No space left on device
../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: qual_inject-syntax.log] Error 1
-../test-driver: line 107: qual_signal.log: No space left on device
-../test-driver: line 129: qual_signal.log: No space left on device
+../test-driver: line 129: echo: write error: No space left on device
FAIL: qual_signal.test
../test-driver: line 135: echo: write error: No space left on device
../test-driver: line 136: echo: write error: No space left on device
@@ -111439,10 +111387,10 @@ FAIL: qual_signal.test
make: *** [Makefile:8788: qual_signal.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: qual_syscall.test
-../test-driver: line 135: qual_syscall.trs: No space left on device
-../test-driver: line 136: qual_syscall.trs: No space left on device
-../test-driver: line 137: qual_syscall.trs: No space left on device
-../test-driver: line 138: qual_syscall.trs: No space left on device
+../test-driver: line 135: echo: write error: No space left on device
+../test-driver: line 136: echo: write error: No space left on device
+../test-driver: line 137: echo: write error: No space left on device
+../test-driver: line 138: echo: write error: No space left on device
make: *** [Makefile:8788: qual_syscall.log] Error 1
../test-driver: line 129: echo: write error: No space left on device
FAIL: redirect-fds.test
@@ -111456,8 +111404,8 @@ ERROR: Exit status is 9
DURATION: 343
TIMEOUT: /usr/lib/strace/ptest
END: /usr/lib/strace/ptest
-2019-05-27T18:39
-2019-05-27T18:39
+2019-05-28T00:39
+2019-05-28T00:39
BEGIN: /usr/lib/tcl/ptest
PASS: aaa_exit.test
PASS: append.test
@@ -111608,10 +111556,10 @@ PASS: winNotify.test
PASS: winPipe.test
PASS: winTime.test
PASS: zlib.test
-DURATION: 5
+DURATION: 7
END: /usr/lib/tcl/ptest
-2019-05-27T18:39
-2019-05-27T18:39
+2019-05-28T00:39
+2019-05-28T00:39
BEGIN: /usr/lib/util-linux/ptest
-------------------- util-linux regression tests --------------------
@@ -115304,9 +115252,9 @@ SKIP: ipcs: basic limits (failed to lock ipcslimits)
mkdir: cannot create directory '/usr/lib/util-linux/ptest/tests/output': No space left on device
touch: cannot touch '/usr/lib/util-linux/ptest/tests/output/ipcs/mk-rm-msg': No such file or directory
ts/ipcs/mk-rm-msg: line 28: /usr/lib/util-linux/ptest/tests/output/ipcs/mk-rm-msg: No such file or directory
-cat: /usr/lib/util-linux/ptest/tests/output/ipcs/id-msg: No such file or directory
+cat: cat: /usr/lib/util-linux/ptest/tests/output/ipcs/id-msg: No such file or directory
ts/ipcs/mk-rm-msg: line 30: /usr/lib/util-linux/ptest/tests/output/ipcs/mk-rm-msg: No such file or directory
-cat: /usr/lib/util-linux/ptest/tests/output/ipcs/id-msg: No such file or directory
+/usr/lib/util-linux/ptest/tests/output/ipcs/id-msg: No such file or directory
ipcs: id 0 not found
cat: /usr/lib/util-linux/ptest/tests/output/ipcs/id-msg: No such file or directory
ts/ipcs/mk-rm-msg: line 31: /usr/lib/util-linux/ptest/tests/output/ipcs/mk-rm-msg: No such file or directory
@@ -115366,8 +115314,8 @@ touch: cannot touch '/usr/lib/util-linux/ptest/tests/output/kill/all_processes':
mktemp: failed to create file via template '/usr/lib/util-linux/ptest/tests/output/kill/alXXXXXXXXXXXXX': No such file or directory
ln: failed to create symbolic link '': No such file or directory
ts/kill/all_processes: line 31: /usr/lib/util-linux/ptest/tests/output/kill/all_processes: No such file or directory
-awk: fatal: cannot open file `/proc/15860/status' for reading (No such file or directory)
- kill: all_processes ...kill_functions.sh: /proc/15860/status: No such file or directory
+awk: fatal: cannot open file `/proc/14511/status' for reading (No such file or directory)
+ kill: all_processes ...kill_functions.sh: /proc/14511/status: No such file or directory
ts/kill/all_processes: line 37: /usr/lib/util-linux/ptest/tests/output/kill/all_processes: No such file or directory
ts/kill/all_processes: line 38: /usr/lib/util-linux/ptest/tests/output/kill/all_processes: No such file or directory
ts/kill/all_processes: line 43: /usr/lib/util-linux/ptest/tests/output/kill/all_processes: No such file or directory
@@ -115382,167 +115330,170 @@ touch: cannot touch '/usr/lib/util-linux/ptest/tests/output/kill/name_to_number'
mktemp: failed to create file via template '/usr/lib/util-linux/ptest/tests/output/kill/naXXXXXXXXXXXXX': No such file or directory
ln: failed to create symbolic link '': No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/15911/status' for reading (No such file or directory)
- kill: name_to_number ...kill_functions.sh: /proc/15911/status: No such file or directory
+awk: fatal: cannot open file `/proc/14562/status' for reading (No such file or directory)
+ kill: name_to_number ...kill_functions.sh: /proc/14562/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/15916/status' for reading (No such file or directory)
-kill_functions.sh: /proc/15916/status: No such file or directory
+awk: fatal: cannot open file `/proc/14567/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14567/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/15921/status' for reading (No such file or directory)
-kill_functions.sh: /proc/15921/status: No such file or directory
+awk: fatal: cannot open file `/proc/14572/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14572/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/15926/status': No such process
-kill_functions.sh: /proc/15926/status: No such file or directory
+awk: fatal: cannot open file `/proc/14577/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14577/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/15931/status' for reading (No such file or directory)
-kill_functions.sh: /proc/15931/status: No such file or directory
+awk: fatal: cannot open file `/proc/14582/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14582/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/15936/status': No such process
-kill_functions.sh: /proc/15936/status: No such file or directory
+awk: fatal: cannot open file `/proc/14587/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14587/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/15941/status' for reading (No such file or directory)
-kill_functions.sh: /proc/15941/status: No such file or directory
+awk: fatal: cannot open file `/proc/14592/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14592/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/15946/status': No such process
-kill_functions.sh: /proc/15946/status: No such file or directory
+awk: fatal: cannot open file `/proc/14597/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14597/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/15951/status' for reading (No such file or directory)
-kill_functions.sh: /proc/15951/status: No such file or directory
+awk: fatal: cannot open file `/proc/14602/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14602/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/15956/status' for reading (No such file or directory)
-kill_functions.sh: /proc/15956/status: No such file or directory
+awk: fatal: cannot open file `/proc/14607/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14607/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/15961/status': No such process
-kill_functions.sh: /proc/15961/status: No such file or directory
+awk: fatal: cannot open file `/proc/14612/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14612/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/15966/status': No such process
-kill_functions.sh: /proc/15966/status: No such file or directory
+awk: fatal: cannot open file `/proc/14617/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14617/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/15971/status': No such process
-kill_functions.sh: /proc/15971/status: No such file or directory
+kill_functions.sh: /proc/14622/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-kill_functions.sh: /proc/15976/status: No such file or directory
+awk: fatal: cannot open file `/proc/14627/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14627/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/15981/status' for reading (No such file or directory)
-kill_functions.sh: /proc/15981/status: No such file or directory
+awk: fatal: cannot open file `/proc/14632/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14632/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/15986/status' for reading (No such file or directory)
-kill_functions.sh: /proc/15986/status: No such file or directory
+awk: fatal: cannot open file `/proc/14637/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14637/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-kill_functions.sh: /proc/15991/status: No such file or directory
+awk: fatal: cannot open file `/proc/14642/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14642/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-kill_functions.sh: /proc/15996/status: No such file or directory
+awk: fatal: cannot open file `/proc/14647/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14647/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/16001/status': No such process
-kill_functions.sh: /proc/16001/status: No such file or directory
+awk: fatal: cannot open file `/proc/14652/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14652/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/16006/status': No such process
-kill_functions.sh: /proc/16006/status: No such file or directory
+awk: fatal: cannot open file `/proc/14657/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14657/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/16011/status': No such process
-kill_functions.sh: /proc/16011/status: No such file or directory
+awk: fatal: cannot open file `/proc/14662/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14662/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/16016/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16016/status: No such file or directory
+awk: fatal: cannot open file `/proc/14667/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14667/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/16021/status': No such process
-kill_functions.sh: /proc/16021/status: No such file or directory
+awk: fatal: cannot open file `/proc/14672/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14672/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-kill_functions.sh: /proc/16026/status: No such file or directory
+awk: fatal: cannot open file `/proc/14677/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14677/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/16031/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16031/status: No such file or directory
+awk: fatal: cannot open file `/proc/14682/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14682/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/16036/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16036/status: No such file or directory
+awk: fatal: cannot open file `/proc/14687/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14687/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/16041/status': No such process
-kill_functions.sh: /proc/16041/status: No such file or directory
+awk: fatal: cannot open file `/proc/14692/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14692/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/16046/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16046/status: No such file or directory
+awk: fatal: cannot open file `/proc/14697/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14697/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/16051/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16051/status: No such file or directory
+kill_functions.sh: /proc/14702/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/16056/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16056/status: No such file or directory
+awk: fatal: cannot open file `/proc/14707/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14707/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/16061/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16061/status: No such file or directory
+awk: fatal: cannot open file `/proc/14712/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14712/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: error reading input file `/proc/16066/status': No such process
-kill_functions.sh: /proc/16066/status: No such file or directory
+awk: fatal: cannot open file `/proc/14717/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14717/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-kill_functions.sh: /proc/16071/status: No such file or directory
+awk: fatal: cannot open file `/proc/14722/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14722/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 49: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
-awk: fatal: cannot open file `/proc/16076/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16076/status: No such file or directory
+awk: fatal: cannot open file `/proc/14727/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14727/status: No such file or directory
ts/kill/name_to_number: line 54: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
ts/kill/name_to_number: line 57: /usr/lib/util-linux/ptest/tests/output/kill/name_to_number: No such file or directory
FAILED (kill/name_to_number)
@@ -115551,37 +115502,37 @@ touch: cannot touch '/usr/lib/util-linux/ptest/tests/output/kill/options': No su
mktemp: failed to create file via template '/usr/lib/util-linux/ptest/tests/output/kill/opXXXXXXXXXXXXX': No such file or directory
ln: failed to create symbolic link '': No such file or directory
ts/kill/options: line 33: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
- kill: options ...kill_functions.sh: /proc/16123/status: No such file or directory
+awk: fatal: cannot open file `/proc/14774/status' for reading (No such file or directory)
+ kill: options ...kill_functions.sh: /proc/14774/status: No such file or directory
ts/kill/options: line 38: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 40: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 33: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
-awk: fatal: cannot open file `/proc/16128/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16128/status: No such file or directory
+awk: fatal: cannot open file `/proc/14779/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14779/status: No such file or directory
ts/kill/options: line 38: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 40: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 33: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
-awk: fatal: cannot open file `/proc/16133/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16133/status: No such file or directory
+awk: fatal: cannot open file `/proc/14784/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14784/status: No such file or directory
ts/kill/options: line 38: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 40: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 33: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
-awk: fatal: cannot open file `/proc/16138/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16138/status: No such file or directory
+awk: fatal: cannot open file `/proc/14789/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14789/status: No such file or directory
ts/kill/options: line 38: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 40: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 33: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
-awk: fatal: error reading input file `/proc/16143/status': No such process
-kill_functions.sh: /proc/16143/status: No such file or directory
+kill_functions.sh: /proc/14794/status: No such file or directory
ts/kill/options: line 38: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 40: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 33: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
-awk: fatal: cannot open file `/proc/16148/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16148/status: No such file or directory
+awk: fatal: cannot open file `/proc/14799/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14799/status: No such file or directory
ts/kill/options: line 38: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 40: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 33: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
-awk: fatal: cannot open file `/proc/16153/status' for reading (No such file or directory)
-kill_functions.sh: /proc/16153/status: No such file or directory
+awk: fatal: cannot open file `/proc/14804/status' for reading (No such file or directory)
+kill_functions.sh: /proc/14804/status: No such file or directory
ts/kill/options: line 38: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
ts/kill/options: line 40: /usr/lib/util-linux/ptest/tests/output/kill/options: No such file or directory
FAILED (kill/options)
@@ -115590,19 +115541,19 @@ touch: cannot touch '/usr/lib/util-linux/ptest/tests/output/kill/print_pid': No
mktemp: failed to create file via template '/usr/lib/util-linux/ptest/tests/output/kill/prXXXXXXXXXXXXX': No such file or directory
ln: failed to create symbolic link '': No such file or directory
ts/kill/print_pid: line 31: /usr/lib/util-linux/ptest/tests/output/kill/print_pid: No such file or directory
-awk: fatal: error reading input file `/proc/16200/status': No such process
- kill: print_pid ...kill_functions.sh: /proc/16200/status: No such file or directory
+ kill: print_pid ...kill_functions.sh: /proc/14851/status: No such file or directory
ts/kill/print_pid: line 36: /usr/lib/util-linux/ptest/tests/output/kill/print_pid: No such file or directory
ts/kill/print_pid: line 38: /usr/lib/util-linux/ptest/tests/output/kill/print_pid: No such file or directory
ts/kill/print_pid: line 42: /usr/lib/util-linux/ptest/tests/output/kill/print_pid: No such file or directory
-kill: sending signal to 16200 failed: No such process
+kill: sending signal to 14851 failed: No such process
FAILED (kill/print_pid)
mkdir: cannot create directory '/usr/lib/util-linux/ptest/tests/output': No space left on device
touch: cannot touch '/usr/lib/util-linux/ptest/tests/output/kill/queue': No such file or directory
mktemp: failed to create file via template '/usr/lib/util-linux/ptest/tests/output/kill/quXXXXXXXXXXXXX': No such file or directory
ln: failed to create symbolic link '': No such file or directory
ts/kill/queue: line 31: /usr/lib/util-linux/ptest/tests/output/kill/queue: No such file or directory
- kill: queue ...kill_functions.sh: /proc/16249/status: No such file or directory
+awk: fatal: cannot open file `/proc/14900/status' for reading (No such file or directory)
+ kill: queue ...kill_functions.sh: /proc/14900/status: No such file or directory
ts/kill/queue: line 36: /usr/lib/util-linux/ptest/tests/output/kill/queue: No such file or directory
ts/kill/queue: line 38: /usr/lib/util-linux/ptest/tests/output/kill/queue: No such file or directory
ts/kill/queue: line 43: /usr/lib/util-linux/ptest/tests/output/kill/queue: No such file or directory
@@ -116616,13 +116567,13 @@ touch: cannot touch '/usr/lib/util-linux/ptest/tests/output/script/options-appen
script: options ...
ERROR: Exit status is 15
-DURATION: 126
+DURATION: 128
END: /usr/lib/util-linux/ptest
-2019-05-27T18:41
-2019-05-27T18:41
+2019-05-28T00:41
+2019-05-28T00:41
BEGIN: /usr/lib/valgrind/ptest
diff: standard output: No space left on device
-tee: /usr/lib/valgrind/ptest/valgrind_ptest_20190527-184126.log: No space left on device
+tee: /usr/lib/valgrind/ptest/valgrind_ptest_20190528-004157.log: No space left on device
Unable to flush stdout: No space left on device
post check failed: perl /usr/bin/cg_annotate --show=Ir,I1mr,ILmr --auto=yes cgout-test
PASS: cachegrind/tests/ann1
@@ -116831,7 +116782,7 @@ diff: standard output: No space left on device
PASS: drd/tests/pth_detached
diff: standard output: No space left on device
PASS: drd/tests/pth_detached2
-sh: line 1: 26000 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: 24648 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
diff: standard output: No space left on device
PASS: drd/tests/pth_detached3
diff: standard output: No space left on device
@@ -116934,7 +116885,7 @@ PASS: drd/tests/tc19_shadowmem
diff: standard output: No space left on device
diff: standard output: No space left on device
PASS: drd/tests/tc21_pthonce
-sh: line 1: 28939 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: 27587 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
diff: standard output: No space left on device
PASS: drd/tests/tc22_exit_w_lock
diff: standard output: No space left on device
@@ -116965,13 +116916,13 @@ TOTAL: 0
PASSED: 0
FAILED: 0
SKIPPED: 0
-tee: //usr/lib/valgrind/ptest/valgrind_ptest_20190527-184126.log: No space left on device
+tee: //usr/lib/valgrind/ptest/valgrind_ptest_20190528-004157.log: No space left on device
ERROR: Exit status is 256
-DURATION: 649
+DURATION: 736
END: /usr/lib/valgrind/ptest
-2019-05-27T18:52
-2019-05-27T18:52
+2019-05-28T00:54
+2019-05-28T00:54
BEGIN: /usr/lib/zlib/ptest
gzread err:
zlib version 1.2.11 = 0x12b0, compile flags = 0xa9
@@ -116979,5 +116930,5 @@ uncompress(): hello, hello!
FAIL: zlib
DURATION: 0
END: /usr/lib/zlib/ptest
-2019-05-27T18:52
+2019-05-28T00:54
STOP: ptest-runner \ No newline at end of file