summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-raw.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-raw.log')
-rw-r--r--runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-raw.log38771
1 files changed, 0 insertions, 38771 deletions
diff --git a/runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-raw.log b/runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-raw.log
deleted file mode 100644
index fc6749c66a4..00000000000
--- a/runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-raw.log
+++ /dev/null
@@ -1,38771 +0,0 @@
-START: ptest-runner
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:56
-BEGIN: /usr/lib/acl/ptest
-1+0 records in
-1+0 records out
-1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00173712 s, 604 MB/s
-PASS: dump ext3.img
-mke2fs 1.44.5 (15-Dec-2018)
-
-Filesystem too small for a journal
-Discarding device blocks: done
-Creating filesystem with 1024 1k blocks and 128 inodes
-
-Allocating group tables: 0/1 done
-Writing inode tables: 0/1 done
-Writing superblocks and filesystem accounting information: 0/1 done
-
-PASS: mkfs.ext3 -F ext3.img
-mount: /mnt/ext3: mount failed: Operation not permitted.
-FAIL: mount ext3.img
-
-ERROR: Exit status is 256
-DURATION: 1
-END: /usr/lib/acl/ptest
-2019-06-18T12:56
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:56
-BEGIN: /usr/lib/apr/ptest
-PASS: testatomic
-PASS: testdir
-PASS: testdso
-PASS: testdup
-PASS: testencode
-PASS: testenv
-PASS: testescape
-PASS: testfile
-PASS: testfilecopy
-PASS: testfileinfo
-PASS: testflock
-PASS: testfmt
-PASS: testfnmatch
-PASS: testargs
-PASS: testhash
-PASS: testipsub
-PASS: testlock
-PASS: testcond
-PASS: testlfs
-PASS: testmmap
-PASS: testnames
-PASS: testoc
-PASS: testpath
-PASS: testpipe
-PASS: testpoll
-PASS: testpools
-PASS: testproc
-PASS: testprocmutex
-PASS: testrand
-PASS: testsleep
-PASS: testshm
-PASS: testsock
-PASS: testsockets
-PASS: testsockopt
-PASS: teststr
-PASS: teststrnatcmp
-PASS: testtable
-PASS: testtemp
-PASS: testthread
-PASS: testtime
-PASS: testud
-PASS: testuser
-PASS: testvsn
-PASS: testskiplist
-All tests passed.
-DURATION: 113
-END: /usr/lib/apr/ptest
-2019-06-18T12:58
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:58
-BEGIN: /usr/lib/apr-util/ptest
-PASS: teststrmatch
-PASS: testuri
-PASS: testuuid
-PASS: testbuckets
-PASS: testpass
-PASS: testmd4
-PASS: testmd5
-PASS: testcrypto
-PASS: testdbd
-PASS: testdate
-PASS: testmemcache
-PASS: testredis
-PASS: testxml
-PASS: testxlate
-PASS: testrmm
-PASS: testdbm
-PASS: testqueue
-PASS: testreslist
-PASS: testsiphash
-All tests passed.
-DURATION: 7
-END: /usr/lib/apr-util/ptest
-2019-06-18T12:58
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:58
-BEGIN: /usr/lib/attr/ptest
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 87.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 87.
-make: Entering directory '/usr/lib/attr/ptest/test'
-*** attr.test ***
-PASS: $ mkdir d
-PASS: $ cd d
-PASS: $ touch f
-PASS: $ setfattr -n user -v value f
-PASS: $ setfattr -n user. -v value f
-PASS: $ setfattr -n user.name f
-PASS: $ getfattr -d f
-PASS: $ setfattr -x user.name f
-PASS: $ sh -c 'getfattr -n user.name f && echo zero exit code'
-PASS: $ setfattr -n user.n -v value f
-PASS: $ rm f
-PASS: $ touch f
-PASS: $ setfattr -n user.vvvvvvvvvvvv -v vvvvvvvvvvvv f
-PASS: $ setfattr -n user.wwwwwwww -v wwwwwwww f
-PASS: $ setfattr -n user.xxxx -v xxxx f
-PASS: $ getfattr -d f
-PASS: $ setfattr -n user.wwwwwwww -v wwww f
-PASS: $ getfattr -d f
-PASS: $ setfattr -n user.xxxx -v xxxxxxxx f
-PASS: $ getfattr -d f
-PASS: $ rm f
-PASS: $ touch f
-PASS: $ setfattr -n user.name -v 0xbabe f
-PASS: $ setfattr -n user.name2 -v 0s3q2+7w== f
-PASS: $ setfattr -n user.name3 -v 0xdeface f
-PASS: $ getfattr -d -e hex f
-PASS: $ getfattr -d -e base64 f
-PASS: $ rm f
-PASS: $ touch f
-PASS: $ setfattr -n user.novalue f
-PASS: $ setfattr -n user.somename -v somevalue f
-PASS: $ setfattr -n user.somename -v somevalue f
-PASS: $ setfattr -n user.longername -v longervalue f
-PASS: $ setfattr -n user.short -v value f
-PASS: $ setfattr -n user.novalue-yet f
-PASS: $ ls -s f
-PASS: $ getfattr -d f
-PASS: $ setfattr -n user.novalue-yet -v avalue-now f
-PASS: $ getfattr -d f
-PASS: $ setfattr -x user.noname f
-PASS: $ setfattr -x user.somename f
-PASS: $ setfattr -x user.short f
-PASS: $ getfattr -d f
-PASS: $ setfattr -x user.longername f
-PASS: $ setfattr -x user.novalue f
-PASS: $ setfattr -x user.novalue-yet f
-PASS: $ getfattr -d f
-PASS: $ ls -s f
-PASS: $ rm f
-PASS: $ touch f g h
-PASS: $ setfattr -n user.novalue f g h
-PASS: $ getfattr f g h | ../sort-getfattr-output
-PASS: $ setfattr -n user.name -v value f
-PASS: $ getfattr f g h | ../sort-getfattr-output
-PASS: $ getfattr -d f g h | ../sort-getfattr-output
-PASS: $ setfattr -n user.name -v value g
-PASS: $ getfattr f g h | ../sort-getfattr-output
-PASS: $ setfattr -x user.novalue h
-PASS: $ getfattr f g h | ../sort-getfattr-output
-PASS: $ rm f g h
-PASS: $ touch f
-PASS: $ ln -s f l
-PASS: $ setfattr -n user.filename -v f l
-PASS: $ setfattr -n user.filename -v l l
-PASS: $ setfattr -h -n user.filename -v l l
-PASS: $ getfattr -d f l | ../sort-getfattr-output
-PASS: $ rm f
-PASS: $ mkdir src
-PASS: $ touch src/target
-PASS: $ setfattr -n user.color -v blue src/target
-PASS: $ ln -s src symlink
-PASS: $ getfattr -n user.color -h symlink 2>/dev/null
-PASS: $ touch "f "
-PASS: $ setfattr -n user.name -v value "f "
-PASS: $ getfattr -d "f "
-PASS: $ rm "f "
-PASS: $ touch f
-PASS: $ setfattr -n "user.sp ace" -v value f
-PASS: $ setfattr -n "user.special " -v value f
-PASS: $ getfattr f
-PASS: $ getfattr -d f
-PASS: $ setfattr -x "user.sp ace" f
-PASS: $ setfattr -n "user.sp ace" -v value f
-PASS: $ setfattr -x "user.sp ace" f
-PASS: $ setfattr -x "user.special " f
-PASS: $ rm f
-PASS: $ cd ..
-PASS: $ rm -rf d
-PASS: $ mkdir -p 1/2/3
-PASS: $ setfattr -n "user.9" 1
-PASS: $ setfattr -n "user.a" 1
-PASS: $ setfattr -n "user.9" 1/2
-PASS: $ setfattr -n "user.a" 1/2
-PASS: $ setfattr -n "user.9" 1/2/3
-PASS: $ setfattr -n "user.a" 1/2/3
-PASS: $ getfattr -h -L -R -m '.' -e hex 1 | grep -v selinux | ./sort-getfattr-output
-PASS: $ getfattr -h -P -R -m '.' -e hex 1/2 | grep -v selinux | ./sort-getfattr-output
-PASS: $ rm -R 1
-PASS: $ mkdir -p 1/sub
-PASS: $ mkdir 1/link
-PASS: $ touch 1/link/link-file
-PASS: $ touch 1/sub/sub-file
-PASS: $ ln -s `pwd`/1/link 1/sub/link
-PASS: $ setfattr -n "user.a" 1
-PASS: $ setfattr -n "user.a" 1/link/link-file
-PASS: $ setfattr -n "user.a" 1/link
-PASS: $ setfattr -n "user.a" 1/sub/sub-file
-PASS: $ setfattr -n "user.a" 1/sub
-PASS: $ getfattr -P -R 1 | ./sort-getfattr-output
-PASS: $ getfattr -R -P 1/sub | ./sort-getfattr-output
-PASS: $ getfattr -L -R 1 | ./sort-getfattr-output
-PASS: $ getfattr -R 1/sub/link | ./sort-getfattr-output
-PASS: $ getfattr -L -R 1/sub/link | ./sort-getfattr-output
-PASS: $ rm -R 1
-114 commands (114 passed, 0 failed)
-Note: Tests must run as root
-*** root/getfattr.test ***
-PASS: $ mkdir d
-PASS: $ cd d
-PASS: $ touch f
-PASS: $ setfattr -n user.test -v test f
-PASS: $ ln -s f l
-PASS: $ setfattr -h -n trusted.test -v test l
-PASS: $ getfattr -m- -d f
-PASS: $ getfattr -m- -d l
-PASS: $ getfattr -m- -hd l
-PASS: $ getfattr -m- -Rd . | ../sort-getfattr-output
-PASS: $ getfattr -m- -Rhd . | ../sort-getfattr-output
-PASS: $ ln -s . here
-PASS: $ getfattr -m- -Rd here | ../sort-getfattr-output
-PASS: $ getfattr -m- -Rhd here
-PASS: $ getfattr -m- -RLhd here | ../sort-getfattr-output
-PASS: $ getfattr -m- -RPhd here
-PASS: $ mkdir sub
-PASS: $ mv f l sub
-PASS: $ getfattr -m- -Rd . | ../sort-getfattr-output
-PASS: $ getfattr -m- -Rhd . | ../sort-getfattr-output
-PASS: $ mkdir sub2
-PASS: $ ln -s ../sub sub2/to-sub
-PASS: $ getfattr -m- -Rhd sub2
-PASS: $ getfattr -m- -RLhd sub2 | ../sort-getfattr-output
-PASS: $ getfattr -m- -RPhd sub2
-PASS: $ ln -s .. sub/up
-PASS: $ getfattr -m- -RLhd . | ../sort-getfattr-output
-PASS: $ cd ..
-PASS: $ rm -rf d
-29 commands (29 passed, 0 failed)
-make: Leaving directory '/usr/lib/attr/ptest/test'
-DURATION: 1
-END: /usr/lib/attr/ptest
-2019-06-18T12:58
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:58
-BEGIN: /usr/lib/bluez5/ptest
-bluetoothd[1291]: Bluetooth daemon 5.50
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc0edb0: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc0edb0: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc109d0: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc109d0: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc11030: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc11030: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc11630: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc11630: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc11bb0: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc11bb0: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc12190: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:session_cb() handler not found for 0x00
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc12190: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc12120: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc12120: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc12120: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc12120: ref=2
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc12120: ref=2
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc12120: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x558dc12120: ref=1
-bluetoothd[1291]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x558dc12120: ref=1
-
-/TP/CCM/BV-01-C - init
-/TP/CCM/BV-01-C - setup
-/TP/CCM/BV-01-C - setup complete
-/TP/CCM/BV-01-C - run
-/TP/CCM/BV-01-C - test passed
-/TP/CCM/BV-01-C - teardown
-/TP/CCM/BV-01-C - teardown complete
-/TP/CCM/BV-01-C - done
-
-/TP/CCM/BV-02-C - init
-/TP/CCM/BV-02-C - setup
-/TP/CCM/BV-02-C - setup complete
-/TP/CCM/BV-02-C - run
-/TP/CCM/BV-02-C - test passed
-/TP/CCM/BV-02-C - teardown
-/TP/CCM/BV-02-C - teardown complete
-/TP/CCM/BV-02-C - done
-
-/TP/CCM/BV-03-C - init
-/TP/CCM/BV-03-C - setup
-/TP/CCM/BV-03-C - setup complete
-/TP/CCM/BV-03-C - run
-/TP/CCM/BV-03-C - test passed
-/TP/CCM/BV-03-C - teardown
-/TP/CCM/BV-03-C - teardown complete
-/TP/CCM/BV-03-C - done
-
-/TP/CCM/BV-04-C - init
-/TP/CCM/BV-04-C - setup
-/TP/CCM/BV-04-C - setup complete
-/TP/CCM/BV-04-C - run
-/TP/CCM/BV-04-C - test passed
-/TP/CCM/BV-04-C - teardown
-/TP/CCM/BV-04-C - teardown complete
-/TP/CCM/BV-04-C - done
-
-/TP/NFR/BV-01-C - init
-/TP/NFR/BV-01-C - setup
-/TP/NFR/BV-01-C - setup complete
-/TP/NFR/BV-01-C - run
-/TP/NFR/BV-01-C - test passed
-/TP/NFR/BV-01-C - teardown
-/TP/NFR/BV-01-C - teardown complete
-/TP/NFR/BV-01-C - done
-
-/TP/NFR/BV-02-C - init
-/TP/NFR/BV-02-C - setup
-/TP/NFR/BV-02-C - setup complete
-/TP/NFR/BV-02-C - run
-/TP/NFR/BV-02-C - test passed
-/TP/NFR/BV-02-C - teardown
-/TP/NFR/BV-02-C - teardown complete
-/TP/NFR/BV-02-C - done
-
-/TP/NFR/BV-03-C - init
-/TP/NFR/BV-03-C - setup
-/TP/NFR/BV-03-C - setup complete
-/TP/NFR/BV-03-C - run
-/TP/NFR/BV-03-C - test passed
-/TP/NFR/BV-03-C - teardown
-/TP/NFR/BV-03-C - teardown complete
-/TP/NFR/BV-03-C - done
-
-/TP/NFR/BV-04-C - init
-/TP/NFR/BV-04-C - setup
-/TP/NFR/BV-04-C - setup complete
-/TP/NFR/BV-04-C - run
-/TP/NFR/BV-04-C - test passed
-/TP/NFR/BV-04-C - teardown
-/TP/NFR/BV-04-C - teardown complete
-/TP/NFR/BV-04-C - done
-
-/TP/NFR/BI-01-C - init
-/TP/NFR/BI-01-C - setup
-/TP/NFR/BI-01-C - setup complete
-/TP/NFR/BI-01-C - run
-/TP/NFR/BI-01-C - test passed
-/TP/NFR/BI-01-C - teardown
-/TP/NFR/BI-01-C - teardown complete
-/TP/NFR/BI-01-C - done
-
-
-Test Summary
-------------
-/TP/CCM/BV-01-C Passed  0.000 seconds
-/TP/CCM/BV-02-C Passed  0.000 seconds
-/TP/CCM/BV-03-C Passed  0.000 seconds
-/TP/CCM/BV-04-C Passed  0.000 seconds
-/TP/NFR/BV-01-C Passed  0.017 seconds
-/TP/NFR/BV-02-C Passed  0.000 seconds
-/TP/NFR/BV-03-C Passed  0.000 seconds
-/TP/NFR/BV-04-C Passed  0.000 seconds
-/TP/NFR/BI-01-C Passed  0.000 seconds
-
-Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.0176 seconds
-PASS: test-avctp
-bluetoothd[1293]: Bluetooth daemon 5.50
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d622d20: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6236f0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623800 registered: type:1 codec:0 seid:2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623910 registered: type:1 codec:0 seid:3
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623a20 registered: type:1 codec:0 seid:4
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623b30 registered: type:1 codec:0 seid:5
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623c40 registered: type:1 codec:0 seid:6
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623d50 registered: type:1 codec:0 seid:7
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623e60 registered: type:1 codec:0 seid:8
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623ed0 registered: type:1 codec:0 seid:9
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623f40 registered: type:1 codec:0 seid:10
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d623fb0 registered: type:1 codec:0 seid:11
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624020 registered: type:1 codec:0 seid:12
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624090 registered: type:1 codec:0 seid:13
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624100 registered: type:1 codec:0 seid:14
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624170 registered: type:1 codec:0 seid:15
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6241e0 registered: type:1 codec:0 seid:16
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624250 registered: type:1 codec:0 seid:17
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6242c0 registered: type:1 codec:0 seid:18
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624330 registered: type:1 codec:0 seid:19
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6243a0 registered: type:1 codec:0 seid:20
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624410 registered: type:1 codec:0 seid:21
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624480 registered: type:1 codec:0 seid:22
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6244f0 registered: type:1 codec:0 seid:23
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624560 registered: type:1 codec:0 seid:24
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6245d0 registered: type:1 codec:0 seid:25
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624640 registered: type:1 codec:0 seid:26
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6246b0 registered: type:1 codec:0 seid:27
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624720 registered: type:1 codec:0 seid:28
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624790 registered: type:1 codec:0 seid:29
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624800 registered: type:1 codec:0 seid:30
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d624870 registered: type:1 codec:0 seid:31
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6248e0 registered: type:1 codec:0 seid:32
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d622d20: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d622d20
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6236f0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623800 unregistered: type:1 codec:0 seid:2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623910 unregistered: type:1 codec:0 seid:3
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623a20 unregistered: type:1 codec:0 seid:4
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623b30 unregistered: type:1 codec:0 seid:5
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623c40 unregistered: type:1 codec:0 seid:6
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623d50 unregistered: type:1 codec:0 seid:7
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623e60 unregistered: type:1 codec:0 seid:8
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623ed0 unregistered: type:1 codec:0 seid:9
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623f40 unregistered: type:1 codec:0 seid:10
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d623fb0 unregistered: type:1 codec:0 seid:11
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624020 unregistered: type:1 codec:0 seid:12
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624090 unregistered: type:1 codec:0 seid:13
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624100 unregistered: type:1 codec:0 seid:14
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624170 unregistered: type:1 codec:0 seid:15
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6241e0 unregistered: type:1 codec:0 seid:16
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624250 unregistered: type:1 codec:0 seid:17
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6242c0 unregistered: type:1 codec:0 seid:18
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624330 unregistered: type:1 codec:0 seid:19
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6243a0 unregistered: type:1 codec:0 seid:20
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624410 unregistered: type:1 codec:0 seid:21
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624480 unregistered: type:1 codec:0 seid:22
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6244f0 unregistered: type:1 codec:0 seid:23
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624560 unregistered: type:1 codec:0 seid:24
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6245d0 unregistered: type:1 codec:0 seid:25
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624640 unregistered: type:1 codec:0 seid:26
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6246b0 unregistered: type:1 codec:0 seid:27
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624720 unregistered: type:1 codec:0 seid:28
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624790 unregistered: type:1 codec:0 seid:29
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624800 unregistered: type:1 codec:0 seid:30
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d624870 unregistered: type:1 codec:0 seid:31
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6248e0 unregistered: type:1 codec:0 seid:32
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622d20 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6242d0 registered: type:1 codec:0 seid:2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622d20 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622d20 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6242d0 unregistered: type:1 codec:0 seid:2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622d20 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623eb0: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d616fd0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623eb0: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623eb0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d616fd0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d616fd0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d616fd0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:1 codec:0 seid:1
-
-/TP/SIG/SMG/BV-06-C-SEID-1 - init
-/TP/SIG/SMG/BV-06-C-SEID-1 - setup
-/TP/SIG/SMG/BV-06-C-SEID-1 - setup complete
-/TP/SIG/SMG/BV-06-C-SEID-1 - run
-/TP/SIG/SMG/BV-06-C-SEID-1 - test passed
-/TP/SIG/SMG/BV-06-C-SEID-1 - teardown
-/TP/SIG/SMG/BV-06-C-SEID-1 - teardown complete
-/TP/SIG/SMG/BV-06-C-SEID-1 - done
-
-/TP/SIG/SMG/BV-06-C-SEID-2 - init
-/TP/SIG/SMG/BV-06-C-SEID-2 - setup
-/TP/SIG/SMG/BV-06-C-SEID-2 - setup complete
-/TP/SIG/SMG/BV-06-C-SEID-2 - run
-/TP/SIG/SMG/BV-06-C-SEID-2 - test passed
-/TP/SIG/SMG/BV-06-C-SEID-2 - teardown
-/TP/SIG/SMG/BV-06-C-SEID-2 - teardown complete
-/TP/SIG/SMG/BV-06-C-SEID-2 - done
-
-/TP/SIG/SMG/BV-05-C - init
-/TP/SIG/SMG/BV-05-C - setup
-/TP/SIG/SMG/BV-05-C - setup complete
-/TP/SIG/SMG/BV-05-C - run
-/TP/SIG/SMG/BV-05-C - test passed
-/TP/SIG/SMG/BV-05-C - teardown
-/TP/SIG/SMG/BV-05-C - teardown complete
-/TP/SIG/SMG/BV-05-C - done
-
-/TP/SIG/SMG/BV-06-C - init
-/TP/SIG/SMG/BV-06-C - setup
-/TP/SIG/SMG/BV-06-C - setup complete
-/TP/SIG/SMG/BV-06-C - run
-/TP/SIG/SMG/BV-06-C - test passed
-/TP/SIG/SMG/BV-06-C - teardown
-/TP/SIG/SMG/BV-06-C - teardown complete
-/TP/SIG/SMG/BV-06-C - done
-
-/TP/SIG/SMG/BV-07-C - init
-/TP/SIG/SMG/BV-07-C - setup
-/TP/SIG/SMG/BV-07-C - setup complete
-/TP/SIG/SMG/BV-07-C - run
-/TP/SIG/SMG/BV-07-C - test passed
-/TP/SIG/SMG/BV-07-C - teardown
-/TP/SIG/SMG/BV-07-C - teardown complete
-/TP/SIG/SMG/BV-07-C - done
-
-/TP/SIG/SMG/BV-08-C - init
-/TP/SIG/SMG/BV-08-C - setup
-/TP/SIG/SMG/BV-08-C - setup complete
-/TP/SIG/SMG/BV-08-C - run
-/TP/SIG/SMG/BV-08-C - test passed
-/TP/SIG/SMG/BV-08-C - teardown
-/TP/SIG/SMG/BV-08-C - teardown complete
-/TP/SIG/SMG/BV-08-C - done
-
-/TP/SIG/SMG/BV-09-C - init
-/TP/SIG/SMG/BV-09-C - setup
-/TP/SIG/SMG/BV-09-C - setup complete
-/TP/SIG/SMG/BV-09-C - run
-/TP/SIG/SMG/BV-09-C - test passed
-/TP/SIG/SMG/BV-09-C - teardown
-/TP/SIG/SMG/BV-09-C - teardown complete
-/TP/SIG/SMG/BV-09-C - done
-
-/TP/SIG/SMG/BV-10-C - init
-/TP/SIG/SMG/BV-10-C - setup
-/TP/SIG/SMG/BV-10-C - setup complete
-/TP/SIG/SMG/BV-10-C - run
-/TP/SIG/SMG/BV-10-C - test passed
-/TP/SIG/SMG/BV-10-C - teardown
-/TP/SIG/SMG/BV-10-C - teardown complete
-/TP/SIG/SMG/BV-10-C - done
-
-/TP/SIG/SMG/BV-11-C - init
-/TP/SIG/SMG/BV-11-C - setup
-/TP/SIG/SMG/BV-11-C - setup complete
-/TP/SIG/SMG/BV-11-C - run
-/TP/SIG/SMG/BV-11-C - test passed
-/TP/SIG/SMG/BV-11-C - teardown
-/TP/SIG/SMG/BV-11-C - teardown complete
-/TP/SIG/SMG/BV-11-C - done
-
-/TP/SIG/SMG/BV-12-C - init
-/TP/SIG/SMG/BV-12-C - setup
-/TP/SIG/SMG/BV-12-C - sbluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6177f0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6177f0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622d70 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622d70 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> CLOSING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622d70 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622d70 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d6259f0: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d6259f0: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d6259f0: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d6259f0: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d6259f0: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d6259f0: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d6259f0: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d6259f0: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d6259f0: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d6259f0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:1 codec:0 seid:1
-etup complete
-/TP/SIG/SMG/BV-12-C - run
-/TP/SIG/SMG/BV-12-C - test passed
-/TP/SIG/SMG/BV-12-C - teardown
-/TP/SIG/SMG/BV-12-C - teardown complete
-/TP/SIG/SMG/BV-12-C - done
-
-/TP/SIG/SMG/BV-15-C - init
-/TP/SIG/SMG/BV-15-C - setup
-/TP/SIG/SMG/BV-15-C - setup complete
-/TP/SIG/SMG/BV-15-C - run
-/TP/SIG/SMG/BV-15-C - test passed
-/TP/SIG/SMG/BV-15-C - teardown
-/TP/SIG/SMG/BV-15-C - teardown complete
-/TP/SIG/SMG/BV-15-C - done
-
-/TP/SIG/SMG/BV-16-C - init
-/TP/SIG/SMG/BV-16-C - setup
-/TP/SIG/SMG/BV-16-C - setup complete
-/TP/SIG/SMG/BV-16-C - run
-/TP/SIG/SMG/BV-16-C - test passed
-/TP/SIG/SMG/BV-16-C - teardown
-/TP/SIG/SMG/BV-16-C - teardown complete
-/TP/SIG/SMG/BV-16-C - done
-
-/TP/SIG/SMG/BV-17-C - init
-/TP/SIG/SMG/BV-17-C - setup
-/TP/SIG/SMG/BV-17-C - setup complete
-/TP/SIG/SMG/BV-17-C - run
-/TP/SIG/SMG/BV-17-C - test passed
-/TP/SIG/SMG/BV-17-C - teardown
-/TP/SIG/SMG/BV-17-C - teardown complete
-/TP/SIG/SMG/BV-17-C - done
-
-/TP/SIG/SMG/BV-18-C - init
-/TP/SIG/SMG/BV-18-C - setup
-/TP/SIG/SMG/BV-18-C - setup complete
-/TP/SIG/SMG/BV-18-C - run
-/TP/SIG/SMG/BV-18-C - test passed
-/TP/SIG/SMG/BV-18-C - teardown
-/TP/SIG/SMG/BV-18-C - teardown complete
-/TP/SIG/SMG/BV-18-C - done
-
-/TP/SIG/SMG/BV-19-C - init
-/TP/SIG/SMG/BV-19-C - setup
-/TP/SIG/SMG/BV-19-C - setup complete
-/TP/SIG/SMG/BV-19-C - run
-/TP/SIG/SMG/BV-19-C - test passed
-/TP/SIG/SMG/BV-19-C - teardown
-/TP/SIG/SMG/BV-19-C - teardown complete
-/TP/SIG/SMG/BV-19-C - done
-
-/TP/SIG/SMG/BV-20-C - init
-/TP/SIG/SMG/BV-20-C - setup
-/TP/SIG/SMG/BV-20-C - setup complete
-/TP/SIG/SMG/BV-20-C - run
-/TP/SIG/SMG/BV-20-C - test passed
-/TP/SIG/SMG/BV-20-C - teardown
-/TP/SIG/SMG/BV-20-C - teardown complete
-/TP/SIG/SMG/BV-20-C - done
-
-/TP/SIG/SMG/BV-21-C - init
-/TP/SIG/SMG/BV-21-C - setup
-/TP/SIG/SMG/BV-21-C - setup complete
-/TP/SIG/SMG/BV-21-C - run
-/TP/SIG/SMG/BV-21-C - test passed
-/TP/SIG/SMG/BV-21-C - teardown
-/TP/SIG/SMG/BV-21-C - teardown complete
-/TP/SIG/SMG/BV-21-C - done
-
-/TP/SIG/SMG/BV-22-C - init
-/TP/SIG/SMG/BV-22-C - setup
-/TP/SIG/SMG/BV-22-C - setup complete
-/TP/SIG/SMG/BV-22-C - run
-/TP/SIG/SMG/BV-22-C - test passed
-/TP/SIG/SMG/BV-22-C - teardown
-/TP/SIG/SMG/BV-22-C - teardown complete
-/TP/SIG/SMG/BV-22-C - done
-
-/TP/SIG/SMG/BV-23-C - init
-/TP/SIG/SMG/BV-23-C - setup
-/TP/SIG/SMG/BV-23-C - setup complete
-/TP/SIG/SMG/BV-23-C - run
-/TP/SIG/SMG/BV-23-C - test passed
-/TP/SIG/SMG/BV-23-C - teardown
-/TP/SIG/SMG/BV-23-C - teardown complete
-/TP/SIG/Sbluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622d70 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received ABORT_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> ABORTING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622d70 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d618f90 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d618f90 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622d70 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622d70 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d618f90 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d618f90 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: DISCOVER request rejected: Bad Header Format (1)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d618f90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: No pending request, ignoring message
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d618f90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: GET_CAPABILITIES request rejected: Bad Packet Length (17)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:1 codec:0 seid:1
-MG/BV-23-C - done
-
-/TP/SIG/SMG/BV-24-C - init
-/TP/SIG/SMG/BV-24-C - setup
-/TP/SIG/SMG/BV-24-C - setup complete
-/TP/SIG/SMG/BV-24-C - run
-/TP/SIG/SMG/BV-24-C - test passed
-/TP/SIG/SMG/BV-24-C - teardown
-/TP/SIG/SMG/BV-24-C - teardown complete
-/TP/SIG/SMG/BV-24-C - done
-
-/TP/SIG/SMG/BV-25-C - init
-/TP/SIG/SMG/BV-25-C - setup
-/TP/SIG/SMG/BV-25-C - setup complete
-/TP/SIG/SMG/BV-25-C - run
-/TP/SIG/SMG/BV-25-C - test passed
-/TP/SIG/SMG/BV-25-C - teardown
-/TP/SIG/SMG/BV-25-C - teardown complete
-/TP/SIG/SMG/BV-25-C - done
-
-/TP/SIG/SMG/BV-26-C - init
-/TP/SIG/SMG/BV-26-C - setup
-/TP/SIG/SMG/BV-26-C - setup complete
-/TP/SIG/SMG/BV-26-C - run
-/TP/SIG/SMG/BV-26-C - test passed
-/TP/SIG/SMG/BV-26-C - teardown
-/TP/SIG/SMG/BV-26-C - teardown complete
-/TP/SIG/SMG/BV-26-C - done
-
-/TP/SIG/SMG/BV-27-C - init
-/TP/SIG/SMG/BV-27-C - setup
-/TP/SIG/SMG/BV-27-C - setup complete
-/TP/SIG/SMG/BV-27-C - run
-/TP/SIG/SMG/BV-27-C - test passed
-/TP/SIG/SMG/BV-27-C - teardown
-/TP/SIG/SMG/BV-27-C - teardown complete
-/TP/SIG/SMG/BV-27-C - done
-
-/TP/SIG/SMG/BV-28-C - init
-/TP/SIG/SMG/BV-28-C - setup
-/TP/SIG/SMG/BV-28-C - setup complete
-/TP/SIG/SMG/BV-28-C - run
-/TP/SIG/SMG/BV-28-C - test passed
-/TP/SIG/SMG/BV-28-C - teardown
-/TP/SIG/SMG/BV-28-C - teardown complete
-/TP/SIG/SMG/BV-28-C - done
-
-/TP/SIG/SMG/BV-31-C - init
-/TP/SIG/SMG/BV-31-C - setup
-/TP/SIG/SMG/BV-31-C - setup complete
-/TP/SIG/SMG/BV-31-C - run
-/TP/SIG/SMG/BV-31-C - test passed
-/TP/SIG/SMG/BV-31-C - teardown
-/TP/SIG/SMG/BV-31-C - teardown complete
-/TP/SIG/SMG/BV-31-C - done
-
-/TP/SIG/SMG/BI-01-C - init
-/TP/SIG/SMG/BI-01-C - setup
-/TP/SIG/SMG/BI-01-C - setup complete
-/TP/SIG/SMG/BI-01-C - run
-/TP/SIG/SMG/BI-01-C - test passed
-/TP/SIG/SMG/BI-01-C - teardown
-/TP/SIG/SMG/BI-01-C - teardown complete
-/TP/SIG/SMG/BI-01-C - done
-
-/TP/SIG/SMG/BI-02-C - init
-/TP/SIG/SMG/BI-02-C - setup
-/TP/SIG/SMG/BI-02-C - setup complete
-/TP/SIG/SMG/BI-02-C - run
-/TP/SIG/SMG/BI-02-C - test passed
-/TP/SIG/SMG/BI-02-C - teardown
-/TP/SIG/SMG/BI-02-C - teardown complete
-/TP/SIG/SMG/BI-02-C - done
-
-/TP/SIG/SMG/BI-03-C - init
-/TP/SIG/SMG/BI-03-C - setup
-/TP/SIG/SMG/BI-03-C - setup complete
-/TP/SIG/SMG/BI-03-C - run
-/TP/SIG/SMG/BI-03-C - test passed
-/TP/SIG/SMG/BI-03-C - teardown
-/TP/SIG/SMG/BI-03-C - teardown complete
-/TP/SIG/SMG/BI-03-C - done
-
-/TP/SIG/SMG/BI-04-C - init
-/TP/SIG/SMG/BI-04-C - setup
-/TP/SIG/SMG/BI-04-C - setup complete
-/TP/SIG/SMG/BI-04-C - run
-/TP/SIbluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: SET_CONFIGURATION request rejected: Stream End Point in Use (19)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state change failed: Input/output error
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: GET_CONFIGURATION request rejected: Bad Acceptor SEID (18)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:0 codec:0 seid:1
-G/SMG/BI-04-C - test passed
-/TP/SIG/SMG/BI-04-C - teardown
-/TP/SIG/SMG/BI-04-C - teardown complete
-/TP/SIG/SMG/BI-04-C - done
-
-/TP/SIG/SMG/BI-05-C - init
-/TP/SIG/SMG/BI-05-C - setup
-/TP/SIG/SMG/BI-05-C - setup complete
-/TP/SIG/SMG/BI-05-C - run
-/TP/SIG/SMG/BI-05-C - test passed
-/TP/SIG/SMG/BI-05-C - teardown
-/TP/SIG/SMG/BI-05-C - teardown complete
-/TP/SIG/SMG/BI-05-C - done
-
-/TP/SIG/SMG/BI-06-C - init
-/TP/SIG/SMG/BI-06-C - setup
-/TP/SIG/SMG/BI-06-C - setup complete
-/TP/SIG/SMG/BI-06-C - run
-/TP/SIG/SMG/BI-06-C - test passed
-/TP/SIG/SMG/BI-06-C - teardown
-/TP/SIG/SMG/BI-06-C - teardown complete
-/TP/SIG/SMG/BI-06-C - done
-
-/TP/SIG/SMG/BI-07-C - init
-/TP/SIG/SMG/BI-07-C - setup
-/TP/SIG/SMG/BI-07-C - setup complete
-/TP/SIG/SMG/BI-07-C - run
-/TP/SIG/SMG/BI-07-C - test passed
-/TP/SIG/SMG/BI-07-C - teardown
-/TP/SIG/SMG/BI-07-C - teardown complete
-/TP/SIG/SMG/BI-07-C - done
-
-/TP/SIG/SMG/BI-08-C - init
-/TP/SIG/SMG/BI-08-C - setup
-/TP/SIG/SMG/BI-08-C - setup complete
-/TP/SIG/SMG/BI-08-C - run
-/TP/SIG/SMG/BI-08-C - test passed
-/TP/SIG/SMG/BI-08-C - teardown
-/TP/SIG/SMG/BI-08-C - teardown complete
-/TP/SIG/SMG/BI-08-C - done
-
-/TP/SIG/SMG/BI-09-C - init
-/TP/SIG/SMG/BI-09-C - setup
-/TP/SIG/SMG/BI-09-C - setup complete
-/TP/SIG/SMG/BI-09-C - run
-/TP/SIG/SMG/BI-09-C - test passed
-/TP/SIG/SMG/BI-09-C - teardown
-/TP/SIG/SMG/BI-09-C - teardown complete
-/TP/SIG/SMG/BI-09-C - done
-
-/TP/SIG/SMG/BI-10-C - init
-/TP/SIG/SMG/BI-10-C - setup
-/TP/SIG/SMG/BI-10-C - setup complete
-/TP/SIG/SMG/BI-10-C - run
-/TP/SIG/SMG/BI-10-C - test passed
-/TP/SIG/SMG/BI-10-C - teardown
-/TP/SIG/SMG/BI-10-C - teardown complete
-/TP/SIG/SMG/BI-10-C - done
-
-/TP/SIG/SMG/BI-11-C - init
-/TP/SIG/SMG/BI-11-C - setup
-/TP/SIG/SMG/BI-11-C - setup complete
-/TP/SIG/SMG/BI-11-C - run
-/TP/SIG/SMG/BI-11-C - test passed
-/TP/SIG/SMG/BI-11-C - teardown
-/TP/SIG/SMG/BI-11-C - teardown complete
-/TP/SIG/SMG/BI-11-C - done
-
-/TP/SIG/SMG/BI-17-C - init
-/TP/SIG/SMG/BI-17-C - setup
-/TP/SIG/SMG/BI-17-C - setup complete
-/TP/SIG/SMG/BI-17-C - run
-/TP/SIG/SMG/BI-17-C - test passed
-/TP/SIG/SMG/BI-17-C - teardown
-/TP/SIG/SMG/BI-17-C - teardown complete
-/TP/SIG/SMG/BI-17-C - done
-
-/TP/SIG/SMG/BI-18-C - init
-/TP/SIG/SMG/BI-18-C - setup
-/TP/SIG/SMG/BI-18-C - setup complete
-/TP/SIG/SMG/BI-18-C - run
-/TP/SIG/SMG/BI-18-C - test passed
-/TP/SIG/SMG/BI-18-C - teardown
-/TP/SIG/SMG/BI-18-C - teardown complete
-/TP/SIG/SMG/BI-18-C - done
-
-/TP/SIG/SMG/BI-19-C - initbluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: START request rejected: Bad State (49)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d618f90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (49)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d618f90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (192)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d618f90 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: START request rejected: Bad State (49)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d618f90 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d618f90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d618f90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: SUSPEND request rejected: Bad State (49)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> IDLE
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d618f90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d618f90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d618f90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d618f90 unregistered: type:0 codec:0 seid:1
-[0m
-/TP/SIG/SMG/BI-19-C - setup
-/TP/SIG/SMG/BI-19-C - setup complete
-/TP/SIG/SMG/BI-19-C - run
-/TP/SIG/SMG/BI-19-C - test passed
-/TP/SIG/SMG/BI-19-C - teardown
-/TP/SIG/SMG/BI-19-C - teardown complete
-/TP/SIG/SMG/BI-19-C - done
-
-/TP/SIG/SMG/BI-20-C - init
-/TP/SIG/SMG/BI-20-C - setup
-/TP/SIG/SMG/BI-20-C - setup complete
-/TP/SIG/SMG/BI-20-C - run
-/TP/SIG/SMG/BI-20-C - test passed
-/TP/SIG/SMG/BI-20-C - teardown
-/TP/SIG/SMG/BI-20-C - teardown complete
-/TP/SIG/SMG/BI-20-C - done
-
-/TP/SIG/SMG/BI-21-C - init
-/TP/SIG/SMG/BI-21-C - setup
-/TP/SIG/SMG/BI-21-C - setup complete
-/TP/SIG/SMG/BI-21-C - run
-/TP/SIG/SMG/BI-21-C - test passed
-/TP/SIG/SMG/BI-21-C - teardown
-/TP/SIG/SMG/BI-21-C - teardown complete
-/TP/SIG/SMG/BI-21-C - done
-
-/TP/SIG/SMG/BI-22-C - init
-/TP/SIG/SMG/BI-22-C - setup
-/TP/SIG/SMG/BI-22-C - setup complete
-/TP/SIG/SMG/BI-22-C - run
-/TP/SIG/SMG/BI-22-C - test passed
-/TP/SIG/SMG/BI-22-C - teardown
-/TP/SIG/SMG/BI-22-C - teardown complete
-/TP/SIG/SMG/BI-22-C - done
-
-/TP/SIG/SMG/BI-23-C - init
-/TP/SIG/SMG/BI-23-C - setup
-/TP/SIG/SMG/BI-23-C - setup complete
-/TP/SIG/SMG/BI-23-C - run
-/TP/SIG/SMG/BI-23-C - test passed
-/TP/SIG/SMG/BI-23-C - teardown
-/TP/SIG/SMG/BI-23-C - teardown complete
-/TP/SIG/SMG/BI-23-C - done
-
-/TP/SIG/SMG/BI-24-C - init
-/TP/SIG/SMG/BI-24-C - setup
-/TP/SIG/SMG/BI-24-C - setup complete
-/TP/SIG/SMG/BI-24-C - run
-/TP/SIG/SMG/BI-24-C - test passed
-/TP/SIG/SMG/BI-24-C - teardown
-/TP/SIG/SMG/BI-24-C - teardown complete
-/TP/SIG/SMG/BI-24-C - done
-
-/TP/SIG/SMG/BI-25-C - init
-/TP/SIG/SMG/BI-25-C - setup
-/TP/SIG/SMG/BI-25-C - setup complete
-/TP/SIG/SMG/BI-25-C - run
-/TP/SIG/SMG/BI-25-C - test passed
-/TP/SIG/SMG/BI-25-C - teardown
-/TP/SIG/SMG/BI-25-C - teardown complete
-/TP/SIG/SMG/BI-25-C - done
-
-/TP/SIG/SMG/BI-26-C - init
-/TP/SIG/SMG/BI-26-C - setup
-/TP/SIG/SMG/BI-26-C - setup complete
-/TP/SIG/SMG/BI-26-C - run
-/TP/SIG/SMG/BI-26-C - test passed
-/TP/SIG/SMG/BI-26-C - teardown
-/TP/SIG/SMG/BI-26-C - teardown complete
-/TP/SIG/SMG/BI-26-C - done
-
-/TP/SIG/SMG/BI-27-C - init
-/TP/SIG/SMG/BI-27-C - setup
-/TP/SIG/SMG/BI-27-C - setup complete
-/TP/SIG/SMG/BI-27-C - run
-/TP/SIG/SMG/BI-27-C - test passed
-/TP/SIG/SMG/BI-27-C - teardown
-/TP/SIG/SMG/BI-27-C - teardown complete
-/TP/SIG/SMG/BI-27-C - done
-
-/TP/SIG/SMG/BI-28-C - init
-/TP/SIG/SMG/BI-28-C - setup
-/TP/SIG/SMG/BI-28-C - setup complete
-/TP/SIG/SMG/BI-28-C - run
-/TP/SIG/SMG/BI-28-C - test passed
-/TP/SIG/SMG/BI-28-C - luetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6251e0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6251e0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: GET_ALL_CAPABILITIES request rejected: Bad Packet Length (17)
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d622c10 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d622c10 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6154b0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6154b0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d61d8d0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d61d8d0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ffb0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_send() 108 bytes split into 3 fragments
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_send() first packet with 45 bytes sent
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending continue with 47 bytes
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending end with 16 bytes
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ffb0 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ffb0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 2 to go
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 1 to go
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ffb0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ffb0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ffb0 unregistered: type:1 codec:0 seid:1
-;35mteardown
-/TP/SIG/SMG/BI-28-C - teardown complete
-/TP/SIG/SMG/BI-28-C - done
-
-/TP/SIG/SMG/BI-30-C - init
-/TP/SIG/SMG/BI-30-C - setup
-/TP/SIG/SMG/BI-30-C - setup complete
-/TP/SIG/SMG/BI-30-C - run
-/TP/SIG/SMG/BI-30-C - test passed
-/TP/SIG/SMG/BI-30-C - teardown
-/TP/SIG/SMG/BI-30-C - teardown complete
-/TP/SIG/SMG/BI-30-C - done
-
-/TP/SIG/SMG/ESR04/BI-28-C - init
-/TP/SIG/SMG/ESR04/BI-28-C - setup
-/TP/SIG/SMG/ESR04/BI-28-C - setup complete
-/TP/SIG/SMG/ESR04/BI-28-C - run
-/TP/SIG/SMG/ESR04/BI-28-C - test passed
-/TP/SIG/SMG/ESR04/BI-28-C - teardown
-/TP/SIG/SMG/ESR04/BI-28-C - teardown complete
-/TP/SIG/SMG/ESR04/BI-28-C - done
-
-/TP/SIG/SMG/BI-32-C - init
-/TP/SIG/SMG/BI-32-C - setup
-/TP/SIG/SMG/BI-32-C - setup complete
-/TP/SIG/SMG/BI-32-C - run
-/TP/SIG/SMG/BI-32-C - test passed
-/TP/SIG/SMG/BI-32-C - teardown
-/TP/SIG/SMG/BI-32-C - teardown complete
-/TP/SIG/SMG/BI-32-C - done
-
-/TP/SIG/SMG/BI-33-C - init
-/TP/SIG/SMG/BI-33-C - setup
-/TP/SIG/SMG/BI-33-C - setup complete
-/TP/SIG/SMG/BI-33-C - run
-/TP/SIG/SMG/BI-33-C - test passed
-/TP/SIG/SMG/BI-33-C - teardown
-/TP/SIG/SMG/BI-33-C - teardown complete
-/TP/SIG/SMG/BI-33-C - done
-
-/TP/SIG/SMG/BI-35-C - init
-/TP/SIG/SMG/BI-35-C - setup
-/TP/SIG/SMG/BI-35-C - setup complete
-/TP/SIG/SMG/BI-35-C - run
-/TP/SIG/SMG/BI-35-C - test passed
-/TP/SIG/SMG/BI-35-C - teardown
-/TP/SIG/SMG/BI-35-C - teardown complete
-/TP/SIG/SMG/BI-35-C - done
-
-/TP/SIG/SMG/BI-36-C - init
-/TP/SIG/SMG/BI-36-C - setup
-/TP/SIG/SMG/BI-36-C - setup complete
-/TP/SIG/SMG/BI-36-C - run
-/TP/SIG/SMG/BI-36-C - test passed
-/TP/SIG/SMG/BI-36-C - teardown
-/TP/SIG/SMG/BI-36-C - teardown complete
-/TP/SIG/SMG/BI-36-C - done
-
-/TP/SIG/FRA/BV-01-C - init
-/TP/SIG/FRA/BV-01-C - setup
-/TP/SIG/FRA/BV-01-C - setup complete
-/TP/SIG/FRA/BV-01-C - run
-/TP/SIG/FRA/BV-01-C - test passed
-/TP/SIG/FRA/BV-01-C - teardown
-/TP/SIG/FRA/BV-01-C - teardown complete
-/TP/SIG/FRA/BV-01-C - done
-
-/TP/SIG/FRA/BV-02-C - init
-/TP/SIG/FRA/BV-02-C - setup
-/TP/SIG/FRA/BV-02-C - setup complete
-/TP/SIG/FRA/BV-02-C - run
-/TP/SIG/FRA/BV-02-C - test passed
-/TP/SIG/FRA/BV-02-C - teardown
-/TP/SIG/FRA/BV-02-C - teardown complete
-/TP/SIG/FRA/BV-02-C - done
-
-/TP/SIG/SYN/BV-01-C - init
-/TP/SIG/SYN/BV-01-C - setup
-/TP/SIG/SYN/BV-01-C - setup complete
-/TP/SIG/SYN/BV-01-C - run
-/TP/SIG/SYN/BV-01-C - test passed
-/TP/SIG/SYN/BV-01-C - teardown
-/TP/SIG/SYN/BV-01-C - teardown complete
-/TP/SIG/SYN/BV-01-C - done
-
-/TP/SIG/SYN/BV-02-C - init
-/TP/SIG/SYN/BV-02-Cbluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ffb0 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ffb0 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x555d623e40: int_seid=1, acp_seid=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:1 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d60ff90 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d60ff90 unregistered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x555d6248f0 registered: type:0 codec:0 seid:1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:session_cb()
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x555d623e40: ref=2
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=1
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x555d623e40: ref=0
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x555d623e40
-bluetoothd[1293]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x555d6248f0 unregistered: type:0 codec:0 seid:1
-[0m - setup
-/TP/SIG/SYN/BV-02-C - setup complete
-/TP/SIG/SYN/BV-02-C - run
-/TP/SIG/SYN/BV-02-C - test passed
-/TP/SIG/SYN/BV-02-C - teardown
-/TP/SIG/SYN/BV-02-C - teardown complete
-/TP/SIG/SYN/BV-02-C - done
-
-/TP/SIG/SYN/BV-03-C - init
-/TP/SIG/SYN/BV-03-C - setup
-/TP/SIG/SYN/BV-03-C - setup complete
-/TP/SIG/SYN/BV-03-C - run
-/TP/SIG/SYN/BV-03-C - test passed
-/TP/SIG/SYN/BV-03-C - teardown
-/TP/SIG/SYN/BV-03-C - teardown complete
-/TP/SIG/SYN/BV-03-C - done
-
-/TP/SIG/SYN/BV-04-C - init
-/TP/SIG/SYN/BV-04-C - setup
-/TP/SIG/SYN/BV-04-C - setup complete
-/TP/SIG/SYN/BV-04-C - run
-/TP/SIG/SYN/BV-04-C - test passed
-/TP/SIG/SYN/BV-04-C - teardown
-/TP/SIG/SYN/BV-04-C - teardown complete
-/TP/SIG/SYN/BV-04-C - done
-
-/TP/SIG/SYN/BV-05-C - init
-/TP/SIG/SYN/BV-05-C - setup
-/TP/SIG/SYN/BV-05-C - setup complete
-/TP/SIG/SYN/BV-05-C - run
-/TP/SIG/SYN/BV-05-C - test passed
-/TP/SIG/SYN/BV-05-C - teardown
-/TP/SIG/SYN/BV-05-C - teardown complete
-/TP/SIG/SYN/BV-05-C - done
-
-/TP/SIG/SYN/BV-06-C - init
-/TP/SIG/SYN/BV-06-C - setup
-/TP/SIG/SYN/BV-06-C - setup complete
-/TP/SIG/SYN/BV-06-C - run
-/TP/SIG/SYN/BV-06-C - test passed
-/TP/SIG/SYN/BV-06-C - teardown
-/TP/SIG/SYN/BV-06-C - teardown complete
-/TP/SIG/SYN/BV-06-C - done
-
-
-Test Summary
-------------
-/TP/SIG/SMG/BV-06-C-SEID-1 Passed  0.002 seconds
-/TP/SIG/SMG/BV-06-C-SEID-2 Passed  0.000 seconds
-/TP/SIG/SMG/BV-05-C Passed  0.000 seconds
-/TP/SIG/SMG/BV-06-C Passed  0.000 seconds
-/TP/SIG/SMG/BV-07-C Passed  0.000 seconds
-/TP/SIG/SMG/BV-08-C Passed  0.000 seconds
-/TP/SIG/SMG/BV-09-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-10-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-11-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-12-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-15-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-16-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-17-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-18-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-19-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-20-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-21-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-22-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-23-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-24-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-25-C Passed  0.000 seconds
-/TP/SIG/SMG/BV-26-C Passed  0.000 seconds
-/TP/SIG/SMG/BV-27-C Passed  0.000 seconds
-/TP/SIG/SMG/BV-28-C Passed  0.001 seconds
-/TP/SIG/SMG/BV-31-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-01-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-02-C Passed  1.547 seconds
-/TP/SIG/SMG/BI-03-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-04-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-05-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-06-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-07-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-08-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-09-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-10-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-11-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-17-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-18-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-19-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-20-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-21-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-22-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-23-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-24-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-25-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-26-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-27-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-28-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-30-C Passed  0.001 seconds
-/TP/SIG/SMG/ESR04/BI-28-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-32-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-33-C Passed  0.000 seconds
-/TP/SIG/SMG/BI-35-C Passed  0.001 seconds
-/TP/SIG/SMG/BI-36-C Passed  0.001 seconds
-/TP/SIG/FRA/BV-01-C Passed  0.001 seconds
-/TP/SIG/FRA/BV-02-C Passed  0.001 seconds
-/TP/SIG/SYN/BV-01-C Passed  0.000 seconds
-/TP/SIG/SYN/BV-02-C Passed  0.001 seconds
-/TP/SIG/SYN/BV-03-C Passed  0.001 seconds
-/TP/SIG/SYN/BV-04-C Passed  0.001 seconds
-/TP/SIG/SYN/BV-05-C Passed  0.001 seconds
-/TP/SIG/SYN/BV-06-C Passed  0.001 seconds
-
-Total: 62, Passed: 62 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 1.59 seconds
-PASS: test-avdtp
-bluetoothd[1295]: Bluetooth daemon 5.50
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d846f70: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d846f70: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d8482c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_addressed()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d8482c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d848cc0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d848cc0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d8496a0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_browsed()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d8496a0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849810: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849810: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849980: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849980: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items_rsp()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849980: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849980: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849ef0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849ef0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_addressed()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d84a5c0: ref=1
-
-/TP/MPS/BV-01-C - init
-/TP/MPS/BV-01-C - setup
-/TP/MPS/BV-01-C - setup complete
-/TP/MPS/BV-01-C - run
-/TP/MPS/BV-01-C - test passed
-/TP/MPS/BV-01-C - teardown
-/TP/MPS/BV-01-C - teardown complete
-/TP/MPS/BV-01-C - done
-
-/TP/MPS/BV-02-C - init
-/TP/MPS/BV-02-C - setup
-/TP/MPS/BV-02-C - setup complete
-/TP/MPS/BV-02-C - run
-/TP/MPS/BV-02-C - test passed
-/TP/MPS/BV-02-C - teardown
-/TP/MPS/BV-02-C - teardown complete
-/TP/MPS/BV-02-C - done
-
-/TP/MPS/BV-03-C - init
-/TP/MPS/BV-03-C - setup
-/TP/MPS/BV-03-C - setup complete
-/TP/MPS/BV-03-C - run
-/TP/MPS/BV-03-C - test passed
-/TP/MPS/BV-03-C - teardown
-/TP/MPS/BV-03-C - teardown complete
-/TP/MPS/BV-03-C - done
-
-/TP/MPS/BV-04-C - init
-/TP/MPS/BV-04-C - setup
-/TP/MPS/BV-04-C - setup complete
-/TP/MPS/BV-04-C - run
-/TP/MPS/BV-04-C - test passed
-/TP/MPS/BV-04-C - teardown
-/TP/MPS/BV-04-C - teardown complete
-/TP/MPS/BV-04-C - done
-
-/TP/MPS/BV-05-C - init
-/TP/MPS/BV-05-C - setup
-/TP/MPS/BV-05-C - setup complete
-/TP/MPS/BV-05-C - run
-/TP/MPS/BV-05-C - test passed
-/TP/MPS/BV-05-C - teardown
-/TP/MPS/BV-05-C - teardown complete
-/TP/MPS/BV-05-C - done
-
-/TP/MPS/BV-06-C - init
-/TP/MPS/BV-06-C - setup
-/TP/MPS/BV-06-C - setup complete
-/TP/MPS/BV-06-C - run
-/TP/MPS/BV-06-C - test passed
-/TP/MPS/BV-06-C - teardown
-/TP/MPS/BV-06-C - teardown complete
-/TP/MPS/BV-06-C - done
-
-/TP/MPS/BV-07-C - init
-/TP/MPS/BV-07-C - setup
-/TP/MPS/BV-07-C - setup complete
-/TP/MPS/BV-07-C - run
-/TP/MPS/BV-07-C - test passed
-/TP/MPS/BV-07-C - teardown
-/TP/MPS/BV-07-C - teardown complete
-/TP/MPS/BV-07-C - done
-
-/TP/MPS/BV-08-C - init
-/TP/MPS/BV-08-C - setup
-/TP/MPS/BV-08-C - setup complete
-/TP/MPS/BV-08-C - run
-/TP/MPS/BV-08-C - test passed
-/TP/MPS/BV-08-C - teardown
-/TP/MPS/BV-08-C - teardown complete
-/TP/MPS/BV-08-C - done
-
-/TP/MPS/BV-09-C - init
-/TP/MPS/BV-09-C - setup
-/TP/MPS/BV-09-C - setup complete
-/TP/MPS/BV-09-C - run
-/TP/MPS/BV-09-C - test passed
-/TP/MPS/BV-09-C - teardown
-/TP/MPS/BV-09-C - teardown complete
-/TP/MPS/BV-09-C - done
-
-/TP/MPS/BI-01-C - init
-/TP/MPS/BI-01-C - setup
-/TP/MPS/BI-01-C - setup complete
-/TP/MPS/BI-01-C - run
-/TP/MPS/BI-01-C - test passed
-/TP/MPS/BI-01-C - teardown
-/TP/MPS/BI-01-C - teardown complete
-/TP/MPS/BI-01-C - done
-
-/TP/MPS/BI-02-C - init
-/TP/MPS/BI-02-C - setup
-/TP/MPS/BI-02-C - setup completebluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_browsed()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d84a5c0: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_addressed()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_browsed()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:change_path()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:change_path()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-
-/TP/MPS/BI-02-C - run
-/TP/MPS/BI-02-C - test passed
-/TP/MPS/BI-02-C - teardown
-/TP/MPS/BI-02-C - teardown complete
-/TP/MPS/BI-02-C - done
-
-/TP/MCN/CB/BV-01-C - init
-/TP/MCN/CB/BV-01-C - setup
-/TP/MCN/CB/BV-01-C - setup complete
-/TP/MCN/CB/BV-01-C - run
-/TP/MCN/CB/BV-01-C - test passed
-/TP/MCN/CB/BV-01-C - teardown
-/TP/MCN/CB/BV-01-C - teardown complete
-/TP/MCN/CB/BV-01-C - done
-
-/TP/MCN/CB/BV-02-C - init
-/TP/MCN/CB/BV-02-C - setup
-/TP/MCN/CB/BV-02-C - setup complete
-/TP/MCN/CB/BV-02-C - run
-/TP/MCN/CB/BV-02-C - test passed
-/TP/MCN/CB/BV-02-C - teardown
-/TP/MCN/CB/BV-02-C - teardown complete
-/TP/MCN/CB/BV-02-C - done
-
-/TP/MCN/CB/BV-03-C - init
-/TP/MCN/CB/BV-03-C - setup
-/TP/MCN/CB/BV-03-C - setup complete
-/TP/MCN/CB/BV-03-C - run
-/TP/MCN/CB/BV-03-C - test passed
-/TP/MCN/CB/BV-03-C - teardown
-/TP/MCN/CB/BV-03-C - teardown complete
-/TP/MCN/CB/BV-03-C - done
-
-/TP/MCN/CB/BV-04-C - init
-/TP/MCN/CB/BV-04-C - setup
-/TP/MCN/CB/BV-04-C - setup complete
-/TP/MCN/CB/BV-04-C - run
-/TP/MCN/CB/BV-04-C - test passed
-/TP/MCN/CB/BV-04-C - teardown
-/TP/MCN/CB/BV-04-C - teardown complete
-/TP/MCN/CB/BV-04-C - done
-
-/TP/MCN/CB/BV-05-C - init
-/TP/MCN/CB/BV-05-C - setup
-/TP/MCN/CB/BV-05-C - setup complete
-/TP/MCN/CB/BV-05-C - run
-/TP/MCN/CB/BV-05-C - test passed
-/TP/MCN/CB/BV-05-C - teardown
-/TP/MCN/CB/BV-05-C - teardown complete
-/TP/MCN/CB/BV-05-C - done
-
-/TP/MCN/CB/BV-06-C - init
-/TP/MCN/CB/BV-06-C - setup
-/TP/MCN/CB/BV-06-C - setup complete
-/TP/MCN/CB/BV-06-C - run
-/TP/MCN/CB/BV-06-C - test passed
-/TP/MCN/CB/BV-06-C - teardown
-/TP/MCN/CB/BV-06-C - teardown complete
-/TP/MCN/CB/BV-06-C - done
-
-/TP/MCN/CB/BV-07-C - init
-/TP/MCN/CB/BV-07-C - setup
-/TP/MCN/CB/BV-07-C - setup complete
-/TP/MCN/CB/BV-07-C - run
-/TP/MCN/CB/BV-07-C - test passed
-/TP/MCN/CB/BV-07-C - teardown
-/TP/MCN/CB/BV-07-C - teardown complete
-/TP/MCN/CB/BV-07-C - done
-
-/TP/MCN/CB/BV-08-C - init
-/TP/MCN/CB/BV-08-C - setup
-/TP/MCN/CB/BV-08-C - setup complete
-/TP/MCN/CB/BV-08-C - run
-/TP/MCN/CB/BV-08-C - test passed
-/TP/MCN/CB/BV-08-C - teardown
-/TP/MCN/CB/BV-08-C - teardown complete
-/TP/MCN/CB/BV-08-C - done
-
-/TP/MCN/CB/BV-09-C - init
-/TP/MCN/CB/BV-09-C - setup
-/TP/MCN/CB/BV-09-C - setup complete
-/TP/MCN/CB/BV-09-C - run
-/TP/MCN/CB/BV-09-C - test passed
-/TP/MCN/CB/BV-09-C - teardown
-/TP/MCN/CB/BV-09-C - teardown complete
-/TP/MCN/CB/BV-09-C - done
-
-/TP/MCN/CB/BV-10-C - init
-/TP/MCN/CB/BV-10-Cluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:change_path()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x80, len 0x000B
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:search()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-0m - setup
-/TP/MCN/CB/BV-10-C - setup complete
-/TP/MCN/CB/BV-10-C - run
-/TP/MCN/CB/BV-10-C - test passed
-/TP/MCN/CB/BV-10-C - teardown
-/TP/MCN/CB/BV-10-C - teardown complete
-/TP/MCN/CB/BV-10-C - done
-
-/TP/MCN/CB/BV-11-C - init
-/TP/MCN/CB/BV-11-C - setup
-/TP/MCN/CB/BV-11-C - setup complete
-/TP/MCN/CB/BV-11-C - run
-/TP/MCN/CB/BV-11-C - test passed
-/TP/MCN/CB/BV-11-C - teardown
-/TP/MCN/CB/BV-11-C - teardown complete
-/TP/MCN/CB/BV-11-C - done
-
-/TP/MCN/CB/BI-01-C - init
-/TP/MCN/CB/BI-01-C - setup
-/TP/MCN/CB/BI-01-C - setup complete
-/TP/MCN/CB/BI-01-C - run
-/TP/MCN/CB/BI-01-C - test passed
-/TP/MCN/CB/BI-01-C - teardown
-/TP/MCN/CB/BI-01-C - teardown complete
-/TP/MCN/CB/BI-01-C - done
-
-/TP/MCN/CB/BI-02-C - init
-/TP/MCN/CB/BI-02-C - setup
-/TP/MCN/CB/BI-02-C - setup complete
-/TP/MCN/CB/BI-02-C - run
-/TP/MCN/CB/BI-02-C - test passed
-/TP/MCN/CB/BI-02-C - teardown
-/TP/MCN/CB/BI-02-C - teardown complete
-/TP/MCN/CB/BI-02-C - done
-
-/TP/MCN/CB/BI-03-C - init
-/TP/MCN/CB/BI-03-C - setup
-/TP/MCN/CB/BI-03-C - setup complete
-/TP/MCN/CB/BI-03-C - run
-/TP/MCN/CB/BI-03-C - test passed
-/TP/MCN/CB/BI-03-C - teardown
-/TP/MCN/CB/BI-03-C - teardown complete
-/TP/MCN/CB/BI-03-C - done
-
-/TP/MCN/CB/BI-04-C - init
-/TP/MCN/CB/BI-04-C - setup
-/TP/MCN/CB/BI-04-C - setup complete
-/TP/MCN/CB/BI-04-C - run
-/TP/MCN/CB/BI-04-C - test passed
-/TP/MCN/CB/BI-04-C - teardown
-/TP/MCN/CB/BI-04-C - teardown complete
-/TP/MCN/CB/BI-04-C - done
-
-/TP/MCN/CB/BI-05-C - init
-/TP/MCN/CB/BI-05-C - setup
-/TP/MCN/CB/BI-05-C - setup complete
-/TP/MCN/CB/BI-05-C - run
-/TP/MCN/CB/BI-05-C - test passed
-/TP/MCN/CB/BI-05-C - teardown
-/TP/MCN/CB/BI-05-C - teardown complete
-/TP/MCN/CB/BI-05-C - done
-
-/TP/MCN/SRC/BV-01-C - init
-/TP/MCN/SRC/BV-01-C - setup
-/TP/MCN/SRC/BV-01-C - setup complete
-/TP/MCN/SRC/BV-01-C - run
-/TP/MCN/SRC/BV-01-C - test passed
-/TP/MCN/SRC/BV-01-C - teardown
-/TP/MCN/SRC/BV-01-C - teardown complete
-/TP/MCN/SRC/BV-01-C - done
-
-/TP/MCN/SRC/BV-02-C - init
-/TP/MCN/SRC/BV-02-C - setup
-/TP/MCN/SRC/BV-02-C - setup complete
-/TP/MCN/SRC/BV-02-C - run
-/TP/MCN/SRC/BV-02-C - test passed
-/TP/MCN/SRC/BV-02-C - teardown
-/TP/MCN/SRC/BV-02-C - teardown complete
-/TP/MCN/SRC/BV-02-C - done
-
-/TP/MCN/SRC/BV-03-C - init
-/TP/MCN/SRC/BV-03-C - setup
-/TP/MCN/SRC/BV-03-C - setup complete
-/TP/MCN/SRC/BV-03-C - run
-/TP/MCN/SRC/BV-03-C - test passed
-/TP/MCN/SRC/BV-03-C - teardown
-/TP/MCN/SRC/BV-03-C - teardown complete
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:play_item()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-/TP/MCN/SRC/BV-03-C - done
-
-/TP/MCN/SCR/BV-04-C - init
-/TP/MCN/SCR/BV-04-C - setup
-/TP/MCN/SCR/BV-04-C - setup complete
-/TP/MCN/SCR/BV-04-C - run
-/TP/MCN/SCR/BV-04-C - test passed
-/TP/MCN/SCR/BV-04-C - teardown
-/TP/MCN/SCR/BV-04-C - teardown complete
-/TP/MCN/SCR/BV-04-C - done
-
-/TP/MCN/SRC/BV-05-C - init
-/TP/MCN/SRC/BV-05-C - setup
-/TP/MCN/SRC/BV-05-C - setup complete
-/TP/MCN/SRC/BV-05-C - run
-/TP/MCN/SRC/BV-05-C - test passed
-/TP/MCN/SRC/BV-05-C - teardown
-/TP/MCN/SRC/BV-05-C - teardown complete
-/TP/MCN/SRC/BV-05-C - done
-
-/TP/MCN/SRC/BV-06-C - init
-/TP/MCN/SRC/BV-06-C - setup
-/TP/MCN/SRC/BV-06-C - setup complete
-/TP/MCN/SRC/BV-06-C - run
-/TP/MCN/SRC/BV-06-C - test passed
-/TP/MCN/SRC/BV-06-C - teardown
-/TP/MCN/SRC/BV-06-C - teardown complete
-/TP/MCN/SRC/BV-06-C - done
-
-/TP/MCN/NP/BV-01-C - init
-/TP/MCN/NP/BV-01-C - setup
-/TP/MCN/NP/BV-01-C - setup complete
-/TP/MCN/NP/BV-01-C - run
-/TP/MCN/NP/BV-01-C - test passed
-/TP/MCN/NP/BV-01-C - teardown
-/TP/MCN/NP/BV-01-C - teardown complete
-/TP/MCN/NP/BV-01-C - done
-
-/TP/MCN/NP/BV-02-C - init
-/TP/MCN/NP/BV-02-C - setup
-/TP/MCN/NP/BV-02-C - setup complete
-/TP/MCN/NP/BV-02-C - run
-/TP/MCN/NP/BV-02-C - test passed
-/TP/MCN/NP/BV-02-C - teardown
-/TP/MCN/NP/BV-02-C - teardown complete
-/TP/MCN/NP/BV-02-C - done
-
-/TP/MCN/NP/BV-03-C - init
-/TP/MCN/NP/BV-03-C - setup
-/TP/MCN/NP/BV-03-C - setup complete
-/TP/MCN/NP/BV-03-C - run
-/TP/MCN/NP/BV-03-C - test passed
-/TP/MCN/NP/BV-03-C - teardown
-/TP/MCN/NP/BV-03-C - teardown complete
-/TP/MCN/NP/BV-03-C - done
-
-/TP/MCN/NP/BV-04-C - init
-/TP/MCN/NP/BV-04-C - setup
-/TP/MCN/NP/BV-04-C - setup complete
-/TP/MCN/NP/BV-04-C - run
-/TP/MCN/NP/BV-04-C - test passed
-/TP/MCN/NP/BV-04-C - teardown
-/TP/MCN/NP/BV-04-C - teardown complete
-/TP/MCN/NP/BV-04-C - done
-
-/TP/MCN/NP/BV-05-C - init
-/TP/MCN/NP/BV-05-C - setup
-/TP/MCN/NP/BV-05-C - setup complete
-/TP/MCN/NP/BV-05-C - run
-/TP/MCN/NP/BV-05-C - test passed
-/TP/MCN/NP/BV-05-C - teardown
-/TP/MCN/NP/BV-05-C - teardown complete
-/TP/MCN/NP/BV-05-C - done
-
-/TP/MCN/NP/BV-06-C - init
-/TP/MCN/NP/BV-06-C - setup
-/TP/MCN/NP/BV-06-C - setup complete
-/TP/MCN/NP/BV-06-C - run
-/TP/MCN/NP/BV-06-C - test passed
-/TP/MCN/NP/BV-06-C - teardown
-/TP/MCN/NP/BV-06-C - teardown complete
-/TP/MCN/NP/BV-06-C - done
-
-/TP/MCN/NP/BV-07-C - init
-/TP/MCN/NP/BV-07-C - setup
-/TP/MCN/NP/BV-07-C - setup complete
-/TP/MCN/NP/BV-07-C - run
-/TP/MCN/NP/BV-07-C - test passed
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:play_item()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-[1;39m/TP/MCN/NP/BV-07-C - teardown
-/TP/MCN/NP/BV-07-C - teardown complete
-/TP/MCN/NP/BV-07-C - done
-
-/TP/MCN/NP/BV-08-C - init
-/TP/MCN/NP/BV-08-C - setup
-/TP/MCN/NP/BV-08-C - setup complete
-/TP/MCN/NP/BV-08-C - run
-/TP/MCN/NP/BV-08-C - test passed
-/TP/MCN/NP/BV-08-C - teardown
-/TP/MCN/NP/BV-08-C - teardown complete
-/TP/MCN/NP/BV-08-C - done
-
-/TP/MCN/CB/BV-09-C - init
-/TP/MCN/CB/BV-09-C - setup
-/TP/MCN/CB/BV-09-C - setup complete
-/TP/MCN/CB/BV-09-C - run
-/TP/MCN/CB/BV-09-C - test passed
-/TP/MCN/CB/BV-09-C - teardown
-/TP/MCN/CB/BV-09-C - teardown complete
-/TP/MCN/CB/BV-09-C - done
-
-/TP/MCN/NP/BI-01-C - init
-/TP/MCN/NP/BI-01-C - setup
-/TP/MCN/NP/BI-01-C - setup complete
-/TP/MCN/NP/BI-01-C - run
-/TP/MCN/NP/BI-01-C - test passed
-/TP/MCN/NP/BI-01-C - teardown
-/TP/MCN/NP/BI-01-C - teardown complete
-/TP/MCN/NP/BI-01-C - done
-
-/TP/MCN/NP/BI-02-C - init
-/TP/MCN/NP/BI-02-C - setup
-/TP/MCN/NP/BI-02-C - setup complete
-/TP/MCN/NP/BI-02-C - run
-/TP/MCN/NP/BI-02-C - test passed
-/TP/MCN/NP/BI-02-C - teardown
-/TP/MCN/NP/BI-02-C - teardown complete
-/TP/MCN/NP/BI-02-C - done
-
-/TP/MPS/BV-01-I - init
-/TP/MPS/BV-01-I - setup
-/TP/MPS/BV-01-I - setup complete
-/TP/MPS/BV-01-I - run
-/TP/MPS/BV-01-I - test passed
-/TP/MPS/BV-01-I - teardown
-/TP/MPS/BV-01-I - teardown complete
-/TP/MPS/BV-01-I - done
-
-/TP/CON/BV-01-C - init
-/TP/CON/BV-01-C - setup
-/TP/CON/BV-01-C - setup complete
-/TP/CON/BV-01-C - run
-/TP/CON/BV-01-C - test passed
-/TP/CON/BV-01-C - teardown
-/TP/CON/BV-01-C - teardown complete
-/TP/CON/BV-01-C - done
-
-/TP/CON/BV-02-C - init
-/TP/CON/BV-02-C - setup
-/TP/CON/BV-02-C - setup complete
-/TP/CON/BV-02-C - run
-/TP/CON/BV-02-C - test passed
-/TP/CON/BV-02-C - teardown
-/TP/CON/BV-02-C - teardown complete
-/TP/CON/BV-02-C - done
-
-/TP/CON/BV-03-C - init
-/TP/CON/BV-03-C - setup
-/TP/CON/BV-03-C - setup complete
-/TP/CON/BV-03-C - run
-/TP/CON/BV-03-C - test passed
-/TP/CON/BV-03-C - teardown
-/TP/CON/BV-03-C - teardown complete
-/TP/CON/BV-03-C - done
-
-/TP/CON/BV-04-C - init
-/TP/CON/BV-04-C - setup
-/TP/CON/BV-04-C - setup complete
-/TP/CON/BV-04-C - run
-/TP/CON/BV-04-C - test passed
-/TP/CON/BV-04-C - teardown
-/TP/CON/BV-04-C - teardown complete
-/TP/CON/BV-04-C - done
-
-/TP/CON/BV-05-C - init
-/TP/CON/BV-05-C - setup
-/TP/CON/BV-05-C - setup complete
-/TP/CON/BV-05-C - run
-/TP/CON/BV-05-C - test passed
-/TP/CON/BV-05-C - teardobluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:handle_unit_info() reply to AVC_OP_UNITINFO
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:handle_subunit_info() reply to AVC_OP_SUBUNITINFO
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-wn
-/TP/CON/BV-05-C - teardown complete
-/TP/CON/BV-05-C - done
-
-/TP/CEC/BV-01-I - init
-/TP/CEC/BV-01-I - setup
-/TP/CEC/BV-01-I - setup complete
-/TP/CEC/BV-01-I - run
-/TP/CEC/BV-01-I - test passed
-/TP/CEC/BV-01-I - teardown
-/TP/CEC/BV-01-I - teardown complete
-/TP/CEC/BV-01-I - done
-
-/TP/CEC/BV-02-I - init
-/TP/CEC/BV-02-I - setup
-/TP/CEC/BV-02-I - setup complete
-/TP/CEC/BV-02-I - run
-/TP/CEC/BV-02-I - test passed
-/TP/CEC/BV-02-I - teardown
-/TP/CEC/BV-02-I - teardown complete
-/TP/CEC/BV-02-I - done
-
-/TP/CRC/BV-01-I - init
-/TP/CRC/BV-01-I - setup
-/TP/CRC/BV-01-I - setup complete
-/TP/CRC/BV-01-I - run
-/TP/CRC/BV-01-I - test passed
-/TP/CRC/BV-01-I - teardown
-/TP/CRC/BV-01-I - teardown complete
-/TP/CRC/BV-01-I - done
-
-/TP/CRC/BV-02-I - init
-/TP/CRC/BV-02-I - setup
-/TP/CRC/BV-02-I - setup complete
-/TP/CRC/BV-02-I - run
-/TP/CRC/BV-02-I - test passed
-/TP/CRC/BV-02-I - teardown
-/TP/CRC/BV-02-I - teardown complete
-/TP/CRC/BV-02-I - done
-
-/TP/ICC/BV-01-I - init
-/TP/ICC/BV-01-I - setup
-/TP/ICC/BV-01-I - setup complete
-/TP/ICC/BV-01-I - run
-/TP/ICC/BV-01-I - test passed
-/TP/ICC/BV-01-I - teardown
-/TP/ICC/BV-01-I - teardown complete
-/TP/ICC/BV-01-I - done
-
-/TP/ICC/BV-02-I - init
-/TP/ICC/BV-02-I - setup
-/TP/ICC/BV-02-I - setup complete
-/TP/ICC/BV-02-I - run
-/TP/ICC/BV-02-I - test passed
-/TP/ICC/BV-02-I - teardown
-/TP/ICC/BV-02-I - teardown complete
-/TP/ICC/BV-02-I - done
-
-/TP/PTT/BV-01-I - init
-/TP/PTT/BV-01-I - setup
-/TP/PTT/BV-01-I - setup complete
-/TP/PTT/BV-01-I - run
-/TP/PTT/BV-01-I - test passed
-/TP/PTT/BV-01-I - teardown
-/TP/PTT/BV-01-I - teardown complete
-/TP/PTT/BV-01-I - done
-
-/TP/PTT/BV-02-I - init
-/TP/PTT/BV-02-I - setup
-/TP/PTT/BV-02-I - setup complete
-/TP/PTT/BV-02-I - run
-/TP/PTT/BV-02-I - test passed
-/TP/PTT/BV-02-I - teardown
-/TP/PTT/BV-02-I - teardown complete
-/TP/PTT/BV-02-I - done
-
-/TP/PTT/BV-03-I - init
-/TP/PTT/BV-03-I - setup
-/TP/PTT/BV-03-I - setup complete
-/TP/PTT/BV-03-I - run
-/TP/PTT/BV-03-I - test passed
-/TP/PTT/BV-03-I - teardown
-/TP/PTT/BV-03-I - teardown complete
-/TP/PTT/BV-03-I - done
-
-/TP/PTT/BV-04-I - init
-/TP/PTT/BV-04-I - setup
-/TP/PTT/BV-04-I - setup complete
-/TP/PTT/BV-04-I - run
-/TP/PTT/BV-04-I - test passed
-/TP/PTT/BV-04-I - teardown
-/TP/PTT/BV-04-I - teardown complete
-/TP/PTT/BV-04-I - done
-
-/TP/PTT/BV-05-I - luetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x11, len 0x0000
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:list_attributes()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:list_values()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-minit
-/TP/PTT/BV-05-I - setup
-/TP/PTT/BV-05-I - setup complete
-/TP/PTT/BV-05-I - run
-/TP/PTT/BV-05-I - test passed
-/TP/PTT/BV-05-I - teardown
-/TP/PTT/BV-05-I - teardown complete
-/TP/PTT/BV-05-I - done
-
-/TP/CFG/BV-01-C - init
-/TP/CFG/BV-01-C - setup
-/TP/CFG/BV-01-C - setup complete
-/TP/CFG/BV-01-C - run
-/TP/CFG/BV-01-C - test passed
-/TP/CFG/BV-01-C - teardown
-/TP/CFG/BV-01-C - teardown complete
-/TP/CFG/BV-01-C - done
-
-/TP/CFG/BV-02-C - init
-/TP/CFG/BV-02-C - setup
-/TP/CFG/BV-02-C - setup complete
-/TP/CFG/BV-02-C - run
-/TP/CFG/BV-02-C - test passed
-/TP/CFG/BV-02-C - teardown
-/TP/CFG/BV-02-C - teardown complete
-/TP/CFG/BV-02-C - done
-
-/TP/CFG/BI-01-C - init
-/TP/CFG/BI-01-C - setup
-/TP/CFG/BI-01-C - setup complete
-/TP/CFG/BI-01-C - run
-/TP/CFG/BI-01-C - test passed
-/TP/CFG/BI-01-C - teardown
-/TP/CFG/BI-01-C - teardown complete
-/TP/CFG/BI-01-C - done
-
-/TP/PAS/BV-01-C - init
-/TP/PAS/BV-01-C - setup
-/TP/PAS/BV-01-C - setup complete
-/TP/PAS/BV-01-C - run
-/TP/PAS/BV-01-C - test passed
-/TP/PAS/BV-01-C - teardown
-/TP/PAS/BV-01-C - teardown complete
-/TP/PAS/BV-01-C - done
-
-/TP/PAS/BV-02-C - init
-/TP/PAS/BV-02-C - setup
-/TP/PAS/BV-02-C - setup complete
-/TP/PAS/BV-02-C - run
-/TP/PAS/BV-02-C - test passed
-/TP/PAS/BV-02-C - teardown
-/TP/PAS/BV-02-C - teardown complete
-/TP/PAS/BV-02-C - done
-
-/TP/PAS/BV-03-C - init
-/TP/PAS/BV-03-C - setup
-/TP/PAS/BV-03-C - setup complete
-/TP/PAS/BV-03-C - run
-/TP/PAS/BV-03-C - test passed
-/TP/PAS/BV-03-C - teardown
-/TP/PAS/BV-03-C - teardown complete
-/TP/PAS/BV-03-C - done
-
-/TP/PAS/BV-04-C - init
-/TP/PAS/BV-04-C - setup
-/TP/PAS/BV-04-C - setup complete
-/TP/PAS/BV-04-C - run
-/TP/PAS/BV-04-C - test passed
-/TP/PAS/BV-04-C - teardown
-/TP/PAS/BV-04-C - teardown complete
-/TP/PAS/BV-04-C - done
-
-/TP/PAS/BV-05-C - init
-/TP/PAS/BV-05-C - setup
-/TP/PAS/BV-05-C - setup complete
-/TP/PAS/BV-05-C - run
-/TP/PAS/BV-05-C - test passed
-/TP/PAS/BV-05-C - teardown
-/TP/PAS/BV-05-C - teardown complete
-/TP/PAS/BV-05-C - done
-
-/TP/PAS/BV-06-C - init
-/TP/PAS/BV-06-C - setup
-/TP/PAS/BV-06-C - setup complete
-/TP/PAS/BV-06-C - run
-/TP/PAS/BV-06-C - test passed
-/TP/PAS/BV-06-C - teardown
-/TP/PAS/BV-06-C - teardown complete
-/TP/PAS/BV-06-C - done
-
-/TP/PAS/BV-07-C - init
-/TP/PAS/BV-07-C - setup
-/TP/PAS/BV-07-C - setup complete
-/TP/PAS/BV-07-C - luetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_value_text()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0003
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_value()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:list_values()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_value_text()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0002
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_value()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x14, len 0x0003
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_value()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-mrun
-/TP/PAS/BV-07-C - test passed
-/TP/PAS/BV-07-C - teardown
-/TP/PAS/BV-07-C - teardown complete
-/TP/PAS/BV-07-C - done
-
-/TP/PAS/BV-08-C - init
-/TP/PAS/BV-08-C - setup
-/TP/PAS/BV-08-C - setup complete
-/TP/PAS/BV-08-C - run
-/TP/PAS/BV-08-C - test passed
-/TP/PAS/BV-08-C - teardown
-/TP/PAS/BV-08-C - teardown complete
-/TP/PAS/BV-08-C - done
-
-/TP/PAS/BV-09-C - init
-/TP/PAS/BV-09-C - setup
-/TP/PAS/BV-09-C - setup complete
-/TP/PAS/BV-09-C - run
-/TP/PAS/BV-09-C - test passed
-/TP/PAS/BV-09-C - teardown
-/TP/PAS/BV-09-C - teardown complete
-/TP/PAS/BV-09-C - done
-
-/TP/PAS/BV-10-C - init
-/TP/PAS/BV-10-C - setup
-/TP/PAS/BV-10-C - setup complete
-/TP/PAS/BV-10-C - run
-/TP/PAS/BV-10-C - test passed
-/TP/PAS/BV-10-C - teardown
-/TP/PAS/BV-10-C - teardown complete
-/TP/PAS/BV-10-C - done
-
-/TP/PAS/BV-11-C - init
-/TP/PAS/BV-11-C - setup
-/TP/PAS/BV-11-C - setup complete
-/TP/PAS/BV-11-C - run
-/TP/PAS/BV-11-C - test passed
-/TP/PAS/BV-11-C - teardown
-/TP/PAS/BV-11-C - teardown complete
-/TP/PAS/BV-11-C - done
-
-/TP/PAS/BI-01-C - init
-/TP/PAS/BI-01-C - setup
-/TP/PAS/BI-01-C - setup complete
-/TP/PAS/BI-01-C - run
-/TP/PAS/BI-01-C - test passed
-/TP/PAS/BI-01-C - teardown
-/TP/PAS/BI-01-C - teardown complete
-/TP/PAS/BI-01-C - done
-
-/TP/PAS/BI-02-C - init
-/TP/PAS/BI-02-C - setup
-/TP/PAS/BI-02-C - setup complete
-/TP/PAS/BI-02-C - run
-/TP/PAS/BI-02-C - test passed
-/TP/PAS/BI-02-C - teardown
-/TP/PAS/BI-02-C - teardown complete
-/TP/PAS/BI-02-C - done
-
-/TP/PAS/BI-03-C - init
-/TP/PAS/BI-03-C - setup
-/TP/PAS/BI-03-C - setup complete
-/TP/PAS/BI-03-C - run
-/TP/PAS/BI-03-C - test passed
-/TP/PAS/BI-03-C - teardown
-/TP/PAS/BI-03-C - teardown complete
-/TP/PAS/BI-03-C - done
-
-/TP/PAS/BI-04-C - init
-/TP/PAS/BI-04-C - setup
-/TP/PAS/BI-04-C - setup complete
-/TP/PAS/BI-04-C - run
-/TP/PAS/BI-04-C - test passed
-/TP/PAS/BI-04-C - teardown
-/TP/PAS/BI-04-C - teardown complete
-/TP/PAS/BI-04-C - done
-
-/TP/PAS/BI-05-C - init
-/TP/PAS/BI-05-C - setup
-/TP/PAS/BI-05-C - setup complete
-/TP/PAS/BI-05-C - run
-/TP/PAS/BI-05-C - test passed
-/TP/PAS/BI-05-C - teardown
-/TP/PAS/BI-05-C - teardown complete
-/TP/PAS/BI-05-C - done
-
-/TP/MDI/BV-01-C - init
-/TP/MDI/BV-01-C - setup
-/TP/MDI/BV-01-C - setup complete
-/TP/MDI/BV-01-C - run
-/TP/MDI/BV-01-C - test passed
-/TP/MDI/BV-01-C - teardown
-/TP/MDI/BV-01-C - bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x30, len 0x0000
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_play_status()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x000D
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-teardown complete
-/TP/MDI/BV-01-C - done
-
-/TP/MDI/BV-02-C - init
-/TP/MDI/BV-02-C - setup
-/TP/MDI/BV-02-C - setup complete
-/TP/MDI/BV-02-C - run
-/TP/MDI/BV-02-C - test passed
-/TP/MDI/BV-02-C - teardown
-/TP/MDI/BV-02-C - teardown complete
-/TP/MDI/BV-02-C - done
-
-/TP/MDI/BV-03-C - init
-/TP/MDI/BV-03-C - setup
-/TP/MDI/BV-03-C - setup complete
-/TP/MDI/BV-03-C - run
-/TP/MDI/BV-03-C - test passed
-/TP/MDI/BV-03-C - teardown
-/TP/MDI/BV-03-C - teardown complete
-/TP/MDI/BV-03-C - done
-
-/TP/MDI/BV-04-C - init
-/TP/MDI/BV-04-C - setup
-/TP/MDI/BV-04-C - setup complete
-/TP/MDI/BV-04-C - run
-/TP/MDI/BV-04-C - test passed
-/TP/MDI/BV-04-C - teardown
-/TP/MDI/BV-04-C - teardown complete
-/TP/MDI/BV-04-C - done
-
-/TP/MDI/BV-05-C - init
-/TP/MDI/BV-05-C - setup
-/TP/MDI/BV-05-C - setup complete
-/TP/MDI/BV-05-C - run
-/TP/MDI/BV-05-C - test passed
-/TP/MDI/BV-05-C - teardown
-/TP/MDI/BV-05-C - teardown complete
-/TP/MDI/BV-05-C - done
-
-/TP/NFY/BV-01-C - init
-/TP/NFY/BV-01-C - setup
-/TP/NFY/BV-01-C - setup complete
-/TP/NFY/BV-01-C - run
-/TP/NFY/BV-01-C - test passed
-/TP/NFY/BV-01-C - teardown
-/TP/NFY/BV-01-C - teardown complete
-/TP/NFY/BV-01-C - done
-
-/TP/NFY/BV-02-C - init
-/TP/NFY/BV-02-C - setup
-/TP/NFY/BV-02-C - setup complete
-/TP/NFY/BV-02-C - run
-/TP/NFY/BV-02-C - test passed
-/TP/NFY/BV-02-C - teardown
-/TP/NFY/BV-02-C - teardown complete
-/TP/NFY/BV-02-C - done
-
-/TP/NFY/BV-03-C - init
-/TP/NFY/BV-03-C - setup
-/TP/NFY/BV-03-C - setup complete
-/TP/NFY/BV-03-C - run
-/TP/NFY/BV-03-C - test passed
-/TP/NFY/BV-03-C - teardown
-/TP/NFY/BV-03-C - teardown complete
-/TP/NFY/BV-03-C - done
-
-/TP/NFY/BV-04-C - init
-/TP/NFY/BV-04-C - setup
-/TP/NFY/BV-04-C - setup complete
-/TP/NFY/BV-04-C - run
-/TP/NFY/BV-04-C - test passed
-/TP/NFY/BV-04-C - teardown
-/TP/NFY/BV-04-C - teardown complete
-/TP/NFY/BV-04-C - done
-
-/TP/NFY/BV-05-C - init
-/TP/NFY/BV-05-C - setup
-/TP/NFY/BV-05-C - setup complete
-/TP/NFY/BV-05-C - run
-/TP/NFY/BV-05-C - test passed
-/TP/NFY/BV-05-C - teardown
-/TP/NFY/BV-05-C - teardown complete
-/TP/NFY/BV-05-C - done
-
-/TP/NFY/BV-08-C - init
-/TP/NFY/BV-08-C - setup
-/TP/NFY/BV-08-C - setup complete
-/TP/NFY/BV-08-C - run
-/TP/NFY/BV-08-C - test passed
-/TP/NFY/BV-08-C - teardown
-/TP/NFY/BV-08-C - teardown complete
-/TP/NFY/BV-08-C - done
-
-/TP/NFY/BI-01-C - init
-/TP/NFY/BI-01-C - luetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0xFF, len 0x0000
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0xFF, len 0x0000
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_volume()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-34msetup
-/TP/NFY/BI-01-C - setup complete
-/TP/NFY/BI-01-C - run
-/TP/NFY/BI-01-C - test passed
-/TP/NFY/BI-01-C - teardown
-/TP/NFY/BI-01-C - teardown complete
-/TP/NFY/BI-01-C - done
-
-/TP/INV/BI-01-C - init
-/TP/INV/BI-01-C - setup
-/TP/INV/BI-01-C - setup complete
-/TP/INV/BI-01-C - run
-/TP/INV/BI-01-C - test passed
-/TP/INV/BI-01-C - teardown
-/TP/INV/BI-01-C - teardown complete
-/TP/INV/BI-01-C - done
-
-/TP/INV/BI-02-C - init
-/TP/INV/BI-02-C - setup
-/TP/INV/BI-02-C - setup complete
-/TP/INV/BI-02-C - run
-/TP/INV/BI-02-C - test passed
-/TP/INV/BI-02-C - teardown
-/TP/INV/BI-02-C - teardown complete
-/TP/INV/BI-02-C - done
-
-/TP/BGN/BV-01-I - init
-/TP/BGN/BV-01-I - setup
-/TP/BGN/BV-01-I - setup complete
-/TP/BGN/BV-01-I - run
-/TP/BGN/BV-01-I - test passed
-/TP/BGN/BV-01-I - teardown
-/TP/BGN/BV-01-I - teardown complete
-/TP/BGN/BV-01-I - done
-
-/TP/BGN/BV-01-I - init
-/TP/BGN/BV-01-I - setup
-/TP/BGN/BV-01-I - setup complete
-/TP/BGN/BV-01-I - run
-/TP/BGN/BV-01-I - test passed
-/TP/BGN/BV-01-I - teardown
-/TP/BGN/BV-01-I - teardown complete
-/TP/BGN/BV-01-I - done
-
-/TP/BGN/BV-02-I - init
-/TP/BGN/BV-02-I - setup
-/TP/BGN/BV-02-I - setup complete
-/TP/BGN/BV-02-I - run
-/TP/BGN/BV-02-I - test passed
-/TP/BGN/BV-02-I - teardown
-/TP/BGN/BV-02-I - teardown complete
-/TP/BGN/BV-02-I - done
-
-/TP/BGN/BV-02-I - init
-/TP/BGN/BV-02-I - setup
-/TP/BGN/BV-02-I - setup complete
-/TP/BGN/BV-02-I - run
-/TP/BGN/BV-02-I - test passed
-/TP/BGN/BV-02-I - teardown
-/TP/BGN/BV-02-I - teardown complete
-/TP/BGN/BV-02-I - done
-
-/TP/VLH/BV-01-C - init
-/TP/VLH/BV-01-C - setup
-/TP/VLH/BV-01-C - setup complete
-/TP/VLH/BV-01-C - run
-/TP/VLH/BV-01-C - test passed
-/TP/VLH/BV-01-C - teardown
-/TP/VLH/BV-01-C - teardown complete
-/TP/VLH/BV-01-C - done
-
-/TP/VLH/BV-02-C - init
-/TP/VLH/BV-02-C - setup
-/TP/VLH/BV-02-C - setup complete
-/TP/VLH/BV-02-C - run
-/TP/VLH/BV-02-C - test passed
-/TP/VLH/BV-02-C - teardown
-/TP/VLH/BV-02-C - teardown complete
-/TP/VLH/BV-02-C - done
-
-/TP/VLH/BV-03-C - init
-/TP/VLH/BV-03-C - setup
-/TP/VLH/BV-03-C - setup complete
-/TP/VLH/BV-03-C - run
-/TP/VLH/BV-03-C - test passed
-/TP/VLH/BV-03-C - teardown
-/TP/VLH/BV-03-C - teardown complete
-/TP/VLH/BV-03-C - done
-
-/TP/VLH/BV-04-C - init
-/TP/VLH/BV-04-C - setup
-/TP/VLH/BV-04-C - setup complete
-/TP/VLH/BV-04-C - run
-/TP/VLH/BV-04-C - luetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0000
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_volume()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_volume()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:set_volume_rsp()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() PLAY
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() PLAY
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() FAST FORWARD
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=2
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:request_continuing()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 519
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 14
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:request_continuing()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 14
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x557d849400: ref=1
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x41, len 0x0001
-bluetoothd[1295]: ../bluez-5.50/android/avrcp-lib.c:abort_continuing()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_send()
-bluetoothd[1295]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x557d849400: ref=1
-2mtest passed
-/TP/VLH/BV-04-C - teardown
-/TP/VLH/BV-04-C - teardown complete
-/TP/VLH/BV-04-C - done
-
-/TP/VLH/BI-01-C - init
-/TP/VLH/BI-01-C - setup
-/TP/VLH/BI-01-C - setup complete
-/TP/VLH/BI-01-C - run
-/TP/VLH/BI-01-C - test passed
-/TP/VLH/BI-01-C - teardown
-/TP/VLH/BI-01-C - teardown complete
-/TP/VLH/BI-01-C - done
-
-/TP/VLH/BI-02-C - init
-/TP/VLH/BI-02-C - setup
-/TP/VLH/BI-02-C - setup complete
-/TP/VLH/BI-02-C - run
-/TP/VLH/BI-02-C - test passed
-/TP/VLH/BI-02-C - teardown
-/TP/VLH/BI-02-C - teardown complete
-/TP/VLH/BI-02-C - done
-
-/TP/VLH/BI-03-C - init
-/TP/VLH/BI-03-C - setup
-/TP/VLH/BI-03-C - setup complete
-/TP/VLH/BI-03-C - run
-/TP/VLH/BI-03-C - test passed
-/TP/VLH/BI-03-C - teardown
-/TP/VLH/BI-03-C - teardown complete
-/TP/VLH/BI-03-C - done
-
-/TP/VLH/BI-04-C - init
-/TP/VLH/BI-04-C - setup
-/TP/VLH/BI-04-C - setup complete
-/TP/VLH/BI-04-C - run
-/TP/VLH/BI-04-C - test passed
-/TP/VLH/BI-04-C - teardown
-/TP/VLH/BI-04-C - teardown complete
-/TP/VLH/BI-04-C - done
-
-/TP/PTH/BV-01-C - init
-/TP/PTH/BV-01-C - setup
-/TP/PTH/BV-01-C - setup complete
-/TP/PTH/BV-01-C - run
-/TP/PTH/BV-01-C - test passed
-/TP/PTH/BV-01-C - teardown
-/TP/PTH/BV-01-C - teardown complete
-/TP/PTH/BV-01-C - done
-
-/TP/PTH/BV-02-C - init
-/TP/PTH/BV-02-C - setup
-/TP/PTH/BV-02-C - setup complete
-/TP/PTH/BV-02-C - run
-/TP/PTH/BV-02-C - test passed
-/TP/PTH/BV-02-C - teardown
-/TP/PTH/BV-02-C - teardown complete
-/TP/PTH/BV-02-C - done
-
-/TP/RCR/BV-02-C - init
-/TP/RCR/BV-02-C - setup
-/TP/RCR/BV-02-C - setup complete
-/TP/RCR/BV-02-C - run
-/TP/RCR/BV-02-C - test passed
-/TP/RCR/BV-02-C - teardown
-/TP/RCR/BV-02-C - teardown complete
-/TP/RCR/BV-02-C - done
-
-/TP/RCR/BV-04-C - init
-/TP/RCR/BV-04-C - setup
-/TP/RCR/BV-04-C - setup complete
-/TP/RCR/BV-04-C - run
-/TP/RCR/BV-04-C - test passed
-/TP/RCR/BV-04-C - teardown
-/TP/RCR/BV-04-C - teardown complete
-/TP/RCR/BV-04-C - done
-
-
-Test Summary
-------------
-/TP/MPS/BV-01-C Passed  0.000 seconds
-/TP/MPS/BV-02-C Passed  0.000 seconds
-/TP/MPS/BV-03-C Passed  0.000 seconds
-/TP/MPS/BV-04-C Passed  0.000 seconds
-/TP/MPS/BV-05-C Passed  0.000 seconds
-/TP/MPS/BV-06-C Passed  0.000 seconds
-/TP/MPS/BV-07-C Passed  0.000 seconds
-/TP/MPS/BV-08-C Passed  0.000 seconds
-/TP/MPS/BV-09-C Passed  0.000 seconds
-/TP/MPS/BI-01-C Passed  0.000 seconds
-/TP/MPS/BI-02-C Passed  0.000 seconds
-/TP/MCN/CB/BV-01-C Passed  0.000 seconds
-/TP/MCN/CB/BV-02-C Passed  0.000 seconds
-/TP/MCN/CB/BV-03-C Passed  0.000 seconds
-/TP/MCN/CB/BV-04-C Passed  0.000 seconds
-/TP/MCN/CB/BV-05-C Passed  0.000 seconds
-/TP/MCN/CB/BV-06-C Passed  0.000 seconds
-/TP/MCN/CB/BV-07-C Passed  0.000 seconds
-/TP/MCN/CB/BV-08-C Passed  0.000 seconds
-/TP/MCN/CB/BV-09-C Passed  0.000 seconds
-/TP/MCN/CB/BV-10-C Passed  0.000 seconds
-/TP/MCN/CB/BV-11-C Passed  0.000 seconds
-/TP/MCN/CB/BI-01-C Passed  0.000 seconds
-/TP/MCN/CB/BI-02-C Passed  0.000 seconds
-/TP/MCN/CB/BI-03-C Passed  0.000 seconds
-/TP/MCN/CB/BI-04-C Passed  0.000 seconds
-/TP/MCN/CB/BI-05-C Passed  0.000 seconds
-/TP/MCN/SRC/BV-01-C Passed  0.000 seconds
-/TP/MCN/SRC/BV-02-C Passed  0.000 seconds
-/TP/MCN/SRC/BV-03-C Passed  0.000 seconds
-/TP/MCN/SCR/BV-04-C Passed  0.000 seconds
-/TP/MCN/SRC/BV-05-C Passed  0.000 seconds
-/TP/MCN/SRC/BV-06-C Passed  0.000 seconds
-/TP/MCN/NP/BV-01-C Passed  0.000 seconds
-/TP/MCN/NP/BV-02-C Passed  0.000 seconds
-/TP/MCN/NP/BV-03-C Passed  0.000 seconds
-/TP/MCN/NP/BV-04-C Passed  0.000 seconds
-/TP/MCN/NP/BV-05-C Passed  0.000 seconds
-/TP/MCN/NP/BV-06-C Passed  0.000 seconds
-/TP/MCN/NP/BV-07-C Passed  0.000 seconds
-/TP/MCN/NP/BV-08-C Passed  0.000 seconds
-/TP/MCN/CB/BV-09-C Passed  0.000 seconds
-/TP/MCN/NP/BI-01-C Passed  0.000 seconds
-/TP/MCN/NP/BI-02-C Passed  0.000 seconds
-/TP/MPS/BV-01-I Passed  0.000 seconds
-/TP/CON/BV-01-C Passed  0.000 seconds
-/TP/CON/BV-02-C Passed  0.000 seconds
-/TP/CON/BV-03-C Passed  0.000 seconds
-/TP/CON/BV-04-C Passed  0.000 seconds
-/TP/CON/BV-05-C Passed  0.000 seconds
-/TP/CEC/BV-01-I Passed  0.000 seconds
-/TP/CEC/BV-02-I Passed  0.000 seconds
-/TP/CRC/BV-01-I Passed  0.000 seconds
-/TP/CRC/BV-02-I Passed  0.000 seconds
-/TP/ICC/BV-01-I Passed  0.000 seconds
-/TP/ICC/BV-02-I Passed  0.000 seconds
-/TP/PTT/BV-01-I Passed  0.000 seconds
-/TP/PTT/BV-02-I Passed  0.000 seconds
-/TP/PTT/BV-03-I Passed  0.000 seconds
-/TP/PTT/BV-04-I Passed  0.000 seconds
-/TP/PTT/BV-05-I Passed  0.000 seconds
-/TP/CFG/BV-01-C Passed  0.000 seconds
-/TP/CFG/BV-02-C Passed  0.000 seconds
-/TP/CFG/BI-01-C Passed  0.000 seconds
-/TP/PAS/BV-01-C Passed  0.000 seconds
-/TP/PAS/BV-02-C Passed  0.000 seconds
-/TP/PAS/BV-03-C Passed  0.000 seconds
-/TP/PAS/BV-04-C Passed  0.000 seconds
-/TP/PAS/BV-05-C Passed  0.000 seconds
-/TP/PAS/BV-06-C Passed  0.000 seconds
-/TP/PAS/BV-07-C Passed  0.000 seconds
-/TP/PAS/BV-08-C Passed  0.000 seconds
-/TP/PAS/BV-09-C Passed  0.000 seconds
-/TP/PAS/BV-10-C Passed  0.000 seconds
-/TP/PAS/BV-11-C Passed  0.000 seconds
-/TP/PAS/BI-01-C Passed  0.000 seconds
-/TP/PAS/BI-02-C Passed  0.000 seconds
-/TP/PAS/BI-03-C Passed  0.000 seconds
-/TP/PAS/BI-04-C Passed  0.000 seconds
-/TP/PAS/BI-05-C Passed  0.000 seconds
-/TP/MDI/BV-01-C Passed  0.000 seconds
-/TP/MDI/BV-02-C Passed  0.000 seconds
-/TP/MDI/BV-03-C Passed  0.000 seconds
-/TP/MDI/BV-04-C Passed  0.000 seconds
-/TP/MDI/BV-05-C Passed  0.000 seconds
-/TP/NFY/BV-01-C Passed  0.000 seconds
-/TP/NFY/BV-02-C Passed  0.000 seconds
-/TP/NFY/BV-03-C Passed  0.000 seconds
-/TP/NFY/BV-04-C Passed  0.000 seconds
-/TP/NFY/BV-05-C Passed  0.000 seconds
-/TP/NFY/BV-08-C Passed  0.000 seconds
-/TP/NFY/BI-01-C Passed  0.000 seconds
-/TP/INV/BI-01-C Passed  0.000 seconds
-/TP/INV/BI-02-C Passed  0.000 seconds
-/TP/BGN/BV-01-I Passed  0.000 seconds
-/TP/BGN/BV-01-I Passed  0.000 seconds
-/TP/BGN/BV-02-I Passed  0.000 seconds
-/TP/BGN/BV-02-I Passed  0.000 seconds
-/TP/VLH/BV-01-C Passed  0.000 seconds
-/TP/VLH/BV-02-C Passed  0.000 seconds
-/TP/VLH/BV-03-C Passed  0.000 seconds
-/TP/VLH/BV-04-C Passed  0.000 seconds
-/TP/VLH/BI-01-C Passed  0.000 seconds
-/TP/VLH/BI-02-C Passed  0.000 seconds
-/TP/VLH/BI-03-C Passed  0.000 seconds
-/TP/VLH/BI-04-C Passed  0.000 seconds
-/TP/PTH/BV-01-C Passed  0.000 seconds
-/TP/PTH/BV-02-C Passed  1.950 seconds
-/TP/RCR/BV-02-C Passed  0.000 seconds
-/TP/RCR/BV-04-C Passed  0.000 seconds
-
-Total: 110, Passed: 110 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 1.97 seconds
-PASS: test-avrcp
-
-/crc/1 - init
-/crc/1 - setup
-/crc/1 - setup complete
-/crc/1 - run
-/crc/1 - test passed
-/crc/1 - teardown
-/crc/1 - teardown complete
-/crc/1 - done
-
-/crc/2 - init
-/crc/2 - setup
-/crc/2 - setup complete
-/crc/2 - run
-/crc/2 - test passed
-/crc/2 - teardown
-/crc/2 - teardown complete
-/crc/2 - done
-
-/crc/3 - init
-/crc/3 - setup
-/crc/3 - setup complete
-/crc/3 - run
-/crc/3 - test passed
-/crc/3 - teardown
-/crc/3 - teardown complete
-/crc/3 - done
-
-/crc/4 - init
-/crc/4 - setup
-/crc/4 - setup complete
-/crc/4 - run
-/crc/4 - test passed
-/crc/4 - teardown
-/crc/4 - teardown complete
-/crc/4 - done
-
-/crc/5 - init
-/crc/5 - setup
-/crc/5 - setup complete
-/crc/5 - run
-/crc/5 - test passed
-/crc/5 - teardown
-/crc/5 - teardown complete
-/crc/5 - done
-
-/crc/6 - init
-/crc/6 - setup
-/crc/6 - setup complete
-/crc/6 - run
-/crc/6 - test passed
-/crc/6 - teardown
-/crc/6 - teardown complete
-/crc/6 - done
-
-/crc/7 - init
-/crc/7 - setup
-/crc/7 - setup complete
-/crc/7 - run
-/crc/7 - test passed
-/crc/7 - teardown
-/crc/7 - teardown complete
-/crc/7 - done
-
-/crc/8 - init
-/crc/8 - setup
-/crc/8 - setup complete
-/crc/8 - run
-/crc/8 - test passed
-/crc/8 - teardown
-/crc/8 - teardown complete
-/crc/8 - done
-
-/crc/9 - init
-/crc/9 - setup
-/crc/9 - setup complete
-/crc/9 - run
-/crc/9 - test passed
-/crc/9 - teardown
-/crc/9 - teardown complete
-/crc/9 - done
-
-
-Test Summary
-------------
-/crc/1 Passed  0.000 seconds
-/crc/2 Passed  0.000 seconds
-/crc/3 Passed  0.000 seconds
-/crc/4 Passed  0.000 seconds
-/crc/5 Passed  0.000 seconds
-/crc/6 Passed  0.000 seconds
-/crc/7 Passed  0.000 seconds
-/crc/8 Passed  0.000 seconds
-/crc/9 Passed  0.000 seconds
-
-Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000117 seconds
-PASS: test-crc
-PASS: test-crypto
-
-/ecdh/multi - init
-/ecdh/multi - setup
-/ecdh/multi - setup complete
-/ecdh/multi - run
-/ecdh/multi - test passed
-/ecdh/multi - teardown
-/ecdh/multi - teardown complete
-/ecdh/multi - done
-
-/ecdh/sample/1 - init
-/ecdh/sample/1 - setup
-/ecdh/sample/1 - setup complete
-/ecdh/sample/1 - run
-/ecdh/sample/1 - test passed
-/ecdh/sample/1 - teardown
-/ecdh/sample/1 - teardown complete
-/ecdh/sample/1 - done
-
-/ecdh/sample/2 - init
-/ecdh/sample/2 - setup
-/ecdh/sample/2 - setup complete
-/ecdh/sample/2 - run
-/ecdh/sample/2 - test passed
-/ecdh/sample/2 - teardown
-/ecdh/sample/2 - teardown complete
-/ecdh/sample/2 - done
-
-/ecdh/sample/3 - init
-/ecdh/sample/3 - setup
-/ecdh/sample/3 - setup complete
-/ecdh/sample/3 - run
-/ecdh/sample/3 - test passed
-/ecdh/sample/3 - teardown
-/ecdh/sample/3 - teardown complete
-/ecdh/sample/3 - done
-
-/ecdh/invalid - init
-/ecdh/invalid - setup
-/ecdh/invalid - setup complete
-/ecdh/invalid - run
-/ecdh/invalid - test passed
-/ecdh/invalid - teardown
-/ecdh/invalid - teardown complete
-/ecdh/invalid - done
-
-
-Test Summary
-------------
-/ecdh/multi Passed  0.725 seconds
-/ecdh/sample/1 Passed  0.002 seconds
-/ecdh/sample/2 Passed  0.002 seconds
-/ecdh/sample/3 Passed  0.002 seconds
-/ecdh/invalid Passed  0.000 seconds
-
-Total: 5, Passed: 5 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.731 seconds
-PASS: test-ecc
-
-/eir/basic - init
-/eir/basic - setup
-/eir/basic - setup complete
-/eir/basic - run
-/eir/basic - test passed
-/eir/basic - teardown
-/eir/basic - teardown complete
-/eir/basic - done
-
-/eir/macbookair - init
-/eir/macbookair - setup
-/eir/macbookair - setup complete
-/eir/macbookair - run
-/eir/macbookair - test passed
-/eir/macbookair - teardown
-/eir/macbookair - teardown complete
-/eir/macbookair - done
-
-/eir/iphone5 - init
-/eir/iphone5 - setup
-/eir/iphone5 - setup complete
-/eir/iphone5 - run
-/eir/iphone5 - test passed
-/eir/iphone5 - teardown
-/eir/iphone5 - teardown complete
-/eir/iphone5 - done
-
-/eir/ipadmini - init
-/eir/ipadmini - setup
-/eir/ipadmini - setup complete
-/eir/ipadmini - run
-/eir/ipadmini - test passed
-/eir/ipadmini - teardown
-/eir/ipadmini - teardown complete
-/eir/ipadmini - done
-
-/eir/sl400h - init
-/eir/sl400h - setup
-/eir/sl400h - setup complete
-/eir/sl400h - run
-/eir/sl400h - test passed
-/eir/sl400h - teardown
-/eir/sl400h - teardown complete
-/eir/sl400h - done
-
-/eir/sl910 - init
-/eir/sl910 - setup
-/eir/sl910 - setup complete
-/eir/sl910 - run
-/eir/sl910 - test passed
-/eir/sl910 - teardown
-/eir/sl910 - teardown complete
-/eir/sl910 - done
-
-/eir/bh907 - init
-/eir/bh907 - setup
-/eir/bh907 - setup complete
-/eir/bh907 - run
-/eir/bh907 - test passed
-/eir/bh907 - teardown
-/eir/bh907 - teardown complete
-/eir/bh907 - done
-
-/eir/fuelband - init
-/eir/fuelband - setup
-/eir/fuelband - setup complete
-/eir/fuelband - run
-/eir/fuelband - test passed
-/eir/fuelband - teardown
-/eir/fuelband - teardown complete
-/eir/fuelband - done
-
-/ad/bluesc - init
-/ad/bluesc - setup
-/ad/bluesc - setup complete
-/ad/bluesc - run
-/ad/bluesc - test passed
-/ad/bluesc - teardown
-/ad/bluesc - teardown complete
-/ad/bluesc - done
-
-/ad/wahooscale - init
-/ad/wahooscale - setup
-/ad/wahooscale - setup complete
-/ad/wahooscale - run
-/ad/wahooscale - test passed
-/ad/wahooscale - teardown
-/ad/wahooscale - teardown complete
-/ad/wahooscale - done
-
-/ad/mioalpha - init
-/ad/mioalpha - setup
-/ad/mioalpha - setup complete
-/ad/mioalpha - run
-/ad/mioalpha - test passed
-/ad/mioalpha - teardown
-/ad/mioalpha - teardown complete
-/ad/mioalpha - done
-
-/ad/cookoo - init
-/ad/cookoo - setup
-/ad/cookoo - setup complete
-/ad/cookoo - run
-/ad/cookoo - test passed
-/ad/cookoo - teardown
-/ad/cookoo - teardown complete
-/ad/cookoo - done
-
-/ad/citizen1 - init
-/ad/citizen1 - setup
-/ad/citizen1 - setup complete
-/ad/citizen1 - run
-/ad/citizen1 - test passed
-/ad/citizen1 - teardown
-/ad/citizen1 - teardown complete
-/ad/citizen1 - done
-
-/ad/citizen2 - init
-/ad/citizen2 - setup
-/ad/citizen2 - setup complete
-/ad/citizen2 - run
-/ad/citizen2 - test passed
-/ad/citizen2 - teardown
-/ad/citizen2 - teardown complete
-/ad/citizen2 - done
-
-ad/g-tag - init
-ad/g-tag - setup
-ad/g-tag - setup complete
-ad/g-tag - run
-ad/g-tag - test passed
-ad/g-tag - teardown
-ad/g-tag - teardown complete
-ad/g-tag - done
-
-ad/uri-beacon - init
-ad/uri-beacon - setup
-ad/uri-beacon - setup complete
-ad/uri-beacon - run
-ad/uri-beacon - test passed
-ad/uri-beacon - teardown
-ad/uri-beacon - teardown complete
-ad/uri-beacon - done
-
-
-Test Summary
-------------
-/eir/basic Passed  0.000 seconds
-/eir/macbookair Passed  0.000 seconds
-/eir/iphone5 Passed  0.000 seconds
-/eir/ipadmini Passed  0.000 seconds
-/eir/sl400h Passed  0.000 seconds
-/eir/sl910 Passed  0.000 seconds
-/eir/bh907 Passed  0.000 seconds
-/eir/fuelband Passed  0.000 seconds
-/ad/bluesc Passed  0.000 seconds
-/ad/wahooscale Passed  0.000 seconds
-/ad/mioalpha Passed  0.000 seconds
-/ad/cookoo Passed  0.000 seconds
-/ad/citizen1 Passed  0.000 seconds
-/ad/citizen2 Passed  0.000 seconds
-ad/g-tag Passed  0.000 seconds
-ad/uri-beacon Passed  0.000 seconds
-
-Total: 16, Passed: 16 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.016 seconds
-PASS: test-eir
-
-/TP/GAC/CL/BV-01-C - init
-/TP/GAC/CL/BV-01-C - setup
-/TP/GAC/CL/BV-01-C - setup complete
-/TP/GAC/CL/BV-01-C - run
-/TP/GAC/CL/BV-01-C - test passed
-/TP/GAC/CL/BV-01-C - teardown
-/TP/GAC/CL/BV-01-C - teardown complete
-/TP/GAC/CL/BV-01-C - done
-
-/TP/GAC/SR/BV-01-C - init
-/TP/GAC/SR/BV-01-C - setup
-/TP/GAC/SR/BV-01-C - setup complete
-/TP/GAC/SR/BV-01-C - run
-/TP/GAC/SR/BV-01-C - test passed
-/TP/GAC/SR/BV-01-C - teardown
-/TP/GAC/SR/BV-01-C - teardown complete
-/TP/GAC/SR/BV-01-C - done
-
-/TP/GAD/CL/BV-01-C - init
-/TP/GAD/CL/BV-01-C - setup
-/TP/GAD/CL/BV-01-C - setup complete
-/TP/GAD/CL/BV-01-C - run
-/TP/GAD/CL/BV-01-C - test passed
-/TP/GAD/CL/BV-01-C - teardown
-/TP/GAD/CL/BV-01-C - teardown complete
-/TP/GAD/CL/BV-01-C - done
-
-/TP/GAD/CL/BV-01-C-small - init
-/TP/GAD/CL/BV-01-C-small - setup
-/TP/GAD/CL/BV-01-C-small - setup complete
-/TP/GAD/CL/BV-01-C-small - run
-/TP/GAD/CL/BV-01-C-small - test passed
-/TP/GAD/CL/BV-01-C-small - teardown
-/TP/GAD/CL/BV-01-C-small - teardown complete
-/TP/GAD/CL/BV-01-C-small - done
-
-/TP/GAD/SR/BV-01-C - init
-/TP/GAD/SR/BV-01-C - setup
-/TP/GAD/SR/BV-01-C - setup complete
-/TP/GAD/SR/BV-01-C - run
-/TP/GAD/SR/BV-01-C - test passed
-/TP/GAD/SR/BV-01-C - teardown
-/TP/GAD/SR/BV-01-C - teardown complete
-/TP/GAD/SR/BV-01-C - done
-
-/TP/GAD/SR/BV-01-C-small - init
-/TP/GAD/SR/BV-01-C-small - setup
-/TP/GAD/SR/BV-01-C-small - setup complete
-/TP/GAD/SR/BV-01-C-small - run
-/TP/GAD/SR/BV-01-C-small - test passed
-/TP/GAD/SR/BV-01-C-small - teardown
-/TP/GAD/SR/BV-01-C-small - teardown complete
-/TP/GAD/SR/BV-01-C-small - done
-
-/TP/GAD/SR/BV-01-C-large-1 - init
-/TP/GAD/SR/BV-01-C-large-1 - setup
-/TP/GAD/SR/BV-01-C-large-1 - setup complete
-/TP/GAD/SR/BV-01-C-large-1 - run
-/TP/GAD/SR/BV-01-C-large-1 - test passed
-/TP/GAD/SR/BV-01-C-large-1 - teardown
-/TP/GAD/SR/BV-01-C-large-1 - teardown complete
-/TP/GAD/SR/BV-01-C-large-1 - done
-
-/TP/GAD/CL/BV-02-C-1 - init
-/TP/GAD/CL/BV-02-C-1 - setup
-/TP/GAD/CL/BV-02-C-1 - setup complete
-/TP/GAD/CL/BV-02-C-1 - run
-/TP/GAD/CL/BV-02-C-1 - test passed
-/TP/GAD/CL/BV-02-C-1 - teardown
-/TP/GAD/CL/BV-02-C-1 - teardown complete
-/TP/GAD/CL/BV-02-C-1 - done
-
-/TP/GAD/CL/BV-02-C-1-alternative - init
-/TP/GAD/CL/BV-02-C-1-alternative - setup
-/TP/GAD/CL/BV-02-C-1-alternative - setup complete
-/TP/GAD/CL/BV-02-C-1-alternative - run
-/TP/GAD/CL/BV-02-C-1-alternative - test passed
-/TP/GAD/CL/BV-02-C-1-alternative - teardown
-/TP/GAD/CL/BV-02-C-1-alternative - teardown complete
-/TP/GAD/CL/BV-02-C-1-alternative - done
-
-/TP/GAD/CL/BV-02-C-2 - init
-/TP/GAD/CL/BV-02-C-2 - setup
-/TP/GAD/CL/BV-02-C-2 - setup complete
-/TP/GAD/CL/BV-02-C-2 - run
-/TP/GAD/CL/BV-02-C-2 - test passed
-/TP/GAD/CL/BV-02-C-2 - teardown
-/TP/GAD/CL/BV-02-C-2 - teardown complete
-/TP/GAD/CL/BV-02-C-2 - done
-
-/TP/GAD/SR/BV-02-C/exists-16/small - init
-/TP/GAD/SR/BV-02-C/exists-16/small - setup
-/TP/GAD/SR/BV-02-C/exists-16/small - setup complete
-/TP/GAD/SR/BV-02-C/exists-16/small - run
-/TP/GAD/SR/BV-02-C/exists-16/small - test passed
-/TP/GAD/SR/BV-02-C/exists-16/small - teardown
-/TP/GAD/SR/BV-02-C/exists-16/small - teardown complete
-/TP/GAD/SR/BV-02-C/exists-16/small - done
-
-/TP/GAD/SR/BV-02-C/exists-16/large-1 - init
-/TP/GAD/SR/BV-02-C/exists-16/large-1 - setup
-/TP/GAD/SR/BV-02-C/exists-16/large-1 - setup complete
-/TP/GAD/SR/BV-02-C/exists-16/large-1 - run
-/TP/GAD/SR/BV-02-C/exists-16/large-1 - test passed
-/TP/GAD/SR/BV-02-C/exists-16/large-1 - teardown
-/TP/GAD/SR/BV-02-C/exists-16/large-1 - teardown complete
-/TP/GAD/SR/BV-02-C/exists-16/large-1 - done
-
-/TP/GAD/SR/BV-02-C/missing-16/small - init
-/TP/GAD/SR/BV-02-C/missing-16/small - setup
-/TP/GAD/SR/BV-02-C/missing-16/small - setup complete
-/TP/GAD/SR/BV-02-C/missing-16/small - run
-/TP/GAD/SR/BV-02-C/missing-16/small - test passed
-/TP/GAD/SR/BV-02-C/missing-16/small - teardown
-/TP/GAD/SR/BV-02-C/missing-16/small - teardown complete
-/TP/GAD/SR/BV-02-C/missing-16/small - done
-
-/TP/GAD/SR/BV-02-C/missing-16/large-1 - init
-/TP/GAD/SR/BV-02-C/missing-16/large-1 - setup
-/TP/GAD/SR/BV-02-C/missing-16/large-1 - setup complete
-/TP/GAD/SR/BV-02-C/missing-16/large-1 - run
-/TP/GAD/SR/BV-02-C/missing-16/large-1 - test passed
-/TP/GAD/SR/BV-02-C/missing-16/large-1 - teardown
-/TP/GAD/SR/BV-02-C/missing-16/large-1 - teardown complete
-/TP/GAD/SR/BV-02-C/missing-16/large-1 - done
-
-/TP/GAD/SR/BV-02-C/exists-128/large-1 - init
-/TP/GAD/SR/BV-02-C/exists-128/large-1 - setup
-/TP/GAD/SR/BV-02-C/exists-128/large-1 - setup complete
-/TP/GAD/SR/BV-02-C/exists-128/large-1 - run
-/TP/GAD/SR/BV-02-C/exists-128/large-1 - test passed
-/TP/GAD/SR/BV-02-C/exists-128/large-1 - teardown
-/TP/GAD/SR/BV-02-C/exists-128/large-1 - teardown complete
-/TP/GAD/SR/BV-02-C/exists-128/large-1 - done
-
-/TP/GAD/SR/BV-02-C/missing-128/large-1 - init
-/TP/GAD/SR/BV-02-C/missing-128/large-1 - setup
-/TP/GAD/SR/BV-02-C/missing-128/large-1 - setup complete
-/TP/GAD/SR/BV-02-C/missing-128/large-1 - run
-/TP/GAD/SR/BV-02-C/missing-128/large-1 - test passed
-/TP/GAD/SR/BV-02-C/missing-128/large-1 - teardown
-/TP/GAD/SR/BV-02-C/missing-128/large-1 - teardown complete
-/TP/GAD/SR/BV-02-C/missing-128/large-1 - done
-
-/TP/GAD/CL/BV-03-C - init
-/TP/GAD/CL/BV-03-C - setup
-/TP/GAD/CL/BV-03-C - setup complete
-/TP/GAD/CL/BV-03-C - run
-/TP/GAD/CL/BV-03-C - test passed
-/TP/GAD/CL/BV-03-C - teardown
-/TP/GAD/CL/BV-03-C - teardown complete
-/TP/GAD/CL/BV-03-C - done
-
-/TP/GAD/SR/BV-03-C/small - init
-/TP/GAD/SR/BV-03-C/small - setup
-/TP/GAD/SR/BV-03-C/small - setup complete
-/TP/GAD/SR/BV-03-C/small - run
-/TP/GAD/SR/BV-03-C/small - test passed
-/TP/GAD/SR/BV-03-C/small - teardown
-/TP/GAD/SR/BV-03-C/small - teardown complete
-/TP/GAD/SR/BV-03-C/small - done
-
-/TP/GAD/SR/BV-03-C/large-1 - init
-/TP/GAD/SR/BV-03-C/large-1 - setup
-/TP/GAD/SR/BV-03-C/large-1 - setup complete
-/TP/GAD/SR/BV-03-C/large-1 - run
-/TP/GAD/SR/BV-03-C/large-1 - test passed
-/TP/GAD/SR/BV-03-C/large-1 - teardown
-/TP/GAD/SR/BV-03-C/large-1 - teardown complete
-/TP/GAD/SR/BV-03-C/large-1 - done
-
-/TP/GAD/CL/BV-04-C - init
-/TP/GAD/CL/BV-04-C - setup
-/TP/GAD/CL/BV-04-C - setup complete
-/TP/GAD/CL/BV-04-C - run
-/TP/GAD/CL/BV-04-C - test passed
-/TP/GAD/CL/BV-04-C - teardown
-/TP/GAD/CL/BV-04-C - teardown complete
-/TP/GAD/CL/BV-04-C - done
-
-/TP/GAD/SR/BV-04-C/small/1 - init
-/TP/GAD/SR/BV-04-C/small/1 - setup
-/TP/GAD/SR/BV-04-C/small/1 - setup complete
-/TP/GAD/SR/BV-04-C/small/1 - run
-/TP/GAD/SR/BV-04-C/small/1 - test passed
-/TP/GAD/SR/BV-04-C/small/1 - teardown
-/TP/GAD/SR/BV-04-C/small/1 - teardown complete
-/TP/GAD/SR/BV-04-C/small/1 - done
-
-/TP/GAD/SR/BV-04-C/small/2 - init
-/TP/GAD/SR/BV-04-C/small/2 - setup
-/TP/GAD/SR/BV-04-C/small/2 - setup complete
-/TP/GAD/SR/BV-04-C/small/2 - run
-/TP/GAD/SR/BV-04-C/small/2 - test passed
-/TP/GAD/SR/BV-04-C/small/2 - teardown
-/TP/GAD/SR/BV-04-C/small/2 - teardown complete
-/TP/GAD/SR/BV-04-C/small/2 - done
-
-/TP/GAD/SR/BV-04-C/large-1 - init
-/TP/GAD/SR/BV-04-C/large-1 - setup
-/TP/GAD/SR/BV-04-C/large-1 - setup complete
-/TP/GAD/SR/BV-04-C/large-1 - run
-/TP/GAD/SR/BV-04-C/large-1 - test passed
-/TP/GAD/SR/BV-04-C/large-1 - teardown
-/TP/GAD/SR/BV-04-C/large-1 - teardown complete
-/TP/GAD/SR/BV-04-C/large-1 - done
-
-/TP/GAD/CL/BV-05-C - init
-/TP/GAD/CL/BV-05-C - setup
-/TP/GAD/CL/BV-05-C - setup complete
-/TP/GAD/CL/BV-05-C - run
-/TP/GAD/CL/BV-05-C - test passed
-/TP/GAD/CL/BV-05-C - teardown
-/TP/GAD/CL/BV-05-C - teardown complete
-/TP/GAD/CL/BV-05-C - done
-
-/TP/GAD/SR/BV-05-C/small/1 - init
-/TP/GAD/SR/BV-05-C/small/1 - setup
-/TP/GAD/SR/BV-05-C/small/1 - setup complete
-/TP/GAD/SR/BV-05-C/small/1 - run
-/TP/GAD/SR/BV-05-C/small/1 - test passed
-/TP/GAD/SR/BV-05-C/small/1 - teardown
-/TP/GAD/SR/BV-05-C/small/1 - teardown complete
-/TP/GAD/SR/BV-05-C/small/1 - done
-
-/TP/GAD/SR/BV-05-C/small/2 - init
-/TP/GAD/SR/BV-05-C/small/2 - setup
-/TP/GAD/SR/BV-05-C/small/2 - setup complete
-/TP/GAD/SR/BV-05-C/small/2 - run
-/TP/GAD/SR/BV-05-C/small/2 - test passed
-/TP/GAD/SR/BV-05-C/small/2 - teardown
-/TP/GAD/SR/BV-05-C/small/2 - teardown complete
-/TP/GAD/SR/BV-05-C/small/2 - done
-
-/TP/GAD/SR/BV-05-C/large-1 - init
-/TP/GAD/SR/BV-05-C/large-1 - setup
-/TP/GAD/SR/BV-05-C/large-1 - setup complete
-/TP/GAD/SR/BV-05-C/large-1 - run
-/TP/GAD/SR/BV-05-C/large-1 - test passed
-/TP/GAD/SR/BV-05-C/large-1 - teardown
-/TP/GAD/SR/BV-05-C/large-1 - teardown complete
-/TP/GAD/SR/BV-05-C/large-1 - done
-
-/TP/GAD/CL/BV-06-C - init
-/TP/GAD/CL/BV-06-C - setup
-/TP/GAD/CL/BV-06-C - setup complete
-/TP/GAD/CL/BV-06-C - run
-/TP/GAD/CL/BV-06-C - test passed
-/TP/GAD/CL/BV-06-C - teardown
-/TP/GAD/CL/BV-06-C - teardown complete
-/TP/GAD/CL/BV-06-C - done
-
-/TP/GAD/CL/BV-06-C/client-1 - init
-/TP/GAD/CL/BV-06-C/client-1 - setup
-/TP/GAD/CL/BV-06-C/client-1 - setup complete
-/TP/GAD/CL/BV-06-C/client-1 - run
-/TP/GAD/CL/BV-06-C/client-1 - test passed
-/TP/GAD/CL/BV-06-C/client-1 - teardown
-/TP/GAD/CL/BV-06-C/client-1 - teardown complete
-/TP/GAD/CL/BV-06-C/client-1 - done
-
-/TP/GAD/CL/BV-06-C/client-2 - init
-/TP/GAD/CL/BV-06-C/client-2 - setup
-/TP/GAD/CL/BV-06-C/client-2 - setup complete
-/TP/GAD/CL/BV-06-C/client-2 - run
-/TP/GAD/CL/BV-06-C/client-2 - test passed
-/TP/GAD/CL/BV-06-C/client-2 - teardown
-/TP/GAD/CL/BV-06-C/client-2 - teardown complete
-/TP/GAD/CL/BV-06-C/client-2 - done
-
-/TP/GAD/CL/BV-06-C/client-3 - init
-/TP/GAD/CL/BV-06-C/client-3 - setup
-/TP/GAD/CL/BV-06-C/client-3 - setup complete
-/TP/GAD/CL/BV-06-C/client-3 - run
-/TP/GAD/CL/BV-06-C/client-3 - test passed
-/TP/GAD/CL/BV-06-C/client-3 - teardown
-/TP/GAD/CL/BV-06-C/client-3 - teardown complete
-/TP/GAD/CL/BV-06-C/client-3 - done
-
-/TP/GAD/SR/BV-06-C/small - init
-/TP/GAD/SR/BV-06-C/small - setup
-/TP/GAD/SR/BV-06-C/small - setup complete
-/TP/GAD/SR/BV-06-C/small - run
-/TP/GAD/SR/BV-06-C/small - test passed
-/TP/GAD/SR/BV-06-C/small - teardown
-/TP/GAD/SR/BV-06-C/small - teardown complete
-/TP/GAD/SR/BV-06-C/small - done
-
-/TP/GAD/SR/BV-06-C/large-1 - init
-/TP/GAD/SR/BV-06-C/large-1 - setup
-/TP/GAD/SR/BV-06-C/large-1 - setup complete
-/TP/GAD/SR/BV-06-C/large-1 - run
-/TP/GAD/SR/BV-06-C/large-1 - test passed
-/TP/GAD/SR/BV-06-C/large-1 - teardown
-/TP/GAD/SR/BV-06-C/large-1 - teardown complete
-/TP/GAD/SR/BV-06-C/large-1 - done
-
-/TP/GAR/CL/BV-01-C - init
-/TP/GAR/CL/BV-01-C - setup
-/TP/GAR/CL/BV-01-C - setup complete
-/TP/GAR/CL/BV-01-C - run
-/TP/GAR/CL/BV-01-C - test passed
-/TP/GAR/CL/BV-01-C - teardown
-/TP/GAR/CL/BV-01-C - teardown complete
-/TP/GAR/CL/BV-01-C - done
-
-/TP/GAR/CL/BI-01-C - init
-/TP/GAR/CL/BI-01-C - setup
-/TP/GAR/CL/BI-01-C - setup complete
-/TP/GAR/CL/BI-01-C - run
-/TP/GAR/CL/BI-01-C - test passed
-/TP/GAR/CL/BI-01-C - teardown
-/TP/GAR/CL/BI-01-C - teardown complete
-/TP/GAR/CL/BI-01-C - done
-
-/TP/GAR/CL/BI-02-C - init
-/TP/GAR/CL/BI-02-C - setup
-/TP/GAR/CL/BI-02-C - setup complete
-/TP/GAR/CL/BI-02-C - run
-/TP/GAR/CL/BI-02-C - test passed
-/TP/GAR/CL/BI-02-C - teardown
-/TP/GAR/CL/BI-02-C - teardown complete
-/TP/GAR/CL/BI-02-C - done
-
-/TP/GAR/CL/BI-03-C - init
-/TP/GAR/CL/BI-03-C - setup
-/TP/GAR/CL/BI-03-C - setup complete
-/TP/GAR/CL/BI-03-C - run
-/TP/GAR/CL/BI-03-C - test passed
-/TP/GAR/CL/BI-03-C - teardown
-/TP/GAR/CL/BI-03-C - teardown complete
-/TP/GAR/CL/BI-03-C - done
-
-/TP/GAR/CL/BI-04-C - init
-/TP/GAR/CL/BI-04-C - setup
-/TP/GAR/CL/BI-04-C - setup complete
-/TP/GAR/CL/BI-04-C - run
-/TP/GAR/CL/BI-04-C - test passed
-/TP/GAR/CL/BI-04-C - teardown
-/TP/GAR/CL/BI-04-C - teardown complete
-/TP/GAR/CL/BI-04-C - done
-
-/TP/GAR/CL/BI-04-C/auto - init
-/TP/GAR/CL/BI-04-C/auto - setup
-/TP/GAR/CL/BI-04-C/auto - setup complete
-/TP/GAR/CL/BI-04-C/auto - run
-/TP/GAR/CL/BI-04-C/auto - test passed
-/TP/GAR/CL/BI-04-C/auto - teardown
-/TP/GAR/CL/BI-04-C/auto - teardown complete
-/TP/GAR/CL/BI-04-C/auto - done
-
-/TP/GAR/CL/BI-05-C - init
-/TP/GAR/CL/BI-05-C - setup
-/TP/GAR/CL/BI-05-C - setup complete
-/TP/GAR/CL/BI-05-C - run
-/TP/GAR/CL/BI-05-C - test passed
-/TP/GAR/CL/BI-05-C - teardown
-/TP/GAR/CL/BI-05-C - teardown complete
-/TP/GAR/CL/BI-05-C - done
-
-/TP/GAR/SR/BV-01-C/small - init
-/TP/GAR/SR/BV-01-C/small - setup
-/TP/GAR/SR/BV-01-C/small - setup complete
-/TP/GAR/SR/BV-01-C/small - run
-/TP/GAR/SR/BV-01-C/small - test passed
-/TP/GAR/SR/BV-01-C/small - teardown
-/TP/GAR/SR/BV-01-C/small - teardown complete
-/TP/GAR/SR/BV-01-C/small - done
-
-/TP/GAR/SR/BV-01-C/large-1 - init
-/TP/GAR/SR/BV-01-C/large-1 - setup
-/TP/GAR/SR/BV-01-C/large-1 - setup complete
-/TP/GAR/SR/BV-01-C/large-1 - run
-/TP/GAR/SR/BV-01-C/large-1 - test passed
-/TP/GAR/SR/BV-01-C/large-1 - teardown
-/TP/GAR/SR/BV-01-C/large-1 - teardown complete
-/TP/GAR/SR/BV-01-C/large-1 - done
-
-/TP/GAR/SR/BI-02-C/small - init
-/TP/GAR/SR/BI-02-C/small - setup
-/TP/GAR/SR/BI-02-C/small - setup complete
-/TP/GAR/SR/BI-02-C/small - run
-/TP/GAR/SR/BI-02-C/small - test passed
-/TP/GAR/SR/BI-02-C/small - teardown
-/TP/GAR/SR/BI-02-C/small - teardown complete
-/TP/GAR/SR/BI-02-C/small - done
-
-/TP/GAR/SR/BI-02-C/large - init
-/TP/GAR/SR/BI-02-C/large - setup
-/TP/GAR/SR/BI-02-C/large - setup complete
-/TP/GAR/SR/BI-02-C/large - run
-/TP/GAR/SR/BI-02-C/large - test passed
-/TP/GAR/SR/BI-02-C/large - teardown
-/TP/GAR/SR/BI-02-C/large - teardown complete
-/TP/GAR/SR/BI-02-C/large - done
-
-/TP/GAR/CL/BV-03-C-1 - init
-/TP/GAR/CL/BV-03-C-1 - setup
-/TP/GAR/CL/BV-03-C-1 - setup complete
-/TP/GAR/CL/BV-03-C-1 - run
-/TP/GAR/CL/BV-03-C-1 - test passed
-/TP/GAR/CL/BV-03-C-1 - teardown
-/TP/GAR/CL/BV-03-C-1 - teardown complete
-/TP/GAR/CL/BV-03-C-1 - done
-
-/TP/GAR/CL/BV-03-C-2 - init
-/TP/GAR/CL/BV-03-C-2 - setup
-/TP/GAR/CL/BV-03-C-2 - setup complete
-/TP/GAR/CL/BV-03-C-2 - run
-/TP/GAR/CL/BV-03-C-2 - test passed
-/TP/GAR/CL/BV-03-C-2 - teardown
-/TP/GAR/CL/BV-03-C-2 - teardown complete
-/TP/GAR/CL/BV-03-C-2 - done
-
-/TP/GAR/CL/BI-06-C - init
-/TP/GAR/CL/BI-06-C - setup
-/TP/GAR/CL/BI-06-C - setup complete
-/TP/GAR/CL/BI-06-C - run
-/TP/GAR/CL/BI-06-C - test passed
-/TP/GAR/CL/BI-06-C - teardown
-/TP/GAR/CL/BI-06-C - teardown complete
-/TP/GAR/CL/BI-06-C - done
-
-/TP/GAR/CL/BI-07-C - init
-/TP/GAR/CL/BI-07-C - setup
-/TP/GAR/CL/BI-07-C - setup complete
-/TP/GAR/CL/BI-07-C - run
-/TP/GAR/CL/BI-07-C - test passed
-/TP/GAR/CL/BI-07-C - teardown
-/TP/GAR/CL/BI-07-C - teardown complete
-/TP/GAR/CL/BI-07-C - done
-
-/TP/GAR/CL/BI-09-C - init
-/TP/GAR/CL/BI-09-C - setup
-/TP/GAR/CL/BI-09-C - setup complete
-/TP/GAR/CL/BI-09-C - run
-/TP/GAR/CL/BI-09-C - test passed
-/TP/GAR/CL/BI-09-C - teardown
-/TP/GAR/CL/BI-09-C - teardown complete
-/TP/GAR/CL/BI-09-C - done
-
-/TP/GAR/CL/BI-10-C - init
-/TP/GAR/CL/BI-10-C - setup
-/TP/GAR/CL/BI-10-C - setup complete
-/TP/GAR/CL/BI-10-C - run
-/TP/GAR/CL/BI-10-C - test passed
-/TP/GAR/CL/BI-10-C - teardown
-/TP/GAR/CL/BI-10-C - teardown complete
-/TP/GAR/CL/BI-10-C - done
-
-/TP/GAR/CL/BI-11-C - init
-/TP/GAR/CL/BI-11-C - setup
-/TP/GAR/CL/BI-11-C - setup complete
-/TP/GAR/CL/BI-11-C - run
-/TP/GAR/CL/BI-11-C - test passed
-/TP/GAR/CL/BI-11-C - teardown
-/TP/GAR/CL/BI-11-C - teardown complete
-/TP/GAR/CL/BI-11-C - done
-
-/TP/GAR/SR/BV-03-C/small - init
-/TP/GAR/SR/BV-03-C/small - setup
-/TP/GAR/SR/BV-03-C/small - setup complete
-/TP/GAR/SR/BV-03-C/small - run
-/TP/GAR/SR/BV-03-C/small - test passed
-/TP/GAR/SR/BV-03-C/small - teardown
-/TP/GAR/SR/BV-03-C/small - teardown complete
-/TP/GAR/SR/BV-03-C/small - done
-
-/TP/GAR/SR/BV-03-C/large-1 - init
-/TP/GAR/SR/BV-03-C/large-1 - setup
-/TP/GAR/SR/BV-03-C/large-1 - setup complete
-/TP/GAR/SR/BV-03-C/large-1 - run
-/TP/GAR/SR/BV-03-C/large-1 - test passed
-/TP/GAR/SR/BV-03-C/large-1 - teardown
-/TP/GAR/SR/BV-03-C/large-1 - teardown complete
-/TP/GAR/SR/BV-03-C/large-1 - done
-
-/TP/GAR/SR/BI-06-C/large-1 - init
-/TP/GAR/SR/BI-06-C/large-1 - setup
-/TP/GAR/SR/BI-06-C/large-1 - setup complete
-/TP/GAR/SR/BI-06-C/large-1 - run
-/TP/GAR/SR/BI-06-C/large-1 - test passed
-/TP/GAR/SR/BI-06-C/large-1 - teardown
-/TP/GAR/SR/BI-06-C/large-1 - teardown complete
-/TP/GAR/SR/BI-06-C/large-1 - done
-
-/TP/GAR/SR/BI-07-C/small - init
-/TP/GAR/SR/BI-07-C/small - setup
-/TP/GAR/SR/BI-07-C/small - setup complete
-/TP/GAR/SR/BI-07-C/small - run
-/TP/GAR/SR/BI-07-C/small - test passed
-/TP/GAR/SR/BI-07-C/small - teardown
-/TP/GAR/SR/BI-07-C/small - teardown complete
-/TP/GAR/SR/BI-07-C/small - done
-
-/TP/GAR/SR/BI-07-C/large-1 - init
-/TP/GAR/SR/BI-07-C/large-1 - setup
-/TP/GAR/SR/BI-07-C/large-1 - setup complete
-/TP/GAR/SR/BI-07-C/large-1 - run
-/TP/GAR/SR/BI-07-C/large-1 - test passed
-/TP/GAR/SR/BI-07-C/large-1 - teardown
-/TP/GAR/SR/BI-07-C/large-1 - teardown complete
-/TP/GAR/SR/BI-07-C/large-1 - done
-
-/TP/GAR/SR/BI-08-C/small - init
-/TP/GAR/SR/BI-08-C/small - setup
-/TP/GAR/SR/BI-08-C/small - setup complete
-/TP/GAR/SR/BI-08-C/small - run
-/TP/GAR/SR/BI-08-C/small - test passed
-/TP/GAR/SR/BI-08-C/small - teardown
-/TP/GAR/SR/BI-08-C/small - teardown complete
-/TP/GAR/SR/BI-08-C/small - done
-
-/TP/GAR/SR/BI-08-C/large-1 - init
-/TP/GAR/SR/BI-08-C/large-1 - setup
-/TP/GAR/SR/BI-08-C/large-1 - setup complete
-/TP/GAR/SR/BI-08-C/large-1 - run
-/TP/GAR/SR/BI-08-C/large-1 - test passed
-/TP/GAR/SR/BI-08-C/large-1 - teardown
-/TP/GAR/SR/BI-08-C/large-1 - teardown complete
-/TP/GAR/SR/BI-08-C/large-1 - done
-
-/TP/GAR/SR/BV-04-C/large-1 - init
-/TP/GAR/SR/BV-04-C/large-1 - setup
-/TP/GAR/SR/BV-04-C/large-1 - setup complete
-/TP/GAR/SR/BV-04-C/large-1 - run
-/TP/GAR/SR/BV-04-C/large-1 - test passed
-/TP/GAR/SR/BV-04-C/large-1 - teardown
-/TP/GAR/SR/BV-04-C/large-1 - teardown complete
-/TP/GAR/SR/BV-04-C/large-1 - done
-
-/TP/GAR/SR/BI-12-C/large-1 - init
-/TP/GAR/SR/BI-12-C/large-1 - setup
-/TP/GAR/SR/BI-12-C/large-1 - setup complete
-/TP/GAR/SR/BI-12-C/large-1 - run
-/TP/GAR/SR/BI-12-C/large-1 - test passed
-/TP/GAR/SR/BI-12-C/large-1 - teardown
-/TP/GAR/SR/BI-12-C/large-1 - teardown complete
-/TP/GAR/SR/BI-12-C/large-1 - done
-
-/TP/GAR/SR/BI-13-C/small - init
-/TP/GAR/SR/BI-13-C/small - setup
-/TP/GAR/SR/BI-13-C/small - setup complete
-/TP/GAR/SR/BI-13-C/small - run
-/TP/GAR/SR/BI-13-C/small - test passed
-/TP/GAR/SR/BI-13-C/small - teardown
-/TP/GAR/SR/BI-13-C/small - teardown complete
-/TP/GAR/SR/BI-13-C/small - done
-
-/TP/GAR/SR/BI-13-C/large-1 - init
-/TP/GAR/SR/BI-13-C/large-1 - setup
-/TP/GAR/SR/BI-13-C/large-1 - setup complete
-/TP/GAR/SR/BI-13-C/large-1 - run
-/TP/GAR/SR/BI-13-C/large-1 - test passed
-/TP/GAR/SR/BI-13-C/large-1 - teardown
-/TP/GAR/SR/BI-13-C/large-1 - teardown complete
-/TP/GAR/SR/BI-13-C/large-1 - done
-
-/TP/GAR/SR/BI-14-C/small - init
-/TP/GAR/SR/BI-14-C/small - setup
-/TP/GAR/SR/BI-14-C/small - setup complete
-/TP/GAR/SR/BI-14-C/small - run
-/TP/GAR/SR/BI-14-C/small - test passed
-/TP/GAR/SR/BI-14-C/small - teardown
-/TP/GAR/SR/BI-14-C/small - teardown complete
-/TP/GAR/SR/BI-14-C/small - done
-
-/TP/GAR/SR/BI-14-C/large-1 - init
-/TP/GAR/SR/BI-14-C/large-1 - setup
-/TP/GAR/SR/BI-14-C/large-1 - setup complete
-/TP/GAR/SR/BI-14-C/large-1 - run
-/TP/GAR/SR/BI-14-C/large-1 - test passed
-/TP/GAR/SR/BI-14-C/large-1 - teardown
-/TP/GAR/SR/BI-14-C/large-1 - teardown complete
-/TP/GAR/SR/BI-14-C/large-1 - done
-
-/TP/GAR/CL/BV-04-C - init
-/TP/GAR/CL/BV-04-C - setup
-/TP/GAR/CL/BV-04-C - setup complete
-/TP/GAR/CL/BV-04-C - run
-/TP/GAR/CL/BV-04-C - test passed
-/TP/GAR/CL/BV-04-C - teardown
-/TP/GAR/CL/BV-04-C - teardown complete
-/TP/GAR/CL/BV-04-C - done
-
-/TP/GAR/CL/BV-04-C/512B - init
-/TP/GAR/CL/BV-04-C/512B - setup
-/TP/GAR/CL/BV-04-C/512B - setup complete
-/TP/GAR/CL/BV-04-C/512B - run
-/TP/GAR/CL/BV-04-C/512B - test passed
-/TP/GAR/CL/BV-04-C/512B - teardown
-/TP/GAR/CL/BV-04-C/512B - teardown complete
-/TP/GAR/CL/BV-04-C/512B - done
-
-/TP/GAR/CL/BV-05-C - init
-/TP/GAR/CL/BV-05-C - setup
-/TP/GAR/CL/BV-05-C - setup complete
-/TP/GAR/CL/BV-05-C - run
-/TP/GAR/CL/BV-05-C - test passed
-/TP/GAR/CL/BV-05-C - teardown
-/TP/GAR/CL/BV-05-C - teardown complete
-/TP/GAR/CL/BV-05-C - done
-
-/TP/GAR/CL/BI-12-C - init
-/TP/GAR/CL/BI-12-C - setup
-/TP/GAR/CL/BI-12-C - setup complete
-/TP/GAR/CL/BI-12-C - run
-/TP/GAR/CL/BI-12-C - test passed
-/TP/GAR/CL/BI-12-C - teardown
-/TP/GAR/CL/BI-12-C - teardown complete
-/TP/GAR/CL/BI-12-C - done
-
-/TP/GAR/CL/BI-13-C - init
-/TP/GAR/CL/BI-13-C - setup
-/TP/GAR/CL/BI-13-C - setup complete
-/TP/GAR/CL/BI-13-C - run
-/TP/GAR/CL/BI-13-C - test passed
-/TP/GAR/CL/BI-13-C - teardown
-/TP/GAR/CL/BI-13-C - teardown complete
-/TP/GAR/CL/BI-13-C - done
-
-/TP/GAR/CL/BI-14-C - init
-/TP/GAR/CL/BI-14-C - setup
-/TP/GAR/CL/BI-14-C - setup complete
-/TP/GAR/CL/BI-14-C - run
-/TP/GAR/CL/BI-14-C - test passed
-/TP/GAR/CL/BI-14-C - teardown
-/TP/GAR/CL/BI-14-C - teardown complete
-/TP/GAR/CL/BI-14-C - done
-
-/TP/GAR/CL/BI-15-C - init
-/TP/GAR/CL/BI-15-C - setup
-/TP/GAR/CL/BI-15-C - setup complete
-/TP/GAR/CL/BI-15-C - run
-/TP/GAR/CL/BI-15-C - test passed
-/TP/GAR/CL/BI-15-C - teardown
-/TP/GAR/CL/BI-15-C - teardown complete
-/TP/GAR/CL/BI-15-C - done
-
-/TP/GAR/CL/BI-16-C - init
-/TP/GAR/CL/BI-16-C - setup
-/TP/GAR/CL/BI-16-C - setup complete
-/TP/GAR/CL/BI-16-C - run
-/TP/GAR/CL/BI-16-C - test passed
-/TP/GAR/CL/BI-16-C - teardown
-/TP/GAR/CL/BI-16-C - teardown complete
-/TP/GAR/CL/BI-16-C - done
-
-/TP/GAR/CL/BI-16-C/auto - init
-/TP/GAR/CL/BI-16-C/auto - setup
-/TP/GAR/CL/BI-16-C/auto - setup complete
-/TP/GAR/CL/BI-16-C/auto - run
-/TP/GAR/CL/BI-16-C/auto - test passed
-/TP/GAR/CL/BI-16-C/auto - teardown
-/TP/GAR/CL/BI-16-C/auto - teardown complete
-/TP/GAR/CL/BI-16-C/auto - done
-
-/TP/GAR/CL/BI-17-C - init
-/TP/GAR/CL/BI-17-C - setup
-/TP/GAR/CL/BI-17-C - setup complete
-/TP/GAR/CL/BI-17-C - run
-/TP/GAR/CL/BI-17-C - test passed
-/TP/GAR/CL/BI-17-C - teardown
-/TP/GAR/CL/BI-17-C - teardown complete
-/TP/GAR/CL/BI-17-C - done
-
-/TP/GAR/CL/BI-18-C - init
-/TP/GAR/CL/BI-18-C - setup
-/TP/GAR/CL/BI-18-C - setup complete
-/TP/GAR/CL/BI-18-C - run
-/TP/GAR/CL/BI-18-C - test passed
-/TP/GAR/CL/BI-18-C - teardown
-/TP/GAR/CL/BI-18-C - teardown complete
-/TP/GAR/CL/BI-18-C - done
-
-/TP/GAR/CL/BI-19-C - init
-/TP/GAR/CL/BI-19-C - setup
-/TP/GAR/CL/BI-19-C - setup complete
-/TP/GAR/CL/BI-19-C - run
-/TP/GAR/CL/BI-19-C - test passed
-/TP/GAR/CL/BI-19-C - teardown
-/TP/GAR/CL/BI-19-C - teardown complete
-/TP/GAR/CL/BI-19-C - done
-
-/TP/GAR/CL/BI-20-C - init
-/TP/GAR/CL/BI-20-C - setup
-/TP/GAR/CL/BI-20-C - setup complete
-/TP/GAR/CL/BI-20-C - run
-/TP/GAR/CL/BI-20-C - test passed
-/TP/GAR/CL/BI-20-C - teardown
-/TP/GAR/CL/BI-20-C - teardown complete
-/TP/GAR/CL/BI-20-C - done
-
-/TP/GAR/CL/BI-21-C - init
-/TP/GAR/CL/BI-21-C - setup
-/TP/GAR/CL/BI-21-C - setup complete
-/TP/GAR/CL/BI-21-C - run
-/TP/GAR/CL/BI-21-C - test passed
-/TP/GAR/CL/BI-21-C - teardown
-/TP/GAR/CL/BI-21-C - teardown complete
-/TP/GAR/CL/BI-21-C - done
-
-/TP/GAR/CL/BI-21-C/auto - init
-/TP/GAR/CL/BI-21-C/auto - setup
-/TP/GAR/CL/BI-21-C/auto - setup complete
-/TP/GAR/CL/BI-21-C/auto - run
-/TP/GAR/CL/BI-21-C/auto - test passed
-/TP/GAR/CL/BI-21-C/auto - teardown
-/TP/GAR/CL/BI-21-C/auto - teardown complete
-/TP/GAR/CL/BI-21-C/auto - done
-
-/TP/GAR/CL/BI-22-C - init
-/TP/GAR/CL/BI-22-C - setup
-/TP/GAR/CL/BI-22-C - setup complete
-/TP/GAR/CL/BI-22-C - run
-/TP/GAR/CL/BI-22-C - test passed
-/TP/GAR/CL/BI-22-C - teardown
-/TP/GAR/CL/BI-22-C - teardown complete
-/TP/GAR/CL/BI-22-C - done
-
-/TP/GAR/SR/BV-05-C/small - init
-/TP/GAR/SR/BV-05-C/small - setup
-/TP/GAR/SR/BV-05-C/small - setup complete
-/TP/GAR/SR/BV-05-C/small - run
-/TP/GAR/SR/BV-05-C/small - test passed
-/TP/GAR/SR/BV-05-C/small - teardown
-/TP/GAR/SR/BV-05-C/small - teardown complete
-/TP/GAR/SR/BV-05-C/small - done
-
-/TP/GAR/SR/BV-05-C/large-1 - init
-/TP/GAR/SR/BV-05-C/large-1 - setup
-/TP/GAR/SR/BV-05-C/large-1 - setup complete
-/TP/GAR/SR/BV-05-C/large-1 - run
-/TP/GAR/SR/BV-05-C/large-1 - test passed
-/TP/GAR/SR/BV-05-C/large-1 - teardown
-/TP/GAR/SR/BV-05-C/large-1 - teardown complete
-/TP/GAR/SR/BV-05-C/large-1 - done
-
-/TP/GAR/SR/BI-18-C/large-1 - init
-/TP/GAR/SR/BI-18-C/large-1 - setup
-/TP/GAR/SR/BI-18-C/large-1 - setup complete
-/TP/GAR/SR/BI-18-C/large-1 - run
-/TP/GAR/SR/BI-18-C/large-1 - test passed
-/TP/GAR/SR/BI-18-C/large-1 - teardown
-/TP/GAR/SR/BI-18-C/large-1 - teardown complete
-/TP/GAR/SR/BI-18-C/large-1 - done
-
-/TP/GAR/SR/BI-19-C/small - init
-/TP/GAR/SR/BI-19-C/small - setup
-/TP/GAR/SR/BI-19-C/small - setup complete
-/TP/GAR/SR/BI-19-C/small - run
-/TP/GAR/SR/BI-19-C/small - test passed
-/TP/GAR/SR/BI-19-C/small - teardown
-/TP/GAR/SR/BI-19-C/small - teardown complete
-/TP/GAR/SR/BI-19-C/small - done
-
-/TP/GAR/SR/BI-19-C/large-1 - init
-/TP/GAR/SR/BI-19-C/large-1 - setup
-/TP/GAR/SR/BI-19-C/large-1 - setup complete
-/TP/GAR/SR/BI-19-C/large-1 - run
-/TP/GAR/SR/BI-19-C/large-1 - test passed
-/TP/GAR/SR/BI-19-C/large-1 - teardown
-/TP/GAR/SR/BI-19-C/large-1 - teardown complete
-/TP/GAR/SR/BI-19-C/large-1 - done
-
-/TP/GAR/SR/BV-06-C/small - init
-/TP/GAR/SR/BV-06-C/small - setup
-/TP/GAR/SR/BV-06-C/small - setup complete
-/TP/GAR/SR/BV-06-C/small - run
-/TP/GAR/SR/BV-06-C/small - test passed
-/TP/GAR/SR/BV-06-C/small - teardown
-/TP/GAR/SR/BV-06-C/small - teardown complete
-/TP/GAR/SR/BV-06-C/small - done
-
-/TP/GAR/SR/BV-06-C/large-1 - init
-/TP/GAR/SR/BV-06-C/large-1 - setup
-/TP/GAR/SR/BV-06-C/large-1 - setup complete
-/TP/GAR/SR/BV-06-C/large-1 - run
-/TP/GAR/SR/BV-06-C/large-1 - test passed
-/TP/GAR/SR/BV-06-C/large-1 - teardown
-/TP/GAR/SR/BV-06-C/large-1 - teardown complete
-/TP/GAR/SR/BV-06-C/large-1 - done
-
-/TP/GAR/SR/BI-23-C/large-1 - init
-/TP/GAR/SR/BI-23-C/large-1 - setup
-/TP/GAR/SR/BI-23-C/large-1 - setup complete
-/TP/GAR/SR/BI-23-C/large-1 - run
-/TP/GAR/SR/BI-23-C/large-1 - test passed
-/TP/GAR/SR/BI-23-C/large-1 - teardown
-/TP/GAR/SR/BI-23-C/large-1 - teardown complete
-/TP/GAR/SR/BI-23-C/large-1 - done
-
-/TP/GAR/SR/BI-24-C/small - init
-/TP/GAR/SR/BI-24-C/small - setup
-/TP/GAR/SR/BI-24-C/small - setup complete
-/TP/GAR/SR/BI-24-C/small - run
-/TP/GAR/SR/BI-24-C/small - test passed
-/TP/GAR/SR/BI-24-C/small - teardown
-/TP/GAR/SR/BI-24-C/small - teardown complete
-/TP/GAR/SR/BI-24-C/small - done
-
-/TP/GAR/SR/BI-24-C/large-1 - init
-/TP/GAR/SR/BI-24-C/large-1 - setup
-/TP/GAR/SR/BI-24-C/large-1 - setup complete
-/TP/GAR/SR/BI-24-C/large-1 - run
-/TP/GAR/SR/BI-24-C/large-1 - test passed
-/TP/GAR/SR/BI-24-C/large-1 - teardown
-/TP/GAR/SR/BI-24-C/large-1 - teardown complete
-/TP/GAR/SR/BI-24-C/large-1 - done
-
-/TP/GAR/SR/BV-07-C/large-1 - init
-/TP/GAR/SR/BV-07-C/large-1 - setup
-/TP/GAR/SR/BV-07-C/large-1 - setup complete
-/TP/GAR/SR/BV-07-C/large-1 - run
-/TP/GAR/SR/BV-07-C/large-1 - test passed
-/TP/GAR/SR/BV-07-C/large-1 - teardown
-/TP/GAR/SR/BV-07-C/large-1 - teardown complete
-/TP/GAR/SR/BV-07-C/large-1 - done
-
-/TP/GAR/SR/BV-08-C/large-1 - init
-/TP/GAR/SR/BV-08-C/large-1 - setup
-/TP/GAR/SR/BV-08-C/large-1 - setup complete
-/TP/GAR/SR/BV-08-C/large-1 - run
-/TP/GAR/SR/BV-08-C/large-1 - test passed
-/TP/GAR/SR/BV-08-C/large-1 - teardown
-/TP/GAR/SR/BV-08-C/large-1 - teardown complete
-/TP/GAR/SR/BV-08-C/large-1 - done
-
-/TP/GAR/SR/BI-28-C/large-1 - init
-/TP/GAR/SR/BI-28-C/large-1 - setup
-/TP/GAR/SR/BI-28-C/large-1 - setup complete
-/TP/GAR/SR/BI-28-C/large-1 - run
-/TP/GAR/SR/BI-28-C/large-1 - test passed
-/TP/GAR/SR/BI-28-C/large-1 - teardown
-/TP/GAR/SR/BI-28-C/large-1 - teardown complete
-/TP/GAR/SR/BI-28-C/large-1 - done
-
-/TP/GAR/SR/BI-29-C/small - init
-/TP/GAR/SR/BI-29-C/small - setup
-/TP/GAR/SR/BI-29-C/small - setup complete
-/TP/GAR/SR/BI-29-C/small - run
-/TP/GAR/SR/BI-29-C/small - test passed
-/TP/GAR/SR/BI-29-C/small - teardown
-/TP/GAR/SR/BI-29-C/small - teardown complete
-/TP/GAR/SR/BI-29-C/small - done
-
-/TP/GAR/SR/BI-29-C/large-1 - init
-/TP/GAR/SR/BI-29-C/large-1 - setup
-/TP/GAR/SR/BI-29-C/large-1 - setup complete
-/TP/GAR/SR/BI-29-C/large-1 - run
-/TP/GAR/SR/BI-29-C/large-1 - test passed
-/TP/GAR/SR/BI-29-C/large-1 - teardown
-/TP/GAR/SR/BI-29-C/large-1 - teardown complete
-/TP/GAR/SR/BI-29-C/large-1 - done
-
-/TP/GAR/SR/BI-30-C/small - init
-/TP/GAR/SR/BI-30-C/small - setup
-/TP/GAR/SR/BI-30-C/small - setup complete
-/TP/GAR/SR/BI-30-C/small - run
-/TP/GAR/SR/BI-30-C/small - test passed
-/TP/GAR/SR/BI-30-C/small - teardown
-/TP/GAR/SR/BI-30-C/small - teardown complete
-/TP/GAR/SR/BI-30-C/small - done
-
-/TP/GAR/SR/BI-30-C/large-1 - init
-/TP/GAR/SR/BI-30-C/large-1 - setup
-/TP/GAR/SR/BI-30-C/large-1 - setup complete
-/TP/GAR/SR/BI-30-C/large-1 - run
-/TP/GAR/SR/BI-30-C/large-1 - test passed
-/TP/GAR/SR/BI-30-C/large-1 - teardown
-/TP/GAR/SR/BI-30-C/large-1 - teardown complete
-/TP/GAR/SR/BI-30-C/large-1 - done
-
-/TP/GAN/CL/BV-01-C - init
-/TP/GAN/CL/BV-01-C - setup
-/TP/GAN/CL/BV-01-C - setup complete
-/TP/GAN/CL/BV-01-C - run
-/TP/GAN/CL/BV-01-C - test passed
-/TP/GAN/CL/BV-01-C - teardown
-/TP/GAN/CL/BV-01-C - teardown complete
-/TP/GAN/CL/BV-01-C - done
-
-/TP/GAN/SR/BV-01-C - init
-/TP/GAN/SR/BV-01-C - setup
-/TP/GAN/SR/BV-01-C - setup complete
-/TP/GAN/SR/BV-01-C - run
-/TP/GAN/SR/BV-01-C - test passed
-/TP/GAN/SR/BV-01-C - teardown
-/TP/GAN/SR/BV-01-C - teardown complete
-/TP/GAN/SR/BV-01-C - done
-
-/TP/GAI/SR/BV-01-C - init
-/TP/GAI/SR/BV-01-C - setup
-/TP/GAI/SR/BV-01-C - setup complete
-/TP/GAI/SR/BV-01-C - run
-/TP/GAI/SR/BV-01-C - test passed
-/TP/GAI/SR/BV-01-C - teardown
-/TP/GAI/SR/BV-01-C - teardown complete
-/TP/GAI/SR/BV-01-C - done
-
-/TP/GAI/CL/BV-01-C - init
-/TP/GAI/CL/BV-01-C - setup
-/TP/GAI/CL/BV-01-C - setup complete
-/TP/GAI/CL/BV-01-C - run
-/TP/GAI/CL/BV-01-C - test passed
-/TP/GAI/CL/BV-01-C - teardown
-/TP/GAI/CL/BV-01-C - teardown complete
-/TP/GAI/CL/BV-01-C - done
-
-/TP/GAR/CL/BV-06-C - init
-/TP/GAR/CL/BV-06-C - setup
-/TP/GAR/CL/BV-06-C - setup complete
-/TP/GAR/CL/BV-06-C - run
-/TP/GAR/CL/BV-06-C - test passed
-/TP/GAR/CL/BV-06-C - teardown
-/TP/GAR/CL/BV-06-C - teardown complete
-/TP/GAR/CL/BV-06-C - done
-
-/TP/GAR/CL/BI-23-C - init
-/TP/GAR/CL/BI-23-C - setup
-/TP/GAR/CL/BI-23-C - setup complete
-/TP/GAR/CL/BI-23-C - run
-/TP/GAR/CL/BI-23-C - test passed
-/TP/GAR/CL/BI-23-C - teardown
-/TP/GAR/CL/BI-23-C - teardown complete
-/TP/GAR/CL/BI-23-C - done
-
-/TP/GAR/CL/BI-24-C - init
-/TP/GAR/CL/BI-24-C - setup
-/TP/GAR/CL/BI-24-C - setup complete
-/TP/GAR/CL/BI-24-C - run
-/TP/GAR/CL/BI-24-C - test passed
-/TP/GAR/CL/BI-24-C - teardown
-/TP/GAR/CL/BI-24-C - teardown complete
-/TP/GAR/CL/BI-24-C - done
-
-/TP/GAR/CL/BI-25-C - init
-/TP/GAR/CL/BI-25-C - setup
-/TP/GAR/CL/BI-25-C - setup complete
-/TP/GAR/CL/BI-25-C - run
-/TP/GAR/CL/BI-25-C - test passed
-/TP/GAR/CL/BI-25-C - teardown
-/TP/GAR/CL/BI-25-C - teardown complete
-/TP/GAR/CL/BI-25-C - done
-
-/TP/GAR/CL/BI-26-C - init
-/TP/GAR/CL/BI-26-C - setup
-/TP/GAR/CL/BI-26-C - setup complete
-/TP/GAR/CL/BI-26-C - run
-/TP/GAR/CL/BI-26-C - test passed
-/TP/GAR/CL/BI-26-C - teardown
-/TP/GAR/CL/BI-26-C - teardown complete
-/TP/GAR/CL/BI-26-C - done
-
-/TP/GAR/CL/BI-26-C/auto - init
-/TP/GAR/CL/BI-26-C/auto - setup
-/TP/GAR/CL/BI-26-C/auto - setup complete
-/TP/GAR/CL/BI-26-C/auto - run
-/TP/GAR/CL/BI-26-C/auto - test passed
-/TP/GAR/CL/BI-26-C/auto - teardown
-/TP/GAR/CL/BI-26-C/auto - teardown complete
-/TP/GAR/CL/BI-26-C/auto - done
-
-/TP/GAR/CL/BI-27-C - init
-/TP/GAR/CL/BI-27-C - setup
-/TP/GAR/CL/BI-27-C - setup complete
-/TP/GAR/CL/BI-27-C - run
-/TP/GAR/CL/BI-27-C - test passed
-/TP/GAR/CL/BI-27-C - teardown
-/TP/GAR/CL/BI-27-C - teardown complete
-/TP/GAR/CL/BI-27-C - done
-
-/TP/GAR/CL/BV-07-C - init
-/TP/GAR/CL/BV-07-C - setup
-/TP/GAR/CL/BV-07-C - setup complete
-/TP/GAR/CL/BV-07-C - run
-/TP/GAR/CL/BV-07-C - test passed
-/TP/GAR/CL/BV-07-C - teardown
-/TP/GAR/CL/BV-07-C - teardown complete
-/TP/GAR/CL/BV-07-C - done
-
-/TP/GAR/CL/BV-07-C/512B - init
-/TP/GAR/CL/BV-07-C/512B - setup
-/TP/GAR/CL/BV-07-C/512B - setup complete
-/TP/GAR/CL/BV-07-C/512B - run
-/TP/GAR/CL/BV-07-C/512B - test passed
-/TP/GAR/CL/BV-07-C/512B - teardown
-/TP/GAR/CL/BV-07-C/512B - teardown complete
-/TP/GAR/CL/BV-07-C/512B - done
-
-/TP/GAR/CL/BI-28-C - init
-/TP/GAR/CL/BI-28-C - setup
-/TP/GAR/CL/BI-28-C - setup complete
-/TP/GAR/CL/BI-28-C - run
-/TP/GAR/CL/BI-28-C - test passed
-/TP/GAR/CL/BI-28-C - teardown
-/TP/GAR/CL/BI-28-C - teardown complete
-/TP/GAR/CL/BI-28-C - done
-
-/TP/GAR/CL/BI-29-C - init
-/TP/GAR/CL/BI-29-C - setup
-/TP/GAR/CL/BI-29-C - setup complete
-/TP/GAR/CL/BI-29-C - run
-/TP/GAR/CL/BI-29-C - test passed
-/TP/GAR/CL/BI-29-C - teardown
-/TP/GAR/CL/BI-29-C - teardown complete
-/TP/GAR/CL/BI-29-C - done
-
-/TP/GAR/CL/BI-30-C - init
-/TP/GAR/CL/BI-30-C - setup
-/TP/GAR/CL/BI-30-C - setup complete
-/TP/GAR/CL/BI-30-C - run
-/TP/GAR/CL/BI-30-C - test passed
-/TP/GAR/CL/BI-30-C - teardown
-/TP/GAR/CL/BI-30-C - teardown complete
-/TP/GAR/CL/BI-30-C - done
-
-/TP/GAR/CL/BI-31-C - init
-/TP/GAR/CL/BI-31-C - setup
-/TP/GAR/CL/BI-31-C - setup complete
-/TP/GAR/CL/BI-31-C - run
-/TP/GAR/CL/BI-31-C - test passed
-/TP/GAR/CL/BI-31-C - teardown
-/TP/GAR/CL/BI-31-C - teardown complete
-/TP/GAR/CL/BI-31-C - done
-
-/TP/GAR/CL/BI-32-C - init
-/TP/GAR/CL/BI-32-C - setup
-/TP/GAR/CL/BI-32-C - setup complete
-/TP/GAR/CL/BI-32-C - run
-/TP/GAR/CL/BI-32-C - test passed
-/TP/GAR/CL/BI-32-C - teardown
-/TP/GAR/CL/BI-32-C - teardown complete
-/TP/GAR/CL/BI-32-C - done
-
-/TP/GAR/CL/BI-32-C/auto - init
-/TP/GAR/CL/BI-32-C/auto - setup
-/TP/GAR/CL/BI-32-C/auto - setup complete
-/TP/GAR/CL/BI-32-C/auto - run
-/TP/GAR/CL/BI-32-C/auto - test passed
-/TP/GAR/CL/BI-32-C/auto - teardown
-/TP/GAR/CL/BI-32-C/auto - teardown complete
-/TP/GAR/CL/BI-32-C/auto - done
-
-/TP/GAR/CL/BI-33-C - init
-/TP/GAR/CL/BI-33-C - setup
-/TP/GAR/CL/BI-33-C - setup complete
-/TP/GAR/CL/BI-33-C - run
-/TP/GAR/CL/BI-33-C - test passed
-/TP/GAR/CL/BI-33-C - teardown
-/TP/GAR/CL/BI-33-C - teardown complete
-/TP/GAR/CL/BI-33-C - done
-
-/TP/GAR/CL/BI-34-C - init
-/TP/GAR/CL/BI-34-C - setup
-/TP/GAR/CL/BI-34-C - setup complete
-/TP/GAR/CL/BI-34-C - run
-/TP/GAR/CL/BI-34-C - test passed
-/TP/GAR/CL/BI-34-C - teardown
-/TP/GAR/CL/BI-34-C - teardown complete
-/TP/GAR/CL/BI-34-C - done
-
-/TP/GAR/CL/BI-35-C - init
-/TP/GAR/CL/BI-35-C - setup
-/TP/GAR/CL/BI-35-C - setup complete
-/TP/GAR/CL/BI-35-C - run
-/TP/GAR/CL/BI-35-C - test passed
-/TP/GAR/CL/BI-35-C - teardown
-/TP/GAR/CL/BI-35-C - teardown complete
-/TP/GAR/CL/BI-35-C - done
-
-/TP/GAW/CL/BV-01-C - init
-/TP/GAW/CL/BV-01-C - setup
-/TP/GAW/CL/BV-01-C - setup complete
-/TP/GAW/CL/BV-01-C - run
-/TP/GAW/CL/BV-01-C - test passed
-/TP/GAW/CL/BV-01-C - teardown
-/TP/GAW/CL/BV-01-C - teardown complete
-/TP/GAW/CL/BV-01-C - done
-
-/TP/GAW/CL/BV-02-C - init
-/TP/GAW/CL/BV-02-C - setup
-/TP/GAW/CL/BV-02-C - setup complete
-/TP/GAW/CL/BV-02-C - run
-/TP/GAW/CL/BV-02-C - test not run
-/TP/GAW/CL/BV-02-C - teardown
-/TP/GAW/CL/BV-02-C - teardown complete
-/TP/GAW/CL/BV-02-C - done
-
-/TP/GAW/CL/BV-02-C/seclevel - init
-/TP/GAW/CL/BV-02-C/seclevel - setup
-/TP/GAW/CL/BV-02-C/seclevel - setup complete
-/TP/GAW/CL/BV-02-C/seclevel - run
-/TP/GAW/CL/BV-02-C/seclevel - test passed
-/TP/GAW/CL/BV-02-C/seclevel - teardown
-/TP/GAW/CL/BV-02-C/seclevel - teardown complete
-/TP/GAW/CL/BV-02-C/seclevel - done
-
-/TP/GAW/CL/BV-03-C - init
-/TP/GAW/CL/BV-03-C - setup
-/TP/GAW/CL/BV-03-C - setup complete
-/TP/GAW/CL/BV-03-C - run
-/TP/GAW/CL/BV-03-C - test passed
-/TP/GAW/CL/BV-03-C - teardown
-/TP/GAW/CL/BV-03-C - teardown complete
-/TP/GAW/CL/BV-03-C - done
-
-/TP/GAW/CL/BI-02-C - init
-/TP/GAW/CL/BI-02-C - setup
-/TP/GAW/CL/BI-02-C - setup complete
-/TP/GAW/CL/BI-02-C - run
-/TP/GAW/CL/BI-02-C - test passed
-/TP/GAW/CL/BI-02-C - teardown
-/TP/GAW/CL/BI-02-C - teardown complete
-/TP/GAW/CL/BI-02-C - done
-
-/TP/GAW/CL/BI-03-C - init
-/TP/GAW/CL/BI-03-C - setup
-/TP/GAW/CL/BI-03-C - setup complete
-/TP/GAW/CL/BI-03-C - run
-/TP/GAW/CL/BI-03-C - test passed
-/TP/GAW/CL/BI-03-C - teardown
-/TP/GAW/CL/BI-03-C - teardown complete
-/TP/GAW/CL/BI-03-C - done
-
-/TP/GAW/CL/BI-04-C - init
-/TP/GAW/CL/BI-04-C - setup
-/TP/GAW/CL/BI-04-C - setup complete
-/TP/GAW/CL/BI-04-C - run
-/TP/GAW/CL/BI-04-C - test passed
-/TP/GAW/CL/BI-04-C - teardown
-/TP/GAW/CL/BI-04-C - teardown complete
-/TP/GAW/CL/BI-04-C - done
-
-/TP/GAW/CL/BI-05-C - init
-/TP/GAW/CL/BI-05-C - setup
-/TP/GAW/CL/BI-05-C - setup complete
-/TP/GAW/CL/BI-05-C - run
-/TP/GAW/CL/BI-05-C - test passed
-/TP/GAW/CL/BI-05-C - teardown
-/TP/GAW/CL/BI-05-C - teardown complete
-/TP/GAW/CL/BI-05-C - done
-
-/TP/GAW/CL/BI-05-C/auto - init
-/TP/GAW/CL/BI-05-C/auto - setup
-/TP/GAW/CL/BI-05-C/auto - setup complete
-/TP/GAW/CL/BI-05-C/auto - run
-/TP/GAW/CL/BI-05-C/auto - test passed
-/TP/GAW/CL/BI-05-C/auto - teardown
-/TP/GAW/CL/BI-05-C/auto - teardown complete
-/TP/GAW/CL/BI-05-C/auto - done
-
-/TP/GAW/CL/BI-06-C - init
-/TP/GAW/CL/BI-06-C - setup
-/TP/GAW/CL/BI-06-C - setup complete
-/TP/GAW/CL/BI-06-C - run
-/TP/GAW/CL/BI-06-C - test passed
-/TP/GAW/CL/BI-06-C - teardown
-/TP/GAW/CL/BI-06-C - teardown complete
-/TP/GAW/CL/BI-06-C - done
-
-/TP/GAW/SR/BV-07-C/small - init
-/TP/GAW/SR/BV-07-C/small - setup
-/TP/GAW/SR/BV-07-C/small - setup complete
-/TP/GAW/SR/BV-07-C/small - run
-/TP/GAW/SR/BV-07-C/small - test passed
-/TP/GAW/SR/BV-07-C/small - teardown
-/TP/GAW/SR/BV-07-C/small - teardown complete
-/TP/GAW/SR/BV-07-C/small - done
-
-/TP/GAW/SR/BV-07-C/large-1 - init
-/TP/GAW/SR/BV-07-C/large-1 - setup
-/TP/GAW/SR/BV-07-C/large-1 - setup complete
-/TP/GAW/SR/BV-07-C/large-1 - run
-/TP/GAW/SR/BV-07-C/large-1 - test passed
-/TP/GAW/SR/BV-07-C/large-1 - teardown
-/TP/GAW/SR/BV-07-C/large-1 - teardown complete
-/TP/GAW/SR/BV-07-C/large-1 - done
-
-/TP/GAW/SR/BV-03-C/small - init
-/TP/GAW/SR/BV-03-C/small - setup
-/TP/GAW/SR/BV-03-C/small - setup complete
-/TP/GAW/SR/BV-03-C/small - run
-/TP/GAW/SR/BV-03-C/small - test passed
-/TP/GAW/SR/BV-03-C/small - teardown
-/TP/GAW/SR/BV-03-C/small - teardown complete
-/TP/GAW/SR/BV-03-C/small - done
-
-/TP/GAW/SR/BV-03-C/large-1 - init
-/TP/GAW/SR/BV-03-C/large-1 - setup
-/TP/GAW/SR/BV-03-C/large-1 - setup complete
-/TP/GAW/SR/BV-03-C/large-1 - run
-/TP/GAW/SR/BV-03-C/large-1 - test passed
-/TP/GAW/SR/BV-03-C/large-1 - teardown
-/TP/GAW/SR/BV-03-C/large-1 - teardown complete
-/TP/GAW/SR/BV-03-C/large-1 - done
-
-/TP/GAW/SR/BI-02-C/small - init
-/TP/GAW/SR/BI-02-C/small - setup
-/TP/GAW/SR/BI-02-C/small - setup complete
-/TP/GAW/SR/BI-02-C/small - run
-/TP/GAW/SR/BI-02-C/small - test passed
-/TP/GAW/SR/BI-02-C/small - teardown
-/TP/GAW/SR/BI-02-C/small - teardown complete
-/TP/GAW/SR/BI-02-C/small - done
-
-/TP/GAW/SR/BI-02-C/large-1 - init
-/TP/GAW/SR/BI-02-C/large-1 - setup
-/TP/GAW/SR/BI-02-C/large-1 - setup complete
-/TP/GAW/SR/BI-02-C/large-1 - run
-/TP/GAW/SR/BI-02-C/large-1 - test passed
-/TP/GAW/SR/BI-02-C/large-1 - teardown
-/TP/GAW/SR/BI-02-C/large-1 - teardown complete
-/TP/GAW/SR/BI-02-C/large-1 - done
-
-/TP/GAW/SR/BI-03-C/small - init
-/TP/GAW/SR/BI-03-C/small - setup
-/TP/GAW/SR/BI-03-C/small - setup complete
-/TP/GAW/SR/BI-03-C/small - run
-/TP/GAW/SR/BI-03-C/small - test passed
-/TP/GAW/SR/BI-03-C/small - teardown
-/TP/GAW/SR/BI-03-C/small - teardown complete
-/TP/GAW/SR/BI-03-C/small - done
-
-/TP/GAW/SR/BI-03-C/large-1 - init
-/TP/GAW/SR/BI-03-C/large-1 - setup
-/TP/GAW/SR/BI-03-C/large-1 - setup complete
-/TP/GAW/SR/BI-03-C/large-1 - run
-/TP/GAW/SR/BI-03-C/large-1 - test passed
-/TP/GAW/SR/BI-03-C/large-1 - teardown
-/TP/GAW/SR/BI-03-C/large-1 - teardown complete
-/TP/GAW/SR/BI-03-C/large-1 - done
-
-/TP/GAW/CL/BV-05-C - init
-/TP/GAW/CL/BV-05-C - setup
-/TP/GAW/CL/BV-05-C - setup complete
-/TP/GAW/CL/BV-05-C - run
-/TP/GAW/CL/BV-05-C - test passed
-/TP/GAW/CL/BV-05-C - teardown
-/TP/GAW/CL/BV-05-C - teardown complete
-/TP/GAW/CL/BV-05-C - done
-
-/TP/GAW/CL/BI-07-C - init
-/TP/GAW/CL/BI-07-C - setup
-/TP/GAW/CL/BI-07-C - setup complete
-/TP/GAW/CL/BI-07-C - run
-/TP/GAW/CL/BI-07-C - test passed
-/TP/GAW/CL/BI-07-C - teardown
-/TP/GAW/CL/BI-07-C - teardown complete
-/TP/GAW/CL/BI-07-C - done
-
-/TP/GAW/CL/BI-08-C - init
-/TP/GAW/CL/BI-08-C - setup
-/TP/GAW/CL/BI-08-C - setup complete
-/TP/GAW/CL/BI-08-C - run
-/TP/GAW/CL/BI-08-C - test passed
-/TP/GAW/CL/BI-08-C - teardown
-/TP/GAW/CL/BI-08-C - teardown complete
-/TP/GAW/CL/BI-08-C - done
-
-/TP/GAW/CL/BI-11-C - init
-/TP/GAW/CL/BI-11-C - setup
-/TP/GAW/CL/BI-11-C - setup complete
-/TP/GAW/CL/BI-11-C - run
-/TP/GAW/CL/BI-11-C - test passed
-/TP/GAW/CL/BI-11-C - teardown
-/TP/GAW/CL/BI-11-C - teardown complete
-/TP/GAW/CL/BI-11-C - done
-
-/TP/GAW/CL/BI-12-C - init
-/TP/GAW/CL/BI-12-C - setup
-/TP/GAW/CL/BI-12-C - setup complete
-/TP/GAW/CL/BI-12-C - run
-/TP/GAW/CL/BI-12-C - test passed
-/TP/GAW/CL/BI-12-C - teardown
-/TP/GAW/CL/BI-12-C - teardown complete
-/TP/GAW/CL/BI-12-C - done
-
-/TP/GAW/CL/BI-13-C - init
-/TP/GAW/CL/BI-13-C - setup
-/TP/GAW/CL/BI-13-C - setup complete
-/TP/GAW/CL/BI-13-C - run
-/TP/GAW/CL/BI-13-C - test passed
-/TP/GAW/CL/BI-13-C - teardown
-/TP/GAW/CL/BI-13-C - teardown complete
-/TP/GAW/CL/BI-13-C - done
-
-/TP/GAW/SR/BV-05-C/small - init
-/TP/GAW/SR/BV-05-C/small - setup
-/TP/GAW/SR/BV-05-C/small - setup complete
-/TP/GAW/SR/BV-05-C/small - run
-/TP/GAW/SR/BV-05-C/small - test passed
-/TP/GAW/SR/BV-05-C/small - teardown
-/TP/GAW/SR/BV-05-C/small - teardown complete
-/TP/GAW/SR/BV-05-C/small - done
-
-/TP/GAW/SR/BV-05-C/large-1 - init
-/TP/GAW/SR/BV-05-C/large-1 - setup
-/TP/GAW/SR/BV-05-C/large-1 - setup complete
-/TP/GAW/SR/BV-05-C/large-1 - run
-/TP/GAW/SR/BV-05-C/large-1 - test passed
-/TP/GAW/SR/BV-05-C/large-1 - teardown
-/TP/GAW/SR/BV-05-C/large-1 - teardown complete
-/TP/GAW/SR/BV-05-C/large-1 - done
-
-/TP/GAW/SR/BI-07-C/small - init
-/TP/GAW/SR/BI-07-C/small - setup
-/TP/GAW/SR/BI-07-C/small - setup complete
-/TP/GAW/SR/BI-07-C/small - run
-/TP/GAW/SR/BI-07-C/small - test passed
-/TP/GAW/SR/BI-07-C/small - teardown
-/TP/GAW/SR/BI-07-C/small - teardown complete
-/TP/GAW/SR/BI-07-C/small - done
-
-/TP/GAW/SR/BI-07-C/large-1 - init
-/TP/GAW/SR/BI-07-C/large-1 - setup
-/TP/GAW/SR/BI-07-C/large-1 - setup complete
-/TP/GAW/SR/BI-07-C/large-1 - run
-/TP/GAW/SR/BI-07-C/large-1 - test passed
-/TP/GAW/SR/BI-07-C/large-1 - teardown
-/TP/GAW/SR/BI-07-C/large-1 - teardown complete
-/TP/GAW/SR/BI-07-C/large-1 - done
-
-/TP/GAW/SR/BI-08-C/small - init
-/TP/GAW/SR/BI-08-C/small - setup
-/TP/GAW/SR/BI-08-C/small - setup complete
-/TP/GAW/SR/BI-08-C/small - run
-/TP/GAW/SR/BI-08-C/small - test passed
-/TP/GAW/SR/BI-08-C/small - teardown
-/TP/GAW/SR/BI-08-C/small - teardown complete
-/TP/GAW/SR/BI-08-C/small - done
-
-/TP/GAW/SR/BI-08-C/large-1 - init
-/TP/GAW/SR/BI-08-C/large-1 - setup
-/TP/GAW/SR/BI-08-C/large-1 - setup complete
-/TP/GAW/SR/BI-08-C/large-1 - run
-/TP/GAW/SR/BI-08-C/large-1 - test passed
-/TP/GAW/SR/BI-08-C/large-1 - teardown
-/TP/GAW/SR/BI-08-C/large-1 - teardown complete
-/TP/GAW/SR/BI-08-C/large-1 - done
-
-/TP/GAW/CL/BV-06-C - init
-/TP/GAW/CL/BV-06-C - setup
-/TP/GAW/CL/BV-06-C - setup complete
-/TP/GAW/CL/BV-06-C - run
-/TP/GAW/CL/BV-06-C - test passed
-/TP/GAW/CL/BV-06-C - teardown
-/TP/GAW/CL/BV-06-C - teardown complete
-/TP/GAW/CL/BV-06-C - done
-
-/TP/GAW/CL/BI-14-C - init
-/TP/GAW/CL/BI-14-C - setup
-/TP/GAW/CL/BI-14-C - setup complete
-/TP/GAW/CL/BI-14-C - run
-/TP/GAW/CL/BI-14-C - test passed
-/TP/GAW/CL/BI-14-C - teardown
-/TP/GAW/CL/BI-14-C - teardown complete
-/TP/GAW/CL/BI-14-C - done
-
-/TP/GAW/CL/BI-15-C - init
-/TP/GAW/CL/BI-15-C - setup
-/TP/GAW/CL/BI-15-C - setup complete
-/TP/GAW/CL/BI-15-C - run
-/TP/GAW/CL/BI-15-C - test passed
-/TP/GAW/CL/BI-15-C - teardown
-/TP/GAW/CL/BI-15-C - teardown complete
-/TP/GAW/CL/BI-15-C - done
-
-/TP/GAW/CL/BI-17-C - init
-/TP/GAW/CL/BI-17-C - setup
-/TP/GAW/CL/BI-17-C - setup complete
-/TP/GAW/CL/BI-17-C - run
-/TP/GAW/CL/BI-17-C - test passed
-/TP/GAW/CL/BI-17-C - teardown
-/TP/GAW/CL/BI-17-C - teardown complete
-/TP/GAW/CL/BI-17-C - done
-
-/TP/GAW/CL/BI-18-C - init
-/TP/GAW/CL/BI-18-C - setup
-/TP/GAW/CL/BI-18-C - setup complete
-/TP/GAW/CL/BI-18-C - run
-/TP/GAW/CL/BI-18-C - test passed
-/TP/GAW/CL/BI-18-C - teardown
-/TP/GAW/CL/BI-18-C - teardown complete
-/TP/GAW/CL/BI-18-C - done
-
-/TP/GAW/CL/BI-18-C/auto - init
-/TP/GAW/CL/BI-18-C/auto - setup
-/TP/GAW/CL/BI-18-C/auto - setup complete
-/TP/GAW/CL/BI-18-C/auto - run
-/TP/GAW/CL/BI-18-C/auto - test passed
-/TP/GAW/CL/BI-18-C/auto - teardown
-/TP/GAW/CL/BI-18-C/auto - teardown complete
-/TP/GAW/CL/BI-18-C/auto - done
-
-/TP/GAW/CL/BI-19-C - init
-/TP/GAW/CL/BI-19-C - setup
-/TP/GAW/CL/BI-19-C - setup complete
-/TP/GAW/CL/BI-19-C - run
-/TP/GAW/CL/BI-19-C - test passed
-/TP/GAW/CL/BI-19-C - teardown
-/TP/GAW/CL/BI-19-C - teardown complete
-/TP/GAW/CL/BI-19-C - done
-
-/TP/GAW/SR/BV-06-C/small - init
-/TP/GAW/SR/BV-06-C/small - setup
-/TP/GAW/SR/BV-06-C/small - setup complete
-/TP/GAW/SR/BV-06-C/small - run
-/TP/GAW/SR/BV-06-C/small - test passed
-/TP/GAW/SR/BV-06-C/small - teardown
-/TP/GAW/SR/BV-06-C/small - teardown complete
-/TP/GAW/SR/BV-06-C/small - done
-
-/TP/GAW/SR/BV-06-C/large-1 - init
-/TP/GAW/SR/BV-06-C/large-1 - setup
-/TP/GAW/SR/BV-06-C/large-1 - setup complete
-/TP/GAW/SR/BV-06-C/large-1 - run
-/TP/GAW/SR/BV-06-C/large-1 - test passed
-/TP/GAW/SR/BV-06-C/large-1 - teardown
-/TP/GAW/SR/BV-06-C/large-1 - teardown complete
-/TP/GAW/SR/BV-06-C/large-1 - done
-
-/TP/GAW/SR/BV-10-C/small - init
-/TP/GAW/SR/BV-10-C/small - setup
-/TP/GAW/SR/BV-10-C/small - setup complete
-/TP/GAW/SR/BV-10-C/small - run
-/TP/GAW/SR/BV-10-C/small - test passed
-/TP/GAW/SR/BV-10-C/small - teardown
-/TP/GAW/SR/BV-10-C/small - teardown complete
-/TP/GAW/SR/BV-10-C/small - done
-
-/TP/GAW/SR/BV-10-C/large-1 - init
-/TP/GAW/SR/BV-10-C/large-1 - setup
-/TP/GAW/SR/BV-10-C/large-1 - setup complete
-/TP/GAW/SR/BV-10-C/large-1 - run
-/TP/GAW/SR/BV-10-C/large-1 - test passed
-/TP/GAW/SR/BV-10-C/large-1 - teardown
-/TP/GAW/SR/BV-10-C/large-1 - teardown complete
-/TP/GAW/SR/BV-10-C/large-1 - done
-
-/TP/GAW/SR/BI-14-C/small - init
-/TP/GAW/SR/BI-14-C/small - setup
-/TP/GAW/SR/BI-14-C/small - setup complete
-/TP/GAW/SR/BI-14-C/small - run
-/TP/GAW/SR/BI-14-C/small - test passed
-/TP/GAW/SR/BI-14-C/small - teardown
-/TP/GAW/SR/BI-14-C/small - teardown complete
-/TP/GAW/SR/BI-14-C/small - done
-
-/TP/GAW/SR/BI-14-C/large-1 - init
-/TP/GAW/SR/BI-14-C/large-1 - setup
-/TP/GAW/SR/BI-14-C/large-1 - setup complete
-/TP/GAW/SR/BI-14-C/large-1 - run
-/TP/GAW/SR/BI-14-C/large-1 - test passed
-/TP/GAW/SR/BI-14-C/large-1 - teardown
-/TP/GAW/SR/BI-14-C/large-1 - teardown complete
-/TP/GAW/SR/BI-14-C/large-1 - done
-
-/TP/GAW/SR/BI-15-C/small - init
-/TP/GAW/SR/BI-15-C/small - setup
-/TP/GAW/SR/BI-15-C/small - setup complete
-/TP/GAW/SR/BI-15-C/small - run
-/TP/GAW/SR/BI-15-C/small - test passed
-/TP/GAW/SR/BI-15-C/small - teardown
-/TP/GAW/SR/BI-15-C/small - teardown complete
-/TP/GAW/SR/BI-15-C/small - done
-
-/TP/GAW/SR/BI-15-C/large-1 - init
-/TP/GAW/SR/BI-15-C/large-1 - setup
-/TP/GAW/SR/BI-15-C/large-1 - setup complete
-/TP/GAW/SR/BI-15-C/large-1 - run
-/TP/GAW/SR/BI-15-C/large-1 - test passed
-/TP/GAW/SR/BI-15-C/large-1 - teardown
-/TP/GAW/SR/BI-15-C/large-1 - teardown complete
-/TP/GAW/SR/BI-15-C/large-1 - done
-
-/TP/GAW/CL/BV-08-C - init
-/TP/GAW/CL/BV-08-C - setup
-/TP/GAW/CL/BV-08-C - setup complete
-/TP/GAW/CL/BV-08-C - run
-/TP/GAW/CL/BV-08-C - test passed
-/TP/GAW/CL/BV-08-C - teardown
-/TP/GAW/CL/BV-08-C - teardown complete
-/TP/GAW/CL/BV-08-C - done
-
-/TP/GAW/CL/BI-20-C - init
-/TP/GAW/CL/BI-20-C - setup
-/TP/GAW/CL/BI-20-C - setup complete
-/TP/GAW/CL/BI-20-C - run
-/TP/GAW/CL/BI-20-C - test passed
-/TP/GAW/CL/BI-20-C - teardown
-/TP/GAW/CL/BI-20-C - teardown complete
-/TP/GAW/CL/BI-20-C - done
-
-/TP/GAW/CL/BI-21-C - init
-/TP/GAW/CL/BI-21-C - setup
-/TP/GAW/CL/BI-21-C - setup complete
-/TP/GAW/CL/BI-21-C - run
-/TP/GAW/CL/BI-21-C - test passed
-/TP/GAW/CL/BI-21-C - teardown
-/TP/GAW/CL/BI-21-C - teardown complete
-/TP/GAW/CL/BI-21-C - done
-
-/TP/GAW/CL/BI-22-C - init
-/TP/GAW/CL/BI-22-C - setup
-/TP/GAW/CL/BI-22-C - setup complete
-/TP/GAW/CL/BI-22-C - run
-/TP/GAW/CL/BI-22-C - test passed
-/TP/GAW/CL/BI-22-C - teardown
-/TP/GAW/CL/BI-22-C - teardown complete
-/TP/GAW/CL/BI-22-C - done
-
-/TP/GAW/CL/BI-23-C - init
-/TP/GAW/CL/BI-23-C - setup
-/TP/GAW/CL/BI-23-C - setup complete
-/TP/GAW/CL/BI-23-C - run
-/TP/GAW/CL/BI-23-C - test passed
-/TP/GAW/CL/BI-23-C - teardown
-/TP/GAW/CL/BI-23-C - teardown complete
-/TP/GAW/CL/BI-23-C - done
-
-/TP/GAW/CL/BI-23-C/auto - init
-/TP/GAW/CL/BI-23-C/auto - setup
-/TP/GAW/CL/BI-23-C/auto - setup complete
-/TP/GAW/CL/BI-23-C/auto - run
-/TP/GAW/CL/BI-23-C/auto - test passed
-/TP/GAW/CL/BI-23-C/auto - teardown
-/TP/GAW/CL/BI-23-C/auto - teardown complete
-/TP/GAW/CL/BI-23-C/auto - done
-
-/TP/GAW/CL/BI-24-C - init
-/TP/GAW/CL/BI-24-C - setup
-/TP/GAW/CL/BI-24-C - setup complete
-/TP/GAW/CL/BI-24-C - run
-/TP/GAW/CL/BI-24-C - test passed
-/TP/GAW/CL/BI-24-C - teardown
-/TP/GAW/CL/BI-24-C - teardown complete
-/TP/GAW/CL/BI-24-C - done
-
-/TP/GAW/SR/BV-08-C/small - init
-/TP/GAW/SR/BV-08-C/small - setup
-/TP/GAW/SR/BV-08-C/small - setup complete
-/TP/GAW/SR/BV-08-C/small - run
-/TP/GAW/SR/BV-08-C/small - test passed
-/TP/GAW/SR/BV-08-C/small - teardown
-/TP/GAW/SR/BV-08-C/small - teardown complete
-/TP/GAW/SR/BV-08-C/small - done
-
-/TP/GAW/SR/BV-08-C/large-1 - init
-/TP/GAW/SR/BV-08-C/large-1 - setup
-/TP/GAW/SR/BV-08-C/large-1 - setup complete
-/TP/GAW/SR/BV-08-C/large-1 - run
-/TP/GAW/SR/BV-08-C/large-1 - test passed
-/TP/GAW/SR/BV-08-C/large-1 - teardown
-/TP/GAW/SR/BV-08-C/large-1 - teardown complete
-/TP/GAW/SR/BV-08-C/large-1 - done
-
-/TP/GAW/SR/BI-20-C/small - init
-/TP/GAW/SR/BI-20-C/small - setup
-/TP/GAW/SR/BI-20-C/small - setup complete
-/TP/GAW/SR/BI-20-C/small - run
-/TP/GAW/SR/BI-20-C/small - test passed
-/TP/GAW/SR/BI-20-C/small - teardown
-/TP/GAW/SR/BI-20-C/small - teardown complete
-/TP/GAW/SR/BI-20-C/small - done
-
-/TP/GAW/SR/BI-20-C/large-1 - init
-/TP/GAW/SR/BI-20-C/large-1 - setup
-/TP/GAW/SR/BI-20-C/large-1 - setup complete
-/TP/GAW/SR/BI-20-C/large-1 - run
-/TP/GAW/SR/BI-20-C/large-1 - test passed
-/TP/GAW/SR/BI-20-C/large-1 - teardown
-/TP/GAW/SR/BI-20-C/large-1 - teardown complete
-/TP/GAW/SR/BI-20-C/large-1 - done
-
-/TP/GAW/SR/BI-21-C/small - init
-/TP/GAW/SR/BI-21-C/small - setup
-/TP/GAW/SR/BI-21-C/small - setup complete
-/TP/GAW/SR/BI-21-C/small - run
-/TP/GAW/SR/BI-21-C/small - test passed
-/TP/GAW/SR/BI-21-C/small - teardown
-/TP/GAW/SR/BI-21-C/small - teardown complete
-/TP/GAW/SR/BI-21-C/small - done
-
-/TP/GAW/SR/BI-21-C/large-1 - init
-/TP/GAW/SR/BI-21-C/large-1 - setup
-/TP/GAW/SR/BI-21-C/large-1 - setup complete
-/TP/GAW/SR/BI-21-C/large-1 - run
-/TP/GAW/SR/BI-21-C/large-1 - test passed
-/TP/GAW/SR/BI-21-C/large-1 - teardown
-/TP/GAW/SR/BI-21-C/large-1 - teardown complete
-/TP/GAW/SR/BI-21-C/large-1 - done
-
-/TP/GAW/CL/BV-09-C - init
-/TP/GAW/CL/BV-09-C - setup
-/TP/GAW/CL/BV-09-C - setup complete
-/TP/GAW/CL/BV-09-C - run
-/TP/GAW/CL/BV-09-C - test passed
-/TP/GAW/CL/BV-09-C - teardown
-/TP/GAW/CL/BV-09-C - teardown complete
-/TP/GAW/CL/BV-09-C - done
-
-/TP/GAW/CL/BI-25-C - init
-/TP/GAW/CL/BI-25-C - setup
-/TP/GAW/CL/BI-25-C - setup complete
-/TP/GAW/CL/BI-25-C - run
-/TP/GAW/CL/BI-25-C - test passed
-/TP/GAW/CL/BI-25-C - teardown
-/TP/GAW/CL/BI-25-C - teardown complete
-/TP/GAW/CL/BI-25-C - done
-
-/TP/GAW/CL/BI-26-C - init
-/TP/GAW/CL/BI-26-C - setup
-/TP/GAW/CL/BI-26-C - setup complete
-/TP/GAW/CL/BI-26-C - run
-/TP/GAW/CL/BI-26-C - test passed
-/TP/GAW/CL/BI-26-C - teardown
-/TP/GAW/CL/BI-26-C - teardown complete
-/TP/GAW/CL/BI-26-C - done
-
-/TP/GAW/CL/BI-29-C - init
-/TP/GAW/CL/BI-29-C - setup
-/TP/GAW/CL/BI-29-C - setup complete
-/TP/GAW/CL/BI-29-C - run
-/TP/GAW/CL/BI-29-C - test passed
-/TP/GAW/CL/BI-29-C - teardown
-/TP/GAW/CL/BI-29-C - teardown complete
-/TP/GAW/CL/BI-29-C - done
-
-/TP/GAW/CL/BI-30-C - init
-/TP/GAW/CL/BI-30-C - setup
-/TP/GAW/CL/BI-30-C - setup complete
-/TP/GAW/CL/BI-30-C - run
-/TP/GAW/CL/BI-30-C - test passed
-/TP/GAW/CL/BI-30-C - teardown
-/TP/GAW/CL/BI-30-C - teardown complete
-/TP/GAW/CL/BI-30-C - done
-
-/TP/GAW/CL/BI-31-C - init
-/TP/GAW/CL/BI-31-C - setup
-/TP/GAW/CL/BI-31-C - setup complete
-/TP/GAW/CL/BI-31-C - run
-/TP/GAW/CL/BI-31-C - test passed
-/TP/GAW/CL/BI-31-C - teardown
-/TP/GAW/CL/BI-31-C - teardown complete
-/TP/GAW/CL/BI-31-C - done
-
-/TP/GAW/SR/BV-09-C/small - init
-/TP/GAW/SR/BV-09-C/small - setup
-/TP/GAW/SR/BV-09-C/small - setup complete
-/TP/GAW/SR/BV-09-C/small - run
-/TP/GAW/SR/BV-09-C/small - test passed
-/TP/GAW/SR/BV-09-C/small - teardown
-/TP/GAW/SR/BV-09-C/small - teardown complete
-/TP/GAW/SR/BV-09-C/small - done
-
-/TP/GAW/SR/BV-09-C/large-1 - init
-/TP/GAW/SR/BV-09-C/large-1 - setup
-/TP/GAW/SR/BV-09-C/large-1 - setup complete
-/TP/GAW/SR/BV-09-C/large-1 - run
-/TP/GAW/SR/BV-09-C/large-1 - test passed
-/TP/GAW/SR/BV-09-C/large-1 - teardown
-/TP/GAW/SR/BV-09-C/large-1 - teardown complete
-/TP/GAW/SR/BV-09-C/large-1 - done
-
-/TP/GAW/SR/BI-25-C/small - init
-/TP/GAW/SR/BI-25-C/small - setup
-/TP/GAW/SR/BI-25-C/small - setup complete
-/TP/GAW/SR/BI-25-C/small - run
-/TP/GAW/SR/BI-25-C/small - test passed
-/TP/GAW/SR/BI-25-C/small - teardown
-/TP/GAW/SR/BI-25-C/small - teardown complete
-/TP/GAW/SR/BI-25-C/small - done
-
-/TP/GAW/SR/BI-25-C/large-1 - init
-/TP/GAW/SR/BI-25-C/large-1 - setup
-/TP/GAW/SR/BI-25-C/large-1 - setup complete
-/TP/GAW/SR/BI-25-C/large-1 - run
-/TP/GAW/SR/BI-25-C/large-1 - test passed
-/TP/GAW/SR/BI-25-C/large-1 - teardown
-/TP/GAW/SR/BI-25-C/large-1 - teardown complete
-/TP/GAW/SR/BI-25-C/large-1 - done
-
-/TP/GAW/SR/BI-26-C/small - init
-/TP/GAW/SR/BI-26-C/small - setup
-/TP/GAW/SR/BI-26-C/small - setup complete
-/TP/GAW/SR/BI-26-C/small - run
-/TP/GAW/SR/BI-26-C/small - test passed
-/TP/GAW/SR/BI-26-C/small - teardown
-/TP/GAW/SR/BI-26-C/small - teardown complete
-/TP/GAW/SR/BI-26-C/small - done
-
-/TP/GAW/SR/BI-26-C/large-1 - init
-/TP/GAW/SR/BI-26-C/large-1 - setup
-/TP/GAW/SR/BI-26-C/large-1 - setup complete
-/TP/GAW/SR/BI-26-C/large-1 - run
-/TP/GAW/SR/BI-26-C/large-1 - test passed
-/TP/GAW/SR/BI-26-C/large-1 - teardown
-/TP/GAW/SR/BI-26-C/large-1 - teardown complete
-/TP/GAW/SR/BI-26-C/large-1 - done
-
-/robustness/no-reliable-characteristic - init
-/robustness/no-reliable-characteristic - setup
-/robustness/no-reliable-characteristic - setup complete
-/robustness/no-reliable-characteristic - run
-/robustness/no-reliable-characteristic - test passed
-/robustness/no-reliable-characteristic - teardown
-/robustness/no-reliable-characteristic - teardown complete
-/robustness/no-reliable-characteristic - done
-
-/robustness/unkown-request - init
-/robustness/unkown-request - setup
-/robustness/unkown-request - setup complete
-/robustness/unkown-request - run
-/robustness/unkown-request - test passed
-/robustness/unkown-request - teardown
-/robustness/unkown-request - teardown complete
-/robustness/unkown-request - done
-
-/robustness/unkown-command - init
-/robustness/unkown-command - setup
-/robustness/unkown-command - setup complete
-/robustness/unkown-command - run
-/robustness/unkown-command - test passed
-/robustness/unkown-command - teardown
-/robustness/unkown-command - teardown complete
-/robustness/unkown-command - done
-
-
-Test Summary
-------------
-/TP/GAC/CL/BV-01-C Passed  0.001 seconds
-/TP/GAC/SR/BV-01-C Passed  0.001 seconds
-/TP/GAD/CL/BV-01-C Passed  0.001 seconds
-/TP/GAD/CL/BV-01-C-small Passed  0.001 seconds
-/TP/GAD/SR/BV-01-C Passed  0.001 seconds
-/TP/GAD/SR/BV-01-C-small Passed  0.001 seconds
-/TP/GAD/SR/BV-01-C-large-1 Passed  0.001 seconds
-/TP/GAD/CL/BV-02-C-1 Passed  0.001 seconds
-/TP/GAD/CL/BV-02-C-1-alternative Passed  0.001 seconds
-/TP/GAD/CL/BV-02-C-2 Passed  0.001 seconds
-/TP/GAD/SR/BV-02-C/exists-16/small Passed  0.001 seconds
-/TP/GAD/SR/BV-02-C/exists-16/large-1 Passed  0.001 seconds
-/TP/GAD/SR/BV-02-C/missing-16/small Passed  0.001 seconds
-/TP/GAD/SR/BV-02-C/missing-16/large-1 Passed  0.001 seconds
-/TP/GAD/SR/BV-02-C/exists-128/large-1 Passed  0.001 seconds
-/TP/GAD/SR/BV-02-C/missing-128/large-1 Passed  0.001 seconds
-/TP/GAD/CL/BV-03-C Passed  0.001 seconds
-/TP/GAD/SR/BV-03-C/small Passed  0.001 seconds
-/TP/GAD/SR/BV-03-C/large-1 Passed  0.001 seconds
-/TP/GAD/CL/BV-04-C Passed  0.001 seconds
-/TP/GAD/SR/BV-04-C/small/1 Passed  0.001 seconds
-/TP/GAD/SR/BV-04-C/small/2 Passed  0.001 seconds
-/TP/GAD/SR/BV-04-C/large-1 Passed  0.001 seconds
-/TP/GAD/CL/BV-05-C Passed  0.001 seconds
-/TP/GAD/SR/BV-05-C/small/1 Passed  0.001 seconds
-/TP/GAD/SR/BV-05-C/small/2 Passed  0.001 seconds
-/TP/GAD/SR/BV-05-C/large-1 Passed  0.001 seconds
-/TP/GAD/CL/BV-06-C Passed  0.001 seconds
-/TP/GAD/CL/BV-06-C/client-1 Passed  0.001 seconds
-/TP/GAD/CL/BV-06-C/client-2 Passed  0.001 seconds
-/TP/GAD/CL/BV-06-C/client-3 Passed  0.001 seconds
-/TP/GAD/SR/BV-06-C/small Passed  0.001 seconds
-/TP/GAD/SR/BV-06-C/large-1 Passed  0.001 seconds
-/TP/GAR/CL/BV-01-C Passed  0.001 seconds
-/TP/GAR/CL/BI-01-C Passed  0.001 seconds
-/TP/GAR/CL/BI-02-C Passed  0.001 seconds
-/TP/GAR/CL/BI-03-C Passed  0.001 seconds
-/TP/GAR/CL/BI-04-C Passed  0.001 seconds
-/TP/GAR/CL/BI-04-C/auto Passed  0.001 seconds
-/TP/GAR/CL/BI-05-C Passed  0.001 seconds
-/TP/GAR/SR/BV-01-C/small Passed  0.001 seconds
-/TP/GAR/SR/BV-01-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-02-C/small Passed  0.001 seconds
-/TP/GAR/SR/BI-02-C/large Passed  0.001 seconds
-/TP/GAR/CL/BV-03-C-1 Passed  0.001 seconds
-/TP/GAR/CL/BV-03-C-2 Passed  0.001 seconds
-/TP/GAR/CL/BI-06-C Passed  0.001 seconds
-/TP/GAR/CL/BI-07-C Passed  0.001 seconds
-/TP/GAR/CL/BI-09-C Passed  0.001 seconds
-/TP/GAR/CL/BI-10-C Passed  0.001 seconds
-/TP/GAR/CL/BI-11-C Passed  0.001 seconds
-/TP/GAR/SR/BV-03-C/small Passed  0.001 seconds
-/TP/GAR/SR/BV-03-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-06-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-07-C/small Passed  0.001 seconds
-/TP/GAR/SR/BI-07-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-08-C/small Passed  0.001 seconds
-/TP/GAR/SR/BI-08-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BV-04-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-12-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-13-C/small Passed  0.001 seconds
-/TP/GAR/SR/BI-13-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-14-C/small Passed  0.001 seconds
-/TP/GAR/SR/BI-14-C/large-1 Passed  0.001 seconds
-/TP/GAR/CL/BV-04-C Passed  0.001 seconds
-/TP/GAR/CL/BV-04-C/512B Passed  0.001 seconds
-/TP/GAR/CL/BV-05-C Passed  0.001 seconds
-/TP/GAR/CL/BI-12-C Passed  0.001 seconds
-/TP/GAR/CL/BI-13-C Passed  0.001 seconds
-/TP/GAR/CL/BI-14-C Passed  0.001 seconds
-/TP/GAR/CL/BI-15-C Passed  0.001 seconds
-/TP/GAR/CL/BI-16-C Passed  0.001 seconds
-/TP/GAR/CL/BI-16-C/auto Passed  0.001 seconds
-/TP/GAR/CL/BI-17-C Passed  0.001 seconds
-/TP/GAR/CL/BI-18-C Passed  0.001 seconds
-/TP/GAR/CL/BI-19-C Passed  0.001 seconds
-/TP/GAR/CL/BI-20-C Passed  0.001 seconds
-/TP/GAR/CL/BI-21-C Passed  0.001 seconds
-/TP/GAR/CL/BI-21-C/auto Passed  0.001 seconds
-/TP/GAR/CL/BI-22-C Passed  0.001 seconds
-/TP/GAR/SR/BV-05-C/small Passed  0.001 seconds
-/TP/GAR/SR/BV-05-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-18-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-19-C/small Passed  0.001 seconds
-/TP/GAR/SR/BI-19-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BV-06-C/small Passed  0.001 seconds
-/TP/GAR/SR/BV-06-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-23-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-24-C/small Passed  0.001 seconds
-/TP/GAR/SR/BI-24-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BV-07-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BV-08-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-28-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-29-C/small Passed  0.001 seconds
-/TP/GAR/SR/BI-29-C/large-1 Passed  0.001 seconds
-/TP/GAR/SR/BI-30-C/small Passed  0.001 seconds
-/TP/GAR/SR/BI-30-C/large-1 Passed  0.001 seconds
-/TP/GAN/CL/BV-01-C Passed  0.001 seconds
-/TP/GAN/SR/BV-01-C Passed  0.001 seconds
-/TP/GAI/SR/BV-01-C Passed  0.001 seconds
-/TP/GAI/CL/BV-01-C Passed  0.001 seconds
-/TP/GAR/CL/BV-06-C Passed  0.001 seconds
-/TP/GAR/CL/BI-23-C Passed  0.001 seconds
-/TP/GAR/CL/BI-24-C Passed  0.001 seconds
-/TP/GAR/CL/BI-25-C Passed  0.001 seconds
-/TP/GAR/CL/BI-26-C Passed  0.001 seconds
-/TP/GAR/CL/BI-26-C/auto Passed  0.001 seconds
-/TP/GAR/CL/BI-27-C Passed  0.001 seconds
-/TP/GAR/CL/BV-07-C Passed  0.001 seconds
-/TP/GAR/CL/BV-07-C/512B Passed  0.001 seconds
-/TP/GAR/CL/BI-28-C Passed  0.001 seconds
-/TP/GAR/CL/BI-29-C Passed  0.001 seconds
-/TP/GAR/CL/BI-30-C Passed  0.001 seconds
-/TP/GAR/CL/BI-31-C Passed  0.001 seconds
-/TP/GAR/CL/BI-32-C Passed  0.001 seconds
-/TP/GAR/CL/BI-32-C/auto Passed  0.001 seconds
-/TP/GAR/CL/BI-33-C Passed  0.001 seconds
-/TP/GAR/CL/BI-34-C Passed  0.001 seconds
-/TP/GAR/CL/BI-35-C Passed  0.001 seconds
-/TP/GAW/CL/BV-01-C Passed  0.001 seconds
-/TP/GAW/CL/BV-02-C Not Run 
-/TP/GAW/CL/BV-02-C/seclevel Passed  0.001 seconds
-/TP/GAW/CL/BV-03-C Passed  0.001 seconds
-/TP/GAW/CL/BI-02-C Passed  0.001 seconds
-/TP/GAW/CL/BI-03-C Passed  0.001 seconds
-/TP/GAW/CL/BI-04-C Passed  0.001 seconds
-/TP/GAW/CL/BI-05-C Passed  0.001 seconds
-/TP/GAW/CL/BI-05-C/auto Passed  0.001 seconds
-/TP/GAW/CL/BI-06-C Passed  0.001 seconds
-/TP/GAW/SR/BV-07-C/small Passed  0.001 seconds
-/TP/GAW/SR/BV-07-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BV-03-C/small Passed  0.001 seconds
-/TP/GAW/SR/BV-03-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-02-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-02-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-03-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-03-C/large-1 Passed  0.001 seconds
-/TP/GAW/CL/BV-05-C Passed  0.001 seconds
-/TP/GAW/CL/BI-07-C Passed  0.001 seconds
-/TP/GAW/CL/BI-08-C Passed  0.001 seconds
-/TP/GAW/CL/BI-11-C Passed  0.001 seconds
-/TP/GAW/CL/BI-12-C Passed  0.001 seconds
-/TP/GAW/CL/BI-13-C Passed  0.001 seconds
-/TP/GAW/SR/BV-05-C/small Passed  0.001 seconds
-/TP/GAW/SR/BV-05-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-07-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-07-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-08-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-08-C/large-1 Passed  0.001 seconds
-/TP/GAW/CL/BV-06-C Passed  0.001 seconds
-/TP/GAW/CL/BI-14-C Passed  0.001 seconds
-/TP/GAW/CL/BI-15-C Passed  0.001 seconds
-/TP/GAW/CL/BI-17-C Passed  0.001 seconds
-/TP/GAW/CL/BI-18-C Passed  0.001 seconds
-/TP/GAW/CL/BI-18-C/auto Passed  0.001 seconds
-/TP/GAW/CL/BI-19-C Passed  0.001 seconds
-/TP/GAW/SR/BV-06-C/small Passed  0.001 seconds
-/TP/GAW/SR/BV-06-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BV-10-C/small Passed  0.001 seconds
-/TP/GAW/SR/BV-10-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-14-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-14-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-15-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-15-C/large-1 Passed  0.001 seconds
-/TP/GAW/CL/BV-08-C Passed  0.001 seconds
-/TP/GAW/CL/BI-20-C Passed  0.001 seconds
-/TP/GAW/CL/BI-21-C Passed  0.001 seconds
-/TP/GAW/CL/BI-22-C Passed  0.001 seconds
-/TP/GAW/CL/BI-23-C Passed  0.001 seconds
-/TP/GAW/CL/BI-23-C/auto Passed  0.001 seconds
-/TP/GAW/CL/BI-24-C Passed  0.001 seconds
-/TP/GAW/SR/BV-08-C/small Passed  0.001 seconds
-/TP/GAW/SR/BV-08-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-20-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-20-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-21-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-21-C/large-1 Passed  0.001 seconds
-/TP/GAW/CL/BV-09-C Passed  0.001 seconds
-/TP/GAW/CL/BI-25-C Passed  0.001 seconds
-/TP/GAW/CL/BI-26-C Passed  0.001 seconds
-/TP/GAW/CL/BI-29-C Passed  0.001 seconds
-/TP/GAW/CL/BI-30-C Passed  0.001 seconds
-/TP/GAW/CL/BI-31-C Passed  0.001 seconds
-/TP/GAW/SR/BV-09-C/small Passed  0.001 seconds
-/TP/GAW/SR/BV-09-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-25-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-25-C/large-1 Passed  0.001 seconds
-/TP/GAW/SR/BI-26-C/small Passed  0.001 seconds
-/TP/GAW/SR/BI-26-C/large-1 Passed  0.001 seconds
-/robustness/no-reliable-characteristic Passed  0.001 seconds
-/robustness/unkown-request Passed  0.001 seconds
-/robustness/unkown-command Passed  0.001 seconds
-
-Total: 192, Passed: 191 (99.5%), Failed: 0, Not Run: 1
-Overall execution time: 0.164 seconds
-PASS: test-gatt
-/gattrib/refcount: OK
-/gattrib/get_channel: OK
-/gattrib/send: OK
-/gattrib/cancel: OK
-/gattrib/register: OK
-/gattrib/buffers: OK
-PASS: test-gattrib
-
-/gdbus/simple_client - init
-/gdbus/simple_client - setup
-/gdbus/simple_client - setup complete
-/gdbus/simple_client - run
-/gdbus/simple_client - test not run
-/gdbus/simple_client - teardown
-/gdbus/simple_client - teardown complete
-/gdbus/simple_client - done
-
-/gdbus/client_connect_disconnect - init
-/gdbus/client_connect_disconnect - setup
-/gdbus/client_connect_disconnect - setup complete
-/gdbus/client_connect_disconnect - run
-/gdbus/client_connect_disconnect - test not run
-/gdbus/client_connect_disconnect - teardown
-/gdbus/client_connect_disconnect - teardown complete
-/gdbus/client_connect_disconnect - done
-
-/gdbus/client_get_string_property - init
-/gdbus/client_get_string_property - setup
-/gdbus/client_get_string_property - setup complete
-/gdbus/client_get_string_property - run
-/gdbus/client_get_string_property - test not run
-/gdbus/client_get_string_property - teardown
-/gdbus/client_get_string_property - teardown complete
-/gdbus/client_get_string_property - done
-
-/gdbus/client_get_boolean_property - init
-/gdbus/client_get_boolean_property - setup
-/gdbus/client_get_boolean_property - setup complete
-/gdbus/client_get_boolean_property - run
-/gdbus/client_get_boolean_property - test not run
-/gdbus/client_get_boolean_property - teardown
-/gdbus/client_get_boolean_property - teardown complete
-/gdbus/client_get_boolean_property - done
-
-/gdbus/client_get_uint64_property - init
-/gdbus/client_get_uint64_property - setup
-/gdbus/client_get_uint64_property - setup complete
-/gdbus/client_get_uint64_property - run
-/gdbus/client_get_uint64_property - test not run
-/gdbus/client_get_uint64_property - teardown
-/gdbus/client_get_uint64_property - teardown complete
-/gdbus/client_get_uint64_property - done
-
-/gdbus/client_get_array_property - init
-/gdbus/client_get_array_property - setup
-/gdbus/client_get_array_property - setup complete
-/gdbus/client_get_array_property - run
-/gdbus/client_get_array_property - test not run
-/gdbus/client_get_array_property - teardown
-/gdbus/client_get_array_property - teardown complete
-/gdbus/client_get_array_property - done
-
-/gdbus/client_get_dict_property - init
-/gdbus/client_get_dict_property - setup
-/gdbus/client_get_dict_property - setup complete
-/gdbus/client_get_dict_property - run
-/gdbus/client_get_dict_property - test not run
-/gdbus/client_get_dict_property - teardown
-/gdbus/client_get_dict_property - teardown complete
-/gdbus/client_get_dict_property - done
-
-/gdbus/client_set_string_property - init
-/gdbus/client_set_string_property - setup
-/gdbus/client_set_string_property - setup complete
-/gdbus/client_set_string_property - run
-/gdbus/client_set_string_property - test not run
-/gdbus/client_set_string_property - teardown
-/gdbus/client_set_string_property - teardown complete
-/gdbus/client_set_string_property - done
-
-/gdbus/client_string_changed - init
-/gdbus/client_string_changed - setup
-/gdbus/client_string_changed - setup complete
-/gdbus/client_string_changed - run
-/gdbus/client_string_changed - test not run
-/gdbus/client_string_changed - teardown
-/gdbus/client_string_changed - teardown complete
-/gdbus/client_string_changed - done
-
-/gdbus/client_check_order - init
-/gdbus/client_check_order - setup
-/gdbus/client_check_order - setup complete
-/gdbus/client_check_order - run
-/gdbus/client_check_order - test not run
-/gdbus/client_check_order - teardown
-/gdbus/client_check_order - teardown complete
-/gdbus/client_check_order - done
-
-/gdbus/client_proxy_removed - init
-/gdbus/client_proxy_removed - setup
-/gdbus/client_proxy_removed - setup complete
-/gdbus/client_proxy_removed - run
-/gdbus/client_proxy_removed - test not run
-/gdbus/client_proxy_removed - teardown
-/gdbus/client_proxy_removed - teardown complete
-/gdbus/client_proxy_removed - done
-
-/gdbus/client_no_object_manager - init
-/gdbus/client_no_object_manager - setup
-/gdbus/client_no_object_manager - setup complete
-/gdbus/client_no_object_manager - run
-/gdbus/client_no_object_manager - test not run
-/gdbus/client_no_object_manager - teardown
-/gdbus/client_no_object_manager - teardown complete
-/gdbus/client_no_object_manager - done
-
-/gdbus/client_force_disconnect - init
-/gdbus/client_force_disconnect - setup
-/gdbus/client_force_disconnect - setup complete
-/gdbus/client_force_disconnect - run
-/gdbus/client_force_disconnect - test not run
-/gdbus/client_force_disconnect - teardown
-/gdbus/client_force_disconnect - teardown complete
-/gdbus/client_force_disconnect - done
-
-/gdbus/client_ready - init
-/gdbus/client_ready - setup
-/gdbus/client_ready - setup complete
-/gdbus/client_ready - run
-/gdbus/client_ready - test not run
-/gdbus/client_ready - teardown
-/gdbus/client_ready - teardown complete
-/gdbus/client_ready - done
-
-
-Test Summary
-------------
-/gdbus/simple_client Not Run 
-/gdbus/client_connect_disconnect Not Run 
-/gdbus/client_get_string_property Not Run 
-/gdbus/client_get_boolean_property Not Run 
-/gdbus/client_get_uint64_property Not Run 
-/gdbus/client_get_array_property Not Run 
-/gdbus/client_get_dict_property Not Run 
-/gdbus/client_set_string_property Not Run 
-/gdbus/client_string_changed Not Run 
-/gdbus/client_check_order Not Run 
-/gdbus/client_proxy_removed Not Run 
-/gdbus/client_no_object_manager Not Run 
-/gdbus/client_force_disconnect Not Run 
-/gdbus/client_ready Not Run 
-
-Total: 14, Passed: 0 (0.0%), Failed: 0, Not Run: 14
-Overall execution time: 0.00034 seconds
-PASS: test-gdbus-client
-/gobex/null_io: OK
-/gobex/basic: OK
-/gobex/ref_unref: OK
-/gobex/test_disconnect: OK
-/gobex/test_recv_connect_stream: OK
-/gobex/test_recv_connect_pkt: OK
-/gobex/test_send_connect_stream: OK
-/gobex/test_send_connect_pkt: OK
-/gobex/test_recv_unexpected: OK
-/gobex/test_send_on_demand_stream: OK
-/gobex/test_send_on_demand_pkt: OK
-/gobex/test_send_on_demand_fail_stream: OK
-/gobex/test_send_on_demand_fail_pkt: OK
-/gobex/test_send_connect_req_stream: OK
-/gobex/test_send_connect_req_pkt: OK
-/gobex/test_send_nval_connect_req_stream: OK
-/gobex/test_send_nval_connect_req_pkt: OK
-/gobex/test_send_nval_connect_req_short_pkt: OK
-/gobex/test_send_connect_req_timeout_stream: OK
-/gobex/test_send_connect_req_timeout_pkt: OK
-/gobex/test_cancel_req_immediate: OK
-/gobex/test_cancel_req_delay_stream: OK
-/gobex/test_cancel_req_delay_pkt: OK
-/gobex/test_connect: OK
-/gobex/test_obex_disconnect: OK
-/gobex/test_auth: OK
-/gobex/test_auth_fail: OK
-/gobex/test_setpath: OK
-/gobex/test_setpath_up: OK
-/gobex/test_setpath_up_down: OK
-/gobex/test_mkdir: OK
-/gobex/test_delete: OK
-/gobex/test_copy: OK
-/gobex/test_move: OK
-PASS: test-gobex
-/gobex/test_apparam_nval_short: OK
-/gobex/test_apparam_nval_data: OK
-/gobex/test_apparam_nval2_short: OK
-/gobex/test_apparam_nval2_data: OK
-/gobex/test_apparam_get_uint8: OK
-/gobex/test_apparam_get_uint16: OK
-/gobex/test_apparam_get_uint32: OK
-/gobex/test_apparam_get_uint64: OK
-/gobex/test_apparam_get_string: OK
-/gobex/test_apparam_get_bytes: OK
-/gobex/test_apparam_get_multi: OK
-/gobex/test_apparam_set_uint8: OK
-/gobex/test_apparam_set_uint16: OK
-/gobex/test_apparam_set_uint32: OK
-/gobex/test_apparam_set_uint64: OK
-/gobex/test_apparam_set_string: OK
-/gobex/test_apparam_set_bytes: OK
-/gobex/test_apparam_set_multi: OK
-PASS: test-gobex-apparam
-/gobex/test_decode_header_connid: OK
-/gobex/test_decode_header_name_empty: OK
-/gobex/test_decode_header_name_ascii: **
-ERROR:../bluez-5.50/unit/test-gobex-header.c:338:test_decode_header_name_ascii: assertion failed (err == NULL): Unicode conversion failed: Conversion from character set ?UTF-16BE? to ?UTF-8? is not supported (g-obex-error-quark, 256)
-/usr/lib/bluez5/ptest/run-ptest: line 8: 1505 Aborted "./$f"
-FAIL: test-gobex-header
-/gobex/test_pkt: OK
-/gobex/test_decode_pkt: OK
-/gobex/test_decode_pkt_header: OK
-/gobex/test_decode_connect: OK
-/gobex/test_decode_nval: OK
-/gobex/test_encode_pkt: OK
-/gobex/test_encode_on_demand: OK
-/gobex/test_encode_on_demand_fail: OK
-/gobex/test_create_args: OK
-PASS: test-gobex-packet
-/gobex/test_conn_req: OK
-/gobex/test_conn_rsp: OK
-/gobex/test_put_req: OK
-/gobex/test_put_rsp: io_cb count 1
-
-(./test-gobex-transfer:1507): GLib-CRITICAL **: 12:58:39.333: Source ID 18 was not found when attempting to remove it
-/usr/lib/bluez5/ptest/run-ptest: line 8: 1507 Trace/breakpoint trap "./$f"
-FAIL: test-gobex-transfer
-
-/hfp/test_init - init
-/hfp/test_init - setup
-/hfp/test_init - setup complete
-/hfp/test_init - run
-/hfp/test_init - test passed
-/hfp/test_init - teardown
-/hfp/test_init - teardown complete
-/hfp/test_init - done
-
-/hfp/test_cmd_handler_1 - init
-/hfp/test_cmd_handler_1 - setup
-/hfp/test_cmd_handler_1 - setup complete
-/hfp/test_cmd_handler_1 - run
-/hfp/test_cmd_handler_1 - test passed
-/hfp/test_cmd_handler_1 - teardown
-/hfp/test_cmd_handler_1 - teardown complete
-/hfp/test_cmd_handler_1 - done
-
-/hfp/test_cmd_handler_2 - init
-/hfp/test_cmd_handler_2 - setup
-/hfp/test_cmd_handler_2 - setup complete
-/hfp/test_cmd_handler_2 - run
-/hfp/test_cmd_handler_2 - test passed
-/hfp/test_cmd_handler_2 - teardown
-/hfp/test_cmd_handler_2 - teardown complete
-/hfp/test_cmd_handler_2 - done
-
-/hfp/test_register_1 - init
-/hfp/test_register_1 - setup
-/hfp/test_register_1 - setup complete
-/hfp/test_register_1 - run
-/hfp/test_register_1 - test passed
-/hfp/test_register_1 - teardown
-/hfp/test_register_1 - teardown complete
-/hfp/test_register_1 - done
-
-/hfp/test_register_2 - init
-/hfp/test_register_2 - setup
-/hfp/test_register_2 - setup complete
-/hfp/test_register_2 - run
-/hfp/test_register_2 - test passed
-/hfp/test_register_2 - teardown
-/hfp/test_register_2 - teardown complete
-/hfp/test_register_2 - done
-
-/hfp/test_register_3 - init
-/hfp/test_register_3 - setup
-/hfp/test_register_3 - setup complete
-/hfp/test_register_3 - run
-/hfp/test_register_3 - test passed
-/hfp/test_register_3 - teardown
-/hfp/test_register_3 - teardown complete
-/hfp/test_register_3 - done
-
-/hfp/test_register_4 - init
-/hfp/test_register_4 - setup
-/hfp/test_register_4 - setup complete
-/hfp/test_register_4 - run
-/hfp/test_register_4 - test passed
-/hfp/test_register_4 - teardown
-/hfp/test_register_4 - teardown complete
-/hfp/test_register_4 - done
-
-/hfp/test_register_5 - init
-/hfp/test_register_5 - setup
-/hfp/test_register_5 - setup complete
-/hfp/test_register_5 - run
-/hfp/test_register_5 - test passed
-/hfp/test_register_5 - teardown
-/hfp/test_register_5 - teardown complete
-/hfp/test_register_5 - done
-
-/hfp/test_fragmented_1 - init
-/hfp/test_fragmented_1 - setup
-/hfp/test_fragmented_1 - setup complete
-/hfp/test_fragmented_1 - run
-/hfp/test_fragmented_1 - test passed
-/hfp/test_fragmented_1 - teardown
-/hfp/test_fragmented_1 - teardown complete
-/hfp/test_fragmented_1 - done
-
-/hfp/test_ustring_1 - init
-/hfp/test_ustring_1 - setup
-/hfp/test_ustring_1 - setup complete
-/hfp/test_ustring_1 - run
-/hfp/test_ustring_1 - test passed
-/hfp/test_ustring_1 - teardown
-/hfp/test_ustring_1 - teardown complete
-/hfp/test_ustring_1 - done
-
-/hfp/test_ustring_2 - init
-/hfp/test_ustring_2 - setup
-/hfp/test_ustring_2 - setup complete
-/hfp/test_ustring_2 - run
-/hfp/test_ustring_2 - test passed
-/hfp/test_ustring_2 - teardown
-/hfp/test_ustring_2 - teardown complete
-/hfp/test_ustring_2 - done
-
-/hfp/test_string_1 - init
-/hfp/test_string_1 - setup
-/hfp/test_string_1 - setup complete
-/hfp/test_string_1 - run
-/hfp/test_string_1 - test passed
-/hfp/test_string_1 - teardown
-/hfp/test_string_1 - teardown complete
-/hfp/test_string_1 - done
-
-/hfp/test_string_2 - init
-/hfp/test_string_2 - setup
-/hfp/test_string_2 - setup complete
-/hfp/test_string_2 - run
-/hfp/test_string_2 - test passed
-/hfp/test_string_2 - teardown
-/hfp/test_string_2 - teardown complete
-/hfp/test_string_2 - done
-
-/hfp/test_corrupted_1 - init
-/hfp/test_corrupted_1 - setup
-/hfp/test_corrupted_1 - setup complete
-/hfp/test_corrupted_1 - run
-/hfp/test_corrupted_1 - test passed
-/hfp/test_corrupted_1 - teardown
-/hfp/test_corrupted_1 - teardown complete
-/hfp/test_corrupted_1 - done
-
-/hfp/test_empty - init
-/hfp/test_empty - setup
-/hfp/test_empty - setup complete
-/hfp/test_empty - run
-/hfp/test_empty - test passed
-/hfp/test_empty - teardown
-/hfp/test_empty - teardown complete
-/hfp/test_empty - done
-
-/hfp_hf/test_init - init
-/hfp_hf/test_init - setup
-/hfp_hf/test_init - setup complete
-/hfp_hf/test_init - run
-/hfp_hf/test_init - test passed
-/hfp_hf/test_init - teardown
-/hfp_hf/test_init - teardown complete
-/hfp_hf/test_init - done
-
-/hfp_hf/test_send_command_1 - init
-/hfp_hf/test_send_command_1 - setup
-/hfp_hf/test_send_command_1 - setup complete
-/hfp_hf/test_send_command_1 - run
-/hfp_hf/test_send_command_1 - test passed
-/hfp_hf/test_send_command_1 - teardown
-/hfp_hf/test_send_command_1 - teardown complete
-/hfp_hf/test_send_command_1 - done
-
-/hfp_hf/test_send_command_2 - init
-/hfp_hf/test_send_command_2 - setup
-/hfp_hf/test_send_command_2 - setup complete
-/hfp_hf/test_send_command_2 - run
-/hfp_hf/test_send_command_2 - test passed
-/hfp_hf/test_send_command_2 - teardown
-/hfp_hf/test_send_command_2 - teardown complete
-/hfp_hf/test_send_command_2 - done
-
-/hfp_hf/test_send_command_3 - init
-/hfp_hf/test_send_command_3 - setup
-/hfp_hf/test_send_command_3 - setup complete
-/hfp_hf/test_send_command_3 - run
-/hfp_hf/test_send_command_3 - test passed
-/hfp_hf/test_send_command_3 - teardown
-/hfp_hf/test_send_command_3 - teardown complete
-/hfp_hf/test_send_command_3 - done
-
-/hfp_hf/test_unsolicited_1 - init
-/hfp_hf/test_unsolicited_1 - setup
-/hfp_hf/test_unsolicited_1 - setup complete
-/hfp_hf/test_unsolicited_1 - run
-/hfp_hf/test_unsolicited_1 - test passed
-/hfp_hf/test_unsolicited_1 - teardown
-/hfp_hf/test_unsolicited_1 - teardown complete
-/hfp_hf/test_unsolicited_1 - done
-
-/hfp_hf/test_unsolicited_2 - init
-/hfp_hf/test_unsolicited_2 - setup
-/hfp_hf/test_unsolicited_2 - setup complete
-/hfp_hf/test_unsolicited_2 - run
-/hfp_hf/test_unsolicited_2 - test passed
-/hfp_hf/test_unsolicited_2 - teardown
-/hfp_hf/test_unsolicited_2 - teardown complete
-/hfp_hf/test_unsolicited_2 - done
-
-/hfp_hf/test_unsolicited_3 - init
-/hfp_hf/test_unsolicited_3 - setup
-/hfp_hf/test_unsolicited_3 - setup complete
-/hfp_hf/test_unsolicited_3 - run
-/hfp_hf/test_unsolicited_3 - test passed
-/hfp_hf/test_unsolicited_3 - teardown
-/hfp_hf/test_unsolicited_3 - teardown complete
-/hfp_hf/test_unsolicited_3 - done
-
-/hfp_hf/test_corrupted_1 - init
-/hfp_hf/test_corrupted_1 - setup
-/hfp_hf/test_corrupted_1 - setup complete
-/hfp_hf/test_corrupted_1 - run
-/hfp_hf/test_corrupted_1 - test passed
-/hfp_hf/test_corrupted_1 - teardown
-/hfp_hf/test_corrupted_1 - teardown complete
-/hfp_hf/test_corrupted_1 - done
-
-/hfp_hf/test_corrupted_2 - init
-/hfp_hf/test_corrupted_2 - setup
-/hfp_hf/test_corrupted_2 - setup complete
-/hfp_hf/test_corrupted_2 - run
-/hfp_hf/test_corrupted_2 - test passed
-/hfp_hf/test_corrupted_2 - teardown
-/hfp_hf/test_corrupted_2 - teardown complete
-/hfp_hf/test_corrupted_2 - done
-
-/hfp_hf/test_empty - init
-/hfp_hf/test_empty - setup
-/hfp_hf/test_empty - setup complete
-/hfp_hf/test_empty - run
-/hfp_hf/test_empty - test passed
-/hfp_hf/test_empty - teardown
-/hfp_hf/test_empty - teardown complete
-/hfp_hf/test_empty - done
-
-/hfp_hf/test_unknown - init
-/hfp_hf/test_unknown - setup
-/hfp_hf/test_unknown - setup complete
-/hfp_hf/test_unknown - run
-/hfp_hf/test_unknown - test passed
-/hfp_hf/test_unknown - teardown
-/hfp_hf/test_unknown - teardown complete
-/hfp_hf/test_unknown - done
-
-/hfp_hf/test_context_parser_1 - init
-/hfp_hf/test_context_parser_1 - setup
-/hfp_hf/test_context_parser_1 - setup complete
-/hfp_hf/test_context_parser_1 - run
-/hfp_hf/test_context_parser_1 - test passed
-/hfp_hf/test_context_parser_1 - teardown
-/hfp_hf/test_context_parser_1 - teardown complete
-/hfp_hf/test_context_parser_1 - done
-
-/hfp_hf/test_context_parser_2 - init
-/hfp_hf/test_context_parser_2 - setup
-/hfp_hf/test_context_parser_2 - setup complete
-/hfp_hf/test_context_parser_2 - run
-/hfp_hf/test_context_parser_2 - test passed
-/hfp_hf/test_context_parser_2 - teardown
-/hfp_hf/test_context_parser_2 - teardown complete
-/hfp_hf/test_context_parser_2 - done
-
-/hfp_hf/test_context_skip_field - init
-/hfp_hf/test_context_skip_field - setup
-/hfp_hf/test_context_skip_field - setup complete
-/hfp_hf/test_context_skip_field - run
-/hfp_hf/test_context_skip_field - test passed
-/hfp_hf/test_context_skip_field - teardown
-/hfp_hf/test_context_skip_field - teardown complete
-/hfp_hf/test_context_skip_field - done
-
-
-Test Summary
-------------
-/hfp/test_init Passed  0.000 seconds
-/hfp/test_cmd_handler_1 Passed  0.000 seconds
-/hfp/test_cmd_handler_2 Passed  0.000 seconds
-/hfp/test_register_1 Passed  0.000 seconds
-/hfp/test_register_2 Passed  0.000 seconds
-/hfp/test_register_3 Passed  0.000 seconds
-/hfp/test_register_4 Passed  0.000 seconds
-/hfp/test_register_5 Passed  0.000 seconds
-/hfp/test_fragmented_1 Passed  0.000 seconds
-/hfp/test_ustring_1 Passed  0.000 seconds
-/hfp/test_ustring_2 Passed  0.000 seconds
-/hfp/test_string_1 Passed  0.000 seconds
-/hfp/test_string_2 Passed  0.000 seconds
-/hfp/test_corrupted_1 Passed  0.000 seconds
-/hfp/test_empty Passed  0.000 seconds
-/hfp_hf/test_init Passed  0.000 seconds
-/hfp_hf/test_send_command_1 Passed  0.000 seconds
-/hfp_hf/test_send_command_2 Passed  0.000 seconds
-/hfp_hf/test_send_command_3 Passed  0.000 seconds
-/hfp_hf/test_unsolicited_1 Passed  0.000 seconds
-/hfp_hf/test_unsolicited_2 Passed  0.000 seconds
-/hfp_hf/test_unsolicited_3 Passed  0.000 seconds
-/hfp_hf/test_corrupted_1 Passed  0.000 seconds
-/hfp_hf/test_corrupted_2 Passed  0.000 seconds
-/hfp_hf/test_empty Passed  0.000 seconds
-/hfp_hf/test_unknown Passed  0.000 seconds
-/hfp_hf/test_context_parser_1 Passed  0.000 seconds
-/hfp_hf/test_context_parser_2 Passed  0.000 seconds
-/hfp_hf/test_context_skip_field Passed  0.000 seconds
-
-Total: 29, Passed: 29 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.00199 seconds
-PASS: test-hfp
-
-/TP/HGRF/RH/BV-01-I - init
-/TP/HGRF/RH/BV-01-I - setup
-/TP/HGRF/RH/BV-01-I - setup complete
-/TP/HGRF/RH/BV-01-I - run
-/TP/HGRF/RH/BV-01-I - test passed
-/TP/HGRF/RH/BV-01-I - teardown
-/TP/HGRF/RH/BV-01-I - teardown complete
-/TP/HGRF/RH/BV-01-I - done
-
-/TP/HGRF/RH/BV-08-I - init
-/TP/HGRF/RH/BV-08-I - setup
-/TP/HGRF/RH/BV-08-I - setup complete
-/TP/HGRF/RH/BV-08-I - run
-/TP/HGRF/RH/BV-08-I - test passed
-/TP/HGRF/RH/BV-08-I - teardown
-/TP/HGRF/RH/BV-08-I - teardown complete
-/TP/HGRF/RH/BV-08-I - done
-
-/TP/HGRF/RH/BV-09-I - init
-/TP/HGRF/RH/BV-09-I - setup
-/TP/HGRF/RH/BV-09-I - setup complete
-/TP/HGRF/RH/BV-09-I - run
-/TP/HGRF/RH/BV-09-I - test passed
-/TP/HGRF/RH/BV-09-I - teardown
-/TP/HGRF/RH/BV-09-I - teardown complete
-/TP/HGRF/RH/BV-09-I - done
-
-/TP/HGRF/RH/BV-06-I - init
-/TP/HGRF/RH/BV-06-I - setup
-/TP/HGRF/RH/BV-06-I - setup complete
-/TP/HGRF/RH/BV-06-I - run
-/TP/HGRF/RH/BV-06-I - test passed
-/TP/HGRF/RH/BV-06-I - teardown
-/TP/HGRF/RH/BV-06-I - teardown complete
-/TP/HGRF/RH/BV-06-I - done
-
-/TP/HGCF/RH/BV-01-I - init
-/TP/HGCF/RH/BV-01-I - setup
-/TP/HGCF/RH/BV-01-I - setup complete
-/TP/HGCF/RH/BV-01-I - run
-/TP/HGCF/RH/BV-01-I - test passed
-/TP/HGCF/RH/BV-01-I - teardown
-/TP/HGCF/RH/BV-01-I - teardown complete
-/TP/HGCF/RH/BV-01-I - done
-
-/TP/HGRF/RH/BV-02-I - init
-/TP/HGRF/RH/BV-02-I - setup
-/TP/HGRF/RH/BV-02-I - setup complete
-/TP/HGRF/RH/BV-02-I - run
-/TP/HGRF/RH/BV-02-I - test passed
-/TP/HGRF/RH/BV-02-I - teardown
-/TP/HGRF/RH/BV-02-I - teardown complete
-/TP/HGRF/RH/BV-02-I - done
-
-
-Test Summary
-------------
-/TP/HGRF/RH/BV-01-I Passed  0.002 seconds
-/TP/HGRF/RH/BV-08-I Passed  0.017 seconds
-/TP/HGRF/RH/BV-09-I Passed  0.001 seconds
-/TP/HGRF/RH/BV-06-I Passed  0.001 seconds
-/TP/HGCF/RH/BV-01-I Passed  0.001 seconds
-/TP/HGRF/RH/BV-02-I Passed  0.001 seconds
-
-Total: 6, Passed: 6 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.0227 seconds
-PASS: test-hog
-
-/lib/ntoh64 - init
-/lib/ntoh64 - setup
-/lib/ntoh64 - setup complete
-/lib/ntoh64 - run
-/lib/ntoh64 - test passed
-/lib/ntoh64 - teardown
-/lib/ntoh64 - teardown complete
-/lib/ntoh64 - done
-
-/lib/hton64 - init
-/lib/hton64 - setup
-/lib/hton64 - setup complete
-/lib/hton64 - run
-/lib/hton64 - test passed
-/lib/hton64 - teardown
-/lib/hton64 - teardown complete
-/lib/hton64 - done
-
-/lib/sdp_get_access_protos/valid - init
-/lib/sdp_get_access_protos/valid - setup
-/lib/sdp_get_access_protos/valid - setup complete
-/lib/sdp_get_access_protos/valid - run
-/lib/sdp_get_access_protos/valid - test passed
-/lib/sdp_get_access_protos/valid - teardown
-/lib/sdp_get_access_protos/valid - teardown complete
-/lib/sdp_get_access_protos/valid - done
-
-/lib/sdp_get_access_protos/nodata - init
-/lib/sdp_get_access_protos/nodata - setup
-/lib/sdp_get_access_protos/nodata - setup complete
-/lib/sdp_get_access_protos/nodata - run
-/lib/sdp_get_access_protos/nodata - test passed
-/lib/sdp_get_access_protos/nodata - teardown
-/lib/sdp_get_access_protos/nodata - teardown complete
-/lib/sdp_get_access_protos/nodata - done
-
-/lib/sdp_get_access_protos/invalid_dtd1 - init
-/lib/sdp_get_access_protos/invalid_dtd1 - setup
-/lib/sdp_get_access_protos/invalid_dtd1 - setup complete
-/lib/sdp_get_access_protos/invalid_dtd1 - run
-/lib/sdp_get_access_protos/invalid_dtd1 - test passed
-/lib/sdp_get_access_protos/invalid_dtd1 - teardown
-/lib/sdp_get_access_protos/invalid_dtd1 - teardown complete
-/lib/sdp_get_access_protos/invalid_dtd1 - done
-
-/lib/sdp_get_access_protos/invalid_dtd2 - init
-/lib/sdp_get_access_protos/invalid_dtd2 - setup
-/lib/sdp_get_access_protos/invalid_dtd2 - setup complete
-/lib/sdp_get_access_protos/invalid_dtd2 - run
-/lib/sdp_get_access_protos/invalid_dtd2 - test passed
-/lib/sdp_get_access_protos/invalid_dtd2 - teardown
-/lib/sdp_get_access_protos/invalid_dtd2 - teardown complete
-/lib/sdp_get_access_protos/invalid_dtd2 - done
-
-/lib/sdp_get_lang_attr/valid - init
-/lib/sdp_get_lang_attr/valid - setup
-/lib/sdp_get_lang_attr/valid - setup complete
-/lib/sdp_get_lang_attr/valid - run
-/lib/sdp_get_lang_attr/valid - test passed
-/lib/sdp_get_lang_attr/valid - teardown
-/lib/sdp_get_lang_attr/valid - teardown complete
-/lib/sdp_get_lang_attr/valid - done
-
-/lib/sdp_get_lang_attr/nodata - init
-/lib/sdp_get_lang_attr/nodata - setup
-/lib/sdp_get_lang_attr/nodata - setup complete
-/lib/sdp_get_lang_attr/nodata - run
-/lib/sdp_get_lang_attr/nodata - test passed
-/lib/sdp_get_lang_attr/nodata - teardown
-/lib/sdp_get_lang_attr/nodata - teardown complete
-/lib/sdp_get_lang_attr/nodata - done
-
-/lib/sdp_get_lang_attr/invalid_dtd - init
-/lib/sdp_get_lang_attr/invalid_dtd - setup
-/lib/sdp_get_lang_attr/invalid_dtd - setup complete
-/lib/sdp_get_lang_attr/invalid_dtd - run
-/lib/sdp_get_lang_attr/invalid_dtd - test passed
-/lib/sdp_get_lang_attr/invalid_dtd - teardown
-/lib/sdp_get_lang_attr/invalid_dtd - teardown complete
-/lib/sdp_get_lang_attr/invalid_dtd - done
-
-/lib/sdp_get_profile_descs/valid - init
-/lib/sdp_get_profile_descs/valid - setup
-/lib/sdp_get_profile_descs/valid - setup complete
-/lib/sdp_get_profile_descs/valid - run
-/lib/sdp_get_profile_descs/valid - test passed
-/lib/sdp_get_profile_descs/valid - teardown
-/lib/sdp_get_profile_descs/valid - teardown complete
-/lib/sdp_get_profile_descs/valid - done
-
-/lib/sdp_get_profile_descs/nodata - init
-/lib/sdp_get_profile_descs/nodata - setup
-/lib/sdp_get_profile_descs/nodata - setup complete
-/lib/sdp_get_profile_descs/nodata - run
-/lib/sdp_get_profile_descs/nodata - test passed
-/lib/sdp_get_profile_descs/nodata - teardown
-/lib/sdp_get_profile_descs/nodata - teardown complete
-/lib/sdp_get_profile_descs/nodata - done
-
-/lib/sdp_get_profile_descs/invalid_dtd - init
-/lib/sdp_get_profile_descs/invalid_dtd - setup
-/lib/sdp_get_profile_descs/invalid_dtd - setup complete
-/lib/sdp_get_profile_descs/invalid_dtd - run
-/lib/sdp_get_profile_descs/invalid_dtd - test passed
-/lib/sdp_get_profile_descs/invalid_dtd - teardown
-/lib/sdp_get_profile_descs/invalid_dtd - teardown complete
-/lib/sdp_get_profile_descs/invalid_dtd - done
-
-/lib/sdp_get_profile_descs/workaround - init
-/lib/sdp_get_profile_descs/workaround - setup
-/lib/sdp_get_profile_descs/workaround - setup complete
-/lib/sdp_get_profile_descs/workaround - run
-/lib/sdp_get_profile_descs/workaround - test passed
-/lib/sdp_get_profile_descs/workaround - teardown
-/lib/sdp_get_profile_descs/workaround - teardown complete
-/lib/sdp_get_profile_descs/workaround - done
-
-/lib/sdp_get_server_ver - init
-/lib/sdp_get_server_ver - setup
-/lib/sdp_get_server_ver - setup complete
-/lib/sdp_get_server_ver - run
-/lib/sdp_get_server_ver - test passed
-/lib/sdp_get_server_ver - teardown
-/lib/sdp_get_server_ver - teardown complete
-/lib/sdp_get_server_ver - done
-
-
-Test Summary
-------------
-/lib/ntoh64 Passed  0.000 seconds
-/lib/hton64 Passed  0.000 seconds
-/lib/sdp_get_access_protos/valid Passed  0.001 seconds
-/lib/sdp_get_access_protos/nodata Passed  0.000 seconds
-/lib/sdp_get_access_protos/invalid_dtd1 Passed  0.000 seconds
-/lib/sdp_get_access_protos/invalid_dtd2 Passed  0.000 seconds
-/lib/sdp_get_lang_attr/valid Passed  0.000 seconds
-/lib/sdp_get_lang_attr/nodata Passed  0.000 seconds
-/lib/sdp_get_lang_attr/invalid_dtd Passed  0.000 seconds
-/lib/sdp_get_profile_descs/valid Passed  0.000 seconds
-/lib/sdp_get_profile_descs/nodata Passed  0.000 seconds
-/lib/sdp_get_profile_descs/invalid_dtd Passed  0.000 seconds
-/lib/sdp_get_profile_descs/workaround Passed  0.000 seconds
-/lib/sdp_get_server_ver Passed  0.000 seconds
-
-Total: 14, Passed: 14 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000815 seconds
-PASS: test-lib
-/mgmt/command/1: OK
-/mgmt/command/2: OK
-/mgmt/response/1: OK
-/mgmt/response/2: OK
-/mgmt/event/1: OK
-/mgmt/event/2: OK
-/mgmt/unregister/1: OK
-/mgmt/unregister/2: OK
-/mgmt/destroy/1: OK
-PASS: test-mgmt
-
-/queue/basic - init
-/queue/basic - setup
-/queue/basic - setup complete
-/queue/basic - run
-/queue/basic - test passed
-/queue/basic - teardown
-/queue/basic - teardown complete
-/queue/basic - done
-
-/queue/foreach_destroy - init
-/queue/foreach_destroy - setup
-/queue/foreach_destroy - setup complete
-/queue/foreach_destroy - run
-/queue/foreach_destroy - test passed
-/queue/foreach_destroy - teardown
-/queue/foreach_destroy - teardown complete
-/queue/foreach_destroy - done
-
-/queue/foreach_remove - init
-/queue/foreach_remove - setup
-/queue/foreach_remove - setup complete
-/queue/foreach_remove - run
-/queue/foreach_remove - test passed
-/queue/foreach_remove - teardown
-/queue/foreach_remove - teardown complete
-/queue/foreach_remove - done
-
-/queue/foreach_remove_all - init
-/queue/foreach_remove_all - setup
-/queue/foreach_remove_all - setup complete
-/queue/foreach_remove_all - run
-/queue/foreach_remove_all - test passed
-/queue/foreach_remove_all - teardown
-/queue/foreach_remove_all - teardown complete
-/queue/foreach_remove_all - done
-
-/queue/foreach_remove_backward - init
-/queue/foreach_remove_backward - setup
-/queue/foreach_remove_backward - setup complete
-/queue/foreach_remove_backward - run
-/queue/foreach_remove_backward - test passed
-/queue/foreach_remove_backward - teardown
-/queue/foreach_remove_backward - teardown complete
-/queue/foreach_remove_backward - done
-
-/queue/destroy_remove - init
-/queue/destroy_remove - setup
-/queue/destroy_remove - setup complete
-/queue/destroy_remove - run
-/queue/destroy_remove - test passed
-/queue/destroy_remove - teardown
-/queue/destroy_remove - teardown complete
-/queue/destroy_remove - done
-
-/queue/push_after - init
-/queue/push_after - setup
-/queue/push_after - setup complete
-/queue/push_after - run
-/queue/push_after - test passed
-/queue/push_after - teardown
-/queue/push_after - teardown complete
-/queue/push_after - done
-
-/queue/remove_all - init
-/queue/remove_all - setup
-/queue/remove_all - setup complete
-/queue/remove_all - run
-/queue/remove_all - test passed
-/queue/remove_all - teardown
-/queue/remove_all - teardown complete
-/queue/remove_all - done
-
-
-Test Summary
-------------
-/queue/basic Passed  0.026 seconds
-/queue/foreach_destroy Passed  0.000 seconds
-/queue/foreach_remove Passed  0.000 seconds
-/queue/foreach_remove_all Passed  0.000 seconds
-/queue/foreach_remove_backward Passed  0.000 seconds
-/queue/destroy_remove Passed  0.000 seconds
-/queue/push_after Passed  0.000 seconds
-/queue/remove_all Passed  0.000 seconds
-
-Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.026 seconds
-PASS: test-queue
-
-/ringbuf/power2 - init
-/ringbuf/power2 - setup
-/ringbuf/power2 - setup complete
-/ringbuf/power2 - run
-/ringbuf/power2 - test passed
-/ringbuf/power2 - teardown
-/ringbuf/power2 - teardown complete
-/ringbuf/power2 - done
-
-/ringbuf/alloc - init
-/ringbuf/alloc - setup
-/ringbuf/alloc - setup complete
-/ringbuf/alloc - run
-/ringbuf/alloc - test passed
-/ringbuf/alloc - teardown
-/ringbuf/alloc - teardown complete
-/ringbuf/alloc - done
-
-/ringbuf/printf - init
-/ringbuf/printf - setup
-/ringbuf/printf - setup complete
-/ringbuf/printf - run
-/ringbuf/printf - test passed
-/ringbuf/printf - teardown
-/ringbuf/printf - teardown complete
-/ringbuf/printf - done
-
-
-Test Summary
-------------
-/ringbuf/power2 Passed  0.028 seconds
-/ringbuf/alloc Passed  0.001 seconds
-/ringbuf/printf Passed  0.013 seconds
-
-Total: 3, Passed: 3 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.0428 seconds
-PASS: test-ringbuf
-bluetoothd[1520]: Bluetooth daemon 5.50
-
-/TP/SERVER/SS/BV-01-C/UUID-16 - init
-/TP/SERVER/SS/BV-01-C/UUID-16 - setup
-/TP/SERVER/SS/BV-01-C/UUID-16 - setup complete
-/TP/SERVER/SS/BV-01-C/UUID-16 - run
-/TP/SERVER/SS/BV-01-C/UUID-16 - test passed
-/TP/SERVER/SS/BV-01-C/UUID-16 - teardown
-/TP/SERVER/SS/BV-01-C/UUID-16 - teardown complete
-/TP/SERVER/SS/BV-01-C/UUID-16 - done
-
-/TP/SERVER/SS/BV-01-C/UUID-32 - init
-/TP/SERVER/SS/BV-01-C/UUID-32 - setup
-/TP/SERVER/SS/BV-01-C/UUID-32 - setup complete
-/TP/SERVER/SS/BV-01-C/UUID-32 - run
-/TP/SERVER/SS/BV-01-C/UUID-32 - test passed
-/TP/SERVER/SS/BV-01-C/UUID-32 - teardown
-/TP/SERVER/SS/BV-01-C/UUID-32 - teardown complete
-/TP/SERVER/SS/BV-01-C/UUID-32 - done
-
-/TP/SERVER/SS/BV-01-C/UUID-128 - init
-/TP/SERVER/SS/BV-01-C/UUID-128 - setup
-/TP/SERVER/SS/BV-01-C/UUID-128 - setup complete
-/TP/SERVER/SS/BV-01-C/UUID-128 - run
-/TP/SERVER/SS/BV-01-C/UUID-128 - test passed
-/TP/SERVER/SS/BV-01-C/UUID-128 - teardown
-/TP/SERVER/SS/BV-01-C/UUID-128 - teardown complete
-/TP/SERVER/SS/BV-01-C/UUID-128 - done
-
-/TP/SERVER/SS/BV-03-C/UUID-16 - init
-/TP/SERVER/SS/BV-03-C/UUID-16 - setup
-/TP/SERVER/SS/BV-03-C/UUID-16 - setup complete
-/TP/SERVER/SS/BV-03-C/UUID-16 - run
-/TP/SERVER/SS/BV-03-C/UUID-16 - test passed
-/TP/SERVER/SS/BV-03-C/UUID-16 - teardown
-/TP/SERVER/SS/BV-03-C/UUID-16 - teardown complete
-/TP/SERVER/SS/BV-03-C/UUID-16 - done
-
-/TP/SERVER/SS/BV-03-C/UUID-32 - init
-/TP/SERVER/SS/BV-03-C/UUID-32 - setup
-/TP/SERVER/SS/BV-03-C/UUID-32 - setup complete
-/TP/SERVER/SS/BV-03-C/UUID-32 - run
-/TP/SERVER/SS/BV-03-C/UUID-32 - test passed
-/TP/SERVER/SS/BV-03-C/UUID-32 - teardown
-/TP/SERVER/SS/BV-03-C/UUID-32 - teardown complete
-/TP/SERVER/SS/BV-03-C/UUID-32 - done
-
-/TP/SERVER/SS/BV-03-C/UUID-128 - init
-/TP/SERVER/SS/BV-03-C/UUID-128 - setup
-/TP/SERVER/SS/BV-03-C/UUID-128 - setup complete
-/TP/SERVER/SS/BV-03-C/UUID-128 - run
-/TP/SERVER/SS/BV-03-C/UUID-128 - test passed
-/TP/SERVER/SS/BV-03-C/UUID-128 - teardown
-/TP/SERVER/SS/BV-03-C/UUID-128 - teardown complete
-/TP/SERVER/SS/BV-03-C/UUID-128 - done
-
-/TP/SERVER/SS/BV-04-C/UUID-16 - init
-/TP/SERVER/SS/BV-04-C/UUID-16 - setup
-/TP/SERVER/SS/BV-04-C/UUID-16 - setup complete
-/TP/SERVER/SS/BV-04-C/UUID-16 - run
-/TP/SERVER/SS/BV-04-C/UUID-16 - test passed
-/TP/SERVER/SS/BV-04-C/UUID-16 - teardown
-/TP/SERVER/SS/BV-04-C/UUID-16 - teardown complete
-/TP/SERVER/SS/BV-04-C/UUID-16 - done
-
-/TP/SERVER/SS/BV-04-C/UUID-128 - init
-/TP/SERVER/SS/BV-04-C/UUID-128 - setup
-/TP/SERVER/SS/BV-04-C/UUID-128 - setup complete
-/TP/SERVER/SS/BV-04-C/UUID-128 - run
-/TP/SERVER/SS/BV-04-C/UUID-128 - test passed
-/TP/SERVER/SS/BV-04-C/UUID-128 - teardown
-/TP/SERVER/SS/BV-04-C/UUID-128 - teardown complete
-/TP/SERVER/SS/BV-04-C/UUID-128 - done
-
-/TP/SERVER/SS/BV-04-C/UUID-32 - init
-/TP/SERVER/SS/BV-04-C/UUID-32 - setup
-/TP/SERVER/SS/BV-04-C/UUID-32 - setup complete
-/TP/SERVER/SS/BV-04-C/UUID-32 - run
-/TP/SERVER/SS/BV-04-C/UUID-32 - test passed
-/TP/SERVER/SS/BV-04-C/UUID-32 - teardown
-/TP/SERVER/SS/BV-04-C/UUID-32 - teardown complete
-/TP/SERVER/SS/BV-04-C/UUID-32 - done
-
-/TP/SERVER/SS/BI-01-C/UUID-16 - init
-/TP/SERVER/SS/BI-01-C/UUID-16 - setup
-/TP/SERVER/SS/BI-01-C/UUID-16 - setup complete
-/TP/SERVER/SS/BI-01-C/UUID-16 - run
-/TP/SERVER/SS/BI-01-C/UUID-16 - test passed
-/TP/SERVER/SS/BI-01-C/UUID-16 - teardown
-/TP/SERVER/SS/BI-01-C/UUID-16 - teardown complete
-/TP/SERVER/SS/BI-01-C/UUID-16 - done
-
-/TP/SERVER/SS/BI-01-C/UUID-32 - init
-/TP/SERVER/SS/BI-01-C/UUID-32 - setup
-/TP/SERVER/SS/BI-01-C/UUID-32 - setup complete
-/TP/SERVER/SS/BI-01-C/UUID-32 - run
-/TP/SERVER/SS/BI-01-C/UUID-32 - test passed
-/TP/SERVER/SS/BI-01-C/UUID-32 - teardown
-/TP/SERVER/SS/BI-01-C/UUID-32 - teardown complete
-/TP/SERVER/SS/BI-01-C/UUID-32 - done
-
-/TP/SERVER/SS/BI-01-C/UUID-128 - init
-/TP/SERVER/SS/BI-01-C/UUID-128 - setup
-/TP/SERVER/SS/BI-01-C/UUID-128 - setup complete
-/TP/SERVER/SS/BI-01-C/UUID-128 - run
-/TP/SERVER/SS/BI-01-C/UUID-128 - test passed
-/TP/SERVER/SS/BI-01-C/UUID-128 - teardown
-/TP/SERVER/SS/BI-01-C/UUID-128 - teardown complete
-/TP/SERVER/SS/BI-01-C/UUID-128 - done
-
-/TP/SERVER/SS/BI-02-C/UUID-16 - init
-/TP/SERVER/SS/BI-02-C/UUID-16 - setup
-/TP/SERVER/SS/BI-02-C/UUID-16 - setup complete
-/TP/SERVER/SS/BI-02-C/UUID-16 - run
-/TP/SERVER/SS/BI-02-C/UUID-16 - test passed
-/TP/SERVER/SS/BI-02-C/UUID-16 - teardown
-/TP/SERVER/SS/BI-02-C/UUID-16 - teardown complete
-/TP/SERVER/SS/BI-02-C/UUID-16 - done
-
-/TP/SERVER/SS/BI-02-C/UUID-32 - init
-/TP/SERVER/SS/BI-02-C/UUID-32 - setup
-/TP/SERVER/SS/BI-02-C/UUID-32 - setup complete
-/TP/SERVER/SS/BI-02-C/UUID-32 - run
-/TP/SERVER/SS/BI-02-C/UUID-32 - test passed
-/TP/SERVER/SS/BI-02-C/UUID-32 - teardown
-/TP/SERVER/SS/BI-02-C/UUID-32 - teardown complete
-/TP/SERVER/SS/BI-02-C/UUID-32 - done
-
-/TP/SERVER/SS/BI-02-C/UUID-128 - init
-/TP/SERVER/SS/BI-02-C/UUID-128 - setup
-/TP/SERVER/SS/BI-02-C/UUID-128 - setup complete
-/TP/SERVER/SS/BI-02-C/UUID-128 - run
-/TP/SERVER/SS/BI-02-C/UUID-128 - test passed
-/TP/SERVER/SS/BI-02-C/UUID-128 - teardown
-/TP/SERVER/SS/BI-02-C/UUID-128 - teardown complete
-/TP/SERVER/SS/BI-02-C/UUID-128 - done
-
-/TP/SERVER/SA/BV-01-C - init
-/TP/SERVER/SA/BV-01-C - setup
-/TP/SERVER/SA/BV-01-C - setup complete
-/TP/SERVER/SA/BV-01-C - run
-/TP/SERVER/SA/BV-01-C - test passed
-/TP/SERVER/SA/BV-01-C - teardown
-/TP/SERVER/SA/BV-01-C - teardown complete
-/TP/SERVER/SA/BV-01-C - done
-
-/TP/SERVER/SA/BV-03-C - init
-/TP/SERVER/SA/BV-03-C - setup
-/TP/SERVER/SA/BV-03-C - setup complete
-/TP/SERVER/SA/BV-03-C - run
-/TP/SERVER/SA/BV-03-C - test passed
-/TP/SERVER/SA/BV-03-C - teardown
-/TP/SERVER/SA/BV-03-C - teardown complete
-/TP/SERVER/SA/BV-03-C - done
-
-/TP/SERVER/SA/BV-04-C - init
-/TP/SERVER/SA/BV-04-C - setup
-/TP/SERVER/SA/BV-04-C - setup complete
-/TP/SERVER/SA/BV-04-C - run
-/TP/SERVER/SA/BV-04-C - test passed
-/TP/SERVER/SA/BV-04-C - teardown
-/TP/SERVER/SA/BV-04-C - teardown complete
-/TP/SERVER/SA/BV-04-C - done
-
-/TP/SERVER/SA/BV-05-C - init
-/TP/SERVER/SA/BV-05-C - setup
-/TP/SERVER/SA/BV-05-C - setup complete
-/TP/SERVER/SA/BV-05-C - run
-/TP/SERVER/SA/BV-05-C - test passed
-/TP/SERVER/SA/BV-05-C - teardown
-/TP/SERVER/SA/BV-05-C - teardown complete
-/TP/SERVER/SA/BV-05-C - done
-
-/TP/SERVER/SA/BV-06-C - init
-/TP/SERVER/SA/BV-06-C - setup
-/TP/SERVER/SA/BV-06-C - setup complete
-/TP/SERVER/SA/BV-06-C - run
-/TP/SERVER/SA/BV-06-C - test passed
-/TP/SERVER/SA/BV-06-C - teardown
-/TP/SERVER/SA/BV-06-C - teardown complete
-/TP/SERVER/SA/BV-06-C - done
-
-/TP/SERVER/SA/BV-07-C - init
-/TP/SERVER/SA/BV-07-C - setup
-/TP/SERVER/SA/BV-07-C - setup complete
-/TP/SERVER/SA/BV-07-C - run
-/TP/SERVER/SA/BV-07-C - test passed
-/TP/SERVER/SA/BV-07-C - teardown
-/TP/SERVER/SA/BV-07-C - teardown complete
-/TP/SERVER/SA/BV-07-C - done
-
-/TP/SERVER/SA/BV-08-C - init
-/TP/SERVER/SA/BV-08-C - setup
-/TP/SERVER/SA/BV-08-C - setup complete
-/TP/SERVER/SA/BV-08-C - run
-/TP/SERVER/SA/BV-08-C - test passed
-/TP/SERVER/SA/BV-08-C - teardown
-/TP/SERVER/SA/BV-08-C - teardown complete
-/TP/SERVER/SA/BV-08-C - done
-
-/TP/SERVER/SA/BV-09-C - init
-/TP/SERVER/SA/BV-09-C - setup
-/TP/SERVER/SA/BV-09-C - setup complete
-/TP/SERVER/SA/BV-09-C - run
-/TP/SERVER/SA/BV-09-C - test passed
-/TP/SERVER/SA/BV-09-C - teardown
-/TP/SERVER/SA/BV-09-C - teardown complete
-/TP/SERVER/SA/BV-09-C - done
-
-/TP/SERVER/SA/BV-10-C - init
-/TP/SERVER/SA/BV-10-C - setup
-/TP/SERVER/SA/BV-10-C - setup complete
-/TP/SERVER/SA/BV-10-C - run
-/TP/SERVER/SA/BV-10-C - test passed
-/TP/SERVER/SA/BV-10-C - teardown
-/TP/SERVER/SA/BV-10-C - teardown complete
-/TP/SERVER/SA/BV-10-C - done
-
-/TP/SERVER/SA/BV-11-C - init
-/TP/SERVER/SA/BV-11-C - setup
-/TP/SERVER/SA/BV-11-C - setup complete
-/TP/SERVER/SA/BV-11-C - run
-/TP/SERVER/SA/BV-11-C - test passed
-/TP/SERVER/SA/BV-11-C - teardown
-/TP/SERVER/SA/BV-11-C - teardown complete
-/TP/SERVER/SA/BV-11-C - done
-
-/TP/SERVER/SA/BV-12-C - init
-/TP/SERVER/SA/BV-12-C - setup
-/TP/SERVER/SA/BV-12-C - setup complete
-/TP/SERVER/SA/BV-12-C - run
-/TP/SERVER/SA/BV-12-C - test passed
-/TP/SERVER/SA/BV-12-C - teardown
-/TP/SERVER/SA/BV-12-C - teardown complete
-/TP/SERVER/SA/BV-12-C - done
-
-/TP/SERVER/SA/BV-13-C - init
-/TP/SERVER/SA/BV-13-C - setup
-/TP/SERVER/SA/BV-13-C - setup complete
-/TP/SERVER/SA/BV-13-C - run
-/TP/SERVER/SA/BV-13-C - test passed
-/TP/SERVER/SA/BV-13-C - teardown
-/TP/SERVER/SA/BV-13-C - teardown complete
-/TP/SERVER/SA/BV-13-C - done
-
-/TP/SERVER/SA/BV-14-C - init
-/TP/SERVER/SA/BV-14-C - setup
-/TP/SERVER/SA/BV-14-C - setup complete
-/TP/SERVER/SA/BV-14-C - run
-/TP/SERVER/SA/BV-14-C - test passed
-/TP/SERVER/SA/BV-14-C - teardown
-/TP/SERVER/SA/BV-14-C - teardown complete
-/TP/SERVER/SA/BV-14-C - done
-
-/TP/SERVER/SA/BV-15-C - init
-/TP/SERVER/SA/BV-15-C - setup
-/TP/SERVER/SA/BV-15-C - setup complete
-/TP/SERVER/SA/BV-15-C - run
-/TP/SERVER/SA/BV-15-C - test passed
-/TP/SERVER/SA/BV-15-C - teardown
-/TP/SERVER/SA/BV-15-C - teardown complete
-/TP/SERVER/SA/BV-15-C - done
-
-/TP/SERVER/SA/BV-16-C - init
-/TP/SERVER/SA/BV-16-C - setup
-/TP/SERVER/SA/BV-16-C - setup complete
-/TP/SERVER/SA/BV-16-C - run
-/TP/SERVER/SA/BV-16-C - test passed
-/TP/SERVER/SA/BV-16-C - teardown
-/TP/SERVER/SA/BV-16-C - teardown complete
-/TP/SERVER/SA/BV-16-C - done
-
-/TP/SERVER/SA/BV-17-C - init
-/TP/SERVER/SA/BV-17-C - setup
-/TP/SERVER/SA/BV-17-C - setup complete
-/TP/SERVER/SA/BV-17-C - run
-/TP/SERVER/SA/BV-17-C - test passed
-/TP/SERVER/SA/BV-17-C - teardown
-/TP/SERVER/SA/BV-17-C - teardown complete
-/TP/SERVER/SA/BV-17-C - done
-
-/TP/SERVER/SA/BV-18-C - init
-/TP/SERVER/SA/BV-18-C - setup
-/TP/SERVER/SA/BV-18-C - setup complete
-/TP/SERVER/SA/BV-18-C - run
-/TP/SERVER/SA/BV-18-C - test passed
-/TP/SERVER/SA/BV-18-C - teardown
-/TP/SERVER/SA/BV-18-C - teardown complete
-/TP/SERVER/SA/BV-18-C - done
-
-/TP/SERVER/SA/BV-19-C - init
-/TP/SERVER/SA/BV-19-C - setup
-/TP/SERVER/SA/BV-19-C - setup complete
-/TP/SERVER/SA/BV-19-C - run
-/TP/SERVER/SA/BV-19-C - test passed
-/TP/SERVER/SA/BV-19-C - teardown
-/TP/SERVER/SA/BV-19-C - teardown complete
-/TP/SERVER/SA/BV-19-C - done
-
-/TP/SERVER/SA/BV-20-C - init
-/TP/SERVER/SA/BV-20-C - setup
-/TP/SERVER/SA/BV-20-C - setup complete
-/TP/SERVER/SA/BV-20-C - run
-/TP/SERVER/SA/BV-20-C - test passed
-/TP/SERVER/SA/BV-20-C - teardown
-/TP/SERVER/SA/BV-20-C - teardown complete
-/TP/SERVER/SA/BV-20-C - done
-
-/TP/SERVER/SA/BV-21-C - init
-/TP/SERVER/SA/BV-21-C - setup
-/TP/SERVER/SA/BV-21-C - setup complete
-/TP/SERVER/SA/BV-21-C - run
-/TP/SERVER/SA/BV-21-C - test passed
-/TP/SERVER/SA/BV-21-C - teardown
-/TP/SERVER/SA/BV-21-C - teardown complete
-/TP/SERVER/SA/BV-21-C - done
-
-/TP/SERVER/SA/BI-01-C - init
-/TP/SERVER/SA/BI-01-C - setup
-/TP/SERVER/SA/BI-01-C - setup complete
-/TP/SERVER/SA/BI-01-C - run
-/TP/SERVER/SA/BI-01-C - test passed
-/TP/SERVER/SA/BI-01-C - teardown
-/TP/SERVER/SA/BI-01-C - teardown complete
-/TP/SERVER/SA/BI-01-C - done
-
-/TP/SERVER/SA/BI-02-C - init
-/TP/SERVER/SA/BI-02-C - setup
-/TP/SERVER/SA/BI-02-C - setup complete
-/TP/SERVER/SA/BI-02-C - run
-/TP/SERVER/SA/BI-02-C - test passed
-/TP/SERVER/SA/BI-02-C - teardown
-/TP/SERVER/SA/BI-02-C - teardown complete
-/TP/SERVER/SA/BI-02-C - done
-
-/TP/SERVER/SA/BI-03-C - init
-/TP/SERVER/SA/BI-03-C - setup
-/TP/SERVER/SA/BI-03-C - setup complete
-/TP/SERVER/SA/BI-03-C - run
-/TP/SERVER/SA/BI-03-C - test passed
-/TP/SERVER/SA/BI-03-C - teardown
-/TP/SERVER/SA/BI-03-C - teardown complete
-/TP/SERVER/SA/BI-03-C - done
-
-/TP/SERVER/SSA/BV-01-C/UUID-16 - init
-/TP/SERVER/SSA/BV-01-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-01-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-01-C/UUID-16 - run
-/TP/SERVER/SSA/BV-01-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-01-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-01-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-01-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-01-C/UUID-32 - init
-/TP/SERVER/SSA/BV-01-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-01-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-01-C/UUID-32 - run
-/TP/SERVER/SSA/BV-01-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-01-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-01-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-01-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-01-C/UUID-128 - init
-/TP/SERVER/SSA/BV-01-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-01-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-01-C/UUID-128 - run
-/TP/SERVER/SSA/BV-01-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-01-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-01-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-01-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-02-C/UUID-16 - init
-/TP/SERVER/SSA/BV-02-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-02-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-02-C/UUID-16 - run
-/TP/SERVER/SSA/BV-02-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-02-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-02-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-02-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-02-C/UUID-32 - init
-/TP/SERVER/SSA/BV-02-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-02-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-02-C/UUID-32 - run
-/TP/SERVER/SSA/BV-02-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-02-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-02-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-02-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-02-C/UUID-128 - init
-/TP/SERVER/SSA/BV-02-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-02-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-02-C/UUID-128 - run
-/TP/SERVER/SSA/BV-02-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-02-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-02-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-02-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-03-C/UUID-16 - init
-/TP/SERVER/SSA/BV-03-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-03-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-03-C/UUID-16 - run
-/TP/SERVER/SSA/BV-03-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-03-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-03-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-03-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-03-C/UUID-32 - init
-/TP/SERVER/SSA/BV-03-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-03-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-03-C/UUID-32 - run
-/TP/SERVER/SSA/BV-03-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-03-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-03-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-03-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-03-C/UUID-128 - init
-/TP/SERVER/SSA/BV-03-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-03-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-03-C/UUID-128 - run
-/TP/SERVER/SSA/BV-03-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-03-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-03-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-03-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-04-C/UUID-16 - init
-/TP/SERVER/SSA/BV-04-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-04-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-04-C/UUID-16 - run
-/TP/SERVER/SSA/BV-04-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-04-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-04-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-04-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-04-C/UUID-32 - init
-/TP/SERVER/SSA/BV-04-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-04-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-04-C/UUID-32 - run
-/TP/SERVER/SSA/BV-04-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-04-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-04-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-04-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-04-C/UUID-128 - init
-/TP/SERVER/SSA/BV-04-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-04-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-04-C/UUID-128 - run
-/TP/SERVER/SSA/BV-04-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-04-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-04-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-04-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-06-C/UUID-16 - init
-/TP/SERVER/SSA/BV-06-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-06-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-06-C/UUID-16 - run
-/TP/SERVER/SSA/BV-06-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-06-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-06-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-06-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-06-C/UUID-32 - init
-/TP/SERVER/SSA/BV-06-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-06-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-06-C/UUID-32 - run
-/TP/SERVER/SSA/BV-06-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-06-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-06-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-06-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-06-C/UUID-128 - init
-/TP/SERVER/SSA/BV-06-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-06-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-06-C/UUID-128 - run
-/TP/SERVER/SSA/BV-06-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-06-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-06-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-06-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-07-C/UUID-16 - init
-/TP/SERVER/SSA/BV-07-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-07-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-07-C/UUID-16 - run
-/TP/SERVER/SSA/BV-07-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-07-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-07-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-07-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-07-C/UUID-32 - init
-/TP/SERVER/SSA/BV-07-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-07-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-07-C/UUID-32 - run
-/TP/SERVER/SSA/BV-07-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-07-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-07-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-07-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-07-C/UUID-128 - init
-/TP/SERVER/SSA/BV-07-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-07-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-07-C/UUID-128 - run
-/TP/SERVER/SSA/BV-07-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-07-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-07-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-07-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-08-C/UUID-16 - init
-/TP/SERVER/SSA/BV-08-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-08-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-08-C/UUID-16 - run
-/TP/SERVER/SSA/BV-08-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-08-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-08-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-08-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-08-C/UUID-32 - init
-/TP/SERVER/SSA/BV-08-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-08-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-08-C/UUID-32 - run
-/TP/SERVER/SSA/BV-08-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-08-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-08-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-08-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-08-C/UUID-128 - init
-/TP/SERVER/SSA/BV-08-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-08-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-08-C/UUID-128 - run
-/TP/SERVER/SSA/BV-08-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-08-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-08-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-08-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-09-C/UUID-16 - init
-/TP/SERVER/SSA/BV-09-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-09-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-09-C/UUID-16 - run
-/TP/SERVER/SSA/BV-09-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-09-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-09-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-09-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-09-C/UUID-32 - init
-/TP/SERVER/SSA/BV-09-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-09-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-09-C/UUID-32 - run
-/TP/SERVER/SSA/BV-09-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-09-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-09-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-09-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-09-C/UUID-128 - init
-/TP/SERVER/SSA/BV-09-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-09-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-09-C/UUID-128 - run
-/TP/SERVER/SSA/BV-09-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-09-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-09-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-09-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-10-C/UUID-16 - init
-/TP/SERVER/SSA/BV-10-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-10-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-10-C/UUID-16 - run
-/TP/SERVER/SSA/BV-10-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-10-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-10-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-10-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-10-C/UUID-32 - init
-/TP/SERVER/SSA/BV-10-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-10-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-10-C/UUID-32 - run
-/TP/SERVER/SSA/BV-10-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-10-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-10-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-10-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-10-C/UUID-128 - init
-/TP/SERVER/SSA/BV-10-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-10-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-10-C/UUID-128 - run
-/TP/SERVER/SSA/BV-10-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-10-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-10-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-10-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-11-C/UUID-16 - init
-/TP/SERVER/SSA/BV-11-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-11-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-11-C/UUID-16 - run
-/TP/SERVER/SSA/BV-11-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-11-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-11-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-11-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-11-C/UUID-32 - init
-/TP/SERVER/SSA/BV-11-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-11-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-11-C/UUID-32 - run
-/TP/SERVER/SSA/BV-11-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-11-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-11-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-11-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-11-C/UUID-128 - init
-/TP/SERVER/SSA/BV-11-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-11-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-11-C/UUID-128 - run
-/TP/SERVER/SSA/BV-11-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-11-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-11-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-11-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-12-C/UUID-16 - init
-/TP/SERVER/SSA/BV-12-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-12-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-12-C/UUID-16 - run
-/TP/SERVER/SSA/BV-12-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-12-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-12-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-12-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-12-C/UUID-32 - init
-/TP/SERVER/SSA/BV-12-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-12-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-12-C/UUID-32 - run
-/TP/SERVER/SSA/BV-12-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-12-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-12-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-12-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-12-C/UUID-128 - init
-/TP/SERVER/SSA/BV-12-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-12-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-12-C/UUID-128 - run
-/TP/SERVER/SSA/BV-12-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-12-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-12-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-12-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-13-C/UUID-16 - init
-/TP/SERVER/SSA/BV-13-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-13-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-13-C/UUID-16 - run
-/TP/SERVER/SSA/BV-13-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-13-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-13-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-13-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-13-C/UUID-32 - init
-/TP/SERVER/SSA/BV-13-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-13-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-13-C/UUID-32 - run
-/TP/SERVER/SSA/BV-13-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-13-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-13-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-13-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-13-C/UUID-128 - init
-/TP/SERVER/SSA/BV-13-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-13-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-13-C/UUID-128 - run
-/TP/SERVER/SSA/BV-13-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-13-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-13-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-13-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-14-C/UUID-16 - init
-/TP/SERVER/SSA/BV-14-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-14-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-14-C/UUID-16 - run
-/TP/SERVER/SSA/BV-14-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-14-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-14-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-14-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-14-C/UUID-32 - init
-/TP/SERVER/SSA/BV-14-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-14-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-14-C/UUID-32 - run
-/TP/SERVER/SSA/BV-14-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-14-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-14-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-14-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-14-C/UUID-128 - init
-/TP/SERVER/SSA/BV-14-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-14-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-14-C/UUID-128 - run
-/TP/SERVER/SSA/BV-14-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-14-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-14-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-14-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-15-C/UUID-16 - init
-/TP/SERVER/SSA/BV-15-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-15-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-15-C/UUID-16 - run
-/TP/SERVER/SSA/BV-15-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-15-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-15-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-15-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-15-C/UUID-32 - init
-/TP/SERVER/SSA/BV-15-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-15-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-15-C/UUID-32 - run
-/TP/SERVER/SSA/BV-15-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-15-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-15-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-15-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-15-C/UUID-128 - init
-/TP/SERVER/SSA/BV-15-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-15-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-15-C/UUID-128 - run
-/TP/SERVER/SSA/BV-15-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-15-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-15-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-15-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-16-C/UUID-16 - init
-/TP/SERVER/SSA/BV-16-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-16-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-16-C/UUID-16 - run
-/TP/SERVER/SSA/BV-16-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-16-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-16-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-16-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-16-C/UUID-32 - init
-/TP/SERVER/SSA/BV-16-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-16-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-16-C/UUID-32 - run
-/TP/SERVER/SSA/BV-16-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-16-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-16-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-16-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-16-C/UUID-128 - init
-/TP/SERVER/SSA/BV-16-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-16-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-16-C/UUID-128 - run
-/TP/SERVER/SSA/BV-16-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-16-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-16-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-16-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-17-C/UUID-16 - init
-/TP/SERVER/SSA/BV-17-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-17-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-17-C/UUID-16 - run
-/TP/SERVER/SSA/BV-17-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-17-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-17-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-17-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-17-C/UUID-32 - init
-/TP/SERVER/SSA/BV-17-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-17-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-17-C/UUID-32 - run
-/TP/SERVER/SSA/BV-17-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-17-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-17-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-17-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-17-C/UUID-128 - init
-/TP/SERVER/SSA/BV-17-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-17-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-17-C/UUID-128 - run
-/TP/SERVER/SSA/BV-17-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-17-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-17-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-17-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-18-C/UUID-16 - init
-/TP/SERVER/SSA/BV-18-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-18-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-18-C/UUID-16 - run
-/TP/SERVER/SSA/BV-18-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-18-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-18-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-18-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-18-C/UUID-32 - init
-/TP/SERVER/SSA/BV-18-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-18-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-18-C/UUID-32 - run
-/TP/SERVER/SSA/BV-18-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-18-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-18-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-18-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-18-C/UUID-128 - init
-/TP/SERVER/SSA/BV-18-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-18-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-18-C/UUID-128 - run
-/TP/SERVER/SSA/BV-18-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-18-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-18-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-18-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-19-C/UUID-16 - init
-/TP/SERVER/SSA/BV-19-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-19-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-19-C/UUID-16 - run
-/TP/SERVER/SSA/BV-19-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-19-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-19-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-19-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-19-C/UUID-32 - init
-/TP/SERVER/SSA/BV-19-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-19-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-19-C/UUID-32 - run
-/TP/SERVER/SSA/BV-19-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-19-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-19-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-19-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-19-C/UUID-128 - init
-/TP/SERVER/SSA/BV-19-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-19-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-19-C/UUID-128 - run
-/TP/SERVER/SSA/BV-19-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-19-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-19-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-19-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-20-C/UUID-16 - init
-/TP/SERVER/SSA/BV-20-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-20-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-20-C/UUID-16 - run
-/TP/SERVER/SSA/BV-20-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-20-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-20-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-20-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-20-C/UUID-32 - init
-/TP/SERVER/SSA/BV-20-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-20-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-20-C/UUID-32 - run
-/TP/SERVER/SSA/BV-20-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-20-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-20-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-20-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-20-C/UUID-128 - init
-/TP/SERVER/SSA/BV-20-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-20-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-20-C/UUID-128 - run
-/TP/SERVER/SSA/BV-20-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-20-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-20-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-20-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-21-C/UUID-16 - init
-/TP/SERVER/SSA/BV-21-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-21-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-21-C/UUID-16 - run
-/TP/SERVER/SSA/BV-21-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-21-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-21-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-21-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-21-C/UUID-32 - init
-/TP/SERVER/SSA/BV-21-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-21-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-21-C/UUID-32 - run
-/TP/SERVER/SSA/BV-21-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-21-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-21-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-21-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-21-C/UUID-128 - init
-/TP/SERVER/SSA/BV-21-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-21-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-21-C/UUID-128 - run
-/TP/SERVER/SSA/BV-21-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-21-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-21-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-21-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-22-C/UUID-16 - init
-/TP/SERVER/SSA/BV-22-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-22-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-22-C/UUID-16 - run
-/TP/SERVER/SSA/BV-22-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-22-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-22-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-22-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-22-C/UUID-32 - init
-/TP/SERVER/SSA/BV-22-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-22-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-22-C/UUID-32 - run
-/TP/SERVER/SSA/BV-22-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-22-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-22-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-22-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-22-C/UUID-128 - init
-/TP/SERVER/SSA/BV-22-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-22-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-22-C/UUID-128 - run
-/TP/SERVER/SSA/BV-22-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-22-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-22-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-22-C/UUID-128 - done
-
-/TP/SERVER/SSA/BV-23-C/UUID-16 - init
-/TP/SERVER/SSA/BV-23-C/UUID-16 - setup
-/TP/SERVER/SSA/BV-23-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BV-23-C/UUID-16 - run
-/TP/SERVER/SSA/BV-23-C/UUID-16 - test passed
-/TP/SERVER/SSA/BV-23-C/UUID-16 - teardown
-/TP/SERVER/SSA/BV-23-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BV-23-C/UUID-16 - done
-
-/TP/SERVER/SSA/BV-23-C/UUID-32 - init
-/TP/SERVER/SSA/BV-23-C/UUID-32 - setup
-/TP/SERVER/SSA/BV-23-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BV-23-C/UUID-32 - run
-/TP/SERVER/SSA/BV-23-C/UUID-32 - test passed
-/TP/SERVER/SSA/BV-23-C/UUID-32 - teardown
-/TP/SERVER/SSA/BV-23-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BV-23-C/UUID-32 - done
-
-/TP/SERVER/SSA/BV-23-C/UUID-128 - init
-/TP/SERVER/SSA/BV-23-C/UUID-128 - setup
-/TP/SERVER/SSA/BV-23-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BV-23-C/UUID-128 - run
-/TP/SERVER/SSA/BV-23-C/UUID-128 - test passed
-/TP/SERVER/SSA/BV-23-C/UUID-128 - teardown
-/TP/SERVER/SSA/BV-23-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BV-23-C/UUID-128 - done
-
-/TP/SERVER/SSA/BI-01-C/UUID-16 - init
-/TP/SERVER/SSA/BI-01-C/UUID-16 - setup
-/TP/SERVER/SSA/BI-01-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BI-01-C/UUID-16 - run
-/TP/SERVER/SSA/BI-01-C/UUID-16 - test passed
-/TP/SERVER/SSA/BI-01-C/UUID-16 - teardown
-/TP/SERVER/SSA/BI-01-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BI-01-C/UUID-16 - done
-
-/TP/SERVER/SSA/BI-01-C/UUID-32 - init
-/TP/SERVER/SSA/BI-01-C/UUID-32 - setup
-/TP/SERVER/SSA/BI-01-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BI-01-C/UUID-32 - run
-/TP/SERVER/SSA/BI-01-C/UUID-32 - test passed
-/TP/SERVER/SSA/BI-01-C/UUID-32 - teardown
-/TP/SERVER/SSA/BI-01-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BI-01-C/UUID-32 - done
-
-/TP/SERVER/SSA/BI-01-C/UUID-128 - init
-/TP/SERVER/SSA/BI-01-C/UUID-128 - setup
-/TP/SERVER/SSA/BI-01-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BI-01-C/UUID-128 - run
-/TP/SERVER/SSA/BI-01-C/UUID-128 - test passed
-/TP/SERVER/SSA/BI-01-C/UUID-128 - teardown
-/TP/SERVER/SSA/BI-01-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BI-01-C/UUID-128 - done
-
-/TP/SERVER/SSA/BI-02-C/UUID-16 - init
-/TP/SERVER/SSA/BI-02-C/UUID-16 - setup
-/TP/SERVER/SSA/BI-02-C/UUID-16 - setup complete
-/TP/SERVER/SSA/BI-02-C/UUID-16 - run
-/TP/SERVER/SSA/BI-02-C/UUID-16 - test passed
-/TP/SERVER/SSA/BI-02-C/UUID-16 - teardown
-/TP/SERVER/SSA/BI-02-C/UUID-16 - teardown complete
-/TP/SERVER/SSA/BI-02-C/UUID-16 - done
-
-/TP/SERVER/SSA/BI-02-C/UUID-32 - init
-/TP/SERVER/SSA/BI-02-C/UUID-32 - setup
-/TP/SERVER/SSA/BI-02-C/UUID-32 - setup complete
-/TP/SERVER/SSA/BI-02-C/UUID-32 - run
-/TP/SERVER/SSA/BI-02-C/UUID-32 - test passed
-/TP/SERVER/SSA/BI-02-C/UUID-32 - teardown
-/TP/SERVER/SSA/BI-02-C/UUID-32 - teardown complete
-/TP/SERVER/SSA/BI-02-C/UUID-32 - done
-
-/TP/SERVER/SSA/BI-02-C/UUID-128 - init
-/TP/SERVER/SSA/BI-02-C/UUID-128 - setup
-/TP/SERVER/SSA/BI-02-C/UUID-128 - setup complete
-/TP/SERVER/SSA/BI-02-C/UUID-128 - run
-/TP/SERVER/SSA/BI-02-C/UUID-128 - test passed
-/TP/SERVER/SSA/BI-02-C/UUID-128 - teardown
-/TP/SERVER/SSA/BI-02-C/UUID-128 - teardown complete
-/TP/SERVER/SSA/BI-02-C/UUID-128 - done
-
-/TP/SERVER/BRW/BV-01-C/UUID-16 - init
-/TP/SERVER/BRW/BV-01-C/UUID-16 - setup
-/TP/SERVER/BRW/BV-01-C/UUID-16 - setup complete
-/TP/SERVER/BRW/BV-01-C/UUID-16 - run
-/TP/SERVER/BRW/BV-01-C/UUID-16 - test passed
-/TP/SERVER/BRW/BV-01-C/UUID-16 - teardown
-/TP/SERVER/BRW/BV-01-C/UUID-16 - teardown complete
-/TP/SERVER/BRW/BV-01-C/UUID-16 - done
-
-/TP/SERVER/BRW/BV-01-C/UUID-32 - init
-/TP/SERVER/BRW/BV-01-C/UUID-32 - setup
-/TP/SERVER/BRW/BV-01-C/UUID-32 - setup complete
-/TP/SERVER/BRW/BV-01-C/UUID-32 - run
-/TP/SERVER/BRW/BV-01-C/UUID-32 - test passed
-/TP/SERVER/BRW/BV-01-C/UUID-32 - teardown
-/TP/SERVER/BRW/BV-01-C/UUID-32 - teardown complete
-/TP/SERVER/BRW/BV-01-C/UUID-32 - done
-
-/TP/SERVER/BRW/BV-01-C/UUID-128 - init
-/TP/SERVER/BRW/BV-01-C/UUID-128 - setup
-/TP/SERVER/BRW/BV-01-C/UUID-128 - setup complete
-/TP/SERVER/BRW/BV-01-C/UUID-128 - run
-/TP/SERVER/BRW/BV-01-C/UUID-128 - test passed
-/TP/SERVER/BRW/BV-01-C/UUID-128 - teardown
-/TP/SERVER/BRW/BV-01-C/UUID-128 - teardown complete
-/TP/SERVER/BRW/BV-01-C/UUID-128 - done
-
-/TP/SERVER/BRW/BV-02-C/UUID-16 - init
-/TP/SERVER/BRW/BV-02-C/UUID-16 - setup
-/TP/SERVER/BRW/BV-02-C/UUID-16 - setup complete
-/TP/SERVER/BRW/BV-02-C/UUID-16 - run
-/TP/SERVER/BRW/BV-02-C/UUID-16 - test passed
-/TP/SERVER/BRW/BV-02-C/UUID-16 - teardown
-/TP/SERVER/BRW/BV-02-C/UUID-16 - teardown complete
-/TP/SERVER/BRW/BV-02-C/UUID-16 - done
-
-/TP/SERVER/BRW/BV-02-C/UUID-32 - init
-/TP/SERVER/BRW/BV-02-C/UUID-32 - setup
-/TP/SERVER/BRW/BV-02-C/UUID-32 - setup complete
-/TP/SERVER/BRW/BV-02-C/UUID-32 - run
-/TP/SERVER/BRW/BV-02-C/UUID-32 - test passed
-/TP/SERVER/BRW/BV-02-C/UUID-32 - teardown
-/TP/SERVER/BRW/BV-02-C/UUID-32 - teardown complete
-/TP/SERVER/BRW/BV-02-C/UUID-32 - done
-
-/TP/SERVER/BRW/BV-02-C/UUID-128 - init
-/TP/SERVER/BRW/BV-02-C/UUID-128 - setup
-/TP/SERVER/BRW/BV-02-C/UUID-128 - setup complete
-/TP/SERVER/BRW/BV-02-C/UUID-128 - run
-/TP/SERVER/BRW/BV-02-C/UUID-128 - test passed
-/TP/SERVER/BRW/BV-02-C/UUID-128 - teardown
-/TP/SERVER/BRW/BV-02-C/UUID-128 - teardown complete
-/TP/SERVER/BRW/BV-02-C/UUID-128 - done
-
-/sdp/DE/ATTR/TEXT_STR8/empty - init
-/sdp/DE/ATTR/TEXT_STR8/empty - setup
-/sdp/DE/ATTR/TEXT_STR8/empty - setup complete
-/sdp/DE/ATTR/TEXT_STR8/empty - run
-/sdp/DE/ATTR/TEXT_STR8/empty - test passed
-/sdp/DE/ATTR/TEXT_STR8/empty - teardown
-/sdp/DE/ATTR/TEXT_STR8/empty - teardown complete
-/sdp/DE/ATTR/TEXT_STR8/empty - done
-
-/sdp/DE/ATTR/TEXT_STR8 - init
-/sdp/DE/ATTR/TEXT_STR8 - setup
-/sdp/DE/ATTR/TEXT_STR8 - setup complete
-/sdp/DE/ATTR/TEXT_STR8 - run
-/sdp/DE/ATTR/TEXT_STR8 - test passed
-/sdp/DE/ATTR/TEXT_STR8 - teardown
-/sdp/DE/ATTR/TEXT_STR8 - teardown complete
-/sdp/DE/ATTR/TEXT_STR8 - done
-
-/sdp/DE/ATTR/TEXT_STR16 - init
-/sdp/DE/ATTR/TEXT_STR16 - setup
-/sdp/DE/ATTR/TEXT_STR16 - setup complete
-/sdp/DE/ATTR/TEXT_STR16 - run
-/sdp/DE/ATTR/TEXT_STR16 - test passed
-/sdp/DE/ATTR/TEXT_STR16 - teardown
-/sdp/DE/ATTR/TEXT_STR16 - teardown complete
-/sdp/DE/ATTR/TEXT_STR16 - done
-
-/sdp/DE/ATTR/URL_STR8 - init
-/sdp/DE/ATTR/URL_STR8 - setup
-/sdp/DE/ATTR/URL_STR8 - setup complete
-/sdp/DE/ATTR/URL_STR8 - run
-/sdp/DE/ATTR/URL_STR8 - test passed
-/sdp/DE/ATTR/URL_STR8 - teardown
-/sdp/DE/ATTR/URL_STR8 - teardown complete
-/sdp/DE/ATTR/URL_STR8 - done
-
-/sdp/DE/ATTR/URL_STR16 - init
-/sdp/DE/ATTR/URL_STR16 - setup
-/sdp/DE/ATTR/URL_STR16 - setup complete
-/sdp/DE/ATTR/URL_STR16 - run
-/sdp/DE/ATTR/URL_STR16 - test passed
-/sdp/DE/ATTR/URL_STR16 - teardown
-/sdp/DE/ATTR/URL_STR16 - teardown complete
-/sdp/DE/ATTR/URL_STR16 - done
-
-/sdp/DE/ATTR/NIL - init
-/sdp/DE/ATTR/NIL - setup
-/sdp/DE/ATTR/NIL - setup complete
-/sdp/DE/ATTR/NIL - run
-/sdp/DE/ATTR/NIL - test passed
-/sdp/DE/ATTR/NIL - teardown
-/sdp/DE/ATTR/NIL - teardown complete
-/sdp/DE/ATTR/NIL - done
-
-/sdp/DE/ATTR/UINT8 - init
-/sdp/DE/ATTR/UINT8 - setup
-/sdp/DE/ATTR/UINT8 - setup complete
-/sdp/DE/ATTR/UINT8 - run
-/sdp/DE/ATTR/UINT8 - test passed
-/sdp/DE/ATTR/UINT8 - teardown
-/sdp/DE/ATTR/UINT8 - teardown complete
-/sdp/DE/ATTR/UINT8 - done
-
-/sdp/DE/ATTR/INT8 - init
-/sdp/DE/ATTR/INT8 - setup
-/sdp/DE/ATTR/INT8 - setup complete
-/sdp/DE/ATTR/INT8 - run
-/sdp/DE/ATTR/INT8 - test passed
-/sdp/DE/ATTR/INT8 - teardown
-/sdp/DE/ATTR/INT8 - teardown complete
-/sdp/DE/ATTR/INT8 - done
-
-/sdp/DE/ATTR/BOOL - init
-/sdp/DE/ATTR/BOOL - setup
-/sdp/DE/ATTR/BOOL - setup complete
-/sdp/DE/ATTR/BOOL - run
-/sdp/DE/ATTR/BOOL - test passed
-/sdp/DE/ATTR/BOOL - teardown
-/sdp/DE/ATTR/BOOL - teardown complete
-/sdp/DE/ATTR/BOOL - done
-
-/sdp/DE/ATTR/UINT16 - init
-/sdp/DE/ATTR/UINT16 - setup
-/sdp/DE/ATTR/UINT16 - setup complete
-/sdp/DE/ATTR/UINT16 - run
-/sdp/DE/ATTR/UINT16 - test passed
-/sdp/DE/ATTR/UINT16 - teardown
-/sdp/DE/ATTR/UINT16 - teardown complete
-/sdp/DE/ATTR/UINT16 - done
-
-/sdp/DE/ATTR/INT16 - init
-/sdp/DE/ATTR/INT16 - setup
-/sdp/DE/ATTR/INT16 - setup complete
-/sdp/DE/ATTR/INT16 - run
-/sdp/DE/ATTR/INT16 - test passed
-/sdp/DE/ATTR/INT16 - teardown
-/sdp/DE/ATTR/INT16 - teardown complete
-/sdp/DE/ATTR/INT16 - done
-
-/sdp/DE/ATTR/UINT32 - init
-/sdp/DE/ATTR/UINT32 - setup
-/sdp/DE/ATTR/UINT32 - setup complete
-/sdp/DE/ATTR/UINT32 - run
-/sdp/DE/ATTR/UINT32 - test passed
-/sdp/DE/ATTR/UINT32 - teardown
-/sdp/DE/ATTR/UINT32 - teardown complete
-/sdp/DE/ATTR/UINT32 - done
-
-/sdp/DE/ATTR/INT32 - init
-/sdp/DE/ATTR/INT32 - setup
-/sdp/DE/ATTR/INT32 - setup complete
-/sdp/DE/ATTR/INT32 - run
-/sdp/DE/ATTR/INT32 - test passed
-/sdp/DE/ATTR/INT32 - teardown
-/sdp/DE/ATTR/INT32 - teardown complete
-/sdp/DE/ATTR/INT32 - done
-
-/sdp/DE/ATTR/UINT64 - init
-/sdp/DE/ATTR/UINT64 - setup
-/sdp/DE/ATTR/UINT64 - setup complete
-/sdp/DE/ATTR/UINT64 - run
-/sdp/DE/ATTR/UINT64 - test passed
-/sdp/DE/ATTR/UINT64 - teardown
-/sdp/DE/ATTR/UINT64 - teardown complete
-/sdp/DE/ATTR/UINT64 - done
-
-/sdp/DE/ATTR/INT64 - init
-/sdp/DE/ATTR/INT64 - setup
-/sdp/DE/ATTR/INT64 - setup complete
-/sdp/DE/ATTR/INT64 - run
-/sdp/DE/ATTR/INT64 - test passed
-/sdp/DE/ATTR/INT64 - teardown
-/sdp/DE/ATTR/INT64 - teardown complete
-/sdp/DE/ATTR/INT64 - done
-
-/sdp/DE/ATTR/UINT128 - init
-/sdp/DE/ATTR/UINT128 - setup
-/sdp/DE/ATTR/UINT128 - setup complete
-/sdp/DE/ATTR/UINT128 - run
-/sdp/DE/ATTR/UINT128 - test passed
-/sdp/DE/ATTR/UINT128 - teardown
-/sdp/DE/ATTR/UINT128 - teardown complete
-/sdp/DE/ATTR/UINT128 - done
-
-/sdp/DE/ATTR/INT128 - init
-/sdp/DE/ATTR/INT128 - setup
-/sdp/DE/ATTR/INT128 - setup complete
-/sdp/DE/ATTR/INT128 - run
-/sdp/DE/ATTR/INT128 - test passed
-/sdp/DE/ATTR/INT128 - teardown
-/sdp/DE/ATTR/INT128 - teardown complete
-/sdp/DE/ATTR/INT128 - done
-
-
-Test Summary
-------------
-/TP/SERVER/SS/BV-01-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SS/BV-01-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SS/BV-01-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SS/BV-03-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SS/BV-03-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SS/BV-03-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SS/BV-04-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SS/BV-04-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SS/BV-04-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SS/BI-01-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SS/BI-01-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SS/BI-01-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SS/BI-02-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SS/BI-02-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SS/BI-02-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SA/BV-01-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-03-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-04-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-05-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-06-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-07-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-08-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-09-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-10-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-11-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-12-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-13-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-14-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-15-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-16-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-17-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-18-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-19-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-20-C Passed  0.000 seconds
-/TP/SERVER/SA/BV-21-C Passed  0.000 seconds
-/TP/SERVER/SA/BI-01-C Passed  0.000 seconds
-/TP/SERVER/SA/BI-02-C Passed  0.000 seconds
-/TP/SERVER/SA/BI-03-C Passed  0.000 seconds
-/TP/SERVER/SSA/BV-01-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-01-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-01-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-02-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-02-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-02-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-03-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-03-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-03-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-04-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-04-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-04-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-06-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-06-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-06-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-07-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-07-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-07-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-08-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-08-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-08-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-09-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-09-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-09-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-10-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-10-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-10-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-11-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-11-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-11-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-12-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-12-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-12-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-13-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-13-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-13-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-14-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-14-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-14-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-15-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-15-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-15-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-16-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-16-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-16-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-17-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-17-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-17-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-18-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-18-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-18-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-19-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-19-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-19-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-20-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-20-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-20-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-21-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-21-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-21-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-22-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-22-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-22-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-23-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-23-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BV-23-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BI-01-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BI-01-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BI-01-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/SSA/BI-02-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/SSA/BI-02-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/SSA/BI-02-C/UUID-128 Passed  0.000 seconds
-/TP/SERVER/BRW/BV-01-C/UUID-16 Passed  0.001 seconds
-/TP/SERVER/BRW/BV-01-C/UUID-32 Passed  0.001 seconds
-/TP/SERVER/BRW/BV-01-C/UUID-128 Passed  0.001 seconds
-/TP/SERVER/BRW/BV-02-C/UUID-16 Passed  0.000 seconds
-/TP/SERVER/BRW/BV-02-C/UUID-32 Passed  0.000 seconds
-/TP/SERVER/BRW/BV-02-C/UUID-128 Passed  0.000 seconds
-/sdp/DE/ATTR/TEXT_STR8/empty Passed  0.000 seconds
-/sdp/DE/ATTR/TEXT_STR8 Passed  0.000 seconds
-/sdp/DE/ATTR/TEXT_STR16 Passed  0.000 seconds
-/sdp/DE/ATTR/URL_STR8 Passed  0.000 seconds
-/sdp/DE/ATTR/URL_STR16 Passed  0.000 seconds
-/sdp/DE/ATTR/NIL Passed  0.000 seconds
-/sdp/DE/ATTR/UINT8 Passed  0.000 seconds
-/sdp/DE/ATTR/INT8 Passed  0.000 seconds
-/sdp/DE/ATTR/BOOL Passed  0.000 seconds
-/sdp/DE/ATTR/UINT16 Passed  0.000 seconds
-/sdp/DE/ATTR/INT16 Passed  0.000 seconds
-/sdp/DE/ATTR/UINT32 Passed  0.000 seconds
-/sdp/DE/ATTR/INT32 Passed  0.000 seconds
-/sdp/DE/ATTR/UINT64 Passed  0.000 seconds
-/sdp/DE/ATTR/INT64 Passed  0.000 seconds
-/sdp/DE/ATTR/UINT128 Passed  0.000 seconds
-/sdp/DE/ATTR/INT128 Passed  0.000 seconds
-
-Total: 133, Passed: 133 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.0195 seconds
-PASS: test-sdp
-
-/textfile/pagesize - init
-/textfile/pagesize - setup
-/textfile/pagesize - setup complete
-/textfile/pagesize - run
-/textfile/pagesize - test passed
-/textfile/pagesize - teardown
-/textfile/pagesize - teardown complete
-/textfile/pagesize - done
-
-/textfile/delete - init
-/textfile/delete - setup
-/textfile/delete - setup complete
-/textfile/delete - run
-/textfile/delete - test passed
-/textfile/delete - teardown
-/textfile/delete - teardown complete
-/textfile/delete - done
-
-/textfile/overwrite - init
-/textfile/overwrite - setup
-/textfile/overwrite - setup complete
-/textfile/overwrite - run
-/textfile/overwrite - test passed
-/textfile/overwrite - teardown
-/textfile/overwrite - teardown complete
-/textfile/overwrite - done
-
-/textfile/multiple - init
-/textfile/multiple - setup
-/textfile/multiple - setup complete
-/textfile/multiple - run
-/textfile/multiple - test passed
-/textfile/multiple - teardown
-/textfile/multiple - teardown complete
-/textfile/multiple - done
-
-
-Test Summary
-------------
-/textfile/pagesize Passed  0.000 seconds
-/textfile/delete Passed  0.000 seconds
-/textfile/overwrite Passed  0.000 seconds
-/textfile/multiple Passed  0.001 seconds
-
-Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000964 seconds
-PASS: test-textfile
-
-/uhid/command/create - init
-/uhid/command/create - setup
-/uhid/command/create - setup complete
-/uhid/command/create - run
-/uhid/command/create - test passed
-/uhid/command/create - teardown
-/uhid/command/create - teardown complete
-/uhid/command/create - done
-
-/uhid/command/destroy - init
-/uhid/command/destroy - setup
-/uhid/command/destroy - setup complete
-/uhid/command/destroy - run
-/uhid/command/destroy - test passed
-/uhid/command/destroy - teardown
-/uhid/command/destroy - teardown complete
-/uhid/command/destroy - done
-
-/uhid/command/feature_answer - init
-/uhid/command/feature_answer - setup
-/uhid/command/feature_answer - setup complete
-/uhid/command/feature_answer - run
-/uhid/command/feature_answer - test passed
-/uhid/command/feature_answer - teardown
-/uhid/command/feature_answer - teardown complete
-/uhid/command/feature_answer - done
-
-/uhid/command/input - init
-/uhid/command/input - setup
-/uhid/command/input - setup complete
-/uhid/command/input - run
-/uhid/command/input - test passed
-/uhid/command/input - teardown
-/uhid/command/input - teardown complete
-/uhid/command/input - done
-
-/uhid/event/output - init
-/uhid/event/output - setup
-/uhid/event/output - setup complete
-/uhid/event/output - run
-/uhid/event/output - test passed
-/uhid/event/output - teardown
-/uhid/event/output - teardown complete
-/uhid/event/output - done
-
-/uhid/event/feature - init
-/uhid/event/feature - setup
-/uhid/event/feature - setup complete
-/uhid/event/feature - run
-/uhid/event/feature - test passed
-/uhid/event/feature - teardown
-/uhid/event/feature - teardown complete
-/uhid/event/feature - done
-
-
-Test Summary
-------------
-/uhid/command/create Passed  0.000 seconds
-/uhid/command/destroy Passed  0.000 seconds
-/uhid/command/feature_answer Passed  0.000 seconds
-/uhid/command/input Passed  0.000 seconds
-/uhid/event/output Passed  0.000 seconds
-/uhid/event/feature Passed  0.000 seconds
-
-Total: 6, Passed: 6 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000269 seconds
-PASS: test-uhid
-
-/uuid/base - init
-/uuid/base - setup
-/uuid/base - setup complete
-/uuid/base - run
-/uuid/base - test passed
-/uuid/base - teardown
-/uuid/base - teardown complete
-/uuid/base - done
-
-/uuid/base/str - init
-/uuid/base/str - setup
-/uuid/base/str - setup complete
-/uuid/base/str - run
-/uuid/base/str - test passed
-/uuid/base/str - teardown
-/uuid/base/str - teardown complete
-/uuid/base/str - done
-
-/uuid/base/cmp - init
-/uuid/base/cmp - setup
-/uuid/base/cmp - setup complete
-/uuid/base/cmp - run
-/uuid/base/cmp - test passed
-/uuid/base/cmp - teardown
-/uuid/base/cmp - teardown complete
-/uuid/base/cmp - done
-
-/uuid/sixteen1 - init
-/uuid/sixteen1 - setup
-/uuid/sixteen1 - setup complete
-/uuid/sixteen1 - run
-/uuid/sixteen1 - test passed
-/uuid/sixteen1 - teardown
-/uuid/sixteen1 - teardown complete
-/uuid/sixteen1 - done
-
-/uuid/sixteen1/str - init
-/uuid/sixteen1/str - setup
-/uuid/sixteen1/str - setup complete
-/uuid/sixteen1/str - run
-/uuid/sixteen1/str - test passed
-/uuid/sixteen1/str - teardown
-/uuid/sixteen1/str - teardown complete
-/uuid/sixteen1/str - done
-
-/uuid/sixteen1/cmp - init
-/uuid/sixteen1/cmp - setup
-/uuid/sixteen1/cmp - setup complete
-/uuid/sixteen1/cmp - run
-/uuid/sixteen1/cmp - test passed
-/uuid/sixteen1/cmp - teardown
-/uuid/sixteen1/cmp - teardown complete
-/uuid/sixteen1/cmp - done
-
-/uuid/sixteen2 - init
-/uuid/sixteen2 - setup
-/uuid/sixteen2 - setup complete
-/uuid/sixteen2 - run
-/uuid/sixteen2 - test passed
-/uuid/sixteen2 - teardown
-/uuid/sixteen2 - teardown complete
-/uuid/sixteen2 - done
-
-/uuid/sixteen2/str - init
-/uuid/sixteen2/str - setup
-/uuid/sixteen2/str - setup complete
-/uuid/sixteen2/str - run
-/uuid/sixteen2/str - test passed
-/uuid/sixteen2/str - teardown
-/uuid/sixteen2/str - teardown complete
-/uuid/sixteen2/str - done
-
-/uuid/sixteen2/cmp - init
-/uuid/sixteen2/cmp - setup
-/uuid/sixteen2/cmp - setup complete
-/uuid/sixteen2/cmp - run
-/uuid/sixteen2/cmp - test passed
-/uuid/sixteen2/cmp - teardown
-/uuid/sixteen2/cmp - teardown complete
-/uuid/sixteen2/cmp - done
-
-/uuid/thirtytwo1 - init
-/uuid/thirtytwo1 - setup
-/uuid/thirtytwo1 - setup complete
-/uuid/thirtytwo1 - run
-/uuid/thirtytwo1 - test passed
-/uuid/thirtytwo1 - teardown
-/uuid/thirtytwo1 - teardown complete
-/uuid/thirtytwo1 - done
-
-/uuid/thirtytwo1/str - init
-/uuid/thirtytwo1/str - setup
-/uuid/thirtytwo1/str - setup complete
-/uuid/thirtytwo1/str - run
-/uuid/thirtytwo1/str - test passed
-/uuid/thirtytwo1/str - teardown
-/uuid/thirtytwo1/str - teardown complete
-/uuid/thirtytwo1/str - done
-
-/uuid/thirtytwo1/cmp - init
-/uuid/thirtytwo1/cmp - setup
-/uuid/thirtytwo1/cmp - setup complete
-/uuid/thirtytwo1/cmp - run
-/uuid/thirtytwo1/cmp - test passed
-/uuid/thirtytwo1/cmp - teardown
-/uuid/thirtytwo1/cmp - teardown complete
-/uuid/thirtytwo1/cmp - done
-
-/uuid/thirtytwo2 - init
-/uuid/thirtytwo2 - setup
-/uuid/thirtytwo2 - setup complete
-/uuid/thirtytwo2 - run
-/uuid/thirtytwo2 - test passed
-/uuid/thirtytwo2 - teardown
-/uuid/thirtytwo2 - teardown complete
-/uuid/thirtytwo2 - done
-
-/uuid/thritytwo2/str - init
-/uuid/thritytwo2/str - setup
-/uuid/thritytwo2/str - setup complete
-/uuid/thritytwo2/str - run
-/uuid/thritytwo2/str - test passed
-/uuid/thritytwo2/str - teardown
-/uuid/thritytwo2/str - teardown complete
-/uuid/thritytwo2/str - done
-
-/uuid/thirtytwo2/cmp - init
-/uuid/thirtytwo2/cmp - setup
-/uuid/thirtytwo2/cmp - setup complete
-/uuid/thirtytwo2/cmp - run
-/uuid/thirtytwo2/cmp - test passed
-/uuid/thirtytwo2/cmp - teardown
-/uuid/thirtytwo2/cmp - teardown complete
-/uuid/thirtytwo2/cmp - done
-
-/uuid/onetwentyeight - init
-/uuid/onetwentyeight - setup
-/uuid/onetwentyeight - setup complete
-/uuid/onetwentyeight - run
-/uuid/onetwentyeight - test passed
-/uuid/onetwentyeight - teardown
-/uuid/onetwentyeight - teardown complete
-/uuid/onetwentyeight - done
-
-/uuid/onetwentyeight/str - init
-/uuid/onetwentyeight/str - setup
-/uuid/onetwentyeight/str - setup complete
-/uuid/onetwentyeight/str - run
-/uuid/onetwentyeight/str - test passed
-/uuid/onetwentyeight/str - teardown
-/uuid/onetwentyeight/str - teardown complete
-/uuid/onetwentyeight/str - done
-
-/uuid/onetwentyeight/cmp - init
-/uuid/onetwentyeight/cmp - setup
-/uuid/onetwentyeight/cmp - setup complete
-/uuid/onetwentyeight/cmp - run
-/uuid/onetwentyeight/cmp - test passed
-/uuid/onetwentyeight/cmp - teardown
-/uuid/onetwentyeight/cmp - teardown complete
-/uuid/onetwentyeight/cmp - done
-
-/uuid/malformed/0 - init
-/uuid/malformed/0 - setup
-/uuid/malformed/0 - setup complete
-/uuid/malformed/0 - run
-/uuid/malformed/0 - test passed
-/uuid/malformed/0 - teardown
-/uuid/malformed/0 - teardown complete
-/uuid/malformed/0 - done
-
-/uuid/malformed/01 - init
-/uuid/malformed/01 - setup
-/uuid/malformed/01 - setup complete
-/uuid/malformed/01 - run
-/uuid/malformed/01 - test passed
-/uuid/malformed/01 - teardown
-/uuid/malformed/01 - teardown complete
-/uuid/malformed/01 - done
-
-/uuid/malformed/012 - init
-/uuid/malformed/012 - setup
-/uuid/malformed/012 - setup complete
-/uuid/malformed/012 - run
-/uuid/malformed/012 - test passed
-/uuid/malformed/012 - teardown
-/uuid/malformed/012 - teardown complete
-/uuid/malformed/012 - done
-
-/uuid/malformed/xxxx - init
-/uuid/malformed/xxxx - setup
-/uuid/malformed/xxxx - setup complete
-/uuid/malformed/xxxx - run
-/uuid/malformed/xxxx - test passed
-/uuid/malformed/xxxx - teardown
-/uuid/malformed/xxxx - teardown complete
-/uuid/malformed/xxxx - done
-
-/uuid/malformed/xxxxx - init
-/uuid/malformed/xxxxx - setup
-/uuid/malformed/xxxxx - setup complete
-/uuid/malformed/xxxxx - run
-/uuid/malformed/xxxxx - test passed
-/uuid/malformed/xxxxx - teardown
-/uuid/malformed/xxxxx - teardown complete
-/uuid/malformed/xxxxx - done
-
-/uuid/malformed/0xxxxx - init
-/uuid/malformed/0xxxxx - setup
-/uuid/malformed/0xxxxx - setup complete
-/uuid/malformed/0xxxxx - run
-/uuid/malformed/0xxxxx - test passed
-/uuid/malformed/0xxxxx - teardown
-/uuid/malformed/0xxxxx - teardown complete
-/uuid/malformed/0xxxxx - done
-
-/uuid/malformed/0123456 - init
-/uuid/malformed/0123456 - setup
-/uuid/malformed/0123456 - setup complete
-/uuid/malformed/0123456 - run
-/uuid/malformed/0123456 - test passed
-/uuid/malformed/0123456 - teardown
-/uuid/malformed/0123456 - teardown complete
-/uuid/malformed/0123456 - done
-
-/uuid/malformed/012g4567 - init
-/uuid/malformed/012g4567 - setup
-/uuid/malformed/012g4567 - setup complete
-/uuid/malformed/012g4567 - run
-/uuid/malformed/012g4567 - test passed
-/uuid/malformed/012g4567 - teardown
-/uuid/malformed/012g4567 - teardown complete
-/uuid/malformed/012g4567 - done
-
-/uuid/malformed/012345678 - init
-/uuid/malformed/012345678 - setup
-/uuid/malformed/012345678 - setup complete
-/uuid/malformed/012345678 - run
-/uuid/malformed/012345678 - test passed
-/uuid/malformed/012345678 - teardown
-/uuid/malformed/012345678 - teardown complete
-/uuid/malformed/012345678 - done
-
-/uuid/malformed/0x234567u9 - init
-/uuid/malformed/0x234567u9 - setup
-/uuid/malformed/0x234567u9 - setup complete
-/uuid/malformed/0x234567u9 - run
-/uuid/malformed/0x234567u9 - test passed
-/uuid/malformed/0x234567u9 - teardown
-/uuid/malformed/0x234567u9 - teardown complete
-/uuid/malformed/0x234567u9 - done
-
-/uuid/malformed/01234567890 - init
-/uuid/malformed/01234567890 - setup
-/uuid/malformed/01234567890 - setup complete
-/uuid/malformed/01234567890 - run
-/uuid/malformed/01234567890 - test passed
-/uuid/malformed/01234567890 - teardown
-/uuid/malformed/01234567890 - teardown complete
-/uuid/malformed/01234567890 - done
-
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34F - init
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34F - setup
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34F - setup complete
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34F - run
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34F - test passed
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34F - teardown
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34F - teardown complete
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34F - done
-
-/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - init
-/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - setup
-/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - setup complete
-/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - run
-/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - test passed
-/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - teardown
-/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - teardown complete
-/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - done
-
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - init
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - setup
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - setup complete
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - run
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - test passed
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - teardown
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - teardown complete
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - done
-
-/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - init
-/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - setup
-/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - setup complete
-/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - run
-/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - test passed
-/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - teardown
-/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - teardown complete
-/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - done
-
-/uuid/compress/00001234-0000-1000-8000-00805f9b34fb - init
-/uuid/compress/00001234-0000-1000-8000-00805f9b34fb - setup
-/uuid/compress/00001234-0000-1000-8000-00805f9b34fb - setup complete
-/uuid/compress/00001234-0000-1000-8000-00805f9b34fb - run
-/uuid/compress/00001234-0000-1000-8000-00805f9b34fb - test passed
-/uuid/compress/00001234-0000-1000-8000-00805f9b34fb - teardown
-/uuid/compress/00001234-0000-1000-8000-00805f9b34fb - teardown complete
-/uuid/compress/00001234-0000-1000-8000-00805f9b34fb - done
-
-/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - init
-/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - setup
-/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - setup complete
-/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - run
-/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - test passed
-/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - teardown
-/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - teardown complete
-/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - done
-
-/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - init
-/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - setup
-/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - setup complete
-/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - run
-/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - test passed
-/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - teardown
-/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - teardown complete
-/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - done
-
-/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - init
-/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - setup
-/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - setup complete
-/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - run
-/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - test passed
-/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - teardown
-/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - teardown complete
-/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - done
-
-
-Test Summary
-------------
-/uuid/base Passed  0.000 seconds
-/uuid/base/str Passed  0.000 seconds
-/uuid/base/cmp Passed  0.000 seconds
-/uuid/sixteen1 Passed  0.000 seconds
-/uuid/sixteen1/str Passed  0.000 seconds
-/uuid/sixteen1/cmp Passed  0.000 seconds
-/uuid/sixteen2 Passed  0.000 seconds
-/uuid/sixteen2/str Passed  0.000 seconds
-/uuid/sixteen2/cmp Passed  0.000 seconds
-/uuid/thirtytwo1 Passed  0.000 seconds
-/uuid/thirtytwo1/str Passed  0.000 seconds
-/uuid/thirtytwo1/cmp Passed  0.000 seconds
-/uuid/thirtytwo2 Passed  0.000 seconds
-/uuid/thritytwo2/str Passed  0.000 seconds
-/uuid/thirtytwo2/cmp Passed  0.000 seconds
-/uuid/onetwentyeight Passed  0.000 seconds
-/uuid/onetwentyeight/str Passed  0.000 seconds
-/uuid/onetwentyeight/cmp Passed  0.000 seconds
-/uuid/malformed/0 Passed  0.000 seconds
-/uuid/malformed/01 Passed  0.000 seconds
-/uuid/malformed/012 Passed  0.000 seconds
-/uuid/malformed/xxxx Passed  0.000 seconds
-/uuid/malformed/xxxxx Passed  0.000 seconds
-/uuid/malformed/0xxxxx Passed  0.000 seconds
-/uuid/malformed/0123456 Passed  0.000 seconds
-/uuid/malformed/012g4567 Passed  0.000 seconds
-/uuid/malformed/012345678 Passed  0.000 seconds
-/uuid/malformed/0x234567u9 Passed  0.000 seconds
-/uuid/malformed/01234567890 Passed  0.000 seconds
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34F Passed  0.000 seconds
-/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB Passed  0.000 seconds
-/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC Passed  0.000 seconds
-/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB Passed  0.000 seconds
-/uuid/compress/00001234-0000-1000-8000-00805f9b34fb Passed  0.000 seconds
-/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb Passed  0.000 seconds
-/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB Passed  0.000 seconds
-/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb Passed  0.000 seconds
-
-Total: 37, Passed: 37 (100.0%), Failed: 0, Not Run: 0
-Overall execution time: 0.000966 seconds
-PASS: test-uuid
-2 of 25 tests failed
-DURATION: 6
-END: /usr/lib/bluez5/ptest
-2019-06-18T12:58
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:58
-BEGIN: /usr/lib/bzip2/ptest
-./bzip2 -1 < sample1.ref > sample1.rb2
-./bzip2 -2 < sample2.ref > sample2.rb2
-./bzip2 -3 < sample3.ref > sample3.rb2
-./bzip2 -d < sample1.bz2 > sample1.tst
-./bzip2 -d < sample2.bz2 > sample2.tst
-./bzip2 -ds < sample3.bz2 > sample3.tst
-PASS: sample1 compress
-PASS: sample2 compress
-PASS: sample3 compress
-PASS: sample1 decompress
-PASS: sample2 decompress
-PASS: sample3 decompress
-DURATION: 1
-END: /usr/lib/bzip2/ptest
-2019-06-18T12:58
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:58
-BEGIN: /usr/lib/diffstat/ptest
-Checking /usr/bin/diffstat
-testing case01
-PASS: case01
-PASS: case01p1
-PASS: case01p9
-PASS: case01f0
-PASS: case01u
-PASS: case01k
-PASS: case01r1
-PASS: case01r2
-PASS: case01b
-PASS: case01R
-PASS: case01Rp0
-testing case02
-PASS: case02
-PASS: case02p1
-PASS: case02p9
-PASS: case02f0
-PASS: case02u
-PASS: case02k
-PASS: case02r1
-PASS: case02r2
-PASS: case02b
-PASS: case02R
-PASS: case02Rp0
-testing case03
-PASS: case03
-PASS: case03p1
-PASS: case03p9
-PASS: case03f0
-PASS: case03u
-PASS: case03k
-PASS: case03r1
-PASS: case03r2
-PASS: case03b
-PASS: case03R
-PASS: case03Rp0
-testing case04
-PASS: case04
-PASS: case04p1
-PASS: case04p9
-PASS: case04f0
-PASS: case04u
-PASS: case04k
-PASS: case04r1
-PASS: case04r2
-PASS: case04b
-PASS: case04R
-PASS: case04Rp0
-testing case05
-PASS: case05
-PASS: case05p1
-PASS: case05p9
-PASS: case05f0
-PASS: case05u
-PASS: case05k
-PASS: case05r1
-PASS: case05r2
-PASS: case05b
-PASS: case05R
-PASS: case05Rp0
-testing case06
-PASS: case06
-PASS: case06p1
-PASS: case06p9
-PASS: case06f0
-PASS: case06u
-PASS: case06k
-PASS: case06r1
-PASS: case06r2
-PASS: case06b
-PASS: case06R
-PASS: case06Rp0
-testing case07
-PASS: case07
-PASS: case07p1
-PASS: case07p9
-PASS: case07f0
-PASS: case07u
-PASS: case07k
-PASS: case07r1
-PASS: case07r2
-PASS: case07b
-PASS: case07R
-PASS: case07Rp0
-testing case08
-PASS: case08
-PASS: case08p1
-PASS: case08p9
-PASS: case08f0
-PASS: case08u
-PASS: case08k
-PASS: case08r1
-PASS: case08r2
-PASS: case08b
-PASS: case08R
-PASS: case08Rp0
-testing case09
-PASS: case09
-PASS: case09p1
-PASS: case09p9
-PASS: case09f0
-PASS: case09u
-PASS: case09k
-PASS: case09r1
-PASS: case09r2
-PASS: case09b
-PASS: case09R
-PASS: case09Rp0
-testing case10
-PASS: case10
-PASS: case10p1
-PASS: case10p9
-PASS: case10f0
-PASS: case10u
-PASS: case10k
-PASS: case10r1
-PASS: case10r2
-PASS: case10b
-PASS: case10R
-PASS: case10Rp0
-testing case11
-PASS: case11
-PASS: case11p1
-PASS: case11p9
-PASS: case11f0
-PASS: case11u
-PASS: case11k
-PASS: case11r1
-PASS: case11r2
-PASS: case11b
-PASS: case11R
-PASS: case11Rp0
-testing case12
-PASS: case12
-PASS: case12p1
-PASS: case12p9
-PASS: case12f0
-PASS: case12u
-PASS: case12k
-PASS: case12r1
-PASS: case12r2
-PASS: case12b
-PASS: case12R
-PASS: case12Rp0
-testing case13
-PASS: case13
-PASS: case13p1
-PASS: case13p9
-PASS: case13f0
-PASS: case13u
-PASS: case13k
-PASS: case13r1
-PASS: case13r2
-PASS: case13b
-PASS: case13R
-PASS: case13Rp0
-testing case14
-PASS: case14
-PASS: case14p1
-PASS: case14p9
-PASS: case14f0
-PASS: case14u
-PASS: case14k
-PASS: case14r1
-PASS: case14r2
-PASS: case14b
-PASS: case14R
-PASS: case14Rp0
-testing case15
-PASS: case15
-PASS: case15p1
-PASS: case15p9
-PASS: case15f0
-PASS: case15u
-PASS: case15k
-PASS: case15r1
-PASS: case15r2
-PASS: case15b
-PASS: case15R
-PASS: case15Rp0
-testing case16
-PASS: case16
-PASS: case16p1
-PASS: case16p9
-PASS: case16f0
-PASS: case16u
-PASS: case16k
-PASS: case16r1
-PASS: case16r2
-PASS: case16b
-PASS: case16R
-PASS: case16Rp0
-testing case17
-PASS: case17
-PASS: case17p1
-PASS: case17p9
-PASS: case17f0
-PASS: case17u
-PASS: case17k
-PASS: case17r1
-PASS: case17r2
-PASS: case17b
-PASS: case17R
-PASS: case17Rp0
-testing case18
-PASS: case18
-PASS: case18p1
-PASS: case18p9
-PASS: case18f0
-PASS: case18u
-PASS: case18k
-PASS: case18r1
-PASS: case18r2
-PASS: case18b
-PASS: case18R
-PASS: case18Rp0
-testing case19
-PASS: case19
-PASS: case19p1
-PASS: case19p9
-PASS: case19f0
-PASS: case19u
-PASS: case19k
-PASS: case19r1
-PASS: case19r2
-PASS: case19b
-PASS: case19R
-PASS: case19Rp0
-testing case20
-PASS: case20
-PASS: case20p1
-PASS: case20p9
-PASS: case20f0
-PASS: case20u
-PASS: case20k
-PASS: case20r1
-PASS: case20r2
-PASS: case20b
-PASS: case20R
-PASS: case20Rp0
-testing case21
-PASS: case21
-PASS: case21p1
-PASS: case21p9
-PASS: case21f0
-PASS: case21u
-PASS: case21k
-PASS: case21r1
-PASS: case21r2
-PASS: case21b
-PASS: case21R
-PASS: case21Rp0
-testing case22
-PASS: case22
-PASS: case22p1
-PASS: case22p9
-PASS: case22f0
-PASS: case22u
-PASS: case22k
-PASS: case22r1
-PASS: case22r2
-PASS: case22b
-PASS: case22R
-PASS: case22Rp0
-testing case23
-PASS: case23
-PASS: case23p1
-PASS: case23p9
-PASS: case23f0
-PASS: case23u
-PASS: case23k
-PASS: case23r1
-PASS: case23r2
-PASS: case23b
-PASS: case23R
-PASS: case23Rp0
-testing case24
-PASS: case24
-PASS: case24p1
-PASS: case24p9
-PASS: case24f0
-PASS: case24u
-PASS: case24k
-PASS: case24r1
-PASS: case24r2
-PASS: case24b
-PASS: case24R
-PASS: case24Rp0
-testing case25
-PASS: case25
-PASS: case25p1
-PASS: case25p9
-PASS: case25f0
-PASS: case25u
-PASS: case25k
-PASS: case25r1
-PASS: case25r2
-PASS: case25b
-PASS: case25R
-PASS: case25Rp0
-testing case26
-PASS: case26
-PASS: case26p1
-PASS: case26p9
-PASS: case26f0
-PASS: case26u
-PASS: case26k
-PASS: case26r1
-PASS: case26r2
-PASS: case26b
-PASS: case26R
-PASS: case26Rp0
-testing case27
-PASS: case27
-PASS: case27p1
-PASS: case27p9
-PASS: case27f0
-PASS: case27u
-PASS: case27k
-PASS: case27r1
-PASS: case27r2
-PASS: case27b
-PASS: case27R
-PASS: case27Rp0
-testing case28
-PASS: case28
-PASS: case28p1
-PASS: case28p9
-PASS: case28f0
-PASS: case28u
-PASS: case28k
-PASS: case28r1
-PASS: case28r2
-PASS: case28b
-PASS: case28R
-PASS: case28Rp0
-testing case29
-PASS: case29
-PASS: case29p1
-PASS: case29p9
-PASS: case29f0
-PASS: case29u
-PASS: case29k
-PASS: case29r1
-PASS: case29r2
-PASS: case29b
-PASS: case29R
-PASS: case29Rp0
-testing case31
-PASS: case31
-PASS: case31p1
-PASS: case31p9
-PASS: case31f0
-PASS: case31u
-PASS: case31k
-PASS: case31r1
-PASS: case31r2
-PASS: case31b
-PASS: case31R
-PASS: case31Rp0
-testing case31l
-PASS: case31l
-PASS: case31lp1
-PASS: case31lp9
-PASS: case31lf0
-PASS: case31lu
-PASS: case31lk
-PASS: case31lr1
-PASS: case31lr2
-PASS: case31lb
-PASS: case31lR
-PASS: case31lRp0
-testing case31u
-PASS: case31u
-PASS: case31up1
-PASS: case31up9
-PASS: case31uf0
-PASS: case31uu
-PASS: case31uk
-PASS: case31ur1
-PASS: case31ur2
-PASS: case31ub
-PASS: case31uR
-PASS: case31uRp0
-testing case32
-PASS: case32
-PASS: case32p1
-PASS: case32p9
-PASS: case32f0
-PASS: case32u
-PASS: case32k
-PASS: case32r1
-PASS: case32r2
-PASS: case32b
-PASS: case32R
-PASS: case32Rp0
-testing case33
-PASS: case33
-PASS: case33p1
-PASS: case33p9
-PASS: case33f0
-PASS: case33u
-PASS: case33k
-PASS: case33r1
-PASS: case33r2
-PASS: case33b
-PASS: case33R
-PASS: case33Rp0
-testing case34
-PASS: case34
-PASS: case34p1
-PASS: case34p9
-PASS: case34f0
-PASS: case34u
-PASS: case34k
-PASS: case34r1
-PASS: case34r2
-PASS: case34b
-PASS: case34R
-PASS: case34Rp0
-testing case35
-PASS: case35
-PASS: case35p1
-PASS: case35p9
-PASS: case35f0
-PASS: case35u
-PASS: case35k
-PASS: case35r1
-PASS: case35r2
-PASS: case35b
-PASS: case35R
-PASS: case35Rp0
-testing case36
-PASS: case36
-PASS: case36p1
-PASS: case36p9
-PASS: case36f0
-PASS: case36u
-PASS: case36k
-PASS: case36r1
-PASS: case36r2
-PASS: case36b
-PASS: case36R
-PASS: case36Rp0
-testing case37
-PASS: case37
-PASS: case37p1
-PASS: case37p9
-PASS: case37f0
-PASS: case37u
-PASS: case37k
-PASS: case37r1
-PASS: case37r2
-PASS: case37b
-PASS: case37R
-PASS: case37Rp0
-testing case38l
-PASS: case38l
-PASS: case38lp1
-PASS: case38lp9
-PASS: case38lf0
-PASS: case38lu
-PASS: case38lk
-PASS: case38lr1
-PASS: case38lr2
-PASS: case38lb
-PASS: case38lR
-PASS: case38lRp0
-testing case38r
-PASS: case38r
-PASS: case38rp1
-PASS: case38rp9
-PASS: case38rf0
-PASS: case38ru
-PASS: case38rk
-PASS: case38rr1
-PASS: case38rr2
-PASS: case38rb
-PASS: case38rR
-PASS: case38rRp0
-DURATION: 4
-END: /usr/lib/diffstat/ptest
-2019-06-18T12:58
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:58
-BEGIN: /usr/lib/diffutils/ptest
-make: Entering directory '/usr/lib/diffutils/ptest/tests'
-make[1]: Entering directory '/usr/lib/diffutils/ptest/tests'
-PASS: basic
-PASS: bignum
-PASS: binary
-PASS: brief-vs-stat-zero-kernel-lies
-PASS: cmp
-PASS: colliding-file-names
-PASS: diff3
-PASS: excess-slash
-PASS: help-version
-PASS: invalid-re
-PASS: function-line-vs-leading-space
-PASS: ignore-matching-lines
-PASS: label-vs-func
-XFAIL: large-subopt
-PASS: new-file
-PASS: no-dereference
-PASS: no-newline-at-eof
-PASS: stdin
-PASS: strcoll-0-names
-PASS: filename-quoting
-strip-trailing-cr: skipped test: requires a working valgrind
-SKIP: strip-trailing-cr
-PASS: colors
-============================================================================
-Testsuite summary for GNU diffutils 3.7
-============================================================================
-# TOTAL: 22
-# PASS: 20
-# SKIP: 1
-# XFAIL: 1
-# FAIL: 0
-# XPASS: 0
-# ERROR: 0
-============================================================================
-make[1]: Leaving directory '/usr/lib/diffutils/ptest/tests'
-make: Leaving directory '/usr/lib/diffutils/ptest/tests'
-DURATION: 2
-END: /usr/lib/diffutils/ptest
-2019-06-18T12:58
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:58
-BEGIN: /usr/lib/elfutils/ptest
-PASS: run-arextract.sh
-SKIP: run-arsymtest.sh
-Make a sorted list of the just build src .o files.
-nm.o
-size.o
-strip.o
-Create a new ar file with the .o files.
-eu-ar: creating test.ar
-List the ar file contents.
-Delete all objects again.
-Check new ar file is now empty
-PASS: run-ar.sh
-PASS: newfile
-PASS: test-nlist
-PASS: update1
-PASS: update2
-PASS: update3
-PASS: update4
-PASS: run-show-die-info.sh
-PASS: run-get-files.sh
-PASS: run-get-lines.sh
-PASS: run-next-files.sh
-PASS: run-next-lines.sh
-PASS: run-get-pubnames.sh
-PASS: run-get-aranges.sh
-PASS: run-allfcts.sh
-PASS: run-show-abbrev.sh
-PASS: run-line2addr.sh
-PASS: hash
-PASS: newscn
-PASS: run-strip-test.sh
-PASS: run-strip-test2.sh
-PASS: run-strip-test3.sh
-PASS: run-strip-test4.sh
-PASS: run-strip-test5.sh
-PASS: run-strip-test6.sh
-PASS: run-strip-test7.sh
-PASS: run-strip-test8.sh
-PASS: run-strip-test9.sh
-PASS: run-strip-test10.sh
-PASS: run-strip-test11.sh
-PASS: run-strip-test12.sh
-/usr/bin/gcc
-PASS: run-strip-nothing.sh
-/usr/bin/gcc
-Create debug a.out.
-strip -g to file with debug file
-[26] .symtab SYMTAB 0000000000000000 00001048 000008d0 24 27 71 8
-0
-1
-arm strip -g to file with debug file
-[28] .symtab SYMTAB 00000000 000750 000750 16 29 89 4
-0
-1
-aarch64 strip -g to file with debug file
-[27] .symtab SYMTAB 0000000000000000 00000920 000009c0 24 28 78 8
-0
-1
-PASS: run-strip-g.sh
-PASS: run-annobingroup.sh
-PASS: run-strip-groups.sh
-runtest hello_i386.ko
-runtest hello_x86_64.ko
-runtest hello_ppc64.ko
-runtest hello_s390.ko
-runtest hello_aarch64.ko
-runtest hello_m68k.ko
-runtest hello_riscv64.ko
-runtest /usr/lib/elfutils/ptest/tests/..//src/strip
-runtest /usr/lib/elfutils/ptest/tests/..//src/strip.o
-runtest strip-uncompressed.o
-runtest strip-compressed.o
-runtest testfile-debug-rel-ppc64.o
-runtest testfile-debug-rel-ppc64-z.o
-runtest testfile-debug-rel-ppc64-g.o
-PASS: run-strip-reloc.sh
-elflint /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//src/addr2line:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//src/elfcmp:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//src/objdump:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//src/readelf:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//libelf/libelf.so:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//libdw/libdw.so:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//src/size.o:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
-No errors
-
-/usr/lib/elfutils/ptest/tests/..//src/strip.o:
-No errors
-elfstrmerge
-elflint merged.elf
-No errors
-strip
-elflint merged.elf.stripped
-No errors
-elflint merged.elf.debug
-No errors
-unstrip
-elflint remerged.elf
-No errors
-elfcmp
-elflint /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge.o
-No errors
-elfstrmerge
-elflint merged.elf
-No errors
-strip
-elflint merged.elf.stripped
-No errors
-elflint merged.elf.debug
-No errors
-unstrip
-elflint remerged.elf
-No errors
-elfcmp
-PASS: run-strip-strmerge.sh
-PASS: run-strip-nobitsalign.sh
-strip --keep-section=.strtab testfile
-elflint testfile.elf
-No errors
-elflint testfile.debug
-No errors
-readelf testfile.elf
-readelf testfile.debug
-strip --keep-section=.symtab testfile
-elflint testfile.elf
-No errors
-elflint testfile.debug
-No errors
-readelf testfile.elf
-readelf testfile.debug
-strip --keep-section=.strtab testfile69.so
-elflint testfile.elf
-No errors
-elflint testfile.debug
-No errors
-readelf testfile.elf
-readelf testfile.debug
-strip --keep-section=.symtab --remove-comment testfile69.so
-elflint testfile.elf
-No errors
-elflint testfile.debug
-No errors
-readelf testfile.elf
-readelf testfile.debug
-strip -g --remove-section=.symtab testfile
-elflint testfile.elf
-No errors
-elflint testfile.debug
-No errors
-readelf testfile.elf
-readelf testfile.debug
-strip -g --remove-section=.s[yt][mr]tab --keep-section=.stab* testfile
-elflint testfile.elf
-No errors
-elflint testfile.debug
-No errors
-readelf testfile.elf
-readelf testfile.debug
-strip -g --remove-section=.symtab testfile69.so
-elflint testfile.elf
-No errors
-elflint testfile.debug
-No errors
-readelf testfile.elf
-readelf testfile.debug
-strip -g --remove-section=.s[yt][mr]tab --keep-section=.comment testfile69.so
-elflint testfile.elf
-No errors
-elflint testfile.debug
-No errors
-readelf testfile.elf
-readelf testfile.debug
-PASS: run-strip-remove-keep.sh
-PASS: run-unstrip-test.sh
-PASS: run-unstrip-test2.sh
-PASS: run-unstrip-test3.sh
-PASS: run-unstrip-test4.sh
-PASS: run-unstrip-M.sh
-merging string tables testfile4 -> testfile4.merged
-WARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33
-No errors
-merging string tables testfile12 -> testfile12.merged
-WARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31
-No errors
-PASS: run-elfstrmerge-test.sh
-PASS: run-ecp-test.sh
-PASS: run-ecp-test2.sh
-PASS: run-alldts.sh
-PASS: run-elflint-test.sh
-PASS: run-elflint-self.sh
-PASS: run-ranlib-test.sh
-PASS: run-ranlib-test2.sh
-PASS: run-ranlib-test3.sh
-PASS: run-ranlib-test4.sh
-PASS: run-addrscopes.sh
-PASS: run-strings-test.sh
-PASS: run-funcscopes.sh
-PASS: run-find-prologues.sh
-PASS: run-allregs.sh
-PASS: run-addrcfi.sh
-PASS: run-dwarfcfi.sh
-PASS: run-nm-self.sh
-PASS: run-readelf-self.sh
-Could not find split unit 'testfile-hello5.dwo', id: c422aa5c31fec205
-
-DWARF section [28] '.debug_info' at offset 0x3102:
- [Offset]
- Compilation unit at offset 0:
- Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4
- Unit type: skeleton (4), Unit id: 0xc422aa5c31fec205
- [ 14] skeleton_unit abbrev: 1
- low_pc (addr) 0x0000000000401160 <foo>
- high_pc (data8) 81 (0x00000000004011b1)
- stmt_list (sec_offset) 0
- dwo_name (strp) "testfile-hello5.dwo"
- comp_dir (strp) "/home/mark/src/elfutils/tests"
- GNU_pubnames (flag_present) yes
- addr_base (sec_offset) address base [ 8]
- Compilation unit at offset 53:
- Version: 5, Abbreviation section offset: 21, Address size: 8, Offset size: 4
- Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe
- [ 49] skeleton_unit abbrev: 1
- ranges (sec_offset) range list [ 24]
- low_pc (addr) 000000000000000000
- stmt_list (sec_offset) 655
- dwo_name (strp) "testfile-world5.dwo"
- comp_dir (strp) "/home/mark/src/elfutils/tests"
- GNU_pubnames (flag_present) yes
- addr_base (sec_offset) address base [ a8]
- rnglists_base (sec_offset) range list [ c]
- Split compilation unit at offset 53:
- Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4
- Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe
- { 14} compile_unit abbrev: 8
- producer (strx) "GNU C17 9.0.0 20180515 (experimental) -mtune=generic -march=x86-64 -gdwarf-5 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2"
- language (data1) C11 (29)
- name (strx) "world.c"
- comp_dir (strx) "/home/mark/src/elfutils/tests"
- loclists_base (sec_offset) location list [ 0]
- { 1d} variable abbrev: 9
- name (string) "m"
- decl_file (data1) hello.h (2)
- decl_line (data1) 1
- decl_column (data1) 12
- type (ref4) { 27}
- external (flag_present) yes
- declaration (flag_present) yes
- { 27} base_type abbrev: 10
- byte_size (data1) 4
- encoding (data1) signed (5)
- name (string) "int"
- { 2e} base_type abbrev: 1
- byte_size (data1) 8
- encoding (data1) unsigned (7)
- name (strx) "long unsigned int"
- { 32} base_type abbrev: 1
- byte_size (data1) 1
- encoding (data1) unsigned_char (8)
- name (strx) "unsigned char"
- { 36} base_type abbrev: 1
- byte_size (data1) 2
- encoding (data1) unsigned (7)
- name (strx) "short unsigned int"
- { 3a} base_type abbrev: 1
- byte_size (data1) 4
- encoding (data1) unsigned (7)
- name (strx) "unsigned int"
- { 3e} base_type abbrev: 1
- byte_size (data1) 1
- encoding (data1) signed_char (6)
- name (strx) "signed char"
- { 42} base_type abbrev: 1
- byte_size (data1) 2
- encoding (data1) signed (5)
- name (strx) "short int"
- { 46} base_type abbrev: 1
- byte_size (data1) 8
- encoding (data1) signed (5)
- name (strx) "long int"
- { 4a} base_type abbrev: 1
- byte_size (data1) 1
- encoding (data1) signed_char (6)
- name (strx) "char"
- { 4e} const_type abbrev: 11
- type (ref4) { 4a}
- { 53} base_type abbrev: 1
- byte_size (data1) 8
- encoding (data1) signed (5)
- name (strx) "long long int"
- { 57} base_type abbrev: 1
- byte_size (data1) 8
- encoding (data1) unsigned (7)
- name (strx) "long long unsigned int"
- { 5b} subprogram abbrev: 3
- external (flag_present) yes
- name (strx) "main"
- decl_file (implicit_const) world.c (1)
- decl_line (data1) 14
- decl_column (implicit_const) 1
- prototyped (flag_present) yes
- type (ref4) { 27}
- low_pc (addrx) [c] 0x0000000000401060 <main>
- high_pc (data8) 32 (0x0000000000401080 <_start>)
- frame_base (exprloc)
- [ 0] call_frame_cfa
- call_all_calls (flag_present) yes
- sibling (ref4) { 9b}
- { 71} formal_parameter abbrev: 2
- name (strx) "argc"
- decl_file (implicit_const) world.c (1)
- decl_line (data1) 14
- decl_column (data1) 11
- type (ref4) { 27}
- location (loclistx) location index [ 0]
- { 7a} formal_parameter abbrev: 2
- name (strx) "argv"
- decl_file (implicit_const) world.c (1)
- decl_line (data1) 14
- decl_column (data1) 30
- type (ref4) { 9b}
- location (loclistx) location index [ 1]
- { 83} variable abbrev: 12
- name (string) "n"
- decl_file (data1) world.c (1)
- decl_line (data1) 16
- decl_column (data1) 15
- type (ref4) { a0}
- location (loclistx) location index [ 2]
- { 8e} call_site abbrev: 4
- call_return_pc (addrx) [5] 0x0000000000401079 <main+0x19>
- call_origin (ref4) { a5}
- { 94} call_site abbrev: 4
- call_return_pc (addrx) [a] 0x0000000000401080 <_start>
- call_origin (ref4) { 114}
- { 9b} pointer_type abbrev: 5
- byte_size (implicit_const) 8
- type (ref4) { a0}
- { a0} pointer_type abbrev: 5
- byte_size (implicit_const) 8
- type (ref4) { 4e}
- { a5} subprogram abbrev: 3
- external (flag_present) yes
- name (strx) "calc"
- decl_file (implicit_const) world.c (1)
- decl_line (data1) 5
- decl_column (implicit_const) 1
- prototyped (flag_present) yes
- type (ref4) { 27}
- low_pc (addrx) [b] 0x00000000004011c0 <calc>
- high_pc (data8) 43 (0x00000000004011eb)
- frame_base (exprloc)
- [ 0] call_frame_cfa
- call_all_calls (flag_present) yes
- sibling (ref4) { eb}
- { bb} formal_parameter abbrev: 2
- name (strx) "word"
- decl_file (implicit_const) world.c (1)
- decl_line (data1) 5
- decl_column (data1) 19
- type (ref4) { a0}
- location (loclistx) location index [ 3]
- { c4} inlined_subroutine abbrev: 13
- abstract_origin (ref4) { eb}
- entry_pc (addrx) [6] 0x00000000004011d3 <calc+0x13>
- ranges (rnglistx) range index [ 0]
- call_file (data1) world.c (1)
- call_line (data1) 10
- call_column (data1) 10
- { ce} formal_parameter abbrev: 6
- abstract_origin (ref4) { 101}
- location (loclistx) location index [ 4]
- { d4} formal_parameter abbrev: 6
- abstract_origin (ref4) { f9}
- location (loclistx) location index [ 5]
- { da} lexical_block abbrev: 14
- ranges (rnglistx) range index [ 0]
- { dc} variable abbrev: 15
- abstract_origin (ref4) { 109}
- location (loclistx) location index [ 6]
- { e2} call_site abbrev: 16
- call_return_pc (addrx) [1] 0x00000000004011e4 <calc+0x24>
- call_tail_call (flag_present) yes
- call_origin (ref4) { 11b}
- { eb} subprogram abbrev: 17
- name (strx) "frob"
- decl_file (data1) hello.h (2)
- decl_line (data1) 5
- decl_column (data1) 1
- prototyped (flag_present) yes
- type (ref4) { 27}
- inline (data1) declared_inlined (3)
- sibling (ref4) { 114}
- { f9} formal_parameter abbrev: 7
- name (string) "a"
- decl_file (implicit_const) hello.h (2)
- decl_line (implicit_const) 5
- decl_column (data1) 11
- type (ref4) { 27}
- { 101} formal_parameter abbrev: 7
- name (string) "b"
- decl_file (implicit_const) hello.h (2)
- decl_line (implicit_const) 5
- decl_column (data1) 18
- type (ref4) { 27}
- { 109} variable abbrev: 18
- name (string) "c"
- decl_file (data1) hello.h (2)
- decl_line (data1) 7
- decl_column (data1) 7
- type (ref4) { 27}
- { 114} subprogram abbrev: 19
- external (flag_present) yes
- declaration (flag_present) yes
- linkage_name (strx) "exit"
- name (strx) "exit"
- decl_file (data1) stdlib.h (3)
- decl_line (data2) 542
- decl_column (data1) 13
- { 11b} subprogram abbrev: 20
- external (flag_present) yes
- declaration (flag_present) yes
- linkage_name (string) "baz"
- name (string) "baz"
- decl_file (data1) hello.h (2)
- decl_line (data1) 2
- decl_column (data1) 12
-PASS: run-readelf-info-plus.sh
-PASS: run-readelf-compressed.sh
-PASS: run-readelf-const-values.sh
-PASS: run-varlocs-self.sh
-PASS: run-exprlocs-self.sh
-PASS: run-readelf-test1.sh
-PASS: run-readelf-test2.sh
-PASS: run-readelf-test3.sh
-PASS: run-readelf-test4.sh
-PASS: run-readelf-twofiles.sh
-PASS: run-readelf-macro.sh
-PASS: run-readelf-loc.sh
-PASS: run-readelf-ranges.sh
-PASS: run-readelf-aranges.sh
-PASS: run-readelf-line.sh
-PASS: run-readelf-z.sh
-PASS: run-readelf-n.sh
-PASS: run-native-test.sh
-PASS: run-bug1-test.sh
-PASS: run-debuglink.sh
-PASS: run-debugaltlink.sh
-PASS: run-buildid.sh
-PASS: dwfl-bug-addr-overflow
-PASS: run-addrname-test.sh
-PASS: dwfl-bug-fd-leak
-PASS: dwfl-bug-report
-PASS: run-dwfl-bug-offline-rel.sh
-PASS: run-dwfl-addr-sect.sh
-PASS: run-disasm-x86.sh
-PASS: run-disasm-x86-64.sh
-PASS: run-early-offscn.sh
-PASS: run-dwarf-getmacros.sh
-PASS: run-dwarf-ranges.sh
-PASS: run-test-flag-nobits.sh
-PASS: run-prelink-addr-test.sh
-PASS: run-dwarf-getstring.sh
-PASS: run-rerequest_tag.sh
-PASS: run-typeiter.sh
-PASS: run-readelf-d.sh
-PASS: run-readelf-gdb_index.sh
-PASS: run-unstrip-n.sh
-[b] main.c
-[2d] main
-
-
-[b] <no name>
-Following split subdie: hello.c
-[b] hello.c
-[4e] foo
-[6a] baz
-[90] frob
-[bd] foo
-[16a] baz
-Done subdie: hello.c
-[3f] <no name>
-Following split subdie: world.c
-[b] world.c
-[56] main
-[af] calc
-[10a] frob
-Done subdie: world.c
-
-[14] <no name>
-Following split subdie: hello.c
-[14] hello.c
-[53] foo
-[6d] baz
-[90] frob
-[bc] foo
-[154] baz
-Done subdie: hello.c
-[49] <no name>
-Following split subdie: world.c
-[14] world.c
-[5b] main
-[a5] calc
-[eb] frob
-Done subdie: world.c
-
-[b] ../sysdeps/aarch64/start.S
-[39] init.c
-[79] crti.S
-[9b] ../../elfutils-0.176/src/addr2line.c
-[147b] handle_address
-[19f0] show
-[1a26] show_int
-[2eb1] get_addr_width
-[2f26] print_src
-[30f0] adjust_to_section
-[33e8] find_symbol
-[357f] see_one_module
-[3615] print_addrsym
-[36ce] print_dwarf_function
-[3802] get_diename
-[383c] symname
-[3878] parse_opt
-[38d7] main
-[3bcb] error
-[3bfe] strtoumax
-[3c38] printf
-[3c57] feof_unlocked
-[3c75] getline
-[3cb1] putchar
-[3ccf] get_diename
-[3dd0] symname
-[41e7] ../../elfutils-0.176/lib/printversion.c
-[47dc] print_version
-[4924] fprintf
-[4973] elf-init.c
-[4a63] __libc_csu_fini
-[4a7d] __libc_csu_init
-[4b49] crtn.S
-
-[b] ../sysdeps/aarch64/start.S
-[39] init.c
-[79] crti.S
-[9b] ../../elfutils-0.176/src/elfcmp.c
-[1b15] hash_content_equivalent
-[1d91] compare_Elf64_Xword
-[1e05] compare_Elf32_Word
-[1e79] regioncompare
-[1eed] search_for_copy_reloc
-[229f] open_file
-[25a1] parse_opt
-[25db] main
-[4c1e] error
-[4c51] memset
-[4c87] open
-[4cb2] fprintf
-[4cdd] parse_opt
-[5110] ../../elfutils-0.176/libebl/eblopenbackend.c
-[7350] default_abi_cfi
-[7398] default_check_reloc_target_type
-[73e0] default_check_object_attribute
-[7464] default_syscall_abi
-[74dd] default_register_info
-[7558] default_return_value_location
-[75a0] default_bss_plt_p
-[75d9] default_check_st_other_bits
-[7612] default_data_marker_symbol
-[765a] default_check_special_symbol
-[76c0] default_copy_reloc_p
-[76df] default_debugscn_p
-[77c3] default_object_note
-[7829] default_object_note_type_name
-[788f] default_core_note
-[7921] default_auxv_info
-[7978] default_core_note_type_name
-[79cf] default_osabi_name
-[7a08] default_destr
-[7a37] default_dynamic_tag_check
-[7a70] default_dynamic_tag_name
-[7ac7] default_symbol_binding_name
-[7b00] default_symbol_type_name
-[7b39] default_check_special_section
-[7b9f] default_machine_section_flag_check
-[7bd8] default_machine_flag_check
-[7c11] default_machine_flag_name
-[7c50] default_section_name
-[7cb6] default_section_type_name
-[7cef] default_segment_type_name
-[7d28] default_gotpc_reloc_check
-[7d54] default_reloc_simple_type
-[7daa] default_reloc_valid_use
-[7dd7] default_reloc_type_check
-[7df7] default_reloc_type_name
-[7e31] ebl_openbackend_emulation
-[7e89] ebl_openbackend_machine
-[7ee1] ebl_openbackend
-[7f8f] openbackend
-[8522] fill_defaults
-[854f] stpcpy
-[8579] strcpy
-[85a3] mempcpy
-[85d9] snprintf
-[8610] default_reloc_type_name
-[8647] default_reloc_type_check
-[8670] default_reloc_valid_use
-[86a0] default_register_info
-[88cb] ../../elfutils-0.176/libebl/eblclosebackend.c
-[98e5] ebl_closebackend
-[9973] ../../elfutils-0.176/libebl/eblcopyrelocp.c
-[a98d] ebl_copy_reloc_p
-[a9f1] ../../elfutils-0.176/libebl/eblsectionstripp.c
-[ba1c] ebl_section_strip_p
-[bc79] ../../elfutils-0.176/libebl/ebldebugscnp.c
-[cc93] ebl_debugscn_p
-[ccf7] ../../elfutils-0.176/lib/printversion.c
-[d2ec] print_version
-[d434] fprintf
-[d483] elf-init.c
-[d573] __libc_csu_fini
-[d58d] __libc_csu_init
-[d659] crtn.S
-
-[b] ../sysdeps/aarch64/start.S
-[39] init.c
-[79] crti.S
-[9b] ../../elfutils-0.176/src/objdump.c
-[1c95] handle_elf
-[2bc8] show_disasm
-[2c73] disasm_output
-[2fb1] show_full_content
-[3078] show_relocs
-[3845] section_match
-[38a6] show_relocs_rela
-[395b] show_relocs_rel
-[3a10] show_relocs_x
-[3e9f] handle_ar
-[44bb] process_file
-[4ab5] parse_opt
-[4c0b] main
-[4dd4] error
-[4e07] stpcpy
-[4e31] mempcpy
-[4e67] memcpy
-[4e9d] open
-[4ec8] asprintf
-[4ef3] printf
-[4f12] putchar_unlocked
-[4f30] fputc_unlocked
-[4f5a] putchar
-[4f78] section_match
-[52c7] ../../elfutils-0.176/libebl/eblopenbackend.c
-[7507] default_abi_cfi
-[754f] default_check_reloc_target_type
-[7597] default_check_object_attribute
-[761b] default_syscall_abi
-[7694] default_register_info
-[770f] default_return_value_location
-[7757] default_bss_plt_p
-[7790] default_check_st_other_bits
-[77c9] default_data_marker_symbol
-[7811] default_check_special_symbol
-[7877] default_copy_reloc_p
-[7896] default_debugscn_p
-[797a] default_object_note
-[79e0] default_object_note_type_name
-[7a46] default_core_note
-[7ad8] default_auxv_info
-[7b2f] default_core_note_type_name
-[7b86] default_osabi_name
-[7bbf] default_destr
-[7bee] default_dynamic_tag_check
-[7c27] default_dynamic_tag_name
-[7c7e] default_symbol_binding_name
-[7cb7] default_symbol_type_name
-[7cf0] default_check_special_section
-[7d56] default_machine_section_flag_check
-[7d8f] default_machine_flag_check
-[7dc8] default_machine_flag_name
-[7e07] default_section_name
-[7e6d] default_section_type_name
-[7ea6] default_segment_type_name
-[7edf] default_gotpc_reloc_check
-[7f0b] default_reloc_simple_type
-[7f61] default_reloc_valid_use
-[7f8e] default_reloc_type_check
-[7fae] default_reloc_type_name
-[7fe8] ebl_openbackend_emulation
-[8040] ebl_openbackend_machine
-[8098] ebl_openbackend
-[8146] openbackend
-[86d9] fill_defaults
-[8706] stpcpy
-[8730] strcpy
-[875a] mempcpy
-[8790] snprintf
-[87c7] default_reloc_type_name
-[87fe] default_reloc_type_check
-[8827] default_reloc_valid_use
-[8857] default_register_info
-[8a82] ../../elfutils-0.176/libebl/eblclosebackend.c
-[9a9c] ebl_closebackend
-[9b2a] ../../elfutils-0.176/libebl/eblreloctypename.c
-[adb3] ebl_reloc_type_name
-[ae61] ../../elfutils-0.176/libebl/eblbackendname.c
-[c0ea] ebl_backend_name
-[c159] ../../elfutils-0.176/lib/xmalloc.c
-[c2e4] xrealloc
-[c3c2] xcalloc
-[c4b2] xmalloc
-[c589] error
-[c607] ../../elfutils-0.176/lib/color.c
-[cf1d] parse_opt
-[d089] error
-[d0bc] asprintf
-[d0e7] parse_opt
-[d4e6] ../../elfutils-0.176/lib/printversion.c
-[dadb] print_version
-[dc23] fprintf
-[dc72] elf-init.c
-[dd62] __libc_csu_fini
-[dd7c] __libc_csu_init
-[de48] crtn.S
-
-[b] ../sysdeps/aarch64/start.S
-[39] init.c
-[79] crti.S
-[9b] ../../elfutils-0.176/src/readelf.c
-[5c12] dump_archive_index
-[5ca8] print_strings
-[5cf8] dump_strings
-[5d14] dump_data
-[5d30] for_each_section_argument
-[61e6] print_string_section
-[6263] dump_data_section
-[62a8] hex_dump
-[6318] handle_notes
-[63ba] handle_notes_data
-[64ad] handle_core_note
-[73be] handle_file_note
-[74c1] handle_siginfo_note
-[757d] buf_read_ulong
-[76ed] buf_read_int
-[77df] buf_has_data
-[7818] handle_auxv_note
-[78ef] handle_core_registers
-[797c] same_set
-[7aad] compare_register_sets
-[7b64] compare_registers
-[7ba5] compare_sets_by_info
-[7bd0] register_bitpos
-[7bee] handle_core_register
-[7daf] handle_bit_registers
-[7de9] handle_core_items
-[7f4f] compare_core_item_groups
-[8026] compare_core_items
-[80cf] handle_core_item
-[8c4f] convert
-[8e34] print_core_item
-[8ed4] print_debug
-[a032] getone_dwflmod
-[a0c0] is_split_dwarf
-[a1c3] print_gdb_index_section
-[b6eb] print_debug_exception_table
-[c910] print_debug_frame_hdr_section
-[d123] print_debug_str_offsets_section
-[d329] print_debug_str_section
-[d814] print_debug_pubnames_section
-[d9c0] print_pubnames
-[da9e] print_debug_macro_section
-[1085a] print_debug_macinfo_section
-[11556] mac_compare
-[115ca] print_debug_loc_section
-[13077] print_debug_loclists_section
-[16c0c] print_debug_line_section
-[16ed5] advance_pc
-[1abd7] print_form_data
-[1be38] print_decoded_line_section
-[1c01f] print_debug_types_section
-[1c0fc] print_debug_info_section
-[1c159] print_debug_units
-[1c3aa] attr_callback
-[1e61f] die_type_sign_bytes
-[1e67e] print_debug_frame_section
-[23867] print_encoding_base
-[2389d] print_relinfo
-[238bd] print_encoding
-[23a63] encoded_ptr_size
-[23a90] print_cfa_program
-[23b3a] regname
-[23bfa] read_encoded
-[23cbf] register_info
-[23f14] print_debug_ranges_section
-[24bbc] print_debug_rnglists_section
-[27cb2] split_dwarf_cu_base
-[27d06] print_debug_aranges_section
-[291bc] print_decoded_aranges_section
-[292a3] print_debug_addr_section
-[2948b] print_debug_abbrev_section
-[29ac4] listptr_cu
-[29b3d] get_listptr
-[29b6a] next_listptr_offset
-[29bb3] skip_listptr_hole
-[29c5e] sort_listptr
-[29c87] notice_listptr
-[29d0e] reset_listptr
-[29d2a] compare_listptr
-[29d85] listptr_base
-[29daf] cudie_base
-[29e81] print_ops
-[2c8de] get_indexed_addr
-[2cbb3] print_bytes
-[2cc82] print_block
-[2ccb8] dwarf_line_content_description_name
-[2cd82] dwarf_loc_list_encoding_name
-[2cdaf] dwarf_range_list_encoding_name
-[2cddc] dwarf_unit_name
-[2cea9] dwarf_discr_list_name
-[2ced6] dwarf_ordering_name
-[2cf03] dwarf_calling_convention_name
-[2cf30] dwarf_identifier_case_name
-[2cf5d] dwarf_virtuality_name
-[2cf8a] dwarf_visibility_name
-[2cfb7] dwarf_defaulted_name
-[2cfe4] dwarf_access_name
-[2d011] dwarf_encoding_name
-[2d03e] dwarf_inline_name
-[2d06b] dwarf_lang_name
-[2d098] dwarf_form_name
-[2d258] dwarf_attr_name
-[2d3da] dwarf_tag_name
-[2d6de] string_or_unknown
-[2d749] dwarf_line_content_description_string
-[2d769] dwarf_loc_list_encoding_string
-[2d789] dwarf_range_list_encoding_string
-[2d7a9] dwarf_unit_string
-[2d7c9] dwarf_locexpr_opcode_string
-[2d815] dwarf_discr_list_string
-[2d861] dwarf_ordering_string
-[2d898] dwarf_calling_convention_string
-[2d8e4] dwarf_identifier_case_string
-[2d930] dwarf_virtuality_string
-[2d97c] dwarf_visibility_string
-[2d9b3] dwarf_defaulted_string
-[2d9ea] dwarf_access_string
-[2da21] dwarf_encoding_string
-[2da6d] dwarf_inline_string
-[2daa4] dwarf_lang_string
-[2dac4] dwarf_form_string
-[2dae4] dwarf_attr_string
-[2db04] dwarf_tag_string
-[2db24] print_dwarf_addr
-[2e1d6] print_attributes
-[2e25e] left
-[2e31a] print_liblist
-[2e3e3] handle_hash
-[2f03e] handle_gnu_hash
-[2f199] handle_sysv_hash64
-[2f28b] handle_sysv_hash
-[2f377] print_hash_info
-[2f480] handle_versym
-[2f7e4] handle_verdef
-[2f8c9] handle_verneed
-[2f9b0] get_ver_flags
-[2fb4f] print_verinfo
-[2fb94] handle_symtab
-[2fdeb] print_symtab
-[30cd0] handle_relocs_rela
-[30e7b] handle_relocs_rel
-[31036] print_relocs
-[31088] print_dynamic
-[310f6] handle_dynamic
-[31993] print_dt_posflag_1
-[319bc] print_dt_feature_1
-[319e5] print_dt_flags_1
-[31a0e] print_dt_flags
-[31a37] print_flags
-[31c01] print_scngrp
-[321fe] handle_scngrp
-[322e1] section_name
-[3231b] print_phdr
-[324aa] print_shdr
-[3257e] elf_ch_type_name
-[3259e] get_visibility_type
-[325be] print_ehdr
-[335c5] print_file_type
-[3360f] process_elf_file
-[375e6] elf_contains_chdrs
-[3762f] process_file
-[37f69] create_dwfl
-[3836c] find_no_debuginfo
-[384d3] process_dwflmod
-[38646] count_dwflmod
-[386c1] check_archive_index
-[38703] open_input_section
-[38fb9] parse_opt
-[3901b] add_dump_section
-[394c0] main
-[39775] __libdw_link_skel_split
-[397b8] str_offsets_base_off
-[398ce] __libdw_cu_addr_base
-[39925] cu_sec_idx
-[39944] read_8sbyte_unaligned_1
-[39981] read_8ubyte_unaligned_1
-[399b8] read_4sbyte_unaligned_1
-[399ef] read_4ubyte_unaligned_1
-[39a22] read_2sbyte_unaligned_1
-[39a55] read_2ubyte_unaligned_1
-[39a88] __libdw_get_sleb128
-[39b42] __libdw_get_uleb128
-[39bb0] __libdw_max_len_sleb128
-[39be6] __libdw_max_len_uleb128
-[39c1c] __libdw_max_len_leb128
-[39c5e] libdw_valid_user_form
-[39c7e] __libdw_first_die_off_from_cu
-[39c9d] __libdw_first_die_from_cu_start
-[39cf1] write_retry
-[39d4e] error
-[39d82] fstat
-[39db5] strncpy
-[39deb] stpcpy
-[39e15] memset
-[39e4b] memcpy
-[39e81] dwarf_whatform
-[39ea1] dwarf_whatattr
-[39ec1] open
-[39eec] __bswap_64
-[39f0a] __bswap_32
-[39f28] __bswap_16
-[39f46] vasprintf
-[39f7c] asprintf
-[39fa7] printf
-[39fc6] fprintf
-[39ff1] snprintf
-[3a028] sprintf
-[3a053] putchar_unlocked
-[3a071] putc_unlocked
-[3a09b] fputc_unlocked
-[3a0c5] putchar
-[3a0e3] __libdw_get_uleb128
-[3a232] compare_sets_by_info
-[3a2d0] compare_registers
-[3a3c1] string_or_unknown
-[3a532] print_block
-[3a6da] section_name
-[3a73a] print_shdr
-[3ae26] print_hash_info
-[3b346] handle_versym
-[3beec] print_string_section
-[3c3f3] dump_data_section
-[3ca7b] notice_listptr
-[3cb8f] print_debug_units
-[3dacf] print_debug_info_section
-[3db78] print_encoding_base
-[3de4f] split_dwarf_cu_base
-[3df7c] print_debug_str_offsets_section
-[3ef01] print_core_item
-[3f29d] handle_notes_data
-[4024e] listptr_base
-[40324] compare_listptr
-[40664] skip_listptr_hole
-[40804] listptr_cu
-[408a4] read_encoded
-[40fc0] print_debug_addr_section
-[42c6f] ../../elfutils-0.176/libebl/eblopenbackend.c
-[44eaf] default_abi_cfi
-[44ef7] default_check_reloc_target_type
-[44f3f] default_check_object_attribute
-[44fc3] default_syscall_abi
-[4503c] default_register_info
-[450b7] default_return_value_location
-[450ff] default_bss_plt_p
-[45138] default_check_st_other_bits
-[45171] default_data_marker_symbol
-[451b9] default_check_special_symbol
-[4521f] default_copy_reloc_p
-[4523e] default_debugscn_p
-[45322] default_object_note
-[45388] default_object_note_type_name
-[453ee] default_core_note
-[45480] default_auxv_info
-[454d7] default_core_note_type_name
-[4552e] default_osabi_name
-[45567] default_destr
-[45596] default_dynamic_tag_check
-[455cf] default_dynamic_tag_name
-[45626] default_symbol_binding_name
-[4565f] default_symbol_type_name
-[45698] default_check_special_section
-[456fe] default_machine_section_flag_check
-[45737] default_machine_flag_check
-[45770] default_machine_flag_name
-[457af] default_section_name
-[45815] default_section_type_name
-[4584e] default_segment_type_name
-[45887] default_gotpc_reloc_check
-[458b3] default_reloc_simple_type
-[45909] default_reloc_valid_use
-[45936] default_reloc_type_check
-[45956] default_reloc_type_name
-[45990] ebl_openbackend_emulation
-[459e8] ebl_openbackend_machine
-[45a40] ebl_openbackend
-[45aee] openbackend
-[46081] fill_defaults
-[460ae] stpcpy
-[460d8] strcpy
-[46102] mempcpy
-[46138] snprintf
-[4616f] default_reloc_type_name
-[461a6] default_reloc_type_check
-[461cf] default_reloc_valid_use
-[461ff] default_register_info
-[4642a] ../../elfutils-0.176/libebl/eblclosebackend.c
-[47444] ebl_closebackend
-[474d2] ../../elfutils-0.176/libebl/eblreloctypename.c
-[4875b] ebl_reloc_type_name
-[48809] ../../elfutils-0.176/libebl/eblsegmenttypename.c
-[49a9c] ebl_segment_type_name
-[49d00] snprintf
-[49d5a] ../../elfutils-0.176/libebl/eblsectiontypename.c
-[4afed] ebl_section_type_name
-[4b28b] snprintf
-[4b2e5] ../../elfutils-0.176/libebl/eblmachineflagname.c
-[4c673] ebl_machine_flag_name
-[4c88b] mempcpy
-[4c8cd] snprintf
-[4c933] ../../elfutils-0.176/libebl/eblsymboltypename.c
-[4dbc6] ebl_symbol_type_name
-[4de4d] snprintf
-[4deb3] ../../elfutils-0.176/libebl/ebldynamictagname.c
-[4f23c] ebl_dynamic_tag_name
-[4f470] snprintf
-[4f4ca] ../../elfutils-0.176/libebl/eblsectionname.c
-[5075d] ebl_section_name
-[50b6a] snprintf
-[50bc4] ../../elfutils-0.176/libebl/eblsymbolbindingname.c
-[51e57] ebl_symbol_binding_name
-[520de] snprintf
-[52144] ../../elfutils-0.176/libebl/eblosabiname.c
-[533d7] ebl_osabi_name
-[53551] snprintf
-[535ab] ../../elfutils-0.176/libebl/eblreloctypecheck.c
-[545c5] ebl_reloc_type_check
-[54629] ../../elfutils-0.176/libebl/eblcorenotetypename.c
-[558bc] ebl_core_note_type_name
-[55a39] snprintf
-[55a93] ../../elfutils-0.176/libebl/eblobjnotetypename.c
-[56d26] ebl_object_note_type_name
-[571c4] snprintf
-[57235] ../../elfutils-0.176/libebl/eblcorenote.c
-[584be] ebl_core_note
-[58645] ../../elfutils-0.176/libebl/eblobjnote.c
-[5ae18] ebl_object_note
-[5d178] read_8ubyte_unaligned_1
-[5d1b5] read_4ubyte_unaligned_1
-[5d1e8] read_2ubyte_unaligned_1
-[5d21b] __bswap_64
-[5d239] __bswap_32
-[5d257] __bswap_16
-[5d275] printf
-[5d294] putchar_unlocked
-[5d3d8] ../../elfutils-0.176/libebl/eblreginfo.c
-[5e3f2] ebl_register_info
-[5e4ff] ../../elfutils-0.176/libebl/eblsysvhashentrysize.c
-[5f519] ebl_sysvhash_entrysize
-[5f558] ../../elfutils-0.176/libebl/eblauxvinfo.c
-[60835] ebl_auxv_info
-[608e0] ../../elfutils-0.176/libebl/eblcheckobjattr.c
-[618fa] ebl_check_object_attribute
-[61a03] ../../elfutils-0.176/lib/xmalloc.c
-[61b8e] xrealloc
-[61c6c] xcalloc
-[61d5c] xmalloc
-[61e33] error
-[61eb1] ../../elfutils-0.176/lib/printversion.c
-[624a6] print_version
-[625ee] fprintf
-[6263d] elf-init.c
-[6272d] __libc_csu_fini
-[62747] __libc_csu_init
-[62813] crtn.S
-
-[b] crti.S
-[2d] ../../elfutils-0.176/libelf/elf_version.c
-[677] elf_version
-[6a3] elf_version
-[742] ../../elfutils-0.176/libelf/elf_hash.c
-[b6f] elf_hash
-[c06] _dl_elf_hash
-[c5b] ../../elfutils-0.176/libelf/elf_error.c
-[12f6] elf_errmsg
-[143d] __libelf_seterrno
-[1472] elf_errno
-[14cd] ../../elfutils-0.176/libelf/elf_fill.c
-[19be] elf_fill
-[19f3] ../../elfutils-0.176/libelf/elf_begin.c
-[3152] elf_begin
-[33b5] lock_dup_elf
-[33ef] write_file
-[3446] dup_elf
-[3524] __libelf_next_arhdr_wrlock
-[41aa] read_long_names
-[4249] read_file
-[4981] read_unmmaped_file
-[4a31] __libelf_read_mmaped_file
-[4ab2] file_read_elf
-[56ab] get_shnum
-[57b4] file_read_ar
-[581a] allocate_elf
-[589e] determine_kind
-[58ee] atol
-[590e] pread_retry
-[5977] fstat
-[59aa] pread
-[59ec] memset
-[5a22] mempcpy
-[5a58] memcpy
-[5a8e] __bswap_64
-[5aac] __bswap_32
-[5aca] __bswap_16
-[5ae8] __libelf_read_mmaped_file
-[5fbb] ../../elfutils-0.176/libelf/elf_next.c
-[72b5] elf_next
-[73b4] ../../elfutils-0.176/libelf/elf_rand.c
-[86ae] elf_rand
-[8726] ../../elfutils-0.176/libelf/elf_end.c
-[9a42] elf_end
-[9d6c] ../../elfutils-0.176/libelf/elf_kind.c
-[b066] elf_kind
-[b0a5] ../../elfutils-0.176/libelf/gelf_getclass.c
-[c39f] gelf_getclass
-[c3de] ../../elfutils-0.176/libelf/elf_getbase.c
-[d6d8] elf_getbase
-[d717] ../../elfutils-0.176/libelf/elf_getident.c
-[ea11] elf_getident
-[ea68] ../../elfutils-0.176/libelf/elf32_fsize.c
-[f09a] elf32_fsize
-[f13c] ../../elfutils-0.176/libelf/elf64_fsize.c
-[f76e] elf64_fsize
-[f810] ../../elfutils-0.176/libelf/gelf_fsize.c
-[10c63] gelf_fsize
-[10ca5] gelf_fsize
-[10d82] ../../elfutils-0.176/libelf/elf32_xlatetof.c
-[11435] elf32_xlatetof
-[11579] memmove
-[115d3] ../../elfutils-0.176/libelf/elf32_xlatetom.c
-[11c86] elf32_xlatetom
-[11dca] memmove
-[11e24] ../../elfutils-0.176/libelf/elf64_xlatetof.c
-[124d7] elf64_xlatetof
-[1261b] memmove
-[12675] ../../elfutils-0.176/libelf/elf64_xlatetom.c
-[12d28] elf64_xlatetom
-[12e6c] memmove
-[12ec6] ../../elfutils-0.176/libelf/gelf_xlate.c
-[140aa] Elf64_cvt_chdr
-[140e8] Elf32_cvt_chdr
-[14126] elf_cvt_note8
-[141c4] elf_cvt_note4
-[14262] elf_cvt_note
-[1454e] elf_cvt_gnuhash
-[1470a] elf_cvt_Verneed
-[147be] elf_cvt_Verdef
-[14872] Elf64_cvt_Chdr
-[148d8] Elf64_cvt_auxv_t
-[14a31] Elf64_cvt_Lib
-[14c8f] Elf64_cvt_Move
-[14eed] Elf64_cvt_Syminfo
-[15046] Elf64_cvt_Dyn
-[1519f] Elf64_cvt_Rela
-[1534f] Elf64_cvt_Rel
-[154a8] Elf64_cvt_Sym
-[156af] Elf64_cvt_Shdr
-[15aba] Elf64_cvt_Phdr
-[15e17] Elf64_cvt_Ehdr
-[16374] Elf64_cvt_Sxword
-[163bb] Elf64_cvt_Sxword1
-[163e1] Elf64_cvt_Xword
-[16428] Elf64_cvt_Xword1
-[1644e] Elf64_cvt_Sword
-[16495] Elf64_cvt_Sword1
-[164bb] Elf64_cvt_Word
-[16502] Elf64_cvt_Word1
-[16528] Elf64_cvt_Half
-[1656f] Elf64_cvt_Half1
-[16595] Elf64_cvt_Off
-[165dc] Elf64_cvt_Off1
-[16602] Elf64_cvt_Addr
-[16649] Elf64_cvt_Addr1
-[1666f] Elf32_cvt_Chdr
-[166d5] Elf32_cvt_auxv_t
-[1682e] Elf32_cvt_Lib
-[16a8c] Elf32_cvt_Move
-[16cea] Elf32_cvt_Syminfo
-[16e43] Elf32_cvt_Dyn
-[16f9c] Elf32_cvt_Nhdr
-[17002] Elf32_cvt_Rela
-[171b2] Elf32_cvt_Rel
-[1730b] Elf32_cvt_Sym
-[17512] Elf32_cvt_Shdr
-[1791d] Elf32_cvt_Phdr
-[17c7a] Elf32_cvt_Ehdr
-[181d7] Elf32_cvt_Sxword
-[1821e] Elf32_cvt_Sxword1
-[18244] Elf32_cvt_Xword
-[1839f] Elf32_cvt_Xword1
-[183c5] Elf32_cvt_Sword
-[1840c] Elf32_cvt_Sword1
-[18432] Elf32_cvt_Word
-[18479] Elf32_cvt_Word1
-[1849f] Elf32_cvt_Half
-[185fa] Elf32_cvt_Half1
-[18620] Elf32_cvt_Off
-[18667] Elf32_cvt_Off1
-[1868d] Elf32_cvt_Addr
-[187e8] Elf32_cvt_Addr1
-[1880e] elf_cvt_Byte
-[188b9] memmove
-[188ef] memcpy
-[18925] __bswap_64
-[18943] __bswap_32
-[18961] __bswap_16
-[1897f] Elf32_cvt_chdr
-[18c05] Elf64_cvt_chdr
-[18efa] elf_cvt_Verneed
-[191f4] elf_cvt_Verdef
-[1959c] ../../elfutils-0.176/libelf/elf32_getehdr.c
-[1a9dd] elf32_getehdr
-[1aabf] __elf32_getehdr_wrlock
-[1aba6] getehdr_impl
-[1abf1] ../../elfutils-0.176/libelf/elf64_getehdr.c
-[1c032] elf64_getehdr
-[1c114] __elf64_getehdr_wrlock
-[1c1fb] getehdr_impl
-[1c246] ../../elfutils-0.176/libelf/gelf_getehdr.c
-[1d69d] gelf_getehdr
-[1d716] __gelf_getehdr_rdlock
-[1d847] memcpy
-[1d896] ../../elfutils-0.176/libelf/elf32_newehdr.c
-[1ecf8] elf32_newehdr
-[1edc2] memset
-[1ee11] ../../elfutils-0.176/libelf/elf64_newehdr.c
-[20273] elf64_newehdr
-[2033d] memset
-[2038c] ../../elfutils-0.176/libelf/gelf_newehdr.c
-[21686] gelf_newehdr
-[2171d] ../../elfutils-0.176/libelf/gelf_update_ehdr.c
-[22b95] gelf_update_ehdr
-[22d1e] memcpy
-[22d6d] ../../elfutils-0.176/libelf/elf32_getphdr.c
-[24303] elf32_getphdr
-[24372] __elf32_getphdr_wrlock
-[24ac5] memcpy
-[24afb] pread_retry
-[24b64] pread
-[24ba6] __bswap_32
-[24c30] ../../elfutils-0.176/libelf/elf64_getphdr.c
-[261c6] elf64_getphdr
-[26235] __elf64_getphdr_wrlock
-[26946] memcpy
-[2697c] pread_retry
-[269e5] pread
-[26a27] __bswap_64
-[26a45] __bswap_32
-[26acf] ../../elfutils-0.176/libelf/gelf_getphdr.c
-[27f26] gelf_getphdr
-[280f1] memcpy
-[28170] ../../elfutils-0.176/libelf/elf32_newphdr.c
-[295f4] elf32_newphdr
-[298bc] memset
-[2993c] ../../elfutils-0.176/libelf/elf64_newphdr.c
-[2adc0] elf64_newphdr
-[2b095] memset
-[2b115] ../../elfutils-0.176/libelf/gelf_newphdr.c
-[2c40f] gelf_newphdr
-[2c4ad] ../../elfutils-0.176/libelf/gelf_update_phdr.c
-[2d925] gelf_update_phdr
-[2daf1] memcpy
-[2db70] ../../elfutils-0.176/libelf/elf_getarhdr.c
-[2efb1] elf_getarhdr
-[2f103] ../../elfutils-0.176/libelf/elf_getarsym.c
-[3065b] elf_getarsym
-[312a0] read_number_entries
-[31320] _dl_elf_hash
-[31369] pread_retry
-[313d2] pread
-[31414] memcpy
-[3144a] atol
-[3146a] __bswap_64
-[31488] __bswap_32
-[31536] ../../elfutils-0.176/libelf/elf_rawfile.c
-[32977] elf_rawfile
-[32a32] ../../elfutils-0.176/libelf/elf_readall.c
-[340ef] __libelf_readall
-[34445] set_address
-[344d1] libelf_release_all
-[344f9] libelf_acquire_all
-[34521] pread_retry
-[3458a] fstat
-[345bd] pread
-[345ff] libelf_acquire_all
-[34695] libelf_release_all
-[3478c] ../../elfutils-0.176/libelf/elf_cntl.c
-[35c1d] elf_cntl
-[35ce4] ../../elfutils-0.176/libelf/elf_getscn.c
-[37168] elf_getscn
-[3729e] ../../elfutils-0.176/libelf/elf_nextscn.c
-[38598] elf_nextscn
-[38602] elf_nextscn
-[386dd] ../../elfutils-0.176/libelf/elf_ndxscn.c
-[399d7] elf_ndxscn
-[39a16] ../../elfutils-0.176/libelf/elf_newscn.c
-[3ae9a] elf_newscn
-[3b086] ../../elfutils-0.176/libelf/elf32_getshdr.c
-[3c5fb] elf32_getshdr
-[3c66e] __elf32_getshdr_wrlock
-[3c6f5] __elf32_getshdr_rdlock
-[3c71f] scn_valid
-[3c787] load_shdr_wrlock
-[3c88b] memcpy
-[3c8c1] pread_retry
-[3c92a] __bswap_32
-[3c948] pread
-[3c98a] load_shdr_wrlock
-[3d158] __elf32_getshdr_rdlock
-[3d26f] ../../elfutils-0.176/libelf/elf64_getshdr.c
-[3e7e4] elf64_getshdr
-[3e857] __elf64_getshdr_wrlock
-[3e8de] __elf64_getshdr_rdlock
-[3e908] scn_valid
-[3e970] load_shdr_wrlock
-[3ea74] memcpy
-[3eaaa] pread_retry
-[3eb13] __bswap_64
-[3eb31] __bswap_32
-[3eb4f] pread
-[3eb91] load_shdr_wrlock
-[3f2df] __elf64_getshdr_rdlock
-[3f3f6] ../../elfutils-0.176/libelf/gelf_getshdr.c
-[4084d] gelf_getshdr
-[40970] memcpy
-[409d9] ../../elfutils-0.176/libelf/gelf_update_shdr.c
-[41e51] gelf_update_shdr
-[41fa0] memcpy
-[42009] ../../elfutils-0.176/libelf/elf_strptr.c
-[4344a] elf_strptr
-[4372e] validate_str
-[4376a] get_zdata
-[43866] ../../elfutils-0.176/libelf/elf_rawdata.c
-[44cc9] elf_rawdata
-[44cf9] elf_rawdata
-[44dbc] ../../elfutils-0.176/libelf/elf_getdata.c
-[46385] elf_getdata
-[46402] __elf_getdata_rdlock
-[46481] __libelf_set_data_list_rdlock
-[466e4] __libelf_set_rawdata
-[4673f] __libelf_set_rawdata_wrlock
-[46b00] convert_data
-[46b7b] __libelf_data_type
-[46bdb] pread_retry
-[46c44] pread
-[46c86] memcpy
-[46cbc] __libelf_data_type
-[46dad] __elf_getdata_rdlock
-[46f31] ../../elfutils-0.176/libelf/elf_newdata.c
-[483b5] elf_newdata
-[48500] ../../elfutils-0.176/libelf/elf_getdata_rawchunk.c
-[49a75] elf_getdata_rawchunk
-[49ee5] pread_retry
-[49f4e] pread
-[49f90] memcpy
-[4a035] ../../elfutils-0.176/libelf/elf_flagelf.c
-[4b497] elf_flagelf
-[4b54d] ../../elfutils-0.176/libelf/elf_flagehdr.c
-[4c9af] elf_flagehdr
-[4ca65] ../../elfutils-0.176/libelf/elf_flagphdr.c
-[4dec7] elf_flagphdr
-[4df7d] ../../elfutils-0.176/libelf/elf_flagscn.c
-[4f3df] elf_flagscn
-[4f495] ../../elfutils-0.176/libelf/elf_flagshdr.c
-[508f7] elf_flagshdr
-[509ad] ../../elfutils-0.176/libelf/elf_flagdata.c
-[51e0f] elf_flagdata
-[51ee5] ../../elfutils-0.176/libelf/elf_memory.c
-[53326] elf_memory
-[533df] ../../elfutils-0.176/libelf/elf_update.c
-[549f0] elf_update
-[54d0a] write_file
-[54d63] fstat
-[54e5e] ../../elfutils-0.176/libelf/elf32_updatenull.c
-[563fc] __elf32_updatenull_wrlock
-[56c38] default_ehdr32
-[56cf4] memcpy
-[56dbc] ../../elfutils-0.176/libelf/elf64_updatenull.c
-[58368] __elf64_updatenull_wrlock
-[58b88] default_ehdr64
-[58c44] memcpy
-[58d0c] ../../elfutils-0.176/libelf/elf32_updatefile.c
-[5a7d1] __elf32_updatefile
-[5b2d5] fill
-[5b4fb] __elf32_updatemmap
-[5c120] fill_mmap
-[5c184] sort_sections
-[5c230] compare_sections
-[5c2ab] pwrite_retry
-[5c314] memset
-[5c34a] memmove
-[5c380] memcpy
-[5c478] ../../elfutils-0.176/libelf/elf64_updatefile.c
-[5df3d] __elf64_updatefile
-[5ea40] fill
-[5ec66] __elf64_updatemmap
-[5f888] fill_mmap
-[5f8ec] sort_sections
-[5f998] compare_sections
-[5fa13] pwrite_retry
-[5fa7c] memset
-[5fab2] memmove
-[5fae8] memcpy
-[5fbe0] ../../elfutils-0.176/libelf/gelf_getsym.c
-[6111d] gelf_getsym
-[6123f] ../../elfutils-0.176/libelf/gelf_update_sym.c
-[6279d] gelf_update_sym
-[628cd] ../../elfutils-0.176/libelf/gelf_getversym.c
-[63d26] gelf_getversym
-[63e34] ../../elfutils-0.176/libelf/gelf_getverneed.c
-[652e9] gelf_getverneed
-[653b0] memcpy
-[653ff] ../../elfutils-0.176/libelf/gelf_getvernaux.c
-[668b4] gelf_getvernaux
-[6697b] memcpy
-[669ca] ../../elfutils-0.176/libelf/gelf_getverdef.c
-[67e9b] gelf_getverdef
-[67fa3] memcpy
-[67ff2] ../../elfutils-0.176/libelf/gelf_getverdaux.c
-[6947d] gelf_getverdaux
-[69544] memcpy
-[69593] ../../elfutils-0.176/libelf/gelf_getrel.c
-[6aa6a] gelf_getrel
-[6abdb] memcpy
-[6ac3f] ../../elfutils-0.176/libelf/gelf_getrela.c
-[6c162] gelf_getrela
-[6c314] memcpy
-[6c378] ../../elfutils-0.176/libelf/gelf_update_rel.c
-[6d866] gelf_update_rel
-[6da29] ../../elfutils-0.176/libelf/gelf_update_rela.c
-[6ef63] gelf_update_rela
-[6f13d] ../../elfutils-0.176/libelf/gelf_getdyn.c
-[7066c] gelf_getdyn
-[707a2] ../../elfutils-0.176/libelf/gelf_update_dyn.c
-[71cf2] gelf_update_dyn
-[71e22] ../../elfutils-0.176/libelf/gelf_getmove.c
-[732cd] gelf_getmove
-[733f8] ../../elfutils-0.176/libelf/gelf_update_move.c
-[748c4] gelf_update_move
-[749c4] ../../elfutils-0.176/libelf/gelf_getsyminfo.c
-[75e45] gelf_getsyminfo
-[75f2d] ../../elfutils-0.176/libelf/gelf_update_syminfo.c
-[773cf] gelf_update_syminfo
-[774e5] ../../elfutils-0.176/libelf/gelf_getauxv.c
-[789d4] gelf_getauxv
-[78b3e] memcpy
-[78b8d] ../../elfutils-0.176/libelf/gelf_update_auxv.c
-[7a093] gelf_update_auxv
-[7a1c3] ../../elfutils-0.176/libelf/gelf_getnote.c
-[7b663] gelf_getnote
-[7b799] ../../elfutils-0.176/libelf/gelf_xlatetof.c
-[7ca98] gelf_xlatetof
-[7cb71] ../../elfutils-0.176/libelf/gelf_xlatetom.c
-[7de70] gelf_xlatetom
-[7df49] ../../elfutils-0.176/libelf/nlist.c
-[7f5ec] nlist
-[7fc4d] nlist_fshash_find
-[7fcb9] nlist_fshash_overwrite
-[7fd13] nlist_fshash_lookup
-[7fd63] nlist_fshash_fini
-[7fd7d] nlist_fshash_init
-[7fdb3] open
-[7fdde] nlist_fshash_lookup
-[7ff52] ../../elfutils-0.176/libelf/gelf_getsymshndx.c
-[8148f] gelf_getsymshndx
-[81610] ../../elfutils-0.176/libelf/gelf_update_symshndx.c
-[82b6e] gelf_update_symshndx
-[82cf4] ../../elfutils-0.176/libelf/gelf_update_versym.c
-[8416e] gelf_update_versym
-[84254] ../../elfutils-0.176/libelf/gelf_update_verneed.c
-[8572a] gelf_update_verneed
-[85838] memcpy
-[85887] ../../elfutils-0.176/libelf/gelf_update_vernaux.c
-[86d5d] gelf_update_vernaux
-[86e6b] memcpy
-[86eba] ../../elfutils-0.176/libelf/gelf_update_verdef.c
-[883ac] gelf_update_verdef
-[884ba] memcpy
-[88509] ../../elfutils-0.176/libelf/gelf_update_verdaux.c
-[899b5] gelf_update_verdaux
-[89ac3] memcpy
-[89b12] ../../elfutils-0.176/libelf/elf_getphdrnum.c
-[8af58] elf_getphdrnum
-[8afe8] __elf_getphdrnum_chk_rdlock
-[8b0b3] __elf_getphdrnum_rdlock
-[8b153] ../../elfutils-0.176/libelf/elf_getshdrnum.c
-[8c594] elf_getshdrnum
-[8c60d] __elf_getshdrnum_rdlock
-[8c6a5] ../../elfutils-0.176/libelf/elf_getshdrstrndx.c
-[8dbe2] elf_getshdrstrndx
-[8e050] pread_retry
-[8e0b9] pread
-[8e0fb] __bswap_32
-[8e153] ../../elfutils-0.176/libelf/gelf_checksum.c
-[8f44d] gelf_checksum
-[8f4d0] ../../elfutils-0.176/libelf/elf32_checksum.c
-[9091d] elf32_checksum
-[90c3d] ../../elfutils-0.176/libelf/elf64_checksum.c
-[9208a] elf64_checksum
-[923aa] ../../elfutils-0.176/libelf/libelf_crc32.c
-[9246d] __libelf_crc32
-[924f2] ../../elfutils-0.176/libelf/libelf_next_prime.c
-[92535] __libelf_next_prime
-[925cc] is_prime
-[92622] ../../elfutils-0.176/libelf/elf_clone.c
-[93a84] elf_clone
-[93bd6] allocate_elf
-[93c80] ../../elfutils-0.176/libelf/gelf_getlib.c
-[9512b] gelf_getlib
-[9521f] ../../elfutils-0.176/libelf/gelf_update_lib.c
-[966eb] gelf_update_lib
-[967d5] ../../elfutils-0.176/libelf/elf32_offscn.c
-[97c16] elf32_offscn
-[97d22] ../../elfutils-0.176/libelf/elf64_offscn.c
-[99163] elf64_offscn
-[9926f] ../../elfutils-0.176/libelf/gelf_offscn.c
-[9a6bc] gelf_offscn
-[9a77f] ../../elfutils-0.176/libelf/elf_getaroff.c
-[9ba79] elf_getaroff
-[9bb3f] ../../elfutils-0.176/libelf/elf_gnu_hash.c
-[9bf73] elf_gnu_hash
-[9bfdc] ../../elfutils-0.176/libelf/elf_scnshndx.c
-[9d2e2] elf_scnshndx
-[9d389] ../../elfutils-0.176/libelf/elf32_getchdr.c
-[9e80c] elf32_getchdr
-[9e939] ../../elfutils-0.176/libelf/elf64_getchdr.c
-[9fdca] elf64_getchdr
-[9fef7] ../../elfutils-0.176/libelf/gelf_getchdr.c
-[a13d6] gelf_getchdr
-[a1447] gelf_getchdr
-[a1546] ../../elfutils-0.176/libelf/elf_compress.c
-[a2ccb] elf_compress
-[a32a1] __libelf_reset_rawdata
-[a335e] __libelf_decompress_elf
-[a34e0] __libelf_decompress
-[a3671] __libelf_compress
-[a3c81] do_deflate_cleanup
-[a3ccd] memcpy
-[a3d03] __bswap_64
-[a3d21] __bswap_32
-[a3e47] ../../elfutils-0.176/libelf/elf_compress_gnu.c
-[a52b3] elf_compress_gnu
-[a581d] memmove
-[a5853] memcpy
-[a5889] __bswap_64
-[a5939] crtn.S
-
-[b] crti.S
-[2d] ../../elfutils-0.176/libdw/dwarf_begin.c
-[d98] dwarf_begin
-[df2] fstat
-[e25] dwarf_begin
-[1092] ../../elfutils-0.176/libdw/dwarf_begin_elf.c
-[32f2] dwarf_begin_elf
-[3839] scngrp_read
-[38dc] global_read
-[3923] valid_p
-[3b01] __libdw_debugdir
-[3c62] check_section
-[3f1d] sprintf
-[3f48] realpath
-[40a7] ../../elfutils-0.176/libdw/dwarf_end.c
-[5d0b] dwarf_end
-[5f00] cu_free
-[5f24] noop_free
-[5f51] cu_free
-[6058] ../../elfutils-0.176/libdw/dwarf_getelf.c
-[6a46] dwarf_getelf
-[6a85] ../../elfutils-0.176/libdw/dwarf_getpubnames.c
-[7861] dwarf_getpubnames
-[8219] get_offsets
-[8301] __libdw_read_offset
-[83be] __libdw_in_section
-[8412] __libdw_offset_in_section
-[8466] __libdw_checked_get_data
-[84a0] __libdw_relocate_offset
-[84f4] read_8ubyte_unaligned_1
-[8531] read_4ubyte_unaligned_1
-[8564] read_4ubyte_unaligned_noncvt
-[858b] read_2ubyte_unaligned_1
-[85be] __bswap_64
-[85dc] __bswap_32
-[85fa] __bswap_16
-[866c] ../../elfutils-0.176/libdw/dwarf_getabbrev.c
-[93c4] dwarf_getabbrev
-[94b6] __libdw_getabbrev
-[9da5] __libdw_get_sleb128
-[9e65] __libdw_get_uleb128
-[9ed3] __libdw_max_len_sleb128
-[9f09] __libdw_max_len_uleb128
-[9f3f] __libdw_max_len_leb128
-[9fbf] ../../elfutils-0.176/libdw/dwarf_tag.c
-[ab4a] dwarf_tag
-[ad76] __libdw_findabbrev
-[ae43] __libdw_dieabbrev
-[ae92] __libdw_get_uleb128
-[af00] __libdw_max_len_uleb128
-[af36] __libdw_max_len_leb128
-[afb3] ../../elfutils-0.176/libdw/dwarf_error.c
-[b216] dwarf_errmsg
-[b240] __libdw_seterrno
-[b273] dwarf_errno
-[b2aa] dwarf_errmsg
-[b377] ../../elfutils-0.176/libdw/dwarf_nextcu.c
-[c04c] dwarf_nextcu
-[c206] __libdw_next_unit
-[cc22] dwarf_next_unit
-[ccb8] __libdw_read_offset_inc
-[cd75] __libdw_in_section
-[cdd0] __libdw_offset_in_section
-[ce24] __libdw_checked_get_data
-[ce5e] __libdw_relocate_offset
-[ceb2] read_8ubyte_unaligned_1
-[ceef] read_4ubyte_unaligned_1
-[cf22] read_2ubyte_unaligned_1
-[cf55] __libdw_first_die_from_cu_start
-[cfa9] __bswap_64
-[cfc7] __bswap_32
-[cfe5] __bswap_16
-[d003] dwarf_next_unit
-[d125] ../../elfutils-0.176/libdw/dwarf_diename.c
-[e008] dwarf_diename
-[e0c1] ../../elfutils-0.176/libdw/dwarf_offdie.c
-[ecad] dwarf_offdie_types
-[ed3a] dwarf_offdie
-[edc1] __libdw_offdie
-[eecf] memset
-[ef2b] ../../elfutils-0.176/libdw/dwarf_attr.c
-[f9b1] dwarf_attr
-[fa55] ../../elfutils-0.176/libdw/dwarf_formstring.c
-[10d2a] dwarf_formstring
-[11b06] __libdw_cu_str_off_base
-[11b25] str_offsets_base_off
-[11c3b] cu_sec_idx
-[11c5a] __libdw_read_offset
-[11d17] __libdw_in_section
-[11d72] __libdw_offset_in_section
-[11dc6] __libdw_checked_get_data
-[11e00] __libdw_relocate_offset
-[11e54] read_3ubyte_unaligned
-[11ec9] file_byte_order
-[11ee9] read_8ubyte_unaligned_1
-[11f26] read_4ubyte_unaligned_1
-[11f59] read_2ubyte_unaligned_1
-[11f8c] __libdw_get_uleb128
-[12000] __libdw_max_len_uleb128
-[12036] __libdw_max_len_leb128
-[12078] __libdw_first_die_off_from_cu
-[12097] __libdw_first_die_from_cu_start
-[120eb] __bswap_64
-[12109] __bswap_32
-[12127] __bswap_16
-[1218e] ../../elfutils-0.176/libdw/dwarf_abbrev_hash.c
-[12442] __libdwarf_next_prime
-[12460] is_prime
-[124a3] Dwarf_Abbrev_Hash_find
-[12549] Dwarf_Abbrev_Hash_insert
-[12618] Dwarf_Abbrev_Hash_free
-[1265c] Dwarf_Abbrev_Hash_init
-[12741] insert_entry_2
-[128cf] lookup
-[1291f] lookup
-[1297d] __libdwarf_next_prime
-[12a2c] ../../elfutils-0.176/libdw/dwarf_sig8_hash.c
-[12c3b] Dwarf_Sig8_Hash_find
-[12ce1] Dwarf_Sig8_Hash_insert
-[12db0] Dwarf_Sig8_Hash_free
-[12df4] Dwarf_Sig8_Hash_init
-[12e6b] insert_entry_2
-[12f73] lookup
-[12fc3] lookup
-[13053] ../../elfutils-0.176/libdw/dwarf_attr_integrate.c
-[13f7c] dwarf_attr_integrate
-[14255] is_cudie
-[14275] cu_sec_idx
-[14294] __libdw_first_die_off_from_cu
-[142b3] __libdw_first_die_from_cu_start
-[14343] ../../elfutils-0.176/libdw/dwarf_hasattr_integrate.c
-[1526c] dwarf_hasattr_integrate
-[15534] is_cudie
-[15554] cu_sec_idx
-[15573] __libdw_first_die_off_from_cu
-[15592] __libdw_first_die_from_cu_start
-[1562f] ../../elfutils-0.176/libdw/dwarf_child.c
-[162d8] dwarf_child
-[16343] __libdw_find_attr
-[168c9] memset
-[168ff] __libdw_form_val_len
-[16982] __libdw_dieabbrev
-[169d1] __libdw_get_sleb128_unchecked
-[16a7f] __libdw_get_uleb128_unchecked
-[16ae1] __libdw_get_uleb128
-[16b4f] __libdw_max_len_uleb128
-[16b85] __libdw_max_len_leb128
-[16bc7] dwarf_child
-[16f00] ../../elfutils-0.176/libdw/dwarf_haschildren.c
-[17a76] dwarf_haschildren
-[17ca2] __libdw_dieabbrev
-[17cf1] __libdw_get_uleb128
-[17d5f] __libdw_max_len_uleb128
-[17d95] __libdw_max_len_leb128
-[17dfd] ../../elfutils-0.176/libdw/dwarf_formaddr.c
-[190c7] dwarf_formaddr
-[196d7] __libdw_addrx
-[199d0] __libdw_cu_addr_base
-[19a27] cu_sec_idx
-[19a46] __libdw_read_address
-[19ad6] __libdw_in_section
-[19b31] __libdw_checked_get_data
-[19b6b] __libdw_relocate_address
-[19bbf] read_3ubyte_unaligned
-[19c34] file_byte_order
-[19c54] read_8ubyte_unaligned_1
-[19c91] read_4ubyte_unaligned_1
-[19cc4] read_2ubyte_unaligned_1
-[19cf7] __libdw_get_uleb128
-[19d6b] __libdw_max_len_uleb128
-[19da1] __libdw_max_len_leb128
-[19de3] __libdw_first_die_off_from_cu
-[19e02] __libdw_first_die_from_cu_start
-[19e56] __bswap_64
-[19e74] __bswap_32
-[19e92] __bswap_16
-[19eec] ../../elfutils-0.176/libdw/dwarf_formudata.c
-[1b1c0] dwarf_formudata
-[1bde7] __libdw_formptr
-[1caf1] __libdw_cu_ranges_base
-[1cc4c] cu_sec_idx
-[1cc6b] __libdw_read_offset
-[1cd22] __libdw_read_address
-[1cdb8] __libdw_in_section
-[1ce13] __libdw_offset_in_section
-[1ce67] __libdw_checked_get_data
-[1cea1] __libdw_relocate_offset
-[1cef5] __libdw_relocate_address
-[1cf49] read_3ubyte_unaligned
-[1cfbe] file_byte_order
-[1cfde] read_8ubyte_unaligned_1
-[1d01b] read_4ubyte_unaligned_1
-[1d04e] read_2ubyte_unaligned_1
-[1d081] __libdw_get_sleb128_unchecked
-[1d12f] __libdw_get_sleb128
-[1d1e9] __libdw_get_uleb128
-[1d257] __libdw_max_len_sleb128
-[1d28d] __libdw_max_len_uleb128
-[1d2c3] __libdw_max_len_leb128
-[1d305] __libdw_first_die_off_from_cu
-[1d324] __libdw_first_die_from_cu_start
-[1d378] __bswap_64
-[1d396] __bswap_32
-[1d3b4] __bswap_16
-[1d40e] ../../elfutils-0.176/libdw/dwarf_formsdata.c
-[1e183] dwarf_formsdata
-[1e681] read_8sbyte_unaligned_1
-[1e6c5] read_4sbyte_unaligned_1
-[1e6fc] read_2sbyte_unaligned_1
-[1e72f] __libdw_get_sleb128_unchecked
-[1e7e3] __libdw_get_sleb128
-[1e89d] __libdw_get_uleb128
-[1e90b] __libdw_max_len_sleb128
-[1e941] __libdw_max_len_uleb128
-[1e977] __libdw_max_len_leb128
-[1e9b9] __bswap_64
-[1e9d7] __bswap_32
-[1e9f5] __bswap_16
-[1ea2c] ../../elfutils-0.176/libdw/dwarf_lowpc.c
-[1f949] dwarf_lowpc
-[1fac8] is_cudie
-[1fae8] cu_sec_idx
-[1fb07] __libdw_first_die_off_from_cu
-[1fb26] __libdw_first_die_from_cu_start
-[1fbb6] ../../elfutils-0.176/libdw/dwarf_entrypc.c
-[20a8e] dwarf_entrypc
-[20b8f] ../../elfutils-0.176/libdw/dwarf_haspc.c
-[215d2] dwarf_haspc
-[21631] dwarf_haspc
-[2171c] ../../elfutils-0.176/libdw/dwarf_highpc.c
-[22768] dwarf_highpc
-[2297d] is_cudie
-[2299d] cu_sec_idx
-[229bc] __libdw_first_die_off_from_cu
-[229db] __libdw_first_die_from_cu_start
-[22a92] ../../elfutils-0.176/libdw/dwarf_ranges.c
-[23e31] dwarf_ranges
-[24a17] initial_offset
-[24ae3] __libdw_read_begin_end_pair_inc
-[27eb3] __libdw_cu_ranges_base
-[2800e] is_cudie
-[2802e] cu_sec_idx
-[2804d] __libdw_read_address_inc
-[280ea] __libdw_in_section
-[28145] __libdw_offset_in_section
-[28199] __libdw_checked_get_data
-[281d3] __libdw_relocate_address
-[28227] read_8ubyte_unaligned_1
-[28264] read_4ubyte_unaligned_1
-[28297] read_2ubyte_unaligned_1
-[282ca] __libdw_get_uleb128
-[28338] __libdw_max_len_uleb128
-[2836e] __libdw_max_len_leb128
-[283b0] __libdw_first_die_off_from_cu
-[283cf] __libdw_first_die_from_cu_start
-[28423] __bswap_64
-[28441] __bswap_32
-[2845f] __bswap_16
-[28521] ../../elfutils-0.176/libdw/dwarf_formref.c
-[29272] dwarf_formref
-[292df] __libdw_formref
-[295e8] read_8ubyte_unaligned_1
-[2962c] read_4ubyte_unaligned_1
-[2965f] read_2ubyte_unaligned_1
-[29692] __libdw_get_uleb128
-[29706] __libdw_max_len_uleb128
-[2973c] __libdw_max_len_leb128
-[2977e] __bswap_64
-[2979c] __bswap_32
-[297ba] __bswap_16
-[297f1] ../../elfutils-0.176/libdw/dwarf_formref_die.c
-[2a613] dwarf_formref_die
-[2abcd] cu_sec_idx
-[2abec] __libdw_read_offset
-[2aca9] __libdw_in_section
-[2ad04] __libdw_offset_in_section
-[2ad58] __libdw_checked_get_data
-[2ad92] __libdw_relocate_offset
-[2ade6] read_8ubyte_unaligned_1
-[2ae23] read_4ubyte_unaligned_1
-[2ae56] __bswap_64
-[2ae74] __bswap_32
-[2ae92] memset
-[2af37] ../../elfutils-0.176/libdw/dwarf_siblingof.c
-[2bf3e] dwarf_siblingof
-[2c11a] memset
-[2c18c] ../../elfutils-0.176/libdw/dwarf_dieoffset.c
-[2cbc3] dwarf_dieoffset
-[2cc0c] ../../elfutils-0.176/libdw/dwarf_cuoffset.c
-[2d643] dwarf_cuoffset
-[2d68c] ../../elfutils-0.176/libdw/dwarf_diecu.c
-[2e102] dwarf_diecu
-[2e1f6] cu_sec_idx
-[2e215] __libdw_first_die_off_from_cu
-[2e234] __libdw_first_die_from_cu_start
-[2e290] ../../elfutils-0.176/libdw/dwarf_hasattr.c
-[2ef34] dwarf_hasattr
-[2efa4] __libdw_dieabbrev
-[2eff3] __libdw_get_sleb128_unchecked
-[2f0a1] __libdw_get_uleb128_unchecked
-[2f103] __libdw_get_uleb128
-[2f171] __libdw_max_len_uleb128
-[2f1a7] __libdw_max_len_leb128
-[2f1e9] dwarf_hasattr
-[2f6a6] ../../elfutils-0.176/libdw/dwarf_hasform.c
-[300e3] dwarf_hasform
-[30130] ../../elfutils-0.176/libdw/dwarf_whatform.c
-[30b6d] dwarf_whatform
-[30bac] ../../elfutils-0.176/libdw/dwarf_whatattr.c
-[315e9] dwarf_whatattr
-[31628] ../../elfutils-0.176/libdw/dwarf_bytesize.c
-[32500] dwarf_bytesize
-[325d3] ../../elfutils-0.176/libdw/dwarf_arrayorder.c
-[334ab] dwarf_arrayorder
-[3357e] ../../elfutils-0.176/libdw/dwarf_bitsize.c
-[34456] dwarf_bitsize
-[34529] ../../elfutils-0.176/libdw/dwarf_bitoffset.c
-[35401] dwarf_bitoffset
-[354d4] ../../elfutils-0.176/libdw/dwarf_srclang.c
-[363ac] dwarf_srclang
-[3647f] ../../elfutils-0.176/libdw/dwarf_getabbrevtag.c
-[3659e] dwarf_getabbrevtag
-[365dd] ../../elfutils-0.176/libdw/dwarf_getabbrevcode.c
-[366fc] dwarf_getabbrevcode
-[3673b] ../../elfutils-0.176/libdw/dwarf_abbrevhaschildren.c
-[3685a] dwarf_abbrevhaschildren
-[36899] ../../elfutils-0.176/libdw/dwarf_getattrcnt.c
-[369d4] dwarf_getattrcnt
-[36b73] __libdw_get_uleb128_unchecked
-[36be7] ../../elfutils-0.176/libdw/dwarf_getabbrevattr.c
-[36eb0] dwarf_getabbrevattr
-[36f6e] dwarf_getabbrevattr_data
-[3725b] __libdw_get_sleb128_unchecked
-[3730f] __libdw_get_uleb128_unchecked
-[37379] ../../elfutils-0.176/libdw/dwarf_getsrclines.c
-[388f8] dwarf_getsrclines
-[38c4c] __libdw_getcompdir
-[38ce8] __libdw_getsrclines
-[39014] files_lines_compare
-[3908e] read_srclines
-[3bb27] add_new_line
-[3bb57] run_advance_pc
-[3bb95] compare_lines
-[3bc5e] is_cudie
-[3bc7e] cu_sec_idx
-[3bc9d] __libdw_read_address_inc
-[3bd46] __libdw_in_section
-[3bd9a] __libdw_offset_in_section
-[3bdee] __libdw_checked_get_data
-[3be28] __libdw_relocate_address
-[3be7c] __libdw_form_val_len
-[3beff] read_8ubyte_unaligned_1
-[3bf3c] read_4ubyte_unaligned_1
-[3bf6f] read_2ubyte_unaligned_1
-[3bfa2] __libdw_get_sleb128
-[3c05c] __libdw_get_uleb128
-[3c0ca] __libdw_max_len_sleb128
-[3c100] __libdw_max_len_uleb128
-[3c136] __libdw_max_len_leb128
-[3c178] libdw_valid_user_form
-[3c198] __libdw_first_die_off_from_cu
-[3c1b7] __libdw_first_die_from_cu_start
-[3c20b] stpcpy
-[3c235] strcpy
-[3c25f] __bswap_64
-[3c27d] __bswap_32
-[3c29b] __bswap_16
-[3c2b9] __libdw_get_uleb128
-[3c408] add_new_line
-[3c579] ../../elfutils-0.176/libdw/dwarf_getsrc_die.c
-[3d0f0] dwarf_getsrc_die
-[3d2c0] ../../elfutils-0.176/libdw/dwarf_getscopes.c
-[3e56c] dwarf_getscopes
-[3e684] pc_record
-[3e724] origin_match
-[3e7a4] pc_match
-[3e800] origin_match
-[3e92e] pc_record
-[3eb9b] pc_match
-[3ed66] ../../elfutils-0.176/libdw/dwarf_getscopes_die.c
-[3f94f] dwarf_getscopes_die
-[3faa3] scope_visitor
-[3fb17] cu_sec_idx
-[3fb36] __libdw_first_die_off_from_cu
-[3fb55] __libdw_first_die_from_cu_start
-[3fba9] scope_visitor
-[3fd15] ../../elfutils-0.176/libdw/dwarf_getscopevar.c
-[40e39] dwarf_getscopevar
-[41389] file_matches
-[41403] getattr
-[4144b] getfiles
-[4147b] cu_sec_idx
-[4149a] __libdw_first_die_off_from_cu
-[414b9] __libdw_first_die_from_cu_start
-[415ae] ../../elfutils-0.176/libdw/dwarf_linesrc.c
-[41940] dwarf_linesrc
-[419d7] ../../elfutils-0.176/libdw/dwarf_lineno.c
-[41c2f] dwarf_lineno
-[41c8c] ../../elfutils-0.176/libdw/dwarf_lineaddr.c
-[41ee4] dwarf_lineaddr
-[41f41] ../../elfutils-0.176/libdw/dwarf_linecol.c
-[42199] dwarf_linecol
-[421f6] ../../elfutils-0.176/libdw/dwarf_linebeginstatement.c
-[4244e] dwarf_linebeginstatement
-[424ab] ../../elfutils-0.176/libdw/dwarf_lineendsequence.c
-[42703] dwarf_lineendsequence
-[42760] ../../elfutils-0.176/libdw/dwarf_lineblock.c
-[429b8] dwarf_lineblock
-[42a15] ../../elfutils-0.176/libdw/dwarf_lineprologueend.c
-[42c6d] dwarf_lineprologueend
-[42cca] ../../elfutils-0.176/libdw/dwarf_lineepiloguebegin.c
-[42f22] dwarf_lineepiloguebegin
-[42f7f] ../../elfutils-0.176/libdw/dwarf_lineisa.c
-[431d7] dwarf_lineisa
-[43234] ../../elfutils-0.176/libdw/dwarf_linediscriminator.c
-[4348c] dwarf_linediscriminator
-[434e9] ../../elfutils-0.176/libdw/dwarf_lineop_index.c
-[43741] dwarf_lineop_index
-[4379e] ../../elfutils-0.176/libdw/dwarf_line_file.c
-[43b31] dwarf_line_file
-[43bce] ../../elfutils-0.176/libdw/dwarf_onesrcline.c
-[43fae] dwarf_onesrcline
-[4402c] ../../elfutils-0.176/libdw/dwarf_formblock.c
-[44dad] dwarf_formblock
-[45077] read_4ubyte_unaligned_1
-[450b7] read_2ubyte_unaligned_1
-[450ea] __libdw_get_uleb128
-[4515e] __libdw_max_len_uleb128
-[45194] __libdw_max_len_leb128
-[451d6] __bswap_32
-[451f4] __bswap_16
-[4522b] ../../elfutils-0.176/libdw/dwarf_getsrcfiles.c
-[45e67] dwarf_getsrcfiles
-[461b3] is_cudie
-[461d3] cu_sec_idx
-[461f2] __libdw_first_die_off_from_cu
-[46211] __libdw_first_die_from_cu_start
-[462c7] ../../elfutils-0.176/libdw/dwarf_filesrc.c
-[46429] dwarf_filesrc
-[464a8] ../../elfutils-0.176/libdw/dwarf_getsrcdirs.c
-[4660f] dwarf_getsrcdirs
-[46680] ../../elfutils-0.176/libdw/dwarf_getlocation.c
-[47f1a] dwarf_getlocations
-[48235] dwarf_getlocation_addr
-[485ac] getlocations_addr
-[486c1] initial_offset
-[48eca] __libdw_cu_base_address
-[49028] dwarf_getlocation
-[49211] getlocation
-[4926a] __libdw_intern_expression
-[495ab] check_constant_offset
-[496af] dwarf_getlocation_implicit_value
-[49792] store_implicit_value
-[4981d] loc_compare
-[49892] attr_ok
-[498b0] __libdw_cu_locs_base
-[499f6] cu_sec_idx
-[49a15] __libdw_read_offset_inc
-[49ad8] __libdw_read_address_inc
-[49b75] __libdw_in_section
-[49bc9] __libdw_offset_in_section
-[49c1d] __libdw_checked_get_data
-[49c57] __libdw_relocate_offset
-[49cab] __libdw_relocate_address
-[49cff] read_8sbyte_unaligned_1
-[49d3c] read_8ubyte_unaligned_1
-[49d73] read_4sbyte_unaligned_1
-[49daa] read_4ubyte_unaligned_1
-[49ddd] read_2sbyte_unaligned_1
-[49e10] read_2ubyte_unaligned_1
-[49e43] __libdw_get_sleb128
-[49efd] __libdw_get_uleb128
-[49f6b] __libdw_max_len_sleb128
-[49fa1] __libdw_max_len_uleb128
-[49fd7] __libdw_max_len_leb128
-[4a019] __libdw_first_die_off_from_cu
-[4a038] __libdw_first_die_from_cu_start
-[4a08c] dwarf_whatform
-[4a0ac] __bswap_64
-[4a0ca] __bswap_32
-[4a0e8] __bswap_16
-[4a106] attr_ok
-[4a143] check_constant_offset
-[4a384] __libdw_intern_expression
-[4c268] __libdw_intern_expression
-[4c343] getlocation
-[4c3da] getlocations_addr
-[4c86b] ../../elfutils-0.176/libdw/dwarf_getstring.c
-[4d414] dwarf_getstring
-[4d506] ../../elfutils-0.176/libdw/dwarf_offabbrev.c
-[4def4] dwarf_offabbrev
-[4dfc9] ../../elfutils-0.176/libdw/dwarf_getaranges.c
-[4ecbb] dwarf_getaranges
-[4eec6] compare_aranges
-[4ef5f] __libdw_read_offset_inc
-[4f022] __libdw_read_address_inc
-[4f0c5] __libdw_in_section
-[4f119] __libdw_offset_in_section
-[4f16d] __libdw_checked_get_data
-[4f1a7] __libdw_relocate_offset
-[4f1fb] __libdw_relocate_address
-[4f24f] read_8ubyte_unaligned_1
-[4f28c] read_4ubyte_unaligned_1
-[4f2bf] read_2ubyte_unaligned_1
-[4f2f2] __libdw_first_die_off_from_cu
-[4f311] __libdw_first_die_from_cu_start
-[4f365] __bswap_64
-[4f383] __bswap_32
-[4f3a1] __bswap_16
-[4f3bf] dwarf_getaranges
-[4fffc] ../../elfutils-0.176/libdw/dwarf_onearange.c
-[50b25] dwarf_onearange
-[50ba3] ../../elfutils-0.176/libdw/dwarf_getarangeinfo.c
-[50ce2] dwarf_getarangeinfo
-[50d6d] ../../elfutils-0.176/libdw/dwarf_getarange_addr.c
-[51896] dwarf_getarange_addr
-[51956] ../../elfutils-0.176/libdw/dwarf_getattrs.c
-[5267a] dwarf_getattrs
-[52c12] __libdw_form_val_len
-[52c95] __libdw_dieabbrev
-[52ce4] __libdw_get_sleb128_unchecked
-[52d92] __libdw_get_uleb128_unchecked
-[52df4] __libdw_get_uleb128
-[52e62] __libdw_max_len_uleb128
-[52e98] __libdw_max_len_leb128
-[52f16] ../../elfutils-0.176/libdw/dwarf_formflag.c
-[53bb0] dwarf_formflag
-[53c2e] ../../elfutils-0.176/libdw/dwarf_getmacros.c
-[5517e] dwarf_getmacros
-[55515] dwarf_getmacros_off
-[557b2] macro_info_getmacros_off
-[55831] gnu_macros_getmacros_off
-[558b2] offset_from_token
-[558e5] token_from_offset
-[55912] read_macros
-[563b1] cache_op_table
-[5644c] get_table_for_offset
-[56d1d] get_macinfo_table
-[56ddd] init_macinfo_table
-[56fc1] build_table
-[56ffe] macro_op_compare
-[57042] get_offset_from
-[57107] str_offsets_base_off
-[57223] cu_sec_idx
-[57242] __libdw_form_val_len
-[572c5] read_8ubyte_unaligned_1
-[57302] read_4ubyte_unaligned_1
-[57335] read_2ubyte_unaligned_1
-[57368] __libdw_get_uleb128
-[573dc] __libdw_max_len_uleb128
-[57412] __libdw_max_len_leb128
-[57454] libdw_valid_user_form
-[57474] __libdw_first_die_off_from_cu
-[57493] __libdw_first_die_from_cu_start
-[574e7] memset
-[5751d] memcpy
-[57553] __bswap_64
-[57571] __bswap_32
-[5758f] __bswap_16
-[575ad] macro_op_compare
-[57644] gnu_macros_getmacros_off
-[577e2] ../../elfutils-0.176/libdw/dwarf_macro_getparamcnt.c
-[5839d] dwarf_macro_getparamcnt
-[5841e] libdw_macro_nforms
-[58446] ../../elfutils-0.176/libdw/dwarf_macro_opcode.c
-[59001] dwarf_macro_opcode
-[5905e] ../../elfutils-0.176/libdw/dwarf_macro_param.c
-[59c19] dwarf_macro_param
-[59ca8] libdw_macro_nforms
-[59cd0] ../../elfutils-0.176/libdw/dwarf_macro_param1.c
-[5a88b] dwarf_macro_param1
-[5a96f] ../../elfutils-0.176/libdw/dwarf_macro_param2.c
-[5b658] dwarf_macro_param2
-[5b77b] ../../elfutils-0.176/libdw/dwarf_macro_getsrcfiles.c
-[5c33b] dwarf_macro_getsrcfiles
-[5c420] ../../elfutils-0.176/libdw/dwarf_addrdie.c
-[5ce57] dwarf_addrdie
-[5cfbb] ../../elfutils-0.176/libdw/dwarf_getfuncs.c
-[5e263] dwarf_getfuncs
-[5e42c] tree_visitor
-[5e53f] cu_sec_idx
-[5e55e] __libdw_first_die_off_from_cu
-[5e57d] __libdw_first_die_from_cu_start
-[5e61a] ../../elfutils-0.176/libdw/dwarf_decl_file.c
-[5f66b] dwarf_decl_file
-[5f8c5] cu_sec_idx
-[5f8e4] __libdw_first_die_off_from_cu
-[5f903] __libdw_first_die_from_cu_start
-[5f9ac] ../../elfutils-0.176/libdw/dwarf_decl_line.c
-[609b3] __libdw_attr_intval
-[60ab2] dwarf_decl_line
-[60b5b] ../../elfutils-0.176/libdw/dwarf_decl_column.c
-[619ea] dwarf_decl_column
-[61a7c] ../../elfutils-0.176/libdw/dwarf_func_inline.c
-[62c72] dwarf_func_inline_instances
-[62dba] dwarf_func_inline
-[62e59] scope_visitor
-[62f90] cu_sec_idx
-[62faf] __libdw_first_die_off_from_cu
-[62fce] __libdw_first_die_from_cu_start
-[63078] ../../elfutils-0.176/libdw/dwarf_getsrc_file.c
-[63bf5] dwarf_getsrc_file
-[640d7] ../../elfutils-0.176/libdw/libdw_findcu.c
-[653bf] __libdw_find_split_dbg_addr
-[65495] __libdw_findcu_addr
-[65572] __libdw_findcu
-[656aa] __libdw_intern_next_unit
-[65ae2] __libdw_finddbg_cb
-[65bcd] findcu_cb
-[65c0f] cu_sec_idx
-[65c2e] __libdw_first_die_off_from_cu
-[65c4d] __libdw_first_die_from_cu_start
-[65ca1] findcu_cb
-[65de3] ../../elfutils-0.176/libdw/libdw_form.c
-[66aea] __libdw_form_val_compute_len
-[67186] __libdw_form_val_len
-[67209] read_4ubyte_unaligned_1
-[67249] read_2ubyte_unaligned_1
-[6727c] __libdw_get_uleb128
-[672f0] __libdw_max_len_uleb128
-[67326] __libdw_max_len_leb128
-[67368] __bswap_32
-[67386] __bswap_16
-[673c9] ../../elfutils-0.176/libdw/libdw_alloc.c
-[67ece] __libdw_oom
-[67f44] dwarf_new_oom_handler
-[67f9d] __libdw_allocate
-[6804c] error
-[680a4] ../../elfutils-0.176/libdw/libdw_visit_scopes.c
-[69388] walk_children
-[69560] __libdw_visit_scopes
-[69892] may_have_scopes
-[698b6] walk_children
-[69a6e] ../../elfutils-0.176/libdw/dwarf_entry_breakpoints.c
-[6a61f] dwarf_entry_breakpoints
-[6b028] search_range
-[6b0d2] entrypc_bkpt
-[6b113] add_bkpt
-[6b154] cu_sec_idx
-[6b173] __libdw_first_die_off_from_cu
-[6b192] __libdw_first_die_from_cu_start
-[6b256] ../../elfutils-0.176/libdw/dwarf_next_cfi.c
-[6bc37] dwarf_next_cfi
-[6c62a] encoded_value_size
-[6c67e] read_8ubyte_unaligned_1
-[6c6bb] read_4ubyte_unaligned_1
-[6c6ee] __libdw_get_sleb128
-[6c7ae] __libdw_get_uleb128
-[6c81c] __libdw_max_len_sleb128
-[6c852] __libdw_max_len_uleb128
-[6c888] __libdw_max_len_leb128
-[6c8ca] __bswap_64
-[6c8e8] __bswap_32
-[6c906] encoded_value_size
-[6c9af] ../../elfutils-0.176/libdw/cie.c
-[6eb8b] __libdw_intern_cie
-[6ec73] __libdw_find_cie
-[6edaf] intern_new_cie
-[6ef3c] compare_cie
-[6efb1] encoded_value_size
-[6f005] encoded_value_size
-[6f0e9] ../../elfutils-0.176/libdw/fde.c
-[713cc] __libdw_find_fde
-[71719] binary_search_fde
-[717bb] __libdw_fde_by_offset
-[718c5] intern_fde
-[71bfc] compare_fde
-[71c40] read_encoded_value
-[7307e] __libdw_cfi_read_address_inc
-[73104] encoded_value_size
-[73158] __libdw_read_address_inc
-[731f5] __libdw_in_section
-[73249] __libdw_checked_get_data
-[73283] __libdw_relocate_address
-[732d7] read_8ubyte_unaligned_1
-[73314] read_4ubyte_unaligned_1
-[73347] read_2sbyte_unaligned_1
-[7337a] read_2ubyte_unaligned_1
-[733ad] __libdw_get_sleb128
-[73467] __libdw_get_uleb128
-[734d5] __libdw_max_len_sleb128
-[7350b] __libdw_max_len_uleb128
-[73541] __libdw_max_len_leb128
-[73583] __bswap_64
-[735a1] __bswap_32
-[735bf] __bswap_16
-[735dd] encoded_value_size
-[73661] compare_fde
-[73764] ../../elfutils-0.176/libdw/cfi.c
-[76001] __libdw_frame_at_address
-[7621e] cie_cache_initial_state
-[76281] execute_cfi
-[7aa12] require_cfa_offset
-[7aa2b] enough_registers
-[7aa9f] duplicate_frame_state
-[7ab94] read_encoded_value
-[7ac60] __libdw_cfi_read_address_inc
-[7ace6] encoded_value_size
-[7ad3a] memset
-[7ad70] memcpy
-[7ada6] __libdw_read_address_inc
-[7ae43] __libdw_in_section
-[7ae97] __libdw_checked_get_data
-[7aed1] __libdw_relocate_address
-[7af25] read_8ubyte_unaligned_1
-[7af62] read_4ubyte_unaligned_1
-[7af95] read_2sbyte_unaligned_1
-[7afc8] read_2ubyte_unaligned_1
-[7affb] __libdw_get_sleb128
-[7b0b5] __libdw_get_uleb128
-[7b123] __libdw_max_len_sleb128
-[7b159] __libdw_max_len_uleb128
-[7b18f] __libdw_max_len_leb128
-[7b1d1] __bswap_64
-[7b1ef] __bswap_32
-[7b20d] __bswap_16
-[7b2c9] ../../elfutils-0.176/libdw/frame-cache.c
-[7d1f7] __libdw_destroy_frame_cache
-[7d282] free_expr
-[7d2f1] free_cie
-[7d38b] ../../elfutils-0.176/libdw/dwarf_frame_info.c
-[7f27e] dwarf_frame_info
-[7f2fc] ../../elfutils-0.176/libdw/dwarf_frame_cfa.c
-[813a5] dwarf_frame_cfa
-[814c0] ../../elfutils-0.176/libdw/dwarf_frame_register.c
-[839b6] dwarf_frame_register
-[83c7e] __libdw_get_uleb128
-[83cf2] __libdw_max_len_uleb128
-[83d28] __libdw_max_len_leb128
-[83d99] ../../elfutils-0.176/libdw/dwarf_cfi_addrframe.c
-[85dbb] dwarf_cfi_addrframe
-[85ec8] ../../elfutils-0.176/libdw/dwarf_getcfi.c
-[87bb2] dwarf_getcfi
-[87cae] ../../elfutils-0.176/libdw/dwarf_getcfi_elf.c
-[89bbe] dwarf_getcfi_elf
-[8a22e] getcfi_shdr
-[8a2c6] getcfi_scn_eh_frame
-[8a36c] getcfi_phdr
-[8a3ce] getcfi_gnu_eh_frame
-[8a496] parse_eh_frame_hdr
-[8a634] allocate_cfi
-[8a70f] read_encoded_value
-[8bb4d] __libdw_cfi_read_address_inc
-[8bbd3] encoded_value_size
-[8bc27] __libdw_read_address_inc
-[8bcc4] __libdw_in_section
-[8bd18] __libdw_checked_get_data
-[8bd52] __libdw_relocate_address
-[8bda6] read_8ubyte_unaligned_1
-[8bde3] read_4ubyte_unaligned_1
-[8be16] read_2sbyte_unaligned_1
-[8be49] read_2ubyte_unaligned_1
-[8be7c] __libdw_get_sleb128
-[8bf36] __libdw_get_uleb128
-[8bfa4] __libdw_max_len_sleb128
-[8bfda] __libdw_max_len_uleb128
-[8c010] __libdw_max_len_leb128
-[8c052] __bswap_64
-[8c070] __bswap_32
-[8c08e] __bswap_16
-[8c0ac] encoded_value_size
-[8c20f] ../../elfutils-0.176/libdw/dwarf_cfi_end.c
-[8ddf6] dwarf_cfi_end
-[8de14] dwarf_cfi_end
-[8debd] ../../elfutils-0.176/libdw/dwarf_aggregate_size.c
-[8f000] dwarf_aggregate_size
-[8f0cb] aggregate_size
-[8f663] array_size
-[8f766] get_type
-[8f831] cu_sec_idx
-[8f850] __libdw_first_die_off_from_cu
-[8f86f] __libdw_first_die_from_cu_start
-[8f95a] ../../elfutils-0.176/libdw/dwarf_getlocation_implicit_pointer.c
-[90fe5] dwarf_getlocation_implicit_pointer
-[910f2] __libdw_empty_loc_attr
-[9115b] ../../elfutils-0.176/libdw/dwarf_getlocation_die.c
-[92228] dwarf_getlocation_die
-[92314] ../../elfutils-0.176/libdw/dwarf_getlocation_attr.c
-[939be] dwarf_getlocation_attr
-[93ba8] addr_valp
-[93d9c] attr_form_cu
-[93dba] __libdw_cu_addr_base
-[93e11] cu_sec_idx
-[93e30] __libdw_first_die_off_from_cu
-[93e4f] __libdw_first_die_from_cu_start
-[93f06] ../../elfutils-0.176/libdw/dwarf_getalt.c
-[95adb] dwarf_getalt
-[95af9] find_debug_altlink
-[95bc7] __libdw_filepath
-[96043] open
-[9606e] strcpy
-[96098] mempcpy
-[960ce] sprintf
-[960f9] dwarf_getalt
-[965c8] ../../elfutils-0.176/libdw/dwarf_setalt.c
-[97006] dwarf_setalt
-[9708d] ../../elfutils-0.176/libdw/dwarf_cu_getdwarf.c
-[97a87] dwarf_cu_getdwarf
-[97acf] ../../elfutils-0.176/libdw/dwarf_cu_die.c
-[98575] dwarf_cu_die
-[986b8] cu_sec_idx
-[986d7] __libdw_first_die_off_from_cu
-[986f6] __libdw_first_die_from_cu_start
-[98752] ../../elfutils-0.176/libdw/dwarf_peel_type.c
-[99847] dwarf_peel_type
-[998a9] dwarf_peel_type
-[99a0d] ../../elfutils-0.176/libdw/dwarf_default_lower_bound.c
-[99cf1] dwarf_default_lower_bound
-[99d6f] ../../elfutils-0.176/libdw/dwarf_die_addr_die.c
-[9a7b2] dwarf_die_addr_die
-[9a949] memset
-[9a9b2] ../../elfutils-0.176/libdw/dwarf_get_units.c
-[9b608] dwarf_get_units
-[9b8f8] cu_sec_idx
-[9b917] __libdw_first_die_off_from_cu
-[9b936] __libdw_first_die_from_cu_start
-[9b98a] memset
-[9b9f3] ../../elfutils-0.176/libdw/libdw_find_split_unit.c
-[9dc04] __libdw_find_split_unit
-[9deb7] try_split_file
-[9e20a] open
-[9e235] __libdw_link_skel_split
-[9e278] __libdw_cu_addr_base
-[9e2cf] cu_sec_idx
-[9e2ee] __libdw_first_die_off_from_cu
-[9e30d] __libdw_first_die_from_cu_start
-[9e41c] ../../elfutils-0.176/libdw/dwarf_cu_info.c
-[9eff1] dwarf_cu_info
-[9f275] cu_sec_idx
-[9f294] __libdw_first_die_off_from_cu
-[9f2b3] __libdw_first_die_from_cu_start
-[9f307] memset
-[9f363] ../../elfutils-0.176/libdw/dwarf_next_lines.c
-[a050b] dwarf_next_lines
-[a0a2f] read_8ubyte_unaligned_1
-[a0a73] read_4ubyte_unaligned_1
-[a0aa6] read_2ubyte_unaligned_1
-[a0ad9] __bswap_64
-[a0af7] __bswap_32
-[a0b15] __bswap_16
-[a0baf] ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_debuglink.c
-[a0fd3] dwelf_elf_gnu_debuglink
-[a1303] ../../elfutils-0.176/libdwelf/dwelf_dwarf_gnu_debugaltlink.c
-[a1ec4] dwelf_dwarf_gnu_debugaltlink
-[a1fcd] ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_build_id.c
-[a3a07] dwelf_elf_gnu_build_id
-[a3ac7] __libdwfl_find_elf_build_id
-[a3c4e] find_elf_build_id
-[a3f54] check_notes
-[a40ff] ../../elfutils-0.176/libdwelf/dwelf_scn_gnu_compressed_size.c
-[a5434] dwelf_scn_gnu_compressed_size
-[a551b] memcpy
-[a5551] __bswap_64
-[a559d] ../../elfutils-0.176/libdwelf/dwelf_strtab.c
-[a5f82] dwelf_strent_str
-[a5fc0] dwelf_strent_off
-[a5ff8] dwelf_strtab_finalize
-[a6127] copystrings
-[a62b8] dwelf_strtab_add_len
-[a633d] dwelf_strtab_add
-[a63be] strtab_add
-[a65a7] searchstring
-[a65dd] newstring
-[a6636] dwelf_strtab_free
-[a66c7] morememory
-[a6708] dwelf_strtab_init
-[a67ea] mempcpy
-[a6899] ../../elfutils-0.176/libdwelf/dwelf_elf_begin.c
-[a7d0d] dwelf_elf_begin
-[a7e94] ../../elfutils-0.176/libdwfl/dwfl_begin.c
-[a96db] dwfl_begin
-[a97b6] ../../elfutils-0.176/libdwfl/dwfl_end.c
-[ab047] dwfl_end
-[ab18e] ../../elfutils-0.176/libdwfl/dwfl_error.c
-[abab1] dwfl_errmsg
-[abbca] __libdwfl_seterrno
-[abc71] __libdwfl_canon_error
-[abd1c] canonicalize
-[abd6e] dwfl_errno
-[abda5] canonicalize
-[abe7f] ../../elfutils-0.176/libdwfl/dwfl_version.c
-[ad6c6] dwfl_version
-[ad705] ../../elfutils-0.176/libdwfl/dwfl_module.c
-[afe05] dwfl_report_end
-[aff13] dwfl_report_module
-[b00f2] use
-[b0128] dwfl_report_begin
-[b016d] dwfl_report_begin_add
-[b019a] __libdwfl_module_free
-[b0357] free_file
-[b0371] nofree
-[b039e] free_cu
-[b03b7] free_file
-[b04c3] ../../elfutils-0.176/libdwfl/dwfl_report_elf.c
-[b1eeb] _compat_without_add_p_vaddr_dwfl_report_elf
-[b1fb1] dwfl_report_elf
-[b21a5] __libdwfl_report_elf
-[b23c1] __libdwfl_elf_address_range
-[b2873] open
-[b2960] ../../elfutils-0.176/libdwfl/relocate.c
-[b5116] __libdwfl_relocate_section
-[b52f9] __libdwfl_relocate
-[b5575] relocate_section
-[b57f9] check_badreltype
-[b583b] relocate
-[b59fb] resolve_symbol
-[b5ae5] relocate_getsym
-[b5b6d] __libdwfl_relocate_value
-[b5bed] dwfl_adjusted_st_value
-[b5c27] dwfl_adjusted_aux_sym_addr
-[b5c54] dwfl_adjusted_dwarf_addr
-[b5c81] dwfl_adjusted_address
-[b5cae] memset
-[b5ce4] __libdwfl_relocate_value
-[b5ec9] relocate
-[b669b] relocate_section
-[b7115] ../../elfutils-0.176/libdwfl/dwfl_module_build_id.c
-[b8971] _compat_vaddr_at_end_dwfl_module_build_id
-[b8a0c] dwfl_module_build_id
-[b8a9e] __libdwfl_find_build_id
-[b8b38] found_build_id
-[b8b92] memcpy
-[b8bc8] __libdwfl_find_build_id
-[b8e8d] ../../elfutils-0.176/libdwfl/dwfl_module_report_build_id.c
-[ba6e9] dwfl_module_report_build_id
-[ba737] memcpy
-[ba76d] dwfl_module_report_build_id
-[ba958] ../../elfutils-0.176/libdwfl/derelocate.c
-[bc3d6] dwfl_module_address_section
-[bc552] dwfl_module_relocate_address
-[bc5d4] __libdwfl_find_section_ndx
-[bc663] find_section
-[bc780] check_module
-[bc7eb] dwfl_module_relocation_info
-[bc8de] dwfl_module_relocations
-[bc9df] cache_sections
-[bcb4f] compare_secrefs
-[bcbdc] dwfl_adjusted_address
-[bcc09] cache_sections
-[bd0e6] check_module
-[bd2dd] ../../elfutils-0.176/libdwfl/offline.c
-[bed13] dwfl_report_offline
-[bee38] __libdwfl_report_offline
-[befb4] process_archive
-[bf025] process_archive_member
-[bf0ea] process_elf
-[bf143] process_file
-[bf19c] dwfl_offline_section_address
-[bf542] open
-[bf56d] asprintf
-[bf598] process_file
-[bfcf4] ../../elfutils-0.176/libdwfl/segment.c
-[c15de] dwfl_report_segment
-[c1732] dwfl_addrsegment
-[c1ad1] reify_segments
-[c1b8d] lookup
-[c1be5] insert
-[c1e95] __libdwfl_segment_end
-[c1eda] __libdwfl_segment_start
-[c1f1f] memmove
-[c1fab] ../../elfutils-0.176/libdwfl/dwfl_module_info.c
-[c37f2] dwfl_module_info
-[c3a61] dwfl_adjusted_st_value
-[c3a9b] dwfl_adjusted_aux_sym_addr
-[c3ac8] dwfl_adjusted_dwarf_addr
-[c3af5] dwfl_adjusted_address
-[c3b2a] ../../elfutils-0.176/libdwfl/dwfl_getmodules.c
-[c5398] dwfl_getmodules
-[c54d4] ../../elfutils-0.176/libdwfl/dwfl_getdwarf.c
-[c6d87] dwfl_getdwarf
-[c6e49] module_callback
-[c6f8c] ../../elfutils-0.176/libdwfl/dwfl_module_getdwarf.c
-[c9855] dwfl_module_getsymtab_first_global
-[c98d2] dwfl_module_getsymtab
-[c9930] dwfl_module_getdwarf
-[c995d] find_dw
-[c9982] load_dw
-[c9b0b] __libdwfl_module_getebl
-[c9b2b] find_symtab
-[c9f07] find_aux_sym
-[c9f56] find_dynsym
-[ca1f2] translate_offs
-[ca362] find_offsets
-[ca406] load_symtab
-[ca56e] find_debug_altlink
-[ca8b6] find_debuginfo
-[ca8fd] find_prelink_address_sync
-[caba2] consider_shdr
-[cac06] __libdwfl_getelf
-[cac2c] mod_verify_build_id
-[cac6e] open_elf
-[cad1f] open_elf_file
-[cad62] open
-[cad8d] dwfl_adjusted_dwarf_addr
-[cadba] dwfl_adjusted_address
-[cade7] open_elf
-[cae6c] translate_offs
-[cb218] find_prelink_address_sync
-[cbb00] find_debuginfo
-[cbeba] __libdwfl_getelf
-[cc2bc] __libdwfl_module_getebl
-[cc32f] dwfl_module_getdwarf
-[cc74e] ../../elfutils-0.176/libdwfl/dwfl_module_getelf.c
-[cdf95] dwfl_module_getelf
-[cdfbf] dwfl_adjusted_address
-[cdfec] dwfl_module_getelf
-[ce103] ../../elfutils-0.176/libdwfl/dwfl_validate_address.c
-[cf96e] dwfl_validate_address
-[cfae4] ../../elfutils-0.176/libdwfl/argp-std.c
-[d1770] dwfl_standard_argp
-[d178f] parse_opt
-[d2a33] fail
-[d2a75] failure
-[d2ab3] open
-[d2ade] atoi
-[d2c69] ../../elfutils-0.176/libdwfl/find-debuginfo.c
-[d4761] dwfl_standard_find_debuginfo
-[d4a1e] find_debuginfo_in_path
-[d5397] validate
-[d5444] check_crc
-[d5479] try_open
-[d54fd] fstat
-[d5530] stat
-[d555d] open
-[d5588] memcpy
-[d55be] realpath
-[d55e8] asprintf
-[d5613] try_open
-[d5a58] ../../elfutils-0.176/libdwfl/dwfl_build_id_find_elf.c
-[d73a5] dwfl_build_id_find_elf
-[d75d8] __libdwfl_open_mod_by_build_id
-[d768e] __libdwfl_open_by_build_id
-[d7be0] open
-[d7c0b] strcpy
-[d7c35] mempcpy
-[d7c6b] memcpy
-[d7ca1] realpath
-[d7ccb] snprintf
-[d7ddb] ../../elfutils-0.176/libdwfl/dwfl_build_id_find_debuginfo.c
-[d968f] dwfl_build_id_find_debuginfo
-[d9a73] ../../elfutils-0.176/libdwfl/linux-kernel-modules.c
-[dcba8] dwfl_linux_kernel_report_modules
-[dcfc7] dwfl_linux_kernel_module_section_address
-[dd4b9] dwfl_linux_kernel_find_elf
-[dd5dd] subst_name
-[dd651] dwfl_linux_kernel_report_kernel
-[ddc2b] check_module_notes
-[ddc7d] check_kernel_notes
-[ddcaa] check_notes
-[ddf45] intuit_kernel_bounds
-[ddfa8] read_address
-[ddfdb] dwfl_linux_kernel_report_offline
-[de5d5] check_suffix
-[de627] report_kernel_archive
-[de6d2] report_kernel
-[de8d2] get_release
-[de908] find_kernel_elf
-[de949] kernel_release
-[de971] try_kernel_name
-[dec34] open
-[dec5f] mempcpy
-[dec95] memcpy
-[deccb] asprintf
-[decf6] ferror_unlocked
-[ded14] feof_unlocked
-[ded32] getline
-[ded68] read
-[ded9e] find_kernel_elf
-[defcd] get_release
-[df0c6] dwfl_linux_kernel_find_elf
-[dfbb5] ../../elfutils-0.176/libdwfl/linux-proc-maps.c
-[e1d55] dwfl_linux_proc_find_elf
-[e21d4] read_proc_memory
-[e2319] dwfl_linux_proc_report
-[e24dc] dwfl_linux_proc_maps_report
-[e254e] proc_maps_report
-[e2c86] do_report
-[e2cd6] grovel_auxv
-[e2e54] get_pid_class
-[e2eb1] pread_retry
-[e2f1a] pread
-[e2f5c] read
-[e2f92] open
-[e2fbd] stat
-[e2ff0] asprintf
-[e301b] ferror_unlocked
-[e3039] feof_unlocked
-[e3057] getline
-[e308d] grovel_auxv
-[e37eb] ../../elfutils-0.176/libdwfl/dwfl_addrmodule.c
-[e5032] dwfl_addrmodule
-[e50e1] ../../elfutils-0.176/libdwfl/dwfl_addrdwarf.c
-[e6928] dwfl_addrdwarf
-[e69e2] ../../elfutils-0.176/libdwfl/cu.c
-[e842e] __libdwfl_addrcu
-[e8817] arangecu
-[e889a] __libdwfl_nextcu
-[e89da] intern_cu
-[e8bcf] compare_cukey
-[e8d8a] cudie_offset
-[e8dad] less_lazy
-[e8dc7] nofree
-[e8e14] addrarange
-[e8ed0] dwar
-[e8f00] dwfl_deadjust_dwarf_addr
-[e8f2d] dwfl_deadjust_address
-[e8f5a] __libdw_first_die_off_from_cu
-[e8f79] __libdw_first_die_from_cu_start
-[e8fcd] nofree
-[e90f3] ../../elfutils-0.176/libdwfl/dwfl_module_nextcu.c
-[ea93a] dwfl_module_nextcu
-[eaa59] ../../elfutils-0.176/libdwfl/dwfl_nextcu.c
-[ec2a0] dwfl_nextcu
-[ec41e] dwfl_adjusted_dwarf_addr
-[ec44b] dwfl_adjusted_address
-[ec4b3] ../../elfutils-0.176/libdwfl/dwfl_cumodule.c
-[edcfa] dwfl_cumodule
-[edd56] ../../elfutils-0.176/libdwfl/dwfl_module_addrdie.c
-[ef59d] dwfl_module_addrdie
-[ef6bc] ../../elfutils-0.176/libdwfl/dwfl_addrdie.c
-[f0f03] dwfl_addrdie
-[f0fc9] ../../elfutils-0.176/libdwfl/lines.c
-[f2810] __libdwfl_cu_getsrclines
-[f290c] ../../elfutils-0.176/libdwfl/dwfl_lineinfo.c
-[f42a9] dwfl_lineinfo
-[f4443] dwfl_adjusted_dwarf_addr
-[f4470] dwfl_adjusted_address
-[f449d] dwfl_linecu_inline
-[f44ee] ../../elfutils-0.176/libdwfl/dwfl_line_comp_dir.c
-[f61ec] dwfl_line_comp_dir
-[f62bc] dwfl_linecu_inline
-[f6324] ../../elfutils-0.176/libdwfl/dwfl_linemodule.c
-[f7b81] dwfl_linemodule
-[f7bfa] dwfl_linecu_inline
-[f7c3f] ../../elfutils-0.176/libdwfl/dwfl_linecu.c
-[f949c] dwfl_linecu
-[f9528] dwfl_linecu_inline
-[f956d] ../../elfutils-0.176/libdwfl/dwfl_dwarf_line.c
-[faddb] dwfl_dwarf_line
-[faedc] dwfl_adjusted_dwarf_addr
-[faf09] dwfl_adjusted_address
-[faf36] dwfl_linecu_inline
-[faf7b] ../../elfutils-0.176/libdwfl/dwfl_getsrclines.c
-[fc7c8] dwfl_getsrclines
-[fc891] ../../elfutils-0.176/libdwfl/dwfl_onesrcline.c
-[fe213] dwfl_onesrcline
-[fe2e6] ../../elfutils-0.176/libdwfl/dwfl_module_getsrc.c
-[ffb45] dwfl_module_getsrc
-[ffd8f] ../../elfutils-0.176/libdwfl/dwfl_getsrc.c
-[1015e2] dwfl_getsrc
-[10168d] ../../elfutils-0.176/libdwfl/dwfl_module_getsrc_file.c
-[103030] dwfl_module_getsrc_file
-[10351d] dwfl_line_file
-[103541] dwfl_line
-[10355f] dwfl_dwarf_line_file
-[103583] dwfl_linecu_inline
-[103649] ../../elfutils-0.176/libdwfl/libdwfl_crc32.c
-[103a34] __libdwfl_crc32
-[103aaf] ../../elfutils-0.176/libdwfl/libdwfl_crc32_file.c
-[104597] __libdwfl_crc32_file
-[104931] fstat
-[104964] pread
-[104a11] ../../elfutils-0.176/libdwfl/elf-from-memory.c
-[105e9f] elf_from_remote_memory
-[106175] handle_segment
-[106306] handle_segment
-[1067d3] ../../elfutils-0.176/libdwfl/dwfl_module_dwarf_cfi.c
-[108e89] dwfl_module_dwarf_cfi
-[108eb3] __libdwfl_set_cfi
-[108f83] dwfl_adjusted_dwarf_addr
-[108fb0] dwfl_adjusted_address
-[108fdd] dwfl_module_dwarf_cfi
-[10910b] ../../elfutils-0.176/libdwfl/dwfl_module_eh_cfi.c
-[10b7c1] dwfl_module_eh_cfi
-[10b7eb] dwfl_adjusted_address
-[10b818] dwfl_module_eh_cfi
-[10b906] ../../elfutils-0.176/libdwfl/dwfl_module_getsym.c
-[10d1d1] dwfl_module_getsym
-[10d2b5] dwfl_module_getsym_info
-[10d3cf] __libdwfl_getsym
-[10dc00] dwfl_deadjust_st_value
-[10dc3a] dwfl_adjusted_st_value
-[10dc74] dwfl_deadjust_aux_sym_addr
-[10dca1] dwfl_adjusted_aux_sym_addr
-[10dcce] dwfl_deadjust_dwarf_addr
-[10dcfb] dwfl_adjusted_dwarf_addr
-[10dd28] dwfl_deadjust_address
-[10dd55] dwfl_adjusted_address
-[10de15] ../../elfutils-0.176/libdwfl/dwfl_module_addrname.c
-[10f6e0] dwfl_module_addrname
-[10f7b3] ../../elfutils-0.176/libdwfl/dwfl_module_addrsym.c
-[111178] dwfl_module_addrinfo
-[11127f] dwfl_module_addrsym
-[111357] __libdwfl_addrsym
-[111679] search_table
-[111f5b] try_sym_value
-[111fbd] binding_value
-[111fe1] same_section
-[112073] dwfl_deadjust_st_value
-[1120ad] dwfl_adjusted_st_value
-[1120e7] dwfl_deadjust_aux_sym_addr
-[112114] dwfl_adjusted_aux_sym_addr
-[112141] dwfl_deadjust_dwarf_addr
-[11216e] dwfl_adjusted_dwarf_addr
-[11219b] dwfl_deadjust_address
-[1121c8] dwfl_adjusted_address
-[112264] ../../elfutils-0.176/libdwfl/dwfl_module_return_value_location.c
-[113afa] dwfl_module_return_value_location
-[113c36] ../../elfutils-0.176/libdwfl/dwfl_module_register_names.c
-[1154a5] dwfl_module_register_names
-[11577e] ../../elfutils-0.176/libdwfl/dwfl_segment_report_module.c
-[1180f1] dwfl_segment_report_module
-[118202] segment_read
-[118256] release_buffer
-[1182e2] finish
-[1182f0] read_portion
-[118337] finish_portion
-[1185d1] consider_notes
-[118675] consider_phdr
-[1187b6] consider_dyn
-[119572] final_read
-[1196fe] read_phdr
-[11a8b8] invalid_elf
-[11a914] handle_file_note
-[11aa2d] buf_read_ulong
-[11aab2] buf_has_data
-[11aae7] addr_segndx
-[11ab35] open
-[11ab60] memcpy
-[11ab96] __bswap_64
-[11abb4] __bswap_32
-[11abd2] finish
-[11aceb] buf_read_ulong
-[11ae74] invalid_elf
-[11b027] ../../elfutils-0.176/libdwfl/link_map.c
-[11cefb] dwfl_link_map_report
-[11d073] consider_phdr
-[11ecdb] find_executable
-[11ed6d] consider_executable
-[11f1f0] report_r_debug
-[11f279] release_buffer
-[11f2a4] read_addrs
-[11f4bc] addrsize
-[11f4da] integrated_memory_callback
-[11f767] auxv_format_probe
-[11f7b5] do_check32
-[11f80f] do_check64
-[11f869] open
-[11f894] pread_retry
-[11f8fd] pread
-[11f93f] dwfl_adjusted_address
-[11f96c] read_8ubyte_unaligned_noncvt
-[11f99c] read_4ubyte_unaligned_noncvt
-[11f9c3] strcpy
-[11f9ed] __bswap_64
-[11fa0b] __bswap_32
-[11fba7] ../../elfutils-0.176/libdwfl/core-file.c
-[1224cc] _compat_without_executable_dwfl_core_file_report
-[12253f] dwfl_core_file_report
-[1229d2] __libdwfl_dynamic_vaddr_get
-[122acb] clear_r_debug_info
-[122afc] dwfl_elf_phdr_memory_callback
-[1232d1] do_more
-[123349] update_end
-[123387] core_file_read_eagerly
-[123435] dwfl_report_core_segments
-[12356f] elf_begin_rand
-[12360f] do_fail
-[123645] pread_retry
-[1236ae] pread
-[1236f0] memset
-[123726] memcpy
-[12375c] clear_r_debug_info
-[1237ce] core_file_read_eagerly
-[123d02] ../../elfutils-0.176/libdwfl/open.c
-[1251ae] __libdw_open_elf
-[125222] __libdw_open_file
-[1252c4] libdw_open_elf
-[125488] what_kind
-[1254e1] decompress
-[125560] what_kind
-[125831] ../../elfutils-0.176/libdwfl/image-header.c
-[125dc7] __libdw_image_header
-[126026] pread_retry
-[12608f] pread
-[1260fe] ../../elfutils-0.176/libdwfl/dwfl_frame.c
-[127b25] dwfl_thread_getframes
-[12807b] dwfl_getthread_frames
-[12828d] get_one_thread_frames_cb
-[128306] getthread
-[128391] get_one_thread_cb
-[1283d0] dwfl_getthreads
-[12860e] dwfl_frame_thread
-[128645] dwfl_thread_tid
-[128663] dwfl_thread_dwfl
-[12869a] dwfl_pid
-[1286f2] dwfl_attach_state
-[128788] process_alloc
-[1287ae] __libdwfl_process_free
-[1288a9] state_alloc
-[128913] thread_free_all_states
-[12892d] state_free
-[12897b] state_fetch_pc
-[1289be] memset
-[1289f4] state_free
-[128aac] get_one_thread_cb
-[128b5d] dwfl_attach_state
-[128dac] dwfl_thread_tid
-[128eca] ../../elfutils-0.176/libdwfl/frame_unwind.c
-[12be51] __libdwfl_frame_unwind
-[12c1c4] readfunc
-[12c27e] getfunc
-[12c2fa] setfunc
-[12c36e] handle_cfi
-[12c880] new_unwound
-[12c909] expr_eval
-[12dd76] do_pop
-[12dda6] do_push
-[12de4f] bra_compar
-[12de90] state_get_reg
-[12dec6] __libdwfl_frame_reg_set
-[12df83] __libdwfl_frame_reg_get
-[12e028] bsearch
-[12e0b2] memset
-[12e0e8] new_unwound
-[12e275] getfunc
-[12e38f] setfunc
-[12e61c] ../../elfutils-0.176/libdwfl/dwfl_frame_pc.c
-[12fe63] dwfl_frame_pc
-[12fec6] dwfl_frame_pc
-[12fff0] ../../elfutils-0.176/libdwfl/linux-pid-attach.c
-[132976] __libdwfl_get_pid_arg
-[1329b5] dwfl_linux_proc_attach
-[132fa3] pid_thread_detach
-[13300e] __libdwfl_ptrace_detach
-[13308a] pid_detach
-[133132] pid_set_initial_registers
-[1331bb] pid_thread_state_registers_cb
-[133237] pid_getthread
-[1332e0] pid_next_thread
-[133455] pid_memory_read
-[13370b] clear_cached_memory
-[133731] read_cached_memory
-[1337af] __libdwfl_ptrace_attach
-[13380d] linux_proc_pid_is_stopped
-[13385b] open
-[133886] memcpy
-[1338bc] fgets
-[1338f2] snprintf
-[133929] pid_thread_state_registers_cb
-[133ad9] __libdwfl_ptrace_attach
-[133e51] pid_set_initial_registers
-[133fa4] pid_thread_detach
-[13428d] ../../elfutils-0.176/libdwfl/linux-core-attach.c
-[13601c] dwfl_core_file_attach
-[136544] core_detach
-[1365c5] core_set_initial_registers
-[136df7] core_next_thread
-[137106] core_memory_read
-[13745c] read_8ubyte_unaligned_noncvt
-[13748c] read_4ubyte_unaligned_noncvt
-[1374b3] __uint64_identity
-[1374d1] __uint32_identity
-[1374ef] __bswap_64
-[13750d] __bswap_32
-[137687] ../../elfutils-0.176/libdwfl/dwfl_frame_regs.c
-[138ed9] dwfl_thread_state_register_pc
-[138f32] dwfl_thread_state_registers
-[138fea] dwfl_thread_state_registers
-[139137] dwfl_thread_state_register_pc
-[139266] ../../elfutils-0.176/libdwfl/gzip.c
-[13988b] __libdw_gunzip
-[13a172] open_stream
-[13a1c5] zlib_fail
-[13a1ef] fail
-[13a219] smaller_buffer
-[13a23f] bigger_buffer
-[13a27f] pread_retry
-[13a2e8] pread
-[13a3e6] ../../elfutils-0.176/libdwfl/bzip2.c
-[13aaa0] __libdw_bunzip2
-[13b3f6] zlib_fail
-[13b426] fail
-[13b450] smaller_buffer
-[13b476] bigger_buffer
-[13b4b6] pread_retry
-[13b51f] pread
-[13b5d9] ../../elfutils-0.176/libebl/eblopenbackend.c
-[13d819] default_abi_cfi
-[13d861] default_check_reloc_target_type
-[13d8a9] default_check_object_attribute
-[13d92d] default_syscall_abi
-[13d9a6] default_register_info
-[13da21] default_return_value_location
-[13da69] default_bss_plt_p
-[13daa2] default_check_st_other_bits
-[13dadb] default_data_marker_symbol
-[13db23] default_check_special_symbol
-[13db89] default_copy_reloc_p
-[13dba8] default_debugscn_p
-[13dc8c] default_object_note
-[13dcf2] default_object_note_type_name
-[13dd58] default_core_note
-[13ddea] default_auxv_info
-[13de41] default_core_note_type_name
-[13de98] default_osabi_name
-[13ded1] default_destr
-[13df00] default_dynamic_tag_check
-[13df39] default_dynamic_tag_name
-[13df90] default_symbol_binding_name
-[13dfc9] default_symbol_type_name
-[13e002] default_check_special_section
-[13e068] default_machine_section_flag_check
-[13e0a1] default_machine_flag_check
-[13e0da] default_machine_flag_name
-[13e119] default_section_name
-[13e17f] default_section_type_name
-[13e1b8] default_segment_type_name
-[13e1f1] default_gotpc_reloc_check
-[13e21d] default_reloc_simple_type
-[13e273] default_reloc_valid_use
-[13e2a0] default_reloc_type_check
-[13e2c0] default_reloc_type_name
-[13e2fa] ebl_openbackend_emulation
-[13e352] ebl_openbackend_machine
-[13e3aa] ebl_openbackend
-[13e458] openbackend
-[13e9eb] fill_defaults
-[13ea18] stpcpy
-[13ea42] strcpy
-[13ea6c] mempcpy
-[13eaa2] snprintf
-[13ead9] default_reloc_type_name
-[13eb10] default_reloc_type_check
-[13eb39] default_reloc_valid_use
-[13eb69] default_register_info
-[13ed94] ../../elfutils-0.176/libebl/eblclosebackend.c
-[13fdae] ebl_closebackend
-[13fe3c] ../../elfutils-0.176/libebl/eblreloctypename.c
-[1410c5] ebl_reloc_type_name
-[141173] ../../elfutils-0.176/libebl/eblsegmenttypename.c
-[142406] ebl_segment_type_name
-[14266a] snprintf
-[1426c4] ../../elfutils-0.176/libebl/eblsectiontypename.c
-[143957] ebl_section_type_name
-[143bf5] snprintf
-[143c4f] ../../elfutils-0.176/libebl/eblmachineflagname.c
-[144fdd] ebl_machine_flag_name
-[1451f5] mempcpy
-[145237] snprintf
-[14529d] ../../elfutils-0.176/libebl/eblsymboltypename.c
-[146530] ebl_symbol_type_name
-[1467b7] snprintf
-[14681d] ../../elfutils-0.176/libebl/ebldynamictagname.c
-[147ba6] ebl_dynamic_tag_name
-[147dda] snprintf
-[147e34] ../../elfutils-0.176/libebl/eblsectionname.c
-[1490c7] ebl_section_name
-[1494d4] snprintf
-[14952e] ../../elfutils-0.176/libebl/eblsymbolbindingname.c
-[14a7c1] ebl_symbol_binding_name
-[14aa48] snprintf
-[14aaae] ../../elfutils-0.176/libebl/eblbackendname.c
-[14bd37] ebl_backend_name
-[14bda6] ../../elfutils-0.176/libebl/eblosabiname.c
-[14d039] ebl_osabi_name
-[14d1b3] snprintf
-[14d20d] ../../elfutils-0.176/libebl/eblmachineflagcheck.c
-[14e227] ebl_machine_flag_check
-[14e28b] ../../elfutils-0.176/libebl/eblmachinesectionflagcheck.c
-[14f2a5] ebl_machine_section_flag_check
-[14f309] ../../elfutils-0.176/libebl/eblreloctypecheck.c
-[150323] ebl_reloc_type_check
-[150387] ../../elfutils-0.176/libebl/eblrelocvaliduse.c
-[1513a1] ebl_reloc_valid_use
-[151405] ../../elfutils-0.176/libebl/eblrelocsimpletype.c
-[15241f] ebl_reloc_simple_type
-[1524a5] ../../elfutils-0.176/libebl/ebldynamictagcheck.c
-[1534bf] ebl_dynamic_tag_check
-[153536] ../../elfutils-0.176/libebl/eblcorenotetypename.c
-[1547c9] ebl_core_note_type_name
-[154946] snprintf
-[1549a0] ../../elfutils-0.176/libebl/eblobjnotetypename.c
-[155c33] ebl_object_note_type_name
-[1560d1] snprintf
-[156142] ../../elfutils-0.176/libebl/eblcorenote.c
-[1573cb] ebl_core_note
-[157552] ../../elfutils-0.176/libebl/eblobjnote.c
-[159d25] ebl_object_note
-[15c085] read_8ubyte_unaligned_1
-[15c0c2] read_4ubyte_unaligned_1
-[15c0f5] read_2ubyte_unaligned_1
-[15c128] __bswap_64
-[15c146] __bswap_32
-[15c164] __bswap_16
-[15c182] printf
-[15c1a1] putchar_unlocked
-[15c2e5] ../../elfutils-0.176/libebl/ebldebugscnp.c
-[15d2ff] ebl_debugscn_p
-[15d363] ../../elfutils-0.176/libebl/eblgotpcreloccheck.c
-[15e37d] ebl_gotpc_reloc_check
-[15e3e1] ../../elfutils-0.176/libebl/eblcopyrelocp.c
-[15f3fb] ebl_copy_reloc_p
-[15f45f] ../../elfutils-0.176/libebl/eblsectionstripp.c
-[16048a] ebl_section_strip_p
-[1606e7] ../../elfutils-0.176/libebl/eblelfclass.c
-[161701] ebl_get_elfclass
-[161740] ../../elfutils-0.176/libebl/eblelfdata.c
-[16275a] ebl_get_elfdata
-[162799] ../../elfutils-0.176/libebl/eblelfmachine.c
-[1637b3] ebl_get_elfmachine
-[1637f2] ../../elfutils-0.176/libebl/ebl_check_special_symbol.c
-[16480c] ebl_check_special_symbol
-[1648a6] ../../elfutils-0.176/libebl/eblbsspltp.c
-[1658c0] ebl_bss_plt_p
-[1658ff] ../../elfutils-0.176/libebl/eblretval.c
-[166919] ebl_return_value_location
-[166998] ../../elfutils-0.176/libebl/eblreginfo.c
-[1679b2] ebl_register_info
-[167abf] ../../elfutils-0.176/libebl/eblnonerelocp.c
-[168ad9] ebl_none_reloc_p
-[168b3d] ../../elfutils-0.176/libebl/eblrelativerelocp.c
-[169b57] ebl_relative_reloc_p
-[169bbb] ../../elfutils-0.176/libebl/eblsysvhashentrysize.c
-[16abd5] ebl_sysvhash_entrysize
-[16ac14] ../../elfutils-0.176/libebl/eblauxvinfo.c
-[16bef1] ebl_auxv_info
-[16bf9c] ../../elfutils-0.176/libebl/eblcheckobjattr.c
-[16cfb6] ebl_check_object_attribute
-[16d0bf] ../../elfutils-0.176/libebl/ebl_check_special_section.c
-[16e0d9] ebl_check_special_section
-[16e17a] ../../elfutils-0.176/libebl/ebl_syscall_abi.c
-[16f194] ebl_syscall_abi
-[16f24e] ../../elfutils-0.176/libebl/eblabicfi.c
-[170268] ebl_ra_offset
-[17029f] ebl_abi_cfi
-[17030a] ../../elfutils-0.176/libebl/eblstother.c
-[171324] ebl_check_st_other_bits
-[171377] ../../elfutils-0.176/libebl/eblinitreg.c
-[172391] ebl_func_addr_mask
-[1723c8] ebl_frame_nregs
-[1723ff] ebl_set_initial_registers_tid
-[172510] ../../elfutils-0.176/libebl/ebldwarftoregno.c
-[17352a] ebl_dwarf_to_regno
-[173595] ../../elfutils-0.176/libebl/eblnormalizepc.c
-[1745af] ebl_normalize_pc
-[174615] ../../elfutils-0.176/libebl/eblunwind.c
-[17562f] ebl_unwind
-[175720] ../../elfutils-0.176/libebl/eblresolvesym.c
-[17673a] ebl_resolve_sym_value
-[1767a5] ../../elfutils-0.176/libebl/eblcheckreloctargettype.c
-[1777bf] ebl_check_reloc_target_type
-[177829] ../../elfutils-0.176/libebl/ebl_data_marker_symbol.c
-[178843] ebl_data_marker_symbol
-[1788c2] crtn.S
-
-[b] crti.S
-[2d] ../../elfutils-0.176/backends/i386_init.c
-[14c6] i386_init
-[1555] i386_init_reloc
-[156f] i386_relative_reloc_p
-[15a6] i386_none_reloc_p
-[15dd] i386_copy_reloc_p
-[1614] i386_reloc_valid_use
-[169c] i386_reloc_type_check
-[16d3] i386_reloc_type_name
-[1732] i386_reloc_valid_use
-[1881] ../../elfutils-0.176/backends/i386_symbol.c
-[28b9] i386_debugscn_p
-[294a] i386_reloc_simple_type
-[29a3] i386_gotpc_reloc_check
-[2a00] ../../elfutils-0.176/backends/i386_corenote.c
-[3147] i386_core_note
-[32ef] ioperm_info
-[335f] tls_info
-[33d0] ../../elfutils-0.176/backends/i386_cfi.c
-[44cc] i386_abi_cfi
-[4548] ../../elfutils-0.176/backends/i386_retval.c
-[52f7] i386_return_value_location
-[5623] dwarf_peeled_die_type
-[56d6] ../../elfutils-0.176/backends/i386_regs.c
-[6794] i386_register_info
-[6882] stpcpy
-[68b4] ../../elfutils-0.176/backends/i386_auxv.c
-[698c] i386_auxv_info
-[69ed] ../../elfutils-0.176/backends/i386_syscall.c
-[7a13] i386_syscall_abi
-[7a94] ../../elfutils-0.176/backends/i386_initreg.c
-[7bc8] i386_set_initial_registers_tid
-[7c23] ../../elfutils-0.176/backends/i386_unwind.c
-[8c49] i386_unwind
-[8e13] ../../elfutils-0.176/libcpu/i386_disasm.c
-[d339] i386_disasm
-[f47b] FCT_xmmreg
-[f4f5] FCT_string
-[f52c] FCT_sreg3
-[f5fa] FCT_sreg2
-[f652] FCT_sel
-[f82c] FCT_reg16
-[f878] FCT_freg
-[f8d0] FCT_reg$w
-[f987] FCT_reg64
-[fa6c] FCT_reg
-[fb6a] FCT_mod$16r_m
-[fccc] FCT_mod$8r_m
-[fdbd] FCT_mod$r_m$w
-[ff25] FCT_moda$r_m
-[ff72] FCT_mod$r_m
-[100b7] FCT_mmxreg
-[1011c] FCT_rel
-[10260] FCT_imm8
-[10354] FCT_imms8
-[103a5] FCT_imm16
-[104f1] FCT_imm$s
-[1075a] FCT_imms
-[1084e] FCT_imm$w
-[10b2a] FCT_imm
-[10bad] FCT_es_di
-[10c88] FCT_dx
-[10d0d] FCT_ds_si
-[10d66] FCT_ds_bx
-[10dbf] FCT_ds_xx
-[10f4f] FCT_disp8
-[11098] FCT_ddd
-[110f1] FCT_ccc
-[1114a] FCT_crdb
-[112d2] FCT_ax$w
-[11349] FCT_ax
-[113d4] FCT_abs
-[1142d] FCT_absval
-[11486] generic_abs
-[11503] FCT_Mod$R_m
-[116f4] FCT_MOD$R_M
-[11975] general_mod$r_m
-[11afc] data_prefix
-[11b44] printf
-[11b63] snprintf
-[11b9a] read_4sbyte_unaligned
-[11bc7] read_4ubyte_unaligned
-[11bee] read_2sbyte_unaligned
-[11c15] read_2ubyte_unaligned
-[11c3c] stpcpy
-[11c66] memcpy
-[11c9c] FCT_xmmreg
-[11de3] FCT_mmxreg
-[11f2a] FCT_freg
-[1209f] generic_abs
-[122ad] FCT_sreg2
-[12367] general_mod$r_m
-[12c04] FCT_moda$r_m
-[12e13] crtn.S
-
-[b] crti.S
-[2d] ../../elfutils-0.176/backends/x86_64_init.c
-[1465] x86_64_init
-[14f4] x86_64_init_reloc
-[150e] x86_64_relative_reloc_p
-[1545] x86_64_none_reloc_p
-[157c] x86_64_copy_reloc_p
-[15b3] x86_64_reloc_valid_use
-[163b] x86_64_reloc_type_check
-[1672] x86_64_reloc_type_name
-[16d1] x86_64_reloc_valid_use
-[1820] ../../elfutils-0.176/backends/x86_64_symbol.c
-[2846] x86_64_section_type_name
-[28a5] x86_64_reloc_simple_type
-[2906] ../../elfutils-0.176/backends/x86_64_corenote.c
-[2ff7] x86_64_core_note
-[3136] ioperm_info
-[31bd] ../../elfutils-0.176/backends/x86_64_cfi.c
-[42b9] x86_64_abi_cfi
-[4335] ../../elfutils-0.176/backends/x86_64_retval.c
-[50fa] x86_64_return_value_location
-[5468] dwarf_peeled_die_type
-[5528] ../../elfutils-0.176/backends/x86_64_regs.c
-[65e6] x86_64_register_info
-[66d4] stpcpy
-[6706] ../../elfutils-0.176/backends/i386_auxv.c
-[67de] i386_auxv_info
-[683f] ../../elfutils-0.176/backends/x86_64_syscall.c
-[7865] x86_64_syscall_abi
-[78e6] ../../elfutils-0.176/backends/x86_64_initreg.c
-[7a1a] x86_64_set_initial_registers_tid
-[7a75] ../../elfutils-0.176/backends/x86_64_unwind.c
-[8aa0] x86_64_unwind
-[8cb3] ../../elfutils-0.176/backends/x32_corenote.c
-[93a4] x32_core_note
-[94e3] ioperm_info
-[956a] ../../elfutils-0.176/libcpu/x86_64_disasm.c
-[d9e9] x86_64_disasm
-[fbce] FCT_xmmreg
-[fc48] FCT_string
-[fc7f] FCT_sreg3
-[fd4d] FCT_sreg2
-[fda5] FCT_sel
-[ff7f] FCT_freg
-[ffd7] FCT_oreg$w
-[1004a] FCT_reg$w
-[101d3] FCT_reg64
-[10329] FCT_oreg
-[1039c] FCT_reg
-[10523] FCT_mod$64r_m
-[10698] FCT_mod$16r_m
-[107e5] FCT_mod$8r_m
-[108d6] FCT_mod$r_m$w
-[10b4b] FCT_mod$r_m
-[10cf0] FCT_mmxreg
-[10d55] FCT_rel
-[10e99] FCT_imm8
-[10f8d] FCT_imms8
-[110f4] FCT_imm16
-[11240] FCT_imm$s
-[11556] FCT_imms
-[115a8] FCT_imm64$w
-[117fa] FCT_imm$w
-[11b8f] FCT_imm
-[11c12] FCT_es_di
-[11ced] FCT_dx
-[11d72] FCT_ds_si
-[11dcb] FCT_ds_bx
-[11e24] FCT_ds_xx
-[11fb4] FCT_disp8
-[120fd] FCT_ddd
-[12156] FCT_ccc
-[121af] FCT_crdb
-[12337] FCT_ax$w
-[123ae] FCT_ax
-[12439] FCT_abs
-[12497] FCT_absval
-[124f5] generic_abs
-[1257f] FCT_Mod$R_m
-[12770] FCT_MOD$R_M
-[129f1] general_mod$r_m
-[12b34] data_prefix
-[12b7c] printf
-[12b9b] snprintf
-[12bd2] read_8ubyte_unaligned
-[12bff] read_4sbyte_unaligned
-[12c26] read_4ubyte_unaligned
-[12c4d] read_2ubyte_unaligned
-[12c74] stpcpy
-[12c9e] memcpy
-[12cd4] FCT_xmmreg
-[12e1b] general_mod$r_m
-[13537] FCT_mmxreg
-[1367e] FCT_freg
-[137f3] generic_abs
-[13a5d] FCT_sreg2
-[13c18] crtn.S
-
-[b] ../../elfutils-0.176/src/size.c
-[c61] handle_elf
-[21a2] show_segments
-[2223] show_bsd_totals
-[224c] show_bsd
-[2305] show_sysv_one_line
-[2371] show_sysv
-[24b0] handle_ar
-[2983] print_header
-[2a40] process_file
-[2f5a] parse_opt
-[314e] main
-[33d7] error
-[340a] mempcpy
-[3440] memcpy
-[3476] open
-[34a1] printf
-
-[b] ../../elfutils-0.176/src/strip.c
-[1274] cleanup_debug
-[127e] handle_elf
-[16cd] check_preserved
-[185c] update_section_size
-[18bc] no_symtab_updates
-[1c74] handle_debug_relocs
-[1d82] process_file
-[2263] remove_debug_relocations
-[243b] relocate
-[36fb] update_shdrstrndx
-[3844] get_xndxdata
-[38d0] secndx_name
-[3931] parse_opt
-[3bc7] main
-[3e25] section_name_matches
-[3e5b] free_patterns
-[3e64] free_sec_patterns
-[3ef0] add_pattern
-[3f26] pwrite_retry
-[3f8f] error
-[3fc2] fstat
-[3ff5] stat
-[4022] strcpy
-[404c] memset
-[4082] mempcpy
-[40b8] memcpy
-[40ee] open
-[4119] cleanup_debug
-[419d] update_section_size
-[4309] handle_elf
-
-PASS: run-low_high_pc.sh
-PASS: run-macro-test.sh
-PASS: run-elf_cntl_gelf_getshdr.sh
-PASS: run-test-archive64.sh
-PASS: run-readelf-vmcoreinfo.sh
-PASS: run-readelf-mixed-corenote.sh
-PASS: run-dwfllines.sh
-PASS: run-readelf-variant.sh
-PASS: run-dwfl-report-elf-align.sh
-# Everything on the command line
-# Everything from stdin (with newlines).
-# stdin without newline address, just EOF.
-# stdin without newline symbol, just EOF.
-# Everything on the command line with addresses
-# Everything from stdin (with newlines) with addresses.
-# Pretty with functions and addresses.
-PASS: run-addr2line-test.sh
-PASS: run-addr2line-i-test.sh
-PASS: run-addr2line-i-lex-test.sh
-PASS: run-addr2line-i-demangle-test.sh
-PASS: run-addr2line-alt-debugpath.sh
-PASS: run-varlocs.sh
-PASS: run-exprlocs.sh
-PASS: run-funcretval.sh
-0x5584174000 0x5584187000 /usr/lib/elfutils/ptest/tests/backtrace-child
-0x7f8b95b000 0x7f8babe000 /lib/libc-2.29.so
-0x7f8bac1000 0x7f8baec000 /lib/libpthread-2.29.so
-0x7f8baf2000 0x7f8bb11000 /lib/ld-2.29.so
-0x7f8bb20000 0x7f8bb21000 [vdso: 12303]
-0x7f8bb21000 0x7f8bb23000 /lib/ld-2.29.so
-TID 12303:
-# 0 0x7f8bad4008 raise
-# 1 0x5584174bfc - 1 main
-# 2 0x7f8b97f26c - 1 __libc_start_main
-# 3 0x5584174d24 - 1 $x
-# 4 0x5584174d24 - 1 $x
-TID 12304:
-# 0 0x7f8bad4008 raise
-# 1 0x5584174e5c - 1 sigusr2
-# 2 0x5584174f00 - 1 stdarg
-# 3 0x5584174f18 - 1 backtracegen
-# 4 0x5584174f24 - 1 start
-# 5 0x7f8bac9780 - 1 start_thread
-# 6 0x7f8ba275fc - 1 thread_start
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
-# 1 0x5584174bfc - 1 main
-PASS: run-backtrace-native.sh
-/usr/lib/elfutils/ptest/tests/backtrace-data: x86_64 linux only test
-SKIP: run-backtrace-data.sh
-0x7f877ae5d0 raise
-0x7f8779ce14 abort
-0x557798c16c (null)
-0x557798c178 (null)
-0x557798c754 (null)
-0x7f8779d26c __libc_start_main
-0x557798c1b8 (null)
-0x557798c1b8 (null)
-/usr/lib/elfutils/ptest/tests/backtrace-dwarf: dwfl_thread_getframes: No DWARF information found
-dwarf: no main
-FAIL: run-backtrace-dwarf.sh
-biarch testing disabled
-SKIP: run-backtrace-native-biarch.sh
-0x7faced3000 0x7faced4000 linux-vdso.so.1
-0x7facd0e000 0x7face73cf0 libc.so.6
-0x7face74000 0x7facea2160 libpthread.so.0
-0x558c4af000 0x558c4c1020 backtrace-child
-TID 12354:
-# 0 0x7face87008 raise
-# 1 0x558c4afe2c - 1 sigusr2
-# 2 0x558c4aff00 - 1 stdarg
-# 3 0x558c4aff18 - 1 backtracegen
-# 4 0x558c4aff24 - 1 start
-# 5 0x7face7c780 - 1 start_thread
-# 6 0x7facdda5fc - 1 thread_start
-TID 12353:
-# 0 0x7face7d888 __GI___pthread_timedjoin_ex
-# 1 0x558c4afc30 - 1 main
-# 2 0x7facd3226c - 1 __libc_start_main
-# 3 0x558c4afd24 - 1 $x
-# 4 0x558c4afd24 - 1 $x
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
-# 1 0x558c4afc30 - 1 main
-PASS: run-backtrace-native-core.sh
-biarch testing disabled
-SKIP: run-backtrace-native-core-biarch.sh
-./backtrace ./backtrace.x86_64.exec ./backtrace.x86_64.core
-0x400000 0x6e0000 /home/jkratoch/redhat/elfutils/tests/backtrace.x86_64.exec
-0x7fff1bdcc000 0x7fff1bdce000 linux-vdso.so.1
-TID 23097:
-# 0 0x40a62b raise
-# 1 0x401e3d - 1 sigusr2
-# 2 0x401f88 - 1 stdarg
-# 3 0x401fa6 - 1 backtracegen
-# 4 0x401fbd - 1 start
-# 5 0x403773 - 1 start_thread
-# 6 0x444239 - 1 __clone
-TID 23096:
-# 0 0x404880 pthread_join
-# 1 0x4021f9 - 1 main
-# 2 0x40ba94 - 1 __libc_start_main
-# 3 0x401d0d - 1 _start
-# 1 0x4021f9 - 1 main
-# 3 0x401fa6 - 1 backtracegen
-PASS: run-backtrace-core-x86_64.sh
-./backtrace ./backtrace.x86_64.fp.exec ./backtrace.x86_64.fp.core
-0x400000 0x6ca000 /home/ulf/dev/elfutils/tests/backtrace.x86_64.fp.exec
-0x7fff6f250000 0x7fff6f252000 linux-vdso.so.1
-TID 28872:
-# 0 0x40545b raise
-# 1 0x401b0d - 1 sigusr2
-# 2 0x401bb0 - 1 stdarg
-# 3 0x401c00 - 1 backtracegen
-# 4 0x401c09 - 1 start
-# 5 0x402d74 - 1 start_thread
-# 6 0x4383b9 - 1 __clone
-TID 28871:
-# 0 0x4040f4 pthread_join
-# 1 0x401677 - 1 main
-# 2 0x4066a0 - 1 __libc_start_main
-# 3 0x4019b7 - 1 _start
-# 1 0x401677 - 1 main
-# 3 0x401c00 - 1 backtracegen
-PASS: run-backtrace-fp-core-x86_64.sh
-./backtrace ./backtrace.aarch64.fp.exec ./backtrace.aarch64.fp.core
-0x400000 0x4a3000 /home/ulf/backtrace.aarch64.fp.exec
-0x7fb6380000 0x7fb6381000 linux-vdso.so.1
-TID 350:
-# 0 0x40583c raise
-# 1 0x401aac - 1 sigusr2
-# 2 0x401aac - 1 sigusr2
-# 3 0x401ba8 - 1 stdarg
-# 4 0x401c04 - 1 backtracegen
-# 5 0x401c10 - 1 start
-# 6 0x402f44 - 1 start_thread
-TID 349:
-# 0 0x403fcc pthread_join
-# 1 0x401810 - 1 main
-# 2 0x401810 - 1 main
-# 3 0x406544 - 1 __libc_start_main
-# 4 0x401918 - 1 $x
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
-# 1 0x401810 - 1 main
-# 2 0x401810 - 1 main
-# 4 0x401c04 - 1 backtracegen
-PASS: run-backtrace-fp-core-aarch64.sh
-./backtrace ./backtrace.ppc64le.fp.exec ./backtrace.ppc64le.fp.core
-0x10000000 0x10100000 /root/mjw/elfutils/tests/backtrace.ppc64le.fp.exec
-0x3fffa9410000 0x3fffa9420000 linux-vdso64.so.1
-TID 23728:
-# 0 0x100104bc raise
-# 1 0x10002a1c - 1 sigusr2
-# 2 0x10002a1c - 1 sigusr2
-# 3 0x10002b38 - 1 stdarg
-# 4 0x10002bc4 - 1 backtracegen
-# 5 0x10002bf0 - 1 start
-# 6 0x10004c28 - 1 start_thread
-TID 23727:
-# 0 0x10006034 pthread_join
-# 1 0x100025bc - 1 main
-# 2 0x100025bc - 1 main
-# 3 0x100123c4 - 1 generic_start_main
-# 4 0x10012570 - 1 __libc_start_main
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
-# 1 0x100025bc - 1 main
-# 2 0x100025bc - 1 main
-# 4 0x10002bc4 - 1 backtracegen
-PASS: run-backtrace-fp-core-ppc64le.sh
-./backtrace ./backtrace.x32.exec ./backtrace.x32.core
-0x400000 0x6da000 /export/gnu/import/git/elfutils/tests/backtrace.x32.exe
-0xfff64000 0xfff65000 linux-vdso.so.1
-TID 3843:
-# 0 0x40b2a2 raise
-# 1 0x400e9c - 1 sigusr2
-# 2 0x400f2b - 1 stdarg
-# 3 0x400f9f - 1 backtracegen
-# 4 0x400fa8 - 1 start
-# 5 0x402964 - 1 start_thread
-# 6 0x44c8c9 - 1 __clone
-TID 3842:
-# 0 0x4039ea pthread_join
-# 1 0x400a12 - 1 main
-# 2 0x411d0c - 1 __libc_start_main
-# 3 0x400d43 - 1 _start
-# 1 0x400a12 - 1 main
-# 3 0x400f9f - 1 backtracegen
-PASS: run-backtrace-core-x32.sh
-./backtrace ./backtrace.i386.exec ./backtrace.i386.core
-0x8048000 0x8110000 /home/jkratoch/redhat/elfutils/tests/backtrace.i386.exec
-0xf77f7000 0xf77f8000 linux-gate.so.1
-TID 23101:
-# 0 0xf77f7430 __kernel_vsyscall
-# 1 0x8052207 - 1 raise
-# 2 0x8049a8a - 1 sigusr2
-# 3 0x8049b84 - 1 stdarg
-# 4 0x8049ba0 - 1 backtracegen
-# 5 0x8049bb0 - 1 start
-# 6 0x804b1c0 - 1 start_thread
-# 7 0x807f3fe - 1 __clone
-TID 23100:
-# 0 0xf77f7430 __kernel_vsyscall
-# 1 0x804c25d - 1 pthread_join
-# 2 0x8049e20 - 1 main
-# 3 0x805351a - 1 __libc_start_main
-# 4 0x804993d - 1 _start
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
-# 2 0x8049e20 - 1 main
-# 4 0x8049ba0 - 1 backtracegen
-PASS: run-backtrace-core-i386.sh
-./backtrace ./backtrace.i386.fp.exec ./backtrace.i386.fp.core
-0x8a7000 0x8a8000 linux-gate.so.1
-0x8048000 0x80f9000 [exe]
-TID 12045:
-# 0 0x8a7416 __kernel_vsyscall
-# 1 0x8051ab9 - 1 raise
-# 2 0x80485c1 - 1 sigusr2
-# 3 0x8048699 - 1 stdarg
-# 4 0x8048702 - 1 backtracegen
-# 5 0x804871b - 1 start
-# 6 0x804a7cf - 1 start_thread
-# 7 0x80746fe - 1 __clone
-TID 12044:
-# 0 0x8a7416 __kernel_vsyscall
-# 1 0x804ae30 - 1 pthread_join
-# 2 0x804847c - 1 main
-# 3 0x8053188 - 1 __libc_start_main
-# 4 0x80481e1 - 1 _start
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
-# 2 0x804847c - 1 main
-# 4 0x8048702 - 1 backtracegen
-PASS: run-backtrace-fp-core-i386.sh
-./backtrace ./backtrace.ppc.exec ./backtrace.ppc.core
-0x100000 0x110000 linux-vdso32.so.1
-0x10000000 0x100e0000 /home/mark/elfutils/tests/backtrace.ppc.exec
-TID 17198:
-# 0 0x1000e1f0 raise
-# 1 0x10001f78 - 1 sigusr2
-# 2 0x10002104 - 1 stdarg
-# 3 0x10002144 - 1 backtracegen
-# 4 0x1000217c - 1 start
-# 5 0x1000406c - 1 start_thread
-# 6 0x100347a0 - 1 __clone
-TID 17197:
-# 0 0x10005534 pthread_join
-# 1 0x1000241c - 1 main
-# 2 0x10010094 - 1 generic_start_main
-# 3 0x100101f0 - 1 __libc_start_main
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
-# 1 0x1000241c - 1 main
-# 3 0x10002144 - 1 backtracegen
-PASS: run-backtrace-core-ppc.sh
-./backtrace ./backtrace.s390x.exec ./backtrace.s390x.core
-0x80000000 0x800ca000 [exe]
-TID 58546:
-# 0 0x8000ed50 raise
-# 1 0x800003c6 - 1 sigusr2
-# 2 0x8000051e - 1 stdarg
-# 3 0x80000552 - 1 backtracegen
-# 4 0x80000584 - 1 start
-# 5 0x800040a4 - 1 start_thread
-# 6 0x80030cec - 1 thread_start
-TID 58545:
-# 0 0x80004f7e pthread_join
-# 1 0x80000894 - 1 main
-# 2 0x80010b64 - 1 __libc_start_main
-# 3 0x8000022e - 1 _start
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
-# 1 0x80000894 - 1 main
-# 3 0x80000552 - 1 backtracegen
-PASS: run-backtrace-core-s390x.sh
-./backtrace ./backtrace.s390.exec ./backtrace.s390.core
-0x400000 0x4af000 [exe]
-TID 58560:
-# 0 0x40c4a2 raise
-# 1 0x4003e0 - 1 sigusr2
-# 2 0x4004f8 - 1 stdarg
-# 3 0x400520 - 1 backtracegen
-# 4 0x400540 - 1 start
-# 5 0x4033e0 - 1 start_thread
-# 6 0x428e18 - 1 thread_start
-TID 58559:
-# 0 0x404058 pthread_join
-# 1 0x4007d8 - 1 main
-# 2 0x40dc1a - 1 __libc_start_main
-# 3 0x400290 - 1 _start
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
-# 1 0x4007d8 - 1 main
-# 3 0x400520 - 1 backtracegen
-PASS: run-backtrace-core-s390.sh
-./backtrace ./backtrace.aarch64.exec ./backtrace.aarch64.core
-0x400000 0x4c0000 /tmp/elfutils/tests/backtrace-child
-0x7f818e1000 0x7f818e2000 linux-vdso.so.1
-TID 24044:
-# 0 0x40c6d0 raise
-# 1 0x401ee0 - 1 sigusr2
-# 2 0x401fe0 - 1 stdarg
-# 3 0x402038 - 1 backtracegen
-# 4 0x402044 - 1 start
-# 5 0x4038d0 - 1 start_thread
-# 6 0x42d3a0 - 1 __clone
-TID 24043:
-# 0 0x4048bc pthread_join
-# 1 0x401c00 - 1 main
-# 2 0x40dc60 - 1 __libc_start_main
-# 3 0x401d34 - 1 $x
-# 4 0x401d34 - 1 $x
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: address out of range
-# 1 0x401c00 - 1 main
-# 3 0x402038 - 1 backtracegen
-PASS: run-backtrace-core-aarch64.sh
-./backtrace ./backtrace.sparc.exec ./backtrace.sparc.core
-0x100000 0x2b2000 [exe]
-0xfffffc011c9a0000 0xfffffc011c9a2000 linux-vdso.so.1
-TID 21612:
-# 0 0x10c488 raise
-# 1 0x1005dc - 1 sigusr2
-# 2 0x1006f0 - 1 stdarg
-# 3 0x10076c - 1 backtracegen
-# 4 0x10078c - 1 start
-# 5 0x103384 - 1 start_thread
-# 6 0x1311b8 - 1 __thread_start
-TID 21611:
-# 0 0x103920 pthread_join
-# 1 0x100924 - 1 main
-# 2 0x10e0a8 - 1 __libc_start_main
-# 3 0x100434 - 1 _start
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
-/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
-# 1 0x100924 - 1 main
-# 3 0x10076c - 1 backtracegen
-PASS: run-backtrace-core-sparc.sh
-PID 18460 - core
-TID 18460:
-#0 0x00000000004005bc cxxfunc(int)
-#1 0x00000000004005d2 f
-/usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited)
-/usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited)
-#1 0x00000000004005d2 f
-#0 0x00000000004005bc cxxfunc(int)
-PASS: run-backtrace-demangle.sh
-PASS: run-stack-d-test.sh
-PASS: run-stack-i-test.sh
-PASS: run-stack-demangled-test.sh
-PASS: run-readelf-zx.sh
-PASS: run-readelf-zp.sh
-PASS: run-readelf-addr.sh
-PASS: run-readelf-str.sh
-PASS: run-readelf-types.sh
-PASS: run-readelf-dwz-multi.sh
-PASS: run-allfcts-multi.sh
-PID 12893 - process
-TID 12893:
-#0 0x0000007f9d6e8d50 __nanosleep
-#1 0x0000007f9d6e8c2c sleep
-#2 0x0000007f9d7bc5e8 libfunc
-#3 0x000000556d025938 main
-#4 0x0000007f9d66c26c __libc_start_main
-#5 0x000000556d025970 $x
-#6 0x000000556d025970 $x
-/usr/bin/eu-stack: dwfl_thread_getframes tid 12893 at 0x556d02596f in /usr/lib/elfutils/ptest/tests/deleted: no matching address range
-PASS: run-deleted.sh
-/usr/bin/eu-stack: dwfl_thread_getframes tid 3130 at 0x3fdf821d64 in /usr/lib64/libc-2.18.so: Callback returned failure
-PID 3130 - core
-TID 3130:
-#0 0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib.so
-#1 0x00000000004006b4 main - linkmap-cut
-#2 0x0000003fdf821d65 - /usr/lib64/libc-2.18.so
-PASS: run-linkmap-cut.sh
-PASS: run-aggregate-size.sh
-PASS: run-peel-type.sh
-module name: /usr/lib/elfutils/ptest/tests/vdsosyms
-module name: /usr/lib/libbz2.so.1.0.6
-module name: /lib/libz.so.1.2.11
-module name: /lib/libdl-2.29.so
-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: 12965]
-vdso syms: 6
-0: '' 0 (0)
-1: 'LINUX_2.6.39' 0 (0)
-2: '__kernel_clock_getres' 634 (7f886bd634)
-3: '__kernel_rt_sigreturn' 68c (7f886bd68c)
-4: '__kernel_gettimeofday' 300 (7f886bd300)
-5: '__kernel_clock_gettime' 3a4 (7f886bd3a4)
-module name: /lib/ld-2.29.so
-PASS: vdsosyms
-PASS: run-readelf-A.sh
-PASS: run-getsrc-die.sh
-PASS: run-strptr.sh
-
-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): (0x555ab26e80 + 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): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab3ac60 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab26e80 + 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): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab3ac60 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab26e80 + 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): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab3ac60 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab26e80 + 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): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 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): (0x555ab3ac60 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 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): (0x555ab3ac60 + 0) 123456789ABCDEF
-OK, section data item 1 (d_off: 16, d_size: 16)
-1 data (d_off: 16, len * i: 16): (0x555ab26e80 + 0) 123456789ABCDEF
-OK, section data item 2 (d_off: 32, d_size: 16)
-2 data (d_off: 32, len * i: 32): (0x555ab26e80 + 0) 123456789ABCDEF
-PASS: newdata
-
-fname: strtab.elf.32
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strings', stridx: 10, lastidx: 1
-add_string: 'elfutils', stridx: 19, lastidx: 10
-add_string: 'strtabelf', stridx: 29, lastidx: 19
-add_string: 'three', stridx: 35, lastidx: 29
-checking orig strings: first elf_update, before write
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-checking orig strings: first elf_update, after write
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-add_string: 'elfutils2', stridx: 45, lastidx: 35
-add_string: 'strtabelf2', stridx: 56, lastidx: 45
-add_string: 'three2', stridx: 63, lastidx: 56
-checking orig strings: first extra strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- 'elfutils2'
- 'strtabelf2'
- 'three2'
-checking orig strings: read ELF file, orig strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-sh_size: 35
-add_string: '0123456789', stridx: 46, lastidx: 35
-add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46
-add_string: 'forty-two', stridx: 91, lastidx: 81
-checking orig strings: read file, added strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- '0123456789'
- 'supercalifragilisticexpialidocious'
- 'forty-two'
-checking orig strings: all together now
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- '0123456789'
- 'supercalifragilisticexpialidocious'
- 'forty-two'
-
-fname: strtab.elf.32.mmap
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strings', stridx: 10, lastidx: 1
-add_string: 'elfutils', stridx: 19, lastidx: 10
-add_string: 'strtabelf', stridx: 29, lastidx: 19
-add_string: 'three', stridx: 35, lastidx: 29
-checking orig strings: first elf_update, before write
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-checking orig strings: first elf_update, after write
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-add_string: 'elfutils2', stridx: 45, lastidx: 35
-add_string: 'strtabelf2', stridx: 56, lastidx: 45
-add_string: 'three2', stridx: 63, lastidx: 56
-checking orig strings: first extra strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- 'elfutils2'
- 'strtabelf2'
- 'three2'
-checking orig strings: read ELF file, orig strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-sh_size: 35
-add_string: '0123456789', stridx: 46, lastidx: 35
-add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46
-add_string: 'forty-two', stridx: 91, lastidx: 81
-checking orig strings: read file, added strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- '0123456789'
- 'supercalifragilisticexpialidocious'
- 'forty-two'
-checking orig strings: all together now
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- '0123456789'
- 'supercalifragilisticexpialidocious'
- 'forty-two'
-
-fname: strtab.elf.64
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strings', stridx: 10, lastidx: 1
-add_string: 'elfutils', stridx: 19, lastidx: 10
-add_string: 'strtabelf', stridx: 29, lastidx: 19
-add_string: 'three', stridx: 35, lastidx: 29
-checking orig strings: first elf_update, before write
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-checking orig strings: first elf_update, after write
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-add_string: 'elfutils2', stridx: 45, lastidx: 35
-add_string: 'strtabelf2', stridx: 56, lastidx: 45
-add_string: 'three2', stridx: 63, lastidx: 56
-checking orig strings: first extra strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- 'elfutils2'
- 'strtabelf2'
- 'three2'
-checking orig strings: read ELF file, orig strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-sh_size: 35
-add_string: '0123456789', stridx: 46, lastidx: 35
-add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46
-add_string: 'forty-two', stridx: 91, lastidx: 81
-checking orig strings: read file, added strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- '0123456789'
- 'supercalifragilisticexpialidocious'
- 'forty-two'
-checking orig strings: all together now
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- '0123456789'
- 'supercalifragilisticexpialidocious'
- 'forty-two'
-
-fname: strtab.elf.64.mmap
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strings', stridx: 10, lastidx: 1
-add_string: 'elfutils', stridx: 19, lastidx: 10
-add_string: 'strtabelf', stridx: 29, lastidx: 19
-add_string: 'three', stridx: 35, lastidx: 29
-checking orig strings: first elf_update, before write
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-checking orig strings: first elf_update, after write
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-add_string: 'elfutils2', stridx: 45, lastidx: 35
-add_string: 'strtabelf2', stridx: 56, lastidx: 45
-add_string: 'three2', stridx: 63, lastidx: 56
-checking orig strings: first extra strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- 'elfutils2'
- 'strtabelf2'
- 'three2'
-checking orig strings: read ELF file, orig strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
-sh_size: 35
-add_string: '0123456789', stridx: 46, lastidx: 35
-add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46
-add_string: 'forty-two', stridx: 91, lastidx: 81
-checking orig strings: read file, added strings
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- '0123456789'
- 'supercalifragilisticexpialidocious'
- 'forty-two'
-checking orig strings: all together now
- ''
- '.strings'
- 'elfutils'
- 'strtabelf'
- 'three'
- '0123456789'
- 'supercalifragilisticexpialidocious'
- 'forty-two'
-PASS: elfstrtab
-thread tid: 13034
-thread tid: 13035
-thread tid: 13036
-PASS: dwfl-proc-attach
-open OK
-elf_begin OK
-testing ELF class: 1, layout: 0
-gelf_newehdr OK
-gelf_getclass OK
-elf_flagelf OK
-gelf_getehdr OK
-e_shnum == 0 OK
-e_phnum == 0 OK
-e_shoff == 0 OK
-e_phoff == 0 OK
-elf_getshdrnum OK
-shnum == 0 OK
-elf_getphdrnum OK
-phnum == 0 OK
-gelf_update_ehdr OK
-elf_update OK
-gelf_getehdr OK
-EI_DATA OK
-e_version OK
-e_shnum == 0 OK
-e_phnum == 0 OK
-e_shoff == 0 OK
-e_phoff == 0 OK
-elf_getshdrnum OK
-shnum == 0 OK
-elf_getphdrnum OK
-phnum == 0 OK
-elf_newscn OK
-gelf_newphdr OK
-elf_update OK
-elf_getshdrnum OK
-shnum == 1 OK
-elf_getphdrnum OK
-phnum == 1 OK
-gelf_getehdr OK
-EI_DATA OK
-e_version OK
-e_shnum == 2 OK
-e_phnum == 1 OK
-e_shoff != 0 OK
-e_phoff != 0 OK
-e_shentsize OK
-e_phentsize OK
-elf_begin OK
-testing ELF class: 1, layout: 1
-gelf_newehdr OK
-gelf_getclass OK
-elf_flagelf OK
-gelf_getehdr OK
-e_shnum == 0 OK
-e_phnum == 0 OK
-e_shoff == 0 OK
-e_phoff == 0 OK
-elf_getshdrnum OK
-shnum == 0 OK
-elf_getphdrnum OK
-phnum == 0 OK
-gelf_update_ehdr OK
-elf_update OK
-gelf_getehdr OK
-EI_DATA OK
-e_version OK
-e_shnum == 0 OK
-e_phnum == 0 OK
-e_shoff == 0 OK
-e_phoff == 0 OK
-elf_getshdrnum OK
-shnum == 0 OK
-elf_getphdrnum OK
-phnum == 0 OK
-elf_newscn OK
-gelf_newphdr OK
-gelf_getehdr OK
-gelf_update_ehdr OK
-elf_update OK
-elf_getshdrnum OK
-shnum == 1 OK
-elf_getphdrnum OK
-phnum == 1 OK
-gelf_getehdr OK
-EI_DATA OK
-e_version OK
-e_shnum == 2 OK
-e_phnum == 1 OK
-e_shoff != 0 OK
-e_phoff != 0 OK
-e_shentsize OK
-e_phentsize OK
-elf_begin OK
-testing ELF class: 2, layout: 0
-gelf_newehdr OK
-gelf_getclass OK
-elf_flagelf OK
-gelf_getehdr OK
-e_shnum == 0 OK
-e_phnum == 0 OK
-e_shoff == 0 OK
-e_phoff == 0 OK
-elf_getshdrnum OK
-shnum == 0 OK
-elf_getphdrnum OK
-phnum == 0 OK
-gelf_update_ehdr OK
-elf_update OK
-gelf_getehdr OK
-EI_DATA OK
-e_version OK
-e_shnum == 0 OK
-e_phnum == 0 OK
-e_shoff == 0 OK
-e_phoff == 0 OK
-elf_getshdrnum OK
-shnum == 0 OK
-elf_getphdrnum OK
-phnum == 0 OK
-elf_newscn OK
-gelf_newphdr OK
-elf_update OK
-elf_getshdrnum OK
-shnum == 1 OK
-elf_getphdrnum OK
-phnum == 1 OK
-gelf_getehdr OK
-EI_DATA OK
-e_version OK
-e_shnum == 2 OK
-e_phnum == 1 OK
-e_shoff != 0 OK
-e_phoff != 0 OK
-e_shentsize OK
-e_phentsize OK
-elf_begin OK
-testing ELF class: 2, layout: 1
-gelf_newehdr OK
-gelf_getclass OK
-elf_flagelf OK
-gelf_getehdr OK
-e_shnum == 0 OK
-e_phnum == 0 OK
-e_shoff == 0 OK
-e_phoff == 0 OK
-elf_getshdrnum OK
-shnum == 0 OK
-elf_getphdrnum OK
-phnum == 0 OK
-gelf_update_ehdr OK
-elf_update OK
-gelf_getehdr OK
-EI_DATA OK
-e_version OK
-e_shnum == 0 OK
-e_phnum == 0 OK
-e_shoff == 0 OK
-e_phoff == 0 OK
-elf_getshdrnum OK
-shnum == 0 OK
-elf_getphdrnum OK
-phnum == 0 OK
-elf_newscn OK
-gelf_newphdr OK
-gelf_getehdr OK
-gelf_update_ehdr OK
-elf_update OK
-elf_getshdrnum OK
-shnum == 1 OK
-elf_getphdrnum OK
-phnum == 1 OK
-gelf_getehdr OK
-EI_DATA OK
-e_version OK
-e_shnum == 2 OK
-e_phnum == 1 OK
-e_shoff != 0 OK
-e_phoff != 0 OK
-e_shentsize OK
-e_phentsize OK
-PASS: elfshphehdr
-LFS testing is irrelevent on this system
-SKIP: run-lfs-symbols.sh
-PASS: run-dwelfgnucompressed.sh
-PASS: run-elfgetchdr.sh
-PASS: run-elfgetzdata.sh
-PASS: run-elfputzdata.sh
-PASS: run-zstrptr.sh
-uncompress testfile4 -> testfile4.uncompressed
-processing: testfile4
-[27] .debug_aranges already decompressed
-[28] .debug_pubnames already decompressed
-[29] .debug_info already decompressed
-[30] .debug_abbrev already decompressed
-[31] .debug_line already decompressed
-No errors
-compress gnu testfile4.uncompressed -> testfile4.gnu
-processing: testfile4.uncompressed
-[27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%)
-[28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%)
-[29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%)
-[30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%)
-[31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%)
-[33] Updating section string table
-No errors
-uncompress testfile4.gnu -> testfile4.gnu.uncompressed
-processing: testfile4.gnu
-[27] .zdebug_aranges decompressed -> .debug_aranges (55 => 56 101.82%)
-[28] .zdebug_pubnames decompressed -> .debug_pubnames (84 => 93 110.71%)
-[29] .zdebug_info decompressed -> .debug_info (634 => 960 151.42%)
-[30] .zdebug_abbrev decompressed -> .debug_abbrev (225 => 405 180.00%)
-[31] .zdebug_line decompressed -> .debug_line (131 => 189 144.27%)
-[33] Updating section string table
-compress gabi testfile4.uncompressed -> testfile4.gabi
-processing: testfile4.uncompressed
-[27] .debug_aranges compressed (56 => 55 98.21%)
-[28] .debug_pubnames compressed (93 => 84 90.32%)
-[29] .debug_info compressed (960 => 634 66.04%)
-[30] .debug_abbrev compressed (405 => 225 55.56%)
-[31] .debug_line compressed (189 => 131 69.31%)
-No errors
-uncompress testfile4.gabi -> testfile4.gabi.uncompressed
-processing: testfile4.gabi
-[27] .debug_aranges decompressed (55 => 56 101.82%)
-[28] .debug_pubnames decompressed (84 => 93 110.71%)
-[29] .debug_info decompressed (634 => 960 151.42%)
-[30] .debug_abbrev decompressed (225 => 405 180.00%)
-[31] .debug_line decompressed (131 => 189 144.27%)
-merging string tables testfile4 -> testfile4.merged
-WARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33
-uncompress testfile4.merged -> testfile4.merged.uncompressed
-processing: testfile4.merged
-[27] .debug_aranges already decompressed
-[28] .debug_pubnames already decompressed
-[29] .debug_info already decompressed
-[30] .debug_abbrev already decompressed
-[31] .debug_line already decompressed
-No errors
-compress gnu testfile4.merged.uncompressed -> testfile4.merged.gnu
-processing: testfile4.merged.uncompressed
-[27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%)
-[28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%)
-[29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%)
-[30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%)
-[31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%)
-[34] Updating section string table
-[33] Updating symbol table
-No errors
-uncompress testfile4.merged.gnu -> testfile4.merged.gnu.uncompressed
-processing: testfile4.merged.gnu
-[27] .zdebug_aranges decompressed -> .debug_aranges (55 => 56 101.82%)
-[28] .zdebug_pubnames decompressed -> .debug_pubnames (84 => 93 110.71%)
-[29] .zdebug_info decompressed -> .debug_info (634 => 960 151.42%)
-[30] .zdebug_abbrev decompressed -> .debug_abbrev (225 => 405 180.00%)
-[31] .zdebug_line decompressed -> .debug_line (131 => 189 144.27%)
-[34] Updating section string table
-[33] Updating symbol table
-compress gabi testfile4.merged.uncompressed -> testfile4.merged.gabi
-processing: testfile4.merged.uncompressed
-[27] .debug_aranges compressed (56 => 55 98.21%)
-[28] .debug_pubnames compressed (93 => 84 90.32%)
-[29] .debug_info compressed (960 => 634 66.04%)
-[30] .debug_abbrev compressed (405 => 225 55.56%)
-[31] .debug_line compressed (189 => 131 69.31%)
-No errors
-uncompress testfile4.merged.gabi -> testfile4.merged.gabi.uncompressed
-processing: testfile4.merged.gabi
-[27] .debug_aranges decompressed (55 => 56 101.82%)
-[28] .debug_pubnames decompressed (84 => 93 110.71%)
-[29] .debug_info decompressed (634 => 960 151.42%)
-[30] .debug_abbrev decompressed (225 => 405 180.00%)
-[31] .debug_line decompressed (131 => 189 144.27%)
-uncompress testfile12 -> testfile12.uncompressed
-processing: testfile12
-[23] .debug_aranges already decompressed
-[24] .debug_pubnames already decompressed
-[25] .debug_info already decompressed
-[26] .debug_abbrev already decompressed
-[27] .debug_line already decompressed
-[28] .debug_frame already decompressed
-[29] .debug_str already decompressed
-[30] .debug_macinfo already decompressed
-No errors
-compress gnu testfile12.uncompressed -> testfile12.gnu
-processing: testfile12.uncompressed
-[23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%)
-[24] .debug_pubnames NOT compressed, wouldn't be smaller
-[25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%)
-[26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%)
-[27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%)
-[28] .debug_frame NOT compressed, wouldn't be smaller
-[29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%)
-[30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%)
-[31] Updating section string table
-No errors
-uncompress testfile12.gnu -> testfile12.gnu.uncompressed
-processing: testfile12.gnu
-[24] .debug_pubnames already decompressed
-[28] .debug_frame already decompressed
-[23] .zdebug_aranges decompressed -> .debug_aranges (83 => 192 231.33%)
-[25] .zdebug_info decompressed -> .debug_info (1879 => 3468 184.57%)
-[26] .zdebug_abbrev decompressed -> .debug_abbrev (202 => 341 168.81%)
-[27] .zdebug_line decompressed -> .debug_line (371 => 709 191.11%)
-[29] .zdebug_str decompressed -> .debug_str (986 => 2235 226.67%)
-[30] .zdebug_macinfo decompressed -> .debug_macinfo (4360 => 10518 241.24%)
-[31] Updating section string table
-compress gabi testfile12.uncompressed -> testfile12.gabi
-processing: testfile12.uncompressed
-[23] .debug_aranges compressed (192 => 95 49.48%)
-[24] .debug_pubnames NOT compressed, wouldn't be smaller
-[25] .debug_info compressed (3468 => 1891 54.53%)
-[26] .debug_abbrev compressed (341 => 214 62.76%)
-[27] .debug_line compressed (709 => 383 54.02%)
-[28] .debug_frame NOT compressed, wouldn't be smaller
-[29] .debug_str compressed (2235 => 998 44.65%)
-[30] .debug_macinfo compressed (10518 => 4372 41.57%)
-No errors
-uncompress testfile12.gabi -> testfile12.gabi.uncompressed
-processing: testfile12.gabi
-[24] .debug_pubnames already decompressed
-[28] .debug_frame already decompressed
-[23] .debug_aranges decompressed (95 => 192 202.11%)
-[25] .debug_info decompressed (1891 => 3468 183.40%)
-[26] .debug_abbrev decompressed (214 => 341 159.35%)
-[27] .debug_line decompressed (383 => 709 185.12%)
-[29] .debug_str decompressed (998 => 2235 223.95%)
-[30] .debug_macinfo decompressed (4372 => 10518 240.58%)
-merging string tables testfile12 -> testfile12.merged
-WARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31
-uncompress testfile12.merged -> testfile12.merged.uncompressed
-processing: testfile12.merged
-[23] .debug_aranges already decompressed
-[24] .debug_pubnames already decompressed
-[25] .debug_info already decompressed
-[26] .debug_abbrev already decompressed
-[27] .debug_line already decompressed
-[28] .debug_frame already decompressed
-[29] .debug_str already decompressed
-[30] .debug_macinfo already decompressed
-No errors
-compress gnu testfile12.merged.uncompressed -> testfile12.merged.gnu
-processing: testfile12.merged.uncompressed
-[23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%)
-[24] .debug_pubnames NOT compressed, wouldn't be smaller
-[25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%)
-[26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%)
-[27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%)
-[28] .debug_frame NOT compressed, wouldn't be smaller
-[29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%)
-[30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%)
-[32] Updating section string table
-[31] Updating symbol table
-No errors
-uncompress testfile12.merged.gnu -> testfile12.merged.gnu.uncompressed
-processing: testfile12.merged.gnu
-[24] .debug_pubnames already decompressed
-[28] .debug_frame already decompressed
-[23] .zdebug_aranges decompressed -> .debug_aranges (83 => 192 231.33%)
-[25] .zdebug_info decompressed -> .debug_info (1879 => 3468 184.57%)
-[26] .zdebug_abbrev decompressed -> .debug_abbrev (202 => 341 168.81%)
-[27] .zdebug_line decompressed -> .debug_line (371 => 709 191.11%)
-[29] .zdebug_str decompressed -> .debug_str (986 => 2235 226.67%)
-[30] .zdebug_macinfo decompressed -> .debug_macinfo (4360 => 10518 241.24%)
-[32] Updating section string table
-[31] Updating symbol table
-compress gabi testfile12.merged.uncompressed -> testfile12.merged.gabi
-processing: testfile12.merged.uncompressed
-[23] .debug_aranges compressed (192 => 95 49.48%)
-[24] .debug_pubnames NOT compressed, wouldn't be smaller
-[25] .debug_info compressed (3468 => 1891 54.53%)
-[26] .debug_abbrev compressed (341 => 214 62.76%)
-[27] .debug_line compressed (709 => 383 54.02%)
-[28] .debug_frame NOT compressed, wouldn't be smaller
-[29] .debug_str compressed (2235 => 998 44.65%)
-[30] .debug_macinfo compressed (10518 => 4372 41.57%)
-No errors
-uncompress testfile12.merged.gabi -> testfile12.merged.gabi.uncompressed
-processing: testfile12.merged.gabi
-[24] .debug_pubnames already decompressed
-[28] .debug_frame already decompressed
-[23] .debug_aranges decompressed (95 => 192 202.11%)
-[25] .debug_info decompressed (1891 => 3468 183.40%)
-[26] .debug_abbrev decompressed (214 => 341 159.35%)
-[27] .debug_line decompressed (383 => 709 185.12%)
-[29] .debug_str decompressed (998 => 2235 223.95%)
-[30] .debug_macinfo decompressed (4372 => 10518 240.58%)
-uncompress testfileppc64 -> testfileppc64.uncompressed
-processing: testfileppc64
-[26] .debug_aranges already decompressed
-[27] .debug_info already decompressed
-[28] .debug_abbrev already decompressed
-[29] .debug_line already decompressed
-[30] .debug_frame already decompressed
-[31] .debug_str already decompressed
-[32] .debug_loc already decompressed
-[33] .debug_ranges already decompressed
-No errors
-compress gnu testfileppc64.uncompressed -> testfileppc64.gnu
-processing: testfileppc64.uncompressed
-[26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%)
-[27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%)
-[28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%)
-[29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%)
-[30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%)
-[31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%)
-[32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%)
-[33] .debug_ranges NOT compressed, wouldn't be smaller
-[34] Updating section string table
-No errors
-uncompress testfileppc64.gnu -> testfileppc64.gnu.uncompressed
-processing: testfileppc64.gnu
-[33] .debug_ranges already decompressed
-[26] .zdebug_aranges decompressed -> .debug_aranges (53 => 96 181.13%)
-[27] .zdebug_info decompressed -> .debug_info (211 => 363 172.04%)
-[28] .zdebug_abbrev decompressed -> .debug_abbrev (194 => 315 162.37%)
-[29] .zdebug_line decompressed -> .debug_line (89 => 119 133.71%)
-[30] .zdebug_frame decompressed -> .debug_frame (73 => 96 131.51%)
-[31] .zdebug_str decompressed -> .debug_str (155 => 174 112.26%)
-[32] .zdebug_loc decompressed -> .debug_loc (73 => 171 234.25%)
-[34] Updating section string table
-compress gabi testfileppc64.uncompressed -> testfileppc64.gabi
-processing: testfileppc64.uncompressed
-[26] .debug_aranges compressed (96 => 65 67.71%)
-[27] .debug_info compressed (363 => 223 61.43%)
-[28] .debug_abbrev compressed (315 => 206 65.40%)
-[29] .debug_line compressed (119 => 101 84.87%)
-[30] .debug_frame compressed (96 => 85 88.54%)
-[31] .debug_str compressed (174 => 167 95.98%)
-[32] .debug_loc compressed (171 => 85 49.71%)
-[33] .debug_ranges NOT compressed, wouldn't be smaller
-No errors
-uncompress testfileppc64.gabi -> testfileppc64.gabi.uncompressed
-processing: testfileppc64.gabi
-[33] .debug_ranges already decompressed
-[26] .debug_aranges decompressed (65 => 96 147.69%)
-[27] .debug_info decompressed (223 => 363 162.78%)
-[28] .debug_abbrev decompressed (206 => 315 152.91%)
-[29] .debug_line decompressed (101 => 119 117.82%)
-[30] .debug_frame decompressed (85 => 96 112.94%)
-[31] .debug_str decompressed (167 => 174 104.19%)
-[32] .debug_loc decompressed (85 => 171 201.18%)
-merging string tables testfileppc64 -> testfileppc64.merged
-uncompress testfileppc64.merged -> testfileppc64.merged.uncompressed
-processing: testfileppc64.merged
-[26] .debug_aranges already decompressed
-[27] .debug_info already decompressed
-[28] .debug_abbrev already decompressed
-[29] .debug_line already decompressed
-[30] .debug_frame already decompressed
-[31] .debug_str already decompressed
-[32] .debug_loc already decompressed
-[33] .debug_ranges already decompressed
-No errors
-compress gnu testfileppc64.merged.uncompressed -> testfileppc64.merged.gnu
-processing: testfileppc64.merged.uncompressed
-[26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%)
-[27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%)
-[28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%)
-[29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%)
-[30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%)
-[31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%)
-[32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%)
-[33] .debug_ranges NOT compressed, wouldn't be smaller
-[35] Updating section string table
-[34] Updating symbol table
-No errors
-uncompress testfileppc64.merged.gnu -> testfileppc64.merged.gnu.uncompressed
-processing: testfileppc64.merged.gnu
-[33] .debug_ranges already decompressed
-[26] .zdebug_aranges decompressed -> .debug_aranges (53 => 96 181.13%)
-[27] .zdebug_info decompressed -> .debug_info (211 => 363 172.04%)
-[28] .zdebug_abbrev decompressed -> .debug_abbrev (194 => 315 162.37%)
-[29] .zdebug_line decompressed -> .debug_line (89 => 119 133.71%)
-[30] .zdebug_frame decompressed -> .debug_frame (73 => 96 131.51%)
-[31] .zdebug_str decompressed -> .debug_str (155 => 174 112.26%)
-[32] .zdebug_loc decompressed -> .debug_loc (73 => 171 234.25%)
-[35] Updating section string table
-[34] Updating symbol table
-compress gabi testfileppc64.merged.uncompressed -> testfileppc64.merged.gabi
-processing: testfileppc64.merged.uncompressed
-[26] .debug_aranges compressed (96 => 65 67.71%)
-[27] .debug_info compressed (363 => 223 61.43%)
-[28] .debug_abbrev compressed (315 => 206 65.40%)
-[29] .debug_line compressed (119 => 101 84.87%)
-[30] .debug_frame compressed (96 => 85 88.54%)
-[31] .debug_str compressed (174 => 167 95.98%)
-[32] .debug_loc compressed (171 => 85 49.71%)
-[33] .debug_ranges NOT compressed, wouldn't be smaller
-No errors
-uncompress testfileppc64.merged.gabi -> testfileppc64.merged.gabi.uncompressed
-processing: testfileppc64.merged.gabi
-[33] .debug_ranges already decompressed
-[26] .debug_aranges decompressed (65 => 96 147.69%)
-[27] .debug_info decompressed (223 => 363 162.78%)
-[28] .debug_abbrev decompressed (206 => 315 152.91%)
-[29] .debug_line decompressed (101 => 119 117.82%)
-[30] .debug_frame decompressed (85 => 96 112.94%)
-[31] .debug_str decompressed (167 => 174 104.19%)
-[32] .debug_loc decompressed (85 => 171 201.18%)
-uncompress testfileppc32 -> testfileppc32.uncompressed
-processing: testfileppc32
-[28] .debug_aranges already decompressed
-[29] .debug_info already decompressed
-[30] .debug_abbrev already decompressed
-[31] .debug_line already decompressed
-[32] .debug_frame already decompressed
-[33] .debug_str already decompressed
-[34] .debug_loc already decompressed
-[35] .debug_ranges already decompressed
-No errors
-compress gnu testfileppc32.uncompressed -> testfileppc32.gnu
-processing: testfileppc32.uncompressed
-[28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%)
-[29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%)
-[30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%)
-[31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%)
-[32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%)
-[33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%)
-[34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%)
-[35] .debug_ranges NOT compressed, wouldn't be smaller
-[36] Updating section string table
-No errors
-uncompress testfileppc32.gnu -> testfileppc32.gnu.uncompressed
-processing: testfileppc32.gnu
-[35] .debug_ranges already decompressed
-[28] .zdebug_aranges decompressed -> .debug_aranges (48 => 64 133.33%)
-[29] .zdebug_info decompressed -> .debug_info (208 => 319 153.37%)
-[30] .zdebug_abbrev decompressed -> .debug_abbrev (197 => 318 161.42%)
-[31] .zdebug_line decompressed -> .debug_line (85 => 109 128.24%)
-[32] .zdebug_frame decompressed -> .debug_frame (53 => 64 120.75%)
-[33] .zdebug_str decompressed -> .debug_str (159 => 179 112.58%)
-[34] .zdebug_loc decompressed -> .debug_loc (68 => 99 145.59%)
-[36] Updating section string table
-compress gabi testfileppc32.uncompressed -> testfileppc32.gabi
-processing: testfileppc32.uncompressed
-[28] .debug_aranges compressed (64 => 48 75.00%)
-[29] .debug_info compressed (319 => 208 65.20%)
-[30] .debug_abbrev compressed (318 => 197 61.95%)
-[31] .debug_line compressed (109 => 85 77.98%)
-[32] .debug_frame compressed (64 => 53 82.81%)
-[33] .debug_str compressed (179 => 159 88.83%)
-[34] .debug_loc compressed (99 => 68 68.69%)
-[35] .debug_ranges NOT compressed, wouldn't be smaller
-No errors
-uncompress testfileppc32.gabi -> testfileppc32.gabi.uncompressed
-processing: testfileppc32.gabi
-[35] .debug_ranges already decompressed
-[28] .debug_aranges decompressed (48 => 64 133.33%)
-[29] .debug_info decompressed (208 => 319 153.37%)
-[30] .debug_abbrev decompressed (197 => 318 161.42%)
-[31] .debug_line decompressed (85 => 109 128.24%)
-[32] .debug_frame decompressed (53 => 64 120.75%)
-[33] .debug_str decompressed (159 => 179 112.58%)
-[34] .debug_loc decompressed (68 => 99 145.59%)
-merging string tables testfileppc32 -> testfileppc32.merged
-uncompress testfileppc32.merged -> testfileppc32.merged.uncompressed
-processing: testfileppc32.merged
-[28] .debug_aranges already decompressed
-[29] .debug_info already decompressed
-[30] .debug_abbrev already decompressed
-[31] .debug_line already decompressed
-[32] .debug_frame already decompressed
-[33] .debug_str already decompressed
-[34] .debug_loc already decompressed
-[35] .debug_ranges already decompressed
-No errors
-compress gnu testfileppc32.merged.uncompressed -> testfileppc32.merged.gnu
-processing: testfileppc32.merged.uncompressed
-[28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%)
-[29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%)
-[30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%)
-[31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%)
-[32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%)
-[33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%)
-[34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%)
-[35] .debug_ranges NOT compressed, wouldn't be smaller
-[37] Updating section string table
-[36] Updating symbol table
-No errors
-uncompress testfileppc32.merged.gnu -> testfileppc32.merged.gnu.uncompressed
-processing: testfileppc32.merged.gnu
-[35] .debug_ranges already decompressed
-[28] .zdebug_aranges decompressed -> .debug_aranges (48 => 64 133.33%)
-[29] .zdebug_info decompressed -> .debug_info (208 => 319 153.37%)
-[30] .zdebug_abbrev decompressed -> .debug_abbrev (197 => 318 161.42%)
-[31] .zdebug_line decompressed -> .debug_line (85 => 109 128.24%)
-[32] .zdebug_frame decompressed -> .debug_frame (53 => 64 120.75%)
-[33] .zdebug_str decompressed -> .debug_str (159 => 179 112.58%)
-[34] .zdebug_loc decompressed -> .debug_loc (68 => 99 145.59%)
-[37] Updating section string table
-[36] Updating symbol table
-compress gabi testfileppc32.merged.uncompressed -> testfileppc32.merged.gabi
-processing: testfileppc32.merged.uncompressed
-[28] .debug_aranges compressed (64 => 48 75.00%)
-[29] .debug_info compressed (319 => 208 65.20%)
-[30] .debug_abbrev compressed (318 => 197 61.95%)
-[31] .debug_line compressed (109 => 85 77.98%)
-[32] .debug_frame compressed (64 => 53 82.81%)
-[33] .debug_str compressed (179 => 159 88.83%)
-[34] .debug_loc compressed (99 => 68 68.69%)
-[35] .debug_ranges NOT compressed, wouldn't be smaller
-No errors
-uncompress testfileppc32.merged.gabi -> testfileppc32.merged.gabi.uncompressed
-processing: testfileppc32.merged.gabi
-[35] .debug_ranges already decompressed
-[28] .debug_aranges decompressed (48 => 64 133.33%)
-[29] .debug_info decompressed (208 => 319 153.37%)
-[30] .debug_abbrev decompressed (197 => 318 161.42%)
-[31] .debug_line decompressed (85 => 109 128.24%)
-[32] .debug_frame decompressed (53 => 64 120.75%)
-[33] .debug_str decompressed (159 => 179 112.58%)
-[34] .debug_loc decompressed (68 => 99 145.59%)
-uncompress testfile-zgnu64 -> testfile-zgnu64.uncompressed
-processing: testfile-zgnu64
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
-[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[6] Updating section string table
-No errors
-compress gnu testfile-zgnu64.uncompressed -> testfile-zgnu64.gnu
-processing: testfile-zgnu64.uncompressed
-[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)
-[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
-[6] Updating section string table
-No errors
-uncompress testfile-zgnu64.gnu -> testfile-zgnu64.gnu.uncompressed
-processing: testfile-zgnu64.gnu
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
-[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[6] Updating section string table
-compress gabi testfile-zgnu64.uncompressed -> testfile-zgnu64.gabi
-processing: testfile-zgnu64.uncompressed
-[2] .debug_aranges compressed (96 => 62 64.58%)
-[3] .debug_info compressed (170 => 123 72.35%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed (141 => 103 73.05%)
-No errors
-uncompress testfile-zgnu64.gabi -> testfile-zgnu64.gabi.uncompressed
-processing: testfile-zgnu64.gabi
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (62 => 96 154.84%)
-[3] .debug_info decompressed (123 => 170 138.21%)
-[5] .debug_line decompressed (103 => 141 136.89%)
-merging string tables testfile-zgnu64 -> testfile-zgnu64.merged
-uncompress testfile-zgnu64.merged -> testfile-zgnu64.merged.uncompressed
-processing: testfile-zgnu64.merged
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
-[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[7] Updating section string table
-[6] Updating symbol table
-No errors
-compress gnu testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gnu
-processing: testfile-zgnu64.merged.uncompressed
-[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)
-[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
-[7] Updating section string table
-[6] Updating symbol table
-No errors
-uncompress testfile-zgnu64.merged.gnu -> testfile-zgnu64.merged.gnu.uncompressed
-processing: testfile-zgnu64.merged.gnu
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
-[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[7] Updating section string table
-[6] Updating symbol table
-compress gabi testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gabi
-processing: testfile-zgnu64.merged.uncompressed
-[2] .debug_aranges compressed (96 => 62 64.58%)
-[3] .debug_info compressed (170 => 123 72.35%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed (141 => 103 73.05%)
-No errors
-uncompress testfile-zgnu64.merged.gabi -> testfile-zgnu64.merged.gabi.uncompressed
-processing: testfile-zgnu64.merged.gabi
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (62 => 96 154.84%)
-[3] .debug_info decompressed (123 => 170 138.21%)
-[5] .debug_line decompressed (103 => 141 136.89%)
-uncompress testfile-zgnu64be -> testfile-zgnu64be.uncompressed
-processing: testfile-zgnu64be
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
-[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
-[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[7] Updating section string table
-No errors
-compress gnu testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gnu
-processing: testfile-zgnu64be.uncompressed
-[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)
-[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
-[7] Updating section string table
-No errors
-uncompress testfile-zgnu64be.gnu -> testfile-zgnu64be.gnu.uncompressed
-processing: testfile-zgnu64be.gnu
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
-[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
-[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[7] Updating section string table
-compress gabi testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gabi
-processing: testfile-zgnu64be.uncompressed
-[3] .debug_aranges compressed (96 => 64 66.67%)
-[4] .debug_info compressed (126 => 101 80.16%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed (141 => 103 73.05%)
-No errors
-uncompress testfile-zgnu64be.gabi -> testfile-zgnu64be.gabi.uncompressed
-processing: testfile-zgnu64be.gabi
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (64 => 96 150.00%)
-[4] .debug_info decompressed (101 => 126 124.75%)
-[6] .debug_line decompressed (103 => 141 136.89%)
-merging string tables testfile-zgnu64be -> testfile-zgnu64be.merged
-uncompress testfile-zgnu64be.merged -> testfile-zgnu64be.merged.uncompressed
-processing: testfile-zgnu64be.merged
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
-[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
-[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[8] Updating section string table
-[7] Updating symbol table
-No errors
-compress gnu testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gnu
-processing: testfile-zgnu64be.merged.uncompressed
-[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)
-[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
-[8] Updating section string table
-[7] Updating symbol table
-No errors
-uncompress testfile-zgnu64be.merged.gnu -> testfile-zgnu64be.merged.gnu.uncompressed
-processing: testfile-zgnu64be.merged.gnu
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
-[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
-[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[8] Updating section string table
-[7] Updating symbol table
-compress gabi testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gabi
-processing: testfile-zgnu64be.merged.uncompressed
-[3] .debug_aranges compressed (96 => 64 66.67%)
-[4] .debug_info compressed (126 => 101 80.16%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed (141 => 103 73.05%)
-No errors
-uncompress testfile-zgnu64be.merged.gabi -> testfile-zgnu64be.merged.gabi.uncompressed
-processing: testfile-zgnu64be.merged.gabi
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (64 => 96 150.00%)
-[4] .debug_info decompressed (101 => 126 124.75%)
-[6] .debug_line decompressed (103 => 141 136.89%)
-uncompress testfile-zgabi64 -> testfile-zgabi64.uncompressed
-processing: testfile-zgabi64
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (62 => 96 154.84%)
-[3] .debug_info decompressed (123 => 170 138.21%)
-[5] .debug_line decompressed (103 => 141 136.89%)
-No errors
-compress gnu testfile-zgabi64.uncompressed -> testfile-zgabi64.gnu
-processing: testfile-zgabi64.uncompressed
-[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)
-[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
-[6] Updating section string table
-No errors
-uncompress testfile-zgabi64.gnu -> testfile-zgabi64.gnu.uncompressed
-processing: testfile-zgabi64.gnu
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
-[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[6] Updating section string table
-compress gabi testfile-zgabi64.uncompressed -> testfile-zgabi64.gabi
-processing: testfile-zgabi64.uncompressed
-[2] .debug_aranges compressed (96 => 62 64.58%)
-[3] .debug_info compressed (170 => 123 72.35%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed (141 => 103 73.05%)
-No errors
-uncompress testfile-zgabi64.gabi -> testfile-zgabi64.gabi.uncompressed
-processing: testfile-zgabi64.gabi
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (62 => 96 154.84%)
-[3] .debug_info decompressed (123 => 170 138.21%)
-[5] .debug_line decompressed (103 => 141 136.89%)
-merging string tables testfile-zgabi64 -> testfile-zgabi64.merged
-uncompress testfile-zgabi64.merged -> testfile-zgabi64.merged.uncompressed
-processing: testfile-zgabi64.merged
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (62 => 96 154.84%)
-[3] .debug_info decompressed (123 => 170 138.21%)
-[5] .debug_line decompressed (103 => 141 136.89%)
-No errors
-compress gnu testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gnu
-processing: testfile-zgabi64.merged.uncompressed
-[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)
-[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
-[7] Updating section string table
-[6] Updating symbol table
-No errors
-uncompress testfile-zgabi64.merged.gnu -> testfile-zgabi64.merged.gnu.uncompressed
-processing: testfile-zgabi64.merged.gnu
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
-[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[7] Updating section string table
-[6] Updating symbol table
-compress gabi testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gabi
-processing: testfile-zgabi64.merged.uncompressed
-[2] .debug_aranges compressed (96 => 62 64.58%)
-[3] .debug_info compressed (170 => 123 72.35%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed (141 => 103 73.05%)
-No errors
-uncompress testfile-zgabi64.merged.gabi -> testfile-zgabi64.merged.gabi.uncompressed
-processing: testfile-zgabi64.merged.gabi
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (62 => 96 154.84%)
-[3] .debug_info decompressed (123 => 170 138.21%)
-[5] .debug_line decompressed (103 => 141 136.89%)
-uncompress testfile-zgabi64be -> testfile-zgabi64be.uncompressed
-processing: testfile-zgabi64be
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (64 => 96 150.00%)
-[4] .debug_info decompressed (101 => 126 124.75%)
-[6] .debug_line decompressed (103 => 141 136.89%)
-No errors
-compress gnu testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gnu
-processing: testfile-zgabi64be.uncompressed
-[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)
-[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
-[7] Updating section string table
-No errors
-uncompress testfile-zgabi64be.gnu -> testfile-zgabi64be.gnu.uncompressed
-processing: testfile-zgabi64be.gnu
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
-[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
-[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[7] Updating section string table
-compress gabi testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gabi
-processing: testfile-zgabi64be.uncompressed
-[3] .debug_aranges compressed (96 => 64 66.67%)
-[4] .debug_info compressed (126 => 101 80.16%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed (141 => 103 73.05%)
-No errors
-uncompress testfile-zgabi64be.gabi -> testfile-zgabi64be.gabi.uncompressed
-processing: testfile-zgabi64be.gabi
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (64 => 96 150.00%)
-[4] .debug_info decompressed (101 => 126 124.75%)
-[6] .debug_line decompressed (103 => 141 136.89%)
-merging string tables testfile-zgabi64be -> testfile-zgabi64be.merged
-uncompress testfile-zgabi64be.merged -> testfile-zgabi64be.merged.uncompressed
-processing: testfile-zgabi64be.merged
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (64 => 96 150.00%)
-[4] .debug_info decompressed (101 => 126 124.75%)
-[6] .debug_line decompressed (103 => 141 136.89%)
-No errors
-compress gnu testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gnu
-processing: testfile-zgabi64be.merged.uncompressed
-[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)
-[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
-[8] Updating section string table
-[7] Updating symbol table
-No errors
-uncompress testfile-zgabi64be.merged.gnu -> testfile-zgabi64be.merged.gnu.uncompressed
-processing: testfile-zgabi64be.merged.gnu
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
-[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
-[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
-[8] Updating section string table
-[7] Updating symbol table
-compress gabi testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gabi
-processing: testfile-zgabi64be.merged.uncompressed
-[3] .debug_aranges compressed (96 => 64 66.67%)
-[4] .debug_info compressed (126 => 101 80.16%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed (141 => 103 73.05%)
-No errors
-uncompress testfile-zgabi64be.merged.gabi -> testfile-zgabi64be.merged.gabi.uncompressed
-processing: testfile-zgabi64be.merged.gabi
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (64 => 96 150.00%)
-[4] .debug_info decompressed (101 => 126 124.75%)
-[6] .debug_line decompressed (103 => 141 136.89%)
-uncompress testfile-zgnu32 -> testfile-zgnu32.uncompressed
-processing: testfile-zgnu32
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
-[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
-[6] Updating section string table
-No errors
-compress gnu testfile-zgnu32.uncompressed -> testfile-zgnu32.gnu
-processing: testfile-zgnu32.uncompressed
-[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)
-[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)
-[6] Updating section string table
-No errors
-uncompress testfile-zgnu32.gnu -> testfile-zgnu32.gnu.uncompressed
-processing: testfile-zgnu32.gnu
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
-[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
-[6] Updating section string table
-compress gabi testfile-zgnu32.uncompressed -> testfile-zgnu32.gabi
-processing: testfile-zgnu32.uncompressed
-[2] .debug_aranges compressed (64 => 49 76.56%)
-[3] .debug_info compressed (154 => 111 72.08%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed (133 => 90 67.67%)
-No errors
-uncompress testfile-zgnu32.gabi -> testfile-zgnu32.gabi.uncompressed
-processing: testfile-zgnu32.gabi
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (49 => 64 130.61%)
-[3] .debug_info decompressed (111 => 154 138.74%)
-[5] .debug_line decompressed (90 => 133 147.78%)
-merging string tables testfile-zgnu32 -> testfile-zgnu32.merged
-uncompress testfile-zgnu32.merged -> testfile-zgnu32.merged.uncompressed
-processing: testfile-zgnu32.merged
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
-[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
-[7] Updating section string table
-[6] Updating symbol table
-No errors
-compress gnu testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gnu
-processing: testfile-zgnu32.merged.uncompressed
-[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)
-[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)
-[7] Updating section string table
-[6] Updating symbol table
-No errors
-uncompress testfile-zgnu32.merged.gnu -> testfile-zgnu32.merged.gnu.uncompressed
-processing: testfile-zgnu32.merged.gnu
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
-[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
-[7] Updating section string table
-[6] Updating symbol table
-compress gabi testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gabi
-processing: testfile-zgnu32.merged.uncompressed
-[2] .debug_aranges compressed (64 => 49 76.56%)
-[3] .debug_info compressed (154 => 111 72.08%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed (133 => 90 67.67%)
-No errors
-uncompress testfile-zgnu32.merged.gabi -> testfile-zgnu32.merged.gabi.uncompressed
-processing: testfile-zgnu32.merged.gabi
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (49 => 64 130.61%)
-[3] .debug_info decompressed (111 => 154 138.74%)
-[5] .debug_line decompressed (90 => 133 147.78%)
-uncompress testfile-zgnu32be -> testfile-zgnu32be.uncompressed
-processing: testfile-zgnu32be
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
-[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
-[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
-[7] Updating section string table
-No errors
-compress gnu testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gnu
-processing: testfile-zgnu32be.uncompressed
-[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)
-[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)
-[7] Updating section string table
-No errors
-uncompress testfile-zgnu32be.gnu -> testfile-zgnu32be.gnu.uncompressed
-processing: testfile-zgnu32be.gnu
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
-[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
-[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
-[7] Updating section string table
-compress gabi testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gabi
-processing: testfile-zgnu32be.uncompressed
-[3] .debug_aranges compressed (64 => 51 79.69%)
-[4] .debug_info compressed (110 => 88 80.00%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed (133 => 89 66.92%)
-No errors
-uncompress testfile-zgnu32be.gabi -> testfile-zgnu32be.gabi.uncompressed
-processing: testfile-zgnu32be.gabi
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (51 => 64 125.49%)
-[4] .debug_info decompressed (88 => 110 125.00%)
-[6] .debug_line decompressed (89 => 133 149.44%)
-merging string tables testfile-zgnu32be -> testfile-zgnu32be.merged
-uncompress testfile-zgnu32be.merged -> testfile-zgnu32be.merged.uncompressed
-processing: testfile-zgnu32be.merged
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
-[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
-[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
-[8] Updating section string table
-[7] Updating symbol table
-No errors
-compress gnu testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gnu
-processing: testfile-zgnu32be.merged.uncompressed
-[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)
-[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)
-[8] Updating section string table
-[7] Updating symbol table
-No errors
-uncompress testfile-zgnu32be.merged.gnu -> testfile-zgnu32be.merged.gnu.uncompressed
-processing: testfile-zgnu32be.merged.gnu
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
-[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
-[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
-[8] Updating section string table
-[7] Updating symbol table
-compress gabi testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gabi
-processing: testfile-zgnu32be.merged.uncompressed
-[3] .debug_aranges compressed (64 => 51 79.69%)
-[4] .debug_info compressed (110 => 88 80.00%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed (133 => 89 66.92%)
-No errors
-uncompress testfile-zgnu32be.merged.gabi -> testfile-zgnu32be.merged.gabi.uncompressed
-processing: testfile-zgnu32be.merged.gabi
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (51 => 64 125.49%)
-[4] .debug_info decompressed (88 => 110 125.00%)
-[6] .debug_line decompressed (89 => 133 149.44%)
-uncompress testfile-zgabi32 -> testfile-zgabi32.uncompressed
-processing: testfile-zgabi32
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (49 => 64 130.61%)
-[3] .debug_info decompressed (111 => 154 138.74%)
-[5] .debug_line decompressed (90 => 133 147.78%)
-No errors
-compress gnu testfile-zgabi32.uncompressed -> testfile-zgabi32.gnu
-processing: testfile-zgabi32.uncompressed
-[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)
-[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)
-[6] Updating section string table
-No errors
-uncompress testfile-zgabi32.gnu -> testfile-zgabi32.gnu.uncompressed
-processing: testfile-zgabi32.gnu
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
-[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
-[6] Updating section string table
-compress gabi testfile-zgabi32.uncompressed -> testfile-zgabi32.gabi
-processing: testfile-zgabi32.uncompressed
-[2] .debug_aranges compressed (64 => 49 76.56%)
-[3] .debug_info compressed (154 => 111 72.08%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed (133 => 90 67.67%)
-No errors
-uncompress testfile-zgabi32.gabi -> testfile-zgabi32.gabi.uncompressed
-processing: testfile-zgabi32.gabi
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (49 => 64 130.61%)
-[3] .debug_info decompressed (111 => 154 138.74%)
-[5] .debug_line decompressed (90 => 133 147.78%)
-merging string tables testfile-zgabi32 -> testfile-zgabi32.merged
-uncompress testfile-zgabi32.merged -> testfile-zgabi32.merged.uncompressed
-processing: testfile-zgabi32.merged
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (49 => 64 130.61%)
-[3] .debug_info decompressed (111 => 154 138.74%)
-[5] .debug_line decompressed (90 => 133 147.78%)
-No errors
-compress gnu testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gnu
-processing: testfile-zgabi32.merged.uncompressed
-[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)
-[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)
-[7] Updating section string table
-[6] Updating symbol table
-No errors
-uncompress testfile-zgabi32.merged.gnu -> testfile-zgabi32.merged.gnu.uncompressed
-processing: testfile-zgabi32.merged.gnu
-[4] .debug_abbrev already decompressed
-[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
-[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
-[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
-[7] Updating section string table
-[6] Updating symbol table
-compress gabi testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gabi
-processing: testfile-zgabi32.merged.uncompressed
-[2] .debug_aranges compressed (64 => 49 76.56%)
-[3] .debug_info compressed (154 => 111 72.08%)
-[4] .debug_abbrev NOT compressed, wouldn't be smaller
-[5] .debug_line compressed (133 => 90 67.67%)
-No errors
-uncompress testfile-zgabi32.merged.gabi -> testfile-zgabi32.merged.gabi.uncompressed
-processing: testfile-zgabi32.merged.gabi
-[4] .debug_abbrev already decompressed
-[2] .debug_aranges decompressed (49 => 64 130.61%)
-[3] .debug_info decompressed (111 => 154 138.74%)
-[5] .debug_line decompressed (90 => 133 147.78%)
-uncompress testfile-zgabi32be -> testfile-zgabi32be.uncompressed
-processing: testfile-zgabi32be
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (51 => 64 125.49%)
-[4] .debug_info decompressed (88 => 110 125.00%)
-[6] .debug_line decompressed (89 => 133 149.44%)
-No errors
-compress gnu testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gnu
-processing: testfile-zgabi32be.uncompressed
-[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)
-[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)
-[7] Updating section string table
-No errors
-uncompress testfile-zgabi32be.gnu -> testfile-zgabi32be.gnu.uncompressed
-processing: testfile-zgabi32be.gnu
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
-[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
-[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
-[7] Updating section string table
-compress gabi testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gabi
-processing: testfile-zgabi32be.uncompressed
-[3] .debug_aranges compressed (64 => 51 79.69%)
-[4] .debug_info compressed (110 => 88 80.00%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed (133 => 89 66.92%)
-No errors
-uncompress testfile-zgabi32be.gabi -> testfile-zgabi32be.gabi.uncompressed
-processing: testfile-zgabi32be.gabi
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (51 => 64 125.49%)
-[4] .debug_info decompressed (88 => 110 125.00%)
-[6] .debug_line decompressed (89 => 133 149.44%)
-merging string tables testfile-zgabi32be -> testfile-zgabi32be.merged
-uncompress testfile-zgabi32be.merged -> testfile-zgabi32be.merged.uncompressed
-processing: testfile-zgabi32be.merged
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (51 => 64 125.49%)
-[4] .debug_info decompressed (88 => 110 125.00%)
-[6] .debug_line decompressed (89 => 133 149.44%)
-No errors
-compress gnu testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gnu
-processing: testfile-zgabi32be.merged.uncompressed
-[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)
-[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)
-[8] Updating section string table
-[7] Updating symbol table
-No errors
-uncompress testfile-zgabi32be.merged.gnu -> testfile-zgabi32be.merged.gnu.uncompressed
-processing: testfile-zgabi32be.merged.gnu
-[5] .debug_abbrev already decompressed
-[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
-[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
-[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
-[8] Updating section string table
-[7] Updating symbol table
-compress gabi testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gabi
-processing: testfile-zgabi32be.merged.uncompressed
-[3] .debug_aranges compressed (64 => 51 79.69%)
-[4] .debug_info compressed (110 => 88 80.00%)
-[5] .debug_abbrev NOT compressed, wouldn't be smaller
-[6] .debug_line compressed (133 => 89 66.92%)
-No errors
-uncompress testfile-zgabi32be.merged.gabi -> testfile-zgabi32be.merged.gabi.uncompressed
-processing: testfile-zgabi32be.merged.gabi
-[5] .debug_abbrev already decompressed
-[3] .debug_aranges decompressed (51 => 64 125.49%)
-[4] .debug_info decompressed (88 => 110 125.00%)
-[6] .debug_line decompressed (89 => 133 149.44%)
-PASS: run-compress-test.sh
-PASS: run-readelf-zdebug.sh
-PASS: run-readelf-zdebug-rel.sh
-
-fname: empty.elf.32
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strtab', stridx: 9, lastidx: 1
-
-fname: empty.elf.32.mmap
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strtab', stridx: 9, lastidx: 1
-
-fname: empty.elf.64
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strtab', stridx: 9, lastidx: 1
-
-fname: empty.elf.64.mmap
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strtab', stridx: 9, lastidx: 1
-PASS: emptyfile
-
-fname: vendor.elf.32
-
-fname: vendor.elf.32.mmap
-
-fname: vendor.elf.64
-
-fname: vendor.elf.64.mmap
-PASS: vendorelf
-
-fname: fill.elf.32
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strtab', stridx: 9, lastidx: 1
-Add data section .data1
-add_string: '.data1', stridx: 16, lastidx: 9
-Add data section .data2
-add_string: '.data2', stridx: 23, lastidx: 16
-Add data section .data3
-add_string: '.data3', stridx: 30, lastidx: 23
-Add data section .data4
-add_string: '.data4', stridx: 37, lastidx: 30
-Rereading fill.elf.32
-shdrstrndx: 1
-check data .data3 [1,2,3,4,5]
-Rereading fill.elf.32 again
-check data .data1 [1,2,3,4,5]
-check data .data2 [1,2,3,4,5]
-check data .data3 [5,4,3,2,1]
-check data .data4 [1,2,3,4,5]
-
-fname: fill.elf.32.mmap
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strtab', stridx: 9, lastidx: 1
-Add data section .data1
-add_string: '.data1', stridx: 16, lastidx: 9
-Add data section .data2
-add_string: '.data2', stridx: 23, lastidx: 16
-Add data section .data3
-add_string: '.data3', stridx: 30, lastidx: 23
-Add data section .data4
-add_string: '.data4', stridx: 37, lastidx: 30
-Rereading fill.elf.32.mmap
-shdrstrndx: 1
-check data .data3 [1,2,3,4,5]
-Rereading fill.elf.32.mmap again
-check data .data1 [1,2,3,4,5]
-check data .data2 [1,2,3,4,5]
-check data .data3 [5,4,3,2,1]
-check data .data4 [1,2,3,4,5]
-
-fname: fill.elf.64
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strtab', stridx: 9, lastidx: 1
-Add data section .data1
-add_string: '.data1', stridx: 16, lastidx: 9
-Add data section .data2
-add_string: '.data2', stridx: 23, lastidx: 16
-Add data section .data3
-add_string: '.data3', stridx: 30, lastidx: 23
-Add data section .data4
-add_string: '.data4', stridx: 37, lastidx: 30
-Rereading fill.elf.64
-shdrstrndx: 1
-check data .data3 [1,2,3,4,5]
-Rereading fill.elf.64 again
-check data .data1 [1,2,3,4,5]
-check data .data2 [1,2,3,4,5]
-check data .data3 [5,4,3,2,1]
-check data .data4 [1,2,3,4,5]
-
-fname: fill.elf.64.mmap
-add_string: '', stridx: 1, lastidx: 0
-add_string: '.strtab', stridx: 9, lastidx: 1
-Add data section .data1
-add_string: '.data1', stridx: 16, lastidx: 9
-Add data section .data2
-add_string: '.data2', stridx: 23, lastidx: 16
-Add data section .data3
-add_string: '.data3', stridx: 30, lastidx: 23
-Add data section .data4
-add_string: '.data4', stridx: 37, lastidx: 30
-Rereading fill.elf.64.mmap
-shdrstrndx: 1
-check data .data3 [1,2,3,4,5]
-Rereading fill.elf.64.mmap again
-check data .data1 [1,2,3,4,5]
-check data .data2 [1,2,3,4,5]
-check data .data3 [5,4,3,2,1]
-check data .data4 [1,2,3,4,5]
-PASS: fillfile
-Ada83: 1
-Ada95: 1
-BLISS: 0
-C: 0
-C11: 0
-C89: 0
-C99: 0
-C_plus_plus: 0
-C_plus_plus_03: 0
-C_plus_plus_11: 0
-C_plus_plus_14: 0
-Cobol74: 1
-Cobol85: 1
-D: 0
-Dylan: 0
-Fortran03: 1
-Fortran08: 1
-Fortran77: 1
-Fortran90: 1
-Fortran95: 1
-Go: 0
-Haskell: 0
-Java: 0
-Julia: 1
-Mips_Assembler: <unknown>
-Modula2: 1
-Modula3: 1
-OCaml: 0
-ObjC: 0
-ObjC_plus_plus: 0
-OpenCL: 0
-PLI: 1
-Pascal83: 1
-Python: 0
-RenderScript: 0
-Rust: 0
-Swift: 0
-UPC: 0
-PASS: dwarf_default_lower_bound
-checking testfile-debug-types
-checking CU at 0
-checking TU at 0
-checking Type DIE at 4f
-checking TU at 43
-checking Type DIE at 7f
-checking 2 subdie
-checking 2 subdie
-checking testfile_multi_main
-checking CU at 0
-checking alt debug
-checking CU at 0
-checking testfilebazdbgppc64.debug
-checking CU at 0
-checking CU at 90
-checking testfile-dwarf-4
-checking CU at 0
-checking CU at 211
-checking testfile-dwarf-5
-checking CU at 0
-checking CU at 20c
-checking testfile-splitdwarf-4
-checking CU at 0
-checking CU at 34
-checking 4 subdie
-checking 4 subdie
-checking testfile-splitdwarf-5
-checking CU at 0
-checking CU at 35
-checking 4 subdie
-checking 4 subdie
-checking testfile-hello4.dwo
-checking CU at 0
-checking testfile-world4.dwo
-checking CU at 0
-checking testfile-hello5.dwo
-checking CU at 0
-checking testfile-world5.dwo
-checking CU at 0
-checking /usr/lib/elfutils/ptest/tests/..//src/addr2line
-checking CU at 0
-checking CU at 2e
-checking CU at 6e
-checking CU at 90
-checking CU at 41dc
-checking CU at 4968
-checking CU at 4b3e
-checking /usr/lib/elfutils/ptest/tests/..//src/elfcmp
-checking CU at 0
-checking CU at 2e
-checking CU at 6e
-checking CU at 90
-checking CU at 5105
-checking CU at 88c0
-checking CU at 9968
-checking CU at a9e6
-checking CU at bc6e
-checking CU at ccec
-checking CU at d478
-checking CU at d64e
-checking /usr/lib/elfutils/ptest/tests/..//src/objdump
-checking CU at 0
-checking CU at 2e
-checking CU at 6e
-checking CU at 90
-checking CU at 52bc
-checking CU at 8a77
-checking CU at 9b1f
-checking CU at ae56
-checking CU at c14e
-checking CU at c5fc
-checking CU at d4db
-checking CU at dc67
-checking CU at de3d
-checking /usr/lib/elfutils/ptest/tests/..//src/readelf
-checking CU at 0
-checking CU at 2e
-checking CU at 6e
-checking CU at 90
-checking CU at 42c64
-checking CU at 4641f
-checking CU at 474c7
-checking CU at 487fe
-checking CU at 49d4f
-checking CU at 4b2da
-checking CU at 4c928
-checking CU at 4dea8
-checking CU at 4f4bf
-checking CU at 50bb9
-checking CU at 52139
-checking CU at 535a0
-checking CU at 5461e
-checking CU at 55a88
-checking CU at 5722a
-checking CU at 5863a
-checking CU at 5d3cd
-checking CU at 5e4f4
-checking CU at 5f54d
-checking CU at 608d5
-checking CU at 619f8
-checking CU at 61ea6
-checking CU at 62632
-checking CU at 62808
-checking /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
-checking CU at 0
-checking CU at 22
-checking CU at 737
-checking CU at c50
-checking CU at 14c2
-checking CU at 19e8
-checking CU at 5fb0
-checking CU at 73a9
-checking CU at 871b
-checking CU at 9d61
-checking CU at b09a
-checking CU at c3d3
-checking CU at d70c
-checking CU at ea5d
-checking CU at f131
-checking CU at f805
-checking CU at 10d77
-checking CU at 115c8
-checking CU at 11e19
-checking CU at 1266a
-checking CU at 12ebb
-checking CU at 19591
-checking CU at 1abe6
-checking CU at 1c23b
-checking CU at 1d88b
-checking CU at 1ee06
-checking CU at 20381
-checking CU at 21712
-checking CU at 22d62
-checking CU at 24c25
-checking CU at 26ac4
-checking CU at 28165
-checking CU at 29931
-checking CU at 2b10a
-checking CU at 2c4a2
-checking CU at 2db65
-checking CU at 2f0f8
-checking CU at 3152b
-checking CU at 32a27
-checking CU at 34781
-checking CU at 35cd9
-checking CU at 37293
-checking CU at 386d2
-checking CU at 39a0b
-checking CU at 3b07b
-checking CU at 3d264
-checking CU at 3f3eb
-checking CU at 409ce
-checking CU at 41ffe
-checking CU at 4385b
-checking CU at 44db1
-checking CU at 46f26
-checking CU at 484f5
-checking CU at 4a02a
-checking CU at 4b542
-checking CU at 4ca5a
-checking CU at 4df72
-checking CU at 4f48a
-checking CU at 509a2
-checking CU at 51eda
-checking CU at 533d4
-checking CU at 54e53
-checking CU at 56db1
-checking CU at 58d01
-checking CU at 5c46d
-checking CU at 5fbd5
-checking CU at 61234
-checking CU at 628c2
-checking CU at 63e29
-checking CU at 653f4
-checking CU at 669bf
-checking CU at 67fe7
-checking CU at 69588
-checking CU at 6ac34
-checking CU at 6c36d
-checking CU at 6da1e
-checking CU at 6f132
-checking CU at 70797
-checking CU at 71e17
-checking CU at 733ed
-checking CU at 749b9
-checking CU at 75f22
-checking CU at 774da
-checking CU at 78b82
-checking CU at 7a1b8
-checking CU at 7b78e
-checking CU at 7cb66
-checking CU at 7df3e
-checking CU at 7ff47
-checking CU at 81605
-checking CU at 82ce9
-checking CU at 84249
-checking CU at 8587c
-checking CU at 86eaf
-checking CU at 884fe
-checking CU at 89b07
-checking CU at 8b148
-checking CU at 8c69a
-checking CU at 8e148
-checking CU at 8f4c5
-checking CU at 90c32
-checking CU at 9239f
-checking CU at 924e7
-checking CU at 92617
-checking CU at 93c75
-checking CU at 95214
-checking CU at 967ca
-checking CU at 97d17
-checking CU at 99264
-checking CU at 9a774
-checking CU at 9bb34
-checking CU at 9bfd1
-checking CU at 9d37e
-checking CU at 9e92e
-checking CU at 9feec
-checking CU at a153b
-checking CU at a3e3c
-checking CU at a592e
-checking /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
-checking CU at 0
-checking CU at 22
-checking CU at 1087
-checking CU at 409c
-checking CU at 604d
-checking CU at 6a7a
-checking CU at 8661
-checking CU at 9fb4
-checking CU at afa8
-checking CU at b36c
-checking CU at d11a
-checking CU at e0b6
-checking CU at ef20
-checking CU at fa4a
-checking CU at 12183
-checking CU at 12a21
-checking CU at 13048
-checking CU at 14338
-checking CU at 15624
-checking CU at 16ef5
-checking CU at 17df2
-checking CU at 19ee1
-checking CU at 1d403
-checking CU at 1ea21
-checking CU at 1fbab
-checking CU at 20b84
-checking CU at 21711
-checking CU at 22a87
-checking CU at 28516
-checking CU at 297e6
-checking CU at 2af2c
-checking CU at 2c181
-checking CU at 2cc01
-checking CU at 2d681
-checking CU at 2e285
-checking CU at 2f69b
-checking CU at 30125
-checking CU at 30ba1
-checking CU at 3161d
-checking CU at 325c8
-checking CU at 33573
-checking CU at 3451e
-checking CU at 354c9
-checking CU at 36474
-checking CU at 365d2
-checking CU at 36730
-checking CU at 3688e
-checking CU at 36bdc
-checking CU at 3736e
-checking CU at 3c56e
-checking CU at 3d2b5
-checking CU at 3ed5b
-checking CU at 3fd0a
-checking CU at 415a3
-checking CU at 419cc
-checking CU at 41c81
-checking CU at 41f36
-checking CU at 421eb
-checking CU at 424a0
-checking CU at 42755
-checking CU at 42a0a
-checking CU at 42cbf
-checking CU at 42f74
-checking CU at 43229
-checking CU at 434de
-checking CU at 43793
-checking CU at 43bc3
-checking CU at 44021
-checking CU at 45220
-checking CU at 462bc
-checking CU at 4649d
-checking CU at 46675
-checking CU at 4c860
-checking CU at 4d4fb
-checking CU at 4dfbe
-checking CU at 4fff1
-checking CU at 50b98
-checking CU at 50d62
-checking CU at 5194b
-checking CU at 52f0b
-checking CU at 53c23
-checking CU at 577d7
-checking CU at 5843b
-checking CU at 59053
-checking CU at 59cc5
-checking CU at 5a964
-checking CU at 5b770
-checking CU at 5c415
-checking CU at 5cfb0
-checking CU at 5e60f
-checking CU at 5f9a1
-checking CU at 60b50
-checking CU at 61a71
-checking CU at 6306d
-checking CU at 640cc
-checking CU at 65dd8
-checking CU at 673be
-checking CU at 68099
-checking CU at 69a63
-checking CU at 6b24b
-checking CU at 6c9a4
-checking CU at 6f0de
-checking CU at 73759
-checking CU at 7b2be
-checking CU at 7d380
-checking CU at 7f2f1
-checking CU at 814b5
-checking CU at 83d8e
-checking CU at 85ebd
-checking CU at 87ca3
-checking CU at 8c204
-checking CU at 8deb2
-checking CU at 8f94f
-checking CU at 91150
-checking CU at 92309
-checking CU at 93efb
-checking CU at 965bd
-checking CU at 97082
-checking CU at 97ac4
-checking CU at 98747
-checking CU at 99a02
-checking CU at 99d64
-checking CU at 9a9a7
-checking CU at 9b9e8
-checking CU at 9e411
-checking CU at 9f358
-checking CU at a0ba4
-checking CU at a12f8
-checking CU at a1fc2
-checking CU at a40f4
-checking CU at a5592
-checking CU at a688e
-checking CU at a7e89
-checking CU at a97ab
-checking CU at ab183
-checking CU at abe74
-checking CU at ad6fa
-checking CU at b04b8
-checking CU at b2955
-checking CU at b710a
-checking CU at b8e82
-checking CU at ba94d
-checking CU at bd2d2
-checking CU at bfce9
-checking CU at c1fa0
-checking CU at c3b1f
-checking CU at c54c9
-checking CU at c6f81
-checking CU at cc743
-checking CU at ce0f8
-checking CU at cfad9
-checking CU at d2c5e
-checking CU at d5a4d
-checking CU at d7dd0
-checking CU at d9a68
-checking CU at dfbaa
-checking CU at e37e0
-checking CU at e50d6
-checking CU at e69d7
-checking CU at e90e8
-checking CU at eaa4e
-checking CU at ec4a8
-checking CU at edd4b
-checking CU at ef6b1
-checking CU at f0fbe
-checking CU at f2901
-checking CU at f44e3
-checking CU at f6319
-checking CU at f7c34
-checking CU at f9562
-checking CU at faf70
-checking CU at fc886
-checking CU at fe2db
-checking CU at ffd84
-checking CU at 101682
-checking CU at 10363e
-checking CU at 103aa4
-checking CU at 104a06
-checking CU at 1067c8
-checking CU at 109100
-checking CU at 10b8fb
-checking CU at 10de0a
-checking CU at 10f7a8
-checking CU at 112259
-checking CU at 113c2b
-checking CU at 115773
-checking CU at 11b01c
-checking CU at 11fb9c
-checking CU at 123cf7
-checking CU at 125826
-checking CU at 1260f3
-checking CU at 128ebf
-checking CU at 12e611
-checking CU at 12ffe5
-checking CU at 134282
-checking CU at 13767c
-checking CU at 13925b
-checking CU at 13a3db
-checking CU at 13b5ce
-checking CU at 13ed89
-checking CU at 13fe31
-checking CU at 141168
-checking CU at 1426b9
-checking CU at 143c44
-checking CU at 145292
-checking CU at 146812
-checking CU at 147e29
-checking CU at 149523
-checking CU at 14aaa3
-checking CU at 14bd9b
-checking CU at 14d202
-checking CU at 14e280
-checking CU at 14f2fe
-checking CU at 15037c
-checking CU at 1513fa
-checking CU at 15249a
-checking CU at 15352b
-checking CU at 154995
-checking CU at 156137
-checking CU at 157547
-checking CU at 15c2da
-checking CU at 15d358
-checking CU at 15e3d6
-checking CU at 15f454
-checking CU at 1606dc
-checking CU at 161735
-checking CU at 16278e
-checking CU at 1637e7
-checking CU at 16489b
-checking CU at 1658f4
-checking CU at 16698d
-checking CU at 167ab4
-checking CU at 168b32
-checking CU at 169bb0
-checking CU at 16ac09
-checking CU at 16bf91
-checking CU at 16d0b4
-checking CU at 16e16f
-checking CU at 16f243
-checking CU at 1702ff
-checking CU at 17136c
-checking CU at 172505
-checking CU at 17358a
-checking CU at 17460a
-checking CU at 175715
-checking CU at 17679a
-checking CU at 17781e
-checking CU at 1788b7
-checking /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
-checking CU at 0
-checking CU at 22
-checking CU at 1876
-checking CU at 29f5
-checking CU at 33c5
-checking CU at 453d
-checking CU at 56cb
-checking CU at 68a9
-checking CU at 69e2
-checking CU at 7a89
-checking CU at 7c18
-checking CU at 8e08
-checking CU at 12e08
-checking /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
-checking CU at 0
-checking CU at 22
-checking CU at 1815
-checking CU at 28fb
-checking CU at 31b2
-checking CU at 432a
-checking CU at 551d
-checking CU at 66fb
-checking CU at 6834
-checking CU at 78db
-checking CU at 7a6a
-checking CU at 8ca8
-checking CU at 955f
-checking CU at 13c0d
-checking /usr/lib/elfutils/ptest/tests/..//src/size.o
-checking CU at 0
-checking /usr/lib/elfutils/ptest/tests/..//src/strip.o
-checking CU at 0
-PASS: run-dwarf-die-addr-die.sh
-file: testfile-debug-types
-Got cudie: (null), unit_type: 1
-Got cudie: (null), unit_type: 2
-subdie: B
-Got cudie: (null), unit_type: 2
-subdie: A
-
-file: testfile_multi_main
-Got cudie: main.c, unit_type: 1
-
-file: testfilebazdbgppc64.debug
-Got cudie: foo.c, unit_type: 1
-Got cudie: bar.c, unit_type: 1
-
-file: testfile-dwarf-4
-Got cudie: hello.c, unit_type: 1
-Got cudie: world.c, unit_type: 1
-
-file: testfile-dwarf-5
-Got cudie: hello.c, unit_type: 1
-Got cudie: world.c, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/addr2line
-Got cudie: ../sysdeps/aarch64/start.S, unit_type: 1
-Got cudie: init.c, unit_type: 1
-Got cudie: crti.S, unit_type: 1
-Got cudie: ../../elfutils-0.176/src/addr2line.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/lib/printversion.c, unit_type: 1
-Got cudie: elf-init.c, unit_type: 1
-Got cudie: crtn.S, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp
-Got cudie: ../sysdeps/aarch64/start.S, unit_type: 1
-Got cudie: init.c, unit_type: 1
-Got cudie: crti.S, unit_type: 1
-Got cudie: ../../elfutils-0.176/src/elfcmp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblopenbackend.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblclosebackend.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblcopyrelocp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsectionstripp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebldebugscnp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/lib/printversion.c, unit_type: 1
-Got cudie: elf-init.c, unit_type: 1
-Got cudie: crtn.S, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/objdump
-Got cudie: ../sysdeps/aarch64/start.S, unit_type: 1
-Got cudie: init.c, unit_type: 1
-Got cudie: crti.S, unit_type: 1
-Got cudie: ../../elfutils-0.176/src/objdump.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblopenbackend.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblclosebackend.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblreloctypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblbackendname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/lib/xmalloc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/lib/color.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/lib/printversion.c, unit_type: 1
-Got cudie: elf-init.c, unit_type: 1
-Got cudie: crtn.S, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/readelf
-Got cudie: ../sysdeps/aarch64/start.S, unit_type: 1
-Got cudie: init.c, unit_type: 1
-Got cudie: crti.S, unit_type: 1
-Got cudie: ../../elfutils-0.176/src/readelf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblopenbackend.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblclosebackend.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblreloctypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsegmenttypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsectiontypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblmachineflagname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsymboltypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebldynamictagname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsectionname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsymbolbindingname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblosabiname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblreloctypecheck.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblcorenotetypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblobjnotetypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblcorenote.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblobjnote.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblreginfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsysvhashentrysize.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblauxvinfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblcheckobjattr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/lib/xmalloc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/lib/printversion.c, unit_type: 1
-Got cudie: elf-init.c, unit_type: 1
-Got cudie: crtn.S, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
-Got cudie: crti.S, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_version.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_hash.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_error.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_fill.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_begin.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_next.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_rand.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_end.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_kind.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getclass.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getbase.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getident.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_fsize.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_fsize.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_fsize.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_xlatetof.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_xlatetom.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_xlatetof.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_xlatetom.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_xlate.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_getehdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_getehdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getehdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_newehdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_newehdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_newehdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_ehdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_getphdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_getphdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getphdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_newphdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_newphdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_newphdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_phdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getarhdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getarsym.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_rawfile.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_readall.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_cntl.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getscn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_nextscn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_ndxscn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_newscn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_getshdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_getshdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getshdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_shdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_strptr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_rawdata.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getdata.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_newdata.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getdata_rawchunk.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_flagelf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_flagehdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_flagphdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_flagscn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_flagshdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_flagdata.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_memory.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_update.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_updatenull.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_updatenull.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_updatefile.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_updatefile.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getsym.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_sym.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getversym.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getverneed.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getvernaux.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getverdef.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getverdaux.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getrel.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getrela.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_rel.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_rela.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getdyn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_dyn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getmove.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_move.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getsyminfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_syminfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getauxv.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_auxv.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getnote.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_xlatetof.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_xlatetom.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/nlist.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getsymshndx.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_symshndx.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_versym.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_verneed.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_vernaux.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_verdef.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_verdaux.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getphdrnum.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getshdrnum.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getshdrstrndx.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_checksum.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_checksum.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_checksum.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/libelf_crc32.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/libelf_next_prime.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_clone.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getlib.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_update_lib.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_offscn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_offscn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_offscn.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_getaroff.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_gnu_hash.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_scnshndx.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf32_getchdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf64_getchdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/gelf_getchdr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_compress.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libelf/elf_compress_gnu.c, unit_type: 1
-Got cudie: crtn.S, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
-Got cudie: crti.S, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_begin.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_begin_elf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_end.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getelf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getpubnames.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getabbrev.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_tag.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_error.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_nextcu.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_diename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_offdie.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_attr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_formstring.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_abbrev_hash.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_sig8_hash.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_attr_integrate.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_hasattr_integrate.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_child.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_haschildren.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_formaddr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_formudata.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_formsdata.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_lowpc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_entrypc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_haspc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_highpc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_ranges.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_formref.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_formref_die.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_siblingof.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_dieoffset.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_cuoffset.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_diecu.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_hasattr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_hasform.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_whatform.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_whatattr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_bytesize.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_arrayorder.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_bitsize.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_bitoffset.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_srclang.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getabbrevtag.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getabbrevcode.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_abbrevhaschildren.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getattrcnt.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getabbrevattr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrclines.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrc_die.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getscopes.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getscopes_die.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getscopevar.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_linesrc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_lineno.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_lineaddr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_linecol.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_linebeginstatement.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_lineendsequence.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_lineblock.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_lineprologueend.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_lineepiloguebegin.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_lineisa.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_linediscriminator.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_lineop_index.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_line_file.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_onesrcline.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_formblock.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrcfiles.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_filesrc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrcdirs.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getlocation.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getstring.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_offabbrev.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getaranges.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_onearange.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getarangeinfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getarange_addr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getattrs.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_formflag.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getmacros.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_getparamcnt.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_opcode.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_param.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_param1.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_param2.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_getsrcfiles.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_addrdie.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getfuncs.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_decl_file.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_decl_line.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_decl_column.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_func_inline.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrc_file.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/libdw_findcu.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/libdw_form.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/libdw_alloc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/libdw_visit_scopes.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_entry_breakpoints.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_next_cfi.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/cie.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/fde.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/cfi.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/frame-cache.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_frame_info.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_frame_cfa.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_frame_register.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_cfi_addrframe.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getcfi.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getcfi_elf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_cfi_end.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_aggregate_size.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getlocation_implicit_pointer.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getlocation_die.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getlocation_attr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_getalt.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_setalt.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_cu_getdwarf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_cu_die.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_peel_type.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_default_lower_bound.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_die_addr_die.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_get_units.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/libdw_find_split_unit.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_cu_info.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdw/dwarf_next_lines.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_debuglink.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwelf/dwelf_dwarf_gnu_debugaltlink.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_build_id.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwelf/dwelf_scn_gnu_compressed_size.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwelf/dwelf_strtab.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwelf/dwelf_elf_begin.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_begin.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_end.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_error.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_version.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_report_elf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/relocate.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_build_id.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_report_build_id.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/derelocate.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/offline.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/segment.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_info.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_getmodules.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_getdwarf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getdwarf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getelf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_validate_address.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/argp-std.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/find-debuginfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_build_id_find_elf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_build_id_find_debuginfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/linux-kernel-modules.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/linux-proc-maps.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_addrmodule.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_addrdwarf.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/cu.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_nextcu.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_nextcu.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_cumodule.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_addrdie.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_addrdie.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/lines.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_lineinfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_line_comp_dir.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_linemodule.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_linecu.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_dwarf_line.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_getsrclines.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_onesrcline.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getsrc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_getsrc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getsrc_file.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/libdwfl_crc32.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/libdwfl_crc32_file.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/elf-from-memory.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_dwarf_cfi.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_eh_cfi.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getsym.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_addrname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_addrsym.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_return_value_location.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_register_names.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_segment_report_module.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/link_map.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/core-file.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/open.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/image-header.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_frame.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/frame_unwind.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_frame_pc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/linux-pid-attach.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/linux-core-attach.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/dwfl_frame_regs.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/gzip.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libdwfl/bzip2.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblopenbackend.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblclosebackend.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblreloctypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsegmenttypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsectiontypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblmachineflagname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsymboltypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebldynamictagname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsectionname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsymbolbindingname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblbackendname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblosabiname.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblmachineflagcheck.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblmachinesectionflagcheck.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblreloctypecheck.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblrelocvaliduse.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblrelocsimpletype.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebldynamictagcheck.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblcorenotetypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblobjnotetypename.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblcorenote.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblobjnote.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebldebugscnp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblgotpcreloccheck.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblcopyrelocp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsectionstripp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblelfclass.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblelfdata.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblelfmachine.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebl_check_special_symbol.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblbsspltp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblretval.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblreginfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblnonerelocp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblrelativerelocp.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblsysvhashentrysize.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblauxvinfo.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblcheckobjattr.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebl_check_special_section.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebl_syscall_abi.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblabicfi.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblstother.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblinitreg.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebldwarftoregno.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblnormalizepc.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblunwind.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblresolvesym.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/eblcheckreloctargettype.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libebl/ebl_data_marker_symbol.c, unit_type: 1
-Got cudie: crtn.S, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
-Got cudie: crti.S, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_init.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_symbol.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_corenote.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_cfi.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_retval.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_regs.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_auxv.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_syscall.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_initreg.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_unwind.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libcpu/i386_disasm.c, unit_type: 1
-Got cudie: crtn.S, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
-Got cudie: crti.S, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x86_64_init.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x86_64_symbol.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x86_64_corenote.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x86_64_cfi.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x86_64_retval.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x86_64_regs.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/i386_auxv.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x86_64_syscall.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x86_64_initreg.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x86_64_unwind.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/backends/x32_corenote.c, unit_type: 1
-Got cudie: ../../elfutils-0.176/libcpu/x86_64_disasm.c, unit_type: 1
-Got cudie: crtn.S, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/size.o
-Got cudie: argp_parse, unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/strip.o
-Got cudie: Elf64_Ehdr, unit_type: 1
-
-PASS: run-get-units-invalid.sh
-file: testfile-debug-types
-Got cudie unit_type: 1
-Got cudie unit_type: 2
-Got cudie unit_type: 2
-
-file: testfile_multi_main
-Got cudie unit_type: 1
-
-file: testfilebazdbgppc64.debug
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: testfile-dwarf-4
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: testfile-dwarf-5
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/addr2line
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/objdump
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/readelf
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-Got cudie unit_type: 1
-
-PASS: run-get-units-split.sh
-PASS: run-attr-integrate-skel.sh
-PASS: run-all-dwarf-ranges.sh
-file: testfile-debug-types
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 4, unit_type 1
-1 cu dietag: 41, subtag: 13, version 4, unit_type 2
-2 cu dietag: 41, subtag: 13, version 4, unit_type 2
-rechecking: testfile-debug-types
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 4, unit_type 1
-1 re dietag: 41, subtag: 13, version 4, unit_type 2
-2 re dietag: 41, subtag: 13, version 4, unit_type 2
-
-file: testfile_multi_main
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 4, unit_type 1
-rechecking: testfile_multi_main
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 4, unit_type 1
-
-file: testfilebazdbgppc64.debug
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 4, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-rechecking: testfilebazdbgppc64.debug
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 4, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-
-file: testfile-dwarf-4
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 4, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-rechecking: testfile-dwarf-4
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 4, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-
-file: testfile-dwarf-5
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 5, unit_type 1
-1 cu dietag: 11, subtag: 0, version 5, unit_type 1
-rechecking: testfile-dwarf-5
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 5, unit_type 1
-1 re dietag: 11, subtag: 0, version 5, unit_type 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/addr2line
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 2, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-2 cu dietag: 11, subtag: 0, version 2, unit_type 1
-3 cu dietag: 11, subtag: 0, version 4, unit_type 1
-4 cu dietag: 11, subtag: 0, version 4, unit_type 1
-5 cu dietag: 11, subtag: 0, version 4, unit_type 1
-6 cu dietag: 11, subtag: 0, version 2, unit_type 1
-rechecking: /usr/lib/elfutils/ptest/tests/..//src/addr2line
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 2, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-2 re dietag: 11, subtag: 0, version 2, unit_type 1
-3 re dietag: 11, subtag: 0, version 4, unit_type 1
-4 re dietag: 11, subtag: 0, version 4, unit_type 1
-5 re dietag: 11, subtag: 0, version 4, unit_type 1
-6 re dietag: 11, subtag: 0, version 2, unit_type 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 2, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-2 cu dietag: 11, subtag: 0, version 2, unit_type 1
-3 cu dietag: 11, subtag: 0, version 4, unit_type 1
-4 cu dietag: 11, subtag: 0, version 4, unit_type 1
-5 cu dietag: 11, subtag: 0, version 4, unit_type 1
-6 cu dietag: 11, subtag: 0, version 4, unit_type 1
-7 cu dietag: 11, subtag: 0, version 4, unit_type 1
-8 cu dietag: 11, subtag: 0, version 4, unit_type 1
-9 cu dietag: 11, subtag: 0, version 4, unit_type 1
-10 cu dietag: 11, subtag: 0, version 4, unit_type 1
-11 cu dietag: 11, subtag: 0, version 2, unit_type 1
-rechecking: /usr/lib/elfutils/ptest/tests/..//src/elfcmp
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 2, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-2 re dietag: 11, subtag: 0, version 2, unit_type 1
-3 re dietag: 11, subtag: 0, version 4, unit_type 1
-4 re dietag: 11, subtag: 0, version 4, unit_type 1
-5 re dietag: 11, subtag: 0, version 4, unit_type 1
-6 re dietag: 11, subtag: 0, version 4, unit_type 1
-7 re dietag: 11, subtag: 0, version 4, unit_type 1
-8 re dietag: 11, subtag: 0, version 4, unit_type 1
-9 re dietag: 11, subtag: 0, version 4, unit_type 1
-10 re dietag: 11, subtag: 0, version 4, unit_type 1
-11 re dietag: 11, subtag: 0, version 2, unit_type 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/objdump
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 2, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-2 cu dietag: 11, subtag: 0, version 2, unit_type 1
-3 cu dietag: 11, subtag: 0, version 4, unit_type 1
-4 cu dietag: 11, subtag: 0, version 4, unit_type 1
-5 cu dietag: 11, subtag: 0, version 4, unit_type 1
-6 cu dietag: 11, subtag: 0, version 4, unit_type 1
-7 cu dietag: 11, subtag: 0, version 4, unit_type 1
-8 cu dietag: 11, subtag: 0, version 4, unit_type 1
-9 cu dietag: 11, subtag: 0, version 4, unit_type 1
-10 cu dietag: 11, subtag: 0, version 4, unit_type 1
-11 cu dietag: 11, subtag: 0, version 4, unit_type 1
-12 cu dietag: 11, subtag: 0, version 2, unit_type 1
-rechecking: /usr/lib/elfutils/ptest/tests/..//src/objdump
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 2, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-2 re dietag: 11, subtag: 0, version 2, unit_type 1
-3 re dietag: 11, subtag: 0, version 4, unit_type 1
-4 re dietag: 11, subtag: 0, version 4, unit_type 1
-5 re dietag: 11, subtag: 0, version 4, unit_type 1
-6 re dietag: 11, subtag: 0, version 4, unit_type 1
-7 re dietag: 11, subtag: 0, version 4, unit_type 1
-8 re dietag: 11, subtag: 0, version 4, unit_type 1
-9 re dietag: 11, subtag: 0, version 4, unit_type 1
-10 re dietag: 11, subtag: 0, version 4, unit_type 1
-11 re dietag: 11, subtag: 0, version 4, unit_type 1
-12 re dietag: 11, subtag: 0, version 2, unit_type 1
-
-file: /usr/lib/elfutils/ptest/tests/..//src/readelf
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 2, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-2 cu dietag: 11, subtag: 0, version 2, unit_type 1
-3 cu dietag: 11, subtag: 0, version 4, unit_type 1
-4 cu dietag: 11, subtag: 0, version 4, unit_type 1
-5 cu dietag: 11, subtag: 0, version 4, unit_type 1
-6 cu dietag: 11, subtag: 0, version 4, unit_type 1
-7 cu dietag: 11, subtag: 0, version 4, unit_type 1
-8 cu dietag: 11, subtag: 0, version 4, unit_type 1
-9 cu dietag: 11, subtag: 0, version 4, unit_type 1
-10 cu dietag: 11, subtag: 0, version 4, unit_type 1
-11 cu dietag: 11, subtag: 0, version 4, unit_type 1
-12 cu dietag: 11, subtag: 0, version 4, unit_type 1
-13 cu dietag: 11, subtag: 0, version 4, unit_type 1
-14 cu dietag: 11, subtag: 0, version 4, unit_type 1
-15 cu dietag: 11, subtag: 0, version 4, unit_type 1
-16 cu dietag: 11, subtag: 0, version 4, unit_type 1
-17 cu dietag: 11, subtag: 0, version 4, unit_type 1
-18 cu dietag: 11, subtag: 0, version 4, unit_type 1
-19 cu dietag: 11, subtag: 0, version 4, unit_type 1
-20 cu dietag: 11, subtag: 0, version 4, unit_type 1
-21 cu dietag: 11, subtag: 0, version 4, unit_type 1
-22 cu dietag: 11, subtag: 0, version 4, unit_type 1
-23 cu dietag: 11, subtag: 0, version 4, unit_type 1
-24 cu dietag: 11, subtag: 0, version 4, unit_type 1
-25 cu dietag: 11, subtag: 0, version 4, unit_type 1
-26 cu dietag: 11, subtag: 0, version 4, unit_type 1
-27 cu dietag: 11, subtag: 0, version 2, unit_type 1
-rechecking: /usr/lib/elfutils/ptest/tests/..//src/readelf
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 2, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-2 re dietag: 11, subtag: 0, version 2, unit_type 1
-3 re dietag: 11, subtag: 0, version 4, unit_type 1
-4 re dietag: 11, subtag: 0, version 4, unit_type 1
-5 re dietag: 11, subtag: 0, version 4, unit_type 1
-6 re dietag: 11, subtag: 0, version 4, unit_type 1
-7 re dietag: 11, subtag: 0, version 4, unit_type 1
-8 re dietag: 11, subtag: 0, version 4, unit_type 1
-9 re dietag: 11, subtag: 0, version 4, unit_type 1
-10 re dietag: 11, subtag: 0, version 4, unit_type 1
-11 re dietag: 11, subtag: 0, version 4, unit_type 1
-12 re dietag: 11, subtag: 0, version 4, unit_type 1
-13 re dietag: 11, subtag: 0, version 4, unit_type 1
-14 re dietag: 11, subtag: 0, version 4, unit_type 1
-15 re dietag: 11, subtag: 0, version 4, unit_type 1
-16 re dietag: 11, subtag: 0, version 4, unit_type 1
-17 re dietag: 11, subtag: 0, version 4, unit_type 1
-18 re dietag: 11, subtag: 0, version 4, unit_type 1
-19 re dietag: 11, subtag: 0, version 4, unit_type 1
-20 re dietag: 11, subtag: 0, version 4, unit_type 1
-21 re dietag: 11, subtag: 0, version 4, unit_type 1
-22 re dietag: 11, subtag: 0, version 4, unit_type 1
-23 re dietag: 11, subtag: 0, version 4, unit_type 1
-24 re dietag: 11, subtag: 0, version 4, unit_type 1
-25 re dietag: 11, subtag: 0, version 4, unit_type 1
-26 re dietag: 11, subtag: 0, version 4, unit_type 1
-27 re dietag: 11, subtag: 0, version 2, unit_type 1
-
-file: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 2, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-2 cu dietag: 11, subtag: 0, version 4, unit_type 1
-3 cu dietag: 11, subtag: 0, version 4, unit_type 1
-4 cu dietag: 11, subtag: 0, version 4, unit_type 1
-5 cu dietag: 11, subtag: 0, version 4, unit_type 1
-6 cu dietag: 11, subtag: 0, version 4, unit_type 1
-7 cu dietag: 11, subtag: 0, version 4, unit_type 1
-8 cu dietag: 11, subtag: 0, version 4, unit_type 1
-9 cu dietag: 11, subtag: 0, version 4, unit_type 1
-10 cu dietag: 11, subtag: 0, version 4, unit_type 1
-11 cu dietag: 11, subtag: 0, version 4, unit_type 1
-12 cu dietag: 11, subtag: 0, version 4, unit_type 1
-13 cu dietag: 11, subtag: 0, version 4, unit_type 1
-14 cu dietag: 11, subtag: 0, version 4, unit_type 1
-15 cu dietag: 11, subtag: 0, version 4, unit_type 1
-16 cu dietag: 11, subtag: 0, version 4, unit_type 1
-17 cu dietag: 11, subtag: 0, version 4, unit_type 1
-18 cu dietag: 11, subtag: 0, version 4, unit_type 1
-19 cu dietag: 11, subtag: 0, version 4, unit_type 1
-20 cu dietag: 11, subtag: 0, version 4, unit_type 1
-21 cu dietag: 11, subtag: 0, version 4, unit_type 1
-22 cu dietag: 11, subtag: 0, version 4, unit_type 1
-23 cu dietag: 11, subtag: 0, version 4, unit_type 1
-24 cu dietag: 11, subtag: 0, version 4, unit_type 1
-25 cu dietag: 11, subtag: 0, version 4, unit_type 1
-26 cu dietag: 11, subtag: 0, version 4, unit_type 1
-27 cu dietag: 11, subtag: 0, version 4, unit_type 1
-28 cu dietag: 11, subtag: 0, version 4, unit_type 1
-29 cu dietag: 11, subtag: 0, version 4, unit_type 1
-30 cu dietag: 11, subtag: 0, version 4, unit_type 1
-31 cu dietag: 11, subtag: 0, version 4, unit_type 1
-32 cu dietag: 11, subtag: 0, version 4, unit_type 1
-33 cu dietag: 11, subtag: 0, version 4, unit_type 1
-34 cu dietag: 11, subtag: 0, version 4, unit_type 1
-35 cu dietag: 11, subtag: 0, version 4, unit_type 1
-36 cu dietag: 11, subtag: 0, version 4, unit_type 1
-37 cu dietag: 11, subtag: 0, version 4, unit_type 1
-38 cu dietag: 11, subtag: 0, version 4, unit_type 1
-39 cu dietag: 11, subtag: 0, version 4, unit_type 1
-40 cu dietag: 11, subtag: 0, version 4, unit_type 1
-41 cu dietag: 11, subtag: 0, version 4, unit_type 1
-42 cu dietag: 11, subtag: 0, version 4, unit_type 1
-43 cu dietag: 11, subtag: 0, version 4, unit_type 1
-44 cu dietag: 11, subtag: 0, version 4, unit_type 1
-45 cu dietag: 11, subtag: 0, version 4, unit_type 1
-46 cu dietag: 11, subtag: 0, version 4, unit_type 1
-47 cu dietag: 11, subtag: 0, version 4, unit_type 1
-48 cu dietag: 11, subtag: 0, version 4, unit_type 1
-49 cu dietag: 11, subtag: 0, version 4, unit_type 1
-50 cu dietag: 11, subtag: 0, version 4, unit_type 1
-51 cu dietag: 11, subtag: 0, version 4, unit_type 1
-52 cu dietag: 11, subtag: 0, version 4, unit_type 1
-53 cu dietag: 11, subtag: 0, version 4, unit_type 1
-54 cu dietag: 11, subtag: 0, version 4, unit_type 1
-55 cu dietag: 11, subtag: 0, version 4, unit_type 1
-56 cu dietag: 11, subtag: 0, version 4, unit_type 1
-57 cu dietag: 11, subtag: 0, version 4, unit_type 1
-58 cu dietag: 11, subtag: 0, version 4, unit_type 1
-59 cu dietag: 11, subtag: 0, version 4, unit_type 1
-60 cu dietag: 11, subtag: 0, version 4, unit_type 1
-61 cu dietag: 11, subtag: 0, version 4, unit_type 1
-62 cu dietag: 11, subtag: 0, version 4, unit_type 1
-63 cu dietag: 11, subtag: 0, version 4, unit_type 1
-64 cu dietag: 11, subtag: 0, version 4, unit_type 1
-65 cu dietag: 11, subtag: 0, version 4, unit_type 1
-66 cu dietag: 11, subtag: 0, version 4, unit_type 1
-67 cu dietag: 11, subtag: 0, version 4, unit_type 1
-68 cu dietag: 11, subtag: 0, version 4, unit_type 1
-69 cu dietag: 11, subtag: 0, version 4, unit_type 1
-70 cu dietag: 11, subtag: 0, version 4, unit_type 1
-71 cu dietag: 11, subtag: 0, version 4, unit_type 1
-72 cu dietag: 11, subtag: 0, version 4, unit_type 1
-73 cu dietag: 11, subtag: 0, version 4, unit_type 1
-74 cu dietag: 11, subtag: 0, version 4, unit_type 1
-75 cu dietag: 11, subtag: 0, version 4, unit_type 1
-76 cu dietag: 11, subtag: 0, version 4, unit_type 1
-77 cu dietag: 11, subtag: 0, version 4, unit_type 1
-78 cu dietag: 11, subtag: 0, version 4, unit_type 1
-79 cu dietag: 11, subtag: 0, version 4, unit_type 1
-80 cu dietag: 11, subtag: 0, version 4, unit_type 1
-81 cu dietag: 11, subtag: 0, version 4, unit_type 1
-82 cu dietag: 11, subtag: 0, version 4, unit_type 1
-83 cu dietag: 11, subtag: 0, version 4, unit_type 1
-84 cu dietag: 11, subtag: 0, version 4, unit_type 1
-85 cu dietag: 11, subtag: 0, version 4, unit_type 1
-86 cu dietag: 11, subtag: 0, version 4, unit_type 1
-87 cu dietag: 11, subtag: 0, version 4, unit_type 1
-88 cu dietag: 11, subtag: 0, version 4, unit_type 1
-89 cu dietag: 11, subtag: 0, version 4, unit_type 1
-90 cu dietag: 11, subtag: 0, version 4, unit_type 1
-91 cu dietag: 11, subtag: 0, version 4, unit_type 1
-92 cu dietag: 11, subtag: 0, version 4, unit_type 1
-93 cu dietag: 11, subtag: 0, version 4, unit_type 1
-94 cu dietag: 11, subtag: 0, version 4, unit_type 1
-95 cu dietag: 11, subtag: 0, version 4, unit_type 1
-96 cu dietag: 11, subtag: 0, version 4, unit_type 1
-97 cu dietag: 11, subtag: 0, version 4, unit_type 1
-98 cu dietag: 11, subtag: 0, version 4, unit_type 1
-99 cu dietag: 11, subtag: 0, version 4, unit_type 1
-100 cu dietag: 11, subtag: 0, version 4, unit_type 1
-101 cu dietag: 11, subtag: 0, version 4, unit_type 1
-102 cu dietag: 11, subtag: 0, version 4, unit_type 1
-103 cu dietag: 11, subtag: 0, version 4, unit_type 1
-104 cu dietag: 11, subtag: 0, version 4, unit_type 1
-105 cu dietag: 11, subtag: 0, version 4, unit_type 1
-106 cu dietag: 11, subtag: 0, version 4, unit_type 1
-107 cu dietag: 11, subtag: 0, version 4, unit_type 1
-108 cu dietag: 11, subtag: 0, version 4, unit_type 1
-109 cu dietag: 11, subtag: 0, version 4, unit_type 1
-110 cu dietag: 11, subtag: 0, version 4, unit_type 1
-111 cu dietag: 11, subtag: 0, version 4, unit_type 1
-112 cu dietag: 11, subtag: 0, version 4, unit_type 1
-113 cu dietag: 11, subtag: 0, version 4, unit_type 1
-114 cu dietag: 11, subtag: 0, version 4, unit_type 1
-115 cu dietag: 11, subtag: 0, version 4, unit_type 1
-116 cu dietag: 11, subtag: 0, version 4, unit_type 1
-117 cu dietag: 11, subtag: 0, version 2, unit_type 1
-rechecking: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 2, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-2 re dietag: 11, subtag: 0, version 4, unit_type 1
-3 re dietag: 11, subtag: 0, version 4, unit_type 1
-4 re dietag: 11, subtag: 0, version 4, unit_type 1
-5 re dietag: 11, subtag: 0, version 4, unit_type 1
-6 re dietag: 11, subtag: 0, version 4, unit_type 1
-7 re dietag: 11, subtag: 0, version 4, unit_type 1
-8 re dietag: 11, subtag: 0, version 4, unit_type 1
-9 re dietag: 11, subtag: 0, version 4, unit_type 1
-10 re dietag: 11, subtag: 0, version 4, unit_type 1
-11 re dietag: 11, subtag: 0, version 4, unit_type 1
-12 re dietag: 11, subtag: 0, version 4, unit_type 1
-13 re dietag: 11, subtag: 0, version 4, unit_type 1
-14 re dietag: 11, subtag: 0, version 4, unit_type 1
-15 re dietag: 11, subtag: 0, version 4, unit_type 1
-16 re dietag: 11, subtag: 0, version 4, unit_type 1
-17 re dietag: 11, subtag: 0, version 4, unit_type 1
-18 re dietag: 11, subtag: 0, version 4, unit_type 1
-19 re dietag: 11, subtag: 0, version 4, unit_type 1
-20 re dietag: 11, subtag: 0, version 4, unit_type 1
-21 re dietag: 11, subtag: 0, version 4, unit_type 1
-22 re dietag: 11, subtag: 0, version 4, unit_type 1
-23 re dietag: 11, subtag: 0, version 4, unit_type 1
-24 re dietag: 11, subtag: 0, version 4, unit_type 1
-25 re dietag: 11, subtag: 0, version 4, unit_type 1
-26 re dietag: 11, subtag: 0, version 4, unit_type 1
-27 re dietag: 11, subtag: 0, version 4, unit_type 1
-28 re dietag: 11, subtag: 0, version 4, unit_type 1
-29 re dietag: 11, subtag: 0, version 4, unit_type 1
-30 re dietag: 11, subtag: 0, version 4, unit_type 1
-31 re dietag: 11, subtag: 0, version 4, unit_type 1
-32 re dietag: 11, subtag: 0, version 4, unit_type 1
-33 re dietag: 11, subtag: 0, version 4, unit_type 1
-34 re dietag: 11, subtag: 0, version 4, unit_type 1
-35 re dietag: 11, subtag: 0, version 4, unit_type 1
-36 re dietag: 11, subtag: 0, version 4, unit_type 1
-37 re dietag: 11, subtag: 0, version 4, unit_type 1
-38 re dietag: 11, subtag: 0, version 4, unit_type 1
-39 re dietag: 11, subtag: 0, version 4, unit_type 1
-40 re dietag: 11, subtag: 0, version 4, unit_type 1
-41 re dietag: 11, subtag: 0, version 4, unit_type 1
-42 re dietag: 11, subtag: 0, version 4, unit_type 1
-43 re dietag: 11, subtag: 0, version 4, unit_type 1
-44 re dietag: 11, subtag: 0, version 4, unit_type 1
-45 re dietag: 11, subtag: 0, version 4, unit_type 1
-46 re dietag: 11, subtag: 0, version 4, unit_type 1
-47 re dietag: 11, subtag: 0, version 4, unit_type 1
-48 re dietag: 11, subtag: 0, version 4, unit_type 1
-49 re dietag: 11, subtag: 0, version 4, unit_type 1
-50 re dietag: 11, subtag: 0, version 4, unit_type 1
-51 re dietag: 11, subtag: 0, version 4, unit_type 1
-52 re dietag: 11, subtag: 0, version 4, unit_type 1
-53 re dietag: 11, subtag: 0, version 4, unit_type 1
-54 re dietag: 11, subtag: 0, version 4, unit_type 1
-55 re dietag: 11, subtag: 0, version 4, unit_type 1
-56 re dietag: 11, subtag: 0, version 4, unit_type 1
-57 re dietag: 11, subtag: 0, version 4, unit_type 1
-58 re dietag: 11, subtag: 0, version 4, unit_type 1
-59 re dietag: 11, subtag: 0, version 4, unit_type 1
-60 re dietag: 11, subtag: 0, version 4, unit_type 1
-61 re dietag: 11, subtag: 0, version 4, unit_type 1
-62 re dietag: 11, subtag: 0, version 4, unit_type 1
-63 re dietag: 11, subtag: 0, version 4, unit_type 1
-64 re dietag: 11, subtag: 0, version 4, unit_type 1
-65 re dietag: 11, subtag: 0, version 4, unit_type 1
-66 re dietag: 11, subtag: 0, version 4, unit_type 1
-67 re dietag: 11, subtag: 0, version 4, unit_type 1
-68 re dietag: 11, subtag: 0, version 4, unit_type 1
-69 re dietag: 11, subtag: 0, version 4, unit_type 1
-70 re dietag: 11, subtag: 0, version 4, unit_type 1
-71 re dietag: 11, subtag: 0, version 4, unit_type 1
-72 re dietag: 11, subtag: 0, version 4, unit_type 1
-73 re dietag: 11, subtag: 0, version 4, unit_type 1
-74 re dietag: 11, subtag: 0, version 4, unit_type 1
-75 re dietag: 11, subtag: 0, version 4, unit_type 1
-76 re dietag: 11, subtag: 0, version 4, unit_type 1
-77 re dietag: 11, subtag: 0, version 4, unit_type 1
-78 re dietag: 11, subtag: 0, version 4, unit_type 1
-79 re dietag: 11, subtag: 0, version 4, unit_type 1
-80 re dietag: 11, subtag: 0, version 4, unit_type 1
-81 re dietag: 11, subtag: 0, version 4, unit_type 1
-82 re dietag: 11, subtag: 0, version 4, unit_type 1
-83 re dietag: 11, subtag: 0, version 4, unit_type 1
-84 re dietag: 11, subtag: 0, version 4, unit_type 1
-85 re dietag: 11, subtag: 0, version 4, unit_type 1
-86 re dietag: 11, subtag: 0, version 4, unit_type 1
-87 re dietag: 11, subtag: 0, version 4, unit_type 1
-88 re dietag: 11, subtag: 0, version 4, unit_type 1
-89 re dietag: 11, subtag: 0, version 4, unit_type 1
-90 re dietag: 11, subtag: 0, version 4, unit_type 1
-91 re dietag: 11, subtag: 0, version 4, unit_type 1
-92 re dietag: 11, subtag: 0, version 4, unit_type 1
-93 re dietag: 11, subtag: 0, version 4, unit_type 1
-94 re dietag: 11, subtag: 0, version 4, unit_type 1
-95 re dietag: 11, subtag: 0, version 4, unit_type 1
-96 re dietag: 11, subtag: 0, version 4, unit_type 1
-97 re dietag: 11, subtag: 0, version 4, unit_type 1
-98 re dietag: 11, subtag: 0, version 4, unit_type 1
-99 re dietag: 11, subtag: 0, version 4, unit_type 1
-100 re dietag: 11, subtag: 0, version 4, unit_type 1
-101 re dietag: 11, subtag: 0, version 4, unit_type 1
-102 re dietag: 11, subtag: 0, version 4, unit_type 1
-103 re dietag: 11, subtag: 0, version 4, unit_type 1
-104 re dietag: 11, subtag: 0, version 4, unit_type 1
-105 re dietag: 11, subtag: 0, version 4, unit_type 1
-106 re dietag: 11, subtag: 0, version 4, unit_type 1
-107 re dietag: 11, subtag: 0, version 4, unit_type 1
-108 re dietag: 11, subtag: 0, version 4, unit_type 1
-109 re dietag: 11, subtag: 0, version 4, unit_type 1
-110 re dietag: 11, subtag: 0, version 4, unit_type 1
-111 re dietag: 11, subtag: 0, version 4, unit_type 1
-112 re dietag: 11, subtag: 0, version 4, unit_type 1
-113 re dietag: 11, subtag: 0, version 4, unit_type 1
-114 re dietag: 11, subtag: 0, version 4, unit_type 1
-115 re dietag: 11, subtag: 0, version 4, unit_type 1
-116 re dietag: 11, subtag: 0, version 4, unit_type 1
-117 re dietag: 11, subtag: 0, version 2, unit_type 1
-
-file: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 2, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-2 cu dietag: 11, subtag: 0, version 4, unit_type 1
-3 cu dietag: 11, subtag: 0, version 4, unit_type 1
-4 cu dietag: 11, subtag: 0, version 4, unit_type 1
-5 cu dietag: 11, subtag: 0, version 4, unit_type 1
-6 cu dietag: 11, subtag: 0, version 4, unit_type 1
-7 cu dietag: 11, subtag: 0, version 4, unit_type 1
-8 cu dietag: 11, subtag: 0, version 4, unit_type 1
-9 cu dietag: 11, subtag: 0, version 4, unit_type 1
-10 cu dietag: 11, subtag: 0, version 4, unit_type 1
-11 cu dietag: 11, subtag: 0, version 4, unit_type 1
-12 cu dietag: 11, subtag: 0, version 4, unit_type 1
-13 cu dietag: 11, subtag: 0, version 4, unit_type 1
-14 cu dietag: 11, subtag: 0, version 4, unit_type 1
-15 cu dietag: 11, subtag: 0, version 4, unit_type 1
-16 cu dietag: 11, subtag: 0, version 4, unit_type 1
-17 cu dietag: 11, subtag: 0, version 4, unit_type 1
-18 cu dietag: 11, subtag: 0, version 4, unit_type 1
-19 cu dietag: 11, subtag: 0, version 4, unit_type 1
-20 cu dietag: 11, subtag: 0, version 4, unit_type 1
-21 cu dietag: 11, subtag: 0, version 4, unit_type 1
-22 cu dietag: 11, subtag: 0, version 4, unit_type 1
-23 cu dietag: 11, subtag: 0, version 4, unit_type 1
-24 cu dietag: 11, subtag: 0, version 4, unit_type 1
-25 cu dietag: 11, subtag: 0, version 4, unit_type 1
-26 cu dietag: 11, subtag: 0, version 4, unit_type 1
-27 cu dietag: 11, subtag: 0, version 4, unit_type 1
-28 cu dietag: 11, subtag: 0, version 4, unit_type 1
-29 cu dietag: 11, subtag: 0, version 4, unit_type 1
-30 cu dietag: 11, subtag: 0, version 4, unit_type 1
-31 cu dietag: 11, subtag: 0, version 4, unit_type 1
-32 cu dietag: 11, subtag: 0, version 4, unit_type 1
-33 cu dietag: 11, subtag: 0, version 4, unit_type 1
-34 cu dietag: 11, subtag: 0, version 4, unit_type 1
-35 cu dietag: 11, subtag: 0, version 4, unit_type 1
-36 cu dietag: 11, subtag: 0, version 4, unit_type 1
-37 cu dietag: 11, subtag: 0, version 4, unit_type 1
-38 cu dietag: 11, subtag: 0, version 4, unit_type 1
-39 cu dietag: 11, subtag: 0, version 4, unit_type 1
-40 cu dietag: 11, subtag: 0, version 4, unit_type 1
-41 cu dietag: 11, subtag: 0, version 4, unit_type 1
-42 cu dietag: 11, subtag: 0, version 4, unit_type 1
-43 cu dietag: 11, subtag: 0, version 4, unit_type 1
-44 cu dietag: 11, subtag: 0, version 4, unit_type 1
-45 cu dietag: 11, subtag: 0, version 4, unit_type 1
-46 cu dietag: 11, subtag: 0, version 4, unit_type 1
-47 cu dietag: 11, subtag: 0, version 4, unit_type 1
-48 cu dietag: 11, subtag: 0, version 4, unit_type 1
-49 cu dietag: 11, subtag: 0, version 4, unit_type 1
-50 cu dietag: 11, subtag: 0, version 4, unit_type 1
-51 cu dietag: 11, subtag: 0, version 4, unit_type 1
-52 cu dietag: 11, subtag: 0, version 4, unit_type 1
-53 cu dietag: 11, subtag: 0, version 4, unit_type 1
-54 cu dietag: 11, subtag: 0, version 4, unit_type 1
-55 cu dietag: 11, subtag: 0, version 4, unit_type 1
-56 cu dietag: 11, subtag: 0, version 4, unit_type 1
-57 cu dietag: 11, subtag: 0, version 4, unit_type 1
-58 cu dietag: 11, subtag: 0, version 4, unit_type 1
-59 cu dietag: 11, subtag: 0, version 4, unit_type 1
-60 cu dietag: 11, subtag: 0, version 4, unit_type 1
-61 cu dietag: 11, subtag: 0, version 4, unit_type 1
-62 cu dietag: 11, subtag: 0, version 4, unit_type 1
-63 cu dietag: 11, subtag: 0, version 4, unit_type 1
-64 cu dietag: 11, subtag: 0, version 4, unit_type 1
-65 cu dietag: 11, subtag: 0, version 4, unit_type 1
-66 cu dietag: 11, subtag: 0, version 4, unit_type 1
-67 cu dietag: 11, subtag: 0, version 4, unit_type 1
-68 cu dietag: 11, subtag: 0, version 4, unit_type 1
-69 cu dietag: 11, subtag: 0, version 4, unit_type 1
-70 cu dietag: 11, subtag: 0, version 4, unit_type 1
-71 cu dietag: 11, subtag: 0, version 4, unit_type 1
-72 cu dietag: 11, subtag: 0, version 4, unit_type 1
-73 cu dietag: 11, subtag: 0, version 4, unit_type 1
-74 cu dietag: 11, subtag: 0, version 4, unit_type 1
-75 cu dietag: 11, subtag: 0, version 4, unit_type 1
-76 cu dietag: 11, subtag: 0, version 4, unit_type 1
-77 cu dietag: 11, subtag: 0, version 4, unit_type 1
-78 cu dietag: 11, subtag: 0, version 4, unit_type 1
-79 cu dietag: 11, subtag: 0, version 4, unit_type 1
-80 cu dietag: 11, subtag: 0, version 4, unit_type 1
-81 cu dietag: 11, subtag: 0, version 4, unit_type 1
-82 cu dietag: 11, subtag: 0, version 4, unit_type 1
-83 cu dietag: 11, subtag: 0, version 4, unit_type 1
-84 cu dietag: 11, subtag: 0, version 4, unit_type 1
-85 cu dietag: 11, subtag: 0, version 4, unit_type 1
-86 cu dietag: 11, subtag: 0, version 4, unit_type 1
-87 cu dietag: 11, subtag: 0, version 4, unit_type 1
-88 cu dietag: 11, subtag: 0, version 4, unit_type 1
-89 cu dietag: 11, subtag: 0, version 4, unit_type 1
-90 cu dietag: 11, subtag: 0, version 4, unit_type 1
-91 cu dietag: 11, subtag: 0, version 4, unit_type 1
-92 cu dietag: 11, subtag: 0, version 4, unit_type 1
-93 cu dietag: 11, subtag: 0, version 4, unit_type 1
-94 cu dietag: 11, subtag: 0, version 4, unit_type 1
-95 cu dietag: 11, subtag: 0, version 4, unit_type 1
-96 cu dietag: 11, subtag: 0, version 4, unit_type 1
-97 cu dietag: 11, subtag: 0, version 4, unit_type 1
-98 cu dietag: 11, subtag: 0, version 4, unit_type 1
-99 cu dietag: 11, subtag: 0, version 4, unit_type 1
-100 cu dietag: 11, subtag: 0, version 4, unit_type 1
-101 cu dietag: 11, subtag: 0, version 4, unit_type 1
-102 cu dietag: 11, subtag: 0, version 4, unit_type 1
-103 cu dietag: 11, subtag: 0, version 4, unit_type 1
-104 cu dietag: 11, subtag: 0, version 4, unit_type 1
-105 cu dietag: 11, subtag: 0, version 4, unit_type 1
-106 cu dietag: 11, subtag: 0, version 4, unit_type 1
-107 cu dietag: 11, subtag: 0, version 4, unit_type 1
-108 cu dietag: 11, subtag: 0, version 4, unit_type 1
-109 cu dietag: 11, subtag: 0, version 4, unit_type 1
-110 cu dietag: 11, subtag: 0, version 4, unit_type 1
-111 cu dietag: 11, subtag: 0, version 4, unit_type 1
-112 cu dietag: 11, subtag: 0, version 4, unit_type 1
-113 cu dietag: 11, subtag: 0, version 4, unit_type 1
-114 cu dietag: 11, subtag: 0, version 4, unit_type 1
-115 cu dietag: 11, subtag: 0, version 4, unit_type 1
-116 cu dietag: 11, subtag: 0, version 4, unit_type 1
-117 cu dietag: 11, subtag: 0, version 4, unit_type 1
-118 cu dietag: 11, subtag: 0, version 4, unit_type 1
-119 cu dietag: 11, subtag: 0, version 4, unit_type 1
-120 cu dietag: 11, subtag: 0, version 4, unit_type 1
-121 cu dietag: 11, subtag: 0, version 4, unit_type 1
-122 cu dietag: 11, subtag: 0, version 4, unit_type 1
-123 cu dietag: 11, subtag: 0, version 4, unit_type 1
-124 cu dietag: 11, subtag: 0, version 4, unit_type 1
-125 cu dietag: 11, subtag: 0, version 4, unit_type 1
-126 cu dietag: 11, subtag: 0, version 4, unit_type 1
-127 cu dietag: 11, subtag: 0, version 4, unit_type 1
-128 cu dietag: 11, subtag: 0, version 4, unit_type 1
-129 cu dietag: 11, subtag: 0, version 4, unit_type 1
-130 cu dietag: 11, subtag: 0, version 4, unit_type 1
-131 cu dietag: 11, subtag: 0, version 4, unit_type 1
-132 cu dietag: 11, subtag: 0, version 4, unit_type 1
-133 cu dietag: 11, subtag: 0, version 4, unit_type 1
-134 cu dietag: 11, subtag: 0, version 4, unit_type 1
-135 cu dietag: 11, subtag: 0, version 4, unit_type 1
-136 cu dietag: 11, subtag: 0, version 4, unit_type 1
-137 cu dietag: 11, subtag: 0, version 4, unit_type 1
-138 cu dietag: 11, subtag: 0, version 4, unit_type 1
-139 cu dietag: 11, subtag: 0, version 4, unit_type 1
-140 cu dietag: 11, subtag: 0, version 4, unit_type 1
-141 cu dietag: 11, subtag: 0, version 4, unit_type 1
-142 cu dietag: 11, subtag: 0, version 4, unit_type 1
-143 cu dietag: 11, subtag: 0, version 4, unit_type 1
-144 cu dietag: 11, subtag: 0, version 4, unit_type 1
-145 cu dietag: 11, subtag: 0, version 4, unit_type 1
-146 cu dietag: 11, subtag: 0, version 4, unit_type 1
-147 cu dietag: 11, subtag: 0, version 4, unit_type 1
-148 cu dietag: 11, subtag: 0, version 4, unit_type 1
-149 cu dietag: 11, subtag: 0, version 4, unit_type 1
-150 cu dietag: 11, subtag: 0, version 4, unit_type 1
-151 cu dietag: 11, subtag: 0, version 4, unit_type 1
-152 cu dietag: 11, subtag: 0, version 4, unit_type 1
-153 cu dietag: 11, subtag: 0, version 4, unit_type 1
-154 cu dietag: 11, subtag: 0, version 4, unit_type 1
-155 cu dietag: 11, subtag: 0, version 4, unit_type 1
-156 cu dietag: 11, subtag: 0, version 4, unit_type 1
-157 cu dietag: 11, subtag: 0, version 4, unit_type 1
-158 cu dietag: 11, subtag: 0, version 4, unit_type 1
-159 cu dietag: 11, subtag: 0, version 4, unit_type 1
-160 cu dietag: 11, subtag: 0, version 4, unit_type 1
-161 cu dietag: 11, subtag: 0, version 4, unit_type 1
-162 cu dietag: 11, subtag: 0, version 4, unit_type 1
-163 cu dietag: 11, subtag: 0, version 4, unit_type 1
-164 cu dietag: 11, subtag: 0, version 4, unit_type 1
-165 cu dietag: 11, subtag: 0, version 4, unit_type 1
-166 cu dietag: 11, subtag: 0, version 4, unit_type 1
-167 cu dietag: 11, subtag: 0, version 4, unit_type 1
-168 cu dietag: 11, subtag: 0, version 4, unit_type 1
-169 cu dietag: 11, subtag: 0, version 4, unit_type 1
-170 cu dietag: 11, subtag: 0, version 4, unit_type 1
-171 cu dietag: 11, subtag: 0, version 4, unit_type 1
-172 cu dietag: 11, subtag: 0, version 4, unit_type 1
-173 cu dietag: 11, subtag: 0, version 4, unit_type 1
-174 cu dietag: 11, subtag: 0, version 4, unit_type 1
-175 cu dietag: 11, subtag: 0, version 4, unit_type 1
-176 cu dietag: 11, subtag: 0, version 4, unit_type 1
-177 cu dietag: 11, subtag: 0, version 4, unit_type 1
-178 cu dietag: 11, subtag: 0, version 4, unit_type 1
-179 cu dietag: 11, subtag: 0, version 4, unit_type 1
-180 cu dietag: 11, subtag: 0, version 4, unit_type 1
-181 cu dietag: 11, subtag: 0, version 4, unit_type 1
-182 cu dietag: 11, subtag: 0, version 4, unit_type 1
-183 cu dietag: 11, subtag: 0, version 4, unit_type 1
-184 cu dietag: 11, subtag: 0, version 4, unit_type 1
-185 cu dietag: 11, subtag: 0, version 4, unit_type 1
-186 cu dietag: 11, subtag: 0, version 4, unit_type 1
-187 cu dietag: 11, subtag: 0, version 4, unit_type 1
-188 cu dietag: 11, subtag: 0, version 4, unit_type 1
-189 cu dietag: 11, subtag: 0, version 4, unit_type 1
-190 cu dietag: 11, subtag: 0, version 4, unit_type 1
-191 cu dietag: 11, subtag: 0, version 4, unit_type 1
-192 cu dietag: 11, subtag: 0, version 4, unit_type 1
-193 cu dietag: 11, subtag: 0, version 4, unit_type 1
-194 cu dietag: 11, subtag: 0, version 4, unit_type 1
-195 cu dietag: 11, subtag: 0, version 4, unit_type 1
-196 cu dietag: 11, subtag: 0, version 4, unit_type 1
-197 cu dietag: 11, subtag: 0, version 4, unit_type 1
-198 cu dietag: 11, subtag: 0, version 4, unit_type 1
-199 cu dietag: 11, subtag: 0, version 4, unit_type 1
-200 cu dietag: 11, subtag: 0, version 4, unit_type 1
-201 cu dietag: 11, subtag: 0, version 4, unit_type 1
-202 cu dietag: 11, subtag: 0, version 4, unit_type 1
-203 cu dietag: 11, subtag: 0, version 4, unit_type 1
-204 cu dietag: 11, subtag: 0, version 4, unit_type 1
-205 cu dietag: 11, subtag: 0, version 4, unit_type 1
-206 cu dietag: 11, subtag: 0, version 4, unit_type 1
-207 cu dietag: 11, subtag: 0, version 4, unit_type 1
-208 cu dietag: 11, subtag: 0, version 4, unit_type 1
-209 cu dietag: 11, subtag: 0, version 4, unit_type 1
-210 cu dietag: 11, subtag: 0, version 4, unit_type 1
-211 cu dietag: 11, subtag: 0, version 4, unit_type 1
-212 cu dietag: 11, subtag: 0, version 4, unit_type 1
-213 cu dietag: 11, subtag: 0, version 4, unit_type 1
-214 cu dietag: 11, subtag: 0, version 4, unit_type 1
-215 cu dietag: 11, subtag: 0, version 4, unit_type 1
-216 cu dietag: 11, subtag: 0, version 4, unit_type 1
-217 cu dietag: 11, subtag: 0, version 4, unit_type 1
-218 cu dietag: 11, subtag: 0, version 4, unit_type 1
-219 cu dietag: 11, subtag: 0, version 4, unit_type 1
-220 cu dietag: 11, subtag: 0, version 4, unit_type 1
-221 cu dietag: 11, subtag: 0, version 4, unit_type 1
-222 cu dietag: 11, subtag: 0, version 4, unit_type 1
-223 cu dietag: 11, subtag: 0, version 4, unit_type 1
-224 cu dietag: 11, subtag: 0, version 4, unit_type 1
-225 cu dietag: 11, subtag: 0, version 4, unit_type 1
-226 cu dietag: 11, subtag: 0, version 4, unit_type 1
-227 cu dietag: 11, subtag: 0, version 4, unit_type 1
-228 cu dietag: 11, subtag: 0, version 4, unit_type 1
-229 cu dietag: 11, subtag: 0, version 4, unit_type 1
-230 cu dietag: 11, subtag: 0, version 4, unit_type 1
-231 cu dietag: 11, subtag: 0, version 4, unit_type 1
-232 cu dietag: 11, subtag: 0, version 4, unit_type 1
-233 cu dietag: 11, subtag: 0, version 4, unit_type 1
-234 cu dietag: 11, subtag: 0, version 4, unit_type 1
-235 cu dietag: 11, subtag: 0, version 4, unit_type 1
-236 cu dietag: 11, subtag: 0, version 4, unit_type 1
-237 cu dietag: 11, subtag: 0, version 4, unit_type 1
-238 cu dietag: 11, subtag: 0, version 4, unit_type 1
-239 cu dietag: 11, subtag: 0, version 4, unit_type 1
-240 cu dietag: 11, subtag: 0, version 4, unit_type 1
-241 cu dietag: 11, subtag: 0, version 4, unit_type 1
-242 cu dietag: 11, subtag: 0, version 4, unit_type 1
-243 cu dietag: 11, subtag: 0, version 4, unit_type 1
-244 cu dietag: 11, subtag: 0, version 4, unit_type 1
-245 cu dietag: 11, subtag: 0, version 4, unit_type 1
-246 cu dietag: 11, subtag: 0, version 4, unit_type 1
-247 cu dietag: 11, subtag: 0, version 2, unit_type 1
-rechecking: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 2, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-2 re dietag: 11, subtag: 0, version 4, unit_type 1
-3 re dietag: 11, subtag: 0, version 4, unit_type 1
-4 re dietag: 11, subtag: 0, version 4, unit_type 1
-5 re dietag: 11, subtag: 0, version 4, unit_type 1
-6 re dietag: 11, subtag: 0, version 4, unit_type 1
-7 re dietag: 11, subtag: 0, version 4, unit_type 1
-8 re dietag: 11, subtag: 0, version 4, unit_type 1
-9 re dietag: 11, subtag: 0, version 4, unit_type 1
-10 re dietag: 11, subtag: 0, version 4, unit_type 1
-11 re dietag: 11, subtag: 0, version 4, unit_type 1
-12 re dietag: 11, subtag: 0, version 4, unit_type 1
-13 re dietag: 11, subtag: 0, version 4, unit_type 1
-14 re dietag: 11, subtag: 0, version 4, unit_type 1
-15 re dietag: 11, subtag: 0, version 4, unit_type 1
-16 re dietag: 11, subtag: 0, version 4, unit_type 1
-17 re dietag: 11, subtag: 0, version 4, unit_type 1
-18 re dietag: 11, subtag: 0, version 4, unit_type 1
-19 re dietag: 11, subtag: 0, version 4, unit_type 1
-20 re dietag: 11, subtag: 0, version 4, unit_type 1
-21 re dietag: 11, subtag: 0, version 4, unit_type 1
-22 re dietag: 11, subtag: 0, version 4, unit_type 1
-23 re dietag: 11, subtag: 0, version 4, unit_type 1
-24 re dietag: 11, subtag: 0, version 4, unit_type 1
-25 re dietag: 11, subtag: 0, version 4, unit_type 1
-26 re dietag: 11, subtag: 0, version 4, unit_type 1
-27 re dietag: 11, subtag: 0, version 4, unit_type 1
-28 re dietag: 11, subtag: 0, version 4, unit_type 1
-29 re dietag: 11, subtag: 0, version 4, unit_type 1
-30 re dietag: 11, subtag: 0, version 4, unit_type 1
-31 re dietag: 11, subtag: 0, version 4, unit_type 1
-32 re dietag: 11, subtag: 0, version 4, unit_type 1
-33 re dietag: 11, subtag: 0, version 4, unit_type 1
-34 re dietag: 11, subtag: 0, version 4, unit_type 1
-35 re dietag: 11, subtag: 0, version 4, unit_type 1
-36 re dietag: 11, subtag: 0, version 4, unit_type 1
-37 re dietag: 11, subtag: 0, version 4, unit_type 1
-38 re dietag: 11, subtag: 0, version 4, unit_type 1
-39 re dietag: 11, subtag: 0, version 4, unit_type 1
-40 re dietag: 11, subtag: 0, version 4, unit_type 1
-41 re dietag: 11, subtag: 0, version 4, unit_type 1
-42 re dietag: 11, subtag: 0, version 4, unit_type 1
-43 re dietag: 11, subtag: 0, version 4, unit_type 1
-44 re dietag: 11, subtag: 0, version 4, unit_type 1
-45 re dietag: 11, subtag: 0, version 4, unit_type 1
-46 re dietag: 11, subtag: 0, version 4, unit_type 1
-47 re dietag: 11, subtag: 0, version 4, unit_type 1
-48 re dietag: 11, subtag: 0, version 4, unit_type 1
-49 re dietag: 11, subtag: 0, version 4, unit_type 1
-50 re dietag: 11, subtag: 0, version 4, unit_type 1
-51 re dietag: 11, subtag: 0, version 4, unit_type 1
-52 re dietag: 11, subtag: 0, version 4, unit_type 1
-53 re dietag: 11, subtag: 0, version 4, unit_type 1
-54 re dietag: 11, subtag: 0, version 4, unit_type 1
-55 re dietag: 11, subtag: 0, version 4, unit_type 1
-56 re dietag: 11, subtag: 0, version 4, unit_type 1
-57 re dietag: 11, subtag: 0, version 4, unit_type 1
-58 re dietag: 11, subtag: 0, version 4, unit_type 1
-59 re dietag: 11, subtag: 0, version 4, unit_type 1
-60 re dietag: 11, subtag: 0, version 4, unit_type 1
-61 re dietag: 11, subtag: 0, version 4, unit_type 1
-62 re dietag: 11, subtag: 0, version 4, unit_type 1
-63 re dietag: 11, subtag: 0, version 4, unit_type 1
-64 re dietag: 11, subtag: 0, version 4, unit_type 1
-65 re dietag: 11, subtag: 0, version 4, unit_type 1
-66 re dietag: 11, subtag: 0, version 4, unit_type 1
-67 re dietag: 11, subtag: 0, version 4, unit_type 1
-68 re dietag: 11, subtag: 0, version 4, unit_type 1
-69 re dietag: 11, subtag: 0, version 4, unit_type 1
-70 re dietag: 11, subtag: 0, version 4, unit_type 1
-71 re dietag: 11, subtag: 0, version 4, unit_type 1
-72 re dietag: 11, subtag: 0, version 4, unit_type 1
-73 re dietag: 11, subtag: 0, version 4, unit_type 1
-74 re dietag: 11, subtag: 0, version 4, unit_type 1
-75 re dietag: 11, subtag: 0, version 4, unit_type 1
-76 re dietag: 11, subtag: 0, version 4, unit_type 1
-77 re dietag: 11, subtag: 0, version 4, unit_type 1
-78 re dietag: 11, subtag: 0, version 4, unit_type 1
-79 re dietag: 11, subtag: 0, version 4, unit_type 1
-80 re dietag: 11, subtag: 0, version 4, unit_type 1
-81 re dietag: 11, subtag: 0, version 4, unit_type 1
-82 re dietag: 11, subtag: 0, version 4, unit_type 1
-83 re dietag: 11, subtag: 0, version 4, unit_type 1
-84 re dietag: 11, subtag: 0, version 4, unit_type 1
-85 re dietag: 11, subtag: 0, version 4, unit_type 1
-86 re dietag: 11, subtag: 0, version 4, unit_type 1
-87 re dietag: 11, subtag: 0, version 4, unit_type 1
-88 re dietag: 11, subtag: 0, version 4, unit_type 1
-89 re dietag: 11, subtag: 0, version 4, unit_type 1
-90 re dietag: 11, subtag: 0, version 4, unit_type 1
-91 re dietag: 11, subtag: 0, version 4, unit_type 1
-92 re dietag: 11, subtag: 0, version 4, unit_type 1
-93 re dietag: 11, subtag: 0, version 4, unit_type 1
-94 re dietag: 11, subtag: 0, version 4, unit_type 1
-95 re dietag: 11, subtag: 0, version 4, unit_type 1
-96 re dietag: 11, subtag: 0, version 4, unit_type 1
-97 re dietag: 11, subtag: 0, version 4, unit_type 1
-98 re dietag: 11, subtag: 0, version 4, unit_type 1
-99 re dietag: 11, subtag: 0, version 4, unit_type 1
-100 re dietag: 11, subtag: 0, version 4, unit_type 1
-101 re dietag: 11, subtag: 0, version 4, unit_type 1
-102 re dietag: 11, subtag: 0, version 4, unit_type 1
-103 re dietag: 11, subtag: 0, version 4, unit_type 1
-104 re dietag: 11, subtag: 0, version 4, unit_type 1
-105 re dietag: 11, subtag: 0, version 4, unit_type 1
-106 re dietag: 11, subtag: 0, version 4, unit_type 1
-107 re dietag: 11, subtag: 0, version 4, unit_type 1
-108 re dietag: 11, subtag: 0, version 4, unit_type 1
-109 re dietag: 11, subtag: 0, version 4, unit_type 1
-110 re dietag: 11, subtag: 0, version 4, unit_type 1
-111 re dietag: 11, subtag: 0, version 4, unit_type 1
-112 re dietag: 11, subtag: 0, version 4, unit_type 1
-113 re dietag: 11, subtag: 0, version 4, unit_type 1
-114 re dietag: 11, subtag: 0, version 4, unit_type 1
-115 re dietag: 11, subtag: 0, version 4, unit_type 1
-116 re dietag: 11, subtag: 0, version 4, unit_type 1
-117 re dietag: 11, subtag: 0, version 4, unit_type 1
-118 re dietag: 11, subtag: 0, version 4, unit_type 1
-119 re dietag: 11, subtag: 0, version 4, unit_type 1
-120 re dietag: 11, subtag: 0, version 4, unit_type 1
-121 re dietag: 11, subtag: 0, version 4, unit_type 1
-122 re dietag: 11, subtag: 0, version 4, unit_type 1
-123 re dietag: 11, subtag: 0, version 4, unit_type 1
-124 re dietag: 11, subtag: 0, version 4, unit_type 1
-125 re dietag: 11, subtag: 0, version 4, unit_type 1
-126 re dietag: 11, subtag: 0, version 4, unit_type 1
-127 re dietag: 11, subtag: 0, version 4, unit_type 1
-128 re dietag: 11, subtag: 0, version 4, unit_type 1
-129 re dietag: 11, subtag: 0, version 4, unit_type 1
-130 re dietag: 11, subtag: 0, version 4, unit_type 1
-131 re dietag: 11, subtag: 0, version 4, unit_type 1
-132 re dietag: 11, subtag: 0, version 4, unit_type 1
-133 re dietag: 11, subtag: 0, version 4, unit_type 1
-134 re dietag: 11, subtag: 0, version 4, unit_type 1
-135 re dietag: 11, subtag: 0, version 4, unit_type 1
-136 re dietag: 11, subtag: 0, version 4, unit_type 1
-137 re dietag: 11, subtag: 0, version 4, unit_type 1
-138 re dietag: 11, subtag: 0, version 4, unit_type 1
-139 re dietag: 11, subtag: 0, version 4, unit_type 1
-140 re dietag: 11, subtag: 0, version 4, unit_type 1
-141 re dietag: 11, subtag: 0, version 4, unit_type 1
-142 re dietag: 11, subtag: 0, version 4, unit_type 1
-143 re dietag: 11, subtag: 0, version 4, unit_type 1
-144 re dietag: 11, subtag: 0, version 4, unit_type 1
-145 re dietag: 11, subtag: 0, version 4, unit_type 1
-146 re dietag: 11, subtag: 0, version 4, unit_type 1
-147 re dietag: 11, subtag: 0, version 4, unit_type 1
-148 re dietag: 11, subtag: 0, version 4, unit_type 1
-149 re dietag: 11, subtag: 0, version 4, unit_type 1
-150 re dietag: 11, subtag: 0, version 4, unit_type 1
-151 re dietag: 11, subtag: 0, version 4, unit_type 1
-152 re dietag: 11, subtag: 0, version 4, unit_type 1
-153 re dietag: 11, subtag: 0, version 4, unit_type 1
-154 re dietag: 11, subtag: 0, version 4, unit_type 1
-155 re dietag: 11, subtag: 0, version 4, unit_type 1
-156 re dietag: 11, subtag: 0, version 4, unit_type 1
-157 re dietag: 11, subtag: 0, version 4, unit_type 1
-158 re dietag: 11, subtag: 0, version 4, unit_type 1
-159 re dietag: 11, subtag: 0, version 4, unit_type 1
-160 re dietag: 11, subtag: 0, version 4, unit_type 1
-161 re dietag: 11, subtag: 0, version 4, unit_type 1
-162 re dietag: 11, subtag: 0, version 4, unit_type 1
-163 re dietag: 11, subtag: 0, version 4, unit_type 1
-164 re dietag: 11, subtag: 0, version 4, unit_type 1
-165 re dietag: 11, subtag: 0, version 4, unit_type 1
-166 re dietag: 11, subtag: 0, version 4, unit_type 1
-167 re dietag: 11, subtag: 0, version 4, unit_type 1
-168 re dietag: 11, subtag: 0, version 4, unit_type 1
-169 re dietag: 11, subtag: 0, version 4, unit_type 1
-170 re dietag: 11, subtag: 0, version 4, unit_type 1
-171 re dietag: 11, subtag: 0, version 4, unit_type 1
-172 re dietag: 11, subtag: 0, version 4, unit_type 1
-173 re dietag: 11, subtag: 0, version 4, unit_type 1
-174 re dietag: 11, subtag: 0, version 4, unit_type 1
-175 re dietag: 11, subtag: 0, version 4, unit_type 1
-176 re dietag: 11, subtag: 0, version 4, unit_type 1
-177 re dietag: 11, subtag: 0, version 4, unit_type 1
-178 re dietag: 11, subtag: 0, version 4, unit_type 1
-179 re dietag: 11, subtag: 0, version 4, unit_type 1
-180 re dietag: 11, subtag: 0, version 4, unit_type 1
-181 re dietag: 11, subtag: 0, version 4, unit_type 1
-182 re dietag: 11, subtag: 0, version 4, unit_type 1
-183 re dietag: 11, subtag: 0, version 4, unit_type 1
-184 re dietag: 11, subtag: 0, version 4, unit_type 1
-185 re dietag: 11, subtag: 0, version 4, unit_type 1
-186 re dietag: 11, subtag: 0, version 4, unit_type 1
-187 re dietag: 11, subtag: 0, version 4, unit_type 1
-188 re dietag: 11, subtag: 0, version 4, unit_type 1
-189 re dietag: 11, subtag: 0, version 4, unit_type 1
-190 re dietag: 11, subtag: 0, version 4, unit_type 1
-191 re dietag: 11, subtag: 0, version 4, unit_type 1
-192 re dietag: 11, subtag: 0, version 4, unit_type 1
-193 re dietag: 11, subtag: 0, version 4, unit_type 1
-194 re dietag: 11, subtag: 0, version 4, unit_type 1
-195 re dietag: 11, subtag: 0, version 4, unit_type 1
-196 re dietag: 11, subtag: 0, version 4, unit_type 1
-197 re dietag: 11, subtag: 0, version 4, unit_type 1
-198 re dietag: 11, subtag: 0, version 4, unit_type 1
-199 re dietag: 11, subtag: 0, version 4, unit_type 1
-200 re dietag: 11, subtag: 0, version 4, unit_type 1
-201 re dietag: 11, subtag: 0, version 4, unit_type 1
-202 re dietag: 11, subtag: 0, version 4, unit_type 1
-203 re dietag: 11, subtag: 0, version 4, unit_type 1
-204 re dietag: 11, subtag: 0, version 4, unit_type 1
-205 re dietag: 11, subtag: 0, version 4, unit_type 1
-206 re dietag: 11, subtag: 0, version 4, unit_type 1
-207 re dietag: 11, subtag: 0, version 4, unit_type 1
-208 re dietag: 11, subtag: 0, version 4, unit_type 1
-209 re dietag: 11, subtag: 0, version 4, unit_type 1
-210 re dietag: 11, subtag: 0, version 4, unit_type 1
-211 re dietag: 11, subtag: 0, version 4, unit_type 1
-212 re dietag: 11, subtag: 0, version 4, unit_type 1
-213 re dietag: 11, subtag: 0, version 4, unit_type 1
-214 re dietag: 11, subtag: 0, version 4, unit_type 1
-215 re dietag: 11, subtag: 0, version 4, unit_type 1
-216 re dietag: 11, subtag: 0, version 4, unit_type 1
-217 re dietag: 11, subtag: 0, version 4, unit_type 1
-218 re dietag: 11, subtag: 0, version 4, unit_type 1
-219 re dietag: 11, subtag: 0, version 4, unit_type 1
-220 re dietag: 11, subtag: 0, version 4, unit_type 1
-221 re dietag: 11, subtag: 0, version 4, unit_type 1
-222 re dietag: 11, subtag: 0, version 4, unit_type 1
-223 re dietag: 11, subtag: 0, version 4, unit_type 1
-224 re dietag: 11, subtag: 0, version 4, unit_type 1
-225 re dietag: 11, subtag: 0, version 4, unit_type 1
-226 re dietag: 11, subtag: 0, version 4, unit_type 1
-227 re dietag: 11, subtag: 0, version 4, unit_type 1
-228 re dietag: 11, subtag: 0, version 4, unit_type 1
-229 re dietag: 11, subtag: 0, version 4, unit_type 1
-230 re dietag: 11, subtag: 0, version 4, unit_type 1
-231 re dietag: 11, subtag: 0, version 4, unit_type 1
-232 re dietag: 11, subtag: 0, version 4, unit_type 1
-233 re dietag: 11, subtag: 0, version 4, unit_type 1
-234 re dietag: 11, subtag: 0, version 4, unit_type 1
-235 re dietag: 11, subtag: 0, version 4, unit_type 1
-236 re dietag: 11, subtag: 0, version 4, unit_type 1
-237 re dietag: 11, subtag: 0, version 4, unit_type 1
-238 re dietag: 11, subtag: 0, version 4, unit_type 1
-239 re dietag: 11, subtag: 0, version 4, unit_type 1
-240 re dietag: 11, subtag: 0, version 4, unit_type 1
-241 re dietag: 11, subtag: 0, version 4, unit_type 1
-242 re dietag: 11, subtag: 0, version 4, unit_type 1
-243 re dietag: 11, subtag: 0, version 4, unit_type 1
-244 re dietag: 11, subtag: 0, version 4, unit_type 1
-245 re dietag: 11, subtag: 0, version 4, unit_type 1
-246 re dietag: 11, subtag: 0, version 4, unit_type 1
-247 re dietag: 11, subtag: 0, version 2, unit_type 1
-
-file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 2, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-2 cu dietag: 11, subtag: 0, version 4, unit_type 1
-3 cu dietag: 11, subtag: 0, version 4, unit_type 1
-4 cu dietag: 11, subtag: 0, version 4, unit_type 1
-5 cu dietag: 11, subtag: 0, version 4, unit_type 1
-6 cu dietag: 11, subtag: 0, version 4, unit_type 1
-7 cu dietag: 11, subtag: 0, version 4, unit_type 1
-8 cu dietag: 11, subtag: 0, version 4, unit_type 1
-9 cu dietag: 11, subtag: 0, version 4, unit_type 1
-10 cu dietag: 11, subtag: 0, version 4, unit_type 1
-11 cu dietag: 11, subtag: 0, version 4, unit_type 1
-12 cu dietag: 11, subtag: 0, version 2, unit_type 1
-rechecking: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 2, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-2 re dietag: 11, subtag: 0, version 4, unit_type 1
-3 re dietag: 11, subtag: 0, version 4, unit_type 1
-4 re dietag: 11, subtag: 0, version 4, unit_type 1
-5 re dietag: 11, subtag: 0, version 4, unit_type 1
-6 re dietag: 11, subtag: 0, version 4, unit_type 1
-7 re dietag: 11, subtag: 0, version 4, unit_type 1
-8 re dietag: 11, subtag: 0, version 4, unit_type 1
-9 re dietag: 11, subtag: 0, version 4, unit_type 1
-10 re dietag: 11, subtag: 0, version 4, unit_type 1
-11 re dietag: 11, subtag: 0, version 4, unit_type 1
-12 re dietag: 11, subtag: 0, version 2, unit_type 1
-
-file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
-Iterate getting all info, compare with dwarf_cu_info.
-0 cu dietag: 11, subtag: 0, version 2, unit_type 1
-1 cu dietag: 11, subtag: 0, version 4, unit_type 1
-2 cu dietag: 11, subtag: 0, version 4, unit_type 1
-3 cu dietag: 11, subtag: 0, version 4, unit_type 1
-4 cu dietag: 11, subtag: 0, version 4, unit_type 1
-5 cu dietag: 11, subtag: 0, version 4, unit_type 1
-6 cu dietag: 11, subtag: 0, version 4, unit_type 1
-7 cu dietag: 11, subtag: 0, version 4, unit_type 1
-8 cu dietag: 11, subtag: 0, version 4, unit_type 1
-9 cu dietag: 11, subtag: 0, version 4, unit_type 1
-10 cu dietag: 11, subtag: 0, version 4, unit_type 1
-11 cu dietag: 11, subtag: 0, version 4, unit_type 1
-12 cu dietag: 11, subtag: 0, version 4, unit_type 1
-13 cu dietag: 11, subtag: 0, version 2, unit_type 1
-rechecking: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
-Iterate no info, compare recorded info with dwarf_cu_info.
-0 re dietag: 11, subtag: 0, version 2, unit_type 1
-1 re dietag: 11, subtag: 0, version 4, unit_type 1
-2 re dietag: 11, subtag: 0, version 4, unit_type 1
-3 re dietag: 11, subtag: 0, version 4, unit_type 1
-4 re dietag: 11, subtag: 0, version 4, unit_type 1
-5 re dietag: 11, subtag: 0, version 4, unit_type 1
-6 re dietag: 11, subtag: 0, version 4, unit_type 1
-7 re dietag: 11, subtag: 0, version 4, unit_type 1
-8 re dietag: 11, subtag: 0, version 4, unit_type 1
-9 re dietag: 11, subtag: 0, version 4, unit_type 1
-10 re dietag: 11, subtag: 0, version 4, unit_type 1
-11 re dietag: 11, subtag: 0, version 4, unit_type 1
-12 re dietag: 11, subtag: 0, version 4, unit_type 1
-13 re dietag: 11, subtag: 0, version 2, unit_type 1
-
-PASS: run-unit-info.sh
---- objdump.out 2019-06-18 12:59:32.812000000 +0000
-+++ - 2019-06-18 12:59:32.821110840 +0000
-@@ -1 +1,40 @@
--/usr/lib/elfutils/ptest/tests/test-subr.sh: line 103: /usr/bin/eu-objdump: No such file or directory
-+testfile-bpf-reloc.o: elf64-elf_bpf
-+
-+
-+RELOCATION RECORDS FOR [.debug_info]:
-+OFFSET TYPE VALUE
-+0000000000000006 R_BPF_64_32 .debug_abbrev
-+000000000000000c R_BPF_64_32
-+0000000000000012 R_BPF_64_32
-+0000000000000016 R_BPF_64_32 .debug_line
-+000000000000001a R_BPF_64_32
-+000000000000001e R_BPF_64_64 .text
-+000000000000002b R_BPF_64_64 .text
-+0000000000000039 R_BPF_64_32
-+0000000000000046 R_BPF_64_32
-+0000000000000052 R_BPF_64_32
-+000000000000005e R_BPF_64_32
-+0000000000000066 R_BPF_64_32
-+0000000000000072 R_BPF_64_32
-+000000000000007f R_BPF_64_32
-+
-+
-+RELOCATION RECORDS FOR [.debug_pubnames]:
-+OFFSET TYPE VALUE
-+0000000000000006 R_BPF_64_32 .debug_info
-+
-+
-+RELOCATION RECORDS FOR [.debug_pubtypes]:
-+OFFSET TYPE VALUE
-+0000000000000006 R_BPF_64_32 .debug_info
-+
-+
-+RELOCATION RECORDS FOR [.eh_frame]:
-+OFFSET TYPE VALUE
-+000000000000001c R_BPF_64_64 .text
-+
-+
-+RELOCATION RECORDS FOR [.debug_line]:
-+OFFSET TYPE VALUE
-+0000000000000028 R_BPF_64_64 .text
-+
-FAIL: run-reloc-bpf.sh
-PASS: run-next-cfi.sh
-/usr/lib/elfutils/ptest/tests/..//src/addr2line
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[40] FDE cie=[0]
-[60] FDE cie=[0]
-[96] FDE cie=[0]
-[120] FDE cie=[0]
-[140] FDE cie=[0]
-[160] FDE cie=[0]
-[228] FDE cie=[0]
-[288] FDE cie=[0]
-[332] FDE cie=[0]
-[376] FDE cie=[0]
-[420] FDE cie=[0]
-[548] FDE cie=[0]
-[624] FDE cie=[0]
-[664] FDE cie=[0]
-[716] FDE cie=[0]
-/usr/lib/elfutils/ptest/tests/..//src/elfcmp
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[40] FDE cie=[0]
-[60] FDE cie=[0]
-[96] FDE cie=[0]
-[120] FDE cie=[0]
-[140] FDE cie=[0]
-[160] FDE cie=[0]
-[180] FDE cie=[0]
-[232] FDE cie=[0]
-[304] FDE cie=[0]
-[364] FDE cie=[0]
-[440] FDE cie=[0]
-[472] FDE cie=[0]
-[492] FDE cie=[0]
-[512] FDE cie=[0]
-[532] FDE cie=[0]
-[552] FDE cie=[0]
-[572] FDE cie=[0]
-[592] FDE cie=[0]
-[612] FDE cie=[0]
-[632] FDE cie=[0]
-[652] FDE cie=[0]
-[672] FDE cie=[0]
-[692] FDE cie=[0]
-[712] FDE cie=[0]
-[732] FDE cie=[0]
-[752] FDE cie=[0]
-[772] FDE cie=[0]
-[792] FDE cie=[0]
-[812] FDE cie=[0]
-[832] FDE cie=[0]
-[852] FDE cie=[0]
-[872] FDE cie=[0]
-[892] FDE cie=[0]
-[912] FDE cie=[0]
-[932] FDE cie=[0]
-[952] FDE cie=[0]
-[972] FDE cie=[0]
-[992] FDE cie=[0]
-[1056] FDE cie=[0]
-[1088] FDE cie=[0]
-[1204] FDE cie=[0]
-[1224] FDE cie=[0]
-[1244] FDE cie=[0]
-[1264] FDE cie=[0]
-[1284] FDE cie=[0]
-[1304] FDE cie=[0]
-[1324] FDE cie=[0]
-[1344] FDE cie=[0]
-[1384] FDE cie=[0]
-[1404] FDE cie=[0]
-[1424] FDE cie=[0]
-[1464] FDE cie=[0]
-[1488] FDE cie=[0]
-[1544] FDE cie=[0]
-[1568] FDE cie=[0]
-[1608] FDE cie=[0]
-[1660] FDE cie=[0]
-/usr/lib/elfutils/ptest/tests/..//src/objdump
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[40] FDE cie=[0]
-[60] FDE cie=[0]
-[96] FDE cie=[0]
-[120] FDE cie=[0]
-[180] FDE cie=[0]
-[236] FDE cie=[0]
-[304] FDE cie=[0]
-[368] FDE cie=[0]
-[440] FDE cie=[0]
-[512] FDE cie=[0]
-[588] FDE cie=[0]
-[652] FDE cie=[0]
-[704] FDE cie=[0]
-[736] FDE cie=[0]
-[756] FDE cie=[0]
-[776] FDE cie=[0]
-[796] FDE cie=[0]
-[816] FDE cie=[0]
-[836] FDE cie=[0]
-[856] FDE cie=[0]
-[876] FDE cie=[0]
-[896] FDE cie=[0]
-[916] FDE cie=[0]
-[936] FDE cie=[0]
-[956] FDE cie=[0]
-[976] FDE cie=[0]
-[996] FDE cie=[0]
-[1016] FDE cie=[0]
-[1036] FDE cie=[0]
-[1056] FDE cie=[0]
-[1076] FDE cie=[0]
-[1096] FDE cie=[0]
-[1116] FDE cie=[0]
-[1136] FDE cie=[0]
-[1156] FDE cie=[0]
-[1176] FDE cie=[0]
-[1196] FDE cie=[0]
-[1216] FDE cie=[0]
-[1236] FDE cie=[0]
-[1256] FDE cie=[0]
-[1320] FDE cie=[0]
-[1352] FDE cie=[0]
-[1468] FDE cie=[0]
-[1488] FDE cie=[0]
-[1508] FDE cie=[0]
-[1528] FDE cie=[0]
-[1548] FDE cie=[0]
-[1568] FDE cie=[0]
-[1588] FDE cie=[0]
-[1608] FDE cie=[0]
-[1648] FDE cie=[0]
-[1668] FDE cie=[0]
-[1688] FDE cie=[0]
-[1728] FDE cie=[0]
-[1768] FDE cie=[0]
-[1792] FDE cie=[0]
-[1824] FDE cie=[0]
-[1856] FDE cie=[0]
-[1888] FDE cie=[0]
-[2032] FDE cie=[0]
-[2072] FDE cie=[0]
-[2124] FDE cie=[0]
-/usr/lib/elfutils/ptest/tests/..//src/readelf
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[40] FDE cie=[0]
-[60] FDE cie=[0]
-[96] FDE cie=[0]
-[120] FDE cie=[0]
-[140] FDE cie=[0]
-[160] FDE cie=[0]
-[180] FDE cie=[0]
-[200] FDE cie=[0]
-[248] FDE cie=[0]
-[300] FDE cie=[0]
-[348] FDE cie=[0]
-[400] FDE cie=[0]
-[436] FDE cie=[0]
-[456] FDE cie=[0]
-[528] FDE cie=[0]
-[640] FDE cie=[0]
-[708] FDE cie=[0]
-[832] FDE cie=[0]
-[888] FDE cie=[0]
-[936] FDE cie=[0]
-[980] FDE cie=[0]
-[1032] FDE cie=[0]
-[1088] FDE cie=[0]
-[1124] FDE cie=[0]
-[1180] FDE cie=[0]
-[1244] FDE cie=[0]
-[1292] FDE cie=[0]
-[1364] FDE cie=[0]
-[1428] FDE cie=[0]
-[1448] FDE cie=[0]
-[1468] FDE cie=[0]
-[1540] FDE cie=[0]
-[1604] FDE cie=[0]
-[1644] FDE cie=[0]
-[1664] FDE cie=[0]
-[1684] FDE cie=[0]
-[1704] FDE cie=[0]
-[1724] FDE cie=[0]
-[1744] FDE cie=[0]
-[1816] FDE cie=[0]
-[1868] FDE cie=[0]
-[1912] FDE cie=[0]
-[2004] FDE cie=[0]
-[2060] FDE cie=[0]
-[2168] FDE cie=[0]
-[2328] FDE cie=[0]
-[2396] FDE cie=[0]
-[2580] FDE cie=[0]
-[2648] FDE cie=[0]
-[2720] FDE cie=[0]
-[2844] FDE cie=[0]
-[2992] FDE cie=[0]
-[3060] FDE cie=[0]
-[3208] FDE cie=[0]
-[3228] FDE cie=[0]
-[3248] FDE cie=[0]
-[3340] FDE cie=[0]
-[3388] FDE cie=[0]
-[3504] FDE cie=[0]
-[3564] FDE cie=[0]
-[3640] FDE cie=[0]
-[3712] FDE cie=[0]
-[3868] FDE cie=[0]
-[3904] FDE cie=[0]
-[4000] FDE cie=[0]
-[4068] FDE cie=[0]
-[4112] FDE cie=[0]
-[4224] FDE cie=[0]
-[4296] FDE cie=[0]
-[4504] FDE cie=[0]
-[4548] FDE cie=[0]
-[4620] FDE cie=[0]
-[4740] FDE cie=[0]
-[4976] FDE cie=[0]
-[5092] FDE cie=[0]
-[5160] FDE cie=[0]
-[5236] FDE cie=[0]
-[5292] FDE cie=[0]
-[5344] FDE cie=[0]
-[5476] FDE cie=[0]
-[5676] FDE cie=[0]
-[5844] FDE cie=[0]
-[5996] FDE cie=[0]
-[6116] FDE cie=[0]
-[6272] FDE cie=[0]
-[6400] FDE cie=[0]
-[6600] FDE cie=[0]
-[6672] FDE cie=[0]
-[6864] FDE cie=[0]
-[6992] FDE cie=[0]
-[7024] FDE cie=[0]
-[7044] FDE cie=[0]
-[7064] FDE cie=[0]
-[7084] FDE cie=[0]
-[7104] FDE cie=[0]
-[7124] FDE cie=[0]
-[7144] FDE cie=[0]
-[7164] FDE cie=[0]
-[7184] FDE cie=[0]
-[7204] FDE cie=[0]
-[7224] FDE cie=[0]
-[7244] FDE cie=[0]
-[7264] FDE cie=[0]
-[7284] FDE cie=[0]
-[7304] FDE cie=[0]
-[7324] FDE cie=[0]
-[7344] FDE cie=[0]
-[7364] FDE cie=[0]
-[7384] FDE cie=[0]
-[7404] FDE cie=[0]
-[7424] FDE cie=[0]
-[7444] FDE cie=[0]
-[7464] FDE cie=[0]
-[7484] FDE cie=[0]
-[7504] FDE cie=[0]
-[7524] FDE cie=[0]
-[7544] FDE cie=[0]
-[7608] FDE cie=[0]
-[7640] FDE cie=[0]
-[7756] FDE cie=[0]
-[7776] FDE cie=[0]
-[7796] FDE cie=[0]
-[7816] FDE cie=[0]
-[7836] FDE cie=[0]
-[7856] FDE cie=[0]
-[7876] FDE cie=[0]
-[7896] FDE cie=[0]
-[7936] FDE cie=[0]
-[7956] FDE cie=[0]
-[7976] FDE cie=[0]
-[8016] FDE cie=[0]
-[8056] FDE cie=[0]
-[8112] FDE cie=[0]
-[8160] FDE cie=[0]
-[8288] FDE cie=[0]
-[8352] FDE cie=[0]
-[8408] FDE cie=[0]
-[8480] FDE cie=[0]
-[8544] FDE cie=[0]
-[8608] FDE cie=[0]
-[8632] FDE cie=[0]
-[8744] FDE cie=[0]
-[8800] FDE cie=[0]
-[8872] FDE cie=[0]
-[9032] FDE cie=[0]
-[9056] FDE cie=[0]
-[9080] FDE cie=[0]
-[9120] FDE cie=[0]
-[9168] FDE cie=[0]
-[9200] FDE cie=[0]
-[9232] FDE cie=[0]
-[9264] FDE cie=[0]
-[9304] FDE cie=[0]
-[9356] FDE cie=[0]
-/usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[40] FDE cie=[0]
-[60] FDE cie=[0]
-[96] FDE cie=[0]
-[120] FDE cie=[0]
-[152] FDE cie=[0]
-[176] FDE cie=[0]
-[208] FDE cie=[0]
-[240] FDE cie=[0]
-[288] FDE cie=[0]
-[312] FDE cie=[0]
-[484] FDE cie=[0]
-[568] FDE cie=[0]
-[684] FDE cie=[0]
-[836] FDE cie=[0]
-[896] FDE cie=[0]
-[1032] FDE cie=[0]
-[1104] FDE cie=[0]
-[1152] FDE cie=[0]
-[1216] FDE cie=[0]
-[1240] FDE cie=[0]
-[1264] FDE cie=[0]
-[1288] FDE cie=[0]
-[1312] FDE cie=[0]
-[1352] FDE cie=[0]
-[1392] FDE cie=[0]
-[1440] FDE cie=[0]
-[1496] FDE cie=[0]
-[1552] FDE cie=[0]
-[1608] FDE cie=[0]
-[1664] FDE cie=[0]
-[1684] FDE cie=[0]
-[1704] FDE cie=[0]
-[1724] FDE cie=[0]
-[1744] FDE cie=[0]
-[1764] FDE cie=[0]
-[1784] FDE cie=[0]
-[1804] FDE cie=[0]
-[1824] FDE cie=[0]
-[1844] FDE cie=[0]
-[1864] FDE cie=[0]
-[1884] FDE cie=[0]
-[1904] FDE cie=[0]
-[1924] FDE cie=[0]
-[1944] FDE cie=[0]
-[1964] FDE cie=[0]
-[1984] FDE cie=[0]
-[2004] FDE cie=[0]
-[2024] FDE cie=[0]
-[2044] FDE cie=[0]
-[2064] FDE cie=[0]
-[2084] FDE cie=[0]
-[2104] FDE cie=[0]
-[2124] FDE cie=[0]
-[2144] FDE cie=[0]
-[2164] FDE cie=[0]
-[2184] FDE cie=[0]
-[2204] FDE cie=[0]
-[2224] FDE cie=[0]
-[2244] FDE cie=[0]
-[2264] FDE cie=[0]
-[2284] FDE cie=[0]
-[2304] FDE cie=[0]
-[2324] FDE cie=[0]
-[2344] FDE cie=[0]
-[2364] FDE cie=[0]
-[2384] FDE cie=[0]
-[2404] FDE cie=[0]
-[2424] FDE cie=[0]
-[2496] FDE cie=[0]
-[2516] FDE cie=[0]
-[2536] FDE cie=[0]
-[2588] FDE cie=[0]
-[2640] FDE cie=[0]
-[2688] FDE cie=[0]
-[2736] FDE cie=[0]
-[2780] FDE cie=[0]
-[2816] FDE cie=[0]
-[2860] FDE cie=[0]
-[2896] FDE cie=[0]
-[2944] FDE cie=[0]
-[2968] FDE cie=[0]
-[3024] FDE cie=[0]
-[3080] FDE cie=[0]
-[3104] FDE cie=[0]
-[3160] FDE cie=[0]
-[3360] FDE cie=[0]
-[3392] FDE cie=[0]
-[3592] FDE cie=[0]
-[3624] FDE cie=[0]
-[3728] FDE cie=[0]
-[3888] FDE cie=[0]
-[4048] FDE cie=[0]
-[4072] FDE cie=[0]
-[4168] FDE cie=[0]
-[4208] FDE cie=[0]
-[4368] FDE cie=[0]
-[4408] FDE cie=[0]
-[4464] FDE cie=[0]
-[4500] FDE cie=[0]
-[4536] FDE cie=[0]
-[4640] FDE cie=[0]
-[4696] FDE cie=[0]
-[4792] FDE cie=[0]
-[4816] FDE cie=[0]
-[4840] FDE cie=[0]
-[4960] FDE cie=[0]
-[4996] FDE cie=[0]
-[5096] FDE cie=[0]
-[5148] FDE cie=[0]
-[5200] FDE cie=[0]
-[5248] FDE cie=[0]
-[5284] FDE cie=[0]
-[5384] FDE cie=[0]
-[5436] FDE cie=[0]
-[5488] FDE cie=[0]
-[5536] FDE cie=[0]
-[5600] FDE cie=[0]
-[5672] FDE cie=[0]
-[5712] FDE cie=[0]
-[5888] FDE cie=[0]
-[5960] FDE cie=[0]
-[5996] FDE cie=[0]
-[6064] FDE cie=[0]
-[6084] FDE cie=[0]
-[6192] FDE cie=[0]
-[6252] FDE cie=[0]
-[6272] FDE cie=[0]
-[6328] FDE cie=[0]
-[6536] FDE cie=[0]
-[6576] FDE cie=[0]
-[6616] FDE cie=[0]
-[6656] FDE cie=[0]
-[6696] FDE cie=[0]
-[6736] FDE cie=[0]
-[6776] FDE cie=[0]
-[6808] FDE cie=[0]
-[6928] FDE cie=[0]
-[7000] FDE cie=[0]
-[7160] FDE cie=[0]
-[7180] FDE cie=[0]
-[7200] FDE cie=[0]
-[7284] FDE cie=[0]
-[7452] FDE cie=[0]
-[7624] FDE cie=[0]
-[7644] FDE cie=[0]
-[7664] FDE cie=[0]
-[7748] FDE cie=[0]
-[7920] FDE cie=[0]
-[8096] FDE cie=[0]
-[8144] FDE cie=[0]
-[8192] FDE cie=[0]
-[8240] FDE cie=[0]
-[8288] FDE cie=[0]
-[8336] FDE cie=[0]
-[8384] FDE cie=[0]
-[8432] FDE cie=[0]
-[8472] FDE cie=[0]
-[8512] FDE cie=[0]
-[8608] FDE cie=[0]
-[8680] FDE cie=[0]
-[8728] FDE cie=[0]
-[8776] FDE cie=[0]
-[8808] FDE cie=[0]
-[8832] FDE cie=[0]
-[8880] FDE cie=[0]
-[8920] FDE cie=[0]
-[8968] FDE cie=[0]
-[9024] FDE cie=[0]
-[9080] FDE cie=[0]
-[9104] FDE cie=[0]
-[9128] FDE cie=[0]
-[9236] FDE cie=[0]
-[9392] FDE cie=[0]
-[9448] FDE cie=[0]
-[9496] FDE cie=[0]
-[9536] FDE cie=[0]
-[9584] FDE cie=[0]
-[9632] FDE cie=[0]
-[9680] FDE cie=[0]
-[9728] FDE cie=[0]
-[9760] FDE cie=[0]
-[9800] FDE cie=[0]
-[9832] FDE cie=[0]
-[9864] FDE cie=[0]
-[9888] FDE cie=[0]
-[10064] FDE cie=[0]
-[10088] FDE cie=[0]
-[10224] FDE cie=[0]
-[10360] FDE cie=[0]
-[10384] FDE cie=[0]
-[10408] FDE cie=[0]
-[10512] FDE cie=[0]
-[10560] FDE cie=[0]
-[10600] FDE cie=[0]
-[10672] FDE cie=[0]
-[10744] FDE cie=[0]
-[10776] FDE cie=[0]
-[10800] FDE cie=[0]
-[10824] FDE cie=[0]
-[10864] FDE cie=[0]
-[10920] FDE cie=[0]
-[10976] FDE cie=[0]
-[11032] FDE cie=[0]
-[11204] FDE cie=[0]
-[11260] FDE cie=[0]
-[11308] FDE cie=[0]
-[11344] FDE cie=[0]
-[11544] FDE cie=[0]
-/usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[40] FDE cie=[0]
-[60] FDE cie=[0]
-[96] FDE cie=[0]
-[120] FDE cie=[0]
-[168] FDE cie=[0]
-[300] FDE cie=[0]
-[340] FDE cie=[0]
-[412] FDE cie=[0]
-[536] FDE cie=[0]
-[556] FDE cie=[0]
-[612] FDE cie=[0]
-[664] FDE cie=[0]
-[688] FDE cie=[0]
-[912] FDE cie=[0]
-[1076] FDE cie=[0]
-[1112] FDE cie=[0]
-[1160] FDE cie=[0]
-[1208] FDE cie=[0]
-[1240] FDE cie=[0]
-[1272] FDE cie=[0]
-[1320] FDE cie=[0]
-[1508] FDE cie=[0]
-[1540] FDE cie=[0]
-[1576] FDE cie=[0]
-[1616] FDE cie=[0]
-[1664] FDE cie=[0]
-[1684] FDE cie=[0]
-[1704] FDE cie=[0]
-[1760] FDE cie=[0]
-[1888] FDE cie=[0]
-[1908] FDE cie=[0]
-[1968] FDE cie=[0]
-[2004] FDE cie=[0]
-[2036] FDE cie=[0]
-[2068] FDE cie=[0]
-[2108] FDE cie=[0]
-[2128] FDE cie=[0]
-[2148] FDE cie=[0]
-[2208] FDE cie=[0]
-[2244] FDE cie=[0]
-[2276] FDE cie=[0]
-[2308] FDE cie=[0]
-[2352] FDE cie=[0]
-[2416] FDE cie=[0]
-[2480] FDE cie=[0]
-[2640] FDE cie=[0]
-[2712] FDE cie=[0]
-[2760] FDE cie=[0]
-[2832] FDE cie=[0]
-[2872] FDE cie=[0]
-[2908] FDE cie=[0]
-[3064] FDE cie=[0]
-[3160] FDE cie=[0]
-[3200] FDE cie=[0]
-[3248] FDE cie=[0]
-[3320] FDE cie=[0]
-[3368] FDE cie=[0]
-[3432] FDE cie=[0]
-[3688] FDE cie=[0]
-[3768] FDE cie=[0]
-[3792] FDE cie=[0]
-[3848] FDE cie=[0]
-[3984] FDE cie=[0]
-[4008] FDE cie=[0]
-[4032] FDE cie=[0]
-[4056] FDE cie=[0]
-[4128] FDE cie=[0]
-[4152] FDE cie=[0]
-[4176] FDE cie=[0]
-[4200] FDE cie=[0]
-[4240] FDE cie=[0]
-[4280] FDE cie=[0]
-[4320] FDE cie=[0]
-[4360] FDE cie=[0]
-[4400] FDE cie=[0]
-[4424] FDE cie=[0]
-[4448] FDE cie=[0]
-[4472] FDE cie=[0]
-[4496] FDE cie=[0]
-[4516] FDE cie=[0]
-[4536] FDE cie=[0]
-[4556] FDE cie=[0]
-[4576] FDE cie=[0]
-[4596] FDE cie=[0]
-[4616] FDE cie=[0]
-[4928] FDE cie=[0]
-[4996] FDE cie=[0]
-[5032] FDE cie=[0]
-[5160] FDE cie=[0]
-[5200] FDE cie=[0]
-[5244] FDE cie=[0]
-[5300] FDE cie=[0]
-[5344] FDE cie=[0]
-[5416] FDE cie=[0]
-[5476] FDE cie=[0]
-[5520] FDE cie=[0]
-[5632] FDE cie=[0]
-[5664] FDE cie=[0]
-[5688] FDE cie=[0]
-[5712] FDE cie=[0]
-[5736] FDE cie=[0]
-[5760] FDE cie=[0]
-[5784] FDE cie=[0]
-[5808] FDE cie=[0]
-[5832] FDE cie=[0]
-[5856] FDE cie=[0]
-[5880] FDE cie=[0]
-[5904] FDE cie=[0]
-[5928] FDE cie=[0]
-[5960] FDE cie=[0]
-[5992] FDE cie=[0]
-[6056] FDE cie=[0]
-[6144] FDE cie=[0]
-[6168] FDE cie=[0]
-[6192] FDE cie=[0]
-[6212] FDE cie=[0]
-[6244] FDE cie=[0]
-[6336] FDE cie=[0]
-[6448] FDE cie=[0]
-[6528] FDE cie=[0]
-[6568] FDE cie=[0]
-[6588] FDE cie=[0]
-[6624] FDE cie=[0]
-[6692] FDE cie=[0]
-[6756] FDE cie=[0]
-[6816] FDE cie=[0]
-[6988] FDE cie=[0]
-[7168] FDE cie=[0]
-[7224] FDE cie=[0]
-[7264] FDE cie=[0]
-[7284] FDE cie=[0]
-[7584] FDE cie=[0]
-[7616] FDE cie=[0]
-[7640] FDE cie=[0]
-[7672] FDE cie=[0]
-[7912] FDE cie=[0]
-[7944] FDE cie=[0]
-[7988] FDE cie=[0]
-[8140] FDE cie=[0]
-[8328] FDE cie=[0]
-[8348] FDE cie=[0]
-[8372] FDE cie=[0]
-[8432] FDE cie=[0]
-[8464] FDE cie=[0]
-[8568] FDE cie=[0]
-[8592] FDE cie=[0]
-[8616] FDE cie=[0]
-[8640] FDE cie=[0]
-[8704] FDE cie=[0]
-[8784] FDE cie=[0]
-[8832] FDE cie=[0]
-[8880] FDE cie=[0]
-[8960] FDE cie=[0]
-[9048] FDE cie=[0]
-[9088] FDE cie=[0]
-[9128] FDE cie=[0]
-[9152] FDE cie=[0]
-[9176] FDE cie=[0]
-[9220] FDE cie=[0]
-[9256] FDE cie=[0]
-[9296] FDE cie=[0]
-[9432] FDE cie=[0]
-[9452] FDE cie=[0]
-[9472] FDE cie=[0]
-[9560] FDE cie=[0]
-[9616] FDE cie=[0]
-[9656] FDE cie=[0]
-[9696] FDE cie=[0]
-[9752] FDE cie=[0]
-[9800] FDE cie=[0]
-[9820] FDE cie=[0]
-[9848] FDE cie=[0]
-[9964] FDE cie=[0]
-[10032] FDE cie=[0]
-[10256] FDE cie=[0]
-[10276] FDE cie=[0]
-[10480] FDE cie=[0]
-[10500] FDE cie=[0]
-[10520] FDE cie=[0]
-[10568] FDE cie=[0]
-[10628] FDE cie=[0]
-[10680] FDE cie=[0]
-[10700] FDE cie=[0]
-[10720] FDE cie=[0]
-[10764] FDE cie=[0]
-[10848] FDE cie=[0]
-[10896] FDE cie=[0]
-[11072] FDE cie=[0]
-[11116] FDE cie=[0]
-[11300] FDE cie=[0]
-[11368] FDE cie=[0]
-[11404] FDE cie=[0]
-[11440] FDE cie=[0]
-[11488] FDE cie=[0]
-[11512] FDE cie=[0]
-[11576] FDE cie=[0]
-[11616] FDE cie=[0]
-[11672] FDE cie=[0]
-[11728] FDE cie=[0]
-[11772] FDE cie=[0]
-[11792] FDE cie=[0]
-[11836] FDE cie=[0]
-[11972] FDE cie=[0]
-[12208] FDE cie=[0]
-[12248] FDE cie=[0]
-[12284] FDE cie=[0]
-[12456] FDE cie=[0]
-[12504] FDE cie=[0]
-[12524] FDE cie=[0]
-[12592] FDE cie=[0]
-[12640] FDE cie=[0]
-[12716] FDE cie=[0]
-[12768] FDE cie=[0]
-[12932] FDE cie=[0]
-[13072] FDE cie=[0]
-[13112] FDE cie=[0]
-[13136] FDE cie=[0]
-[13160] FDE cie=[0]
-[13240] FDE cie=[0]
-[13272] FDE cie=[0]
-[13344] FDE cie=[0]
-[13464] FDE cie=[0]
-[13568] FDE cie=[0]
-[13664] FDE cie=[0]
-[13728] FDE cie=[0]
-[13968] FDE cie=[0]
-[14064] FDE cie=[0]
-[14128] FDE cie=[0]
-[14196] FDE cie=[0]
-[14264] FDE cie=[0]
-[14320] FDE cie=[0]
-[14360] FDE cie=[0]
-[14400] FDE cie=[0]
-[14536] FDE cie=[0]
-[14580] FDE cie=[0]
-[14620] FDE cie=[0]
-[14656] FDE cie=[0]
-[14692] FDE cie=[0]
-[14712] FDE cie=[0]
-[14768] FDE cie=[0]
-[14788] FDE cie=[0]
-[14808] FDE cie=[0]
-[14856] FDE cie=[0]
-[14912] FDE cie=[0]
-[14952] FDE cie=[0]
-[14976] FDE cie=[0]
-[15008] FDE cie=[0]
-[15064] FDE cie=[0]
-[15120] FDE cie=[0]
-[15192] FDE cie=[0]
-[15216] FDE cie=[0]
-[15236] FDE cie=[0]
-[15280] FDE cie=[0]
-[15324] FDE cie=[0]
-[15344] FDE cie=[0]
-[15364] FDE cie=[0]
-[15424] FDE cie=[0]
-[15504] FDE cie=[0]
-[15620] FDE cie=[0]
-[15676] FDE cie=[0]
-[15732] FDE cie=[0]
-[15752] FDE cie=[0]
-[15840] FDE cie=[0]
-[16072] FDE cie=[0]
-[16144] FDE cie=[0]
-[16264] FDE cie=[0]
-[16352] FDE cie=[0]
-[16408] FDE cie=[0]
-[16472] FDE cie=[0]
-[16512] FDE cie=[0]
-[16592] FDE cie=[0]
-[16640] FDE cie=[0]
-[16784] FDE cie=[0]
-[16824] FDE cie=[0]
-[16868] FDE cie=[0]
-[16900] FDE cie=[0]
-[16976] FDE cie=[0]
-[17020] FDE cie=[0]
-[17088] FDE cie=[0]
-[17144] FDE cie=[0]
-[17212] FDE cie=[0]
-[17272] FDE cie=[0]
-[17328] FDE cie=[0]
-[17384] FDE cie=[0]
-[17472] FDE cie=[0]
-[17492] FDE cie=[0]
-[17512] FDE cie=[0]
-[17640] FDE cie=[0]
-[17712] FDE cie=[0]
-[17736] FDE cie=[0]
-[17840] FDE cie=[0]
-[17896] FDE cie=[0]
-[17936] FDE cie=[0]
-[18004] FDE cie=[0]
-[18048] FDE cie=[0]
-[18072] FDE cie=[0]
-[18212] FDE cie=[0]
-[18332] FDE cie=[0]
-[18488] FDE cie=[0]
-[18604] FDE cie=[0]
-[18740] FDE cie=[0]
-[18856] FDE cie=[0]
-[18892] FDE cie=[0]
-[18936] FDE cie=[0]
-[19012] FDE cie=[0]
-[19056] FDE cie=[0]
-[19104] FDE cie=[0]
-[19176] FDE cie=[0]
-[19232] FDE cie=[0]
-[19320] FDE cie=[0]
-[19344] FDE cie=[0]
-[19396] FDE cie=[0]
-[19512] FDE cie=[0]
-[19576] FDE cie=[0]
-[19712] FDE cie=[0]
-[19764] FDE cie=[0]
-[19824] FDE cie=[0]
-[19872] FDE cie=[0]
-[19952] FDE cie=[0]
-[19972] FDE cie=[0]
-[20028] FDE cie=[0]
-[20096] FDE cie=[0]
-[20152] FDE cie=[0]
-[20328] FDE cie=[0]
-[20472] FDE cie=[0]
-[20540] FDE cie=[0]
-[20652] FDE cie=[0]
-[20768] FDE cie=[0]
-[20928] FDE cie=[0]
-[20972] FDE cie=[0]
-[21044] FDE cie=[0]
-[21284] FDE cie=[0]
-[21304] FDE cie=[0]
-[21364] FDE cie=[0]
-[21424] FDE cie=[0]
-[21464] FDE cie=[0]
-[21504] FDE cie=[0]
-[21592] FDE cie=[0]
-[21616] FDE cie=[0]
-[21636] FDE cie=[0]
-[21688] FDE cie=[0]
-[21760] FDE cie=[0]
-[21808] FDE cie=[0]
-[21856] FDE cie=[0]
-[21880] FDE cie=[0]
-[21928] FDE cie=[0]
-[21968] FDE cie=[0]
-[22024] FDE cie=[0]
-[22056] FDE cie=[0]
-[22096] FDE cie=[0]
-[22120] FDE cie=[0]
-[22144] FDE cie=[0]
-[22168] FDE cie=[0]
-[22208] FDE cie=[0]
-[22272] FDE cie=[0]
-[22320] FDE cie=[0]
-[22360] FDE cie=[0]
-[22536] FDE cie=[0]
-[22560] FDE cie=[0]
-[22632] FDE cie=[0]
-[22768] FDE cie=[0]
-[22820] FDE cie=[0]
-[22864] FDE cie=[0]
-[22944] FDE cie=[0]
-[23100] FDE cie=[0]
-[23140] FDE cie=[0]
-[23184] FDE cie=[0]
-[23224] FDE cie=[0]
-[23340] FDE cie=[0]
-[23412] FDE cie=[0]
-[23448] FDE cie=[0]
-[23472] FDE cie=[0]
-[23512] FDE cie=[0]
-[23688] FDE cie=[0]
-[23724] FDE cie=[0]
-[23760] FDE cie=[0]
-[23816] FDE cie=[0]
-[23860] FDE cie=[0]
-[23968] FDE cie=[0]
-[24056] FDE cie=[0]
-[24196] FDE cie=[0]
-[24272] FDE cie=[0]
-[24308] FDE cie=[0]
-[24508] FDE cie=[0]
-[24616] FDE cie=[0]
-[24712] FDE cie=[0]
-[24764] FDE cie=[0]
-[24928] FDE cie=[0]
-[24952] FDE cie=[0]
-[25060] FDE cie=[0]
-[25128] FDE cie=[0]
-[25148] FDE cie=[0]
-[25184] FDE cie=[0]
-[25288] FDE cie=[0]
-[25312] FDE cie=[0]
-[25364] FDE cie=[0]
-[25416] FDE cie=[0]
-[25556] FDE cie=[0]
-[25588] FDE cie=[0]
-[25608] FDE cie=[0]
-[25628] FDE cie=[0]
-[25648] FDE cie=[0]
-[25756] FDE cie=[0]
-[25880] FDE cie=[0]
-[25900] FDE cie=[0]
-[25976] FDE cie=[0]
-[25996] FDE cie=[0]
-[26056] FDE cie=[0]
-[26096] FDE cie=[0]
-[26168] FDE cie=[0]
-[26216] FDE cie=[0]
-[26420] FDE cie=[0]
-[26488] FDE cie=[0]
-[26620] FDE cie=[0]
-[26800] FDE cie=[0]
-[26872] FDE cie=[0]
-[26920] FDE cie=[0]
-[26956] FDE cie=[0]
-[26996] FDE cie=[0]
-[27052] FDE cie=[0]
-[27100] FDE cie=[0]
-[27160] FDE cie=[0]
-[27244] FDE cie=[0]
-[27300] FDE cie=[0]
-[27320] FDE cie=[0]
-[27368] FDE cie=[0]
-[27436] FDE cie=[0]
-[27456] FDE cie=[0]
-[27492] FDE cie=[0]
-[27616] FDE cie=[0]
-[27756] FDE cie=[0]
-[27892] FDE cie=[0]
-[28064] FDE cie=[0]
-[28132] FDE cie=[0]
-[28168] FDE cie=[0]
-[28328] FDE cie=[0]
-[28544] FDE cie=[0]
-[28576] FDE cie=[0]
-[28596] FDE cie=[0]
-[28616] FDE cie=[0]
-[28636] FDE cie=[0]
-[28656] FDE cie=[0]
-[28676] FDE cie=[0]
-[28696] FDE cie=[0]
-[28716] FDE cie=[0]
-[28736] FDE cie=[0]
-[28756] FDE cie=[0]
-[28776] FDE cie=[0]
-[28796] FDE cie=[0]
-[28816] FDE cie=[0]
-[28836] FDE cie=[0]
-[28856] FDE cie=[0]
-[28876] FDE cie=[0]
-[28896] FDE cie=[0]
-[28916] FDE cie=[0]
-[28936] FDE cie=[0]
-[28956] FDE cie=[0]
-[28976] FDE cie=[0]
-[28996] FDE cie=[0]
-[29016] FDE cie=[0]
-[29036] FDE cie=[0]
-[29056] FDE cie=[0]
-[29076] FDE cie=[0]
-[29096] FDE cie=[0]
-[29160] FDE cie=[0]
-[29192] FDE cie=[0]
-[29308] FDE cie=[0]
-[29328] FDE cie=[0]
-[29348] FDE cie=[0]
-[29368] FDE cie=[0]
-[29388] FDE cie=[0]
-[29408] FDE cie=[0]
-[29428] FDE cie=[0]
-[29448] FDE cie=[0]
-[29488] FDE cie=[0]
-[29508] FDE cie=[0]
-[29528] FDE cie=[0]
-[29568] FDE cie=[0]
-[29608] FDE cie=[0]
-[29664] FDE cie=[0]
-[29712] FDE cie=[0]
-[29840] FDE cie=[0]
-[29904] FDE cie=[0]
-[29960] FDE cie=[0]
-[30032] FDE cie=[0]
-[30096] FDE cie=[0]
-[30120] FDE cie=[0]
-[30184] FDE cie=[0]
-[30208] FDE cie=[0]
-[30232] FDE cie=[0]
-[30256] FDE cie=[0]
-[30280] FDE cie=[0]
-[30304] FDE cie=[0]
-[30344] FDE cie=[0]
-[30456] FDE cie=[0]
-[30512] FDE cie=[0]
-[30584] FDE cie=[0]
-[30744] FDE cie=[0]
-[30768] FDE cie=[0]
-[30792] FDE cie=[0]
-[30816] FDE cie=[0]
-[30872] FDE cie=[0]
-[30896] FDE cie=[0]
-[30920] FDE cie=[0]
-[30944] FDE cie=[0]
-[30968] FDE cie=[0]
-[30992] FDE cie=[0]
-[31016] FDE cie=[0]
-[31040] FDE cie=[0]
-[31064] FDE cie=[0]
-[31088] FDE cie=[0]
-[31112] FDE cie=[0]
-[31152] FDE cie=[0]
-[31200] FDE cie=[0]
-[31224] FDE cie=[0]
-[31248] FDE cie=[0]
-[31268] FDE cie=[0]
-[31288] FDE cie=[0]
-[31312] FDE cie=[0]
-[31336] FDE cie=[0]
-[31356] FDE cie=[0]
-[31376] FDE cie=[0]
-[31400] FDE cie=[0]
-[31424] FDE cie=[0]
-[31448] FDE cie=[0]
-[31472] FDE cie=[0]
-[31512] FDE cie=[0]
-/usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[40] FDE cie=[0]
-[60] FDE cie=[0]
-[96] FDE cie=[0]
-[120] FDE cie=[0]
-[140] FDE cie=[0]
-[160] FDE cie=[0]
-[180] FDE cie=[0]
-[200] FDE cie=[0]
-[220] FDE cie=[0]
-[260] FDE cie=[0]
-[296] FDE cie=[0]
-[316] FDE cie=[0]
-[336] FDE cie=[0]
-[384] FDE cie=[0]
-[456] FDE cie=[0]
-[480] FDE cie=[0]
-[536] FDE cie=[0]
-[560] FDE cie=[0]
-[584] FDE cie=[0]
-[608] FDE cie=[0]
-[632] FDE cie=[0]
-[704] FDE cie=[0]
-[724] FDE cie=[0]
-[744] FDE cie=[0]
-[764] FDE cie=[0]
-[784] FDE cie=[0]
-[808] FDE cie=[0]
-[856] FDE cie=[0]
-[924] FDE cie=[0]
-[976] FDE cie=[0]
-[1052] FDE cie=[0]
-[1100] FDE cie=[0]
-[1152] FDE cie=[0]
-[1204] FDE cie=[0]
-[1276] FDE cie=[0]
-[1296] FDE cie=[0]
-[1316] FDE cie=[0]
-[1396] FDE cie=[0]
-[1416] FDE cie=[0]
-[1436] FDE cie=[0]
-[1512] FDE cie=[0]
-[1580] FDE cie=[0]
-[1600] FDE cie=[0]
-[1652] FDE cie=[0]
-[1672] FDE cie=[0]
-[1696] FDE cie=[0]
-[1720] FDE cie=[0]
-[1772] FDE cie=[0]
-[1824] FDE cie=[0]
-[1876] FDE cie=[0]
-[1960] FDE cie=[0]
-[1980] FDE cie=[0]
-[2000] FDE cie=[0]
-[2024] FDE cie=[0]
-[2184] FDE cie=[0]
-[2280] FDE cie=[0]
-[2368] FDE cie=[0]
-[2428] FDE cie=[0]
-[2496] FDE cie=[0]
-[2520] FDE cie=[0]
-[2568] FDE cie=[0]
-[2592] FDE cie=[0]
-/usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[40] FDE cie=[0]
-[60] FDE cie=[0]
-[96] FDE cie=[0]
-[120] FDE cie=[0]
-[140] FDE cie=[0]
-[160] FDE cie=[0]
-[180] FDE cie=[0]
-[200] FDE cie=[0]
-[220] FDE cie=[0]
-[260] FDE cie=[0]
-[280] FDE cie=[0]
-[300] FDE cie=[0]
-[320] FDE cie=[0]
-[392] FDE cie=[0]
-[416] FDE cie=[0]
-[472] FDE cie=[0]
-[496] FDE cie=[0]
-[520] FDE cie=[0]
-[544] FDE cie=[0]
-[568] FDE cie=[0]
-[640] FDE cie=[0]
-[712] FDE cie=[0]
-[732] FDE cie=[0]
-[752] FDE cie=[0]
-[772] FDE cie=[0]
-[792] FDE cie=[0]
-[816] FDE cie=[0]
-[864] FDE cie=[0]
-[932] FDE cie=[0]
-[1016] FDE cie=[0]
-[1084] FDE cie=[0]
-[1132] FDE cie=[0]
-[1184] FDE cie=[0]
-[1236] FDE cie=[0]
-[1288] FDE cie=[0]
-[1360] FDE cie=[0]
-[1380] FDE cie=[0]
-[1400] FDE cie=[0]
-[1480] FDE cie=[0]
-[1500] FDE cie=[0]
-[1520] FDE cie=[0]
-[1596] FDE cie=[0]
-[1664] FDE cie=[0]
-[1684] FDE cie=[0]
-[1744] FDE cie=[0]
-[1780] FDE cie=[0]
-[1868] FDE cie=[0]
-[1904] FDE cie=[0]
-[1976] FDE cie=[0]
-[2028] FDE cie=[0]
-[2188] FDE cie=[0]
-[2304] FDE cie=[0]
-[2432] FDE cie=[0]
-[2492] FDE cie=[0]
-[2552] FDE cie=[0]
-[2620] FDE cie=[0]
-[2644] FDE cie=[0]
-[2692] FDE cie=[0]
-[2744] FDE cie=[0]
-[2796] FDE cie=[0]
-[2880] FDE cie=[0]
-[2900] FDE cie=[0]
-[2920] FDE cie=[0]
-[2944] FDE cie=[0]
-/usr/lib/elfutils/ptest/tests/..//src/size.o
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[116] FDE cie=[0]
-[188] FDE cie=[0]
-[260] FDE cie=[0]
-[332] FDE cie=[0]
-/usr/lib/elfutils/ptest/tests/..//src/strip.o
-.eh_frame
-[0] CIE augmentation="zR"
-[20] FDE cie=[0]
-[80] FDE cie=[0]
-[116] FDE cie=[0]
-[160] FDE cie=[0]
-[276] FDE cie=[0]
-[344] FDE cie=[0]
-[388] FDE cie=[0]
-[468] FDE cie=[0]
-[544] FDE cie=[0]
-[604] FDE cie=[0]
-PASS: run-next-cfi-self.sh
-
-copy_elf: testfile29 -> testfile29.copy (read)
-setshstrndx: 4
-add_sections 'testfile29.copy': 3
-setshstrndx: 10
-
-copy_elf: testfile29 -> testfile29.copy.mmap (mmap)
-setshstrndx: 4
-add_sections 'testfile29.copy.mmap': 1
-setshstrndx: 8
-
-copy_elf: testfile23 -> testfile23.copy (read)
-setshstrndx: 21
-add_sections 'testfile23.copy': 3
-setshstrndx: 27
-
-copy_elf: testfile23 -> testfile23.copy.mmap (mmap)
-setshstrndx: 21
-add_sections 'testfile23.copy.mmap': 1
-setshstrndx: 25
-
-copy_elf: testfile9 -> testfile9.copy (read)
-setshstrndx: 13
-add_sections 'testfile9.copy': 3
-setshstrndx: 17
-
-copy_elf: testfile9 -> testfile9.copy.mmap (mmap)
-setshstrndx: 13
-add_sections 'testfile9.copy.mmap': 1
-setshstrndx: 15
-
-copy_elf: testfile38 -> testfile38.copy (read)
-setshstrndx: 5
-add_sections 'testfile38.copy': 3
-setshstrndx: 11
-
-copy_elf: testfile38 -> testfile38.copy.mmap (mmap)
-setshstrndx: 5
-add_sections 'testfile38.copy.mmap': 1
-setshstrndx: 9
-
-copy_elf: testfile26 -> testfile26.copy (read)
-setshstrndx: 25
-add_sections 'testfile26.copy': 3
-setshstrndx: 31
-
-copy_elf: testfile26 -> testfile26.copy.mmap (mmap)
-setshstrndx: 25
-add_sections 'testfile26.copy.mmap': 1
-setshstrndx: 29
-
-copy_elf: testfile27 -> testfile27.copy (read)
-setshstrndx: 25
-add_sections 'testfile27.copy': 3
-setshstrndx: 31
-
-copy_elf: testfile27 -> testfile27.copy.mmap (mmap)
-setshstrndx: 25
-add_sections 'testfile27.copy.mmap': 1
-setshstrndx: 29
-
-copy_elf: testfile -> testfile.copy (read)
-setshstrndx: 32
-add_sections 'testfile.copy': 3
-setshstrndx: 38
-
-copy_elf: testfile -> testfile.copy.mmap (mmap)
-setshstrndx: 32
-add_sections 'testfile.copy.mmap': 1
-setshstrndx: 36
-
-copy_elf: testfile10 -> testfile10.copy (read)
-setshstrndx: 30
-add_sections 'testfile10.copy': 3
-setshstrndx: 36
-
-copy_elf: testfile10 -> testfile10.copy.mmap (mmap)
-setshstrndx: 30
-add_sections 'testfile10.copy.mmap': 1
-setshstrndx: 34
-PASS: run-copyadd-sections.sh
-
-copy_elf: testfile29 -> testfile29.copy (read)
-setshstrndx: 4
-add_sections 'testfile29.copy': 65535
-setshstrndx: 65542
-
-copy_elf: testfile29 -> testfile29.copy.mmap (mmap)
-setshstrndx: 4
-
-copy_elf: testfile29.copy -> testfile29.copy.copy (read)
-setshstrndx: 65542
-add_sections 'testfile29.copy.copy': 65535
-setshstrndx: 131078
-
-copy_elf: testfile29.copy -> testfile29.copy.copy.mmap (mmap)
-setshstrndx: 65542
-
-copy_elf: testfile23 -> testfile23.copy (read)
-setshstrndx: 21
-add_sections 'testfile23.copy': 65535
-setshstrndx: 65559
-
-copy_elf: testfile23 -> testfile23.copy.mmap (mmap)
-setshstrndx: 21
-
-copy_elf: testfile23.copy -> testfile23.copy.copy (read)
-setshstrndx: 65559
-add_sections 'testfile23.copy.copy': 65535
-setshstrndx: 131095
-
-copy_elf: testfile23.copy -> testfile23.copy.copy.mmap (mmap)
-setshstrndx: 65559
-
-copy_elf: testfile9 -> testfile9.copy (read)
-setshstrndx: 13
-add_sections 'testfile9.copy': 65535
-setshstrndx: 65549
-
-copy_elf: testfile9 -> testfile9.copy.mmap (mmap)
-setshstrndx: 13
-
-copy_elf: testfile9.copy -> testfile9.copy.copy (read)
-setshstrndx: 65549
-add_sections 'testfile9.copy.copy': 65535
-setshstrndx: 131085
-
-copy_elf: testfile9.copy -> testfile9.copy.copy.mmap (mmap)
-setshstrndx: 65549
-
-copy_elf: testfile38 -> testfile38.copy (read)
-setshstrndx: 5
-add_sections 'testfile38.copy': 65535
-setshstrndx: 65543
-
-copy_elf: testfile38 -> testfile38.copy.mmap (mmap)
-setshstrndx: 5
-
-copy_elf: testfile38.copy -> testfile38.copy.copy (read)
-setshstrndx: 65543
-add_sections 'testfile38.copy.copy': 65535
-setshstrndx: 131079
-
-copy_elf: testfile38.copy -> testfile38.copy.copy.mmap (mmap)
-setshstrndx: 65543
-
-copy_elf: testfile26 -> testfile26.copy (read)
-setshstrndx: 25
-add_sections 'testfile26.copy': 65535
-setshstrndx: 65563
-
-copy_elf: testfile26 -> testfile26.copy.mmap (mmap)
-setshstrndx: 25
-
-copy_elf: testfile26.copy -> testfile26.copy.copy (read)
-setshstrndx: 65563
-add_sections 'testfile26.copy.copy': 65535
-setshstrndx: 131099
-
-copy_elf: testfile26.copy -> testfile26.copy.copy.mmap (mmap)
-setshstrndx: 65563
-
-copy_elf: testfile27 -> testfile27.copy (read)
-setshstrndx: 25
-add_sections 'testfile27.copy': 65535
-setshstrndx: 65563
-
-copy_elf: testfile27 -> testfile27.copy.mmap (mmap)
-setshstrndx: 25
-
-copy_elf: testfile27.copy -> testfile27.copy.copy (read)
-setshstrndx: 65563
-add_sections 'testfile27.copy.copy': 65535
-setshstrndx: 131099
-
-copy_elf: testfile27.copy -> testfile27.copy.copy.mmap (mmap)
-setshstrndx: 65563
-
-copy_elf: testfile -> testfile.copy (read)
-setshstrndx: 32
-add_sections 'testfile.copy': 65535
-setshstrndx: 65570
-
-copy_elf: testfile -> testfile.copy.mmap (mmap)
-setshstrndx: 32
-
-copy_elf: testfile.copy -> testfile.copy.copy (read)
-setshstrndx: 65570
-add_sections 'testfile.copy.copy': 65535
-setshstrndx: 131106
-
-copy_elf: testfile.copy -> testfile.copy.copy.mmap (mmap)
-setshstrndx: 65570
-
-copy_elf: testfile10 -> testfile10.copy (read)
-setshstrndx: 30
-add_sections 'testfile10.copy': 65535
-setshstrndx: 65568
-
-copy_elf: testfile10 -> testfile10.copy.mmap (mmap)
-setshstrndx: 30
-
-copy_elf: testfile10.copy -> testfile10.copy.copy (read)
-setshstrndx: 65568
-add_sections 'testfile10.copy.copy': 65535
-setshstrndx: 131104
-
-copy_elf: testfile10.copy -> testfile10.copy.copy.mmap (mmap)
-setshstrndx: 65568
-PASS: run-copymany-sections.sh
-add_sections 'testfile-debug-types': 65535
-setshstrndx: 65571
-PASS: run-typeiter-many.sh
-Adding sections to testfile
-add_sections 'testfile': 65535
-setshstrndx: 65570
-Testing strip -o
-elflint testfile1.strip
-elflint testfile1.debug
-unstrip
-elfcmp
-Testing strip -g
-elflint testfile2.strip
-elflint testfile2.debug
-Testing strip in-place
-original size 3035912
-stripped size 3196
-elflint in-place
-PASS: run-strip-test-many.sh
-No errors
-No errors
-PASS: run-strip-version.sh
-PASS: msg_tst
-PASS: system-elf-libelf-test
-PASS: asm-tst1
-PASS: asm-tst2
-PASS: asm-tst3
-PASS: asm-tst4
-PASS: asm-tst5
-PASS: asm-tst6
-PASS: asm-tst7
-PASS: asm-tst8
-PASS: asm-tst9
---- objdump.out 2019-06-18 12:59:50.592000000 +0000
-+++ - 2019-06-18 12:59:50.600275960 +0000
-@@ -1 +1,261 @@
--/usr/lib/elfutils/ptest/tests/test-subr.sh: line 103: /usr/bin/eu-objdump: No such file or directory
-+testfile-bpf-dis1.o: elf64-elf_bpf
-+
-+Disassembly of section .text:
-+
-+ 0: 00 00 00 00 00 00 00 00 invalid class ld
-+ 8: 01 21 00 00 00 00 00 00 invalid class ldx
-+ 10: 02 00 00 00 00 00 00 00 invalid class st
-+ 18: 03 21 00 00 00 00 00 00 invalid class stx
-+ 20: 04 00 00 00 00 00 00 00 r0 = (u32)r0 + 0
-+ 28: 05 00 00 00 00 00 00 00 goto 0x30
-+ 30: 06 00 00 00 00 00 00 00 invalid class 6
-+ 38: 07 00 00 00 00 00 00 00 r0 += 0
-+ 40: 08 00 00 00 00 00 00 00 invalid class ld
-+ 48: 09 21 00 00 00 00 00 00 invalid class ldx
-+ 50: 0a 00 00 00 00 00 00 00 invalid class st
-+ 58: 0b 21 00 00 00 00 00 00 invalid class stx
-+ 60: 0c 21 00 00 00 00 00 00 r1 = (u32)r1 + (u32)r2
-+ 68: 0d 00 00 00 00 00 00 00 invalid class jmp
-+ 70: 0e 00 00 00 00 00 00 00 invalid class 6
-+ 78: 0f 21 00 00 00 00 00 00 r1 += r2
-+ 80: 10 00 00 00 00 00 00 00 invalid class ld
-+ 88: 11 21 00 00 00 00 00 00 invalid class ldx
-+ 90: 12 00 00 00 00 00 00 00 invalid class st
-+ 98: 13 21 00 00 00 00 00 00 invalid class stx
-+ a0: 14 00 00 00 00 00 00 00 r0 = (u32)r0 - 0
-+ a8: 15 00 00 00 00 00 00 00 if r0 == 0 goto 0xb0
-+ b0: 16 00 00 00 00 00 00 00 invalid class 6
-+ b8: 17 00 00 00 00 00 00 00 r0 -= 0
-+ c0: 18 00 00 00 00 00 00 00 r0 = 0
-+ c8: 00 00 00 00 00 00 00 00
-+ d0: 19 21 00 00 00 00 00 00 invalid class ldx
-+ d8: 1a 00 00 00 00 00 00 00 invalid class st
-+ e0: 1b 21 00 00 00 00 00 00 invalid class stx
-+ e8: 1c 21 00 00 00 00 00 00 r1 = (u32)r1 - (u32)r2
-+ f0: 1d 00 00 00 00 00 00 00 if r0 == r0 goto 0xf8
-+ f8: 1e 00 00 00 00 00 00 00 invalid class 6
-+ 100: 1f 21 00 00 00 00 00 00 r1 -= r2
-+ 108: 20 00 00 00 00 00 00 00 r0 = *(u32 *)skb[0]
-+ 110: 21 21 00 00 00 00 00 00 invalid class ldx
-+ 118: 22 00 00 00 00 00 00 00 invalid class st
-+ 120: 23 21 00 00 00 00 00 00 invalid class stx
-+ 128: 24 00 00 00 00 00 00 00 r0 = (u32)r0 * 0
-+ 130: 25 00 00 00 00 00 00 00 if r0 > 0 goto 0x138
-+ 138: 26 00 00 00 00 00 00 00 invalid class 6
-+ 140: 27 00 00 00 00 00 00 00 r0 *= 0
-+ 148: 28 00 00 00 00 00 00 00 r0 = *(u16 *)skb[0]
-+ 150: 29 21 00 00 00 00 00 00 invalid class ldx
-+ 158: 2a 00 00 00 00 00 00 00 invalid class st
-+ 160: 2b 21 00 00 00 00 00 00 invalid class stx
-+ 168: 2c 21 00 00 00 00 00 00 r1 = (u32)r1 * (u32)r2
-+ 170: 2d 00 00 00 00 00 00 00 if r0 > r0 goto 0x178
-+ 178: 2e 00 00 00 00 00 00 00 invalid class 6
-+ 180: 2f 21 00 00 00 00 00 00 r1 *= r2
-+ 188: 30 00 00 00 00 00 00 00 r0 = *(u8 *)skb[0]
-+ 190: 31 21 00 00 00 00 00 00 invalid class ldx
-+ 198: 32 00 00 00 00 00 00 00 invalid class st
-+ 1a0: 33 21 00 00 00 00 00 00 invalid class stx
-+ 1a8: 34 00 00 00 00 00 00 00 r0 = (u32)r0 / 0
-+ 1b0: 35 00 00 00 00 00 00 00 if r0 >= 0 goto 0x1b8
-+ 1b8: 36 00 00 00 00 00 00 00 invalid class 6
-+ 1c0: 37 00 00 00 00 00 00 00 r0 /= 0
-+ 1c8: 38 00 00 00 00 00 00 00 invalid class ld
-+ 1d0: 39 21 00 00 00 00 00 00 invalid class ldx
-+ 1d8: 3a 00 00 00 00 00 00 00 invalid class st
-+ 1e0: 3b 21 00 00 00 00 00 00 invalid class stx
-+ 1e8: 3c 21 00 00 00 00 00 00 r1 = (u32)r1 / (u32)r2
-+ 1f0: 3d 00 00 00 00 00 00 00 if r0 >= r0 goto 0x1f8
-+ 1f8: 3e 00 00 00 00 00 00 00 invalid class 6
-+ 200: 3f 21 00 00 00 00 00 00 r1 /= r2
-+ 208: 40 00 00 00 00 00 00 00 r0 = *(u32 *)skb[r0+0]
-+ 210: 41 21 00 00 00 00 00 00 invalid class ldx
-+ 218: 42 00 00 00 00 00 00 00 invalid class st
-+ 220: 43 21 00 00 00 00 00 00 invalid class stx
-+ 228: 44 00 00 00 00 00 00 00 r0 = (u32)r0 | 0
-+ 230: 45 00 00 00 00 00 00 00 if r0 & 0 goto 0x238
-+ 238: 46 00 00 00 00 00 00 00 invalid class 6
-+ 240: 47 00 00 00 00 00 00 00 r0 |= 0
-+ 248: 48 00 00 00 00 00 00 00 r0 = *(u16 *)skb[r0+0]
-+ 250: 49 21 00 00 00 00 00 00 invalid class ldx
-+ 258: 4a 00 00 00 00 00 00 00 invalid class st
-+ 260: 4b 21 00 00 00 00 00 00 invalid class stx
-+ 268: 4c 21 00 00 00 00 00 00 r1 = (u32)r1 | (u32)r2
-+ 270: 4d 00 00 00 00 00 00 00 if r0 & r0 goto 0x278
-+ 278: 4e 00 00 00 00 00 00 00 invalid class 6
-+ 280: 4f 21 00 00 00 00 00 00 r1 |= r2
-+ 288: 50 00 00 00 00 00 00 00 r0 = *(u8 *)skb[r0+0]
-+ 290: 51 21 00 00 00 00 00 00 invalid class ldx
-+ 298: 52 00 00 00 00 00 00 00 invalid class st
-+ 2a0: 53 21 00 00 00 00 00 00 invalid class stx
-+ 2a8: 54 00 00 00 00 00 00 00 r0 = (u32)r0 & 0
-+ 2b0: 55 00 00 00 00 00 00 00 if r0 != 0 goto 0x2b8
-+ 2b8: 56 00 00 00 00 00 00 00 invalid class 6
-+ 2c0: 57 00 00 00 00 00 00 00 r0 &= 0
-+ 2c8: 58 00 00 00 00 00 00 00 invalid class ld
-+ 2d0: 59 21 00 00 00 00 00 00 invalid class ldx
-+ 2d8: 5a 00 00 00 00 00 00 00 invalid class st
-+ 2e0: 5b 21 00 00 00 00 00 00 invalid class stx
-+ 2e8: 5c 21 00 00 00 00 00 00 r1 = (u32)r1 & (u32)r2
-+ 2f0: 5d 00 00 00 00 00 00 00 if r0 != r0 goto 0x2f8
-+ 2f8: 5e 00 00 00 00 00 00 00 invalid class 6
-+ 300: 5f 21 00 00 00 00 00 00 r1 &= r2
-+ 308: 60 00 00 00 00 00 00 00 invalid class ld
-+ 310: 61 21 00 00 00 00 00 00 r1 = *(u32 *)(r2+0)
-+ 318: 62 00 00 00 00 00 00 00 *(u32 *)(r0+0) = 0
-+ 320: 63 21 00 00 00 00 00 00 *(u32 *)(r1+0) = r2
-+ 328: 64 00 00 00 00 00 00 00 r0 = (u32)r0 << 0
-+ 330: 65 00 00 00 00 00 00 00 if (s64)r0 > 0 goto 0x338
-+ 338: 66 00 00 00 00 00 00 00 invalid class 6
-+ 340: 67 00 00 00 00 00 00 00 r0 <<= 0
-+ 348: 68 00 00 00 00 00 00 00 invalid class ld
-+ 350: 69 21 00 00 00 00 00 00 r1 = *(u16 *)(r2+0)
-+ 358: 6a 00 00 00 00 00 00 00 *(u16 *)(r0+0) = 0
-+ 360: 6b 21 00 00 00 00 00 00 *(u16 *)(r1+0) = r2
-+ 368: 6c 21 00 00 00 00 00 00 r1 = (u32)r1 << (u32)r2
-+ 370: 6d 00 00 00 00 00 00 00 if (s64)r0 > (s64)r0 goto 0x378
-+ 378: 6e 00 00 00 00 00 00 00 invalid class 6
-+ 380: 6f 21 00 00 00 00 00 00 r1 <<= r2
-+ 388: 70 00 00 00 00 00 00 00 invalid class ld
-+ 390: 71 21 00 00 00 00 00 00 r1 = *(u8 *)(r2+0)
-+ 398: 72 00 00 00 00 00 00 00 *(u8 *)(r0+0) = 0
-+ 3a0: 73 21 00 00 00 00 00 00 *(u8 *)(r1+0) = r2
-+ 3a8: 74 00 00 00 00 00 00 00 r0 = (u32)r0 >> 0
-+ 3b0: 75 00 00 00 00 00 00 00 if (s64)r0 >= 0 goto 0x3b8
-+ 3b8: 76 00 00 00 00 00 00 00 invalid class 6
-+ 3c0: 77 00 00 00 00 00 00 00 r0 >>= 0
-+ 3c8: 78 00 00 00 00 00 00 00 invalid class ld
-+ 3d0: 79 21 00 00 00 00 00 00 r1 = *(u64 *)(r2+0)
-+ 3d8: 7a 00 00 00 00 00 00 00 *(u64 *)(r0+0) = 0
-+ 3e0: 7b 21 00 00 00 00 00 00 *(u64 *)(r1+0) = r2
-+ 3e8: 7c 21 00 00 00 00 00 00 r1 = (u32)r1 >> (u32)r2
-+ 3f0: 7d 00 00 00 00 00 00 00 if (s64)r0 >= (s64)r0 goto 0x3f8
-+ 3f8: 7e 00 00 00 00 00 00 00 invalid class 6
-+ 400: 7f 21 00 00 00 00 00 00 r1 >>= r2
-+ 408: 80 00 00 00 00 00 00 00 invalid class ld
-+ 410: 81 21 00 00 00 00 00 00 invalid class ldx
-+ 418: 82 00 00 00 00 00 00 00 invalid class st
-+ 420: 83 21 00 00 00 00 00 00 invalid class stx
-+ 428: 84 00 00 00 00 00 00 00 r0 = (u32)-r0
-+ 430: 85 00 00 00 00 00 00 00 call 0
-+ 438: 86 00 00 00 00 00 00 00 invalid class 6
-+ 440: 87 00 00 00 00 00 00 00 r0 = -r0
-+ 448: 88 00 00 00 00 00 00 00 invalid class ld
-+ 450: 89 21 00 00 00 00 00 00 invalid class ldx
-+ 458: 8a 00 00 00 00 00 00 00 invalid class st
-+ 460: 8b 21 00 00 00 00 00 00 invalid class stx
-+ 468: 8c 00 00 00 00 00 00 00 invalid class alu
-+ 470: 8d 00 00 00 00 00 00 00 invalid class jmp
-+ 478: 8e 00 00 00 00 00 00 00 invalid class 6
-+ 480: 8f 00 00 00 00 00 00 00 invalid class alu64
-+ 488: 90 00 00 00 00 00 00 00 invalid class ld
-+ 490: 91 21 00 00 00 00 00 00 invalid class ldx
-+ 498: 92 00 00 00 00 00 00 00 invalid class st
-+ 4a0: 93 21 00 00 00 00 00 00 invalid class stx
-+ 4a8: 94 00 00 00 00 00 00 00 r0 = (u32)r0 % 0
-+ 4b0: 95 00 00 00 00 00 00 00 exit
-+ 4b8: 96 00 00 00 00 00 00 00 invalid class 6
-+ 4c0: 97 00 00 00 00 00 00 00 r0 %= 0
-+ 4c8: 98 00 00 00 00 00 00 00 invalid class ld
-+ 4d0: 99 21 00 00 00 00 00 00 invalid class ldx
-+ 4d8: 9a 00 00 00 00 00 00 00 invalid class st
-+ 4e0: 9b 21 00 00 00 00 00 00 invalid class stx
-+ 4e8: 9c 21 00 00 00 00 00 00 r1 = (u32)r1 % (u32)r2
-+ 4f0: 9d 00 00 00 00 00 00 00 invalid class jmp
-+ 4f8: 9e 00 00 00 00 00 00 00 invalid class 6
-+ 500: 9f 21 00 00 00 00 00 00 r1 %= r2
-+ 508: a0 00 00 00 00 00 00 00 invalid class ld
-+ 510: a1 21 00 00 00 00 00 00 invalid class ldx
-+ 518: a2 00 00 00 00 00 00 00 invalid class st
-+ 520: a3 21 00 00 00 00 00 00 invalid class stx
-+ 528: a4 00 00 00 00 00 00 00 r0 = (u32)r0 ^ 0
-+ 530: a5 00 00 00 00 00 00 00 if r0 < 0 goto 0x538
-+ 538: a6 00 00 00 00 00 00 00 invalid class 6
-+ 540: a7 00 00 00 00 00 00 00 r0 ^= 0
-+ 548: a8 00 00 00 00 00 00 00 invalid class ld
-+ 550: a9 21 00 00 00 00 00 00 invalid class ldx
-+ 558: aa 00 00 00 00 00 00 00 invalid class st
-+ 560: ab 21 00 00 00 00 00 00 invalid class stx
-+ 568: ac 21 00 00 00 00 00 00 r1 = (u32)r1 ^ (u32)r2
-+ 570: ad 00 00 00 00 00 00 00 if r0 < r0 goto 0x578
-+ 578: ae 00 00 00 00 00 00 00 invalid class 6
-+ 580: af 21 00 00 00 00 00 00 r1 ^= r2
-+ 588: b0 00 00 00 00 00 00 00 invalid class ld
-+ 590: b1 21 00 00 00 00 00 00 invalid class ldx
-+ 598: b2 00 00 00 00 00 00 00 invalid class st
-+ 5a0: b3 21 00 00 00 00 00 00 invalid class stx
-+ 5a8: b4 00 00 00 00 00 00 00 r0 = 0
-+ 5b0: b5 00 00 00 00 00 00 00 if r0 <= 0 goto 0x5b8
-+ 5b8: b6 00 00 00 00 00 00 00 invalid class 6
-+ 5c0: b7 00 00 00 00 00 00 00 r0 = 0
-+ 5c8: b8 00 00 00 00 00 00 00 invalid class ld
-+ 5d0: b9 21 00 00 00 00 00 00 invalid class ldx
-+ 5d8: ba 00 00 00 00 00 00 00 invalid class st
-+ 5e0: bb 21 00 00 00 00 00 00 invalid class stx
-+ 5e8: bc 21 00 00 00 00 00 00 r1 = (u32)r2
-+ 5f0: bd 00 00 00 00 00 00 00 if r0 <= r0 goto 0x5f8
-+ 5f8: be 00 00 00 00 00 00 00 invalid class 6
-+ 600: bf 21 00 00 00 00 00 00 r1 = r2
-+ 608: c0 00 00 00 00 00 00 00 invalid class ld
-+ 610: c1 21 00 00 00 00 00 00 invalid class ldx
-+ 618: c2 00 00 00 00 00 00 00 invalid class st
-+ 620: c3 21 00 00 00 00 00 00 lock *(u32 *)(r1+0) += r2
-+ 628: c4 00 00 00 00 00 00 00 r0 = (u32)((s32)r0 >> 0)
-+ 630: c5 00 00 00 00 00 00 00 if (s64)r0 < 0 goto 0x638
-+ 638: c6 00 00 00 00 00 00 00 invalid class 6
-+ 640: c7 00 00 00 00 00 00 00 r0 = (s64)r0 >> 0
-+ 648: c8 00 00 00 00 00 00 00 invalid class ld
-+ 650: c9 21 00 00 00 00 00 00 invalid class ldx
-+ 658: ca 00 00 00 00 00 00 00 invalid class st
-+ 660: cb 21 00 00 00 00 00 00 invalid class stx
-+ 668: cc 21 00 00 00 00 00 00 r1 = (u32)((s32)r1 >> r2)
-+ 670: cd 00 00 00 00 00 00 00 if (s64)r0 < (s64)r0 goto 0x678
-+ 678: ce 00 00 00 00 00 00 00 invalid class 6
-+ 680: cf 21 00 00 00 00 00 00 r1 = (s64)r1 >> r2
-+ 688: d0 00 00 00 00 00 00 00 invalid class ld
-+ 690: d1 21 00 00 00 00 00 00 invalid class ldx
-+ 698: d2 00 00 00 00 00 00 00 invalid class st
-+ 6a0: d3 21 00 00 00 00 00 00 invalid class stx
-+ 6a8: d4 00 00 00 00 00 00 00 r0 = le0(r0)
-+ 6b0: d5 00 00 00 00 00 00 00 if (s64)r0 <= 0 goto 0x6b8
-+ 6b8: d6 00 00 00 00 00 00 00 invalid class 6
-+ 6c0: d7 00 00 00 00 00 00 00 invalid class alu64
-+ 6c8: d8 00 00 00 00 00 00 00 invalid class ld
-+ 6d0: d9 21 00 00 00 00 00 00 invalid class ldx
-+ 6d8: da 00 00 00 00 00 00 00 invalid class st
-+ 6e0: db 21 00 00 00 00 00 00 lock *(u64 *)(r1+0) += r2
-+ 6e8: dc 00 00 00 00 00 00 00 r0 = be0(r0)
-+ 6f0: dd 00 00 00 00 00 00 00 if (s64)r0 <= (s64)r0 goto 0x6f8
-+ 6f8: de 00 00 00 00 00 00 00 invalid class 6
-+ 700: df 00 00 00 00 00 00 00 invalid class alu64
-+ 708: e0 00 00 00 00 00 00 00 invalid class ld
-+ 710: e1 21 00 00 00 00 00 00 invalid class ldx
-+ 718: e2 00 00 00 00 00 00 00 invalid class st
-+ 720: e3 21 00 00 00 00 00 00 invalid class stx
-+ 728: e4 00 00 00 00 00 00 00 invalid class alu
-+ 730: e5 00 00 00 00 00 00 00 invalid class jmp
-+ 738: e6 00 00 00 00 00 00 00 invalid class 6
-+ 740: e7 00 00 00 00 00 00 00 invalid class alu64
-+ 748: e8 00 00 00 00 00 00 00 invalid class ld
-+ 750: e9 21 00 00 00 00 00 00 invalid class ldx
-+ 758: ea 00 00 00 00 00 00 00 invalid class st
-+ 760: eb 21 00 00 00 00 00 00 invalid class stx
-+ 768: ec 21 00 00 00 00 00 00 invalid class alu
-+ 770: ed 00 00 00 00 00 00 00 invalid class jmp
-+ 778: ee 00 00 00 00 00 00 00 invalid class 6
-+ 780: ef 21 00 00 00 00 00 00 invalid class alu64
-+ 788: f0 00 00 00 00 00 00 00 invalid class ld
-+ 790: f1 21 00 00 00 00 00 00 invalid class ldx
-+ 798: f2 00 00 00 00 00 00 00 invalid class st
-+ 7a0: f3 21 00 00 00 00 00 00 invalid class stx
-+ 7a8: f4 00 00 00 00 00 00 00 invalid class alu
-+ 7b0: f5 00 00 00 00 00 00 00 invalid class jmp
-+ 7b8: f6 00 00 00 00 00 00 00 invalid class 6
-+ 7c0: f7 00 00 00 00 00 00 00 invalid class alu64
-+ 7c8: f8 00 00 00 00 00 00 00 invalid class ld
-+ 7d0: f9 21 00 00 00 00 00 00 invalid class ldx
-+ 7d8: fa 00 00 00 00 00 00 00 invalid class st
-+ 7e0: fb 21 00 00 00 00 00 00 invalid class stx
-+ 7e8: fc 21 00 00 00 00 00 00 invalid class alu
-+ 7f0: fd 00 00 00 00 00 00 00 invalid class jmp
-+ 7f8: fe 00 00 00 00 00 00 00 invalid class 6
-+ 800: ff 21 00 00 00 00 00 00 invalid class alu64
-FAIL: run-disasm-bpf.sh
-================================================
-3 of 198 tests failed
-(5 tests were not run)
-Please report to https://sourceware.org/bugzilla
-================================================
-make: *** [Makefile:2080: runtest-TESTS] Error 1
-
-ERROR: Exit status is 512
-DURATION: 65
-END: /usr/lib/elfutils/ptest
-2019-06-18T12:59
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:59
-BEGIN: /usr/lib/ethtool/ptest
-PASS: test-cmdline
-PASS: test-features
-==================
-All 2 tests passed
-==================
-DURATION: 0
-END: /usr/lib/ethtool/ptest
-2019-06-18T12:59
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:59
-BEGIN: /usr/lib/flex/ptest
-touch posixly_correct.c
-touch posixly_correct.o
-touch posixly_correct
-touch reject_nr.reject.c
-touch reject_nr.reject.o
-touch reject_nr.reject
-touch reject_r.reject.c
-touch reject_r.reject.o
-touch reject_r.reject
-touch reject_ver.table.c
-touch reject_ver.table.o
-touch reject_ver.table
-touch reject_ser.table.c
-touch reject_ser.table.o
-touch reject_ser.table
-touch tableopts_opt_nr-Ca.c
-touch tableopts_opt_nr-Ca.o
-touch tableopts_opt_nr-Ca.opt
-touch tableopts_opt_nr-Ce.c
-touch tableopts_opt_nr-Ce.o
-touch tableopts_opt_nr-Ce.opt
-touch tableopts_opt_nr-Cf.c
-touch tableopts_opt_nr-Cf.o
-touch tableopts_opt_nr-Cf.opt
-touch tableopts_opt_nr-CF.c
-touch tableopts_opt_nr-CF.o
-touch tableopts_opt_nr-CF.opt
-touch tableopts_opt_nr-Cm.c
-touch tableopts_opt_nr-Cm.o
-touch tableopts_opt_nr-Cm.opt
-touch tableopts_opt_nr-Cem.c
-touch tableopts_opt_nr-Cem.o
-touch tableopts_opt_nr-Cem.opt
-touch tableopts_opt_nr-Cae.c
-touch tableopts_opt_nr-Cae.o
-touch tableopts_opt_nr-Cae.opt
-touch tableopts_opt_nr-Caef.c
-touch tableopts_opt_nr-Caef.o
-touch tableopts_opt_nr-Caef.opt
-touch tableopts_opt_nr-CaeF.c
-touch tableopts_opt_nr-CaeF.o
-touch tableopts_opt_nr-CaeF.opt
-touch tableopts_opt_nr-Cam.c
-touch tableopts_opt_nr-Cam.o
-touch tableopts_opt_nr-Cam.opt
-touch tableopts_opt_nr-Caem.c
-touch tableopts_opt_nr-Caem.o
-touch tableopts_opt_nr-Caem.opt
-touch tableopts_opt_r-Ca.c
-touch tableopts_opt_r-Ca.o
-touch tableopts_opt_r-Ca.opt
-touch tableopts_opt_r-Ce.c
-touch tableopts_opt_r-Ce.o
-touch tableopts_opt_r-Ce.opt
-touch tableopts_opt_r-Cf.c
-touch tableopts_opt_r-Cf.o
-touch tableopts_opt_r-Cf.opt
-touch tableopts_opt_r-CF.c
-touch tableopts_opt_r-CF.o
-touch tableopts_opt_r-CF.opt
-touch tableopts_opt_r-Cm.c
-touch tableopts_opt_r-Cm.o
-touch tableopts_opt_r-Cm.opt
-touch tableopts_opt_r-Cem.c
-touch tableopts_opt_r-Cem.o
-touch tableopts_opt_r-Cem.opt
-touch tableopts_opt_r-Cae.c
-touch tableopts_opt_r-Cae.o
-touch tableopts_opt_r-Cae.opt
-touch tableopts_opt_r-Caef.c
-touch tableopts_opt_r-Caef.o
-touch tableopts_opt_r-Caef.opt
-touch tableopts_opt_r-CaeF.c
-touch tableopts_opt_r-CaeF.o
-touch tableopts_opt_r-CaeF.opt
-touch tableopts_opt_r-Cam.c
-touch tableopts_opt_r-Cam.o
-touch tableopts_opt_r-Cam.opt
-touch tableopts_opt_r-Caem.c
-touch tableopts_opt_r-Caem.o
-touch tableopts_opt_r-Caem.opt
-touch tableopts_ser_nr-Ca.c
-touch tableopts_ser_nr-Ca.o
-touch tableopts_ser_nr-Ca.ser
-touch tableopts_ser_nr-Ce.c
-touch tableopts_ser_nr-Ce.o
-touch tableopts_ser_nr-Ce.ser
-touch tableopts_ser_nr-Cf.c
-touch tableopts_ser_nr-Cf.o
-touch tableopts_ser_nr-Cf.ser
-touch tableopts_ser_nr-CF.c
-touch tableopts_ser_nr-CF.o
-touch tableopts_ser_nr-CF.ser
-touch tableopts_ser_nr-Cm.c
-touch tableopts_ser_nr-Cm.o
-touch tableopts_ser_nr-Cm.ser
-touch tableopts_ser_nr-Cem.c
-touch tableopts_ser_nr-Cem.o
-touch tableopts_ser_nr-Cem.ser
-touch tableopts_ser_nr-Cae.c
-touch tableopts_ser_nr-Cae.o
-touch tableopts_ser_nr-Cae.ser
-touch tableopts_ser_nr-Caef.c
-touch tableopts_ser_nr-Caef.o
-touch tableopts_ser_nr-Caef.ser
-touch tableopts_ser_nr-CaeF.c
-touch tableopts_ser_nr-CaeF.o
-touch tableopts_ser_nr-CaeF.ser
-touch tableopts_ser_nr-Cam.c
-touch tableopts_ser_nr-Cam.o
-touch tableopts_ser_nr-Cam.ser
-touch tableopts_ser_nr-Caem.c
-touch tableopts_ser_nr-Caem.o
-touch tableopts_ser_nr-Caem.ser
-touch tableopts_ser_r-Ca.c
-touch tableopts_ser_r-Ca.o
-touch tableopts_ser_r-Ca.ser
-touch tableopts_ser_r-Ce.c
-touch tableopts_ser_r-Ce.o
-touch tableopts_ser_r-Ce.ser
-touch tableopts_ser_r-Cf.c
-touch tableopts_ser_r-Cf.o
-touch tableopts_ser_r-Cf.ser
-touch tableopts_ser_r-CF.c
-touch tableopts_ser_r-CF.o
-touch tableopts_ser_r-CF.ser
-touch tableopts_ser_r-Cm.c
-touch tableopts_ser_r-Cm.o
-touch tableopts_ser_r-Cm.ser
-touch tableopts_ser_r-Cem.c
-touch tableopts_ser_r-Cem.o
-touch tableopts_ser_r-Cem.ser
-touch tableopts_ser_r-Cae.c
-touch tableopts_ser_r-Cae.o
-touch tableopts_ser_r-Cae.ser
-touch tableopts_ser_r-Caef.c
-touch tableopts_ser_r-Caef.o
-touch tableopts_ser_r-Caef.ser
-touch tableopts_ser_r-CaeF.c
-touch tableopts_ser_r-CaeF.o
-touch tableopts_ser_r-CaeF.ser
-touch tableopts_ser_r-Cam.c
-touch tableopts_ser_r-Cam.o
-touch tableopts_ser_r-Cam.ser
-touch tableopts_ser_r-Caem.c
-touch tableopts_ser_r-Caem.o
-touch tableopts_ser_r-Caem.ser
-touch tableopts_ver_nr-Ca.c
-touch tableopts_ver_nr-Ca.o
-touch tableopts_ver_nr-Ca.ver
-touch tableopts_ver_nr-Ce.c
-touch tableopts_ver_nr-Ce.o
-touch tableopts_ver_nr-Ce.ver
-touch tableopts_ver_nr-Cf.c
-touch tableopts_ver_nr-Cf.o
-touch tableopts_ver_nr-Cf.ver
-touch tableopts_ver_nr-CF.c
-touch tableopts_ver_nr-CF.o
-touch tableopts_ver_nr-CF.ver
-touch tableopts_ver_nr-Cm.c
-touch tableopts_ver_nr-Cm.o
-touch tableopts_ver_nr-Cm.ver
-touch tableopts_ver_nr-Cem.c
-touch tableopts_ver_nr-Cem.o
-touch tableopts_ver_nr-Cem.ver
-touch tableopts_ver_nr-Cae.c
-touch tableopts_ver_nr-Cae.o
-touch tableopts_ver_nr-Cae.ver
-touch tableopts_ver_nr-Caef.c
-touch tableopts_ver_nr-Caef.o
-touch tableopts_ver_nr-Caef.ver
-touch tableopts_ver_nr-CaeF.c
-touch tableopts_ver_nr-CaeF.o
-touch tableopts_ver_nr-CaeF.ver
-touch tableopts_ver_nr-Cam.c
-touch tableopts_ver_nr-Cam.o
-touch tableopts_ver_nr-Cam.ver
-touch tableopts_ver_nr-Caem.c
-touch tableopts_ver_nr-Caem.o
-touch tableopts_ver_nr-Caem.ver
-touch tableopts_ver_r-Ca.c
-touch tableopts_ver_r-Ca.o
-touch tableopts_ver_r-Ca.ver
-touch tableopts_ver_r-Ce.c
-touch tableopts_ver_r-Ce.o
-touch tableopts_ver_r-Ce.ver
-touch tableopts_ver_r-Cf.c
-touch tableopts_ver_r-Cf.o
-touch tableopts_ver_r-Cf.ver
-touch tableopts_ver_r-CF.c
-touch tableopts_ver_r-CF.o
-touch tableopts_ver_r-CF.ver
-touch tableopts_ver_r-Cm.c
-touch tableopts_ver_r-Cm.o
-touch tableopts_ver_r-Cm.ver
-touch tableopts_ver_r-Cem.c
-touch tableopts_ver_r-Cem.o
-touch tableopts_ver_r-Cem.ver
-touch tableopts_ver_r-Cae.c
-touch tableopts_ver_r-Cae.o
-touch tableopts_ver_r-Cae.ver
-touch tableopts_ver_r-Caef.c
-touch tableopts_ver_r-Caef.o
-touch tableopts_ver_r-Caef.ver
-touch tableopts_ver_r-CaeF.c
-touch tableopts_ver_r-CaeF.o
-touch tableopts_ver_r-CaeF.ver
-touch tableopts_ver_r-Cam.c
-touch tableopts_ver_r-Cam.o
-touch tableopts_ver_r-Cam.ver
-touch tableopts_ver_r-Caem.c
-touch tableopts_ver_r-Caem.o
-touch tableopts_ver_r-Caem.ver
-make[1]: Entering directory '/usr/lib/flex/ptest'
-touch alloc_extra.log
-touch array_nr.log
-touch array_r.log
-touch basic_nr.log
-touch basic_r.log
-touch bison_nr.log
-touch bison_yylloc.log
-touch bison_yylval.log
-touch c_cxx_nr.log
-touch c_cxx_r.log
-touch ccl.log
-touch cxx_basic.log
-touch cxx_multiple_scanners.log
-touch debug_nr.log
-touch debug_r.log
-touch extended.log
-touch header_nr.log
-touch header_r.log
-touch mem_nr.log
-touch mem_r.log
-touch multiple_scanners_nr.log
-touch multiple_scanners_r.log
-touch noansi_nr.log
-touch noansi_r.log
-touch posix.log
-touch posixly_correct.log
-touch prefix_nr.log
-touch prefix_r.log
-touch quotes.log
-touch string_nr.log
-touch string_r.log
-touch top.log
-touch yyextra.log
-touch reject_nr.log
-touch reject_r.log
-touch reject_ver.log
-touch reject_ser.log
-touch include_by_buffer.log
-touch include_by_push.log
-touch include_by_reentrant.log
-touch rescan_nr.log
-touch rescan_r.log
-touch cxx_yywrap.log
-touch pthread.log
-touch lineno_nr.log
-touch lineno_r.log
-touch lineno_trailing.log
-touch tableopts_opt_nr-Ca.log
-touch tableopts_opt_nr-Ce.log
-touch tableopts_opt_nr-Cf.log
-touch tableopts_opt_nr-CF.log
-touch tableopts_opt_nr-Cm.log
-touch tableopts_opt_nr-Cem.log
-touch tableopts_opt_nr-Cae.log
-touch tableopts_opt_nr-Caef.log
-touch tableopts_opt_nr-CaeF.log
-touch tableopts_opt_nr-Cam.log
-touch tableopts_opt_nr-Caem.log
-touch tableopts_opt_r-Ca.log
-touch tableopts_opt_r-Ce.log
-touch tableopts_opt_r-Cf.log
-touch tableopts_opt_r-CF.log
-touch tableopts_opt_r-Cm.log
-touch tableopts_opt_r-Cem.log
-touch tableopts_opt_r-Cae.log
-touch tableopts_opt_r-Caef.log
-touch tableopts_opt_r-CaeF.log
-touch tableopts_opt_r-Cam.log
-touch tableopts_opt_r-Caem.log
-touch tableopts_ser_nr-Ca.log
-touch tableopts_ser_nr-Ce.log
-touch tableopts_ser_nr-Cf.log
-touch tableopts_ser_nr-CF.log
-touch tableopts_ser_nr-Cm.log
-touch tableopts_ser_nr-Cem.log
-touch tableopts_ser_nr-Cae.log
-touch tableopts_ser_nr-Caef.log
-touch tableopts_ser_nr-CaeF.log
-touch tableopts_ser_nr-Cam.log
-touch tableopts_ser_nr-Caem.log
-touch tableopts_ser_r-Ca.log
-touch tableopts_ser_r-Ce.log
-touch tableopts_ser_r-Cf.log
-touch tableopts_ser_r-CF.log
-touch tableopts_ser_r-Cm.log
-touch tableopts_ser_r-Cem.log
-touch tableopts_ser_r-Cae.log
-touch tableopts_ser_r-Caef.log
-touch tableopts_ser_r-CaeF.log
-touch tableopts_ser_r-Cam.log
-touch tableopts_ser_r-Caem.log
-touch tableopts_ver_nr-Ca.log
-touch tableopts_ver_nr-Ce.log
-touch tableopts_ver_nr-Cf.log
-touch tableopts_ver_nr-CF.log
-touch tableopts_ver_nr-Cm.log
-touch tableopts_ver_nr-Cem.log
-touch tableopts_ver_nr-Cae.log
-touch tableopts_ver_nr-Caef.log
-touch tableopts_ver_nr-CaeF.log
-touch tableopts_ver_nr-Cam.log
-touch tableopts_ver_nr-Caem.log
-touch tableopts_ver_r-Ca.log
-touch tableopts_ver_r-Ce.log
-touch tableopts_ver_r-Cf.log
-touch tableopts_ver_r-CF.log
-touch tableopts_ver_r-Cm.log
-touch tableopts_ver_r-Cem.log
-touch tableopts_ver_r-Cae.log
-touch tableopts_ver_r-Caef.log
-touch tableopts_ver_r-CaeF.log
-touch tableopts_ver_r-Cam.log
-touch tableopts_ver_r-Caem.log
-touch options.log
-make[2]: Entering directory '/usr/lib/flex/ptest'
-touch alloc_extra.log
-touch array_nr.log
-touch array_r.log
-touch basic_nr.log
-touch basic_r.log
-touch bison_nr.log
-touch bison_yylloc.log
-touch bison_yylval.log
-touch c_cxx_nr.log
-touch c_cxx_r.log
-touch ccl.log
-touch cxx_basic.log
-touch cxx_multiple_scanners.log
-touch debug_nr.log
-touch debug_r.log
-touch extended.log
-touch header_nr.log
-touch header_r.log
-touch mem_nr.log
-touch mem_r.log
-touch multiple_scanners_nr.log
-touch multiple_scanners_r.log
-touch noansi_nr.log
-touch noansi_r.log
-touch posix.log
-touch posixly_correct.log
-touch prefix_nr.log
-touch prefix_r.log
-touch quotes.log
-touch string_nr.log
-touch string_r.log
-touch top.log
-touch yyextra.log
-touch reject_nr.log
-touch reject_r.log
-touch reject_ver.log
-touch reject_ser.log
-touch include_by_buffer.log
-touch include_by_push.log
-touch include_by_reentrant.log
-touch rescan_nr.log
-touch rescan_r.log
-touch cxx_yywrap.log
-touch pthread.log
-touch lineno_nr.log
-touch lineno_r.log
-touch lineno_trailing.log
-touch tableopts_opt_nr-Ca.log
-touch tableopts_opt_nr-Ce.log
-touch tableopts_opt_nr-Cf.log
-touch tableopts_opt_nr-CF.log
-touch tableopts_opt_nr-Cm.log
-touch tableopts_opt_nr-Cem.log
-touch tableopts_opt_nr-Cae.log
-touch tableopts_opt_nr-Caef.log
-touch tableopts_opt_nr-CaeF.log
-touch tableopts_opt_nr-Cam.log
-touch tableopts_opt_nr-Caem.log
-touch tableopts_opt_r-Ca.log
-touch tableopts_opt_r-Ce.log
-touch tableopts_opt_r-Cf.log
-touch tableopts_opt_r-CF.log
-touch tableopts_opt_r-Cm.log
-touch tableopts_opt_r-Cem.log
-touch tableopts_opt_r-Cae.log
-touch tableopts_opt_r-Caef.log
-touch tableopts_opt_r-CaeF.log
-touch tableopts_opt_r-Cam.log
-touch tableopts_opt_r-Caem.log
-touch tableopts_ser_nr-Ca.log
-touch tableopts_ser_nr-Ce.log
-touch tableopts_ser_nr-Cf.log
-touch tableopts_ser_nr-CF.log
-touch tableopts_ser_nr-Cm.log
-touch tableopts_ser_nr-Cem.log
-touch tableopts_ser_nr-Cae.log
-touch tableopts_ser_nr-Caef.log
-touch tableopts_ser_nr-CaeF.log
-touch tableopts_ser_nr-Cam.log
-touch tableopts_ser_nr-Caem.log
-touch tableopts_ser_r-Ca.log
-touch tableopts_ser_r-Ce.log
-touch tableopts_ser_r-Cf.log
-touch tableopts_ser_r-CF.log
-touch tableopts_ser_r-Cm.log
-touch tableopts_ser_r-Cem.log
-touch tableopts_ser_r-Cae.log
-touch tableopts_ser_r-Caef.log
-touch tableopts_ser_r-CaeF.log
-touch tableopts_ser_r-Cam.log
-touch tableopts_ser_r-Caem.log
-touch tableopts_ver_nr-Ca.log
-touch tableopts_ver_nr-Ce.log
-touch tableopts_ver_nr-Cf.log
-touch tableopts_ver_nr-CF.log
-touch tableopts_ver_nr-Cm.log
-touch tableopts_ver_nr-Cem.log
-touch tableopts_ver_nr-Cae.log
-touch tableopts_ver_nr-Caef.log
-touch tableopts_ver_nr-CaeF.log
-touch tableopts_ver_nr-Cam.log
-touch tableopts_ver_nr-Caem.log
-touch tableopts_ver_r-Ca.log
-touch tableopts_ver_r-Ce.log
-touch tableopts_ver_r-Cf.log
-touch tableopts_ver_r-CF.log
-touch tableopts_ver_r-Cm.log
-touch tableopts_ver_r-Cem.log
-touch tableopts_ver_r-Cae.log
-touch tableopts_ver_r-Caef.log
-touch tableopts_ver_r-CaeF.log
-touch tableopts_ver_r-Cam.log
-touch tableopts_ver_r-Caem.log
-touch options.log
-make[2]: Leaving directory '/usr/lib/flex/ptest'
-fatal: making test-suite.log: failed to create alloc_extra.trs
-fatal: making test-suite.log: failed to create array_nr.trs
-fatal: making test-suite.log: failed to create array_r.trs
-fatal: making test-suite.log: failed to create basic_nr.trs
-fatal: making test-suite.log: failed to create basic_r.trs
-fatal: making test-suite.log: failed to create bison_nr.trs
-fatal: making test-suite.log: failed to create bison_yylloc.trs
-fatal: making test-suite.log: failed to create bison_yylval.trs
-fatal: making test-suite.log: failed to create c_cxx_nr.trs
-fatal: making test-suite.log: failed to create c_cxx_r.trs
-fatal: making test-suite.log: failed to create ccl.trs
-fatal: making test-suite.log: failed to create cxx_basic.trs
-fatal: making test-suite.log: failed to create cxx_multiple_scanners.trs
-fatal: making test-suite.log: failed to create debug_nr.trs
-fatal: making test-suite.log: failed to create debug_r.trs
-fatal: making test-suite.log: failed to create extended.trs
-fatal: making test-suite.log: failed to create header_nr.trs
-fatal: making test-suite.log: failed to create header_r.trs
-fatal: making test-suite.log: failed to create mem_nr.trs
-fatal: making test-suite.log: failed to create mem_r.trs
-fatal: making test-suite.log: failed to create multiple_scanners_nr.trs
-fatal: making test-suite.log: failed to create multiple_scanners_r.trs
-fatal: making test-suite.log: failed to create noansi_nr.trs
-fatal: making test-suite.log: failed to create noansi_r.trs
-fatal: making test-suite.log: failed to create posix.trs
-fatal: making test-suite.log: failed to create posixly_correct.trs
-fatal: making test-suite.log: failed to create prefix_nr.trs
-fatal: making test-suite.log: failed to create prefix_r.trs
-fatal: making test-suite.log: failed to create quotes.trs
-fatal: making test-suite.log: failed to create string_nr.trs
-fatal: making test-suite.log: failed to create string_r.trs
-fatal: making test-suite.log: failed to create top.trs
-fatal: making test-suite.log: failed to create yyextra.trs
-fatal: making test-suite.log: failed to create reject_nr.trs
-fatal: making test-suite.log: failed to create reject_r.trs
-fatal: making test-suite.log: failed to create reject_ver.trs
-fatal: making test-suite.log: failed to create reject_ser.trs
-fatal: making test-suite.log: failed to create include_by_buffer.trs
-fatal: making test-suite.log: failed to create include_by_push.trs
-fatal: making test-suite.log: failed to create include_by_reentrant.trs
-fatal: making test-suite.log: failed to create rescan_nr.trs
-fatal: making test-suite.log: failed to create rescan_r.trs
-fatal: making test-suite.log: failed to create cxx_yywrap.trs
-fatal: making test-suite.log: failed to create pthread.trs
-fatal: making test-suite.log: failed to create lineno_nr.trs
-fatal: making test-suite.log: failed to create lineno_r.trs
-fatal: making test-suite.log: failed to create lineno_trailing.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-Ca.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-Ce.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-Cf.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-CF.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-Cm.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-Cem.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-Cae.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-Caef.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-CaeF.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-Cam.trs
-fatal: making test-suite.log: failed to create tableopts_opt_nr-Caem.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-Ca.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-Ce.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-Cf.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-CF.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-Cm.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-Cem.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-Cae.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-Caef.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-CaeF.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-Cam.trs
-fatal: making test-suite.log: failed to create tableopts_opt_r-Caem.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-Ca.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-Ce.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-Cf.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-CF.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-Cm.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-Cem.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-Cae.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-Caef.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-CaeF.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-Cam.trs
-fatal: making test-suite.log: failed to create tableopts_ser_nr-Caem.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-Ca.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-Ce.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-Cf.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-CF.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-Cm.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-Cem.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-Cae.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-Caef.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-CaeF.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-Cam.trs
-fatal: making test-suite.log: failed to create tableopts_ser_r-Caem.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-Ca.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-Ce.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-Cf.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-CF.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-Cm.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-Cem.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-Cae.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-Caef.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-CaeF.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-Cam.trs
-fatal: making test-suite.log: failed to create tableopts_ver_nr-Caem.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-Ca.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-Ce.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-Cf.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-CF.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-Cm.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-Cem.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-Cae.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-Caef.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-CaeF.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-Cam.trs
-fatal: making test-suite.log: failed to create tableopts_ver_r-Caem.trs
-fatal: making test-suite.log: failed to create options.trs
-make[1]: *** [Makefile:2188: test-suite.log] Error 1
-make[1]: Leaving directory '/usr/lib/flex/ptest'
-make: *** [Makefile:2297: check-TESTS] Error 2
-make[1]: Entering directory '/usr/lib/flex/ptest'
-PASS: alloc_extra
-PASS: array_nr
-PASS: array_r
-PASS: basic_nr
-PASS: basic_r
-PASS: bison_nr
-PASS: bison_yylloc
-PASS: bison_yylval
-PASS: c_cxx_nr
-PASS: c_cxx_r
-PASS: ccl
-PASS: cxx_basic
-PASS: cxx_multiple_scanners
-PASS: debug_nr
-PASS: debug_r
-PASS: extended
-PASS: header_nr
-PASS: header_r
-PASS: mem_nr
-PASS: mem_r
-PASS: multiple_scanners_nr
-PASS: multiple_scanners_r
-PASS: noansi_nr
-PASS: noansi_r
-PASS: posix
-PASS: posixly_correct
-PASS: prefix_nr
-PASS: prefix_r
-PASS: quotes
-PASS: string_nr
-PASS: string_r
-PASS: top
-PASS: yyextra
-PASS: reject_nr.reject
-PASS: reject_r.reject
-PASS: reject_ver.table
-PASS: reject_ser.table
-PASS: include_by_buffer.direct
-PASS: include_by_push.direct
-PASS: include_by_reentrant.direct
-PASS: rescan_nr.direct
-PASS: rescan_r.direct
-PASS: cxx_yywrap.i3
-PASS: pthread.pthread
-PASS: lineno_nr.one
-PASS: lineno_r.one
-PASS: lineno_trailing.one
-PASS: tableopts_opt_nr-Ca.opt
-PASS: tableopts_opt_nr-Ce.opt
-PASS: tableopts_opt_nr-Cf.opt
-PASS: tableopts_opt_nr-CF.opt
-PASS: tableopts_opt_nr-Cm.opt
-PASS: tableopts_opt_nr-Cem.opt
-PASS: tableopts_opt_nr-Cae.opt
-PASS: tableopts_opt_nr-Caef.opt
-PASS: tableopts_opt_nr-CaeF.opt
-PASS: tableopts_opt_nr-Cam.opt
-PASS: tableopts_opt_nr-Caem.opt
-PASS: tableopts_opt_r-Ca.opt
-PASS: tableopts_opt_r-Ce.opt
-PASS: tableopts_opt_r-Cf.opt
-PASS: tableopts_opt_r-CF.opt
-PASS: tableopts_opt_r-Cm.opt
-PASS: tableopts_opt_r-Cem.opt
-PASS: tableopts_opt_r-Cae.opt
-PASS: tableopts_opt_r-Caef.opt
-PASS: tableopts_opt_r-CaeF.opt
-PASS: tableopts_opt_r-Cam.opt
-PASS: tableopts_opt_r-Caem.opt
-PASS: tableopts_ser_nr-Ca.ser
-PASS: tableopts_ser_nr-Ce.ser
-PASS: tableopts_ser_nr-Cf.ser
-PASS: tableopts_ser_nr-CF.ser
-PASS: tableopts_ser_nr-Cm.ser
-PASS: tableopts_ser_nr-Cem.ser
-PASS: tableopts_ser_nr-Cae.ser
-PASS: tableopts_ser_nr-Caef.ser
-PASS: tableopts_ser_nr-CaeF.ser
-PASS: tableopts_ser_nr-Cam.ser
-PASS: tableopts_ser_nr-Caem.ser
-PASS: tableopts_ser_r-Ca.ser
-PASS: tableopts_ser_r-Ce.ser
-PASS: tableopts_ser_r-Cf.ser
-PASS: tableopts_ser_r-CF.ser
-PASS: tableopts_ser_r-Cm.ser
-PASS: tableopts_ser_r-Cem.ser
-PASS: tableopts_ser_r-Cae.ser
-PASS: tableopts_ser_r-Caef.ser
-PASS: tableopts_ser_r-CaeF.ser
-PASS: tableopts_ser_r-Cam.ser
-PASS: tableopts_ser_r-Caem.ser
-PASS: tableopts_ver_nr-Ca.ver
-PASS: tableopts_ver_nr-Ce.ver
-PASS: tableopts_ver_nr-Cf.ver
-PASS: tableopts_ver_nr-CF.ver
-PASS: tableopts_ver_nr-Cm.ver
-PASS: tableopts_ver_nr-Cem.ver
-PASS: tableopts_ver_nr-Cae.ver
-PASS: tableopts_ver_nr-Caef.ver
-PASS: tableopts_ver_nr-CaeF.ver
-PASS: tableopts_ver_nr-Cam.ver
-PASS: tableopts_ver_nr-Caem.ver
-PASS: tableopts_ver_r-Ca.ver
-PASS: tableopts_ver_r-Ce.ver
-PASS: tableopts_ver_r-Cf.ver
-PASS: tableopts_ver_r-CF.ver
-PASS: tableopts_ver_r-Cm.ver
-PASS: tableopts_ver_r-Cem.ver
-PASS: tableopts_ver_r-Cae.ver
-PASS: tableopts_ver_r-Caef.ver
-PASS: tableopts_ver_r-CaeF.ver
-PASS: tableopts_ver_r-Cam.ver
-PASS: tableopts_ver_r-Caem.ver
-PASS: options.cn
-============================================================================
-Testsuite summary for the fast lexical analyser generator 2.6.0
-============================================================================
-# TOTAL: 114
-# PASS: 114
-# SKIP: 0
-# XFAIL: 0
-# FAIL: 0
-# XPASS: 0
-# ERROR: 0
-============================================================================
-make[1]: Leaving directory '/usr/lib/flex/ptest'
-DURATION: 2
-END: /usr/lib/flex/ptest
-2019-06-18T12:59
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T12:59
-BEGIN: /usr/lib/gawk/ptest
-PASS: addcomma
-PASS: anchgsub
-PASS: anchor
-PASS: arrayind1
-PASS: arrayind2
-PASS: arrayind3
-PASS: arrayparm
-PASS: arrayprm2
-PASS: arrayprm3
-PASS: arrayref
-PASS: arrymem1
-PASS: arryref2
-PASS: arryref3
-PASS: arryref4
-PASS: arryref5
-PASS: arynasty
-PASS: aryprm1
-PASS: aryprm2
-PASS: aryprm3
-PASS: aryprm4
-PASS: aryprm5
-PASS: aryprm6
-PASS: aryprm7
-PASS: aryprm8
-PASS: aryprm9
-PASS: arysubnm
-PASS: aryunasgn
-PASS: asgext
-PASS: assignnumfield
-PASS: back89
-PASS: backgsub
-PASS: badassign1
-PASS: badbuild
-PASS: callparam
-PASS: childin
-PASS: closebad
-PASS: clsflnam
-PASS: compare2
-PASS: concat1
-PASS: concat2
-PASS: concat3
-PASS: concat4
-PASS: concat5
-PASS: convfmt
-PASS: datanonl
-PASS: defref
-PASS: delargv
-PASS: delarpm2
-PASS: delarprm
-PASS: delfunc
-PASS: dfamb1
-PASS: dfastress
-PASS: dynlj
-PASS: eofsplit
-PASS: exit2
-PASS: exitval2
-PASS: exitval3
-PASS: fcall_exit
-PASS: fcall_exit2
-PASS: fldchg
-PASS: fldchgnf
-PASS: fldterm
-PASS: fnamedat
-PASS: fnarray
-PASS: fnarray2
-PASS: fnaryscl
-PASS: fnasgnm
-PASS: fnmisc
-PASS: fordel
-PASS: forref
-PASS: forsimp
-PASS: fsbs
-PASS: fsnul1
-PASS: fsrs
-PASS: fstabplus
-PASS: funsemnl
-PASS: funsmnam
-PASS: funstack
-PASS: getline
-PASS: getline3
-PASS: getline4
-PASS: getline5
-PASS: getnr2tb
-PASS: getnr2tm
-PASS: gsubasgn
-PASS: gsubtest
-PASS: gsubtst2
-PASS: gsubtst3
-PASS: gsubtst4
-PASS: gsubtst5
-PASS: gsubtst6
-PASS: gsubtst7
-PASS: gsubtst8
-PASS: hex
-PASS: hex2
-PASS: hsprint
-PASS: inpref
-PASS: inputred
-PASS: intest
-PASS: intprec
-PASS: iobug1
-PASS: leaddig
-PASS: leadnl
-PASS: litoct
-PASS: longsub
-PASS: manglprm
-PASS: math
-PASS: membug1
-PASS: memleak
-PASS: minusstr
-PASS: mmap8k
-PASS: nasty
-PASS: nasty2
-PASS: negexp
-PASS: negrange
-PASS: nested
-PASS: nfldstr
-PASS: nfloop
-PASS: nfneg
-PASS: nfset
-PASS: nlfldsep
-PASS: nlinstr
-PASS: nlstrina
-PASS: noeffect
-PASS: nofmtch
-PASS: noloop1
-PASS: noloop2
-PASS: nonl
-PASS: noparms
-PASS: nulinsrc
-PASS: nulrsend
-PASS: numindex
-PASS: numrange
-PASS: numstr1
-PASS: numsubstr
-PASS: octsub
-PASS: ofmt
-PASS: ofmta
-PASS: ofmtbig
-PASS: ofmtfidl
-PASS: ofmts
-PASS: ofmtstrnum
-PASS: ofs1
-PASS: onlynl
-PASS: opasnidx
-PASS: opasnslf
-PASS: paramasfunc1
-PASS: paramasfunc2
-PASS: paramdup
-PASS: paramres
-PASS: paramtyp
-PASS: paramuninitglobal
-PASS: parse1
-PASS: parsefld
-PASS: parseme
-PASS: pcntplus
-PASS: posix2008sub
-PASS: prdupval
-PASS: prec
-PASS: printf0
-PASS: printf1
-PASS: printfchar
-PASS: prmarscl
-PASS: prmreuse
-PASS: prt1eval
-PASS: prtoeval
-PASS: rand
-PASS: randtest
-PASS: range1
-PASS: range2
-PASS: readbuf
-PASS: rebrackloc
-PASS: rebt8b1
-PASS: rebuild
-PASS: regeq
-PASS: regexpbrack
-PASS: regexpbrack2
-PASS: regexprange
-PASS: regrange
-PASS: reindops
-PASS: reparse
-PASS: resplit
-PASS: rri1
-PASS: rs
-PASS: rscompat
-PASS: rsnul1nl
-PASS: rstest1
-PASS: rstest2
-PASS: rstest3
-PASS: rstest4
-PASS: rstest5
-PASS: rswhite
-PASS: scalar
-PASS: sclforin
-PASS: sclifin
-PASS: setrec0
-PASS: setrec1
-PASS: sigpipe1
-PASS: sortempty
-PASS: sortglos
-PASS: splitargv
-PASS: splitarr
-PASS: splitdef
-PASS: splitvar
-PASS: splitwht
-PASS: status-close
-PASS: strcat1
-PASS: strnum1
-PASS: strnum2
-PASS: strtod
-PASS: subamp
-PASS: subback
-PASS: subi18n
-PASS: subsepnm
-PASS: subslash
-PASS: substr
-PASS: swaplns
-PASS: synerr1
-PASS: synerr2
-PASS: tailrecurse
-PASS: tradanch
-PASS: trailbs
-PASS: uninit2
-PASS: uninit3
-PASS: uninit4
-PASS: uninit5
-PASS: uninitialized
-PASS: unterm
-PASS: uparrfs
-PASS: uplus
-PASS: wideidx
-PASS: wideidx2
-PASS: widesub
-PASS: widesub2
-PASS: widesub3
-PASS: widesub4
-PASS: wjposer1
-PASS: zero2
-PASS: zeroe0
-PASS: zeroflag
-PASS: fflush
-PASS: getlnhd
-PASS: localenl
-PASS: rtlen
-PASS: rtlen01
-PASS: aadelete1
-PASS: aadelete2
-PASS: aarray1
-PASS: aasort
-PASS: aasorti
-PASS: arraysort
-PASS: arraysort2
-PASS: arraytype
-PASS: backw
-PASS: clos1way
-PASS: clos1way2
-PASS: clos1way3
-PASS: clos1way4
-PASS: clos1way5
-PASS: clos1way6
-PASS: crlf
-PASS: dbugeval2
-PASS: dbugeval3
-PASS: dbugtypedre1
-PASS: dbugtypedre2
-PASS: delsub
-PASS: dfacheck1
-PASS: exit
-PASS: fieldwdth
-PASS: forcenum
-PASS: fpat1
-PASS: fpat2
-PASS: fpat3
-PASS: fpat4
-PASS: fpat5
-PASS: fpat6
-PASS: fpatnull
-PASS: fsfwfs
-PASS: funlen
-PASS: functab1
-PASS: functab2
-PASS: functab3
-PASS: fwtest
-PASS: fwtest2
-PASS: fwtest3
-PASS: fwtest4
-PASS: fwtest5
-PASS: fwtest6
-PASS: fwtest7
-PASS: fwtest8
-PASS: gensub
-PASS: gensub2
-PASS: gensub3
-PASS: getlndir
-PASS: gnuops2
-PASS: gnuops3
-PASS: gnureops
-PASS: gsubind
-PASS: icasefs
-PASS: icasers
-PASS: id
-PASS: igncdym
-PASS: igncfs
-PASS: ignrcas2
-PASS: ignrcas4
-PASS: ignrcase
-PASS: include
-PASS: indirectbuiltin
-PASS: indirectcall
-PASS: indirectcall2
-PASS: intarray
-PASS: isarrayunset
-PASS: lint
-PASS: lintexp
-PASS: lintindex
-PASS: lintint
-PASS: lintlength
-PASS: lintold
-PASS: lintset
-PASS: lintwarn
-PASS: match1
-PASS: match2
-PASS: match3
-4
-1
-FAIL: mbstr1
-2007
-2007
-2007
-2007
-FAIL: mbstr2
-PASS: mktime
-PASS: muldimposix
-PASS: nastyparm
-PASS: next
-PASS: nondec
-PASS: nondec2
-PASS: nonfatal2
-PASS: nonfatal3
-PASS: nsbad
-PASS: nsforloop
-PASS: nsfuncrecurse
-PASS: nsindirect1
-PASS: nsindirect2
-PASS: nsprof1
-PASS: nsprof2
-PASS: patsplit
-PASS: posix
-PASS: printfbad1
-PASS: printfbad3
-PASS: printfbad4
-PASS: printhuge
-PASS: procinfs
-PASS: profile4
-PASS: profile5
-PASS: profile8
-PASS: profile9
-PASS: profile10
-PASS: profile11
-PASS: regnul1
-PASS: regnul2
-PASS: regx8bit
-PASS: reint
-PASS: reint2
-PASS: rsgetline
-PASS: rsstart1
-PASS: rsstart2
-PASS: rstest6
-PASS: shadow
-PASS: shadowbuiltin
-PASS: sortfor
-PASS: sortfor2
-PASS: sortu
-PASS: split_after_fpat
-PASS: splitarg4
-PASS: strftfld
-PASS: strtonum
-PASS: strtonum1
-PASS: switch2
-PASS: symtab1
-PASS: symtab2
-PASS: symtab3
-PASS: symtab4
-PASS: symtab5
-PASS: symtab7
-PASS: symtab10
-PASS: timeout
-PASS: typedregex1
-PASS: typedregex2
-PASS: typedregex3
-PASS: typeof1
-PASS: typeof2
-PASS: typeof3
-PASS: typeof4
-PASS: typeof5
-PASS: double1
-PASS: double2
-PASS: intformat
-PASS: asort
-PASS: asorti
-
-FAIL: backbigs1
-
-FAIL: backsmalls1
-PASS: backsmalls2
-PASS: fmttest
-PASS: fnarydel
-PASS: fnparydl
-PASS: lc_num1
-Site
- Kungsbacka
- länGöteborg
-Stenungsund
-FAIL: mbfw1
-AAA |
-ÅÃÆ |
-FAIL: mbprintf1
-PASS: mbprintf2
-PASS: mbprintf3
-1 1 printf %c ú
-1:2: ||
-1:3: ||
-1:4: | |
-1:5: | |
-1:6: | |
-1 7 printf %-c ú
-1:8: ||
-1:9: ||
-1:10: | |
-1:11: | |
-1:12: | |
-
-1 13 printf %s ú
-1:14: |ú|
-1:15: |ú|
-1:16: | ú|
-1:17: | |
-1:18: | ú|
-1 19 printf %-s ú
-1:20: |ú|
-1:21: |ú|
-1:22: |ú |
-1:23: | |
-1:24: |ú |
-
-
-2 1 printf %c último
-2:2: ||
-2:3: ||
-2:4: | |
-2:5: | |
-2:6: | |
-2 7 printf %-c último
-2:8: ||
-2:9: ||
-2:10: | |
-2:11: | |
-2:12: | |
-
-2 13 printf %s último
-2:14: |último|
-2:15: |último|
-2:16: |último|
-2:17: | |
-2:18: |últi|
-2 19 printf %-s último
-2:20: |último|
-2:21: |último|
-2:22: |último|
-2:23: | |
-2:24: |últi|
-
-
-3 1 printf %c áé
-3:2: ||
-3:3: ||
-3:4: | |
-3:5: | |
-3:6: | |
-3 7 printf %-c áé
-3:8: ||
-3:9: ||
-3:10: | |
-3:11: | |
-3:12: | |
-
-3 13 printf %s áé
-3:14: |áé|
-3:15: |áé|
-3:16: |áé|
-3:17: | |
-3:18: |áé|
-3 19 printf %-s áé
-3:20: |áé|
-3:21: |áé|
-3:22: |áé|
-3:23: | |
-3:24: |áé|
-
-
-FAIL: mbprintf4
-PASS: mtchi18n
-PASS: rebt8b2
-PASS: sort1
-PASS: sprintfc
-PASS: apiterm
-PASS: fnmatch
-PASS: fork
-PASS: fork2
-PASS: functab4
-PASS: ordchr
-PASS: revout
-PASS: revtwoway
-PASS: rwarray
-PASS: time
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
-# of digits = 4
-+inf ... +inf
-floating-point computation with precision = 14.2877
-# of digits = 4
-+inf ... +inf
-SKIP: mpfrbigint
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
-146727939091013287542784
-146727939091013287542784
-146727939091013287542784
-SKIP: mpfrbigint2
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
-min 0
-SKIP: mpfrfield
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
--0 -> -0.000000, -0.0 -> -0.000000
-atan2(+0, -0) = 3.141593
-atan2(+0.0, -0.0) = 3.141593
-atan2(-0, -0) = -3.141593
-atan2(-0.0, -0.0) = -3.141593
-atan2(+0, +0) = 0.000000
-atan2(+0.0, +0.0) = 0.000000
-atan2(-0, +0) = -0.000000
-atan2(-0.0, +0.0) = -0.000000
-SKIP: mpfrnegzero
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
-2147483650 3 -9223372036854775808 -18446744073709551616
-SKIP: mpfrnr
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
-15 % 7 = 1
-15 % -7 = 1
--15 % 7 = -1
--15 % -7 = -1
-SKIP: mpfrrem
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
-3.1416
-2.7183
-1.618
-
-Variable pi U: 3
-Variable pi D: 3
-Literal pi U: 3
-Literal pi D: 3
-
-Variable e D: 3
-Variable e U: 3
-Literal e D: 3
-Literal e U: 3
-
-Variable golden N: 2
-Variable golden Z: 2
-Literal golden N: 2
-Literal golden Z: 2
-SKIP: mpfrrndeval
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
-11111111111111111261130863809439559987542611609749437808640
-11111111111111111261130863809439559987542611609749437808640
-SKIP: mpfrsqrt
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
-11
-9
-SKIP: mpfrstrtonum
-gawk: warning: -M ignored: MPFR/GMP support not compiled in
-string
-SKIP: mpgforcenum
-DURATION: 38
-END: /usr/lib/gawk/ptest
-2019-06-18T13:00
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:00
-BEGIN: /usr/lib/gdbm/ptest
-## ----------------------- ##
-## gdbm 1.18.1 test suite. ##
-## ----------------------- ##
-PASS: gdbm version
-
-GDBM interface
-
-PASS: create database
-PASS: fetch a record
-PASS: fetch: nonexisting record
-PASS: delete a record
-PASS: delete: non existing record
-PASS: delete: all records
-PASS: gdbm_close error
-
-Block size selection
-
-PASS: block size adjustment
-PASS: exact blocksize
-PASS: incorrect blocksize
-
-Compatibility library (dbm/ndbm)
-
-PASS: create database
-PASS: converting a 1.8-style database
-PASS: fetch a record
-PASS: fetch: nonexisting record
-PASS: fetch from a read-only database
-PASS: fetch from a read-only 1.8-style database
-PASS: delete a record
-PASS: delete: non existing record
-PASS: delete: all records
-
-DB options
-
-PASS: setopt
-PASS: setopt: mmap options
-
-Cloexec
-
-PASS: cloexec: gdbm_open
-PASS: cloexec: gdbm_reorganize
-PASS: cloexec: dbm_open
-PASS: cloexec: dbm_open -creat
-
-gdbmtool
-
-PASS: Input from file
-PASS: Input from stdin
-PASS: Input from command line
-PASS: Initialization file
-
-## ------------- ##
-## Test results. ##
-## ------------- ##
-
-All 30 tests were successful.
-DURATION: 3
-END: /usr/lib/gdbm/ptest
-2019-06-18T13:00
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:00
-BEGIN: /usr/lib/gdk-pixbuf/ptest
-Running test: gdk-pixbuf/pixbuf-gif-circular-table.test
-/pixbuf/gif/circular-table: **
-ERROR:../gdk-pixbuf-2.38.1/tests/pixbuf-gif-circular-table.c:12:test_gif_circular_table: assertion failed (error == NULL): Failed to open file ?/usr/libexec/installed-tests/gdk-pixbuf/circular-table.gif?: No such file or directory (g-file-error-quark, 4)
-FAIL: gdk-pixbuf/pixbuf-gif-circular-table.test (Child process killed by signal 6)
-Running test: gdk-pixbuf/pixbuf-icon-serialize.test
-/pixbuf/icon/serialize: OK
-PASS: gdk-pixbuf/pixbuf-icon-serialize.test
-Running test: gdk-pixbuf/pixbuf-dpi.test
-/pixbuf/dpi/png: OK
-/pixbuf/dpi/png-incremental: OK
-/pixbuf/dpi/jpeg: OK
-/pixbuf/dpi/jpeg-incremental: OK
-/pixbuf/dpi/tiff: SKIP
-/pixbuf/dpi/tiff-incremental: SKIP
-PASS: gdk-pixbuf/pixbuf-dpi.test
-Running test: gdk-pixbuf/pixbuf-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-composite.test
-/pixbuf/composite1: OK
-/pixbuf/composite2: OK
-PASS: gdk-pixbuf/pixbuf-composite.test
-Running test: gdk-pixbuf/pixbuf-randomly-modified.test
-/pixbuf/randomly-modified/bad-header.ico: OK
-/pixbuf/randomly-modified/bmp-line-overflow.bmp: OK
-/pixbuf/randomly-modified/bug775232.pnm: OK
-/pixbuf/randomly-modified/bug775242.bmp: OK
-/pixbuf/randomly-modified/bug775648.qtif: OK
-/pixbuf/randomly-modified/bug775697.jpg: OK
-/pixbuf/randomly-modified/bug776040.ico: OK
-/pixbuf/randomly-modified/crash.ico: OK
-/pixbuf/randomly-modified/decodecolormap.bmp: OK
-/pixbuf/randomly-modified/invalid.1.xpm: OK
-/pixbuf/randomly-modified/invalid.2.ico: OK
-/pixbuf/randomly-modified/invalid.4.ppm: OK
-/pixbuf/randomly-modified/valid.1.bmp: OK
-/pixbuf/randomly-modified/valid.1.gif: OK
-/pixbuf/randomly-modified/valid.1.jp2: OK
-/pixbuf/randomly-modified/valid.1.jpeg: OK
-/pixbuf/randomly-modified/valid.1.png: OK
-/pixbuf/randomly-modified/valid.1.ppm: OK
-/pixbuf/randomly-modified/valid.1.tga: OK
-/pixbuf/randomly-modified/valid.1.tiff: OK
-/pixbuf/randomly-modified/valid.1.xbm: OK
-/pixbuf/randomly-modified/valid.1.xpm: OK
-/pixbuf/randomly-modified/valid.2.jpeg: OK
-/pixbuf/randomly-modified/valid.2.ppm: OK
-/pixbuf/randomly-modified/valid.2.tga: OK
-/pixbuf/randomly-modified/valid.3.ppm: OK
-/pixbuf/randomly-modified/valid.4.ppm: OK
-/pixbuf/randomly-modified/fail/CVE-2017-2862.jpg: OK
-/pixbuf/randomly-modified/fail/DoS.tga: OK
-/pixbuf/randomly-modified/fail/androstanRezeptor.tga: OK
-/pixbuf/randomly-modified/fail/bug776694.bmp: OK
-/pixbuf/randomly-modified/fail/bug777315.bmp: OK
-/pixbuf/randomly-modified/fail/bug778204.ico: OK
-/pixbuf/randomly-modified/fail/bug778584.gif: OK
-/pixbuf/randomly-modified/fail/bug779012.ico: OK
-/pixbuf/randomly-modified/fail/bug779016-infinite.icns: OK
-/pixbuf/randomly-modified/fail/bug780269.tif: OK
-/pixbuf/randomly-modified/fail/bug784903-overflow-dimensions.tiff: OK
-/pixbuf/randomly-modified/fail/bug785973.gif: OK
-/pixbuf/randomly-modified/fail/bug793470-crasher.png: OK
-/pixbuf/randomly-modified/fail/colormap-image-without-colormap.tga: OK
-/pixbuf/randomly-modified/fail/empty-file.tga: OK
-/pixbuf/randomly-modified/fail/file3.jp2: OK
-/pixbuf/randomly-modified/fail/invalid.1.bmp: OK
-/pixbuf/randomly-modified/fail/invalid.1.gif: OK
-/pixbuf/randomly-modified/fail/invalid.1.ico: OK
-/pixbuf/randomly-modified/fail/invalid.1.png: OK
-/pixbuf/randomly-modified/fail/invalid.1.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.2.gif: OK
-/pixbuf/randomly-modified/fail/invalid.2.png: OK
-/pixbuf/randomly-modified/fail/invalid.2.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.3.gif: OK
-/pixbuf/randomly-modified/fail/invalid.3.ico: OK
-/pixbuf/randomly-modified/fail/invalid.3.png: OK
-/pixbuf/randomly-modified/fail/invalid.3.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.4.gif: OK
-/pixbuf/randomly-modified/fail/invalid.4.png: OK
-/pixbuf/randomly-modified/fail/invalid.5.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.6.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.7.ppm: OK
-/pixbuf/randomly-modified/fail/invalid.8.ppm: OK
-/pixbuf/randomly-modified/fail/overflow.tga: OK
-PASS: gdk-pixbuf/pixbuf-randomly-modified.test
-Running test: gdk-pixbuf/pixbuf-resource.test
-/pixbuf/resource: OK
-/pixbuf/resource/at-scale: OK
-PASS: gdk-pixbuf/pixbuf-resource.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-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/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
-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: 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-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-pixdata.test
-/pixbuf/pixdata: OK
-/pixbuf/pixdata/success: OK
-/pixbuf/pixdata/bug775693: OK
-/pixbuf/pixdata/bug775229: OK
-PASS: gdk-pixbuf/pixbuf-pixdata.test
-Running test: gdk-pixbuf/pixbuf-jpeg.test
-/pixbuf/jpeg/inverted_cmyk_jpeg: OK
-/pixbuf/jpeg/type9_rotation_exif_tag: OK
-/pixbuf/jpeg/bug775218: OK
-/pixbuf/jpeg/comment: OK
-/pixbuf/jpeg/at_size: OK
-PASS: gdk-pixbuf/pixbuf-jpeg.test
-Running test: gdk-pixbuf/animation.test
-/animation/gif: OK
-/animation/ani: OK
-PASS: gdk-pixbuf/animation.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/bug793470-crasher.png: 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/bug793470-crasher.png: 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: 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/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-scale.test
-/pixbuf/scale/png: OK
-/pixbuf/scale/bmp: OK
-/pixbuf/scale/gif: OK
-/pixbuf/scale/jpeg: OK
-/pixbuf/scale/tga: OK
-/pixbuf/scale/xpm: OK
-/pixbuf/scale/xbm: OK
-/pixbuf/scale/halve-checkerboard/nearest: OK
-/pixbuf/scale/halve-checkerboard/tiles: OK
-/pixbuf/scale/halve-checkerboard/bilinear: OK
-/pixbuf/scale/halve-checkerboard/hyper: OK
-/pixbuf/scale/offset/nearest: OK
-/pixbuf/scale/offset/tiles: OK
-/pixbuf/scale/offset/bilinear: OK
-/pixbuf/scale/offset/hyper: OK
-/pixbuf/scale/dest/nearest: OK
-/pixbuf/scale/dest/tiles: OK
-/pixbuf/scale/dest/bilinear: OK
-PASS: gdk-pixbuf/pixbuf-scale.test
-Running test: gdk-pixbuf/pixbuf-threads.test
-/pixbuf/threads: OK
-PASS: gdk-pixbuf/pixbuf-threads.test
-Running test: gdk-pixbuf/pixbuf-gif.test
-/pixbuf/gif/depth1: OK
-/pixbuf/gif/depth2: OK
-/pixbuf/gif/depth3: OK
-/pixbuf/gif/depth4: OK
-/pixbuf/gif/depth5: OK
-/pixbuf/gif/depth6: OK
-/pixbuf/gif/depth7: OK
-/pixbuf/gif/depth8: OK
-/pixbuf/gif/four-colors: OK
-/pixbuf/gif/local-color-table: OK
-/pixbuf/gif/no-global-color-table: OK
-/pixbuf/gif/zero-width: OK
-/pixbuf/gif/zero-height: OK
-/pixbuf/gif/zero-size: OK
-/pixbuf/gif/invalid-background: OK
-/pixbuf/gif/all-reds: OK
-/pixbuf/gif/all-greens: OK
-/pixbuf/gif/all-blues: OK
-/pixbuf/gif/interlace: OK
-/pixbuf/gif/image-inside-bg: OK
-/pixbuf/gif/image-overlap-bg: OK
-/pixbuf/gif/image-outside-bg: OK
-/pixbuf/gif/missing-pixels: OK
-/pixbuf/gif/extra-pixels: OK
-/pixbuf/gif/extra-data: OK
-/pixbuf/gif/no-clear: OK
-/pixbuf/gif/no-eoi: OK
-/pixbuf/gif/no-clear-and-eoi: OK
-/pixbuf/gif/many-clears: OK
-/pixbuf/gif/double-clears: OK
-/pixbuf/gif/invalid-colors: OK
-/pixbuf/gif/max-width: OK
-/pixbuf/gif/max-height: OK
-/pixbuf/gif/4095-codes-clear: OK
-/pixbuf/gif/4095-codes: OK
-/pixbuf/gif/255-codes: OK
-/pixbuf/gif/large-codes: OK
-/pixbuf/gif/max-codes: OK
-/pixbuf/gif/transparent: OK
-/pixbuf/gif/invalid-transparent: OK
-/pixbuf/gif/disabled-transparent: OK
-/pixbuf/gif/loop-infinite: OK
-/pixbuf/gif/loop-once: OK
-/pixbuf/gif/loop-max: OK
-/pixbuf/gif/loop-buffer: OK
-/pixbuf/gif/loop-buffer_max: OK
-/pixbuf/gif/loop-animexts: OK
-/pixbuf/gif/animation: OK
-/pixbuf/gif/animation-speed: OK
-/pixbuf/gif/animation-no-delays: OK
-/pixbuf/gif/animation-zero-delays: OK
-/pixbuf/gif/dispose-none: OK
-/pixbuf/gif/dispose-keep: OK
-/pixbuf/gif/dispose-restore-background: OK
-/pixbuf/gif/comment: OK
-/pixbuf/gif/large-comment: OK
-/pixbuf/gif/nul-comment: OK
-/pixbuf/gif/invalid-ascii-comment: OK
-/pixbuf/gif/invalid-utf8-comment: OK
-/pixbuf/gif/plain-text: OK
-/pixbuf/gif/xmp-data: OK
-/pixbuf/gif/xmp-data-empty: OK
-/pixbuf/gif/icc-color-profile: OK
-/pixbuf/gif/icc-color-profile-empty: OK
-/pixbuf/gif/unknown-extension: OK
-/pixbuf/gif/unknown-application-extension: OK
-/pixbuf/gif/nul-application-extension: OK
-/pixbuf/gif/gif87a: OK
-/pixbuf/gif/gif87a-animation: OK
-PASS: gdk-pixbuf/pixbuf-gif.test
-SUMMARY: total=22; passed=21; skipped=0; failed=1; user=86.2s; system=1.5s; maxrss=19520
-FAIL: gdk-pixbuf/pixbuf-gif-circular-table.test (Child process killed by signal 6)
-
-ERROR: Exit status is 512
-DURATION: 91
-END: /usr/lib/gdk-pixbuf/ptest
-2019-06-18T13:02
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:02
-BEGIN: /usr/lib/gettext/ptest
-PASS: gettext-1
-PASS: gettext-2
-Skipping test: not a glibc system
-SKIP: gettext-3
-PASS: gettext-4
-Skipping test: not a glibc system
-SKIP: gettext-5
-Skipping test: not a glibc or Mac OS X system
-SKIP: gettext-6
-Skipping test: not a glibc or Mac OS X system
-SKIP: gettext-7
-PASS: gettext-8
-PASS: msgattrib-1
-PASS: msgattrib-2
-PASS: msgattrib-3
-PASS: msgattrib-4
-PASS: msgattrib-5
-PASS: msgattrib-6
-PASS: msgattrib-7
-PASS: msgattrib-8
-PASS: msgattrib-9
-PASS: msgattrib-10
-PASS: msgattrib-11
-PASS: msgattrib-12
-PASS: msgattrib-13
-PASS: msgattrib-14
-PASS: msgattrib-15
-PASS: msgattrib-16
-PASS: msgattrib-17
-PASS: msgattrib-18
-PASS: msgattrib-19
-PASS: msgattrib-properties-1
-PASS: msgcat-1
-PASS: msgcat-2
-PASS: msgcat-3
-PASS: msgcat-4
-PASS: msgcat-5
-PASS: msgcat-6
-PASS: msgcat-7
-PASS: msgcat-8
-PASS: msgcat-9
-PASS: msgcat-10
-PASS: msgcat-11
-PASS: msgcat-12
-PASS: msgcat-13
-PASS: msgcat-14
-PASS: msgcat-15
-PASS: msgcat-16
-PASS: msgcat-17
-PASS: msgcat-18
-PASS: msgcat-19
-PASS: msgcat-20
-PASS: msgcat-properties-1
-PASS: msgcat-properties-2
-PASS: msgcat-stringtable-1
-PASS: msgcmp-1
-PASS: msgcmp-2
-PASS: msgcmp-3
-PASS: msgcmp-4
-PASS: msgcomm-1
-PASS: msgcomm-2
-PASS: msgcomm-3
-PASS: msgcomm-4
-PASS: msgcomm-5
-PASS: msgcomm-6
-PASS: msgcomm-7
-PASS: msgcomm-8
-PASS: msgcomm-9
-PASS: msgcomm-10
-PASS: msgcomm-11
-PASS: msgcomm-12
-PASS: msgcomm-13
-PASS: msgcomm-14
-PASS: msgcomm-15
-PASS: msgcomm-16
-PASS: msgcomm-17
-PASS: msgcomm-18
-PASS: msgcomm-19
-PASS: msgcomm-20
-PASS: msgcomm-21
-PASS: msgcomm-22
-PASS: msgcomm-23
-PASS: msgcomm-24
-PASS: msgcomm-25
-PASS: msgcomm-26
-PASS: msgcomm-27
-PASS: msgcomm-28
-PASS: msgconv-1
-PASS: msgconv-2
-PASS: msgconv-3
-PASS: msgconv-4
-PASS: msgconv-5
-PASS: msgconv-6
-PASS: msgconv-7
-PASS: msgen-1
-PASS: msgen-2
-PASS: msgen-3
-PASS: msgen-4
-PASS: msgexec-1
-PASS: msgexec-2
-PASS: msgexec-3
-PASS: msgexec-4
-PASS: msgexec-5
-PASS: msgexec-6
-PASS: msgfilter-1
-PASS: msgfilter-2
-PASS: msgfilter-3
-PASS: msgfilter-4
-PASS: msgfilter-5
-PASS: msgfilter-6
-PASS: msgfilter-7
-PASS: msgfilter-8
-PASS: msgfilter-sr-latin-1
-PASS: msgfilter-quote-1
-PASS: msgfmt-1
-PASS: msgfmt-2
-PASS: msgfmt-3
-PASS: msgfmt-4
-PASS: msgfmt-5
-PASS: msgfmt-6
-PASS: msgfmt-7
-PASS: msgfmt-8
-PASS: msgfmt-9
-PASS: msgfmt-10
-PASS: msgfmt-11
-PASS: msgfmt-12
-PASS: msgfmt-13
-PASS: msgfmt-14
-PASS: msgfmt-15
-PASS: msgfmt-16
-PASS: msgfmt-17
-PASS: msgfmt-18
-PASS: msgfmt-properties-1
-PASS: msgfmt-qt-1
-PASS: msgfmt-qt-2
-PASS: msgfmt-desktop-1
-PASS: msgfmt-desktop-2
-PASS: msgfmt-xml-1
-PASS: msgfmt-xml-2
-PASS: msggrep-1
-PASS: msggrep-2
-PASS: msggrep-3
-PASS: msggrep-4
-PASS: msggrep-5
-PASS: msggrep-6
-PASS: msggrep-7
-PASS: msggrep-8
-PASS: msggrep-9
-PASS: msggrep-10
-PASS: msggrep-11
-PASS: msginit-1
-PASS: msginit-2
-PASS: msginit-3
-PASS: msginit-4
-PASS: msgmerge-1
-PASS: msgmerge-2
-PASS: msgmerge-3
-PASS: msgmerge-4
-PASS: msgmerge-5
-PASS: msgmerge-6
-PASS: msgmerge-7
-PASS: msgmerge-8
-PASS: msgmerge-9
-PASS: msgmerge-10
-PASS: msgmerge-11
-PASS: msgmerge-12
-PASS: msgmerge-13
-PASS: msgmerge-14
-PASS: msgmerge-15
-PASS: msgmerge-16
-PASS: msgmerge-17
-PASS: msgmerge-18
-PASS: msgmerge-19
-PASS: msgmerge-20
-PASS: msgmerge-21
-PASS: msgmerge-22
-PASS: msgmerge-23
-PASS: msgmerge-24
-PASS: msgmerge-25
-PASS: msgmerge-compendium-1
-PASS: msgmerge-compendium-2
-PASS: msgmerge-compendium-3
-PASS: msgmerge-compendium-4
-PASS: msgmerge-compendium-5
-PASS: msgmerge-compendium-6
-PASS: msgmerge-properties-1
-PASS: msgmerge-properties-2
-PASS: msgmerge-update-1
-PASS: msgmerge-update-2
-PASS: msgmerge-update-3
-PASS: msgmerge-update-4
-PASS: msgunfmt-1
-PASS: msgunfmt-2
-PASS: msgunfmt-3
-Skipping test: C# compiler not found
-SKIP: msgunfmt-csharp-1
-Skipping test: Java compiler or jar not found
-SKIP: msgunfmt-java-1
-PASS: msgunfmt-properties-1
-PASS: msgunfmt-tcl-1
-PASS: msguniq-1
-PASS: msguniq-2
-PASS: msguniq-3
-PASS: msguniq-4
-PASS: msguniq-5
-PASS: msguniq-6
-PASS: msguniq-7
-Skipping test: no french UTF-8 locale is supported
-SKIP: recode-sr-latin-1
-recode-sr-latin: input is not valid in "ANSI_X3.4-1968" encoding: Invalid or incomplete multibyte or wide character
-FAIL: recode-sr-latin-2
-PASS: xgettext-2
-PASS: xgettext-3
-PASS: xgettext-4
-PASS: xgettext-5
-PASS: xgettext-6
-PASS: xgettext-7
-PASS: xgettext-8
-PASS: xgettext-9
-PASS: xgettext-10
-PASS: xgettext-11
-xg-test12.c:1: ambiguous argument specification for keyword 'ngettext'
-xg-test12.c:2: ambiguous argument specification for keyword 'ngettext'
-PASS: xgettext-12
-PASS: xgettext-13
-PASS: xgettext-14
-PASS: xgettext-appdata-1
-PASS: xgettext-awk-1
-PASS: xgettext-awk-2
-PASS: xgettext-c-2
-PASS: xgettext-c-3
-PASS: xgettext-c-4
-PASS: xgettext-c-5
-PASS: xgettext-c-6
-PASS: xgettext-c-7
-PASS: xgettext-c-8
-PASS: xgettext-c-9
-PASS: xgettext-c-10
-PASS: xgettext-c-11
-PASS: xgettext-c-12
-PASS: xgettext-c-13
-PASS: xgettext-c-14
-PASS: xgettext-c-15
-PASS: xgettext-c-16
-PASS: xgettext-c-17
-PASS: xgettext-c-18
-err1.c:2: warning: invalid Unicode character
-xg-c-19.c:10: warning: internationalized messages should not contain the '\a' escape sequence
-xg-c-19.c:10: warning: internationalized messages should not contain the '\b' escape sequence
-xg-c-19.c:10: warning: internationalized messages should not contain the '\f' escape sequence
-xg-c-19.c:10: warning: internationalized messages should not contain the '\r' escape sequence
-xg-c-19.c:10: warning: internationalized messages should not contain the '\v' escape sequence
-PASS: xgettext-c-19
-err0.cc:1: warning: unterminated string literal
-err0.cc:3: warning: unterminated string literal
-err1.cc:3: warning: unterminated string literal
-PASS: xgettext-c-20
-/usr/lib/gettext/ptest/tests/xg-c-21.c:3: warning: Empty msgid. It is reserved by GNU gettext:
- gettext("") returns the header entry with
- meta information, not the empty string.
-/usr/lib/gettext/ptest/tests/xg-c-21.c:4: warning: Empty msgid. It is reserved by GNU gettext:
- gettext("") returns the header entry with
- meta information, not the empty string.
-PASS: xgettext-c-21
-PASS: xgettext-csharp-1
-PASS: xgettext-csharp-2
-PASS: xgettext-csharp-3
-PASS: xgettext-csharp-4
-PASS: xgettext-csharp-5
-PASS: xgettext-csharp-6
-PASS: xgettext-csharp-7
-PASS: xgettext-csharp-8
-PASS: xgettext-elisp-1
-PASS: xgettext-elisp-2
-PASS: xgettext-glade-1
-PASS: xgettext-glade-2
-PASS: xgettext-glade-3
-PASS: xgettext-glade-4
-PASS: xgettext-glade-5
-PASS: xgettext-glade-6
-PASS: xgettext-glade-7
-PASS: xgettext-java-1
-PASS: xgettext-java-2
-PASS: xgettext-java-3
-PASS: xgettext-java-4
-PASS: xgettext-java-5
-PASS: xgettext-java-6
-PASS: xgettext-java-7
-PASS: xgettext-librep-1
-PASS: xgettext-librep-2
-PASS: xgettext-lisp-1
-PASS: xgettext-lisp-2
-PASS: xgettext-objc-1
-PASS: xgettext-objc-2
-PASS: xgettext-perl-1
-PASS: xgettext-perl-2
-PASS: xgettext-perl-3
-PASS: xgettext-perl-4
-PASS: xgettext-perl-5
-PASS: xgettext-perl-6
-PASS: xgettext-perl-7
-PASS: xgettext-perl-8
-PASS: xgettext-php-1
-PASS: xgettext-php-2
-PASS: xgettext-php-3
-PASS: xgettext-php-4
-PASS: xgettext-po-1
-PASS: xgettext-po-2
-PASS: xgettext-properties-1
-PASS: xgettext-python-1
-PASS: xgettext-python-2
-PASS: xgettext-python-3
-PASS: xgettext-python-4
-PASS: xgettext-scheme-1
-PASS: xgettext-scheme-2
-PASS: xgettext-scheme-3
-PASS: xgettext-scheme-4
-PASS: xgettext-sh-1
-PASS: xgettext-sh-2
-xg-sh-3.sh:2: warning: internationalized messages should not contain the '\a' escape sequence
-xg-sh-3.sh:2: warning: internationalized messages should not contain the '\b' escape sequence
-xg-sh-3.sh:2: warning: internationalized messages should not contain the '\f' escape sequence
-xg-sh-3.sh:2: warning: internationalized messages should not contain the '\r' escape sequence
-xg-sh-3.sh:2: warning: internationalized messages should not contain the '\v' escape sequence
-PASS: xgettext-sh-3
-PASS: xgettext-sh-4
-PASS: xgettext-sh-5
-PASS: xgettext-sh-6
-PASS: xgettext-smalltalk-1
-PASS: xgettext-smalltalk-2
-PASS: xgettext-stringtable-1
-PASS: xgettext-tcl-1
-PASS: xgettext-tcl-2
-PASS: xgettext-tcl-3
-PASS: xgettext-tcl-4
-PASS: xgettext-ycp-1
-PASS: xgettext-ycp-2
-PASS: xgettext-ycp-3
-PASS: xgettext-ycp-4
-PASS: xgettext-lua-1
-PASS: xgettext-lua-2
-PASS: xgettext-javascript-1
-PASS: xgettext-javascript-2
-PASS: xgettext-javascript-3
-PASS: xgettext-javascript-4
-PASS: xgettext-javascript-5
-PASS: xgettext-javascript-6
-xg-vala-1.err.vala:3: warning: regular expression literal terminated too early
-PASS: xgettext-vala-1
-PASS: xgettext-gsettings-1
-err1.desktop:2:0: warning: missing '=' after "This"
-err2.desktop:2:0: warning: unterminated group name
-err3.desktop:3:0: warning: invalid non-blank line
-err4.desktop:2:0: warning: invalid non-blank character
-PASS: xgettext-desktop-1
-PASS: xgettext-its-1
-PASS: xgettext-its-2
-PASS: format-awk-1
-PASS: format-awk-2
-PASS: format-boost-1
-PASS: format-boost-2
-PASS: format-c-1
-PASS: format-c-2
-PASS: format-c-3
-PASS: format-c-4
-Skipping test: locale fa_IR not supported
-SKIP: format-c-5
-PASS: format-csharp-1
-PASS: format-csharp-2
-PASS: format-elisp-1
-PASS: format-elisp-2
-PASS: format-gcc-internal-1
-PASS: format-gcc-internal-2
-PASS: format-gfc-internal-1
-PASS: format-gfc-internal-2
-PASS: format-java-1
-PASS: format-java-2
-PASS: format-kde-1
-PASS: format-kde-2
-f-kd-1-1.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Premature end of data in tag kuit line 1
-
-f-kd-1-2.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Premature end of data in tag kuit line 1
-
-f-kd-1-3.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Opening and ending tag mismatch: filename line 1 and xfilename
-
-PASS: format-kde-kuit-1
-PASS: format-kde-kuit-2
-PASS: format-librep-1
-PASS: format-librep-2
-PASS: format-lisp-1
-PASS: format-lisp-2
-PASS: format-php-1
-PASS: format-php-2
-PASS: format-python-1
-PASS: format-python-2
-PASS: format-python-brace-1
-PASS: format-python-brace-2
-PASS: format-pascal-1
-PASS: format-pascal-2
-PASS: format-perl-1
-PASS: format-perl-2
-PASS: format-perl-brace-1
-PASS: format-perl-brace-2
-PASS: format-perl-mixed-1
-PASS: format-perl-mixed-2
-PASS: format-qt-1
-PASS: format-qt-2
-PASS: format-qt-plural-1
-PASS: format-qt-plural-2
-PASS: format-scheme-1
-PASS: format-scheme-2
-PASS: format-sh-1
-PASS: format-sh-2
-PASS: format-tcl-1
-PASS: format-tcl-2
-PASS: format-ycp-1
-PASS: format-ycp-2
-PASS: format-lua-1
-PASS: format-lua-2
-PASS: format-javascript-1
-PASS: format-javascript-2
-PASS: plural-1
-PASS: plural-2
-PASS: gettextpo-1
-PASS: sentence-1
-Skipping test: configured with --disable-libasprintf
-SKIP: lang-c++
-Skipping test: Objective C compiler not found
-SKIP: lang-objc
-PASS: lang-sh
-PASS: lang-bash
-Traceback (most recent call last):
- File "prog1.py", line 1, in <module>
- import gettext
-ImportError: No module named gettext
-FAIL: lang-python-1
-Traceback (most recent call last):
- File "prog2.py", line 2, in <module>
- import gettext
-ImportError: No module named gettext
-FAIL: lang-python-2
-Skipping test: clisp not found
-SKIP: lang-clisp
-PASS: lang-elisp
-Skipping test: rep not found
-SKIP: lang-librep
-Skipping test: guile not found
-SKIP: lang-guile
-Skipping test: gst not found
-SKIP: lang-smalltalk
-Skipping test: Java compiler or jar not found
-SKIP: lang-java
-Skipping test: C# compiler not found
-SKIP: lang-csharp
-Skipping test: gawk was built without i18n support
-SKIP: lang-gawk
-Skipping test: Pascal compiler ppc386 or ppcx64 not found
-SKIP: lang-pascal
-PASS: lang-ycp
-./lang-tcl: line 99: warning: setlocale: LC_CTYPE: cannot change locale (): No such file or directory
-./lang-tcl: line 99: warning: setlocale: LC_MESSAGES: cannot change locale (): No such file or directory
-PASS: lang-tcl
-Skipping test: perl package Locale::Messages is not installed
-SKIP: lang-perl-1
-Skipping test: perl package libintl-perl is not installed
-SKIP: lang-perl-2
-Skipping test: php not found
-SKIP: lang-php
-PASS: lang-po
-PASS: lang-rst
-Skipping test: lua not found
-SKIP: lang-lua
-Skipping test: gjs not found
-SKIP: lang-javascript
-Skipping test: valac not found
-SKIP: lang-vala
-Copying file ABOUT-NLS
-Copying file config.rpath
-Copying file intl/ChangeLog
-Copying file intl/Makefile.in
-Copying file intl/bindtextdom.c
-Copying file intl/config.charset
-Copying file intl/dcgettext.c
-Copying file intl/dcigettext.c
-Copying file intl/dcngettext.c
-Copying file intl/dgettext.c
-Copying file intl/dngettext.c
-Copying file intl/eval-plural.h
-Copying file intl/explodename.c
-Copying file intl/export.h
-Copying file intl/finddomain.c
-Copying file intl/gettext.c
-Copying file intl/gettextP.h
-Copying file intl/gmo.h
-Copying file intl/hash-string.c
-Copying file intl/hash-string.h
-Copying file intl/intl-compat.c
-Copying file intl/intl-exports.c
-Copying file intl/l10nflist.c
-Copying file intl/langprefs.c
-Copying file intl/libgnuintl.h.in
-Copying file intl/loadinfo.h
-Copying file intl/loadmsgcat.c
-Copying file intl/localcharset.c
-Copying file intl/localcharset.h
-Copying file intl/locale.alias
-Copying file intl/localealias.c
-Copying file intl/localename.c
-Copying file intl/lock.c
-Copying file intl/lock.h
-Copying file intl/log.c
-Copying file intl/ngettext.c
-Copying file intl/os2compat.c
-Copying file intl/os2compat.h
-Copying file intl/osdep.c
-Copying file intl/plural-exp.c
-Copying file intl/plural-exp.h
-Copying file intl/plural.c
-Copying file intl/plural.y
-Copying file intl/printf-args.c
-Copying file intl/printf-args.h
-Copying file intl/printf-parse.c
-Copying file intl/printf-parse.h
-Copying file intl/printf.c
-Copying file intl/ref-add.sin
-Copying file intl/ref-del.sin
-Copying file intl/relocatable.c
-Copying file intl/relocatable.h
-Copying file intl/textdomain.c
-Copying file intl/vasnprintf.c
-Copying file intl/vasnprintf.h
-Copying file intl/vasnwprintf.h
-Copying file intl/version.c
-Copying file intl/wprintf-parse.h
-Copying file intl/xsize.h
-Creating directory m4
-Copying file m4/codeset.m4
-Copying file m4/gettext.m4
-Copying file m4/glibc2.m4
-Copying file m4/glibc21.m4
-Copying file m4/iconv.m4
-Copying file m4/intdiv0.m4
-Copying file m4/intmax.m4
-Copying file m4/inttypes-h.m4
-Copying file m4/inttypes-pri.m4
-Copying file m4/inttypes_h.m4
-Copying file m4/lcmessage.m4
-Copying file m4/lib-ld.m4
-Copying file m4/lib-link.m4
-Copying file m4/lib-prefix.m4
-Copying file m4/lock.m4
-Copying file m4/longdouble.m4
-Copying file m4/longlong.m4
-Copying file m4/nls.m4
-Copying file m4/po.m4
-Copying file m4/printf-posix.m4
-Copying file m4/progtest.m4
-Copying file m4/signed.m4
-Copying file m4/size_max.m4
-Copying file m4/stdint_h.m4
-Copying file m4/uintmax_t.m4
-Copying file m4/ulonglong.m4
-Copying file m4/visibility.m4
-Copying file m4/wchar_t.m4
-Copying file m4/wint_t.m4
-Copying file m4/xsize.m4
-Creating directory po
-Copying file po/Makefile.in.in
-Copying file po/Makevars.template
-Copying file po/Rules-quot
-Copying file po/boldquot.sed
-Copying file po/en@boldquot.header
-Copying file po/en@quot.header
-Copying file po/insert-header.sin
-Copying file po/quot.sed
-Copying file po/remove-potcdate.sin
-PASS: autopoint-1
-autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using
-autopoint: *** Stop.
-FAIL: autopoint-2
-cp: cannot stat '/usr/lib/gettext/ptest/tests/..//gnulib-lib/gettext.h': No such file or directory
-cp: cannot stat '/usr/lib/gettext/ptest/tests/..//examples/hello-c/hello.c': No such file or directory
-autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using
-autopoint: *** Stop.
-FAIL: autopoint-3
-PASS: cldr-plurals-1
-========================================
-5 of 388 tests failed
-(24 tests were not run)
-Please report to bug-gnu-gettext@gnu.org
-========================================
-make: *** [Makefile:2324: runtest-TESTS] Error 1
-DURATION: 53
-END: /usr/lib/gettext/ptest
-2019-06-18T13:02
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:02
-BEGIN: /usr/lib/gzip/ptest
-make check-TESTS
-make[1]: Entering directory '/usr/lib/gzip/ptest/src/tests'
-make[2]: Entering directory '/usr/lib/gzip/ptest/src/tests'
-PASS: gzip-env
-PASS: helin-segv
-PASS: help-version
-PASS: hufts
-PASS: keep
-PASS: list
-PASS: memcpy-abuse
-PASS: mixed
-PASS: null-suffix-clobber
-PASS: reproducible
-PASS: stdin
-PASS: timestamp
-PASS: trailing-nul
-PASS: unpack-invalid
-PASS: unpack-valid
-PASS: upper-suffix
-PASS: z-suffix
-PASS: zdiff
-PASS: zgrep-f
-PASS: zgrep-context
-PASS: zgrep-signal
-PASS: znew-k
-============================================================================
-Testsuite summary for gzip 1.10
-============================================================================
-# TOTAL: 22
-# PASS: 22
-# SKIP: 0
-# XFAIL: 0
-# FAIL: 0
-# XPASS: 0
-# ERROR: 0
-============================================================================
-make[2]: Leaving directory '/usr/lib/gzip/ptest/src/tests'
-make[1]: Leaving directory '/usr/lib/gzip/ptest/src/tests'
-DURATION: 3
-END: /usr/lib/gzip/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/json-glib/ptest
-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/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/builder.test
-/builder/complex: OK
-/builder/empty: OK
-/builder/reset: OK
-PASS: json-glib-1.0/builder.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/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/boxed.test
-/boxed/serialize-property: OK
-/boxed/deserialize-property: OK
-PASS: json-glib-1.0/boxed.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/serialize-simple.test
-/serialize/gobject: OK
-PASS: json-glib-1.0/serialize-simple.test
-Running test: json-glib-1.0/generator.test
-/generator/empty-array: OK
-/generator/empty-object: OK
-/generator/simple-array: OK
-/generator/nested-array: OK
-/generator/simple-object: OK
-/generator/nested-object: OK
-/generator/decimal-separator: OK
-/generator/double-stays-double: OK
-/generator/pretty: OK
-/generator/string/abc: OK
-/generator/string/a\177xc: OK
-/generator/string/a\033xc: OK
-/generator/string/a\nxc: OK
-/generator/string/a\\xc: OK
-/generator/string/Barney B\303\244r: OK
-PASS: json-glib-1.0/generator.test
-Running test: json-glib-1.0/parser.test
-/parser/empty-string: OK
-/parser/base-value: OK
-/parser/empty-array: OK
-/parser/simple-array: OK
-/parser/nested-array: OK
-/parser/empty-object: OK
-/parser/simple-object: OK
-/parser/nested-object: OK
-/parser/assignment: OK
-/parser/unicode-escape: OK
-/parser/stream-sync: OK
-/parser/stream-async: OK
-PASS: json-glib-1.0/parser.test
-Running test: json-glib-1.0/serialize-complex.test
-/serialize/gobject-boxed: OK
-PASS: json-glib-1.0/serialize-complex.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/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/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
-SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.0s; maxrss=5348
-DURATION: 1
-END: /usr/lib/json-glib/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/kbd/ptest
-make: Entering directory '/usr/lib/kbd/ptest/tests'
-make[1]: Entering directory '/usr/lib/kbd/ptest/tests'
-PASS: libkeymap-init
-PASS: libkeymap-kmap
-PASS: libkeymap-keys
-PASS: libkeymap-parse
-PASS: libkeymap-charset
-PASS: dumpkeys-fulltable
-PASS: alt-is-meta
-============================================================================
-Testsuite summary for kbd 2.0.4
-============================================================================
-# TOTAL: 7
-# PASS: 7
-# SKIP: 0
-# XFAIL: 0
-# FAIL: 0
-# XPASS: 0
-# ERROR: 0
-============================================================================
-make[1]: Leaving directory '/usr/lib/kbd/ptest/tests'
-make: Leaving directory '/usr/lib/kbd/ptest/tests'
-DURATION: 1
-END: /usr/lib/kbd/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libconvert-asn1-perl/ptest
-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..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/09contr
-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..67
-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
-# INTEGER 2147483648
-ok 36
-ok 37
-ok 38
-ok 39
-# INTEGER 1073741824
-ok 40
-ok 41
-ok 42
-ok 43
-# INTEGER -1073741824
-ok 44
-ok 45
-ok 46
-ok 47
-# INTEGER 4294967296
-ok 48
-ok 49
-ok 50
-ok 51
-# INTEGER -4294967296
-ok 52
-ok 53
-ok 54
-ok 55
-# INTEGER -2147483648
-ok 56
-ok 57
-ok 58
-ok 59
-# BCDString 1073741824
-ok 60
-ok 61
-ok 62
-ok 63
-# BCDString -1073741824
-ok 64
-ok 65
-ok 66
-ok 67
-PASS: t/06bigint
-1..18
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-PASS: t/02seq
-1..21
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-PASS: t/14any
-1..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..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..27
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-PASS: t/16extset
-1..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/11explicit
-1..21
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-PASS: t/01tag
-1..19
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-PASS: t/17extchoice
-1..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..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..27
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-PASS: t/15extseq
-1..10
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-PASS: t/10choice
-1..7
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-PASS: t/11indef
-1..2
-ok 1
-ok 2
-PASS: t/99misc
-1..26
-ok 1
-ok 2
-ok 3
-# t/aj.cer
-ok 4
-ok 5
-ok 6
-# t/aj2.cer
-ok 7
-ok 8
-ok 9
-# t/allianz_root.cer
-ok 10
-ok 11
-ok 12
-# t/dsacert.der
-ok 13
-ok 14
-# t/new_root_ca.cer
-ok 15
-ok 16
-# t/pgpextension.der
-ok 17
-ok 18
-ok 19
-# t/subca_2.cer
-ok 20
-ok 21
-ok 22
-# t/telesec_799972029.crt
-ok 23
-ok 24
-# t/verisign.der
-ok 25
-ok 26
-PASS: t/x509
-1..186
-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
-# NULL
-ok 23
-ok 24
-ok 25
-ok 26
-# BOOLEAN 0
-ok 27
-ok 28
-ok 29
-ok 30
-# BOOLEAN 1
-ok 31
-ok 32
-ok 33
-ok 34
-# BOOLEAN -99
-ok 35
-ok 36
-ok 37
-ok 38
-# INTEGER 6715289
-ok 39
-ok 40
-ok 41
-ok 42
-# INTEGER 0
-ok 43
-ok 44
-ok 45
-ok 46
-# INTEGER -1073741824
-ok 47
-ok 48
-ok 49
-ok 50
-# INTEGER -457
-ok 51
-ok 52
-ok 53
-ok 54
-# INTEGER -255
-ok 55
-ok 56
-ok 57
-ok 58
-# INTEGER 128
-ok 59
-ok 60
-ok 61
-ok 62
-# INTEGER -128
-ok 63
-ok 64
-ok 65
-ok 66
-# INTEGER 1073741824
-ok 67
-ok 68
-ok 69
-ok 70
-ok 71
-ok 72
-ok 73
-ok 74
-# STRING ''
-ok 75
-ok 76
-ok 77
-ok 78
-# STRING 'A string'
-ok 79
-ok 80
-ok 81
-ok 82
-# OBJECT_ID 1.2.3.4.5
-ok 83
-ok 84
-ok 85
-ok 86
-# OBJECT_ID 0.0.17.773.1.1.1
-ok 87
-ok 88
-ok 89
-ok 90
-# OBJECT_ID 2.5.457
-ok 91
-ok 92
-ok 93
-ok 94
-# OBJECT_ID 2.99999.99
-ok 95
-ok 96
-ok 97
-ok 98
-# ENUM -99
-ok 99
-ok 100
-ok 101
-ok 102
-# ENUM 0
-ok 103
-ok 104
-ok 105
-ok 106
-# ENUM 6573456
-ok 107
-ok 108
-ok 109
-ok 110
-# BIT STRING 011011111101110111000000 7
-ok 111
-ok 112
-ok 113
-ok 114
-ok 115
-# BIT STRING 00110011 3
-ok 116
-ok 117
-ok 118
-ok 119
-ok 120
-# BIT STRING 00000000 1
-ok 121
-ok 122
-ok 123
-ok 124
-ok 125
-# BIT STRING 011011100101110111000000 21
-ok 126
-ok 127
-ok 128
-ok 129
-ok 130
-# REAL -5.5
-ok 131
-ok 132
-ok 133
-ok 134
-# REAL 0
-ok 135
-ok 136
-ok 137
-ok 138
-# REAL -Inf
-ok 139
-ok 140
-ok 141
-ok 142
-# REAL Inf
-ok 143
-ok 144
-ok 145
-ok 146
-# REAL 1.5
-ok 147
-ok 148
-ok 149
-ok 150
-# RELATIVE-OID 2.5.457
-ok 151
-ok 152
-ok 153
-ok 154
-# RELATIVE-OID 0.0.17.773.1.1.1
-ok 155
-ok 156
-ok 157
-ok 158
-# RELATIVE-OID 1.2.3.4.5
-ok 159
-ok 160
-ok 161
-ok 162
-# BCDString 2.2
-ok 163
-ok 164
-ok 165
-ok 166
-# BCDString 0
-ok 167
-ok 168
-ok 169
-ok 170
-# BCDString 564
-ok 171
-ok 172
-ok 173
-ok 174
-# BCDString 12345678
-ok 175
-ok 176
-ok 177
-ok 178
-# BCDString 123456789123456789
-ok 179
-ok 180
-ok 181
-ok 182
-# BCDString -1
-ok 183
-ok 184
-ok 185
-ok 186
-PASS: t/00prim
-1..11
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-PASS: t/07io
-1..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
-DURATION: 2
-END: /usr/lib/libconvert-asn1-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/liberror-perl/ptest
-1..21
-ok 1 - Loaded
-ok 2 - Test framework STDERR
-ok 3 - Test framework felloffcode
-ok 4 - warn \n-terminated STDERR
-ok 5 - warn \n-terminated felloffcode
-ok 6 - warn unterminated STDERR
-ok 7 - warn unterminated felloffcode
-ok 8 - die \n-terminated STDERR
-ok 9 - die \n-terminated felloffcode
-ok 10 - die unterminated STDERR
-ok 11 - die unterminated felloffcode
-ok 12 - Error STDOUT
-ok 13 - Error felloffcode
-ok 14 - Custom warn test STDERR
-ok 15 - Custom warn test felloffcode
-ok 16 - Custom die test STDERR
-ok 17 - Custom die test felloffcode
-ok 18 - Custom warn STDERR
-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..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..1
-ok 1 - Testing that the VERSION was not overrided
-PASS: t/14Error-Simple-VERSION
-1..2
-ok 1 - Testing for thrown exception
-ok 2 - No Errors caught.
-PASS: t/03throw-non-Error
-1..3
-ok 1 - Error was auto-converted to Error::Simple
-ok 2 - Error was auto-converted to MyError::Bar
-ok 3 - Text of the error is correct
-PASS: t/06customize-text-throw
-1..1
-ok 1 - Testing that the excpetion is not trampeled
-PASS: t/07try-in-obj-destructor
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/02order
-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 - Error.pm loaded ok
-ok 2 - Error/Simple.pm loaded ok
-PASS: t/00-compile
-1..8
-ok 1 - defined( $_[0] ) after throw/catch
-ok 2 - defined( $@ ) after throw/catch
-ok 3 - $_[0]->isa( "Error::Simple" ) after throw/catch
-ok 4 - $@->isa( "Error::Simple" ) after throw/catch
-ok 5 - defined( $_[0] ) after throw/otherwise
-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..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/01throw
-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 - 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 use base worked.
-PASS: t/04use-base-Error-Simple
-DURATION: 2
-END: /usr/lib/liberror-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libpcre/ptest
-make[1]: Entering directory '/usr/lib/libpcre/ptest'
-PASS: pcre_stringpiece_unittest
-PASS: RunTest
-PASS: RunGrepTest
-============================================================================
-Testsuite summary for PCRE 8.36
-============================================================================
-# TOTAL: 3
-# PASS: 3
-# SKIP: 0
-# XFAIL: 0
-# FAIL: 0
-# XPASS: 0
-# ERROR: 0
-============================================================================
-make[1]: Leaving directory '/usr/lib/libpcre/ptest'
-DURATION: 2
-END: /usr/lib/libpcre/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libtest-needs-perl/ptest
-1..113
-ok 1 - standalone: Missing module SKIPs - exit status
-ok 2 - standalone: Missing module SKIPs
-ok 3 - standalone: Broken module dies - exit status
-ok 4 - standalone: Broken module dies
-ok 5 - standalone: Working module runs - exit status
-ok 6 - standalone: Working module runs
-ok 7 - standalone: Outdated module SKIPs - exit status
-ok 8 - standalone: Outdated module SKIPs
-ok 9 - standalone: Missing module fails with RELEASE_TESTING - exit status
-ok 10 - standalone: Missing module fails with RELEASE_TESTING
-ok 11 - standalone: Broken module dies with RELEASE_TESTING - exit status
-ok 12 - standalone: Broken module dies with RELEASE_TESTING
-ok 13 - standalone: Working module runs with RELEASE_TESTING - exit status
-ok 14 - standalone: Working module runs with RELEASE_TESTING
-ok 15 - standalone: Outdated module fails with RELEASE_TESTING - exit status
-ok 16 - standalone: Outdated module fails with RELEASE_TESTING
-ok 17 - standalone: Outdated module fails with RELEASE_TESTING
-# Checking against Test2::API 1.302162
-ok 18 - Test2: Missing module SKIPs - exit status
-ok 19 - Test2: Missing module SKIPs
-ok 20 - Test2: Broken module dies - exit status
-ok 21 - Test2: Broken module dies
-ok 22 - Test2: Working module runs - exit status
-ok 23 - Test2: Working module runs
-ok 24 - Test2: Outdated module SKIPs - exit status
-ok 25 - Test2: Outdated module SKIPs
-ok 26 - Test2: Missing module fails with RELEASE_TESTING - exit status
-ok 27 - Test2: Missing module fails with RELEASE_TESTING
-ok 28 - Test2: Broken module dies with RELEASE_TESTING - exit status
-ok 29 - Test2: Broken module dies with RELEASE_TESTING
-ok 30 - Test2: Working module runs with RELEASE_TESTING - exit status
-ok 31 - Test2: Working module runs with RELEASE_TESTING
-ok 32 - Test2: Outdated module fails with RELEASE_TESTING - exit status
-ok 33 - Test2: Outdated module fails with RELEASE_TESTING
-ok 34 - Test2: Outdated module fails with RELEASE_TESTING
-ok 35 - Test2: Missing module skips with plan - exit status
-ok 36 - Test2: Missing module skips with plan
-ok 37 - Test2: Missing module skips with no_plan - exit status
-ok 38 - Test2: Missing module skips with no_plan
-ok 39 - Test2: Missing module skips with tests - exit status
-ok 40 - Test2: Missing module skips with tests
-ok 41 - Test2: Missing module passes with plan and tests - exit status
-ok 42 - Test2: Missing module passes with plan and tests
-ok 43 - Test2: Missing module passes with no_plan and tests - exit status
-ok 44 - Test2: Missing module passes with no_plan and tests
-ok 45 - Test2: Missing module skips in subtest - exit status
-ok 46 - Test2: Missing module skips in subtest
-ok 47 - Test2: Broken module dies in subtest - exit status
-ok 48 - Test2: Broken module dies in subtest
-ok 49 - Test2: Working module runs in subtest - exit status
-ok 50 - Test2: Working module runs in subtest
-ok 51 - Test2: Working module runs in subtest
-ok 52 - Test2: Outdated module skips in subtest - exit status
-ok 53 - Test2: Outdated module skips in subtest
-ok 54 - Test2: Missing module skips with plan in subtest - exit status
-ok 55 - Test2: Missing module skips with plan in subtest
-ok 56 - Test2: Missing module skips with no_plan in subtest - exit status
-ok 57 - Test2: Missing module skips with no_plan in subtest
-ok 58 - Test2: Missing module skips with tests in subtest - exit status
-ok 59 - Test2: Missing module skips with tests in subtest
-ok 60 - Test2: Missing module passes with plan and tests in subtest - exit status
-ok 61 - Test2: Missing module passes with plan and tests in subtest
-ok 62 - Test2: Missing module passes with no_plan and tests in subtest - exit status
-ok 63 - Test2: Missing module passes with no_plan and tests in subtest
-ok 64 - Test2: Missing module fails in subtest with RELEASE_TESTING - exit status
-ok 65 - Test2: Missing module fails in subtest with RELEASE_TESTING
-# Checking against Test::Builder 1.302162
-ok 66 - Test::Builder: Missing module SKIPs - exit status
-ok 67 - Test::Builder: Missing module SKIPs
-ok 68 - Test::Builder: Broken module dies - exit status
-ok 69 - Test::Builder: Broken module dies
-ok 70 - Test::Builder: Working module runs - exit status
-ok 71 - Test::Builder: Working module runs
-ok 72 - Test::Builder: Outdated module SKIPs - exit status
-ok 73 - Test::Builder: Outdated module SKIPs
-ok 74 - Test::Builder: Missing module fails with RELEASE_TESTING - exit status
-ok 75 - Test::Builder: Missing module fails with RELEASE_TESTING
-ok 76 - Test::Builder: Broken module dies with RELEASE_TESTING - exit status
-ok 77 - Test::Builder: Broken module dies with RELEASE_TESTING
-ok 78 - Test::Builder: Working module runs with RELEASE_TESTING - exit status
-ok 79 - Test::Builder: Working module runs with RELEASE_TESTING
-ok 80 - Test::Builder: Outdated module fails with RELEASE_TESTING - exit status
-ok 81 - Test::Builder: Outdated module fails with RELEASE_TESTING
-ok 82 - Test::Builder: Outdated module fails with RELEASE_TESTING
-ok 83 - Test::Builder: Missing module skips with plan - exit status
-ok 84 - Test::Builder: Missing module skips with plan
-ok 85 - Test::Builder: Missing module skips with no_plan - exit status
-ok 86 - Test::Builder: Missing module skips with no_plan
-ok 87 - Test::Builder: Missing module skips with tests - exit status
-ok 88 - Test::Builder: Missing module skips with tests
-ok 89 - Test::Builder: Missing module passes with plan and tests - exit status
-ok 90 - Test::Builder: Missing module passes with plan and tests
-ok 91 - Test::Builder: Missing module passes with no_plan and tests - exit status
-ok 92 - Test::Builder: Missing module passes with no_plan and tests
-ok 93 - Test::Builder: Missing module skips in subtest - exit status
-ok 94 - Test::Builder: Missing module skips in subtest
-ok 95 - Test::Builder: Broken module dies in subtest - exit status
-ok 96 - Test::Builder: Broken module dies in subtest
-ok 97 - Test::Builder: Working module runs in subtest - exit status
-ok 98 - Test::Builder: Working module runs in subtest
-ok 99 - Test::Builder: Working module runs in subtest
-ok 100 - Test::Builder: Outdated module skips in subtest - exit status
-ok 101 - Test::Builder: Outdated module skips in subtest
-ok 102 - Test::Builder: Missing module skips with plan in subtest - exit status
-ok 103 - Test::Builder: Missing module skips with plan in subtest
-ok 104 - Test::Builder: Missing module skips with no_plan in subtest - exit status
-ok 105 - Test::Builder: Missing module skips with no_plan in subtest
-ok 106 - Test::Builder: Missing module skips with tests in subtest - exit status
-ok 107 - Test::Builder: Missing module skips with tests in subtest
-ok 108 - Test::Builder: Missing module passes with plan and tests in subtest - exit status
-ok 109 - Test::Builder: Missing module passes with plan and tests in subtest
-ok 110 - Test::Builder: Missing module passes with no_plan and tests in subtest - exit status
-ok 111 - Test::Builder: Missing module passes with no_plan and tests in subtest
-ok 112 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING - exit status
-ok 113 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING
-ok 1 - standalone: Missing module SKIPs - exit status
-ok 2 - standalone: Missing module SKIPs
-ok 7 - standalone: Outdated module SKIPs - exit status
-ok 8 - standalone: Outdated module SKIPs
-ok 18 - Test2: Missing module SKIPs - exit status
-ok 19 - Test2: Missing module SKIPs
-ok 24 - Test2: Outdated module SKIPs - exit status
-ok 25 - Test2: Outdated module SKIPs
-ok 35 - Test2: Missing module skips with plan - exit status
-ok 36 - Test2: Missing module skips with plan
-ok 37 - Test2: Missing module skips with no_plan - exit status
-ok 38 - Test2: Missing module skips with no_plan
-ok 39 - Test2: Missing module skips with tests - exit status
-ok 40 - Test2: Missing module skips with tests
-ok 45 - Test2: Missing module skips in subtest - exit status
-ok 46 - Test2: Missing module skips in subtest
-ok 52 - Test2: Outdated module skips in subtest - exit status
-ok 53 - Test2: Outdated module skips in subtest
-ok 54 - Test2: Missing module skips with plan in subtest - exit status
-ok 55 - Test2: Missing module skips with plan in subtest
-ok 56 - Test2: Missing module skips with no_plan in subtest - exit status
-ok 57 - Test2: Missing module skips with no_plan in subtest
-ok 58 - Test2: Missing module skips with tests in subtest - exit status
-ok 59 - Test2: Missing module skips with tests in subtest
-ok 66 - Test::Builder: Missing module SKIPs - exit status
-ok 67 - Test::Builder: Missing module SKIPs
-ok 72 - Test::Builder: Outdated module SKIPs - exit status
-ok 73 - Test::Builder: Outdated module SKIPs
-ok 83 - Test::Builder: Missing module skips with plan - exit status
-ok 84 - Test::Builder: Missing module skips with plan
-ok 85 - Test::Builder: Missing module skips with no_plan - exit status
-ok 86 - Test::Builder: Missing module skips with no_plan
-ok 87 - Test::Builder: Missing module skips with tests - exit status
-ok 88 - Test::Builder: Missing module skips with tests
-ok 93 - Test::Builder: Missing module skips in subtest - exit status
-ok 94 - Test::Builder: Missing module skips in subtest
-ok 100 - Test::Builder: Outdated module skips in subtest - exit status
-ok 101 - Test::Builder: Outdated module skips in subtest
-ok 102 - Test::Builder: Missing module skips with plan in subtest - exit status
-ok 103 - Test::Builder: Missing module skips with plan in subtest
-ok 104 - Test::Builder: Missing module skips with no_plan in subtest - exit status
-ok 105 - Test::Builder: Missing module skips with no_plan in subtest
-ok 106 - Test::Builder: Missing module skips with tests in subtest - exit status
-ok 107 - Test::Builder: Missing module skips with tests in subtest
-SKIP: t/basic
-1..24
-ok 1 - perl prereq of 5.029 passed
-ok 2 - perl prereq of "5.29.0" passed
-ok 3 - perl prereq of "v5.29.0" passed
-ok 4 - perl prereq of v5.29.0 passed
-ok 5 - perl prereq of version->new("5.29.0") passed
-ok 6 - perl prereq of 5.030000 passed
-ok 7 - perl prereq of "5.30.0" passed
-ok 8 - perl prereq of "v5.30.0" passed
-ok 9 - perl prereq of v5.30.0 passed
-ok 10 - perl prereq of version->new("5.30.0") passed
-ok 11 - perl prereq of 5.031 failed
-ok 12 - perl prereq of "5.31.0" failed
-ok 13 - perl prereq of "v5.31.0" failed
-ok 14 - perl prereq of v5.31.0 failed
-ok 15 - perl prereq of version->new("5.31.0") failed
-ok 16 - existing module accepted
-ok 17 - existing module with version accepted
-ok 18 - missing module rejected
-ok 19 - missing module with version rejected
-ok 20 - existing module with old version rejected
-ok 21 - missing module rejected (arrayref)
-ok 22 - missing module with version rejected (arrayref)
-ok 23 - broken module dies
-ok 24 - broken module dies again
-PASS: t/find_missing
-DURATION: 5
-END: /usr/lib/libtest-needs-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libtimedate-perl/ptest
-1..202
-ok 1 - %y
-ok 2 - %Y
-ok 3 - %%
-ok 4 - %a
-ok 5 - %A
-ok 6 - %b
-ok 7 - %B
-ok 8 - %c
-ok 9 - %C
-ok 10 - %d
-ok 11 - %e
-ok 12 - %D
-ok 13 - %G
-ok 14 - %h
-ok 15 - %H
-ok 16 - %I
-ok 17 - %j
-ok 18 - %k
-ok 19 - %l
-ok 20 - %L
-ok 21 - %m
-ok 22 - %M
-ok 23 - %o
-ok 24 - %p
-ok 25 - %q
-ok 26 - %r
-ok 27 - %R
-ok 28 - %s
-ok 29 - %S
-ok 30 - %T
-ok 31 - %U
-ok 32 - %w
-ok 33 - %W
-ok 34 - %x
-ok 35 - %X
-ok 36 - %y
-ok 37 - %Y
-ok 38 - %Z
-ok 39 - %z
-ok 40 - %Od
-ok 41 - %Oe
-ok 42 - %OH
-ok 43 - %OI
-ok 44 - %Oj
-ok 45 - %Ok
-ok 46 - %Ol
-ok 47 - %Om
-ok 48 - %OM
-ok 49 - %Oq
-ok 50 - %OY
-ok 51 - %Oy
-ok 52 - %y
-ok 53 - %Y
-ok 54 - %%
-ok 55 - %a
-ok 56 - %A
-ok 57 - %b
-ok 58 - %B
-ok 59 - %c
-ok 60 - %C
-ok 61 - %d
-ok 62 - %e
-ok 63 - %D
-ok 64 - %h
-ok 65 - %H
-ok 66 - %I
-ok 67 - %j
-ok 68 - %k
-ok 69 - %l
-ok 70 - %L
-ok 71 - %m
-ok 72 - %M
-ok 73 - %o
-ok 74 - %p
-ok 75 - %q
-ok 76 - %r
-ok 77 - %R
-ok 78 - %s
-ok 79 - %S
-ok 80 - %T
-ok 81 - %U
-ok 82 - %w
-ok 83 - %W
-ok 84 - %x
-ok 85 - %X
-ok 86 - %y
-ok 87 - %Y
-ok 88 - %Z
-ok 89 - %z
-ok 90 - %Od
-ok 91 - %Oe
-ok 92 - %OH
-ok 93 - %OI
-ok 94 - %Oj
-ok 95 - %Ok
-ok 96 - %Ol
-ok 97 - %Om
-ok 98 - %OM
-ok 99 - %Oq
-ok 100 - %OY
-ok 101 - %Oy
-ok 102 - %y
-ok 103 - %Y
-ok 104 - %%
-ok 105 - %a
-ok 106 - %A
-ok 107 - %b
-ok 108 - %B
-ok 109 - %c
-ok 110 - %C
-ok 111 - %d
-ok 112 - %e
-ok 113 - %D
-ok 114 - %h
-ok 115 - %H
-ok 116 - %I
-ok 117 - %j
-ok 118 - %k
-ok 119 - %l
-ok 120 - %L
-ok 121 - %m
-ok 122 - %M
-ok 123 - %o
-ok 124 - %p
-ok 125 - %q
-ok 126 - %r
-ok 127 - %R
-ok 128 - %s
-ok 129 - %S
-ok 130 - %T
-ok 131 - %U
-ok 132 - %w
-ok 133 - %W
-ok 134 - %x
-ok 135 - %X
-ok 136 - %y
-ok 137 - %Y
-ok 138 - %Z
-ok 139 - %z
-ok 140 - %Od
-ok 141 - %Oe
-ok 142 - %OH
-ok 143 - %OI
-ok 144 - %Oj
-ok 145 - %Ok
-ok 146 - %Ol
-ok 147 - %Om
-ok 148 - %OM
-ok 149 - %Oq
-ok 150 - %OY
-ok 151 - %Oy
-ok 152 - %G
-ok 153 - %y
-ok 154 - %Y
-ok 155 - %%
-ok 156 - %a
-ok 157 - %A
-ok 158 - %b
-ok 159 - %B
-ok 160 - %c
-ok 161 - %C
-ok 162 - %d
-ok 163 - %e
-ok 164 - %D
-ok 165 - %G
-ok 166 - %h
-ok 167 - %H
-ok 168 - %I
-ok 169 - %j
-ok 170 - %k
-ok 171 - %l
-ok 172 - %L
-ok 173 - %m
-ok 174 - %M
-ok 175 - %o
-ok 176 - %p
-ok 177 - %q
-ok 178 - %r
-ok 179 - %R
-ok 180 - %s
-ok 181 - %S
-ok 182 - %T
-ok 183 - %U
-ok 184 - %w
-ok 185 - %W
-ok 186 - %x
-ok 187 - %X
-ok 188 - %Z
-ok 189 - %z
-ok 190 - %z
-ok 191 - %Od
-ok 192 - %Oe
-ok 193 - %OH
-ok 194 - %OI
-ok 195 - %Oj
-ok 196 - %Ok
-ok 197 - %Ol
-ok 198 - %Om
-ok 199 - %OM
-ok 200 - %Oq
-ok 201 - %OY
-ok 202 - %Oy
-PASS: t/format
-1..146
-# offset = 0
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-ok 28
-ok 29
-ok 30
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-ok 36
-ok 37
-ok 38
-ok 39
-ok 40
-ok 41
-ok 42
-ok 43
-ok 44
-ok 45
-ok 46
-ok 47
-ok 48
-ok 49
-ok 50
-ok 51
-ok 52
-ok 53
-ok 54
-ok 55
-ok 56
-ok 57
-ok 58
-ok 59
-ok 60
-ok 61
-ok 62
-ok 63
-ok 64
-ok 65
-ok 66
-ok 67
-ok 68
-ok 69
-ok 70
-ok 71
-ok 72
-ok 73
-ok 74
-ok 75
-ok 76
-ok 77
-ok 78
-ok 79
-ok 80
-ok 81
-ok 82
-ok 83
-ok 84
-ok 85
-ok 86
-ok 87
-ok 88
-ok 89
-ok 90
-ok 91
-ok 92
-ok 93
-ok 94
-ok 95
-ok 96
-ok 97
-ok 98
-ok 99
-ok 100
-ok 101
-ok 102
-ok 103
-ok 104
-ok 105
-ok 106
-ok 107
-ok 108
-ok 109
-ok 110
-ok 111
-ok 112
-ok 113
-ok 114
-ok 115
-ok 116
-ok 117
-ok 118
-ok 119
-ok 120
-ok 121
-ok 122
-ok 123
-ok 124
-ok 125
-ok 126
-ok 127
-ok 128
-ok 129
-ok 130
-ok 131
-ok 132
-ok 133
-ok 134
-ok 135
-ok 136
-ok 137
-ok 138
-ok 139
-ok 140
-ok 141
-ok 142
-ok 143
-ok 144
-ok 145
-ok 146
-PASS: t/getdate
-1..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/lang
-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
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-1..148
-ok 1
-1995-01-24 Tue Jan 24 00:00:00 1995 GMT
-ok 2
-1995-01-24T09:08:17.1823213 Tue Jan 24 09:08:17 1995 GMT
-ok 3
-1935-01-24T09:08:17 Wed Jan 24 09:08:17 2035 GMT
-ok 4
-Fri Dec 17 00:00:00 1901 GMT Mon Dec 17 00:00:00 2001 GMT
-ok 5
-Tue Jan 16 23:59:59 2038 GMT Sat Jan 16 23:59:59 2038 GMT
-ok 6
-2001-02-02 00:00:00 GMT Fri Feb 2 00:00:00 2001 GMT
-ok 7
-2035-02-02 00:00:00 GMT Fri Feb 2 00:00:00 2035 GMT
-ok 8
-16 Jun 33 07:29:35 CST Thu Jun 16 13:29:35 2033 GMT
-ok 9
-2002-02-26-10:37:21.141 GMT Tue Feb 26 10:37:21 2002 GMT
-ok 10
-Wed, 16 Jun 94 07:29:35 CST Thu Jun 16 13:29:35 1994 GMT
-ok 11
-Wed, 16 Nov 94 07:29:35 CST Wed Nov 16 13:29:35 1994 GMT
-ok 12
-Mon, 21 Nov 94 07:42:23 CST Mon Nov 21 13:42:23 1994 GMT
-ok 13
-Mon, 21 Nov 94 04:28:18 CST Mon Nov 21 10:28:18 1994 GMT
-ok 14
-Tue, 15 Nov 94 09:15:10 GMT Tue Nov 15 09:15:10 1994 GMT
-ok 15
-Wed, 16 Nov 94 09:39:49 GMT Wed Nov 16 09:39:49 1994 GMT
-ok 16
-Wed, 16 Nov 94 09:23:17 GMT Wed Nov 16 09:23:17 1994 GMT
-ok 17
-Wed, 16 Nov 94 12:39:49 GMT Wed Nov 16 12:39:49 1994 GMT
-ok 18
-Wed, 16 Nov 94 14:03:06 GMT Wed Nov 16 14:03:06 1994 GMT
-ok 19
-Wed, 16 Nov 94 05:30:51 CST Wed Nov 16 11:30:51 1994 GMT
-ok 20
-Thu, 17 Nov 94 03:19:30 CST Thu Nov 17 09:19:30 1994 GMT
-ok 21
-Mon, 21 Nov 94 14:05:32 GMT Mon Nov 21 14:05:32 1994 GMT
-ok 22
-Mon, 14 Nov 94 15:08:49 CST Mon Nov 14 21:08:49 1994 GMT
-ok 23
-Wed, 16 Nov 94 14:48:06 GMT Wed Nov 16 14:48:06 1994 GMT
-ok 24
-Thu, 17 Nov 94 14:22:03 GMT Thu Nov 17 14:22:03 1994 GMT
-ok 25
-Wed, 16 Nov 94 14:36:00 GMT Wed Nov 16 14:36:00 1994 GMT
-ok 26
-Wed, 16 Nov 94 09:23:17 GMT Wed Nov 16 09:23:17 1994 GMT
-ok 27
-Wed, 16 Nov 94 10:01:43 GMT Wed Nov 16 10:01:43 1994 GMT
-ok 28
-Wed, 16 Nov 94 15:03:35 GMT Wed Nov 16 15:03:35 1994 GMT
-ok 29
-Mon, 21 Nov 94 13:55:19 GMT Mon Nov 21 13:55:19 1994 GMT
-ok 30
-Wed, 16 Nov 94 08:46:11 CST Wed Nov 16 14:46:11 1994 GMT
-ok 31
-21 dec 17:05 Fri Dec 21 17:05:00 2018 GMT
-ok 32
-21-dec 17:05 Fri Dec 21 17:05:00 2018 GMT
-ok 33
-21/dec 17:05 Fri Dec 21 17:05:00 2018 GMT
-ok 34
-21/dec/93 17:05 Tue Dec 21 17:05:00 1993 GMT
-ok 35
-dec/21/93 17:05 Tue Dec 21 17:05:00 1993 GMT
-ok 36
-Dec/21/1993 17:05:00 Tue Dec 21 17:05:00 1993 GMT
-ok 37
-dec-21-1993 17:05 Tue Dec 21 17:05:00 1993 GMT
-ok 38
-Dec-21-93 17:05:00 Tue Dec 21 17:05:00 1993 GMT
-ok 39
-dec 21 1994 17:05 Wed Dec 21 17:05:00 1994 GMT
-ok 40
-dec 21 94 17:05 Wed Dec 21 17:05:00 1994 GMT
-ok 41
-dec 21 94 17:05 GMT Wed Dec 21 17:05:00 1994 GMT
-ok 42
-dec 21 94 17:05 BST Wed Dec 21 16:05:00 1994 GMT
-ok 43
-dec 21 94 00:05 -1700 Wed Dec 21 17:05:00 1994 GMT
-ok 44
-dec 21 94 17:05 -1700 Thu Dec 22 10:05:00 1994 GMT
-ok 45
-Wed, 9 Nov 1994 09:50:32 -0500 (EST) Wed Nov 9 14:50:32 1994 GMT
-ok 46
-Thu, 13 Oct 94 10:13:13 -0700 Thu Oct 13 17:13:13 1994 GMT
-ok 47
-Sat, 19 Nov 1994 16:59:14 +0100 Sat Nov 19 15:59:14 1994 GMT
-ok 48
-Thu, 3 Nov 94 14:10:47 EST Thu Nov 3 19:10:47 1994 GMT
-ok 49
-Thu, 3 Nov 94 21:51:09 EST Fri Nov 4 02:51:09 1994 GMT
-ok 50
-Fri, 4 Nov 94 9:24:52 EST Fri Nov 4 14:24:52 1994 GMT
-ok 51
-Wed, 9 Nov 94 09:38:54 EST Wed Nov 9 14:38:54 1994 GMT
-ok 52
-Mon, 14 Nov 94 13:20:12 EST Mon Nov 14 18:20:12 1994 GMT
-ok 53
-Wed, 16 Nov 94 17:09:13 EST Wed Nov 16 22:09:13 1994 GMT
-ok 54
-Tue, 15 Nov 94 12:27:01 PST Tue Nov 15 20:27:01 1994 GMT
-ok 55
-Fri, 18 Nov 1994 07:34:05 -0600 Fri Nov 18 13:34:05 1994 GMT
-ok 56
-Mon, 21 Nov 94 14:34:28 -0500 Mon Nov 21 19:34:28 1994 GMT
-ok 57
-Fri, 18 Nov 1994 12:05:47 -0800 (PST) Fri Nov 18 20:05:47 1994 GMT
-ok 58
-Fri, 18 Nov 1994 12:36:26 -0800 (PST) Fri Nov 18 20:36:26 1994 GMT
-ok 59
-Wed, 16 Nov 1994 15:58:58 GMT Wed Nov 16 15:58:58 1994 GMT
-ok 60
-1999 10:02:18 "GMT" Fri Jun 18 10:02:18 1999 GMT
-ok 61
-Sun, 06 Nov 94 14:27:40 -0500 Sun Nov 6 19:27:40 1994 GMT
-ok 62
-Mon, 07 Nov 94 08:20:13 -0500 Mon Nov 7 13:20:13 1994 GMT
-ok 63
-Mon, 07 Nov 94 16:48:42 -0500 Mon Nov 7 21:48:42 1994 GMT
-ok 64
-Wed, 09 Nov 94 15:46:16 -0500 Wed Nov 9 20:46:16 1994 GMT
-ok 65
-Fri, 4 Nov 94 16:17:40 "PST Sat Nov 5 00:17:40 1994 GMT
-ok 66
-Wed, 16 Nov 94 12:43:37 "PST Wed Nov 16 20:43:37 1994 GMT
-ok 67
-Sun, 6 Nov 1994 02:38:17 -0800 Sun Nov 6 10:38:17 1994 GMT
-ok 68
-Tue, 1 Nov 1994 13:53:49 -0500 Tue Nov 1 18:53:49 1994 GMT
-ok 69
-Tue, 15 Nov 94 08:31:59 +0100 Tue Nov 15 07:31:59 1994 GMT
-ok 70
-Sun, 6 Nov 1994 11:09:12 -0500 (IST) Sun Nov 6 16:09:12 1994 GMT
-ok 71
-Fri, 4 Nov 94 12:52:10 EST Fri Nov 4 17:52:10 1994 GMT
-ok 72
-Mon, 31 Oct 1994 14:17:39 -0500 (EST) Mon Oct 31 19:17:39 1994 GMT
-ok 73
-Mon, 14 Nov 94 11:25:00 CST Mon Nov 14 17:25:00 1994 GMT
-ok 74
-Mon, 14 Nov 94 13:26:29 CST Mon Nov 14 19:26:29 1994 GMT
-ok 75
-Fri, 18 Nov 94 8:42:47 CST Fri Nov 18 14:42:47 1994 GMT
-ok 76
-Thu, 17 Nov 94 14:32:01 +0900 Thu Nov 17 05:32:01 1994 GMT
-ok 77
-Wed, 2 Nov 94 18:16:31 +0100 Wed Nov 2 17:16:31 1994 GMT
-ok 78
-Fri, 18 Nov 94 10:46:26 +0100 Fri Nov 18 09:46:26 1994 GMT
-ok 79
-Tue, 8 Nov 1994 22:39:28 +0200 Tue Nov 8 20:39:28 1994 GMT
-ok 80
-Wed, 16 Nov 1994 10:01:08 -0500 (EST) Wed Nov 16 15:01:08 1994 GMT
-ok 81
-Wed, 2 Nov 1994 16:59:42 -0800 Thu Nov 3 00:59:42 1994 GMT
-ok 82
-Wed, 9 Nov 94 10:00:23 PST Wed Nov 9 18:00:23 1994 GMT
-ok 83
-Fri, 18 Nov 94 17:01:43 PST Sat Nov 19 01:01:43 1994 GMT
-ok 84
-Mon, 14 Nov 1994 14:47:46 -0500 Mon Nov 14 19:47:46 1994 GMT
-ok 85
-Mon, 21 Nov 1994 04:56:04 -0500 (EST) Mon Nov 21 09:56:04 1994 GMT
-ok 86
-Mon, 21 Nov 1994 11:50:12 -0800 Mon Nov 21 19:50:12 1994 GMT
-ok 87
-Sat, 5 Nov 1994 14:04:16 -0600 (CST) Sat Nov 5 20:04:16 1994 GMT
-ok 88
-Sat, 05 Nov 94 13:10:13 MST Sat Nov 5 20:10:13 1994 GMT
-ok 89
-Wed, 02 Nov 94 10:47:48 -0800 Wed Nov 2 18:47:48 1994 GMT
-ok 90
-Wed, 02 Nov 94 13:19:15 -0800 Wed Nov 2 21:19:15 1994 GMT
-ok 91
-Thu, 03 Nov 94 15:27:07 -0800 Thu Nov 3 23:27:07 1994 GMT
-ok 92
-Fri, 04 Nov 94 09:12:12 -0800 Fri Nov 4 17:12:12 1994 GMT
-ok 93
-Wed, 9 Nov 1994 10:13:03 +0000 (GMT) Wed Nov 9 10:13:03 1994 GMT
-ok 94
-Wed, 9 Nov 1994 15:28:37 +0000 (GMT) Wed Nov 9 15:28:37 1994 GMT
-ok 95
-Wed, 2 Nov 1994 17:37:41 +0100 (MET) Wed Nov 2 16:37:41 1994 GMT
-ok 96
-05 Nov 94 14:22:19 PST Sat Nov 5 22:22:19 1994 GMT
-ok 97
-16 Nov 94 22:28:20 PST Thu Nov 17 06:28:20 1994 GMT
-ok 98
-Tue, 1 Nov 1994 19:51:15 -0800 Wed Nov 2 03:51:15 1994 GMT
-ok 99
-Wed, 2 Nov 94 12:21:23 GMT Wed Nov 2 12:21:23 1994 GMT
-ok 100
-Fri, 18 Nov 94 18:07:03 GMT Fri Nov 18 18:07:03 1994 GMT
-ok 101
-Wed, 16 Nov 1994 11:26:27 -0500 Wed Nov 16 16:26:27 1994 GMT
-ok 102
-Sun, 6 Nov 1994 13:48:49 -0500 Sun Nov 6 18:48:49 1994 GMT
-ok 103
-Tue, 8 Nov 1994 13:19:37 -0800 Tue Nov 8 21:19:37 1994 GMT
-ok 104
-Fri, 18 Nov 1994 11:01:12 -0800 Fri Nov 18 19:01:12 1994 GMT
-ok 105
-Mon, 21 Nov 1994 00:47:58 -0500 Mon Nov 21 05:47:58 1994 GMT
-ok 106
-Mon, 7 Nov 1994 14:22:48 -0800 (PST) Mon Nov 7 22:22:48 1994 GMT
-ok 107
-Wed, 16 Nov 1994 15:56:45 -0800 (PST) Wed Nov 16 23:56:45 1994 GMT
-ok 108
-Thu, 3 Nov 1994 13:17:47 +0000 Thu NoRedundant 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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-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.
-v 3 13:17:47 1994 GMT
-ok 109
-Wed, 9 Nov 1994 17:32:50 -0500 (EST) Wed Nov 9 22:32:50 1994 GMT
-ok 110
-Wed, 9 Nov 94 16:31:52 PST Thu Nov 10 00:31:52 1994 GMT
-ok 111
-Wed, 09 Nov 94 10:41:10 -0800 Wed Nov 9 18:41:10 1994 GMT
-ok 112
-Wed, 9 Nov 94 08:42:22 MST Wed Nov 9 15:42:22 1994 GMT
-ok 113
-Mon, 14 Nov 1994 08:32:13 -0800 Mon Nov 14 16:32:13 1994 GMT
-ok 114
-Mon, 14 Nov 1994 11:34:32 -0500 (EST) Mon Nov 14 16:34:32 1994 GMT
-ok 115
-Mon, 14 Nov 94 16:48:09 GMT Mon Nov 14 16:48:09 1994 GMT
-ok 116
-Tue, 15 Nov 1994 10:27:33 +0000 Tue Nov 15 10:27:33 1994 GMT
-ok 117
-Wed, 02 Nov 94 13:56:54 MST Wed Nov 2 20:56:54 1994 GMT
-ok 118
-Thu, 03 Nov 94 15:24:45 MST Thu Nov 3 22:24:45 1994 GMT
-ok 119
-Thu, 3 Nov 1994 15:13:53 -0700 (MST) Thu Nov 3 22:13:53 1994 GMT
-ok 120
-Fri, 04 Nov 94 08:15:13 MST Fri Nov 4 15:15:13 1994 GMT
-ok 121
-Thu, 3 Nov 94 18:15:47 EST Thu Nov 3 23:15:47 1994 GMT
-ok 122
-Tue, 08 Nov 94 07:02:33 MST Tue Nov 8 14:02:33 1994 GMT
-ok 123
-Thu, 3 Nov 94 18:15:47 EST Thu Nov 3 23:15:47 1994 GMT
-ok 124
-Tue, 15 Nov 94 07:26:05 MST Tue Nov 15 14:26:05 1994 GMT
-ok 125
-Wed, 2 Nov 1994 00:00:55 -0600 (CST) Wed Nov 2 06:00:55 1994 GMT
-ok 126
-Sun, 6 Nov 1994 01:19:13 -0600 (CST) Sun Nov 6 07:19:13 1994 GMT
-ok 127
-Mon, 7 Nov 1994 23:16:57 -0600 (CST) Tue Nov 8 05:16:57 1994 GMT
-ok 128
-Tue, 08 Nov 1994 13:21:21 -0600 Tue Nov 8 19:21:21 1994 GMT
-ok 129
-Mon, 07 Nov 94 13:47:37 PST Mon Nov 7 21:47:37 1994 GMT
-ok 130
-Tue, 08 Nov 94 11:23:19 PST Tue Nov 8 19:23:19 1994 GMT
-ok 131
-Tue, 01 Nov 1994 11:28:25 -0800 Tue Nov 1 19:28:25 1994 GMT
-ok 132
-Tue, 15 Nov 1994 13:11:47 -0800 Tue Nov 15 21:11:47 1994 GMT
-ok 133
-Tue, 15 Nov 1994 13:18:38 -0800 Tue Nov 15 21:18:38 1994 GMT
-ok 134
-Tue, 15 Nov 1994 0:18:38 -0800 Tue Nov 15 08:18:38 1994 GMT
-ok 135
-10:00:00Z Tue Jun 18 10:00:00 2019 GMT
-ok 136
-10:00:00 Tue Jun 18 10:00:00 2019 GMT
-ok 137
-10:00 Tue Jun 18 10:00:00 2019 GMT
-ok 138
-10:00 +100 Tue Jun 18 09:00:00 2019 GMT
-ok 139
-10:00 +0100 Tue Jun 18 09:00:00 2019 GMT
-ok 140
-20020722T100000Z Mon Jul 22 10:00:00 2002 GMT
-ok 141
-Jul 22 10:00:00 UTC 2002 Mon Jul 22 10:00:00 2002 GMT
-ok 142
-2002-07-22 10:00:00Z Mon Jul 22 10:00:00 2002 GMT
-ok 143
-2002-07-22 10:00:00 Z Mon Jul 22 10:00:00 2002 GMT
-ok 144
-2002-07-22 10:00 Z Mon Jul 22 10:00:00 2002 GMT
-ok 145
-2002-07-22 10:00Z Mon Jul 22 10:00:00 2002 GMT
-ok 146
-2002-07-22 10:00 +100 Mon Jul 22 09:00:00 2002 GMT
-ok 147
-2002-07-22 10:00 +0100 Mon Jul 22 09:00:00 2002 GMT
-ok 148
-PASS: t/date
-DURATION: 0
-END: /usr/lib/libtimedate-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/liburi-perl/ptest
-1..48
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-ok 28
-ok 29
-ok 30
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-ok 36
-ok 37
-ok 38
-ok 39
-ok 40
-ok 41
-ok 42
-ok 43
-ok 44
-ok 45
-ok 46
-ok 47
-ok 48
-PASS: t/gopher
-1..0 # SKIP Need Business::ISBN
-1..0 # SKIP Need Business::ISBN
-SKIP: t/urn-isbn
-1..3
-# store
-# retrieve
-ok 1
-ok 2
-ok 3
-PASS: t/storable
-1..1
-#
-# Versions for all modules listed in static metadata (including optional ones):
-#
-# === Configure Requires ===
-#
-# Module Want Have
-# ------------------- ---- ----
-# ExtUtils::MakeMaker any 7.34
-#
-# === Configure Suggests ===
-#
-# Module Want Have
-# -------- ------- ----
-# JSON::PP 2.27300 4.02
-#
-# === Test Requires ===
-#
-# Module Want Have
-# --------------------- ---- --------
-# ExtUtils::MakeMaker any 7.34
-# File::Spec any 3.78
-# File::Spec::Functions any 3.78
-# File::Temp any 0.2309
-# Test any 1.31
-# Test::More 0.96 1.302162
-# Test::Needs any 0.002006
-# utf8 any 1.22
-#
-# === Test Recommends ===
-#
-# Module Want Have
-# ---------- -------- --------
-# CPAN::Meta 2.120900 2.150010
-#
-# === Runtime Requires ===
-#
-# Module Want Have
-# ------------ ---- -----
-# Carp any 1.50
-# Cwd any 3.78
-# Data::Dumper any 2.174
-# Encode any 3.01
-# Exporter 5.57 5.73
-# MIME::Base64 2 3.15
-# Net::Domain any 3.11
-# Scalar::Util any 1.50
-# constant any 1.33
-# integer any 1.01
-# overload any 1.30
-# parent any 0.237
-# strict any 1.11
-# utf8 any 1.22
-# warnings any 1.44
-#
-ok 1
-PASS: t/00-report-prereqs
-1..2
-ok 1
-ok 2
-PASS: t/clone
-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/old-file
-1..7
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-PASS: t/idna
-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..9
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-PASS: t/rtsp
-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/http
-1..48
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-ok 28
-ok 29
-ok 30
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-ok 36
-ok 37
-ok 38
-ok 39
-ok 40
-ok 41
-ok 42
-ok 43
-ok 44
-ok 45
-ok 46
-ok 47
-ok 48
-PASS: t/generic
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/old-absconf
-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/rfc2732
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/mix
-ok 1 - ==
-ok 2 - !=
-1..2
-PASS: t/num_eq
-1..8
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-PASS: t/mms
-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
-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
-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..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/ftp
-1..8
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-PASS: t/pop
-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..45
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-ok 28
-ok 29
-ok 30
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-ok 36
-ok 37
-ok 38
-ok 39
-ok 40
-ok 41
-ok 42
-ok 43
-ok 44
-ok 45
-
-
-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..102
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:36 2019
-# Current time GMT: Tue Jun 18 13:03:36 2019
-# Using Test.pm version 1.31
-# t/roytest1.html
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-ok 28
-ok 29
-ok 30
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-ok 36
-ok 37
-ok 38
-ok 39
-ok 40
-ok 41
-ok 42
-# 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
-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..15
-ok 1 - http://en.wikipedia.org/wiki/Punycode example encode
-ok 2 - http://en.wikipedia.org/wiki/Punycode example decode
-ok 3 - A encode
-ok 4 - A decode
-ok 5 - B encode
-ok 6 - B decode
-ok 7 - E encode
-ok 8 - E decode
-ok 9 - J encode
-ok 10 - J decode
-ok 11 - K encode
-ok 12 - K decode
-ok 13 - O encode
-ok 14 - O decode
-ok 15 - S encode
-PASS: t/punycode
-1..19
-ok 1 - query_form_hash get
-ok 2 - query_form_hash set
-ok 3 - query_param list keys
-ok 4 - query_param scalar return
-ok 5 - query_param list return
-ok 6 - query_param set return
-ok 7 - param order
-ok 8 - old values returned
-ok 9
-ok 10 - query_param_delete
-ok 11
-ok 12
-ok 13 - delete by assigning empty list
-ok 14 - query_param from scratch
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-PASS: t/query-param
-1..23
-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
-PASS: t/query
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-1..5
-PASS: t/utf8
-1..22
-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
-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
-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..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
-ldap://LDAP-HOST:389/o=University%20of%20Michigan,c=US?postalAddress?base?ObjectClass=*?FOO=Bar,bindname=CN%3DManager%CO%3dFoo
-ldap://ldap-host/o=University%20of%20Michigan,c=US?postaladdress???foo=Bar,bindname=CN=Manager%CO=Foo
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-PASS: t/ldap
-1..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/rsync
-# Turn lib path . into /usr/lib/liburi-perl/ptest/.
-# Self tests for URI::URL version 5.04...
-# Subtest: scheme tests
- # Testing 'file://host/fseg/fs?g/fseg'
- ok 1 - URI::URL->host
- ok 2 - URI::URL->as_string
- ok 3 - URI::URL->path
- # Testing 'ftp://0%3A:%40@h:0/0?0'
- ok 4 - URI::URL->query
- ok 5 - URI::URL->port
- ok 6 - URI::URL->scheme
- ok 7 - URI::URL->path
- ok 8 - URI::URL->password
- ok 9 - URI::URL->netloc
- ok 10 - URI::URL->params
- ok 11 - URI::URL->user
- ok 12 - URI::URL->host
- ok 13 - URI::URL->as_string
- # Testing 'ftp://host/a/b'
- ok 14 - URI::URL->user
- ok 15 - URI::URL->path
- ok 16 - URI::URL->port
- ok 17 - URI::URL->host
- ok 18 - URI::URL->as_string
- # Testing 'ftp://usr:pswd@web:1234/a/b;type=i'
- ok 19 - URI::URL->path
- ok 20 - URI::URL->port
- ok 21 - URI::URL->user
- ok 22 - URI::URL->params
- ok 23 - URI::URL->as_string
- ok 24 - URI::URL->password
- ok 25 - URI::URL->host
- # Testing 'gopher://gopher/2a_selector'
- ok 26 - URI::URL->gtype
- ok 27 - URI::URL->as_string
- ok 28 - URI::URL->selector
- # Testing 'gopher://host'
- ok 29 - URI::URL->gtype
- ok 30 - URI::URL->as_string
- # Testing 'gopher://host/'
- ok 31 - URI::URL->gtype
- ok 32 - URI::URL->as_string
- # Testing 'hTTp://web1.net/a/b/c/welcome#intro'
- ok 33 - URI::URL->path
- ok 34 - URI::URL->scheme
- ok 35 - URI::URL->eparams
- ok 36 - URI::URL->params
- ok 37 - URI::URL->equery
- ok 38 - URI::URL->epath
- ok 39 - URI::URL->as_string
- ok 40 - URI::URL->query
- ok 41 - URI::URL->port
- ok 42 - URI::URL->frag
- ok 43 - URI::URL->full_path
- ok 44 - URI::URL->host
- # Testing 'http://0:0/0/0;0?0#0'
- ok 45 - URI::URL->query
- ok 46 - URI::URL->port
- ok 47 - URI::URL->scheme
- ok 48 - URI::URL->path
- ok 49 - URI::URL->netloc
- ok 50 - URI::URL->frag
- ok 51 - URI::URL->params
- ok 52 - URI::URL->host
- ok 53 - URI::URL->as_string
- # Testing 'http://web.net'
- ok 54 - URI::URL->host
- ok 55 - URI::URL->full_path
- ok 56 - URI::URL->as_string
- ok 57 - URI::URL->frag
- ok 58 - URI::URL->query
- ok 59 - URI::URL->scheme
- ok 60 - URI::URL->port
- ok 61 - URI::URL->path
- # Testing 'http://web.net/'
- ok 62 - URI::URL->as_string
- ok 63 - URI::URL->host
- ok 64 - URI::URL->full_path
- ok 65 - URI::URL->port
- ok 66 - URI::URL->scheme
- ok 67 - URI::URL->path
- ok 68 - URI::URL->frag
- ok 69 - URI::URL->query
- # Testing 'http://web:1/a?query+text'
- ok 70 - URI::URL->scheme
- ok 71 - URI::URL->port
- ok 72 - URI::URL->path
- ok 73 - URI::URL->frag
- ok 74 - URI::URL->query
- ok 75 - URI::URL->host
- # Testing 'http:/0?0'
- ok 76 - URI::URL->as_string
- ok 77 - URI::URL->full_path
- ok 78 - URI::URL->scheme
- ok 79 - URI::URL->path
- ok 80 - URI::URL->query
- # Testing 'http:0'
- ok 81 - URI::URL->query
- ok 82 - URI::URL->scheme
- ok 83 - URI::URL->path
- ok 84 - URI::URL->full_path
- ok 85 - URI::URL->as_string
- # Testing 'mailto:libwww-perl@ics.uci.edu'
- ok 86 - URI::URL->encoded822addr
- ok 87 - URI::URL->as_string
- ok 88 - URI::URL->address
- # Testing 'news:*'
- ok 89 - URI::URL->group
- ok 90 - URI::URL->as_string
- ok 91 - URI::URL->groupart
- # Testing 'news:comp.lang.perl'
- ok 92 - URI::URL->group
- # Testing 'news:perl-faq/module-list-1-794455075@ig.co.uk'
- ok 93 - URI::URL->article
- # 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
- # Testing 'telnet://usr:pswd@web:12345/'
- ok 97 - URI::URL->password
- ok 98 - URI::URL->host
- ok 99 - URI::URL->user
- 1..99
-ok 1 - scheme tests
-# Subtest: parts test
- ok 1 - URI::URL->as_string
- ok 2 - URI::URL->full_path
- ok 3 - URI::URL->as_string
- ok 4 - URI::URL->full_path
- ok 5 - URI::URL->as_string
- ok 6 - URI::URL->as_string
- ok 7 - URI::URL->as_string
- ok 8 - URI::URL->as_string
- ok 9 - URI::URL->as_string
- ok 10 - $url->keywords
- ok 11 - URI::URL->as_string
- ok 12 - $url->query_form
- ok 13 - URI::URL->as_string
- ok 14 - length
- ok 15 - query_form
- ok 16 - length
- ok 17 - sequence
- ok 18 - URI::URL->as_string
- # Subtest: netloc_test
- ok 1 - URI::URL->as_string
- ok 2 - URI::URL->as_string
- ok 3 - URI::URL->as_string
- ok 4 - URI::URL->as_string
- ok 5 - URI::URL->as_string
- ok 6 - URI::URL->as_string
- ok 7 - URI::URL->as_string
- ok 8 - URI::URL->as_string
- ok 9 - URI::URL->as_string
- ok 10 - URI::URL->as_string
- ok 11 - URI::URL->as_string
- ok 12 - URI::URL->as_string
- ok 13 - URI::URL->as_string
- ok 14 - URI::URL->as_string
- ok 15 - URI::URL->as_string
- ok 16 - URI::URL->as_string
- 1..16
- ok 19 - netloc_test
- # Subtest: port_test
- ok 1 - port
- ok 2 - string
- ok 3 - port
- ok 4 - string
- ok 5 - port
- ok 6 - string
- ok 7 - port
- ok 8 - string
- 1..8
- ok 20 - port_test
- ok 21 - URI::URL->as_string
- ok 22 - URI::URL->as_string
- ok 23 - URI::URL->as_string
- ok 24 - URI::URL->as_string
- ok 25 - URI::URL->as_string
- ok 26 - URI::URL->as_string
- ok 27 - URI::URL->as_string
- ok 28 - URI::URL->as_string
- ok 29 - URI::URL->as_string: "<" and ">" are gone
- ok 30 - 9 elements
- # Cracked result: http*UNDEF*UNDEF*host*80*/path*param*query*frag
- ok 31 - crack result
- ok 32 - 9 elements
- # Cracked result: UNDEF*anonymous*anonymous@*UNDEF*21*foo/bar*UNDEF*UNDEF*UNDEF
- ok 33 - 9 elements
- # Cracked result: ftp*u*p*host*21*/q?path*UNDEF*path*UNDEF
- ok 34 - crack result
- ok 35 - 9 elements
- ok 36 - passwd in anonymous crack
- # Cracked result: ftp*anonymous*passwd*ftp.sn.no*21*/pub*UNDEF*UNDEF*UNDEF
- ok 37 - crack result
- ok 38 - 9 elements
- # Cracked result: mailto*UNDEF*UNDEF*UNDEF*UNDEF*/aas@sn.no*UNDEF*UNDEF*UNDEF
- ok 39 - 9 elements
- # Cracked result: news*UNDEF*UNDEF*UNDEF*119*comp.lang.perl.misc*UNDEF*UNDEF*UNDEF
- ok 40 - crack result
- 1..40
-ok 2 - parts test
-# Subtest: escape test
- ok 1 - URI::URL->as_string
- ok 2 - URI::URL->as_string
- ok 3 - URI::URL->as_string
- ok 4 - uri_escape->uri_unescape
- ok 5 - URI::URL->as_string
- ok 6 - URI::URL->as_string
- 1..6
-ok 3 - escape test
-# Subtest: newlocal test
- ok 1 - URI::URL->as_string
- # Local directory is /var/volatile/tmp/b9Fl0CByXe/
- ok 2 - URI::URL->as_string
- ok 3 - URI::URL->as_string
- ok 4 - URI::URL->as_string
- ok 5 - URI::URL->as_string
- ok 6 - URI::URL->as_string
- ok 7 - URI::URL->as_string
- ok 8 - URI::URL->as_string
- ok 9 - URI::URL->as_string
- ok 10 - URI::URL->as_string
- ok 11 - URI::URL->as_string
- ok 12 - URI::URL->as_string
- ok 13 - URI::URL->as_string
- ok 14 - URI::URL->as_string
- ok 15 - URI::URL->as_string
- ok 16 - URI::URL->as_string
- ok 17 - URI::URL->as_string
- ok 18 - URI::URL->as_string
- ok 19 - URI::URL->as_string
- ok 20 - URI::URL->as_string
- 1..20
-ok 4 - newlocal test
-# Subtest: Test relative/absolute URI::URL parsing
- # Relative + Base => Expected Absolute URL
- # ------------------------------------------------
- # g:h + http://a/b/c/d;p?q#f => g:h
- ok 1 - URI::URL->as_string
- # g + http://a/b/c/d;p?q#f => http://a/b/c/g
- ok 2 - URI::URL->as_string
- # ./g + http://a/b/c/d;p?q#f => http://a/b/c/g
- ok 3 - URI::URL->as_string
- # g/ + http://a/b/c/d;p?q#f => http://a/b/c/g/
- ok 4 - URI::URL->as_string
- # /g + http://a/b/c/d;p?q#f => http://a/g
- ok 5 - URI::URL->as_string
- # //g + http://a/b/c/d;p?q#f => http://g
- ok 6 - URI::URL->as_string
- # g?y + http://a/b/c/d;p?q#f => http://a/b/c/g?y
- ok 7 - URI::URL->as_string
- # g?y/./x + http://a/b/c/d;p?q#f => http://a/b/c/g?y/./x
- ok 8 - URI::URL->as_string
- # #s + http://a/b/c/d;p?q#f => http://a/b/c/d;p?q#s
- ok 9 - URI::URL->as_string
- # g#s + http://a/b/c/d;p?q#f => http://a/b/c/g#s
- ok 10 - URI::URL->as_string
- # g#s/./x + http://a/b/c/d;p?q#f => http://a/b/c/g#s/./x
- ok 11 - URI::URL->as_string
- # g?y#s + http://a/b/c/d;p?q#f => http://a/b/c/g?y#s
- ok 12 - URI::URL->as_string
- # g;x + http://a/b/c/d;p?q#f => http://a/b/c/g;x
- ok 13 - URI::URL->as_string
- # g;x?y#s + http://a/b/c/d;p?q#f => http://a/b/c/g;x?y#s
- ok 14 - URI::URL->as_string
- # . + http://a/b/c/d;p?q#f => http://a/b/c/
- ok 15 - URI::URL->as_string
- # ./ + http://a/b/c/d;p?q#f => http://a/b/c/
- ok 16 - URI::URL->as_string
- # .. + http://a/b/c/d;p?q#f => http://a/b/
- ok 17 - URI::URL->as_string
- # ../ + http://a/b/c/d;p?q#f => http://a/b/
- ok 18 - URI::URL->as_string
- # ../g + http://a/b/c/d;p?q#f => http://a/b/g
- ok 19 - URI::URL->as_string
- # ../.. + http://a/b/c/d;p?q#f => http://a/
- ok 20 - URI::URL->as_string
- # ../../ + http://a/b/c/d;p?q#f => http://a/
- ok 21 - URI::URL->as_string
- # ../../g + http://a/b/c/d;p?q#f => http://a/g
- ok 22 - URI::URL->as_string
- # + http://a/b/c/d;p?q#f => http://a/b/c/d;p?q#f
- ok 23 - URI::URL->as_string
- # /./g + http://a/b/c/d;p?q#f => http://a/./g
- ok 24 - URI::URL->as_string
- # /../g + http://a/b/c/d;p?q#f => http://a/../g
- ok 25 - URI::URL->as_string
- # g. + http://a/b/c/d;p?q#f => http://a/b/c/g.
- ok 26 - URI::URL->as_string
- # .g + http://a/b/c/d;p?q#f => http://a/b/c/.g
- ok 27 - URI::URL->as_string
- # g.. + http://a/b/c/d;p?q#f => http://a/b/c/g..
- ok 28 - URI::URL->as_string
- # ..g + http://a/b/c/d;p?q#f => http://a/b/c/..g
- ok 29 - URI::URL->as_string
- # ./../g + http://a/b/c/d;p?q#f => http://a/b/g
- ok 30 - URI::URL->as_string
- # ./g/. + http://a/b/c/d;p?q#f => http://a/b/c/g/
- ok 31 - URI::URL->as_string
- # g/./h + http://a/b/c/d;p?q#f => http://a/b/c/g/h
- ok 32 - URI::URL->as_string
- # g/../h + http://a/b/c/d;p?q#f => http://a/b/c/h
- ok 33 - URI::URL->as_string
- # http:g + http://a/b/c/d;p?q#f => http:g
- ok 34 - URI::URL->as_string
- # http: + http://a/b/c/d;p?q#f => http:
- ok 35 - URI::URL->as_string
- # x/y//../z + http://a/b/c/d;p?q#f => http://a/b/c/x/y/z
- ok 36 - URI::URL->as_string
- # 1 + http://a/b/c/d;p?q#f => http://a/b/c/1
- ok 37 - URI::URL->as_string
- # 0 + http://a/b/c/d;p?q#f => http://a/b/c/0
- ok 38 - URI::URL->as_string
- # /0 + http://a/b/c/d;p?q#f => http://a/0
- ok 39 - URI::URL->as_string
- ok 40 - identity
- ok 41 - URL canonicalised
- # --------
- # http://abc/ + news:45664545 => http://abc/
- ok 42 - ->as_string
- # news:abc + http://abc/ => news:abc
- ok 43 - ->as_string
- # abc + file:/test?aas => file:/abc
- ok 44 - ->as_string
- # ?foo + file:/abc => file:/abc?foo
- ok 45 - ->as_string
- # #foo + http://abc/a => http://abc/a#foo
- ok 46 - ->as_string
- # #foo + file:a => file:a#foo
- ok 47 - ->as_string
- # #foo + file:/a => file:/a#foo
- ok 48 - ->as_string
- # #foo + file:/a => file:/a#foo
- ok 49 - ->as_string
- # #foo + file://localhost/a => file://localhost/a#foo
- ok 50 - ->as_string
- # 123@sn.no + news:comp.lang.perl.misc => news:/123@sn.no
- ok 51 - ->as_string
- # no.perl + news:123@sn.no => news:/no.perl
- ok 52 - ->as_string
- # mailto:aas@a.sn.no+ http://www.sn.no/ => mailto:aas@a.sn.no
- ok 53 - ->as_string
- # http:foo + http://h/a/b => http://h/a/foo
- ok 54 - ->as_string
- # http:/foo + http://h/a/b => http://h/foo
- ok 55 - ->as_string
- # http:?foo + http://h/a/b => http://h/a/b?foo
- ok 56 - ->as_string
- # http:#foo + http://h/a/b => http://h/a/b#foo
- ok 57 - ->as_string
- # http:?foo#bar+ http://h/a/b => http://h/a/b?foo#bar
- ok 58 - ->as_string
- # file:/foo + http://h/a/b => file:/foo
- ok 59 - ->as_string
- # absolute test ok
- ok 60 - url('http://abc/a', 'http://abc')->rel = 'a'
- ok 61 - url('http://abc/a', 'http://abc/b')->rel = 'a'
- ok 62 - url('http://abc/a?q', 'http://abc/b')->rel = 'a?q'
- ok 63 - url('http://abc/a;p', 'http://abc/b')->rel = 'a;p'
- ok 64 - url('http://abc/a', 'http://abc/a/b/c/')->rel = '../../../a'
- ok 65 - url('http://abc/a/', 'http://abc/a/')->rel = './'
- ok 66 - url('http://abc/a\#f', 'http://abc/a')->rel = '\#f'
- ok 67 - url('file:/etc/motd', 'file:/')->rel = 'etc/motd'
- ok 68 - url('file:/etc/motd', 'file:/etc/passwd')->rel = 'motd'
- ok 69 - url('file:/etc/motd', 'file:/etc/rc2.d/')->rel = '../motd'
- ok 70 - url('file:/etc/motd', 'file:/usr/lib/doc')->rel = '../../etc/motd'
- ok 71 - url('file:', 'file:/etc/')->rel = '../'
- ok 72 - url('file:foo', 'file:/etc/')->rel = '../foo'
- ok 73 - url('mailto:aas', 'http://abc')->rel = 'mailto:aas'
- ok 74 - url('http://www.math.uio.no/doc/mail/top.html', 'http://www.math.uio.no/doc/linux/')->rel = '../mail/top.html'
- # relative test ok
- 1..74
-ok 5 - Test relative/absolute URI::URL parsing
-# Subtest: eq test
- ok 1 - 1: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
- ok 2 - 2: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
- ok 3 - 3: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
- ok 4 - 4: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
- ok 5 - 5: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
- ok 6 - 6: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
- ok 7 - 7: http://www.sn.no/
- ok 8 - 8: http://www.sn.no/
- ok 9 - 10: ftp://ftp/%2Fetc
- ok 10 - 11: ftp://ftp/%2Fetc
- 1..10
-ok 6 - eq test
-ok 7 - URI::URL->as_string
-ok 8 - URI::URL->path
-ok 9 - wash&go
-# URI::URL version 5.04 ok
-1..9
-PASS: t/old-base
-1..17
-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
-PASS: t/split
-ok 1 - Query parameters are sorted
-1..1
-PASS: t/sort-hash-query-form
-1..12
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-PASS: t/escape
-1..7
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-PASS: t/news
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/rel
-DURATION: 24
-END: /usr/lib/liburi-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libusb1/ptest
-
----------------------------- libusb1 tests ---------------------------
-
-Starting test run: init_and_exit...
-Success (0)
-PASS: init_and_exit
-Starting test run: get_device_list...
-Success (0)
-PASS: get_device_list
-Starting test run: many_device_lists...
-Success (0)
-PASS: many_device_lists
-Starting test run: default_context_change...
-Success (0)
-PASS: default_context_change
----
-Ran 4 tests
-Passed 4 tests
-Failed 0 tests
-Error in 0 tests
-Skipped 0 tests
-DURATION: 10
-END: /usr/lib/libusb1/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libxml-namespacesupport-perl/ptest
-1..49
-ok 1
-ok 2 - xml xmlns
-ok 3
-ok 4 - http://www.w3.org/2000/xmlns/
-ok 5
-ok 6 - no declared_prefixes
-ok 7 - xml xmlns
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12 - icl icl2
-ok 13 - icl icl2 xml xmlns
-ok 14 - icl icl2
-ok 15
-ok 16 - http://www.icl.com
-ok 17 - http://www.icl.com el1 icl:el1
-ok 18 - http://www.icl.com icl el1
-ok 19
-ok 20 - http://www.ibm.com undef el1
-ok 21 - http://www.w3.org/XML/1998/namespace xml el1
-ok 22
-ok 23 - http://www.icl.com icl att1
-ok 24
-ok 25 - undef undef att1
-ok 26 - http://www.w3.org/XML/1998/namespace xml att1
-ok 27
-ok 28
-ok 29
-ok 30
-ok 31 - undef undef undef
-ok 32 - icl icl2
-ok 33 - perl
-ok 34 - http://www.icl.com icl el1
-ok 35
-ok 36 - http://www.java.com undef el1
-ok 37 - http://www.perl.com perl el1
-ok 38 - http://www.icl.com icl att1
-ok 39
-ok 40 - undef undef att1
-ok 41 - http://www.perl.com perl att1
-ok 42
-ok 43 - icl icl2
-ok 44
-ok 45 - xml xmlns
-ok 46
-ok 47 - xml xmlns
-ok 48
-ok 49 - get_declared_prefixes raises error without context on stack
-PASS: t/00base
-DURATION: 1
-END: /usr/lib/libxml-namespacesupport-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libxml-parser-perl/ptest
-1..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/skip
-1..40
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-ok 28
-ok 29
-ok 30
-ok 31
-ok 32
-ok 33
-ok 34
-ok 35
-ok 36
-ok 37
-ok 38
-ok 39
-ok 40
-PASS: t/decl
-1..27
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-ok 17
-ok 18
-ok 19
-ok 20
-ok 21
-ok 22
-ok 23
-ok 24
-ok 25
-ok 26
-ok 27
-PASS: t/astress
-1..13
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:49 2019
-# Current time GMT: Tue Jun 18 13:03:49 2019
-# Using Test.pm version 1.31
-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/styles
-1..1
-ok 1
-PASS: t/file
-1..3
-ok 1
-ok 2
-ok 3
-PASS: t/stream
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/encoding
-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..2
-ok 1
-ok 2
-PASS: t/cdata
-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..3
-ok 1
-ok 2
-ok 3
-PASS: t/finish
-1..4
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/defaulted
-1..1
-ok 1
-PASS: t/file_open_scalar
-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/namespaces
-1..3
-ok 1
-ok 2
-ok 3
-PASS: t/partial
-DURATION: 1
-END: /usr/lib/libxml-parser-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libxml-perl/ptest
-1..2
-ok 1
-ok 2
-PASS: t/amsterdam
-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/stream
-1..5
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-PASS: t/canon_xml_writer
-1..2
-ok 1
-ok 2
-PASS: t/schema
-1..15
-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
-PASS: t/xp_sax
-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
-DURATION: 1
-END: /usr/lib/libxml-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libxml-sax-base-perl/ptest
-1..16
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:51 2019
-# Current time GMT: Tue Jun 18 13:03:51 2019
-# Using Test.pm version 1.31
-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/11sax1multiclass
-1..7
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:51 2019
-# Current time GMT: Tue Jun 18 13:03:51 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-PASS: t/05dtdhdriver
-1..2
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:51 2019
-# Current time GMT: Tue Jun 18 13:03:51 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-PASS: t/09resoldriver
-1..5
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:51 2019
-# Current time GMT: Tue Jun 18 13:03:51 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-PASS: t/07declhdriver
-1..14
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:51 2019
-# Current time GMT: Tue Jun 18 13:03:51 2019
-# Using Test.pm version 1.31
-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
-PASS: t/01exception
-1..3
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:51 2019
-# Current time GMT: Tue Jun 18 13:03:51 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-PASS: t/15parentswitch
-1..3
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:51 2019
-# Current time GMT: Tue Jun 18 13:03:51 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-PASS: t/14downstreamswitch
-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..1
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-ok 1
-PASS: t/02simplefilter
-1..12
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-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/04chfilter
-1..8
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-PASS: t/06lexhdriver
-1..1
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-ok 1
-PASS: t/01simpledriver
-1..4
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/08errorhdriver
-1..2
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-PASS: t/16gethandlers
-1..33
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-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
-PASS: t/12sax2multiclass
-1..3
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-PASS: t/13handlerswitch
-1..12
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-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/03chdriver
-1..1
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-ok 1
-PASS: t/00basic
-1..10
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-PASS: t/10dochdriver
-DURATION: 1
-END: /usr/lib/libxml-sax-base-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libxml-sax-perl/ptest
-1..8
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:52 2019
-# Current time GMT: Tue Jun 18 13:03:52 2019
-# Using Test.pm version 1.31
-could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.30.0/XML/SAX
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-Unable to provide SAX.ini required features. Using fallback
-ok 6
-ok 7
-ok 8
-PASS: t/21saxini
-1..6
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/12miscstart
-1..4
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/40cdata
-1..5
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-PASS: t/10xmldecl1
-1..9
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-PASS: t/14encoding
-1..3
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-PASS: t/01known
-1..16
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-ok 16
-PASS: t/20factory
-1..3
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-PASS: t/13int_ent
-1..1
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-not ok 1
-# Test 1 got: "0" (t/99cleanup.t at line 4)
-# Expected: "1" (delete ParserDetails.ini)
-# t/99cleanup.t line 4 is: ok(unlink(
-PASS: t/99cleanup
-1..2
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-PASS: t/19pi
-1..5
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:53 2019
-# Current time GMT: Tue Jun 18 13:03:53 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-PASS: t/30parse_file
-1..4
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:54 2019
-# Current time GMT: Tue Jun 18 13:03:54 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-ok 3
-ok 4
-PASS: t/42entities
-1..10
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:54 2019
-# Current time GMT: Tue Jun 18 13:03:54 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..3
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:54 2019
-# Current time GMT: Tue Jun 18 13:03:54 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-parsed 80085 bytes in 0 seconds
-ok 3
-PASS: t/16large
-1..2
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:54 2019
-# Current time GMT: Tue Jun 18 13:03:54 2019
-# Using Test.pm version 1.31
-ok 1
-ok 2
-PASS: t/00basic
-1..32
-# Running under perl version 5.030000 for linux
-# Current time local: Tue Jun 18 13:03:54 2019
-# Current time GMT: Tue Jun 18 13:03:54 2019
-# Using Test.pm version 1.31
-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
-PASS: t/15element
-DURATION: 3
-END: /usr/lib/libxml-sax-perl/ptest
-2019-06-18T13:03
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:03
-BEGIN: /usr/lib/libxml-simple-perl/ptest
-1..14
-ok 1 - created source XML file
-ok 2 - deleted old cache files
-ok 3 - parsed expected value from file
-ok 4 - '$fh' isa 'IO::File'
-ok 5 - parsed expected value from IO::File object
-ok 6 - parsed expected value from string
-ok 7 - parsed expected value from STDIN ('-')
-ok 8 - XML::Simple as a SAX handler returned expected value
-ok 9 - options passed to handler contructor work
-ok 10 - driving a SAX pipeline with XML::Simple worked
-ok 11 - 'handler' is a synonym for 'Handler'
-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..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..2
-ok 1 - External entity not retrieved
-ok 2 - External entity left as URL
-PASS: t/C_External_Entities
-1..8
-ok 1 - copied known good source file
-ok 2 - parsed expected data from file
-ok 3 - deleted the XML source file
-ok 4 - and recreated it (empty)
-ok 5 - got expected values from the cache
-ok 6 - even though the XML file is empty
-ok 7 - parsed new data through cache
-ok 8 - cache was modified
-PASS: t/4_MemShare
-1..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..44
-ok 1 - XML::Simple loads ok with qw(:strict)
-ok 2 - XMLin() did not fail
-ok 3 - and managed to produce the expected results
-ok 4 - omitting forcearray was a fatal error
-ok 5 - with the correct error message
-ok 6 - omitting keyattr was a fatal error
-ok 7 - with the correct error message
-ok 8 - omitting forcearray for elements in keyattr was a fatal error
-ok 9 - with the correct error message
-ok 10 - omitting keyattr elements from forcearray was a fatal error
-ok 11 - with the correct error message
-ok 12 - key attribute missing from names element was a fatal error
-ok 13 - with the correct error message
-ok 14 - non-unique key attribute values was a fatal error
-ok 15 - with the correct error message
-ok 16 - key attribute not a scalar was a fatal error
-ok 17 - with the correct error message
-ok 18 - XMLout() did not fail
-ok 19 - and managed to produce the expected results
-ok 20 - omitting keyattr was a fatal error
-ok 21 - with the correct error message
-ok 22 - omitting forcearray was not a fatal error on output
-ok 23 - $xs->XMLin() did not fail
-ok 24 - and managed to produce the expected results
-ok 25 - omitting forcearray was a fatal error
-ok 26 - with the correct error message
-ok 27 - omitting keyattr was a fatal error
-ok 28 - with the correct error message
-ok 29 - omitting forcearray for elements in keyattr was a fatal error
-ok 30 - with the correct error message
-ok 31 - omitting keyattr elements from forcearray was a fatal error
-ok 32 - with the correct error message
-ok 33 - key attribute missing from names element was a fatal error
-ok 34 - with the correct error message
-ok 35 - key attribute not a scalar was a fatal error
-ok 36 - with the correct error message
-ok 37 - XMLout() did not fail
-ok 38 - and managed to produce the expected results
-ok 39 - omitting keyattr was a fatal error
-ok 40 - with the correct error message
-ok 41 - other namespaces do not have strict mode forced upon them
-ok 42 - other namespaces do not have strict mode forced upon them
-ok 43 - with the correct error message
-ok 44 - other namespaces do not have strict mode forced upon them
-PASS: t/9_Strict
-1..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..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..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
-ok 3 # skip Tie::IxHash not installed
-ok 4 # skip Tie::IxHash not installed
-ok 5 - 'object of class ElbarotsXS' isa 'XML::Simple'
-ok 6 - default storable cache filename looks good
-ok 7 - overridden storable cache filename looks good
-ok 8 - overridden cache file does not exist before parse
-ok 9 - overridden cache file does exist after parse
-ok 10 - bad cache scheme was rejected
-ok 11 - custom cache scheme was not rejected
-ok 12 - custom cache reading method delivered the goods
-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..201
-ok 1 - call with no args proves fatal
-ok 2 - with correct error message
-ok 3 - XMLout did not crash
-ok 4 - and it returned an XML string
-ok 5 - which parses back OK
-ok 6 - encoded a hash
-ok 7 - first key encoded OK
-ok 8 - second key encoded OK
-ok 9 - third key encoded OK
-ok 10 - no other attributes encoded
-ok 11 - encoded a hash with nested array
-ok 12 - array elements encoded in correct order
-ok 13 - no other spurious encodings
-ok 14 - encoded nested hashes
-ok 15 - nested hash 1 ok
-ok 16 - nested hash 2 ok
-ok 17 - whole OK
-ok 18 - encoded anonymous array
-ok 19 - output matches expectations
-ok 20 - encoded nested anonymous arrays
-ok 21 - output matches expectations
-ok 22 - encoded hash of hashes with folding disabled
-ok 23 - nested hash 1 ok
-ok 24 - nested hash 2 ok
-ok 25 - nested hash 3 ok
-ok 26 - container hash ok
-ok 27 - document ok
-ok 28 - encoded hash of hashes with explicit folding enabled
-ok 29 - output as expected
-ok 30 - still works when keyattr is scalar
-ok 31 - still works when keyattr is hash
-ok 32 - still works when keyattr is hash with leading '+'
-ok 33 - still works when keyattr is hash with leading '-'
-ok 34 - encoded hash of hashes with default folding enabled
-ok 35 - expected output with default keyattr
-ok 36 - single nested hash unfolded
-ok 37 - attr 1 ok
-ok 38 - attr 2 ok
-ok 39 - element ok
-ok 40 - document ok
-ok 41 - generated doc with XML declaration
-ok 42 - XML declaration OK
-ok 43 - data OK too
-ok 44 - generated doc with custom XML declaration
-ok 45 - XML declaration OK
-ok 46 - data OK too
-ok 47 - generated document with escaping
-ok 48 - angle brackets escaped OK
-ok 49 - double quotes escaped OK
-ok 50 - ampersands escaped OK
-ok 51 - data OK too
-ok 52 - generated unescaped angle brackets
-ok 53 - generated unescaped double quotes
-ok 54 - generated unescaped ampersands
-ok 55 - data OK too
-ok 56 - Unescaped scalar as expected too
-ok 57 - caught circular data structure
-ok 58 - with correct error message
-ok 59 - repetitive (non-circular) data structure not fatal
-ok 60 - and encodes as expected
-ok 61 - caught blessed non array/hash reference in data structure
-ok 62 - with correct error message
-ok 63 - generated document with named root element
-ok 64 - parsed it back correctly
-ok 65 - XML as expected
-ok 66 - same again but encoded a hash
-ok 67 - first key encoded OK
-ok 68 - second key encoded OK
-ok 69 - third key encoded OK
-ok 70 - XML looks OK
-ok 71 - same again but with array in hash
-ok 72 - array encoded in correct order
-ok 73 - only expected root element left
-ok 74 - same again but with nested hashes
-ok 75 - hash 1 encoded OK
-ok 76 - hash 2 encoded OK
-ok 77 - document OK
-ok 78 - same again but with nested anonymous array
-ok 79 - document OK
-ok 80 - encoded scalar with no root element
-ok 81 - same again but with rootname = undef
-ok 82 - generated doc with no root element from hash
-ok 83 - first key encoded OK
-ok 84 - second key encoded OK
-ok 85 - third key encoded OK
-ok 86 - document OK
-ok 87 - generated docucment with no root element from nested hashes
-ok 88 - first element OK
-ok 89 - second element OK
-ok 90 - third element OK
-ok 91 - document OK
-ok 92 - generated doc with no root name from array
-ok 93 - document OK
-ok 94 - caught attempt to specify searchpath on XMLout
-ok 95 - with correct error message
-ok 96 - caught attempt to specify odd number of option args
-ok 97 - with correct error message
-ok 98 - output file does not exist
-ok 99 - created xml output file
-ok 100 - Contents match expectations
-ok 101
-ok 102 - create XML output file via IO::File
-ok 103 - Contents match expectations
-ok 104 - original data not corrupted
-ok 105 - skipped hashkeys with '-' prefix
-ok 106 - generated document from complex nested hash with unfolding
-ok 107 - element 1 attribute 1 OK
-ok 108 - element 1 attribute 2 OK
-ok 109 - element 1 attribute 3 OK
-ok 110 - element 1.1 attribute 1 OK
-ok 111 - element 1.1 attribute 2 OK
-ok 112 - element 1.1 attribute 3 OK
-ok 113 - elements 1 and 1.1 OK
-ok 114 - element 2 attribute 1 OK
-ok 115 - element 2 attribute 2 OK
-ok 116 - element 2 attribute 3 OK
-ok 117 - element 2.1 attribute 1 OK
-ok 118 - element 2.1 attribute 2 OK
-ok 119 - element 2.1 attribute 3 OK
-ok 120 - element 2.1 OK
-ok 121 - element 2.2 attribute 1 OK
-ok 122 - element 2.2 attribute 2 OK
-ok 123 - element 2.2 attribute 3 OK
-ok 124 - element 2.2 OK
-ok 125 - element 2.3 attribute 1 OK
-ok 126 - element 2.3 attribute 2 OK
-ok 127 - element 2.3 attribute 3 OK
-ok 128 - element 2.3 OK
-ok 129 - element 2 OK
-ok 130 - document OK
-ok 131 - nested empty hash OK
-ok 132 - array OK
-ok 133 - scalar OK
-ok 134 - nesting OK
-ok 135 - empty hash OK
-ok 136 - document OK
-ok 137 - caught warning re uninitialised value
-ok 138 - undef maps to any empty attribute by default
-ok 139 - no warning re uninitialised value if warnings off
-ok 140 - undef still maps to any empty attribute
-ok 141 - uninitialiased values successfully mapped to empty elements
-ok 142 - uninitialiased values successfully skipped
-ok 143 - uninitialiased value in array is empty element
-ok 144 - uninitialiased value in array is skipped
-ok 145 - keeproot works as expected
-ok 146 - content keys mapped OK
-ok 147 - even when name changed
-ok 148 - even with "-" prefix
-ok 149 - no warnings with suppress_empty => undef
-ok 150 - undef does not cause content tags in output
-ok 151 - generated document with no attributes
-ok 152 - parses ok
-ok 153 - scalar 1 mapped ok
-ok 154 - scalar 2 mapped ok
-ok 155 - array mapped ok
-ok 156 - document OK
-ok 157 - same again but with unfolding too
-ok 158 - parsed OK
-ok 159 - scalar 1.1 mapped OK
-ok 160 - scalar 1.2 mapped OK
-ok 161 - scalar 1.3 mapped OK
-ok 162 - element 1 OK
-ok 163 - scalar 2.1 mapped OK
-ok 164 - scalar 2.1 mapped OK
-ok 165 - scalar 2.1 mapped OK
-ok 166 - element 2 OK
-ok 167 - document OK
-ok 168 - bad GroupTags value was caught
-ok 169 - error message looks good
-ok 170 - good GroupTags value caused no error
-ok 171 - prefix OK
-ok 172 - suffix OK
-ok 173 - list OK
-ok 174 - group OK
-ok 175 - document OK
-ok 176 - original ref is not messed with
-ok 177 - list 1 OK
-ok 178 - group 1 OK
-ok 179 - list 2 OK
-ok 180 - group 2 OK
-ok 181 - document OK
-ok 182 - item 1 OK
-ok 183 - item 2 OK
-ok 184 - group OK
-ok 185 - document OK
-ok 186 - Failed to unwrap/group stripped content - as expected
-ok 187 - parses ok
-ok 188 - NoIndent worked ok
-ok 189 - parses ok
-ok 190 - NoIndent worked ok with KeyAttr
-ok 191 - AttrIndent seems to work
-ok 192 - sorting by default key attribute works
-ok 193 - sorting by specified key attributes works
-ok 194 - sorting with no key attribute works
-ok 195 # skip Tie::IxHash not installed
-ok 196 - Correct attributes inserted when ValueAttr specified
-ok 197 - No numeric escaping by default
-ok 198 - No numeric escaping: explicit
-ok 199 - Level 2 numeric escaping looks good
-ok 200 - Level 1 numeric escaping looks good
-ok 201 - large datastructure mapped to XML and back OK
-ok 105 - skipped hashkeys with '-' prefix
-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..23
-ok 1 - copied known good source file
-ok 2 - no cache files lying around
-ok 3 - parsed expected data from file
-ok 4 - and no cache file was created
-ok 5 - parsed expected data from file (again)
-ok 6 - but this time a cache file was created
-ok 7 - got expected data from cache
-ok 8 - and cache timestamp has not changed
-ok 9 - parsed in expected value again
-ok 10 - and this time the cache timestamp has changed
-ok 11 - deleted the source file
-ok 12 - recreated the source file
-ok 13 - but with nothing in it
-ok 14 - got the expected data from the cache
-ok 15 - parsed in expected data from file
-ok 16 - and the cache file was not touched
-ok 17 - parsed expected data through cache
-ok 18 - and the cache was updated
-ok 19 - copied back the original file
-ok 20 - parsed expected data in through cache
-ok 21 - scheme name is case-insensitive
-ok 22 - bad cache scheme names are trapped
-ok 23 - with correct error message
-PASS: t/3_Storable
-1..1
-# # Package Version
-# perl 5.30.0
-# XML::Simple 2.25
-# Storable 3.15
-# XML::Parser 2.44
-# XML::SAX 1.02
-# XML::NamespaceSupport 1.12
-ok 1 - Dumped config
-PASS: t/0_Config
-1..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
-DURATION: 15
-END: /usr/lib/libxml-simple-perl/ptest
-2019-06-18T13:04
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:04
-BEGIN: /usr/lib/libxml2/ptest
-[ -d test ] || ln -s ../libxml2-2.9.9/test .
-[ -d result ] || ln -s ../libxml2-2.9.9/result .
-./runtest && \
- ./testrecurse && \
- ASAN_OPTIONS="$ASAN_OPTIONS:detect_leaks=0" ./testapi && \
- ./testchar && \
- ./testdict && \
- ./runxmlconf
-## XML regression tests
-PASS: XML regression tests
-## XML regression tests on memory
-PASS: XML regression tests on memory
-## XML entity subst regression tests
-PASS: XML entity subst regression tests
-## XML Namespaces regression tests
-PASS: XML Namespaces regression tests
-## Error cases regression tests
-PASS: Error cases regression tests
-## Error cases regression tests (old 1.0)
-PASS: Error cases regression tests (old 1.0)
-## Error cases stream regression tests
-PASS: Error cases stream regression tests
-## Reader regression tests
-PASS: Reader regression tests
-## Reader entities substitution regression tests
-PASS: Reader entities substitution regression tests
-## Reader on memory regression tests
-PASS: Reader on memory regression tests
-## Walker regression tests
-PASS: Walker regression tests
-## SAX1 callbacks regression tests
-PASS: SAX1 callbacks regression tests
-## SAX2 callbacks regression tests
-PASS: SAX2 callbacks regression tests
-## SAX2 callbacks regression tests with entity substitution
-PASS: SAX2 callbacks regression tests with entity substitution
-## XML push regression tests
-PASS: XML push regression tests
-## HTML regression tests
-PASS: HTML regression tests
-## Push HTML regression tests
-PASS: Push HTML regression tests
-## HTML SAX regression tests
-PASS: HTML SAX regression tests
-## Valid documents regression tests
-PASS: Valid documents regression tests
-## Validity checking regression tests
-PASS: Validity checking regression tests
-## Streaming validity checking regression tests
-PASS: Streaming validity checking regression tests
-## Streaming validity error checking regression tests
-PASS: Streaming validity error checking regression tests
-## General documents valid regression tests
-PASS: General documents valid regression tests
-## XInclude regression tests
-PASS: XInclude regression tests
-## XInclude xmlReader regression tests
-PASS: XInclude xmlReader regression tests
-## XInclude regression tests stripping include nodes
-PASS: XInclude regression tests stripping include nodes
-## XInclude xmlReader regression tests stripping include nodes
-PASS: XInclude xmlReader regression tests stripping include nodes
-## URI parsing tests
-PASS: URI parsing tests
-## URI base composition tests
-PASS: URI base composition tests
-## Path URI conversion tests
-PASS: Path URI conversion tests
-## Schemas regression tests
-PASS: Schemas regression tests
-## Relax-NG regression tests
-PASS: Relax-NG regression tests
-## Relax-NG streaming regression tests
-PASS: Relax-NG streaming regression tests
-## Pattern regression tests
-PASS: Pattern regression tests
-## C14N with comments regression tests
-PASS: C14N with comments regression tests
-## C14N without comments regression tests
-PASS: C14N without comments regression tests
-## C14N exclusive without comments regression tests
-PASS: C14N exclusive without comments regression tests
-## C14N 1.1 without comments regression tests
-PASS: C14N 1.1 without comments regression tests
-## Catalog and Threads regression tests
-PASS: Catalog and Threads regression tests
-Total 2798 tests, no errors
-PASS: runtest
-
-.........
-## Parsing recursive test cases
-PASS: Parsing recursive test cases
-## Parsing non-recursive test cases
-PASS: Parsing non-recursive test cases
-## Parsing non-recursive huge case
-PASS: Parsing non-recursive huge case
-Total 9 tests, no errors
-PASS: testrecurse
-
-Testing HTMLparser : 32 of 38 functions ...
-PASS: HTMLparser
-Testing HTMLtree : 18 of 18 functions ...
-PASS: HTMLtree
-Testing SAX2 : 38 of 38 functions ...
-PASS: SAX2
-Testing c14n : 3 of 4 functions ...
-PASS: c14n
-Testing catalog : 27 of 36 functions ...
-PASS: catalog
-Testing chvalid : 9 of 9 functions ...
-PASS: chvalid
-Testing debugXML : 25 of 28 functions ...
-PASS: debugXML
-Testing dict : 10 of 13 functions ...
-PASS: dict
-Testing encoding : 16 of 19 functions ...
-PASS: encoding
-Testing entities : 13 of 17 functions ...
-PASS: entities
-Testing hash : 17 of 25 functions ...
-PASS: hash
-Testing list : 19 of 26 functions ...
-PASS: list
-Testing nanoftp : 14 of 22 functions ...
-PASS: nanoftp
-Testing nanohttp : 13 of 17 functions ...
-PASS: nanohttp
-Testing parser : 61 of 70 functions ...
-PASS: parser
-Testing parserInternals : 33 of 90 functions ...
-PASS: parserInternals
-Testing pattern : 10 of 15 functions ...
-PASS: pattern
-Testing relaxng : 14 of 24 functions ...
-PASS: relaxng
-Testing schemasInternals : 0 of 2 functions ...
-PASS: schemasInternals
-Testing schematron : 1 of 10 functions ...
-PASS: schematron
-Testing tree : 142 of 164 functions ...
-PASS: tree
-Testing uri : 10 of 15 functions ...
-PASS: uri
-Testing valid : 50 of 70 functions ...
-PASS: valid
-Testing xinclude : 8 of 10 functions ...
-PASS: xinclude
-Testing xmlIO : 40 of 50 functions ...
-PASS: xmlIO
-Testing xmlautomata : 3 of 19 functions ...
-PASS: xmlautomata
-Testing xmlerror : 7 of 15 functions ...
-PASS: xmlerror
-Testing xmlmodule : 2 of 4 functions ...
-PASS: xmlmodule
-Testing xmlreader : 76 of 86 functions ...
-PASS: xmlreader
-Testing xmlregexp : 16 of 30 functions ...
-PASS: xmlregexp
-Testing xmlsave : 4 of 10 functions ...
-PASS: xmlsave
-Testing xmlschemas : 16 of 27 functions ...
-PASS: xmlschemas
-Testing xmlschemastypes : 26 of 34 functions ...
-PASS: xmlschemastypes
-Testing xmlstring : 26 of 30 functions ...
-PASS: xmlstring
-Testing xmlunicode : 166 of 166 functions ...
-PASS: xmlunicode
-Testing xmlwriter : 52 of 80 functions ...
-PASS: xmlwriter
-Testing xpath : 32 of 40 functions ...
-PASS: xpath
-Testing xpathInternals : 106 of 117 functions ...
-PASS: xpathInternals
-Testing xpointer : 17 of 21 functions ...
-PASS: xpointer
-Total: 1138 functions, 280566 tests, 0 errors
-PASS: testapi
-
-testing char range: 1 2 3 4 done
-testing 1 byte char in document: 1 2 3 4 done
-testing 2 byte char in document: 1 2 3 4 done
-PASS: testchar
-
-dictionary tests succeeded 20000 strings
-PASS: testdict
-
-Test suite: XML 1.0 (2nd edition) W3C Conformance Test Suite, 6 October 2000
-Test cases: James Clark XML 1.0 Tests
-Test cases: Fuji Xerox Japanese Text Tests XML 1.0 Tests
-Test cases: Sun Microsystems XML Tests
-Test cases: 159 tests
-Test cases: OASIS/NIST XML 1.0 Tests
-Test cases: IBM XML 1.0 Tests
-Test cases: IBM XML 1.1 Tests
-Test cases: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003
-Test cases: 34 tests
-Test cases: Richard Tobin's XML 1.1 test suite 13 Feb 2003
-Test cases: 57 tests
-Test cases: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003
-Test cases: 46 tests
-Test cases: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003
-Test cases: 6 tests
-Test cases: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006
-Test cases: 13 tests
-Test cases: University of Edinburgh tests for XML 1.0 5th edition
-Test cases: 392 tests
-Test cases: Richard Tobin's XML Namespaces 1.0/1.1 2nd edition test suite 1 June 2006
-Test cases: 3 tests
-Ran 2269 tests, 15 errors, 0 leaks
-Total 2269 tests, 15 errors, 0 leaks
-See runxmlconf.log for detailed output
-15 errors were expected
-PASS: runxmlconf
-make[1]: Entering directory '/usr/lib/libxml2/ptest/python'
-cd tests && make tests
-make[2]: Entering directory '/usr/lib/libxml2/ptest/python/tests'
-## running Python regression tests
-PASS: build.py
-PASS: attribs.py
-PASS: tst.py
-PASS: tstxpath.py
-PASS: xpathext.py
-PASS: push.py
-PASS: pushSAX.py
-PASS: pushSAXhtml.py
-PASS: error.py
-PASS: serialize.py
-PASS: validate.py
-PASS: tstURI.py
-PASS: cutnpaste.py
-PASS: xpathret.py
-PASS: xpath.py
-PASS: outbuf.py
-PASS: inbuf.py
-PASS: input_callback.py
-PASS: resolver.py
-PASS: regexp.py
-PASS: reader.py
-PASS: reader2.py
-PASS: reader3.py
-PASS: reader4.py
-PASS: reader5.py
-PASS: reader6.py
-PASS: reader7.py
-PASS: reader8.py
-PASS: readernext.py
-PASS: walker.py
-PASS: nsdel.py
-PASS: ctxterror.py
-PASS: readererr.py
-PASS: relaxng.py
-PASS: schema.py
-PASS: thread2.py
-PASS: sync.py
-./tstLastError.py:43: DeprecationWarning: Please use assertEqual instead.
- self.failUnlessEqual(domain,e.domain())
-./tstLastError.py:44: DeprecationWarning: Please use assertEqual instead.
- self.failUnlessEqual(code,e.code())
-./tstLastError.py:45: DeprecationWarning: Please use assertEqual instead.
- self.failUnlessEqual(message,e.message())
-./tstLastError.py:46: DeprecationWarning: Please use assertEqual instead.
- self.failUnlessEqual(level,e.level())
-./tstLastError.py:47: DeprecationWarning: Please use assertEqual instead.
- self.failUnlessEqual(file,e.file())
-./tstLastError.py:48: DeprecationWarning: Please use assertEqual instead.
- self.failUnlessEqual(line,e.line())
-PASS: tstLastError.py
-PASS: indexes.py
-PASS: dtdvalid.py
-PASS: tstmem.py
-PASS: validDTD.py
-PASS: validSchemas.py
-PASS: validRNG.py
-PASS: compareNodes.py
-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: 23
-END: /usr/lib/libxml2/ptest
-2019-06-18T13:04
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:04
-BEGIN: /usr/lib/lzo/ptest
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-1 | services 18790 1 10709 57.0 99.069 0.000 |
-LZO1B-2 | services 18790 1 10510 55.9 121.201 0.000 |
-LZO1B-3 | services 18790 1 10435 55.5 115.152 0.000 |
-LZO1B-4 | services 18790 1 10289 54.8 75.165 0.000 |
-LZO1B-5 | services 18790 1 10178 54.2 73.905 0.000 |
-LZO1B-6 | services 18790 1 9981 53.1 71.649 0.000 |
-LZO1B-7 | services 18790 1 10017 53.3 58.150 0.000 |
-LZO1B-8 | services 18790 1 9808 52.2 56.178 0.000 |
-LZO1B-9 | services 18790 1 9734 51.8 60.185 0.000 |
-LZO1C-1 | services 18790 1 10577 56.3 115.906 0.000 |
-LZO1C-2 | services 18790 1 10381 55.2 116.412 0.000 |
-LZO1C-3 | services 18790 1 10314 54.9 110.071 0.000 |
-LZO1C-4 | services 18790 1 10170 54.1 70.165 0.000 |
-LZO1C-5 | services 18790 1 10066 53.6 71.645 0.000 |
-LZO1C-6 | services 18790 1 9828 52.3 69.834 0.000 |
-LZO1C-7 | services 18790 1 9890 52.6 55.129 0.000 |
-LZO1C-8 | services 18790 1 9678 51.5 53.588 0.000 |
-LZO1C-9 | services 18790 1 9608 51.1 58.255 0.000 |
-LZO1-1 | services 18790 1 10939 58.2 125.709 0.000 |
-LZO1A-1 | services 18790 1 10822 57.6 122.817 0.000 |
-LZO1F-1 | services 18790 1 10571 56.3 101.747 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.567 0.000 |
-LZO1B-999 | services 18790 1 9138 48.6 16.625 0.000 |
-LZO1C-99 | services 18790 1 9451 50.3 45.319 0.000 |
-LZO1C-999 | services 18790 1 8970 47.7 15.929 0.000 |
-LZO1-99 | services 18790 1 9753 51.9 44.101 0.000 |
-LZO1A-99 | services 18790 1 9669 51.5 44.258 0.000 |
-LZO2A-999 | services 18790 1 8578 45.7 13.382 0.000 |
-LZO1F-999 | services 18790 1 8931 47.5 13.735 0.000 |
-LZO1X-999 | services 18790 1 8764 46.6 7.412 0.000 |
-LZO1Y-999 | services 18790 1 8639 46.0 7.596 0.000 |
-LZO1Z-999 | services 18790 1 8790 46.8 7.321 0.000 |
-memcpy() | services 18790 1 18790 100 0.000 0.000 |
-
-lzotest: execution time: 0 seconds
-PASS: lzotest
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1-1 | 00-primary.seat 64 1 66 103 0.000 0.000 |
-LZO1-1 | Xsession 755 1 508 67.3 0.000 0.000 |
-LZO1-1 | 13xdgbasedirs.sh 550 1 466 84.7 0.000 0.000 |
-LZO1-1 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 |
-LZO1-1 | 70settings-daemon.sh 27 1 28 104 0.000 0.000 |
-LZO1-1 | 80matchboxkeyboard.sh 631 1 400 63.4 0.000 0.000 |
-LZO1-1 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1-1 | 90XWindowManager.sh 181 1 111 61.3 0.000 0.000 |
-LZO1-1 | xinitrc 739 1 434 58.7 0.000 0.000 |
-LZO1-1 | asound.conf 32 1 34 106 0.000 0.000 |
-LZO1-1 | at.deny 144 1 130 90.3 0.000 0.000 |
-LZO1-1 | avahi-daemon.conf 1753 1 1270 72.4 0.000 0.000 |
-LZO1-1 | hosts 1121 1 914 81.5 0.000 0.000 |
-LZO1-1 | sftp-ssh.service 1075 1 853 79.3 0.000 0.000 |
-LZO1-1 | ssh.service 1071 1 854 79.7 0.000 0.000 |
-LZO1-1 | bash_completion 45 1 44 97.8 0.000 0.000 |
-LZO1-1 | perf 6321 1 3143 49.7 0.000 0.000 |
-LZO1-1 | quilt 7117 1 2789 39.2 0.000 0.000 |
-LZO1-1 | bindresvport.blacklist 429 1 334 77.9 0.000 0.000 |
-LZO1-1 | input.conf 397 1 350 88.2 0.000 0.000 |
-LZO1-1 | network.conf 120 1 117 97.5 0.000 0.000 |
-LZO1-1 | build 528 1 285 54.0 0.000 0.000 |
-LZO1-1 | busybox.links.nosuid 2358 1 1241 52.6 0.000 0.000 |
-LZO1-1 | busybox.links.suid 91 1 67 73.6 0.000 0.000 |
-LZO1-1 | ca-certificates.conf 5340 1 2045 38.3 0.000 0.000 |
-LZO1-1 | pap 653 1 552 84.5 0.000 0.000 |
-LZO1-1 | logrotate 189 1 160 84.7 0.000 0.000 |
-LZO1-1 | cron.deny 0 1 0 0.0 0.000 0.000 |
-LZO1-1 | crontab 653 1 422 64.6 0.000 0.000 |
-LZO1-1 | session.conf 838 1 644 76.8 0.000 0.000 |
-LZO1-1 | system.conf 833 1 641 77.0 0.000 0.000 |
-LZO1-1 | ConsoleKit.conf 7305 1 944 12.9 0.000 0.000 |
-LZO1-1 | avahi-dbus.conf 1138 1 551 48.4 0.000 0.000 |
-LZO1-1 | bluetooth.conf 1315 1 700 53.2 0.000 0.000 |
-LZO1-1 | dbus-wpa_supplicant.conf 743 1 358 48.2 0.000 0.000 |
-LZO1-1 | ofono.conf 1063 1 606 57.0 0.000 0.000 |
-LZO1-1 | pulseaudio-system.conf 1084 1 870 80.3 0.000 0.000 |
-LZO1-1 | devpts 93 1 91 97.8 0.000 0.000 |
-LZO1-1 | distcc 535 1 441 82.4 0.000 0.000 |
-LZO1-1 | mountall 36 1 38 106 0.000 0.000 |
-LZO1-1 | postinst 52 1 53 102 0.000 0.000 |
-LZO1-1 | rcS 1040 1 798 76.7 0.000 0.000 |
-LZO1-1 | rng-tools 27 1 28 104 0.000 0.000 |
-LZO1-1 | usbd 0 1 0 0.0 0.000 0.000 |
-LZO1-1 | useradd 117 1 120 103 0.000 0.000 |
-LZO1-1 | 00_core 1637 1 1044 63.8 0.000 0.000 |
-LZO1-1 | 01_bootlogd 36 1 34 94.4 0.000 0.000 |
-LZO1-1 | 99_dbus 48 1 41 85.4 0.000 0.000 |
-LZO1-1 | 99_sshd 75 1 64 85.3 0.000 0.000 |
-LZO1-1 | 99_wpa_supplicant 46 1 45 97.8 0.000 0.000 |
-LZO1-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1-1 | xserver-nodm 130 1 132 102 0.000 0.000 |
-LZO1-1 | clients.allow 1582 1 1153 72.9 0.000 0.000 |
-LZO1-1 | commands.allow.sh 1763 1 1114 63.2 0.000 0.000 |
-LZO1-1 | hosts 203 1 177 87.2 0.000 0.000 |
-LZO1-1 | automatic.conf 2569 1 1377 53.6 0.000 0.000 |
-LZO1-1 | dnf.conf 82 1 83 101 0.000 0.000 |
-LZO1-1 | dnf.conf 4 1 5 125 0.000 0.000 |
-LZO1-1 | yum.conf 4 1 5 125 0.000 0.000 |
-LZO1-1 | arch 35 1 32 91.4 0.000 0.000 |
-LZO1-1 | releasever 6 1 7 117 0.000 0.000 |
-LZO1-1 | exports 46 1 46 100 0.000 0.000 |
-LZO1-1 | 30-liberation-aliases.conf 419 1 230 54.9 0.000 0.000 |
-LZO1-1 | README 978 1 740 75.7 0.000 0.000 |
-LZO1-1 | fonts.conf 2532 1 1481 58.5 0.000 0.000 |
-LZO1-1 | config 1032 1 439 42.5 0.000 0.000 |
-LZO1-1 | fstab 637 1 386 60.6 0.000 0.000 |
-LZO1-1 | path 1448 1 914 63.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 235 1 146 62.1 0.000 0.000 |
-LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1-1 | %gconf.xml 2158 1 581 26.9 0.000 0.000 |
-LZO1-1 | %gconf.xml 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 |
-LZO1-1 | %gconf.xml 515 1 313 60.8 0.000 0.000 |
-LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1-1 | %gconf.xml 5626 1 1690 30.0 0.000 0.000 |
-LZO1-1 | settings-daemon.schemas 7202 1 1840 25.5 0.000 0.000 |
-LZO1-1 | group 620 1 544 87.7 0.000 0.000 |
-LZO1-1 | gshadow 514 1 376 73.2 0.000 0.000 |
-LZO1-1 | im-multipress.conf 890 1 785 88.2 0.000 0.000 |
-LZO1-1 | host.conf 26 1 27 104 0.000 0.000 |
-LZO1-1 | hostname 10 1 11 110 0.000 0.000 |
-LZO1-1 | hosts 257 1 202 78.6 0.000 0.000 |
-LZO1-1 | alsa-state 811 1 542 66.8 0.000 0.000 |
-LZO1-1 | atd 578 1 398 68.9 0.000 0.000 |
-LZO1-1 | avahi-daemon 4491 1 2588 57.6 0.000 0.000 |
-LZO1-1 | banner.sh 492 1 305 62.0 0.000 0.000 |
-LZO1-1 | bluetooth 1253 1 786 62.7 0.000 0.000 |
-LZO1-1 | bootlogd 1997 1 1258 63.0 0.000 0.000 |
-LZO1-1 | bootmisc.sh 2017 1 1402 69.5 0.000 0.000 |
-LZO1-1 | checkroot.sh 3591 1 2351 65.5 0.000 0.000 |
-LZO1-1 | connman 1462 1 987 67.5 0.000 0.000 |
-LZO1-1 | crond 1235 1 824 66.7 0.000 0.000 |
-LZO1-1 | dbus-1 2887 1 1831 63.4 0.000 0.000 |
-LZO1-1 | devpts.sh 526 1 391 74.3 0.000 0.000 |
-LZO1-1 | distcc 2863 1 1676 58.5 0.000 0.000 |
-LZO1-1 | dmesg.sh 352 1 250 71.0 0.000 0.000 |
-LZO1-1 | functions 2141 1 1363 63.7 0.000 0.000 |
-LZO1-1 | halt 510 1 402 78.8 0.000 0.000 |
-LZO1-1 | hostname.sh 580 1 426 73.4 0.000 0.000 |
-LZO1-1 | hwclock.sh 2541 1 1346 53.0 0.000 0.000 |
-LZO1-1 | kdump 2989 1 1432 47.9 0.000 0.000 |
-LZO1-1 | mdmonitor 1773 1 1076 60.7 0.000 0.000 |
-LZO1-1 | modutils.sh 1223 1 777 63.5 0.000 0.000 |
-LZO1-1 | mountall.sh 869 1 662 76.2 0.000 0.000 |
-LZO1-1 | mountnfs.sh 1589 1 962 60.5 0.000 0.000 |
-LZO1-1 | networking 1956 1 1021 52.2 0.000 0.000 |
-LZO1-1 | nfscommon 1609 1 1022 63.5 0.000 0.000 |
-LZO1-1 | nfsserver 3326 1 1900 57.1 0.000 0.000 |
-LZO1-1 | ofono 516 1 368 71.3 0.000 0.000 |
-LZO1-1 | populate-volatile.sh 7826 1 3625 46.3 0.000 0.000 |
-LZO1-1 | ppp 1231 1 714 58.0 0.000 0.000 |
-LZO1-1 | psplash.sh 647 1 456 70.5 0.000 0.000 |
-LZO1-1 | rc 4457 1 2659 59.7 0.000 0.000 |
-LZO1-1 | rcS 525 1 445 84.8 0.000 0.000 |
-LZO1-1 | read-only-rootfs-hook.sh 1273 1 886 69.6 0.000 0.000 |
-LZO1-1 | reboot 289 1 221 76.5 0.000 0.000 |
-LZO1-1 | rmnologin.sh 585 1 379 64.8 0.000 0.000 |
-LZO1-1 | rng-tools 1029 1 502 48.8 0.000 0.000 |
-LZO1-1 | rpcbind 1827 1 968 53.0 0.000 0.000 |
-LZO1-1 | run-postinsts 25 1 26 104 0.000 0.000 |
-LZO1-1 | save-rtc.sh 429 1 321 74.8 0.000 0.000 |
-LZO1-1 | sendsigs 438 1 302 68.9 0.000 0.000 |
-LZO1-1 | single 578 1 430 74.4 0.000 0.000 |
-LZO1-1 | sshd 2029 1 1068 52.6 0.000 0.000 |
-LZO1-1 | sysfs.sh 907 1 480 52.9 0.000 0.000 |
-LZO1-1 | syslog 1715 1 905 52.8 0.000 0.000 |
-LZO1-1 | tcf-agent 1298 1 749 57.7 0.000 0.000 |
-LZO1-1 | udev 2779 1 1686 60.7 0.000 0.000 |
-LZO1-1 | umountfs 540 1 405 75.0 0.000 0.000 |
-LZO1-1 | umountnfs.sh 711 1 526 74.0 0.000 0.000 |
-LZO1-1 | urandom 1473 1 949 64.4 0.000 0.000 |
-LZO1-1 | xserver-nodm 1436 1 1001 69.7 0.000 0.000 |
-LZO1-1 | inittab 1145 1 798 69.7 0.000 0.000 |
-LZO1-1 | inputrc 1633 1 1100 67.4 0.000 0.000 |
-LZO1-1 | bpf_pinning 85 1 85 100 0.000 0.000 |
-LZO1-1 | ematch_map 81 1 83 102 0.000 0.000 |
-LZO1-1 | group 31 1 32 103 0.000 0.000 |
-LZO1-1 | nl_protos 262 1 256 97.7 0.000 0.000 |
-LZO1-1 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1-1 | rt_protos 201 1 198 98.5 0.000 0.000 |
-LZO1-1 | rt_realms 112 1 111 99.1 0.000 0.000 |
-LZO1-1 | rt_scopes 92 1 89 96.7 0.000 0.000 |
-LZO1-1 | rt_tables 87 1 85 97.7 0.000 0.000 |
-LZO1-1 | issue 58 1 60 103 0.000 0.000 |
-LZO1-1 | issue.net 55 1 57 104 0.000 0.000 |
-LZO1-1 | ld.so.cache 57193 1 21376 37.4 0.000 0.000 |
-LZO1-1 | ld.so.conf 33 1 35 106 0.000 0.000 |
-LZO1-1 | classid 1130 1 643 56.9 0.000 0.000 |
-LZO1-1 | pktloc 1532 1 896 58.5 0.000 0.000 |
-LZO1-1 | collect_dnf.conf 813 1 522 64.2 0.000 0.000 |
-LZO1-1 | limits 827 1 646 78.1 0.000 0.000 |
-LZO1-1 | login.access 2006 1 1340 66.8 0.000 0.000 |
-LZO1-1 | login.defs 11030 1 6607 59.9 0.000 0.000 |
-LZO1-1 | logrotate-dmesg.conf 121 1 115 95.0 0.000 0.000 |
-LZO1-1 | logrotate.conf 434 1 361 83.2 0.000 0.000 |
-LZO1-1 | btmp 130 1 122 93.8 0.000 0.000 |
-LZO1-1 | dnf 526 1 135 25.7 0.000 0.000 |
-LZO1-1 | wtmp 145 1 134 92.4 0.000 0.000 |
-LZO1-1 | kbdconfig 721 1 545 75.6 0.000 0.000 |
-LZO1-1 | session 630 1 461 73.2 0.000 0.000 |
-LZO1-1 | mdadm.conf 2687 1 1916 71.3 0.000 0.000 |
-LZO1-1 | mke2fs.conf 832 1 500 60.1 0.000 0.000 |
-LZO1-1 | motd 0 1 0 0.0 0.000 0.000 |
-LZO1-1 | netconfig 767 1 480 62.6 0.000 0.000 |
-LZO1-1 | nfsroot 809 1 552 68.2 0.000 0.000 |
-LZO1-1 | wpa-supplicant 1999 1 991 49.6 0.000 0.000 |
-LZO1-1 | interfaces 129 1 123 95.3 0.000 0.000 |
-LZO1-1 | nm-disabled-eth0 0 1 0 0.0 0.000 0.000 |
-LZO1-1 | nfs-utils.conf 1087 1 740 68.1 0.000 0.000 |
-LZO1-1 | nfsmount.conf 3606 1 2079 57.7 0.000 0.000 |
-LZO1-1 | nsswitch.conf 497 1 371 74.6 0.000 0.000 |
-LZO1-1 | phonesim.conf 361 1 310 85.9 0.000 0.000 |
-LZO1-1 | arch.conf 105 1 76 72.4 0.000 0.000 |
-LZO1-1 | opkg.conf 845 1 605 71.6 0.000 0.000 |
-LZO1-1 | passwd 1006 1 685 68.1 0.000 0.000 |
-LZO1-1 | cert9.db 28672 1 1209 4.2 0.000 0.000 |
-LZO1-1 | key4.db 36864 1 1511 4.1 0.000 0.000 |
-LZO1-1 | pkcs11.txt 425 1 361 84.9 0.000 0.000 |
-LZO1-1 | pointercal.xinput 91 1 91 100 0.000 0.000 |
-LZO1-1 | chap-secrets 78 1 78 100 0.000 0.000 |
-LZO1-1 | ip-down 1454 1 1034 71.1 0.000 0.000 |
-LZO1-1 | 92removedns 118 1 89 75.4 0.000 0.000 |
-LZO1-1 | ip-up 1452 1 1029 70.9 0.000 0.000 |
-LZO1-1 | 08setupdns 292 1 185 63.4 0.000 0.000 |
-LZO1-1 | options 5 1 6 120 0.000 0.000 |
-LZO1-1 | pap-secrets 77 1 77 100 0.000 0.000 |
-LZO1-1 | provider 1093 1 831 76.0 0.000 0.000 |
-LZO1-1 | ppp_on_boot 573 1 462 80.6 0.000 0.000 |
-LZO1-1 | profile 984 1 804 81.7 0.000 0.000 |
-LZO1-1 | bash_completion.sh 672 1 418 62.2 0.000 0.000 |
-LZO1-1 | distcc.sh 68 1 62 91.2 0.000 0.000 |
-LZO1-1 | gawk.csh 1107 1 288 26.0 0.000 0.000 |
-LZO1-1 | gawk.sh 757 1 233 30.8 0.000 0.000 |
-LZO1-1 | protocols 2932 1 2129 72.6 0.000 0.000 |
-LZO1-1 | client.conf 1233 1 970 78.7 0.000 0.000 |
-LZO1-1 | 50-sato.conf 447 1 369 82.6 0.000 0.000 |
-LZO1-1 | daemon.conf 2374 1 1621 68.3 0.000 0.000 |
-LZO1-1 | default.pa 4933 1 2748 55.7 0.000 0.000 |
-LZO1-1 | system.pa 2078 1 1357 65.3 0.000 0.000 |
-LZO1-1 | quilt.quiltrc 1347 1 929 69.0 0.000 0.000 |
-LZO1-1 | quotagrpadmins 220 1 199 90.5 0.000 0.000 |
-LZO1-1 | quotatab 261 1 220 84.3 0.000 0.000 |
-LZO1-1 | rpc 895 1 680 76.0 0.000 0.000 |
-LZO1-1 | rpcbind.conf 58 1 60 103 0.000 0.000 |
-LZO1-1 | macros 38 1 40 105 0.000 0.000 |
-LZO1-1 | platform 18 1 19 106 0.000 0.000 |
-LZO1-1 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1-1 | securetty 1848 1 1236 66.9 0.000 0.000 |
-LZO1-1 | services 18790 1 10939 58.2 0.000 0.000 |
-LZO1-1 | shadow 619 1 231 37.3 0.000 0.000 |
-LZO1-1 | shells 52 1 50 96.2 0.000 0.000 |
-LZO1-1 | .bashrc 410 1 328 80.0 0.000 0.000 |
-LZO1-1 | .profile 241 1 224 92.9 0.000 0.000 |
-LZO1-1 | slsh.rc 2030 1 1063 52.4 0.000 0.000 |
-LZO1-1 | moduli 577388 3 59050 10.2 488.546 814.473 |
-LZO1-1 | ssh_config 1548 1 1067 68.9 0.000 0.000 |
-LZO1-1 | ssh_host_ecdsa_key 505 1 454 89.9 0.000 0.000 |
-LZO1-1 | ssh_host_ecdsa_key.pub 176 1 168 95.5 0.000 0.000 |
-LZO1-1 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 |
-LZO1-1 | ssh_host_ed25519_key.pub 96 1 98 102 0.000 0.000 |
-LZO1-1 | ssh_host_rsa_key 2602 1 2580 99.2 0.000 0.000 |
-LZO1-1 | ssh_host_rsa_key.pub 568 1 573 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 166349 83.1 71.308 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 |
-LZO1-1 | crond 110 1 108 98.2 0.000 0.000 |
-LZO1-1 | kdump.conf 411 1 339 82.5 0.000 0.000 |
-LZO1-1 | sysctl.conf 2128 1 1623 76.3 0.000 0.000 |
-LZO1-1 | syslog-startup.conf 651 1 548 84.2 0.000 0.000 |
-LZO1-1 | syslog.conf 69 1 67 97.1 0.000 0.000 |
-LZO1-1 | ansi 1481 1 792 53.5 0.000 0.000 |
-LZO1-1 | dumb 308 1 71 23.1 0.000 0.000 |
-LZO1-1 | linux 1730 1 1083 62.6 0.000 0.000 |
-LZO1-1 | rxvt 2286 1 1622 71.0 0.000 0.000 |
-LZO1-1 | screen 1587 1 977 61.6 0.000 0.000 |
-LZO1-1 | screen-256color 1677 1 1026 61.2 0.000 0.000 |
-LZO1-1 | sun 1004 1 542 54.0 0.000 0.000 |
-LZO1-1 | vt100 1190 1 786 66.1 0.000 0.000 |
-LZO1-1 | vt102 1184 1 789 66.6 0.000 0.000 |
-LZO1-1 | vt200 1377 1 967 70.2 0.000 0.000 |
-LZO1-1 | vt220 1377 1 967 70.2 0.000 0.000 |
-LZO1-1 | vt52 470 1 249 53.0 0.000 0.000 |
-LZO1-1 | xterm-256color 3641 1 2533 69.6 0.000 0.000 |
-LZO1-1 | xterm-color 1551 1 839 54.1 0.000 0.000 |
-LZO1-1 | xterm-xfree86 2240 1 1446 64.6 0.000 0.000 |
-LZO1-1 | timestamp 15 1 16 107 0.000 0.000 |
-LZO1-1 | dnf.conf 164 1 131 79.9 0.000 0.000 |
-LZO1-1 | mount.blacklist 51 1 44 86.3 0.000 0.000 |
-LZO1-1 | 80-net-name-slot.rules 0 1 0 0.0 0.000 0.000 |
-LZO1-1 | automount.rules 847 1 581 68.6 0.000 0.000 |
-LZO1-1 | autonet.rules 757 1 552 72.9 0.000 0.000 |
-LZO1-1 | local.rules 885 1 675 76.3 0.000 0.000 |
-LZO1-1 | localextra.rules 843 1 629 74.6 0.000 0.000 |
-LZO1-1 | mount.sh 4232 1 2240 52.9 0.000 0.000 |
-LZO1-1 | network.sh 1402 1 1049 74.8 0.000 0.000 |
-LZO1-1 | udev.conf 49 1 50 102 0.000 0.000 |
-LZO1-1 | 50default 2634 1 1194 45.3 0.000 0.000 |
-LZO1-1 | version 15 1 16 107 0.000 0.000 |
-LZO1-1 | volatile.cache 5955 1 1557 26.1 0.000 0.000 |
-LZO1-1 | 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 |
-LZO1-1 | connman-applet.desktop 191 1 173 90.6 0.000 0.000 |
-LZO1-1 | gsettings-data-convert.desktop 7741 1 4756 61.4 0.000 0.000 |
-LZO1-1 | pulseaudio.desktop 4973 1 2425 48.8 0.000 0.000 |
-LZO1-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000 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*** 4506 1.0 1634 70.1 124.451 814.473
-LZO1-1 ***TOTALS*** 1243893 278 451114 36.3 124.451 814.473
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1A-1 | 00-primary.seat 64 1 66 103 0.000 0.000 |
-LZO1A-1 | Xsession 755 1 508 67.3 0.000 0.000 |
-LZO1A-1 | 13xdgbasedirs.sh 550 1 464 84.4 0.000 0.000 |
-LZO1A-1 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 |
-LZO1A-1 | 70settings-daemon.sh 27 1 28 104 0.000 0.000 |
-LZO1A-1 | 80matchboxkeyboard.sh 631 1 400 63.4 0.000 0.000 |
-LZO1A-1 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1A-1 | 90XWindowManager.sh 181 1 111 61.3 0.000 0.000 |
-LZO1A-1 | xinitrc 739 1 434 58.7 0.000 0.000 |
-LZO1A-1 | asound.conf 32 1 34 106 0.000 0.000 |
-LZO1A-1 | at.deny 144 1 130 90.3 0.000 0.000 |
-LZO1A-1 | avahi-daemon.conf 1753 1 1263 72.0 0.000 0.000 |
-LZO1A-1 | hosts 1121 1 908 81.0 0.000 0.000 |
-LZO1A-1 | sftp-ssh.service 1075 1 848 78.9 0.000 0.000 |
-LZO1A-1 | ssh.service 1071 1 849 79.3 0.000 0.000 |
-LZO1A-1 | bash_completion 45 1 44 97.8 0.000 0.000 |
-LZO1A-1 | perf 6321 1 3130 49.5 0.000 0.000 |
-LZO1A-1 | quilt 7117 1 2769 38.9 0.000 0.000 |
-LZO1A-1 | bindresvport.blacklist 429 1 333 77.6 0.000 0.000 |
-LZO1A-1 | input.conf 397 1 344 86.6 0.000 0.000 |
-LZO1A-1 | network.conf 120 1 117 97.5 0.000 0.000 |
-LZO1A-1 | build 528 1 283 53.6 0.000 0.000 |
-LZO1A-1 | busybox.links.nosuid 2358 1 1240 52.6 0.000 0.000 |
-LZO1A-1 | busybox.links.suid 91 1 67 73.6 0.000 0.000 |
-LZO1A-1 | ca-certificates.conf 5340 1 2041 38.2 0.000 0.000 |
-LZO1A-1 | pap 653 1 547 83.8 0.000 0.000 |
-LZO1A-1 | logrotate 189 1 160 84.7 0.000 0.000 |
-LZO1A-1 | cron.deny 0 1 0 0.0 0.000 0.000 |
-LZO1A-1 | crontab 653 1 421 64.5 0.000 0.000 |
-LZO1A-1 | session.conf 838 1 641 76.5 0.000 0.000 |
-LZO1A-1 | system.conf 833 1 638 76.6 0.000 0.000 |
-LZO1A-1 | ConsoleKit.conf 7305 1 941 12.9 0.000 0.000 |
-LZO1A-1 | avahi-dbus.conf 1138 1 550 48.3 0.000 0.000 |
-LZO1A-1 | bluetooth.conf 1315 1 698 53.1 0.000 0.000 |
-LZO1A-1 | dbus-wpa_supplicant.conf 743 1 357 48.0 0.000 0.000 |
-LZO1A-1 | ofono.conf 1063 1 602 56.6 0.000 0.000 |
-LZO1A-1 | pulseaudio-system.conf 1084 1 862 79.5 0.000 0.000 |
-LZO1A-1 | devpts 93 1 91 97.8 0.000 0.000 |
-LZO1A-1 | distcc 535 1 436 81.5 0.000 0.000 |
-LZO1A-1 | mountall 36 1 38 106 0.000 0.000 |
-LZO1A-1 | postinst 52 1 53 102 0.000 0.000 |
-LZO1A-1 | rcS 1040 1 795 76.4 0.000 0.000 |
-LZO1A-1 | rng-tools 27 1 28 104 0.000 0.000 |
-LZO1A-1 | usbd 0 1 0 0.0 0.000 0.000 |
-LZO1A-1 | useradd 117 1 120 103 0.000 0.000 |
-LZO1A-1 | 00_core 1637 1 1042 63.7 0.000 0.000 |
-LZO1A-1 | 01_bootlogd 36 1 34 94.4 0.000 0.000 |
-LZO1A-1 | 99_dbus 48 1 41 85.4 0.000 0.000 |
-LZO1A-1 | 99_sshd 75 1 64 85.3 0.000 0.000 |
-LZO1A-1 | 99_wpa_supplicant 46 1 45 97.8 0.000 0.000 |
-LZO1A-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1A-1 | xserver-nodm 130 1 132 102 0.000 0.000 |
-LZO1A-1 | clients.allow 1582 1 1139 72.0 0.000 0.000 |
-LZO1A-1 | commands.allow.sh 1763 1 1109 62.9 0.000 0.000 |
-LZO1A-1 | hosts 203 1 177 87.2 0.000 0.000 |
-LZO1A-1 | automatic.conf 2569 1 1367 53.2 0.000 0.000 |
-LZO1A-1 | dnf.conf 82 1 83 101 0.000 0.000 |
-LZO1A-1 | dnf.conf 4 1 5 125 0.000 0.000 |
-LZO1A-1 | yum.conf 4 1 5 125 0.000 0.000 |
-LZO1A-1 | arch 35 1 32 91.4 0.000 0.000 |
-LZO1A-1 | releasever 6 1 7 117 0.000 0.000 |
-LZO1A-1 | exports 46 1 46 100 0.000 0.000 |
-LZO1A-1 | 30-liberation-aliases.conf 419 1 230 54.9 0.000 0.000 |
-LZO1A-1 | README 978 1 737 75.4 0.000 0.000 |
-LZO1A-1 | fonts.conf 2532 1 1470 58.1 0.000 0.000 |
-LZO1A-1 | config 1032 1 438 42.4 0.000 0.000 |
-LZO1A-1 | fstab 637 1 383 60.1 0.000 0.000 |
-LZO1A-1 | path 1448 1 909 62.8 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 235 1 146 62.1 0.000 0.000 |
-LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1A-1 | %gconf.xml 2158 1 579 26.8 0.000 0.000 |
-LZO1A-1 | %gconf.xml 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 |
-LZO1A-1 | %gconf.xml 515 1 313 60.8 0.000 0.000 |
-LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1A-1 | %gconf.xml 5626 1 1683 29.9 0.000 0.000 |
-LZO1A-1 | settings-daemon.schemas 7202 1 1831 25.4 0.000 0.000 |
-LZO1A-1 | group 620 1 539 86.9 0.000 0.000 |
-LZO1A-1 | gshadow 514 1 376 73.2 0.000 0.000 |
-LZO1A-1 | im-multipress.conf 890 1 782 87.9 0.000 0.000 |
-LZO1A-1 | host.conf 26 1 27 104 0.000 0.000 |
-LZO1A-1 | hostname 10 1 11 110 0.000 0.000 |
-LZO1A-1 | hosts 257 1 202 78.6 0.000 0.000 |
-LZO1A-1 | alsa-state 811 1 538 66.3 0.000 0.000 |
-LZO1A-1 | atd 578 1 397 68.7 0.000 0.000 |
-LZO1A-1 | avahi-daemon 4491 1 2577 57.4 0.000 0.000 |
-LZO1A-1 | banner.sh 492 1 304 61.8 0.000 0.000 |
-LZO1A-1 | bluetooth 1253 1 782 62.4 0.000 0.000 |
-LZO1A-1 | bootlogd 1997 1 1253 62.7 0.000 0.000 |
-LZO1A-1 | bootmisc.sh 2017 1 1395 69.2 0.000 0.000 |
-LZO1A-1 | checkroot.sh 3591 1 2338 65.1 0.000 0.000 |
-LZO1A-1 | connman 1462 1 980 67.0 0.000 0.000 |
-LZO1A-1 | crond 1235 1 822 66.6 0.000 0.000 |
-LZO1A-1 | dbus-1 2887 1 1823 63.1 0.000 0.000 |
-LZO1A-1 | devpts.sh 526 1 390 74.1 0.000 0.000 |
-LZO1A-1 | distcc 2863 1 1669 58.3 0.000 0.000 |
-LZO1A-1 | dmesg.sh 352 1 250 71.0 0.000 0.000 |
-LZO1A-1 | functions 2141 1 1359 63.5 0.000 0.000 |
-LZO1A-1 | halt 510 1 401 78.6 0.000 0.000 |
-LZO1A-1 | hostname.sh 580 1 426 73.4 0.000 0.000 |
-LZO1A-1 | hwclock.sh 2541 1 1339 52.7 0.000 0.000 |
-LZO1A-1 | kdump 2989 1 1428 47.8 0.000 0.000 |
-LZO1A-1 | mdmonitor 1773 1 1072 60.5 0.000 0.000 |
-LZO1A-1 | modutils.sh 1223 1 775 63.4 0.000 0.000 |
-LZO1A-1 | mountall.sh 869 1 658 75.7 0.000 0.000 |
-LZO1A-1 | mountnfs.sh 1589 1 957 60.2 0.000 0.000 |
-LZO1A-1 | networking 1956 1 1019 52.1 0.000 0.000 |
-LZO1A-1 | nfscommon 1609 1 1017 63.2 0.000 0.000 |
-LZO1A-1 | nfsserver 3326 1 1888 56.8 0.000 0.000 |
-LZO1A-1 | ofono 516 1 368 71.3 0.000 0.000 |
-LZO1A-1 | populate-volatile.sh 7826 1 3602 46.0 0.000 0.000 |
-LZO1A-1 | ppp 1231 1 714 58.0 0.000 0.000 |
-LZO1A-1 | psplash.sh 647 1 456 70.5 0.000 0.000 |
-LZO1A-1 | rc 4457 1 2644 59.3 0.000 0.000 |
-LZO1A-1 | rcS 525 1 443 84.4 0.000 0.000 |
-LZO1A-1 | read-only-rootfs-hook.sh 1273 1 881 69.2 0.000 0.000 |
-LZO1A-1 | reboot 289 1 220 76.1 0.000 0.000 |
-LZO1A-1 | rmnologin.sh 585 1 379 64.8 0.000 0.000 |
-LZO1A-1 | rng-tools 1029 1 500 48.6 0.000 0.000 |
-LZO1A-1 | rpcbind 1827 1 966 52.9 0.000 0.000 |
-LZO1A-1 | run-postinsts 25 1 26 104 0.000 0.000 |
-LZO1A-1 | save-rtc.sh 429 1 320 74.6 0.000 0.000 |
-LZO1A-1 | sendsigs 438 1 301 68.7 0.000 0.000 |
-LZO1A-1 | single 578 1 427 73.9 0.000 0.000 |
-LZO1A-1 | sshd 2029 1 1060 52.2 0.000 0.000 |
-LZO1A-1 | sysfs.sh 907 1 480 52.9 0.000 0.000 |
-LZO1A-1 | syslog 1715 1 905 52.8 0.000 0.000 |
-LZO1A-1 | tcf-agent 1298 1 746 57.5 0.000 0.000 |
-LZO1A-1 | udev 2779 1 1679 60.4 0.000 0.000 |
-LZO1A-1 | umountfs 540 1 404 74.8 0.000 0.000 |
-LZO1A-1 | umountnfs.sh 711 1 525 73.8 0.000 0.000 |
-LZO1A-1 | urandom 1473 1 944 64.1 0.000 0.000 |
-LZO1A-1 | xserver-nodm 1436 1 995 69.3 0.000 0.000 |
-LZO1A-1 | inittab 1145 1 794 69.3 0.000 0.000 |
-LZO1A-1 | inputrc 1633 1 1093 66.9 0.000 0.000 |
-LZO1A-1 | bpf_pinning 85 1 84 98.8 0.000 0.000 |
-LZO1A-1 | ematch_map 81 1 83 102 0.000 0.000 |
-LZO1A-1 | group 31 1 32 103 0.000 0.000 |
-LZO1A-1 | nl_protos 262 1 255 97.3 0.000 0.000 |
-LZO1A-1 | rt_dsfield 331 1 275 83.1 0.000 0.000 |
-LZO1A-1 | rt_protos 201 1 198 98.5 0.000 0.000 |
-LZO1A-1 | rt_realms 112 1 111 99.1 0.000 0.000 |
-LZO1A-1 | rt_scopes 92 1 89 96.7 0.000 0.000 |
-LZO1A-1 | rt_tables 87 1 85 97.7 0.000 0.000 |
-LZO1A-1 | issue 58 1 60 103 0.000 0.000 |
-LZO1A-1 | issue.net 55 1 57 104 0.000 0.000 |
-LZO1A-1 | ld.so.cache 57193 1 20640 36.1 0.000 0.000 |
-LZO1A-1 | ld.so.conf 33 1 35 106 0.000 0.000 |
-LZO1A-1 | classid 1130 1 640 56.6 0.000 0.000 |
-LZO1A-1 | pktloc 1532 1 888 58.0 0.000 0.000 |
-LZO1A-1 | collect_dnf.conf 813 1 521 64.1 0.000 0.000 |
-LZO1A-1 | limits 827 1 641 77.5 0.000 0.000 |
-LZO1A-1 | login.access 2006 1 1324 66.0 0.000 0.000 |
-LZO1A-1 | login.defs 11030 1 6552 59.4 0.000 0.000 |
-LZO1A-1 | logrotate-dmesg.conf 121 1 114 94.2 0.000 0.000 |
-LZO1A-1 | logrotate.conf 434 1 361 83.2 0.000 0.000 |
-LZO1A-1 | btmp 130 1 122 93.8 0.000 0.000 |
-LZO1A-1 | dnf 526 1 135 25.7 0.000 0.000 |
-LZO1A-1 | wtmp 145 1 134 92.4 0.000 0.000 |
-LZO1A-1 | kbdconfig 721 1 542 75.2 0.000 0.000 |
-LZO1A-1 | session 630 1 461 73.2 0.000 0.000 |
-LZO1A-1 | mdadm.conf 2687 1 1906 70.9 0.000 0.000 |
-LZO1A-1 | mke2fs.conf 832 1 496 59.6 0.000 0.000 |
-LZO1A-1 | motd 0 1 0 0.0 0.000 0.000 |
-LZO1A-1 | netconfig 767 1 479 62.5 0.000 0.000 |
-LZO1A-1 | nfsroot 809 1 549 67.9 0.000 0.000 |
-LZO1A-1 | wpa-supplicant 1999 1 987 49.4 0.000 0.000 |
-LZO1A-1 | interfaces 129 1 123 95.3 0.000 0.000 |
-LZO1A-1 | nm-disabled-eth0 0 1 0 0.0 0.000 0.000 |
-LZO1A-1 | nfs-utils.conf 1087 1 738 67.9 0.000 0.000 |
-LZO1A-1 | nfsmount.conf 3606 1 2059 57.1 0.000 0.000 |
-LZO1A-1 | nsswitch.conf 497 1 370 74.4 0.000 0.000 |
-LZO1A-1 | phonesim.conf 361 1 308 85.3 0.000 0.000 |
-LZO1A-1 | arch.conf 105 1 76 72.4 0.000 0.000 |
-LZO1A-1 | opkg.conf 845 1 604 71.5 0.000 0.000 |
-LZO1A-1 | passwd 1006 1 674 67.0 0.000 0.000 |
-LZO1A-1 | cert9.db 28672 1 1201 4.2 0.000 0.000 |
-LZO1A-1 | key4.db 36864 1 1505 4.1 0.000 0.000 |
-LZO1A-1 | pkcs11.txt 425 1 360 84.7 0.000 0.000 |
-LZO1A-1 | pointercal.xinput 91 1 91 100 0.000 0.000 |
-LZO1A-1 | chap-secrets 78 1 78 100 0.000 0.000 |
-LZO1A-1 | ip-down 1454 1 1022 70.3 0.000 0.000 |
-LZO1A-1 | 92removedns 118 1 89 75.4 0.000 0.000 |
-LZO1A-1 | ip-up 1452 1 1018 70.1 0.000 0.000 |
-LZO1A-1 | 08setupdns 292 1 185 63.4 0.000 0.000 |
-LZO1A-1 | options 5 1 6 120 0.000 0.000 |
-LZO1A-1 | pap-secrets 77 1 77 100 0.000 0.000 |
-LZO1A-1 | provider 1093 1 828 75.8 0.000 0.000 |
-LZO1A-1 | ppp_on_boot 573 1 459 80.1 0.000 0.000 |
-LZO1A-1 | profile 984 1 801 81.4 0.000 0.000 |
-LZO1A-1 | bash_completion.sh 672 1 416 61.9 0.000 0.000 |
-LZO1A-1 | distcc.sh 68 1 62 91.2 0.000 0.000 |
-LZO1A-1 | gawk.csh 1107 1 288 26.0 0.000 0.000 |
-LZO1A-1 | gawk.sh 757 1 233 30.8 0.000 0.000 |
-LZO1A-1 | protocols 2932 1 2112 72.0 0.000 0.000 |
-LZO1A-1 | client.conf 1233 1 965 78.3 0.000 0.000 |
-LZO1A-1 | 50-sato.conf 447 1 368 82.3 0.000 0.000 |
-LZO1A-1 | daemon.conf 2374 1 1610 67.8 0.000 0.000 |
-LZO1A-1 | default.pa 4933 1 2723 55.2 0.000 0.000 |
-LZO1A-1 | system.pa 2078 1 1347 64.8 0.000 0.000 |
-LZO1A-1 | quilt.quiltrc 1347 1 924 68.6 0.000 0.000 |
-LZO1A-1 | quotagrpadmins 220 1 199 90.5 0.000 0.000 |
-LZO1A-1 | quotatab 261 1 220 84.3 0.000 0.000 |
-LZO1A-1 | rpc 895 1 677 75.6 0.000 0.000 |
-LZO1A-1 | rpcbind.conf 58 1 60 103 0.000 0.000 |
-LZO1A-1 | macros 38 1 40 105 0.000 0.000 |
-LZO1A-1 | platform 18 1 19 106 0.000 0.000 |
-LZO1A-1 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1A-1 | securetty 1848 1 1234 66.8 0.000 0.000 |
-LZO1A-1 | services 18790 1 10822 57.6 0.000 0.000 |
-LZO1A-1 | shadow 619 1 231 37.3 0.000 0.000 |
-LZO1A-1 | shells 52 1 50 96.2 0.000 0.000 |
-LZO1A-1 | .bashrc 410 1 327 79.8 0.000 0.000 |
-LZO1A-1 | .profile 241 1 224 92.9 0.000 0.000 |
-LZO1A-1 | slsh.rc 2030 1 1056 52.0 0.000 0.000 |
-LZO1A-1 | moduli 577388 3 58472 10.1 457.160 842.509 |
-LZO1A-1 | ssh_config 1548 1 1062 68.6 0.000 0.000 |
-LZO1A-1 | ssh_host_ecdsa_key 505 1 454 89.9 0.000 0.000 |
-LZO1A-1 | ssh_host_ecdsa_key.pub 176 1 168 95.5 0.000 0.000 |
-LZO1A-1 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 |
-LZO1A-1 | ssh_host_ed25519_key.pub 96 1 98 102 0.000 0.000 |
-LZO1A-1 | ssh_host_rsa_key 2602 1 2578 99.1 0.000 0.000 |
-LZO1A-1 | ssh_host_rsa_key.pub 568 1 573 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 165968 83.0 70.245 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 |
-LZO1A-1 | crond 110 1 108 98.2 0.000 0.000 |
-LZO1A-1 | kdump.conf 411 1 339 82.5 0.000 0.000 |
-LZO1A-1 | sysctl.conf 2128 1 1609 75.6 0.000 0.000 |
-LZO1A-1 | syslog-startup.conf 651 1 547 84.0 0.000 0.000 |
-LZO1A-1 | syslog.conf 69 1 67 97.1 0.000 0.000 |
-LZO1A-1 | ansi 1481 1 767 51.8 0.000 0.000 |
-LZO1A-1 | dumb 308 1 70 22.7 0.000 0.000 |
-LZO1A-1 | linux 1730 1 1065 61.6 0.000 0.000 |
-LZO1A-1 | rxvt 2286 1 1582 69.2 0.000 0.000 |
-LZO1A-1 | screen 1587 1 953 60.1 0.000 0.000 |
-LZO1A-1 | screen-256color 1677 1 1003 59.8 0.000 0.000 |
-LZO1A-1 | sun 1004 1 526 52.4 0.000 0.000 |
-LZO1A-1 | vt100 1190 1 758 63.7 0.000 0.000 |
-LZO1A-1 | vt102 1184 1 765 64.6 0.000 0.000 |
-LZO1A-1 | vt200 1377 1 942 68.4 0.000 0.000 |
-LZO1A-1 | vt220 1377 1 942 68.4 0.000 0.000 |
-LZO1A-1 | vt52 470 1 246 52.3 0.000 0.000 |
-LZO1A-1 | xterm-256color 3641 1 2498 68.6 0.000 0.000 |
-LZO1A-1 | xterm-color 1551 1 823 53.1 0.000 0.000 |
-LZO1A-1 | xterm-xfree86 2240 1 1414 63.1 0.000 0.000 |
-LZO1A-1 | timestamp 15 1 16 107 0.000 0.000 |
-LZO1A-1 | dnf.conf 164 1 131 79.9 0.000 0.000 |
-LZO1A-1 | mount.blacklist 51 1 44 86.3 0.000 0.000 |
-LZO1A-1 | 80-net-name-slot.rules 0 1 0 0.0 0.000 0.000 |
-LZO1A-1 | automount.rules 847 1 577 68.1 0.000 0.000 |
-LZO1A-1 | autonet.rules 757 1 549 72.5 0.000 0.000 |
-LZO1A-1 | local.rules 885 1 671 75.8 0.000 0.000 |
-LZO1A-1 | localextra.rules 843 1 624 74.0 0.000 0.000 |
-LZO1A-1 | mount.sh 4232 1 2231 52.7 0.000 0.000 |
-LZO1A-1 | network.sh 1402 1 1035 73.8 0.000 0.000 |
-LZO1A-1 | udev.conf 49 1 50 102 0.000 0.000 |
-LZO1A-1 | 50default 2634 1 1190 45.2 0.000 0.000 |
-LZO1A-1 | version 15 1 16 107 0.000 0.000 |
-LZO1A-1 | volatile.cache 5955 1 1553 26.1 0.000 0.000 |
-LZO1A-1 | 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 |
-LZO1A-1 | connman-applet.desktop 191 1 173 90.6 0.000 0.000 |
-LZO1A-1 | gsettings-data-convert.desktop 7741 1 4723 61.0 0.000 0.000 |
-LZO1A-1 | pulseaudio.desktop 4973 1 2415 48.6 0.000 0.000 |
-LZO1A-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000 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*** 4506 1.0 1623 69.8 121.778 842.509
-LZO1A-1 ***TOTALS*** 1243893 278 448012 36.0 121.778 842.509
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-1 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-1 | Xsession 755 1 510 67.5 0.000 0.000 |
-LZO1B-1 | 13xdgbasedirs.sh 550 1 472 85.8 0.000 0.000 |
-LZO1B-1 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-1 | 80matchboxkeyboard.sh 631 1 408 64.7 0.000 0.000 |
-LZO1B-1 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 |
-LZO1B-1 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 |
-LZO1B-1 | xinitrc 739 1 439 59.4 0.000 0.000 |
-LZO1B-1 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-1 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-1 | avahi-daemon.conf 1753 1 1276 72.8 0.000 0.000 |
-LZO1B-1 | hosts 1121 1 916 81.7 0.000 0.000 |
-LZO1B-1 | sftp-ssh.service 1075 1 852 79.3 0.000 0.000 |
-LZO1B-1 | ssh.service 1071 1 851 79.5 0.000 0.000 |
-LZO1B-1 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-1 | perf 6321 1 3116 49.3 0.000 0.000 |
-LZO1B-1 | quilt 7117 1 2763 38.8 0.000 0.000 |
-LZO1B-1 | bindresvport.blacklist 429 1 335 78.1 0.000 0.000 |
-LZO1B-1 | input.conf 397 1 351 88.4 0.000 0.000 |
-LZO1B-1 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-1 | build 528 1 281 53.2 0.000 0.000 |
-LZO1B-1 | busybox.links.nosuid 2358 1 1257 53.3 0.000 0.000 |
-LZO1B-1 | busybox.links.suid 91 1 70 76.9 0.000 0.000 |
-LZO1B-1 | ca-certificates.conf 5340 1 2034 38.1 0.000 0.000 |
-LZO1B-1 | pap 653 1 556 85.1 0.000 0.000 |
-LZO1B-1 | logrotate 189 1 156 82.5 0.000 0.000 |
-LZO1B-1 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-1 | crontab 653 1 427 65.4 0.000 0.000 |
-LZO1B-1 | session.conf 838 1 635 75.8 0.000 0.000 |
-LZO1B-1 | system.conf 833 1 633 76.0 0.000 0.000 |
-LZO1B-1 | ConsoleKit.conf 7305 1 976 13.4 0.000 0.000 |
-LZO1B-1 | avahi-dbus.conf 1138 1 549 48.2 0.000 0.000 |
-LZO1B-1 | bluetooth.conf 1315 1 707 53.8 0.000 0.000 |
-LZO1B-1 | dbus-wpa_supplicant.conf 743 1 358 48.2 0.000 0.000 |
-LZO1B-1 | ofono.conf 1063 1 607 57.1 0.000 0.000 |
-LZO1B-1 | pulseaudio-system.conf 1084 1 863 79.6 0.000 0.000 |
-LZO1B-1 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-1 | distcc 535 1 448 83.7 0.000 0.000 |
-LZO1B-1 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-1 | postinst 52 1 57 110 0.000 0.000 |
-LZO1B-1 | rcS 1040 1 804 77.3 0.000 0.000 |
-LZO1B-1 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-1 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-1 | useradd 117 1 122 104 0.000 0.000 |
-LZO1B-1 | 00_core 1637 1 1067 65.2 0.000 0.000 |
-LZO1B-1 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-1 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-1 | 99_sshd 75 1 67 89.3 0.000 0.000 |
-LZO1B-1 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-1 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-1 | clients.allow 1582 1 1157 73.1 0.000 0.000 |
-LZO1B-1 | commands.allow.sh 1763 1 1114 63.2 0.000 0.000 |
-LZO1B-1 | hosts 203 1 183 90.1 0.000 0.000 |
-LZO1B-1 | automatic.conf 2569 1 1368 53.3 0.000 0.000 |
-LZO1B-1 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-1 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-1 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-1 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-1 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-1 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-1 | 30-liberation-aliases.conf 419 1 233 55.6 0.000 0.000 |
-LZO1B-1 | README 978 1 741 75.8 0.000 0.000 |
-LZO1B-1 | fonts.conf 2532 1 1493 59.0 0.000 0.000 |
-LZO1B-1 | config 1032 1 446 43.2 0.000 0.000 |
-LZO1B-1 | fstab 637 1 388 60.9 0.000 0.000 |
-LZO1B-1 | path 1448 1 907 62.6 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 235 1 150 63.8 0.000 0.000 |
-LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-1 | %gconf.xml 2158 1 603 27.9 0.000 0.000 |
-LZO1B-1 | %gconf.xml 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 |
-LZO1B-1 | %gconf.xml 515 1 315 61.2 0.000 0.000 |
-LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-1 | %gconf.xml 5626 1 1746 31.0 0.000 0.000 |
-LZO1B-1 | settings-daemon.schemas 7202 1 1840 25.5 0.000 0.000 |
-LZO1B-1 | group 620 1 543 87.6 0.000 0.000 |
-LZO1B-1 | gshadow 514 1 382 74.3 0.000 0.000 |
-LZO1B-1 | im-multipress.conf 890 1 793 89.1 0.000 0.000 |
-LZO1B-1 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-1 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-1 | hosts 257 1 207 80.5 0.000 0.000 |
-LZO1B-1 | alsa-state 811 1 531 65.5 0.000 0.000 |
-LZO1B-1 | atd 578 1 401 69.4 0.000 0.000 |
-LZO1B-1 | avahi-daemon 4491 1 2603 58.0 0.000 0.000 |
-LZO1B-1 | banner.sh 492 1 310 63.0 0.000 0.000 |
-LZO1B-1 | bluetooth 1253 1 793 63.3 0.000 0.000 |
-LZO1B-1 | bootlogd 1997 1 1257 62.9 0.000 0.000 |
-LZO1B-1 | bootmisc.sh 2017 1 1409 69.9 0.000 0.000 |
-LZO1B-1 | checkroot.sh 3591 1 2347 65.4 0.000 0.000 |
-LZO1B-1 | connman 1462 1 976 66.8 0.000 0.000 |
-LZO1B-1 | crond 1235 1 828 67.0 0.000 0.000 |
-LZO1B-1 | dbus-1 2887 1 1821 63.1 0.000 0.000 |
-LZO1B-1 | devpts.sh 526 1 394 74.9 0.000 0.000 |
-LZO1B-1 | distcc 2863 1 1707 59.6 0.000 0.000 |
-LZO1B-1 | dmesg.sh 352 1 255 72.4 0.000 0.000 |
-LZO1B-1 | functions 2141 1 1365 63.8 0.000 0.000 |
-LZO1B-1 | halt 510 1 410 80.4 0.000 0.000 |
-LZO1B-1 | hostname.sh 580 1 432 74.5 0.000 0.000 |
-LZO1B-1 | hwclock.sh 2541 1 1357 53.4 0.000 0.000 |
-LZO1B-1 | kdump 2989 1 1448 48.4 0.000 0.000 |
-LZO1B-1 | mdmonitor 1773 1 1081 61.0 0.000 0.000 |
-LZO1B-1 | modutils.sh 1223 1 782 63.9 0.000 0.000 |
-LZO1B-1 | mountall.sh 869 1 671 77.2 0.000 0.000 |
-LZO1B-1 | mountnfs.sh 1589 1 969 61.0 0.000 0.000 |
-LZO1B-1 | networking 1956 1 1038 53.1 0.000 0.000 |
-LZO1B-1 | nfscommon 1609 1 1008 62.6 0.000 0.000 |
-LZO1B-1 | nfsserver 3326 1 1918 57.7 0.000 0.000 |
-LZO1B-1 | ofono 516 1 374 72.5 0.000 0.000 |
-LZO1B-1 | populate-volatile.sh 7826 1 3633 46.4 0.000 0.000 |
-LZO1B-1 | ppp 1231 1 717 58.2 0.000 0.000 |
-LZO1B-1 | psplash.sh 647 1 458 70.8 0.000 0.000 |
-LZO1B-1 | rc 4457 1 2655 59.6 0.000 0.000 |
-LZO1B-1 | rcS 525 1 448 85.3 0.000 0.000 |
-LZO1B-1 | read-only-rootfs-hook.sh 1273 1 885 69.5 0.000 0.000 |
-LZO1B-1 | reboot 289 1 227 78.5 0.000 0.000 |
-LZO1B-1 | rmnologin.sh 585 1 384 65.6 0.000 0.000 |
-LZO1B-1 | rng-tools 1029 1 515 50.0 0.000 0.000 |
-LZO1B-1 | rpcbind 1827 1 972 53.2 0.000 0.000 |
-LZO1B-1 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-1 | save-rtc.sh 429 1 323 75.3 0.000 0.000 |
-LZO1B-1 | sendsigs 438 1 311 71.0 0.000 0.000 |
-LZO1B-1 | single 578 1 432 74.7 0.000 0.000 |
-LZO1B-1 | sshd 2029 1 1063 52.4 0.000 0.000 |
-LZO1B-1 | sysfs.sh 907 1 488 53.8 0.000 0.000 |
-LZO1B-1 | syslog 1715 1 907 52.9 0.000 0.000 |
-LZO1B-1 | tcf-agent 1298 1 751 57.9 0.000 0.000 |
-LZO1B-1 | udev 2779 1 1678 60.4 0.000 0.000 |
-LZO1B-1 | umountfs 540 1 410 75.9 0.000 0.000 |
-LZO1B-1 | umountnfs.sh 711 1 533 75.0 0.000 0.000 |
-LZO1B-1 | urandom 1473 1 960 65.2 0.000 0.000 |
-LZO1B-1 | xserver-nodm 1436 1 1000 69.6 0.000 0.000 |
-LZO1B-1 | inittab 1145 1 806 70.4 0.000 0.000 |
-LZO1B-1 | inputrc 1633 1 1080 66.1 0.000 0.000 |
-LZO1B-1 | bpf_pinning 85 1 88 104 0.000 0.000 |
-LZO1B-1 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-1 | group 31 1 35 113 0.000 0.000 |
-LZO1B-1 | nl_protos 262 1 265 101 0.000 0.000 |
-LZO1B-1 | rt_dsfield 331 1 280 84.6 0.000 0.000 |
-LZO1B-1 | rt_protos 201 1 203 101 0.000 0.000 |
-LZO1B-1 | rt_realms 112 1 114 102 0.000 0.000 |
-LZO1B-1 | rt_scopes 92 1 92 100 0.000 0.000 |
-LZO1B-1 | rt_tables 87 1 89 102 0.000 0.000 |
-LZO1B-1 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-1 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-1 | ld.so.cache 57193 1 18957 33.1 0.000 0.000 |
-LZO1B-1 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-1 | classid 1130 1 650 57.5 0.000 0.000 |
-LZO1B-1 | pktloc 1532 1 875 57.1 0.000 0.000 |
-LZO1B-1 | collect_dnf.conf 813 1 524 64.5 0.000 0.000 |
-LZO1B-1 | limits 827 1 643 77.8 0.000 0.000 |
-LZO1B-1 | login.access 2006 1 1336 66.6 0.000 0.000 |
-LZO1B-1 | login.defs 11030 1 6547 59.4 0.000 0.000 |
-LZO1B-1 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 |
-LZO1B-1 | logrotate.conf 434 1 365 84.1 0.000 0.000 |
-LZO1B-1 | btmp 130 1 120 92.3 0.000 0.000 |
-LZO1B-1 | dnf 526 1 139 26.4 0.000 0.000 |
-LZO1B-1 | wtmp 145 1 133 91.7 0.000 0.000 |
-LZO1B-1 | kbdconfig 721 1 553 76.7 0.000 0.000 |
-LZO1B-1 | session 630 1 468 74.3 0.000 0.000 |
-LZO1B-1 | mdadm.conf 2687 1 1909 71.0 0.000 0.000 |
-LZO1B-1 | mke2fs.conf 832 1 497 59.7 0.000 0.000 |
-LZO1B-1 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-1 | netconfig 767 1 476 62.1 0.000 0.000 |
-LZO1B-1 | nfsroot 809 1 549 67.9 0.000 0.000 |
-LZO1B-1 | wpa-supplicant 1999 1 976 48.8 0.000 0.000 |
-LZO1B-1 | interfaces 129 1 123 95.3 0.000 0.000 |
-LZO1B-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-1 | nfs-utils.conf 1087 1 755 69.5 0.000 0.000 |
-LZO1B-1 | nfsmount.conf 3606 1 2091 58.0 0.000 0.000 |
-LZO1B-1 | nsswitch.conf 497 1 375 75.5 0.000 0.000 |
-LZO1B-1 | phonesim.conf 361 1 312 86.4 0.000 0.000 |
-LZO1B-1 | arch.conf 105 1 79 75.2 0.000 0.000 |
-LZO1B-1 | opkg.conf 845 1 606 71.7 0.000 0.000 |
-LZO1B-1 | passwd 1006 1 681 67.7 0.000 0.000 |
-LZO1B-1 | cert9.db 28672 1 1007 3.5 0.000 0.000 |
-LZO1B-1 | key4.db 36864 1 1262 3.4 0.000 0.000 |
-LZO1B-1 | pkcs11.txt 425 1 366 86.1 0.000 0.000 |
-LZO1B-1 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-1 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-1 | ip-down 1454 1 1042 71.7 0.000 0.000 |
-LZO1B-1 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-1 | ip-up 1452 1 1040 71.6 0.000 0.000 |
-LZO1B-1 | 08setupdns 292 1 188 64.4 0.000 0.000 |
-LZO1B-1 | options 5 1 9 180 0.000 0.000 |
-LZO1B-1 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-1 | provider 1093 1 835 76.4 0.000 0.000 |
-LZO1B-1 | ppp_on_boot 573 1 469 81.8 0.000 0.000 |
-LZO1B-1 | profile 984 1 804 81.7 0.000 0.000 |
-LZO1B-1 | bash_completion.sh 672 1 424 63.1 0.000 0.000 |
-LZO1B-1 | distcc.sh 68 1 65 95.6 0.000 0.000 |
-LZO1B-1 | gawk.csh 1107 1 296 26.7 0.000 0.000 |
-LZO1B-1 | gawk.sh 757 1 241 31.8 0.000 0.000 |
-LZO1B-1 | protocols 2932 1 2138 72.9 0.000 0.000 |
-LZO1B-1 | client.conf 1233 1 976 79.2 0.000 0.000 |
-LZO1B-1 | 50-sato.conf 447 1 375 83.9 0.000 0.000 |
-LZO1B-1 | daemon.conf 2374 1 1631 68.7 0.000 0.000 |
-LZO1B-1 | default.pa 4933 1 2745 55.6 0.000 0.000 |
-LZO1B-1 | system.pa 2078 1 1359 65.4 0.000 0.000 |
-LZO1B-1 | quilt.quiltrc 1347 1 935 69.4 0.000 0.000 |
-LZO1B-1 | quotagrpadmins 220 1 203 92.3 0.000 0.000 |
-LZO1B-1 | quotatab 261 1 226 86.6 0.000 0.000 |
-LZO1B-1 | rpc 895 1 687 76.8 0.000 0.000 |
-LZO1B-1 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-1 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-1 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-1 | rpmrc 111 1 87 78.4 0.000 0.000 |
-LZO1B-1 | securetty 1848 1 1309 70.8 0.000 0.000 |
-LZO1B-1 | services 18790 1 10709 57.0 0.000 0.000 |
-LZO1B-1 | shadow 619 1 232 37.5 0.000 0.000 |
-LZO1B-1 | shells 52 1 50 96.2 0.000 0.000 |
-LZO1B-1 | .bashrc 410 1 333 81.2 0.000 0.000 |
-LZO1B-1 | .profile 241 1 226 93.8 0.000 0.000 |
-LZO1B-1 | slsh.rc 2030 1 1066 52.5 0.000 0.000 |
-LZO1B-1 | moduli 577388 3 30470 5.3 511.969 0.000 |
-LZO1B-1 | ssh_config 1548 1 1077 69.6 0.000 0.000 |
-LZO1B-1 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
-LZO1B-1 | ssh_host_ecdsa_key.pub 176 1 171 97.2 0.000 0.000 |
-LZO1B-1 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
-LZO1B-1 | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1B-1 | ssh_host_rsa_key 2602 1 2570 98.8 0.000 0.000 |
-LZO1B-1 | ssh_host_rsa_key.pub 568 1 572 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 158721 79.3 66.212 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 |
-LZO1B-1 | crond 110 1 110 100 0.000 0.000 |
-LZO1B-1 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1B-1 | sysctl.conf 2128 1 1626 76.4 0.000 0.000 |
-LZO1B-1 | syslog-startup.conf 651 1 548 84.2 0.000 0.000 |
-LZO1B-1 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-1 | ansi 1481 1 779 52.6 0.000 0.000 |
-LZO1B-1 | dumb 308 1 76 24.7 0.000 0.000 |
-LZO1B-1 | linux 1730 1 1057 61.1 0.000 0.000 |
-LZO1B-1 | rxvt 2286 1 1586 69.4 0.000 0.000 |
-LZO1B-1 | screen 1587 1 955 60.2 0.000 0.000 |
-LZO1B-1 | screen-256color 1677 1 1002 59.7 0.000 0.000 |
-LZO1B-1 | sun 1004 1 537 53.5 0.000 0.000 |
-LZO1B-1 | vt100 1190 1 766 64.4 0.000 0.000 |
-LZO1B-1 | vt102 1184 1 769 64.9 0.000 0.000 |
-LZO1B-1 | vt200 1377 1 945 68.6 0.000 0.000 |
-LZO1B-1 | vt220 1377 1 945 68.6 0.000 0.000 |
-LZO1B-1 | vt52 470 1 250 53.2 0.000 0.000 |
-LZO1B-1 | xterm-256color 3641 1 2561 70.3 0.000 0.000 |
-LZO1B-1 | xterm-color 1551 1 818 52.7 0.000 0.000 |
-LZO1B-1 | xterm-xfree86 2240 1 1424 63.6 0.000 0.000 |
-LZO1B-1 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-1 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-1 | mount.blacklist 51 1 44 86.3 0.000 0.000 |
-LZO1B-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-1 | automount.rules 847 1 577 68.1 0.000 0.000 |
-LZO1B-1 | autonet.rules 757 1 547 72.3 0.000 0.000 |
-LZO1B-1 | local.rules 885 1 670 75.7 0.000 0.000 |
-LZO1B-1 | localextra.rules 843 1 627 74.4 0.000 0.000 |
-LZO1B-1 | mount.sh 4232 1 2280 53.9 0.000 0.000 |
-LZO1B-1 | network.sh 1402 1 1043 74.4 0.000 0.000 |
-LZO1B-1 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-1 | 50default 2634 1 1199 45.5 0.000 0.000 |
-LZO1B-1 | version 15 1 19 127 0.000 0.000 |
-LZO1B-1 | volatile.cache 5955 1 1540 25.9 0.000 0.000 |
-LZO1B-1 | 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 |
-LZO1B-1 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 |
-LZO1B-1 | gsettings-data-convert.desktop 7741 1 4735 61.2 0.000 0.000 |
-LZO1B-1 | pulseaudio.desktop 4973 1 2435 49.0 0.000 0.000 |
-LZO1B-1 | xinput_calibrator.desktop 299 1 239 79.9 0.000 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*** 4506 1.0 1493 72.3 117.259 0.000
-LZO1B-1 ***TOTALS*** 1243893 278 412186 33.1 117.259 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-2 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-2 | Xsession 755 1 514 68.1 0.000 0.000 |
-LZO1B-2 | 13xdgbasedirs.sh 550 1 469 85.3 0.000 0.000 |
-LZO1B-2 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-2 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-2 | 80matchboxkeyboard.sh 631 1 408 64.7 0.000 0.000 |
-LZO1B-2 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 |
-LZO1B-2 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 |
-LZO1B-2 | xinitrc 739 1 450 60.9 0.000 0.000 |
-LZO1B-2 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-2 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-2 | avahi-daemon.conf 1753 1 1278 72.9 0.000 0.000 |
-LZO1B-2 | hosts 1121 1 918 81.9 0.000 0.000 |
-LZO1B-2 | sftp-ssh.service 1075 1 853 79.3 0.000 0.000 |
-LZO1B-2 | ssh.service 1071 1 852 79.6 0.000 0.000 |
-LZO1B-2 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-2 | perf 6321 1 3068 48.5 0.000 0.000 |
-LZO1B-2 | quilt 7117 1 2780 39.1 0.000 0.000 |
-LZO1B-2 | bindresvport.blacklist 429 1 340 79.3 0.000 0.000 |
-LZO1B-2 | input.conf 397 1 353 88.9 0.000 0.000 |
-LZO1B-2 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-2 | build 528 1 282 53.4 0.000 0.000 |
-LZO1B-2 | busybox.links.nosuid 2358 1 1237 52.5 0.000 0.000 |
-LZO1B-2 | busybox.links.suid 91 1 71 78.0 0.000 0.000 |
-LZO1B-2 | ca-certificates.conf 5340 1 2025 37.9 0.000 0.000 |
-LZO1B-2 | pap 653 1 554 84.8 0.000 0.000 |
-LZO1B-2 | logrotate 189 1 156 82.5 0.000 0.000 |
-LZO1B-2 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-2 | crontab 653 1 426 65.2 0.000 0.000 |
-LZO1B-2 | session.conf 838 1 636 75.9 0.000 0.000 |
-LZO1B-2 | system.conf 833 1 634 76.1 0.000 0.000 |
-LZO1B-2 | ConsoleKit.conf 7305 1 972 13.3 0.000 0.000 |
-LZO1B-2 | avahi-dbus.conf 1138 1 553 48.6 0.000 0.000 |
-LZO1B-2 | bluetooth.conf 1315 1 708 53.8 0.000 0.000 |
-LZO1B-2 | dbus-wpa_supplicant.conf 743 1 352 47.4 0.000 0.000 |
-LZO1B-2 | ofono.conf 1063 1 608 57.2 0.000 0.000 |
-LZO1B-2 | pulseaudio-system.conf 1084 1 865 79.8 0.000 0.000 |
-LZO1B-2 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-2 | distcc 535 1 448 83.7 0.000 0.000 |
-LZO1B-2 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-2 | postinst 52 1 57 110 0.000 0.000 |
-LZO1B-2 | rcS 1040 1 801 77.0 0.000 0.000 |
-LZO1B-2 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-2 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-2 | useradd 117 1 122 104 0.000 0.000 |
-LZO1B-2 | 00_core 1637 1 1055 64.4 0.000 0.000 |
-LZO1B-2 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-2 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-2 | 99_sshd 75 1 67 89.3 0.000 0.000 |
-LZO1B-2 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-2 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-2 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-2 | clients.allow 1582 1 1154 72.9 0.000 0.000 |
-LZO1B-2 | commands.allow.sh 1763 1 1111 63.0 0.000 0.000 |
-LZO1B-2 | hosts 203 1 181 89.2 0.000 0.000 |
-LZO1B-2 | automatic.conf 2569 1 1368 53.3 0.000 0.000 |
-LZO1B-2 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-2 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-2 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-2 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-2 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-2 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-2 | 30-liberation-aliases.conf 419 1 233 55.6 0.000 0.000 |
-LZO1B-2 | README 978 1 739 75.6 0.000 0.000 |
-LZO1B-2 | fonts.conf 2532 1 1483 58.6 0.000 0.000 |
-LZO1B-2 | config 1032 1 446 43.2 0.000 0.000 |
-LZO1B-2 | fstab 637 1 385 60.4 0.000 0.000 |
-LZO1B-2 | path 1448 1 903 62.4 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 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 606 28.1 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 |
-LZO1B-2 | %gconf.xml 515 1 312 60.6 0.000 0.000 |
-LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-2 | %gconf.xml 5626 1 1709 30.4 0.000 0.000 |
-LZO1B-2 | settings-daemon.schemas 7202 1 1822 25.3 0.000 0.000 |
-LZO1B-2 | group 620 1 542 87.4 0.000 0.000 |
-LZO1B-2 | gshadow 514 1 380 73.9 0.000 0.000 |
-LZO1B-2 | im-multipress.conf 890 1 792 89.0 0.000 0.000 |
-LZO1B-2 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-2 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-2 | hosts 257 1 206 80.2 0.000 0.000 |
-LZO1B-2 | alsa-state 811 1 536 66.1 0.000 0.000 |
-LZO1B-2 | atd 578 1 401 69.4 0.000 0.000 |
-LZO1B-2 | avahi-daemon 4491 1 2608 58.1 0.000 0.000 |
-LZO1B-2 | banner.sh 492 1 304 61.8 0.000 0.000 |
-LZO1B-2 | bluetooth 1253 1 789 63.0 0.000 0.000 |
-LZO1B-2 | bootlogd 1997 1 1256 62.9 0.000 0.000 |
-LZO1B-2 | bootmisc.sh 2017 1 1388 68.8 0.000 0.000 |
-LZO1B-2 | checkroot.sh 3591 1 2341 65.2 0.000 0.000 |
-LZO1B-2 | connman 1462 1 976 66.8 0.000 0.000 |
-LZO1B-2 | crond 1235 1 825 66.8 0.000 0.000 |
-LZO1B-2 | dbus-1 2887 1 1813 62.8 0.000 0.000 |
-LZO1B-2 | devpts.sh 526 1 395 75.1 0.000 0.000 |
-LZO1B-2 | distcc 2863 1 1696 59.2 0.000 0.000 |
-LZO1B-2 | dmesg.sh 352 1 252 71.6 0.000 0.000 |
-LZO1B-2 | functions 2141 1 1356 63.3 0.000 0.000 |
-LZO1B-2 | halt 510 1 409 80.2 0.000 0.000 |
-LZO1B-2 | hostname.sh 580 1 429 74.0 0.000 0.000 |
-LZO1B-2 | hwclock.sh 2541 1 1344 52.9 0.000 0.000 |
-LZO1B-2 | kdump 2989 1 1443 48.3 0.000 0.000 |
-LZO1B-2 | mdmonitor 1773 1 1075 60.6 0.000 0.000 |
-LZO1B-2 | modutils.sh 1223 1 784 64.1 0.000 0.000 |
-LZO1B-2 | mountall.sh 869 1 667 76.8 0.000 0.000 |
-LZO1B-2 | mountnfs.sh 1589 1 947 59.6 0.000 0.000 |
-LZO1B-2 | networking 1956 1 1038 53.1 0.000 0.000 |
-LZO1B-2 | nfscommon 1609 1 1007 62.6 0.000 0.000 |
-LZO1B-2 | nfsserver 3326 1 1915 57.6 0.000 0.000 |
-LZO1B-2 | ofono 516 1 377 73.1 0.000 0.000 |
-LZO1B-2 | populate-volatile.sh 7826 1 3574 45.7 0.000 0.000 |
-LZO1B-2 | ppp 1231 1 707 57.4 0.000 0.000 |
-LZO1B-2 | psplash.sh 647 1 454 70.2 0.000 0.000 |
-LZO1B-2 | rc 4457 1 2599 58.3 0.000 0.000 |
-LZO1B-2 | rcS 525 1 448 85.3 0.000 0.000 |
-LZO1B-2 | read-only-rootfs-hook.sh 1273 1 880 69.1 0.000 0.000 |
-LZO1B-2 | reboot 289 1 226 78.2 0.000 0.000 |
-LZO1B-2 | rmnologin.sh 585 1 386 66.0 0.000 0.000 |
-LZO1B-2 | rng-tools 1029 1 514 50.0 0.000 0.000 |
-LZO1B-2 | rpcbind 1827 1 973 53.3 0.000 0.000 |
-LZO1B-2 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-2 | save-rtc.sh 429 1 326 76.0 0.000 0.000 |
-LZO1B-2 | sendsigs 438 1 307 70.1 0.000 0.000 |
-LZO1B-2 | single 578 1 432 74.7 0.000 0.000 |
-LZO1B-2 | sshd 2029 1 1064 52.4 0.000 0.000 |
-LZO1B-2 | sysfs.sh 907 1 482 53.1 0.000 0.000 |
-LZO1B-2 | syslog 1715 1 891 52.0 0.000 0.000 |
-LZO1B-2 | tcf-agent 1298 1 750 57.8 0.000 0.000 |
-LZO1B-2 | udev 2779 1 1676 60.3 0.000 0.000 |
-LZO1B-2 | umountfs 540 1 410 75.9 0.000 0.000 |
-LZO1B-2 | umountnfs.sh 711 1 532 74.8 0.000 0.000 |
-LZO1B-2 | urandom 1473 1 960 65.2 0.000 0.000 |
-LZO1B-2 | xserver-nodm 1436 1 1000 69.6 0.000 0.000 |
-LZO1B-2 | inittab 1145 1 806 70.4 0.000 0.000 |
-LZO1B-2 | inputrc 1633 1 1071 65.6 0.000 0.000 |
-LZO1B-2 | bpf_pinning 85 1 88 104 0.000 0.000 |
-LZO1B-2 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-2 | group 31 1 35 113 0.000 0.000 |
-LZO1B-2 | nl_protos 262 1 265 101 0.000 0.000 |
-LZO1B-2 | rt_dsfield 331 1 279 84.3 0.000 0.000 |
-LZO1B-2 | rt_protos 201 1 203 101 0.000 0.000 |
-LZO1B-2 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1B-2 | rt_scopes 92 1 92 100 0.000 0.000 |
-LZO1B-2 | rt_tables 87 1 89 102 0.000 0.000 |
-LZO1B-2 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-2 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-2 | ld.so.cache 57193 1 18012 31.5 0.000 0.000 |
-LZO1B-2 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-2 | classid 1130 1 652 57.7 0.000 0.000 |
-LZO1B-2 | pktloc 1532 1 872 56.9 0.000 0.000 |
-LZO1B-2 | collect_dnf.conf 813 1 514 63.2 0.000 0.000 |
-LZO1B-2 | limits 827 1 642 77.6 0.000 0.000 |
-LZO1B-2 | login.access 2006 1 1323 66.0 0.000 0.000 |
-LZO1B-2 | login.defs 11030 1 6485 58.8 0.000 0.000 |
-LZO1B-2 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 |
-LZO1B-2 | logrotate.conf 434 1 365 84.1 0.000 0.000 |
-LZO1B-2 | btmp 130 1 120 92.3 0.000 0.000 |
-LZO1B-2 | dnf 526 1 139 26.4 0.000 0.000 |
-LZO1B-2 | wtmp 145 1 133 91.7 0.000 0.000 |
-LZO1B-2 | kbdconfig 721 1 550 76.3 0.000 0.000 |
-LZO1B-2 | session 630 1 468 74.3 0.000 0.000 |
-LZO1B-2 | mdadm.conf 2687 1 1905 70.9 0.000 0.000 |
-LZO1B-2 | mke2fs.conf 832 1 495 59.5 0.000 0.000 |
-LZO1B-2 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-2 | netconfig 767 1 469 61.1 0.000 0.000 |
-LZO1B-2 | nfsroot 809 1 546 67.5 0.000 0.000 |
-LZO1B-2 | wpa-supplicant 1999 1 968 48.4 0.000 0.000 |
-LZO1B-2 | interfaces 129 1 123 95.3 0.000 0.000 |
-LZO1B-2 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-2 | nfs-utils.conf 1087 1 755 69.5 0.000 0.000 |
-LZO1B-2 | nfsmount.conf 3606 1 2063 57.2 0.000 0.000 |
-LZO1B-2 | nsswitch.conf 497 1 376 75.7 0.000 0.000 |
-LZO1B-2 | phonesim.conf 361 1 310 85.9 0.000 0.000 |
-LZO1B-2 | arch.conf 105 1 79 75.2 0.000 0.000 |
-LZO1B-2 | opkg.conf 845 1 606 71.7 0.000 0.000 |
-LZO1B-2 | passwd 1006 1 681 67.7 0.000 0.000 |
-LZO1B-2 | cert9.db 28672 1 1001 3.5 0.000 0.000 |
-LZO1B-2 | key4.db 36864 1 1254 3.4 0.000 0.000 |
-LZO1B-2 | pkcs11.txt 425 1 366 86.1 0.000 0.000 |
-LZO1B-2 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-2 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-2 | ip-down 1454 1 1037 71.3 0.000 0.000 |
-LZO1B-2 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-2 | ip-up 1452 1 1037 71.4 0.000 0.000 |
-LZO1B-2 | 08setupdns 292 1 188 64.4 0.000 0.000 |
-LZO1B-2 | options 5 1 9 180 0.000 0.000 |
-LZO1B-2 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-2 | provider 1093 1 835 76.4 0.000 0.000 |
-LZO1B-2 | ppp_on_boot 573 1 467 81.5 0.000 0.000 |
-LZO1B-2 | profile 984 1 803 81.6 0.000 0.000 |
-LZO1B-2 | bash_completion.sh 672 1 421 62.6 0.000 0.000 |
-LZO1B-2 | distcc.sh 68 1 65 95.6 0.000 0.000 |
-LZO1B-2 | gawk.csh 1107 1 296 26.7 0.000 0.000 |
-LZO1B-2 | gawk.sh 757 1 239 31.6 0.000 0.000 |
-LZO1B-2 | protocols 2932 1 2130 72.6 0.000 0.000 |
-LZO1B-2 | client.conf 1233 1 975 79.1 0.000 0.000 |
-LZO1B-2 | 50-sato.conf 447 1 376 84.1 0.000 0.000 |
-LZO1B-2 | daemon.conf 2374 1 1613 67.9 0.000 0.000 |
-LZO1B-2 | default.pa 4933 1 2704 54.8 0.000 0.000 |
-LZO1B-2 | system.pa 2078 1 1355 65.2 0.000 0.000 |
-LZO1B-2 | quilt.quiltrc 1347 1 931 69.1 0.000 0.000 |
-LZO1B-2 | quotagrpadmins 220 1 203 92.3 0.000 0.000 |
-LZO1B-2 | quotatab 261 1 225 86.2 0.000 0.000 |
-LZO1B-2 | rpc 895 1 683 76.3 0.000 0.000 |
-LZO1B-2 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-2 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-2 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-2 | rpmrc 111 1 87 78.4 0.000 0.000 |
-LZO1B-2 | securetty 1848 1 1306 70.7 0.000 0.000 |
-LZO1B-2 | services 18790 1 10510 55.9 0.000 0.000 |
-LZO1B-2 | shadow 619 1 230 37.2 0.000 0.000 |
-LZO1B-2 | shells 52 1 50 96.2 0.000 0.000 |
-LZO1B-2 | .bashrc 410 1 333 81.2 0.000 0.000 |
-LZO1B-2 | .profile 241 1 226 93.8 0.000 0.000 |
-LZO1B-2 | slsh.rc 2030 1 1056 52.0 0.000 0.000 |
-LZO1B-2 | moduli 577388 3 30284 5.2 514.262 0.000 |
-LZO1B-2 | ssh_config 1548 1 1068 69.0 0.000 0.000 |
-LZO1B-2 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 |
-LZO1B-2 | ssh_host_ecdsa_key.pub 176 1 171 97.2 0.000 0.000 |
-LZO1B-2 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 |
-LZO1B-2 | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1B-2 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 |
-LZO1B-2 | ssh_host_rsa_key.pub 568 1 572 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 157466 78.7 64.863 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 |
-LZO1B-2 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-2 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1B-2 | sysctl.conf 2128 1 1618 76.0 0.000 0.000 |
-LZO1B-2 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 |
-LZO1B-2 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-2 | ansi 1481 1 768 51.9 0.000 0.000 |
-LZO1B-2 | dumb 308 1 73 23.7 0.000 0.000 |
-LZO1B-2 | linux 1730 1 1033 59.7 0.000 0.000 |
-LZO1B-2 | rxvt 2286 1 1584 69.3 0.000 0.000 |
-LZO1B-2 | screen 1587 1 943 59.4 0.000 0.000 |
-LZO1B-2 | screen-256color 1677 1 988 58.9 0.000 0.000 |
-LZO1B-2 | sun 1004 1 523 52.1 0.000 0.000 |
-LZO1B-2 | vt100 1190 1 755 63.4 0.000 0.000 |
-LZO1B-2 | vt102 1184 1 761 64.3 0.000 0.000 |
-LZO1B-2 | vt200 1377 1 939 68.2 0.000 0.000 |
-LZO1B-2 | vt220 1377 1 939 68.2 0.000 0.000 |
-LZO1B-2 | vt52 470 1 239 50.9 0.000 0.000 |
-LZO1B-2 | xterm-256color 3641 1 2540 69.8 0.000 0.000 |
-LZO1B-2 | xterm-color 1551 1 803 51.8 0.000 0.000 |
-LZO1B-2 | xterm-xfree86 2240 1 1401 62.5 0.000 0.000 |
-LZO1B-2 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-2 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-2 | mount.blacklist 51 1 44 86.3 0.000 0.000 |
-LZO1B-2 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-2 | automount.rules 847 1 577 68.1 0.000 0.000 |
-LZO1B-2 | autonet.rules 757 1 547 72.3 0.000 0.000 |
-LZO1B-2 | local.rules 885 1 669 75.6 0.000 0.000 |
-LZO1B-2 | localextra.rules 843 1 622 73.8 0.000 0.000 |
-LZO1B-2 | mount.sh 4232 1 2265 53.5 0.000 0.000 |
-LZO1B-2 | network.sh 1402 1 1046 74.6 0.000 0.000 |
-LZO1B-2 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-2 | 50default 2634 1 1176 44.6 0.000 0.000 |
-LZO1B-2 | version 15 1 19 127 0.000 0.000 |
-LZO1B-2 | volatile.cache 5955 1 1549 26.0 0.000 0.000 |
-LZO1B-2 | 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 |
-LZO1B-2 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 |
-LZO1B-2 | gsettings-data-convert.desktop 7741 1 4721 61.0 0.000 0.000 |
-LZO1B-2 | pulseaudio.desktop 4973 1 2443 49.1 0.000 0.000 |
-LZO1B-2 | xinput_calibrator.desktop 299 1 239 79.9 0.000 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*** 4506 1.0 1480 72.1 115.197 0.000
-LZO1B-2 ***TOTALS*** 1243893 278 408531 32.8 115.197 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-3 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-3 | Xsession 755 1 514 68.1 0.000 0.000 |
-LZO1B-3 | 13xdgbasedirs.sh 550 1 469 85.3 0.000 0.000 |
-LZO1B-3 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-3 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-3 | 80matchboxkeyboard.sh 631 1 408 64.7 0.000 0.000 |
-LZO1B-3 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 |
-LZO1B-3 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 |
-LZO1B-3 | xinitrc 739 1 450 60.9 0.000 0.000 |
-LZO1B-3 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-3 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-3 | avahi-daemon.conf 1753 1 1270 72.4 0.000 0.000 |
-LZO1B-3 | hosts 1121 1 913 81.4 0.000 0.000 |
-LZO1B-3 | sftp-ssh.service 1075 1 848 78.9 0.000 0.000 |
-LZO1B-3 | ssh.service 1071 1 847 79.1 0.000 0.000 |
-LZO1B-3 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-3 | perf 6321 1 3052 48.3 0.000 0.000 |
-LZO1B-3 | quilt 7117 1 2756 38.7 0.000 0.000 |
-LZO1B-3 | bindresvport.blacklist 429 1 343 80.0 0.000 0.000 |
-LZO1B-3 | input.conf 397 1 353 88.9 0.000 0.000 |
-LZO1B-3 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-3 | build 528 1 285 54.0 0.000 0.000 |
-LZO1B-3 | busybox.links.nosuid 2358 1 1230 52.2 0.000 0.000 |
-LZO1B-3 | busybox.links.suid 91 1 71 78.0 0.000 0.000 |
-LZO1B-3 | ca-certificates.conf 5340 1 2023 37.9 0.000 0.000 |
-LZO1B-3 | pap 653 1 550 84.2 0.000 0.000 |
-LZO1B-3 | logrotate 189 1 156 82.5 0.000 0.000 |
-LZO1B-3 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-3 | crontab 653 1 422 64.6 0.000 0.000 |
-LZO1B-3 | session.conf 838 1 633 75.5 0.000 0.000 |
-LZO1B-3 | system.conf 833 1 631 75.8 0.000 0.000 |
-LZO1B-3 | ConsoleKit.conf 7305 1 978 13.4 0.000 0.000 |
-LZO1B-3 | avahi-dbus.conf 1138 1 554 48.7 0.000 0.000 |
-LZO1B-3 | bluetooth.conf 1315 1 707 53.8 0.000 0.000 |
-LZO1B-3 | dbus-wpa_supplicant.conf 743 1 356 47.9 0.000 0.000 |
-LZO1B-3 | ofono.conf 1063 1 608 57.2 0.000 0.000 |
-LZO1B-3 | pulseaudio-system.conf 1084 1 860 79.3 0.000 0.000 |
-LZO1B-3 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-3 | distcc 535 1 446 83.4 0.000 0.000 |
-LZO1B-3 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-3 | postinst 52 1 57 110 0.000 0.000 |
-LZO1B-3 | rcS 1040 1 799 76.8 0.000 0.000 |
-LZO1B-3 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-3 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-3 | useradd 117 1 122 104 0.000 0.000 |
-LZO1B-3 | 00_core 1637 1 1050 64.1 0.000 0.000 |
-LZO1B-3 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-3 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-3 | 99_sshd 75 1 67 89.3 0.000 0.000 |
-LZO1B-3 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-3 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-3 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-3 | clients.allow 1582 1 1140 72.1 0.000 0.000 |
-LZO1B-3 | commands.allow.sh 1763 1 1101 62.5 0.000 0.000 |
-LZO1B-3 | hosts 203 1 181 89.2 0.000 0.000 |
-LZO1B-3 | automatic.conf 2569 1 1357 52.8 0.000 0.000 |
-LZO1B-3 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-3 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-3 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-3 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-3 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-3 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-3 | 30-liberation-aliases.conf 419 1 233 55.6 0.000 0.000 |
-LZO1B-3 | README 978 1 735 75.2 0.000 0.000 |
-LZO1B-3 | fonts.conf 2532 1 1480 58.5 0.000 0.000 |
-LZO1B-3 | config 1032 1 445 43.1 0.000 0.000 |
-LZO1B-3 | fstab 637 1 390 61.2 0.000 0.000 |
-LZO1B-3 | path 1448 1 897 61.9 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 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 608 28.2 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 |
-LZO1B-3 | %gconf.xml 515 1 312 60.6 0.000 0.000 |
-LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-3 | %gconf.xml 5626 1 1710 30.4 0.000 0.000 |
-LZO1B-3 | settings-daemon.schemas 7202 1 1821 25.3 0.000 0.000 |
-LZO1B-3 | group 620 1 542 87.4 0.000 0.000 |
-LZO1B-3 | gshadow 514 1 380 73.9 0.000 0.000 |
-LZO1B-3 | im-multipress.conf 890 1 794 89.2 0.000 0.000 |
-LZO1B-3 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-3 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-3 | hosts 257 1 206 80.2 0.000 0.000 |
-LZO1B-3 | alsa-state 811 1 533 65.7 0.000 0.000 |
-LZO1B-3 | atd 578 1 399 69.0 0.000 0.000 |
-LZO1B-3 | avahi-daemon 4491 1 2591 57.7 0.000 0.000 |
-LZO1B-3 | banner.sh 492 1 304 61.8 0.000 0.000 |
-LZO1B-3 | bluetooth 1253 1 787 62.8 0.000 0.000 |
-LZO1B-3 | bootlogd 1997 1 1238 62.0 0.000 0.000 |
-LZO1B-3 | bootmisc.sh 2017 1 1393 69.1 0.000 0.000 |
-LZO1B-3 | checkroot.sh 3591 1 2329 64.9 0.000 0.000 |
-LZO1B-3 | connman 1462 1 976 66.8 0.000 0.000 |
-LZO1B-3 | crond 1235 1 818 66.2 0.000 0.000 |
-LZO1B-3 | dbus-1 2887 1 1807 62.6 0.000 0.000 |
-LZO1B-3 | devpts.sh 526 1 395 75.1 0.000 0.000 |
-LZO1B-3 | distcc 2863 1 1692 59.1 0.000 0.000 |
-LZO1B-3 | dmesg.sh 352 1 252 71.6 0.000 0.000 |
-LZO1B-3 | functions 2141 1 1353 63.2 0.000 0.000 |
-LZO1B-3 | halt 510 1 409 80.2 0.000 0.000 |
-LZO1B-3 | hostname.sh 580 1 429 74.0 0.000 0.000 |
-LZO1B-3 | hwclock.sh 2541 1 1344 52.9 0.000 0.000 |
-LZO1B-3 | kdump 2989 1 1438 48.1 0.000 0.000 |
-LZO1B-3 | mdmonitor 1773 1 1067 60.2 0.000 0.000 |
-LZO1B-3 | modutils.sh 1223 1 783 64.0 0.000 0.000 |
-LZO1B-3 | mountall.sh 869 1 665 76.5 0.000 0.000 |
-LZO1B-3 | mountnfs.sh 1589 1 947 59.6 0.000 0.000 |
-LZO1B-3 | networking 1956 1 1038 53.1 0.000 0.000 |
-LZO1B-3 | nfscommon 1609 1 1000 62.2 0.000 0.000 |
-LZO1B-3 | nfsserver 3326 1 1897 57.0 0.000 0.000 |
-LZO1B-3 | ofono 516 1 378 73.3 0.000 0.000 |
-LZO1B-3 | populate-volatile.sh 7826 1 3558 45.5 0.000 0.000 |
-LZO1B-3 | ppp 1231 1 703 57.1 0.000 0.000 |
-LZO1B-3 | psplash.sh 647 1 453 70.0 0.000 0.000 |
-LZO1B-3 | rc 4457 1 2592 58.2 0.000 0.000 |
-LZO1B-3 | rcS 525 1 448 85.3 0.000 0.000 |
-LZO1B-3 | read-only-rootfs-hook.sh 1273 1 879 69.0 0.000 0.000 |
-LZO1B-3 | reboot 289 1 226 78.2 0.000 0.000 |
-LZO1B-3 | rmnologin.sh 585 1 384 65.6 0.000 0.000 |
-LZO1B-3 | rng-tools 1029 1 514 50.0 0.000 0.000 |
-LZO1B-3 | rpcbind 1827 1 979 53.6 0.000 0.000 |
-LZO1B-3 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-3 | save-rtc.sh 429 1 327 76.2 0.000 0.000 |
-LZO1B-3 | sendsigs 438 1 307 70.1 0.000 0.000 |
-LZO1B-3 | single 578 1 430 74.4 0.000 0.000 |
-LZO1B-3 | sshd 2029 1 1062 52.3 0.000 0.000 |
-LZO1B-3 | sysfs.sh 907 1 477 52.6 0.000 0.000 |
-LZO1B-3 | syslog 1715 1 888 51.8 0.000 0.000 |
-LZO1B-3 | tcf-agent 1298 1 747 57.6 0.000 0.000 |
-LZO1B-3 | udev 2779 1 1662 59.8 0.000 0.000 |
-LZO1B-3 | umountfs 540 1 408 75.6 0.000 0.000 |
-LZO1B-3 | umountnfs.sh 711 1 529 74.4 0.000 0.000 |
-LZO1B-3 | urandom 1473 1 960 65.2 0.000 0.000 |
-LZO1B-3 | xserver-nodm 1436 1 998 69.5 0.000 0.000 |
-LZO1B-3 | inittab 1145 1 804 70.2 0.000 0.000 |
-LZO1B-3 | inputrc 1633 1 1065 65.2 0.000 0.000 |
-LZO1B-3 | bpf_pinning 85 1 88 104 0.000 0.000 |
-LZO1B-3 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-3 | group 31 1 35 113 0.000 0.000 |
-LZO1B-3 | nl_protos 262 1 265 101 0.000 0.000 |
-LZO1B-3 | rt_dsfield 331 1 279 84.3 0.000 0.000 |
-LZO1B-3 | rt_protos 201 1 203 101 0.000 0.000 |
-LZO1B-3 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1B-3 | rt_scopes 92 1 92 100 0.000 0.000 |
-LZO1B-3 | rt_tables 87 1 89 102 0.000 0.000 |
-LZO1B-3 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-3 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-3 | ld.so.cache 57193 1 18126 31.7 0.000 0.000 |
-LZO1B-3 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-3 | classid 1130 1 652 57.7 0.000 0.000 |
-LZO1B-3 | pktloc 1532 1 869 56.7 0.000 0.000 |
-LZO1B-3 | collect_dnf.conf 813 1 516 63.5 0.000 0.000 |
-LZO1B-3 | limits 827 1 642 77.6 0.000 0.000 |
-LZO1B-3 | login.access 2006 1 1318 65.7 0.000 0.000 |
-LZO1B-3 | login.defs 11030 1 6438 58.4 0.000 0.000 |
-LZO1B-3 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 |
-LZO1B-3 | logrotate.conf 434 1 365 84.1 0.000 0.000 |
-LZO1B-3 | btmp 130 1 120 92.3 0.000 0.000 |
-LZO1B-3 | dnf 526 1 139 26.4 0.000 0.000 |
-LZO1B-3 | wtmp 145 1 133 91.7 0.000 0.000 |
-LZO1B-3 | kbdconfig 721 1 548 76.0 0.000 0.000 |
-LZO1B-3 | session 630 1 468 74.3 0.000 0.000 |
-LZO1B-3 | mdadm.conf 2687 1 1894 70.5 0.000 0.000 |
-LZO1B-3 | mke2fs.conf 832 1 499 60.0 0.000 0.000 |
-LZO1B-3 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-3 | netconfig 767 1 471 61.4 0.000 0.000 |
-LZO1B-3 | nfsroot 809 1 544 67.2 0.000 0.000 |
-LZO1B-3 | wpa-supplicant 1999 1 962 48.1 0.000 0.000 |
-LZO1B-3 | interfaces 129 1 123 95.3 0.000 0.000 |
-LZO1B-3 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-3 | nfs-utils.conf 1087 1 748 68.8 0.000 0.000 |
-LZO1B-3 | nfsmount.conf 3606 1 2058 57.1 0.000 0.000 |
-LZO1B-3 | nsswitch.conf 497 1 376 75.7 0.000 0.000 |
-LZO1B-3 | phonesim.conf 361 1 310 85.9 0.000 0.000 |
-LZO1B-3 | arch.conf 105 1 79 75.2 0.000 0.000 |
-LZO1B-3 | opkg.conf 845 1 606 71.7 0.000 0.000 |
-LZO1B-3 | passwd 1006 1 668 66.4 0.000 0.000 |
-LZO1B-3 | cert9.db 28672 1 1000 3.5 0.000 0.000 |
-LZO1B-3 | key4.db 36864 1 1253 3.4 0.000 0.000 |
-LZO1B-3 | pkcs11.txt 425 1 366 86.1 0.000 0.000 |
-LZO1B-3 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-3 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-3 | ip-down 1454 1 1034 71.1 0.000 0.000 |
-LZO1B-3 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-3 | ip-up 1452 1 1035 71.3 0.000 0.000 |
-LZO1B-3 | 08setupdns 292 1 188 64.4 0.000 0.000 |
-LZO1B-3 | options 5 1 9 180 0.000 0.000 |
-LZO1B-3 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-3 | provider 1093 1 827 75.7 0.000 0.000 |
-LZO1B-3 | ppp_on_boot 573 1 467 81.5 0.000 0.000 |
-LZO1B-3 | profile 984 1 801 81.4 0.000 0.000 |
-LZO1B-3 | bash_completion.sh 672 1 419 62.4 0.000 0.000 |
-LZO1B-3 | distcc.sh 68 1 65 95.6 0.000 0.000 |
-LZO1B-3 | gawk.csh 1107 1 296 26.7 0.000 0.000 |
-LZO1B-3 | gawk.sh 757 1 239 31.6 0.000 0.000 |
-LZO1B-3 | protocols 2932 1 2126 72.5 0.000 0.000 |
-LZO1B-3 | client.conf 1233 1 967 78.4 0.000 0.000 |
-LZO1B-3 | 50-sato.conf 447 1 371 83.0 0.000 0.000 |
-LZO1B-3 | daemon.conf 2374 1 1601 67.4 0.000 0.000 |
-LZO1B-3 | default.pa 4933 1 2695 54.6 0.000 0.000 |
-LZO1B-3 | system.pa 2078 1 1342 64.6 0.000 0.000 |
-LZO1B-3 | quilt.quiltrc 1347 1 929 69.0 0.000 0.000 |
-LZO1B-3 | quotagrpadmins 220 1 203 92.3 0.000 0.000 |
-LZO1B-3 | quotatab 261 1 225 86.2 0.000 0.000 |
-LZO1B-3 | rpc 895 1 683 76.3 0.000 0.000 |
-LZO1B-3 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-3 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-3 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-3 | rpmrc 111 1 87 78.4 0.000 0.000 |
-LZO1B-3 | securetty 1848 1 1302 70.5 0.000 0.000 |
-LZO1B-3 | services 18790 1 10435 55.5 0.000 0.000 |
-LZO1B-3 | shadow 619 1 230 37.2 0.000 0.000 |
-LZO1B-3 | shells 52 1 50 96.2 0.000 0.000 |
-LZO1B-3 | .bashrc 410 1 332 81.0 0.000 0.000 |
-LZO1B-3 | .profile 241 1 226 93.8 0.000 0.000 |
-LZO1B-3 | slsh.rc 2030 1 1056 52.0 0.000 0.000 |
-LZO1B-3 | moduli 577388 3 30269 5.2 508.237 0.000 |
-LZO1B-3 | ssh_config 1548 1 1068 69.0 0.000 0.000 |
-LZO1B-3 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 |
-LZO1B-3 | ssh_host_ecdsa_key.pub 176 1 171 97.2 0.000 0.000 |
-LZO1B-3 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 |
-LZO1B-3 | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1B-3 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 |
-LZO1B-3 | ssh_host_rsa_key.pub 568 1 572 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 156906 78.4 64.315 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 |
-LZO1B-3 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-3 | kdump.conf 411 1 333 81.0 0.000 0.000 |
-LZO1B-3 | sysctl.conf 2128 1 1605 75.4 0.000 0.000 |
-LZO1B-3 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 |
-LZO1B-3 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-3 | ansi 1481 1 767 51.8 0.000 0.000 |
-LZO1B-3 | dumb 308 1 73 23.7 0.000 0.000 |
-LZO1B-3 | linux 1730 1 1029 59.5 0.000 0.000 |
-LZO1B-3 | rxvt 2286 1 1578 69.0 0.000 0.000 |
-LZO1B-3 | screen 1587 1 945 59.5 0.000 0.000 |
-LZO1B-3 | screen-256color 1677 1 991 59.1 0.000 0.000 |
-LZO1B-3 | sun 1004 1 521 51.9 0.000 0.000 |
-LZO1B-3 | vt100 1190 1 755 63.4 0.000 0.000 |
-LZO1B-3 | vt102 1184 1 760 64.2 0.000 0.000 |
-LZO1B-3 | vt200 1377 1 936 68.0 0.000 0.000 |
-LZO1B-3 | vt220 1377 1 936 68.0 0.000 0.000 |
-LZO1B-3 | vt52 470 1 239 50.9 0.000 0.000 |
-LZO1B-3 | xterm-256color 3641 1 2530 69.5 0.000 0.000 |
-LZO1B-3 | xterm-color 1551 1 803 51.8 0.000 0.000 |
-LZO1B-3 | xterm-xfree86 2240 1 1400 62.5 0.000 0.000 |
-LZO1B-3 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-3 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-3 | mount.blacklist 51 1 44 86.3 0.000 0.000 |
-LZO1B-3 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-3 | automount.rules 847 1 577 68.1 0.000 0.000 |
-LZO1B-3 | autonet.rules 757 1 547 72.3 0.000 0.000 |
-LZO1B-3 | local.rules 885 1 669 75.6 0.000 0.000 |
-LZO1B-3 | localextra.rules 843 1 622 73.8 0.000 0.000 |
-LZO1B-3 | mount.sh 4232 1 2255 53.3 0.000 0.000 |
-LZO1B-3 | network.sh 1402 1 1043 74.4 0.000 0.000 |
-LZO1B-3 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-3 | 50default 2634 1 1171 44.5 0.000 0.000 |
-LZO1B-3 | version 15 1 19 127 0.000 0.000 |
-LZO1B-3 | volatile.cache 5955 1 1558 26.2 0.000 0.000 |
-LZO1B-3 | 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 |
-LZO1B-3 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 |
-LZO1B-3 | gsettings-data-convert.desktop 7741 1 4696 60.7 0.000 0.000 |
-LZO1B-3 | pulseaudio.desktop 4973 1 2437 49.0 0.000 0.000 |
-LZO1B-3 | xinput_calibrator.desktop 299 1 239 79.9 0.000 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*** 4506 1.0 1475 72.0 114.182 0.000
-LZO1B-3 ***TOTALS*** 1243893 278 407358 32.7 114.182 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-4 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-4 | Xsession 755 1 510 67.5 0.000 0.000 |
-LZO1B-4 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 |
-LZO1B-4 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-4 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-4 | 80matchboxkeyboard.sh 631 1 400 63.4 0.000 0.000 |
-LZO1B-4 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 |
-LZO1B-4 | 90XWindowManager.sh 181 1 108 59.7 0.000 0.000 |
-LZO1B-4 | xinitrc 739 1 433 58.6 0.000 0.000 |
-LZO1B-4 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-4 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-4 | avahi-daemon.conf 1753 1 1257 71.7 0.000 0.000 |
-LZO1B-4 | hosts 1121 1 904 80.6 0.000 0.000 |
-LZO1B-4 | sftp-ssh.service 1075 1 845 78.6 0.000 0.000 |
-LZO1B-4 | ssh.service 1071 1 844 78.8 0.000 0.000 |
-LZO1B-4 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-4 | perf 6321 1 3019 47.8 0.000 0.000 |
-LZO1B-4 | quilt 7117 1 2698 37.9 0.000 0.000 |
-LZO1B-4 | bindresvport.blacklist 429 1 332 77.4 0.000 0.000 |
-LZO1B-4 | input.conf 397 1 348 87.7 0.000 0.000 |
-LZO1B-4 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-4 | build 528 1 282 53.4 0.000 0.000 |
-LZO1B-4 | busybox.links.nosuid 2358 1 1220 51.7 0.000 0.000 |
-LZO1B-4 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1B-4 | ca-certificates.conf 5340 1 1989 37.2 0.000 0.000 |
-LZO1B-4 | pap 653 1 548 83.9 0.000 0.000 |
-LZO1B-4 | logrotate 189 1 155 82.0 0.000 0.000 |
-LZO1B-4 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-4 | crontab 653 1 425 65.1 0.000 0.000 |
-LZO1B-4 | session.conf 838 1 633 75.5 0.000 0.000 |
-LZO1B-4 | system.conf 833 1 632 75.9 0.000 0.000 |
-LZO1B-4 | ConsoleKit.conf 7305 1 972 13.3 0.000 0.000 |
-LZO1B-4 | avahi-dbus.conf 1138 1 552 48.5 0.000 0.000 |
-LZO1B-4 | bluetooth.conf 1315 1 699 53.2 0.000 0.000 |
-LZO1B-4 | dbus-wpa_supplicant.conf 743 1 342 46.0 0.000 0.000 |
-LZO1B-4 | ofono.conf 1063 1 597 56.2 0.000 0.000 |
-LZO1B-4 | pulseaudio-system.conf 1084 1 849 78.3 0.000 0.000 |
-LZO1B-4 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-4 | distcc 535 1 438 81.9 0.000 0.000 |
-LZO1B-4 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-4 | postinst 52 1 56 108 0.000 0.000 |
-LZO1B-4 | rcS 1040 1 786 75.6 0.000 0.000 |
-LZO1B-4 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-4 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-4 | useradd 117 1 123 105 0.000 0.000 |
-LZO1B-4 | 00_core 1637 1 1018 62.2 0.000 0.000 |
-LZO1B-4 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-4 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-4 | 99_sshd 75 1 65 86.7 0.000 0.000 |
-LZO1B-4 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-4 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-4 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-4 | clients.allow 1582 1 1110 70.2 0.000 0.000 |
-LZO1B-4 | commands.allow.sh 1763 1 1099 62.3 0.000 0.000 |
-LZO1B-4 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1B-4 | automatic.conf 2569 1 1317 51.3 0.000 0.000 |
-LZO1B-4 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-4 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-4 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-4 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-4 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-4 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-4 | 30-liberation-aliases.conf 419 1 220 52.5 0.000 0.000 |
-LZO1B-4 | README 978 1 728 74.4 0.000 0.000 |
-LZO1B-4 | fonts.conf 2532 1 1443 57.0 0.000 0.000 |
-LZO1B-4 | config 1032 1 447 43.3 0.000 0.000 |
-LZO1B-4 | fstab 637 1 382 60.0 0.000 0.000 |
-LZO1B-4 | path 1448 1 885 61.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 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 602 27.9 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 |
-LZO1B-4 | %gconf.xml 515 1 312 60.6 0.000 0.000 |
-LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-4 | %gconf.xml 5626 1 1657 29.5 0.000 0.000 |
-LZO1B-4 | settings-daemon.schemas 7202 1 1810 25.1 0.000 0.000 |
-LZO1B-4 | group 620 1 537 86.6 0.000 0.000 |
-LZO1B-4 | gshadow 514 1 377 73.3 0.000 0.000 |
-LZO1B-4 | im-multipress.conf 890 1 785 88.2 0.000 0.000 |
-LZO1B-4 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-4 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-4 | hosts 257 1 203 79.0 0.000 0.000 |
-LZO1B-4 | alsa-state 811 1 541 66.7 0.000 0.000 |
-LZO1B-4 | atd 578 1 399 69.0 0.000 0.000 |
-LZO1B-4 | avahi-daemon 4491 1 2524 56.2 0.000 0.000 |
-LZO1B-4 | banner.sh 492 1 298 60.6 0.000 0.000 |
-LZO1B-4 | bluetooth 1253 1 782 62.4 0.000 0.000 |
-LZO1B-4 | bootlogd 1997 1 1243 62.2 0.000 0.000 |
-LZO1B-4 | bootmisc.sh 2017 1 1368 67.8 0.000 0.000 |
-LZO1B-4 | checkroot.sh 3591 1 2279 63.5 0.000 0.000 |
-LZO1B-4 | connman 1462 1 969 66.3 0.000 0.000 |
-LZO1B-4 | crond 1235 1 814 65.9 0.000 0.000 |
-LZO1B-4 | dbus-1 2887 1 1782 61.7 0.000 0.000 |
-LZO1B-4 | devpts.sh 526 1 386 73.4 0.000 0.000 |
-LZO1B-4 | distcc 2863 1 1645 57.5 0.000 0.000 |
-LZO1B-4 | dmesg.sh 352 1 247 70.2 0.000 0.000 |
-LZO1B-4 | functions 2141 1 1346 62.9 0.000 0.000 |
-LZO1B-4 | halt 510 1 403 79.0 0.000 0.000 |
-LZO1B-4 | hostname.sh 580 1 427 73.6 0.000 0.000 |
-LZO1B-4 | hwclock.sh 2541 1 1317 51.8 0.000 0.000 |
-LZO1B-4 | kdump 2989 1 1432 47.9 0.000 0.000 |
-LZO1B-4 | mdmonitor 1773 1 1062 59.9 0.000 0.000 |
-LZO1B-4 | modutils.sh 1223 1 763 62.4 0.000 0.000 |
-LZO1B-4 | mountall.sh 869 1 658 75.7 0.000 0.000 |
-LZO1B-4 | mountnfs.sh 1589 1 938 59.0 0.000 0.000 |
-LZO1B-4 | networking 1956 1 1018 52.0 0.000 0.000 |
-LZO1B-4 | nfscommon 1609 1 1000 62.2 0.000 0.000 |
-LZO1B-4 | nfsserver 3326 1 1868 56.2 0.000 0.000 |
-LZO1B-4 | ofono 516 1 371 71.9 0.000 0.000 |
-LZO1B-4 | populate-volatile.sh 7826 1 3503 44.8 0.000 0.000 |
-LZO1B-4 | ppp 1231 1 688 55.9 0.000 0.000 |
-LZO1B-4 | psplash.sh 647 1 449 69.4 0.000 0.000 |
-LZO1B-4 | rc 4457 1 2530 56.8 0.000 0.000 |
-LZO1B-4 | rcS 525 1 445 84.8 0.000 0.000 |
-LZO1B-4 | read-only-rootfs-hook.sh 1273 1 874 68.7 0.000 0.000 |
-LZO1B-4 | reboot 289 1 222 76.8 0.000 0.000 |
-LZO1B-4 | rmnologin.sh 585 1 381 65.1 0.000 0.000 |
-LZO1B-4 | rng-tools 1029 1 498 48.4 0.000 0.000 |
-LZO1B-4 | rpcbind 1827 1 962 52.7 0.000 0.000 |
-LZO1B-4 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-4 | save-rtc.sh 429 1 321 74.8 0.000 0.000 |
-LZO1B-4 | sendsigs 438 1 301 68.7 0.000 0.000 |
-LZO1B-4 | single 578 1 424 73.4 0.000 0.000 |
-LZO1B-4 | sshd 2029 1 1041 51.3 0.000 0.000 |
-LZO1B-4 | sysfs.sh 907 1 476 52.5 0.000 0.000 |
-LZO1B-4 | syslog 1715 1 882 51.4 0.000 0.000 |
-LZO1B-4 | tcf-agent 1298 1 743 57.2 0.000 0.000 |
-LZO1B-4 | udev 2779 1 1654 59.5 0.000 0.000 |
-LZO1B-4 | umountfs 540 1 406 75.2 0.000 0.000 |
-LZO1B-4 | umountnfs.sh 711 1 521 73.3 0.000 0.000 |
-LZO1B-4 | urandom 1473 1 928 63.0 0.000 0.000 |
-LZO1B-4 | xserver-nodm 1436 1 977 68.0 0.000 0.000 |
-LZO1B-4 | inittab 1145 1 789 68.9 0.000 0.000 |
-LZO1B-4 | inputrc 1633 1 1054 64.5 0.000 0.000 |
-LZO1B-4 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1B-4 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-4 | group 31 1 35 113 0.000 0.000 |
-LZO1B-4 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1B-4 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1B-4 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1B-4 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1B-4 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1B-4 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1B-4 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-4 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-4 | ld.so.cache 57193 1 17941 31.4 0.000 0.000 |
-LZO1B-4 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-4 | classid 1130 1 635 56.2 0.000 0.000 |
-LZO1B-4 | pktloc 1532 1 878 57.3 0.000 0.000 |
-LZO1B-4 | collect_dnf.conf 813 1 512 63.0 0.000 0.000 |
-LZO1B-4 | limits 827 1 635 76.8 0.000 0.000 |
-LZO1B-4 | login.access 2006 1 1303 65.0 0.000 0.000 |
-LZO1B-4 | login.defs 11030 1 6245 56.6 0.000 0.000 |
-LZO1B-4 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1B-4 | logrotate.conf 434 1 362 83.4 0.000 0.000 |
-LZO1B-4 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1B-4 | dnf 526 1 137 26.0 0.000 0.000 |
-LZO1B-4 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1B-4 | kbdconfig 721 1 538 74.6 0.000 0.000 |
-LZO1B-4 | session 630 1 464 73.7 0.000 0.000 |
-LZO1B-4 | mdadm.conf 2687 1 1861 69.3 0.000 0.000 |
-LZO1B-4 | mke2fs.conf 832 1 496 59.6 0.000 0.000 |
-LZO1B-4 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-4 | netconfig 767 1 457 59.6 0.000 0.000 |
-LZO1B-4 | nfsroot 809 1 541 66.9 0.000 0.000 |
-LZO1B-4 | wpa-supplicant 1999 1 945 47.3 0.000 0.000 |
-LZO1B-4 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1B-4 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-4 | nfs-utils.conf 1087 1 743 68.4 0.000 0.000 |
-LZO1B-4 | nfsmount.conf 3606 1 2018 56.0 0.000 0.000 |
-LZO1B-4 | nsswitch.conf 497 1 373 75.1 0.000 0.000 |
-LZO1B-4 | phonesim.conf 361 1 308 85.3 0.000 0.000 |
-LZO1B-4 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1B-4 | opkg.conf 845 1 604 71.5 0.000 0.000 |
-LZO1B-4 | passwd 1006 1 673 66.9 0.000 0.000 |
-LZO1B-4 | cert9.db 28672 1 972 3.4 0.000 0.000 |
-LZO1B-4 | key4.db 36864 1 1231 3.3 0.000 0.000 |
-LZO1B-4 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1B-4 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-4 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-4 | ip-down 1454 1 1009 69.4 0.000 0.000 |
-LZO1B-4 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-4 | ip-up 1452 1 1007 69.4 0.000 0.000 |
-LZO1B-4 | 08setupdns 292 1 188 64.4 0.000 0.000 |
-LZO1B-4 | options 5 1 9 180 0.000 0.000 |
-LZO1B-4 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-4 | provider 1093 1 815 74.6 0.000 0.000 |
-LZO1B-4 | ppp_on_boot 573 1 457 79.8 0.000 0.000 |
-LZO1B-4 | profile 984 1 796 80.9 0.000 0.000 |
-LZO1B-4 | bash_completion.sh 672 1 416 61.9 0.000 0.000 |
-LZO1B-4 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1B-4 | gawk.csh 1107 1 289 26.1 0.000 0.000 |
-LZO1B-4 | gawk.sh 757 1 234 30.9 0.000 0.000 |
-LZO1B-4 | protocols 2932 1 2078 70.9 0.000 0.000 |
-LZO1B-4 | client.conf 1233 1 959 77.8 0.000 0.000 |
-LZO1B-4 | 50-sato.conf 447 1 367 82.1 0.000 0.000 |
-LZO1B-4 | daemon.conf 2374 1 1570 66.1 0.000 0.000 |
-LZO1B-4 | default.pa 4933 1 2616 53.0 0.000 0.000 |
-LZO1B-4 | system.pa 2078 1 1314 63.2 0.000 0.000 |
-LZO1B-4 | quilt.quiltrc 1347 1 916 68.0 0.000 0.000 |
-LZO1B-4 | quotagrpadmins 220 1 201 91.4 0.000 0.000 |
-LZO1B-4 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1B-4 | rpc 895 1 672 75.1 0.000 0.000 |
-LZO1B-4 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-4 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-4 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-4 | rpmrc 111 1 86 77.5 0.000 0.000 |
-LZO1B-4 | securetty 1848 1 1222 66.1 0.000 0.000 |
-LZO1B-4 | services 18790 1 10289 54.8 0.000 0.000 |
-LZO1B-4 | shadow 619 1 228 36.8 0.000 0.000 |
-LZO1B-4 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1B-4 | .bashrc 410 1 329 80.2 0.000 0.000 |
-LZO1B-4 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1B-4 | slsh.rc 2030 1 1040 51.2 0.000 0.000 |
-LZO1B-4 | moduli 577388 3 29600 5.1 433.973 0.000 |
-LZO1B-4 | ssh_config 1548 1 1065 68.8 0.000 0.000 |
-LZO1B-4 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 |
-LZO1B-4 | ssh_host_ecdsa_key.pub 176 1 170 96.6 0.000 0.000 |
-LZO1B-4 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
-LZO1B-4 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1B-4 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1B-4 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1B-4 | sshd_config 3177 1 1986 62.5 0.000 0.000 |
-LZO1B-4 | sshd_config_readonly 3186 1 1986 62.3 0.000 0.000 |
-LZO1B-4 | ca-certificates.crt 200061 1 157387 78.7 58.405 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 |
-LZO1B-4 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-4 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1B-4 | sysctl.conf 2128 1 1569 73.7 0.000 0.000 |
-LZO1B-4 | syslog-startup.conf 651 1 544 83.6 0.000 0.000 |
-LZO1B-4 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-4 | ansi 1481 1 752 50.8 0.000 0.000 |
-LZO1B-4 | dumb 308 1 71 23.1 0.000 0.000 |
-LZO1B-4 | linux 1730 1 1039 60.1 0.000 0.000 |
-LZO1B-4 | rxvt 2286 1 1558 68.2 0.000 0.000 |
-LZO1B-4 | screen 1587 1 936 59.0 0.000 0.000 |
-LZO1B-4 | screen-256color 1677 1 979 58.4 0.000 0.000 |
-LZO1B-4 | sun 1004 1 514 51.2 0.000 0.000 |
-LZO1B-4 | vt100 1190 1 732 61.5 0.000 0.000 |
-LZO1B-4 | vt102 1184 1 742 62.7 0.000 0.000 |
-LZO1B-4 | vt200 1377 1 932 67.7 0.000 0.000 |
-LZO1B-4 | vt220 1377 1 932 67.7 0.000 0.000 |
-LZO1B-4 | vt52 470 1 235 50.0 0.000 0.000 |
-LZO1B-4 | xterm-256color 3641 1 2468 67.8 0.000 0.000 |
-LZO1B-4 | xterm-color 1551 1 801 51.6 0.000 0.000 |
-LZO1B-4 | xterm-xfree86 2240 1 1386 61.9 0.000 0.000 |
-LZO1B-4 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-4 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-4 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1B-4 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-4 | automount.rules 847 1 572 67.5 0.000 0.000 |
-LZO1B-4 | autonet.rules 757 1 545 72.0 0.000 0.000 |
-LZO1B-4 | local.rules 885 1 667 75.4 0.000 0.000 |
-LZO1B-4 | localextra.rules 843 1 616 73.1 0.000 0.000 |
-LZO1B-4 | mount.sh 4232 1 2205 52.1 0.000 0.000 |
-LZO1B-4 | network.sh 1402 1 1025 73.1 0.000 0.000 |
-LZO1B-4 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-4 | 50default 2634 1 1144 43.4 0.000 0.000 |
-LZO1B-4 | version 15 1 19 127 0.000 0.000 |
-LZO1B-4 | volatile.cache 5955 1 1522 25.6 0.000 0.000 |
-LZO1B-4 | 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 |
-LZO1B-4 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1B-4 | gsettings-data-convert.desktop 7741 1 4605 59.5 0.000 0.000 |
-LZO1B-4 | pulseaudio.desktop 4973 1 2418 48.6 0.000 0.000 |
-LZO1B-4 | xinput_calibrator.desktop 299 1 239 79.9 0.000 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*** 4506 1.0 1462 71.3 102.955 0.000
-LZO1B-4 ***TOTALS*** 1243893 278 403776 32.5 102.955 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-5 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-5 | Xsession 755 1 517 68.5 0.000 0.000 |
-LZO1B-5 | 13xdgbasedirs.sh 550 1 463 84.2 0.000 0.000 |
-LZO1B-5 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-5 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-5 | 80matchboxkeyboard.sh 631 1 398 63.1 0.000 0.000 |
-LZO1B-5 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 |
-LZO1B-5 | 90XWindowManager.sh 181 1 108 59.7 0.000 0.000 |
-LZO1B-5 | xinitrc 739 1 445 60.2 0.000 0.000 |
-LZO1B-5 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-5 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-5 | avahi-daemon.conf 1753 1 1247 71.1 0.000 0.000 |
-LZO1B-5 | hosts 1121 1 903 80.6 0.000 0.000 |
-LZO1B-5 | sftp-ssh.service 1075 1 841 78.2 0.000 0.000 |
-LZO1B-5 | ssh.service 1071 1 846 79.0 0.000 0.000 |
-LZO1B-5 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-5 | perf 6321 1 3003 47.5 0.000 0.000 |
-LZO1B-5 | quilt 7117 1 2688 37.8 0.000 0.000 |
-LZO1B-5 | bindresvport.blacklist 429 1 336 78.3 0.000 0.000 |
-LZO1B-5 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1B-5 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-5 | build 528 1 279 52.8 0.000 0.000 |
-LZO1B-5 | busybox.links.nosuid 2358 1 1211 51.4 0.000 0.000 |
-LZO1B-5 | busybox.links.suid 91 1 70 76.9 0.000 0.000 |
-LZO1B-5 | ca-certificates.conf 5340 1 1983 37.1 0.000 0.000 |
-LZO1B-5 | pap 653 1 538 82.4 0.000 0.000 |
-LZO1B-5 | logrotate 189 1 153 81.0 0.000 0.000 |
-LZO1B-5 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-5 | crontab 653 1 427 65.4 0.000 0.000 |
-LZO1B-5 | session.conf 838 1 629 75.1 0.000 0.000 |
-LZO1B-5 | system.conf 833 1 625 75.0 0.000 0.000 |
-LZO1B-5 | ConsoleKit.conf 7305 1 962 13.2 0.000 0.000 |
-LZO1B-5 | avahi-dbus.conf 1138 1 549 48.2 0.000 0.000 |
-LZO1B-5 | bluetooth.conf 1315 1 694 52.8 0.000 0.000 |
-LZO1B-5 | dbus-wpa_supplicant.conf 743 1 352 47.4 0.000 0.000 |
-LZO1B-5 | ofono.conf 1063 1 593 55.8 0.000 0.000 |
-LZO1B-5 | pulseaudio-system.conf 1084 1 845 78.0 0.000 0.000 |
-LZO1B-5 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-5 | distcc 535 1 438 81.9 0.000 0.000 |
-LZO1B-5 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-5 | postinst 52 1 56 108 0.000 0.000 |
-LZO1B-5 | rcS 1040 1 785 75.5 0.000 0.000 |
-LZO1B-5 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-5 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-5 | useradd 117 1 123 105 0.000 0.000 |
-LZO1B-5 | 00_core 1637 1 1015 62.0 0.000 0.000 |
-LZO1B-5 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-5 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-5 | 99_sshd 75 1 65 86.7 0.000 0.000 |
-LZO1B-5 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-5 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-5 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-5 | clients.allow 1582 1 1100 69.5 0.000 0.000 |
-LZO1B-5 | commands.allow.sh 1763 1 1084 61.5 0.000 0.000 |
-LZO1B-5 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1B-5 | automatic.conf 2569 1 1297 50.5 0.000 0.000 |
-LZO1B-5 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-5 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-5 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-5 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-5 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-5 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-5 | 30-liberation-aliases.conf 419 1 220 52.5 0.000 0.000 |
-LZO1B-5 | README 978 1 723 73.9 0.000 0.000 |
-LZO1B-5 | fonts.conf 2532 1 1433 56.6 0.000 0.000 |
-LZO1B-5 | config 1032 1 443 42.9 0.000 0.000 |
-LZO1B-5 | fstab 637 1 384 60.3 0.000 0.000 |
-LZO1B-5 | path 1448 1 874 60.4 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 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 605 28.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 |
-LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-5 | %gconf.xml 515 1 317 61.6 0.000 0.000 |
-LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-5 | %gconf.xml 5626 1 1642 29.2 0.000 0.000 |
-LZO1B-5 | settings-daemon.schemas 7202 1 1789 24.8 0.000 0.000 |
-LZO1B-5 | group 620 1 532 85.8 0.000 0.000 |
-LZO1B-5 | gshadow 514 1 378 73.5 0.000 0.000 |
-LZO1B-5 | im-multipress.conf 890 1 781 87.8 0.000 0.000 |
-LZO1B-5 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-5 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-5 | hosts 257 1 203 79.0 0.000 0.000 |
-LZO1B-5 | alsa-state 811 1 534 65.8 0.000 0.000 |
-LZO1B-5 | atd 578 1 390 67.5 0.000 0.000 |
-LZO1B-5 | avahi-daemon 4491 1 2490 55.4 0.000 0.000 |
-LZO1B-5 | banner.sh 492 1 298 60.6 0.000 0.000 |
-LZO1B-5 | bluetooth 1253 1 777 62.0 0.000 0.000 |
-LZO1B-5 | bootlogd 1997 1 1224 61.3 0.000 0.000 |
-LZO1B-5 | bootmisc.sh 2017 1 1347 66.8 0.000 0.000 |
-LZO1B-5 | checkroot.sh 3591 1 2254 62.8 0.000 0.000 |
-LZO1B-5 | connman 1462 1 960 65.7 0.000 0.000 |
-LZO1B-5 | crond 1235 1 808 65.4 0.000 0.000 |
-LZO1B-5 | dbus-1 2887 1 1762 61.0 0.000 0.000 |
-LZO1B-5 | devpts.sh 526 1 386 73.4 0.000 0.000 |
-LZO1B-5 | distcc 2863 1 1644 57.4 0.000 0.000 |
-LZO1B-5 | dmesg.sh 352 1 245 69.6 0.000 0.000 |
-LZO1B-5 | functions 2141 1 1322 61.7 0.000 0.000 |
-LZO1B-5 | halt 510 1 403 79.0 0.000 0.000 |
-LZO1B-5 | hostname.sh 580 1 426 73.4 0.000 0.000 |
-LZO1B-5 | hwclock.sh 2541 1 1297 51.0 0.000 0.000 |
-LZO1B-5 | kdump 2989 1 1421 47.5 0.000 0.000 |
-LZO1B-5 | mdmonitor 1773 1 1055 59.5 0.000 0.000 |
-LZO1B-5 | modutils.sh 1223 1 772 63.1 0.000 0.000 |
-LZO1B-5 | mountall.sh 869 1 660 75.9 0.000 0.000 |
-LZO1B-5 | mountnfs.sh 1589 1 924 58.1 0.000 0.000 |
-LZO1B-5 | networking 1956 1 1014 51.8 0.000 0.000 |
-LZO1B-5 | nfscommon 1609 1 982 61.0 0.000 0.000 |
-LZO1B-5 | nfsserver 3326 1 1855 55.8 0.000 0.000 |
-LZO1B-5 | ofono 516 1 373 72.3 0.000 0.000 |
-LZO1B-5 | populate-volatile.sh 7826 1 3426 43.8 0.000 0.000 |
-LZO1B-5 | ppp 1231 1 685 55.6 0.000 0.000 |
-LZO1B-5 | psplash.sh 647 1 448 69.2 0.000 0.000 |
-LZO1B-5 | rc 4457 1 2515 56.4 0.000 0.000 |
-LZO1B-5 | rcS 525 1 445 84.8 0.000 0.000 |
-LZO1B-5 | read-only-rootfs-hook.sh 1273 1 868 68.2 0.000 0.000 |
-LZO1B-5 | reboot 289 1 222 76.8 0.000 0.000 |
-LZO1B-5 | rmnologin.sh 585 1 379 64.8 0.000 0.000 |
-LZO1B-5 | rng-tools 1029 1 499 48.5 0.000 0.000 |
-LZO1B-5 | rpcbind 1827 1 961 52.6 0.000 0.000 |
-LZO1B-5 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-5 | save-rtc.sh 429 1 323 75.3 0.000 0.000 |
-LZO1B-5 | sendsigs 438 1 301 68.7 0.000 0.000 |
-LZO1B-5 | single 578 1 426 73.7 0.000 0.000 |
-LZO1B-5 | sshd 2029 1 1041 51.3 0.000 0.000 |
-LZO1B-5 | sysfs.sh 907 1 478 52.7 0.000 0.000 |
-LZO1B-5 | syslog 1715 1 881 51.4 0.000 0.000 |
-LZO1B-5 | tcf-agent 1298 1 729 56.2 0.000 0.000 |
-LZO1B-5 | udev 2779 1 1621 58.3 0.000 0.000 |
-LZO1B-5 | umountfs 540 1 404 74.8 0.000 0.000 |
-LZO1B-5 | umountnfs.sh 711 1 521 73.3 0.000 0.000 |
-LZO1B-5 | urandom 1473 1 928 63.0 0.000 0.000 |
-LZO1B-5 | xserver-nodm 1436 1 974 67.8 0.000 0.000 |
-LZO1B-5 | inittab 1145 1 788 68.8 0.000 0.000 |
-LZO1B-5 | inputrc 1633 1 1050 64.3 0.000 0.000 |
-LZO1B-5 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1B-5 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-5 | group 31 1 35 113 0.000 0.000 |
-LZO1B-5 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1B-5 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1B-5 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1B-5 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1B-5 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1B-5 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1B-5 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-5 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-5 | ld.so.cache 57193 1 19749 34.5 0.000 0.000 |
-LZO1B-5 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-5 | classid 1130 1 639 56.5 0.000 0.000 |
-LZO1B-5 | pktloc 1532 1 873 57.0 0.000 0.000 |
-LZO1B-5 | collect_dnf.conf 813 1 514 63.2 0.000 0.000 |
-LZO1B-5 | limits 827 1 633 76.5 0.000 0.000 |
-LZO1B-5 | login.access 2006 1 1275 63.6 0.000 0.000 |
-LZO1B-5 | login.defs 11030 1 6110 55.4 0.000 0.000 |
-LZO1B-5 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1B-5 | logrotate.conf 434 1 364 83.9 0.000 0.000 |
-LZO1B-5 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1B-5 | dnf 526 1 137 26.0 0.000 0.000 |
-LZO1B-5 | wtmp 145 1 131 90.3 0.000 0.000 |
-LZO1B-5 | kbdconfig 721 1 537 74.5 0.000 0.000 |
-LZO1B-5 | session 630 1 464 73.7 0.000 0.000 |
-LZO1B-5 | mdadm.conf 2687 1 1839 68.4 0.000 0.000 |
-LZO1B-5 | mke2fs.conf 832 1 491 59.0 0.000 0.000 |
-LZO1B-5 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-5 | netconfig 767 1 457 59.6 0.000 0.000 |
-LZO1B-5 | nfsroot 809 1 529 65.4 0.000 0.000 |
-LZO1B-5 | wpa-supplicant 1999 1 955 47.8 0.000 0.000 |
-LZO1B-5 | interfaces 129 1 126 97.7 0.000 0.000 |
-LZO1B-5 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-5 | nfs-utils.conf 1087 1 737 67.8 0.000 0.000 |
-LZO1B-5 | nfsmount.conf 3606 1 1986 55.1 0.000 0.000 |
-LZO1B-5 | nsswitch.conf 497 1 372 74.8 0.000 0.000 |
-LZO1B-5 | phonesim.conf 361 1 308 85.3 0.000 0.000 |
-LZO1B-5 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1B-5 | opkg.conf 845 1 603 71.4 0.000 0.000 |
-LZO1B-5 | passwd 1006 1 657 65.3 0.000 0.000 |
-LZO1B-5 | cert9.db 28672 1 964 3.4 0.000 0.000 |
-LZO1B-5 | key4.db 36864 1 1215 3.3 0.000 0.000 |
-LZO1B-5 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1B-5 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-5 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-5 | ip-down 1454 1 1009 69.4 0.000 0.000 |
-LZO1B-5 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-5 | ip-up 1452 1 1006 69.3 0.000 0.000 |
-LZO1B-5 | 08setupdns 292 1 189 64.7 0.000 0.000 |
-LZO1B-5 | options 5 1 9 180 0.000 0.000 |
-LZO1B-5 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-5 | provider 1093 1 806 73.7 0.000 0.000 |
-LZO1B-5 | ppp_on_boot 573 1 457 79.8 0.000 0.000 |
-LZO1B-5 | profile 984 1 789 80.2 0.000 0.000 |
-LZO1B-5 | bash_completion.sh 672 1 409 60.9 0.000 0.000 |
-LZO1B-5 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1B-5 | gawk.csh 1107 1 300 27.1 0.000 0.000 |
-LZO1B-5 | gawk.sh 757 1 242 32.0 0.000 0.000 |
-LZO1B-5 | protocols 2932 1 2063 70.4 0.000 0.000 |
-LZO1B-5 | client.conf 1233 1 950 77.0 0.000 0.000 |
-LZO1B-5 | 50-sato.conf 447 1 365 81.7 0.000 0.000 |
-LZO1B-5 | daemon.conf 2374 1 1558 65.6 0.000 0.000 |
-LZO1B-5 | default.pa 4933 1 2600 52.7 0.000 0.000 |
-LZO1B-5 | system.pa 2078 1 1314 63.2 0.000 0.000 |
-LZO1B-5 | quilt.quiltrc 1347 1 911 67.6 0.000 0.000 |
-LZO1B-5 | quotagrpadmins 220 1 200 90.9 0.000 0.000 |
-LZO1B-5 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1B-5 | rpc 895 1 672 75.1 0.000 0.000 |
-LZO1B-5 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-5 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-5 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-5 | rpmrc 111 1 86 77.5 0.000 0.000 |
-LZO1B-5 | securetty 1848 1 1211 65.5 0.000 0.000 |
-LZO1B-5 | services 18790 1 10178 54.2 0.000 0.000 |
-LZO1B-5 | shadow 619 1 228 36.8 0.000 0.000 |
-LZO1B-5 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1B-5 | .bashrc 410 1 328 80.0 0.000 0.000 |
-LZO1B-5 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1B-5 | slsh.rc 2030 1 1031 50.8 0.000 0.000 |
-LZO1B-5 | moduli 577388 3 29359 5.1 413.288 0.000 |
-LZO1B-5 | ssh_config 1548 1 1055 68.2 0.000 0.000 |
-LZO1B-5 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
-LZO1B-5 | ssh_host_ecdsa_key.pub 176 1 170 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.pub 96 1 100 104 0.000 0.000 |
-LZO1B-5 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1B-5 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1B-5 | sshd_config 3177 1 1962 61.8 0.000 0.000 |
-LZO1B-5 | sshd_config_readonly 3186 1 1958 61.5 0.000 0.000 |
-LZO1B-5 | ca-certificates.crt 200061 1 156980 78.5 60.014 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 |
-LZO1B-5 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-5 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1B-5 | sysctl.conf 2128 1 1565 73.5 0.000 0.000 |
-LZO1B-5 | syslog-startup.conf 651 1 542 83.3 0.000 0.000 |
-LZO1B-5 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-5 | ansi 1481 1 753 50.8 0.000 0.000 |
-LZO1B-5 | dumb 308 1 72 23.4 0.000 0.000 |
-LZO1B-5 | linux 1730 1 1020 59.0 0.000 0.000 |
-LZO1B-5 | rxvt 2286 1 1538 67.3 0.000 0.000 |
-LZO1B-5 | screen 1587 1 936 59.0 0.000 0.000 |
-LZO1B-5 | screen-256color 1677 1 981 58.5 0.000 0.000 |
-LZO1B-5 | sun 1004 1 501 49.9 0.000 0.000 |
-LZO1B-5 | vt100 1190 1 732 61.5 0.000 0.000 |
-LZO1B-5 | vt102 1184 1 739 62.4 0.000 0.000 |
-LZO1B-5 | vt200 1377 1 923 67.0 0.000 0.000 |
-LZO1B-5 | vt220 1377 1 923 67.0 0.000 0.000 |
-LZO1B-5 | vt52 470 1 235 50.0 0.000 0.000 |
-LZO1B-5 | xterm-256color 3641 1 2446 67.2 0.000 0.000 |
-LZO1B-5 | xterm-color 1551 1 796 51.3 0.000 0.000 |
-LZO1B-5 | xterm-xfree86 2240 1 1371 61.2 0.000 0.000 |
-LZO1B-5 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-5 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-5 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1B-5 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-5 | automount.rules 847 1 570 67.3 0.000 0.000 |
-LZO1B-5 | autonet.rules 757 1 543 71.7 0.000 0.000 |
-LZO1B-5 | local.rules 885 1 662 74.8 0.000 0.000 |
-LZO1B-5 | localextra.rules 843 1 614 72.8 0.000 0.000 |
-LZO1B-5 | mount.sh 4232 1 2181 51.5 0.000 0.000 |
-LZO1B-5 | network.sh 1402 1 1019 72.7 0.000 0.000 |
-LZO1B-5 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-5 | 50default 2634 1 1138 43.2 0.000 0.000 |
-LZO1B-5 | version 15 1 19 127 0.000 0.000 |
-LZO1B-5 | volatile.cache 5955 1 1515 25.4 0.000 0.000 |
-LZO1B-5 | 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 |
-LZO1B-5 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1B-5 | gsettings-data-convert.desktop 7741 1 4568 59.0 0.000 0.000 |
-LZO1B-5 | pulseaudio.desktop 4973 1 2396 48.2 0.000 0.000 |
-LZO1B-5 | xinput_calibrator.desktop 299 1 239 79.9 0.000 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*** 4506 1.0 1461 71.1 104.809 0.000
-LZO1B-5 ***TOTALS*** 1243893 278 403444 32.4 104.809 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-6 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-6 | Xsession 755 1 510 67.5 0.000 0.000 |
-LZO1B-6 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 |
-LZO1B-6 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-6 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-6 | 80matchboxkeyboard.sh 631 1 397 62.9 0.000 0.000 |
-LZO1B-6 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 |
-LZO1B-6 | 90XWindowManager.sh 181 1 108 59.7 0.000 0.000 |
-LZO1B-6 | xinitrc 739 1 434 58.7 0.000 0.000 |
-LZO1B-6 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-6 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-6 | avahi-daemon.conf 1753 1 1235 70.5 0.000 0.000 |
-LZO1B-6 | hosts 1121 1 894 79.8 0.000 0.000 |
-LZO1B-6 | sftp-ssh.service 1075 1 842 78.3 0.000 0.000 |
-LZO1B-6 | ssh.service 1071 1 845 78.9 0.000 0.000 |
-LZO1B-6 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-6 | perf 6321 1 2948 46.6 0.000 0.000 |
-LZO1B-6 | quilt 7117 1 2653 37.3 0.000 0.000 |
-LZO1B-6 | bindresvport.blacklist 429 1 333 77.6 0.000 0.000 |
-LZO1B-6 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1B-6 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-6 | build 528 1 283 53.6 0.000 0.000 |
-LZO1B-6 | busybox.links.nosuid 2358 1 1199 50.8 0.000 0.000 |
-LZO1B-6 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1B-6 | ca-certificates.conf 5340 1 1992 37.3 0.000 0.000 |
-LZO1B-6 | pap 653 1 539 82.5 0.000 0.000 |
-LZO1B-6 | logrotate 189 1 154 81.5 0.000 0.000 |
-LZO1B-6 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | crontab 653 1 424 64.9 0.000 0.000 |
-LZO1B-6 | session.conf 838 1 625 74.6 0.000 0.000 |
-LZO1B-6 | system.conf 833 1 620 74.4 0.000 0.000 |
-LZO1B-6 | ConsoleKit.conf 7305 1 939 12.9 0.000 0.000 |
-LZO1B-6 | avahi-dbus.conf 1138 1 550 48.3 0.000 0.000 |
-LZO1B-6 | bluetooth.conf 1315 1 694 52.8 0.000 0.000 |
-LZO1B-6 | dbus-wpa_supplicant.conf 743 1 351 47.2 0.000 0.000 |
-LZO1B-6 | ofono.conf 1063 1 595 56.0 0.000 0.000 |
-LZO1B-6 | pulseaudio-system.conf 1084 1 845 78.0 0.000 0.000 |
-LZO1B-6 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-6 | distcc 535 1 437 81.7 0.000 0.000 |
-LZO1B-6 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-6 | postinst 52 1 56 108 0.000 0.000 |
-LZO1B-6 | rcS 1040 1 779 74.9 0.000 0.000 |
-LZO1B-6 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-6 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | useradd 117 1 123 105 0.000 0.000 |
-LZO1B-6 | 00_core 1637 1 1002 61.2 0.000 0.000 |
-LZO1B-6 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-6 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-6 | 99_sshd 75 1 65 86.7 0.000 0.000 |
-LZO1B-6 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-6 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-6 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-6 | clients.allow 1582 1 1102 69.7 0.000 0.000 |
-LZO1B-6 | commands.allow.sh 1763 1 1068 60.6 0.000 0.000 |
-LZO1B-6 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1B-6 | automatic.conf 2569 1 1305 50.8 0.000 0.000 |
-LZO1B-6 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-6 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-6 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-6 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-6 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-6 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-6 | 30-liberation-aliases.conf 419 1 218 52.0 0.000 0.000 |
-LZO1B-6 | README 978 1 722 73.8 0.000 0.000 |
-LZO1B-6 | fonts.conf 2532 1 1415 55.9 0.000 0.000 |
-LZO1B-6 | config 1032 1 443 42.9 0.000 0.000 |
-LZO1B-6 | fstab 637 1 380 59.7 0.000 0.000 |
-LZO1B-6 | path 1448 1 866 59.8 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 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 605 28.0 0.000 0.000 |
-LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | %gconf.xml 515 1 313 60.8 0.000 0.000 |
-LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | %gconf.xml 5626 1 1636 29.1 0.000 0.000 |
-LZO1B-6 | settings-daemon.schemas 7202 1 1789 24.8 0.000 0.000 |
-LZO1B-6 | group 620 1 532 85.8 0.000 0.000 |
-LZO1B-6 | gshadow 514 1 374 72.8 0.000 0.000 |
-LZO1B-6 | im-multipress.conf 890 1 779 87.5 0.000 0.000 |
-LZO1B-6 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-6 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-6 | hosts 257 1 201 78.2 0.000 0.000 |
-LZO1B-6 | alsa-state 811 1 528 65.1 0.000 0.000 |
-LZO1B-6 | atd 578 1 393 68.0 0.000 0.000 |
-LZO1B-6 | avahi-daemon 4491 1 2485 55.3 0.000 0.000 |
-LZO1B-6 | banner.sh 492 1 296 60.2 0.000 0.000 |
-LZO1B-6 | bluetooth 1253 1 776 61.9 0.000 0.000 |
-LZO1B-6 | bootlogd 1997 1 1217 60.9 0.000 0.000 |
-LZO1B-6 | bootmisc.sh 2017 1 1347 66.8 0.000 0.000 |
-LZO1B-6 | checkroot.sh 3591 1 2237 62.3 0.000 0.000 |
-LZO1B-6 | connman 1462 1 950 65.0 0.000 0.000 |
-LZO1B-6 | crond 1235 1 808 65.4 0.000 0.000 |
-LZO1B-6 | dbus-1 2887 1 1748 60.5 0.000 0.000 |
-LZO1B-6 | devpts.sh 526 1 386 73.4 0.000 0.000 |
-LZO1B-6 | distcc 2863 1 1629 56.9 0.000 0.000 |
-LZO1B-6 | dmesg.sh 352 1 245 69.6 0.000 0.000 |
-LZO1B-6 | functions 2141 1 1322 61.7 0.000 0.000 |
-LZO1B-6 | halt 510 1 401 78.6 0.000 0.000 |
-LZO1B-6 | hostname.sh 580 1 424 73.1 0.000 0.000 |
-LZO1B-6 | hwclock.sh 2541 1 1301 51.2 0.000 0.000 |
-LZO1B-6 | kdump 2989 1 1406 47.0 0.000 0.000 |
-LZO1B-6 | mdmonitor 1773 1 1043 58.8 0.000 0.000 |
-LZO1B-6 | modutils.sh 1223 1 765 62.6 0.000 0.000 |
-LZO1B-6 | mountall.sh 869 1 650 74.8 0.000 0.000 |
-LZO1B-6 | mountnfs.sh 1589 1 915 57.6 0.000 0.000 |
-LZO1B-6 | networking 1956 1 1001 51.2 0.000 0.000 |
-LZO1B-6 | nfscommon 1609 1 971 60.3 0.000 0.000 |
-LZO1B-6 | nfsserver 3326 1 1842 55.4 0.000 0.000 |
-LZO1B-6 | ofono 516 1 370 71.7 0.000 0.000 |
-LZO1B-6 | populate-volatile.sh 7826 1 3394 43.4 0.000 0.000 |
-LZO1B-6 | ppp 1231 1 679 55.2 0.000 0.000 |
-LZO1B-6 | psplash.sh 647 1 448 69.2 0.000 0.000 |
-LZO1B-6 | rc 4457 1 2491 55.9 0.000 0.000 |
-LZO1B-6 | rcS 525 1 445 84.8 0.000 0.000 |
-LZO1B-6 | read-only-rootfs-hook.sh 1273 1 867 68.1 0.000 0.000 |
-LZO1B-6 | reboot 289 1 222 76.8 0.000 0.000 |
-LZO1B-6 | rmnologin.sh 585 1 379 64.8 0.000 0.000 |
-LZO1B-6 | rng-tools 1029 1 495 48.1 0.000 0.000 |
-LZO1B-6 | rpcbind 1827 1 959 52.5 0.000 0.000 |
-LZO1B-6 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-6 | save-rtc.sh 429 1 321 74.8 0.000 0.000 |
-LZO1B-6 | sendsigs 438 1 301 68.7 0.000 0.000 |
-LZO1B-6 | single 578 1 424 73.4 0.000 0.000 |
-LZO1B-6 | sshd 2029 1 1026 50.6 0.000 0.000 |
-LZO1B-6 | sysfs.sh 907 1 475 52.4 0.000 0.000 |
-LZO1B-6 | syslog 1715 1 870 50.7 0.000 0.000 |
-LZO1B-6 | tcf-agent 1298 1 733 56.5 0.000 0.000 |
-LZO1B-6 | udev 2779 1 1614 58.1 0.000 0.000 |
-LZO1B-6 | umountfs 540 1 404 74.8 0.000 0.000 |
-LZO1B-6 | umountnfs.sh 711 1 522 73.4 0.000 0.000 |
-LZO1B-6 | urandom 1473 1 924 62.7 0.000 0.000 |
-LZO1B-6 | xserver-nodm 1436 1 968 67.4 0.000 0.000 |
-LZO1B-6 | inittab 1145 1 784 68.5 0.000 0.000 |
-LZO1B-6 | inputrc 1633 1 1031 63.1 0.000 0.000 |
-LZO1B-6 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1B-6 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-6 | group 31 1 35 113 0.000 0.000 |
-LZO1B-6 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1B-6 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1B-6 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1B-6 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1B-6 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1B-6 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1B-6 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-6 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-6 | ld.so.cache 57193 1 19163 33.5 0.000 0.000 |
-LZO1B-6 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-6 | classid 1130 1 636 56.3 0.000 0.000 |
-LZO1B-6 | pktloc 1532 1 863 56.3 0.000 0.000 |
-LZO1B-6 | collect_dnf.conf 813 1 512 63.0 0.000 0.000 |
-LZO1B-6 | limits 827 1 634 76.7 0.000 0.000 |
-LZO1B-6 | login.access 2006 1 1264 63.0 0.000 0.000 |
-LZO1B-6 | login.defs 11030 1 6104 55.3 0.000 0.000 |
-LZO1B-6 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1B-6 | logrotate.conf 434 1 358 82.5 0.000 0.000 |
-LZO1B-6 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1B-6 | dnf 526 1 137 26.0 0.000 0.000 |
-LZO1B-6 | wtmp 145 1 131 90.3 0.000 0.000 |
-LZO1B-6 | kbdconfig 721 1 537 74.5 0.000 0.000 |
-LZO1B-6 | session 630 1 461 73.2 0.000 0.000 |
-LZO1B-6 | mdadm.conf 2687 1 1837 68.4 0.000 0.000 |
-LZO1B-6 | mke2fs.conf 832 1 490 58.9 0.000 0.000 |
-LZO1B-6 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | netconfig 767 1 452 58.9 0.000 0.000 |
-LZO1B-6 | nfsroot 809 1 534 66.0 0.000 0.000 |
-LZO1B-6 | wpa-supplicant 1999 1 938 46.9 0.000 0.000 |
-LZO1B-6 | interfaces 129 1 126 97.7 0.000 0.000 |
-LZO1B-6 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | nfs-utils.conf 1087 1 741 68.2 0.000 0.000 |
-LZO1B-6 | nfsmount.conf 3606 1 1962 54.4 0.000 0.000 |
-LZO1B-6 | nsswitch.conf 497 1 367 73.8 0.000 0.000 |
-LZO1B-6 | phonesim.conf 361 1 306 84.8 0.000 0.000 |
-LZO1B-6 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1B-6 | opkg.conf 845 1 601 71.1 0.000 0.000 |
-LZO1B-6 | passwd 1006 1 633 62.9 0.000 0.000 |
-LZO1B-6 | cert9.db 28672 1 960 3.3 0.000 0.000 |
-LZO1B-6 | key4.db 36864 1 1210 3.3 0.000 0.000 |
-LZO1B-6 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1B-6 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-6 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-6 | ip-down 1454 1 1010 69.5 0.000 0.000 |
-LZO1B-6 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-6 | ip-up 1452 1 1008 69.4 0.000 0.000 |
-LZO1B-6 | 08setupdns 292 1 189 64.7 0.000 0.000 |
-LZO1B-6 | options 5 1 9 180 0.000 0.000 |
-LZO1B-6 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-6 | provider 1093 1 796 72.8 0.000 0.000 |
-LZO1B-6 | ppp_on_boot 573 1 453 79.1 0.000 0.000 |
-LZO1B-6 | profile 984 1 782 79.5 0.000 0.000 |
-LZO1B-6 | bash_completion.sh 672 1 407 60.6 0.000 0.000 |
-LZO1B-6 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1B-6 | gawk.csh 1107 1 294 26.6 0.000 0.000 |
-LZO1B-6 | gawk.sh 757 1 235 31.0 0.000 0.000 |
-LZO1B-6 | protocols 2932 1 2051 70.0 0.000 0.000 |
-LZO1B-6 | client.conf 1233 1 944 76.6 0.000 0.000 |
-LZO1B-6 | 50-sato.conf 447 1 364 81.4 0.000 0.000 |
-LZO1B-6 | daemon.conf 2374 1 1547 65.2 0.000 0.000 |
-LZO1B-6 | default.pa 4933 1 2590 52.5 0.000 0.000 |
-LZO1B-6 | system.pa 2078 1 1308 62.9 0.000 0.000 |
-LZO1B-6 | quilt.quiltrc 1347 1 911 67.6 0.000 0.000 |
-LZO1B-6 | quotagrpadmins 220 1 200 90.9 0.000 0.000 |
-LZO1B-6 | quotatab 261 1 224 85.8 0.000 0.000 |
-LZO1B-6 | rpc 895 1 672 75.1 0.000 0.000 |
-LZO1B-6 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-6 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-6 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-6 | rpmrc 111 1 86 77.5 0.000 0.000 |
-LZO1B-6 | securetty 1848 1 1205 65.2 0.000 0.000 |
-LZO1B-6 | services 18790 1 9981 53.1 0.000 0.000 |
-LZO1B-6 | shadow 619 1 227 36.7 0.000 0.000 |
-LZO1B-6 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1B-6 | .bashrc 410 1 328 80.0 0.000 0.000 |
-LZO1B-6 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1B-6 | slsh.rc 2030 1 1031 50.8 0.000 0.000 |
-LZO1B-6 | moduli 577388 3 29367 5.1 430.986 0.000 |
-LZO1B-6 | ssh_config 1548 1 1045 67.5 0.000 0.000 |
-LZO1B-6 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 |
-LZO1B-6 | ssh_host_ecdsa_key.pub 176 1 170 96.6 0.000 0.000 |
-LZO1B-6 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 |
-LZO1B-6 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1B-6 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 |
-LZO1B-6 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1B-6 | sshd_config 3177 1 1950 61.4 0.000 0.000 |
-LZO1B-6 | sshd_config_readonly 3186 1 1950 61.2 0.000 0.000 |
-LZO1B-6 | ca-certificates.crt 200061 1 156412 78.2 59.900 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 |
-LZO1B-6 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-6 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1B-6 | sysctl.conf 2128 1 1560 73.3 0.000 0.000 |
-LZO1B-6 | syslog-startup.conf 651 1 540 82.9 0.000 0.000 |
-LZO1B-6 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-6 | ansi 1481 1 751 50.7 0.000 0.000 |
-LZO1B-6 | dumb 308 1 72 23.4 0.000 0.000 |
-LZO1B-6 | linux 1730 1 1014 58.6 0.000 0.000 |
-LZO1B-6 | rxvt 2286 1 1535 67.1 0.000 0.000 |
-LZO1B-6 | screen 1587 1 931 58.7 0.000 0.000 |
-LZO1B-6 | screen-256color 1677 1 972 58.0 0.000 0.000 |
-LZO1B-6 | sun 1004 1 502 50.0 0.000 0.000 |
-LZO1B-6 | vt100 1190 1 731 61.4 0.000 0.000 |
-LZO1B-6 | vt102 1184 1 739 62.4 0.000 0.000 |
-LZO1B-6 | vt200 1377 1 920 66.8 0.000 0.000 |
-LZO1B-6 | vt220 1377 1 920 66.8 0.000 0.000 |
-LZO1B-6 | vt52 470 1 235 50.0 0.000 0.000 |
-LZO1B-6 | xterm-256color 3641 1 2418 66.4 0.000 0.000 |
-LZO1B-6 | xterm-color 1551 1 791 51.0 0.000 0.000 |
-LZO1B-6 | xterm-xfree86 2240 1 1364 60.9 0.000 0.000 |
-LZO1B-6 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-6 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-6 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1B-6 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-6 | automount.rules 847 1 563 66.5 0.000 0.000 |
-LZO1B-6 | autonet.rules 757 1 536 70.8 0.000 0.000 |
-LZO1B-6 | local.rules 885 1 654 73.9 0.000 0.000 |
-LZO1B-6 | localextra.rules 843 1 605 71.8 0.000 0.000 |
-LZO1B-6 | mount.sh 4232 1 2154 50.9 0.000 0.000 |
-LZO1B-6 | network.sh 1402 1 1013 72.3 0.000 0.000 |
-LZO1B-6 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-6 | 50default 2634 1 1137 43.2 0.000 0.000 |
-LZO1B-6 | version 15 1 19 127 0.000 0.000 |
-LZO1B-6 | volatile.cache 5955 1 1514 25.4 0.000 0.000 |
-LZO1B-6 | 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 |
-LZO1B-6 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1B-6 | gsettings-data-convert.desktop 7741 1 4535 58.6 0.000 0.000 |
-LZO1B-6 | pulseaudio.desktop 4973 1 2355 47.4 0.000 0.000 |
-LZO1B-6 | xinput_calibrator.desktop 299 1 237 79.3 0.000 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*** 4506 1.0 1453 70.9 105.181 0.000
-LZO1B-6 ***TOTALS*** 1243893 278 401058 32.2 105.181 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-7 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-7 | Xsession 755 1 514 68.1 0.000 0.000 |
-LZO1B-7 | 13xdgbasedirs.sh 550 1 463 84.2 0.000 0.000 |
-LZO1B-7 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-7 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-7 | 80matchboxkeyboard.sh 631 1 398 63.1 0.000 0.000 |
-LZO1B-7 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 |
-LZO1B-7 | 90XWindowManager.sh 181 1 108 59.7 0.000 0.000 |
-LZO1B-7 | xinitrc 739 1 430 58.2 0.000 0.000 |
-LZO1B-7 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-7 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-7 | avahi-daemon.conf 1753 1 1237 70.6 0.000 0.000 |
-LZO1B-7 | hosts 1121 1 892 79.6 0.000 0.000 |
-LZO1B-7 | sftp-ssh.service 1075 1 840 78.1 0.000 0.000 |
-LZO1B-7 | ssh.service 1071 1 841 78.5 0.000 0.000 |
-LZO1B-7 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-7 | perf 6321 1 2929 46.3 0.000 0.000 |
-LZO1B-7 | quilt 7117 1 2621 36.8 0.000 0.000 |
-LZO1B-7 | bindresvport.blacklist 429 1 329 76.7 0.000 0.000 |
-LZO1B-7 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1B-7 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-7 | build 528 1 279 52.8 0.000 0.000 |
-LZO1B-7 | busybox.links.nosuid 2358 1 1213 51.4 0.000 0.000 |
-LZO1B-7 | busybox.links.suid 91 1 70 76.9 0.000 0.000 |
-LZO1B-7 | ca-certificates.conf 5340 1 1953 36.6 0.000 0.000 |
-LZO1B-7 | pap 653 1 538 82.4 0.000 0.000 |
-LZO1B-7 | logrotate 189 1 153 81.0 0.000 0.000 |
-LZO1B-7 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-7 | crontab 653 1 416 63.7 0.000 0.000 |
-LZO1B-7 | session.conf 838 1 625 74.6 0.000 0.000 |
-LZO1B-7 | system.conf 833 1 623 74.8 0.000 0.000 |
-LZO1B-7 | ConsoleKit.conf 7305 1 953 13.0 0.000 0.000 |
-LZO1B-7 | avahi-dbus.conf 1138 1 533 46.8 0.000 0.000 |
-LZO1B-7 | bluetooth.conf 1315 1 694 52.8 0.000 0.000 |
-LZO1B-7 | dbus-wpa_supplicant.conf 743 1 355 47.8 0.000 0.000 |
-LZO1B-7 | ofono.conf 1063 1 593 55.8 0.000 0.000 |
-LZO1B-7 | pulseaudio-system.conf 1084 1 839 77.4 0.000 0.000 |
-LZO1B-7 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-7 | distcc 535 1 437 81.7 0.000 0.000 |
-LZO1B-7 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-7 | postinst 52 1 56 108 0.000 0.000 |
-LZO1B-7 | rcS 1040 1 779 74.9 0.000 0.000 |
-LZO1B-7 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-7 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-7 | useradd 117 1 123 105 0.000 0.000 |
-LZO1B-7 | 00_core 1637 1 1008 61.6 0.000 0.000 |
-LZO1B-7 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-7 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-7 | 99_sshd 75 1 65 86.7 0.000 0.000 |
-LZO1B-7 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-7 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-7 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-7 | clients.allow 1582 1 1090 68.9 0.000 0.000 |
-LZO1B-7 | commands.allow.sh 1763 1 1080 61.3 0.000 0.000 |
-LZO1B-7 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1B-7 | automatic.conf 2569 1 1278 49.7 0.000 0.000 |
-LZO1B-7 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-7 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-7 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-7 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-7 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-7 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-7 | 30-liberation-aliases.conf 419 1 218 52.0 0.000 0.000 |
-LZO1B-7 | README 978 1 718 73.4 0.000 0.000 |
-LZO1B-7 | fonts.conf 2532 1 1412 55.8 0.000 0.000 |
-LZO1B-7 | config 1032 1 444 43.0 0.000 0.000 |
-LZO1B-7 | fstab 637 1 383 60.1 0.000 0.000 |
-LZO1B-7 | path 1448 1 868 59.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 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 599 27.8 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 |
-LZO1B-7 | %gconf.xml 515 1 311 60.4 0.000 0.000 |
-LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-7 | %gconf.xml 5626 1 1616 28.7 0.000 0.000 |
-LZO1B-7 | settings-daemon.schemas 7202 1 1780 24.7 0.000 0.000 |
-LZO1B-7 | group 620 1 530 85.5 0.000 0.000 |
-LZO1B-7 | gshadow 514 1 377 73.3 0.000 0.000 |
-LZO1B-7 | im-multipress.conf 890 1 780 87.6 0.000 0.000 |
-LZO1B-7 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-7 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-7 | hosts 257 1 203 79.0 0.000 0.000 |
-LZO1B-7 | alsa-state 811 1 530 65.4 0.000 0.000 |
-LZO1B-7 | atd 578 1 389 67.3 0.000 0.000 |
-LZO1B-7 | avahi-daemon 4491 1 2481 55.2 0.000 0.000 |
-LZO1B-7 | banner.sh 492 1 298 60.6 0.000 0.000 |
-LZO1B-7 | bluetooth 1253 1 775 61.9 0.000 0.000 |
-LZO1B-7 | bootlogd 1997 1 1215 60.8 0.000 0.000 |
-LZO1B-7 | bootmisc.sh 2017 1 1343 66.6 0.000 0.000 |
-LZO1B-7 | checkroot.sh 3591 1 2239 62.4 0.000 0.000 |
-LZO1B-7 | connman 1462 1 949 64.9 0.000 0.000 |
-LZO1B-7 | crond 1235 1 801 64.9 0.000 0.000 |
-LZO1B-7 | dbus-1 2887 1 1740 60.3 0.000 0.000 |
-LZO1B-7 | devpts.sh 526 1 387 73.6 0.000 0.000 |
-LZO1B-7 | distcc 2863 1 1632 57.0 0.000 0.000 |
-LZO1B-7 | dmesg.sh 352 1 245 69.6 0.000 0.000 |
-LZO1B-7 | functions 2141 1 1331 62.2 0.000 0.000 |
-LZO1B-7 | halt 510 1 402 78.8 0.000 0.000 |
-LZO1B-7 | hostname.sh 580 1 429 74.0 0.000 0.000 |
-LZO1B-7 | hwclock.sh 2541 1 1298 51.1 0.000 0.000 |
-LZO1B-7 | kdump 2989 1 1411 47.2 0.000 0.000 |
-LZO1B-7 | mdmonitor 1773 1 1049 59.2 0.000 0.000 |
-LZO1B-7 | modutils.sh 1223 1 767 62.7 0.000 0.000 |
-LZO1B-7 | mountall.sh 869 1 655 75.4 0.000 0.000 |
-LZO1B-7 | mountnfs.sh 1589 1 920 57.9 0.000 0.000 |
-LZO1B-7 | networking 1956 1 1011 51.7 0.000 0.000 |
-LZO1B-7 | nfscommon 1609 1 973 60.5 0.000 0.000 |
-LZO1B-7 | nfsserver 3326 1 1834 55.1 0.000 0.000 |
-LZO1B-7 | ofono 516 1 373 72.3 0.000 0.000 |
-LZO1B-7 | populate-volatile.sh 7826 1 3393 43.4 0.000 0.000 |
-LZO1B-7 | ppp 1231 1 692 56.2 0.000 0.000 |
-LZO1B-7 | psplash.sh 647 1 448 69.2 0.000 0.000 |
-LZO1B-7 | rc 4457 1 2505 56.2 0.000 0.000 |
-LZO1B-7 | rcS 525 1 445 84.8 0.000 0.000 |
-LZO1B-7 | read-only-rootfs-hook.sh 1273 1 859 67.5 0.000 0.000 |
-LZO1B-7 | reboot 289 1 222 76.8 0.000 0.000 |
-LZO1B-7 | rmnologin.sh 585 1 379 64.8 0.000 0.000 |
-LZO1B-7 | rng-tools 1029 1 497 48.3 0.000 0.000 |
-LZO1B-7 | rpcbind 1827 1 958 52.4 0.000 0.000 |
-LZO1B-7 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-7 | save-rtc.sh 429 1 320 74.6 0.000 0.000 |
-LZO1B-7 | sendsigs 438 1 300 68.5 0.000 0.000 |
-LZO1B-7 | single 578 1 424 73.4 0.000 0.000 |
-LZO1B-7 | sshd 2029 1 1020 50.3 0.000 0.000 |
-LZO1B-7 | sysfs.sh 907 1 473 52.1 0.000 0.000 |
-LZO1B-7 | syslog 1715 1 868 50.6 0.000 0.000 |
-LZO1B-7 | tcf-agent 1298 1 728 56.1 0.000 0.000 |
-LZO1B-7 | udev 2779 1 1608 57.9 0.000 0.000 |
-LZO1B-7 | umountfs 540 1 406 75.2 0.000 0.000 |
-LZO1B-7 | umountnfs.sh 711 1 522 73.4 0.000 0.000 |
-LZO1B-7 | urandom 1473 1 921 62.5 0.000 0.000 |
-LZO1B-7 | xserver-nodm 1436 1 973 67.8 0.000 0.000 |
-LZO1B-7 | inittab 1145 1 788 68.8 0.000 0.000 |
-LZO1B-7 | inputrc 1633 1 1028 63.0 0.000 0.000 |
-LZO1B-7 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1B-7 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-7 | group 31 1 35 113 0.000 0.000 |
-LZO1B-7 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1B-7 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1B-7 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1B-7 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1B-7 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1B-7 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1B-7 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-7 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-7 | ld.so.cache 57193 1 18165 31.8 0.000 0.000 |
-LZO1B-7 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-7 | classid 1130 1 636 56.3 0.000 0.000 |
-LZO1B-7 | pktloc 1532 1 861 56.2 0.000 0.000 |
-LZO1B-7 | collect_dnf.conf 813 1 513 63.1 0.000 0.000 |
-LZO1B-7 | limits 827 1 631 76.3 0.000 0.000 |
-LZO1B-7 | login.access 2006 1 1260 62.8 0.000 0.000 |
-LZO1B-7 | login.defs 11030 1 6006 54.5 0.000 0.000 |
-LZO1B-7 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1B-7 | logrotate.conf 434 1 361 83.2 0.000 0.000 |
-LZO1B-7 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1B-7 | dnf 526 1 137 26.0 0.000 0.000 |
-LZO1B-7 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1B-7 | kbdconfig 721 1 535 74.2 0.000 0.000 |
-LZO1B-7 | session 630 1 464 73.7 0.000 0.000 |
-LZO1B-7 | mdadm.conf 2687 1 1813 67.5 0.000 0.000 |
-LZO1B-7 | mke2fs.conf 832 1 487 58.5 0.000 0.000 |
-LZO1B-7 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-7 | netconfig 767 1 458 59.7 0.000 0.000 |
-LZO1B-7 | nfsroot 809 1 532 65.8 0.000 0.000 |
-LZO1B-7 | wpa-supplicant 1999 1 937 46.9 0.000 0.000 |
-LZO1B-7 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1B-7 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-7 | nfs-utils.conf 1087 1 735 67.6 0.000 0.000 |
-LZO1B-7 | nfsmount.conf 3606 1 1968 54.6 0.000 0.000 |
-LZO1B-7 | nsswitch.conf 497 1 371 74.6 0.000 0.000 |
-LZO1B-7 | phonesim.conf 361 1 308 85.3 0.000 0.000 |
-LZO1B-7 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1B-7 | opkg.conf 845 1 600 71.0 0.000 0.000 |
-LZO1B-7 | passwd 1006 1 651 64.7 0.000 0.000 |
-LZO1B-7 | cert9.db 28672 1 969 3.4 0.000 0.000 |
-LZO1B-7 | key4.db 36864 1 1221 3.3 0.000 0.000 |
-LZO1B-7 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1B-7 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-7 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-7 | ip-down 1454 1 999 68.7 0.000 0.000 |
-LZO1B-7 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-7 | ip-up 1452 1 1001 68.9 0.000 0.000 |
-LZO1B-7 | 08setupdns 292 1 189 64.7 0.000 0.000 |
-LZO1B-7 | options 5 1 9 180 0.000 0.000 |
-LZO1B-7 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-7 | provider 1093 1 801 73.3 0.000 0.000 |
-LZO1B-7 | ppp_on_boot 573 1 454 79.2 0.000 0.000 |
-LZO1B-7 | profile 984 1 788 80.1 0.000 0.000 |
-LZO1B-7 | bash_completion.sh 672 1 409 60.9 0.000 0.000 |
-LZO1B-7 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1B-7 | gawk.csh 1107 1 291 26.3 0.000 0.000 |
-LZO1B-7 | gawk.sh 757 1 231 30.5 0.000 0.000 |
-LZO1B-7 | protocols 2932 1 2054 70.1 0.000 0.000 |
-LZO1B-7 | client.conf 1233 1 950 77.0 0.000 0.000 |
-LZO1B-7 | 50-sato.conf 447 1 363 81.2 0.000 0.000 |
-LZO1B-7 | daemon.conf 2374 1 1557 65.6 0.000 0.000 |
-LZO1B-7 | default.pa 4933 1 2577 52.2 0.000 0.000 |
-LZO1B-7 | system.pa 2078 1 1296 62.4 0.000 0.000 |
-LZO1B-7 | quilt.quiltrc 1347 1 906 67.3 0.000 0.000 |
-LZO1B-7 | quotagrpadmins 220 1 200 90.9 0.000 0.000 |
-LZO1B-7 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1B-7 | rpc 895 1 672 75.1 0.000 0.000 |
-LZO1B-7 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-7 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-7 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-7 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1B-7 | securetty 1848 1 1203 65.1 0.000 0.000 |
-LZO1B-7 | services 18790 1 10017 53.3 0.000 0.000 |
-LZO1B-7 | shadow 619 1 228 36.8 0.000 0.000 |
-LZO1B-7 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1B-7 | .bashrc 410 1 328 80.0 0.000 0.000 |
-LZO1B-7 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1B-7 | slsh.rc 2030 1 1025 50.5 0.000 0.000 |
-LZO1B-7 | moduli 577388 3 29499 5.1 367.634 0.000 |
-LZO1B-7 | ssh_config 1548 1 1054 68.1 0.000 0.000 |
-LZO1B-7 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
-LZO1B-7 | ssh_host_ecdsa_key.pub 176 1 170 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.pub 96 1 100 104 0.000 0.000 |
-LZO1B-7 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1B-7 | ssh_host_rsa_key.pub 568 1 574 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 156435 78.2 44.182 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 |
-LZO1B-7 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-7 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1B-7 | sysctl.conf 2128 1 1550 72.8 0.000 0.000 |
-LZO1B-7 | syslog-startup.conf 651 1 542 83.3 0.000 0.000 |
-LZO1B-7 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-7 | ansi 1481 1 759 51.2 0.000 0.000 |
-LZO1B-7 | dumb 308 1 72 23.4 0.000 0.000 |
-LZO1B-7 | linux 1730 1 1015 58.7 0.000 0.000 |
-LZO1B-7 | rxvt 2286 1 1529 66.9 0.000 0.000 |
-LZO1B-7 | screen 1587 1 940 59.2 0.000 0.000 |
-LZO1B-7 | screen-256color 1677 1 971 57.9 0.000 0.000 |
-LZO1B-7 | sun 1004 1 505 50.3 0.000 0.000 |
-LZO1B-7 | vt100 1190 1 728 61.2 0.000 0.000 |
-LZO1B-7 | vt102 1184 1 737 62.2 0.000 0.000 |
-LZO1B-7 | vt200 1377 1 917 66.6 0.000 0.000 |
-LZO1B-7 | vt220 1377 1 917 66.6 0.000 0.000 |
-LZO1B-7 | vt52 470 1 235 50.0 0.000 0.000 |
-LZO1B-7 | xterm-256color 3641 1 2427 66.7 0.000 0.000 |
-LZO1B-7 | xterm-color 1551 1 791 51.0 0.000 0.000 |
-LZO1B-7 | xterm-xfree86 2240 1 1363 60.8 0.000 0.000 |
-LZO1B-7 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-7 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-7 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1B-7 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-7 | automount.rules 847 1 570 67.3 0.000 0.000 |
-LZO1B-7 | autonet.rules 757 1 543 71.7 0.000 0.000 |
-LZO1B-7 | local.rules 885 1 662 74.8 0.000 0.000 |
-LZO1B-7 | localextra.rules 843 1 614 72.8 0.000 0.000 |
-LZO1B-7 | mount.sh 4232 1 2155 50.9 0.000 0.000 |
-LZO1B-7 | network.sh 1402 1 1012 72.2 0.000 0.000 |
-LZO1B-7 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-7 | 50default 2634 1 1140 43.3 0.000 0.000 |
-LZO1B-7 | version 15 1 19 127 0.000 0.000 |
-LZO1B-7 | volatile.cache 5955 1 1458 24.5 0.000 0.000 |
-LZO1B-7 | warnquota.conf 3360 1 2112 62.9 0.000 0.000 |
-LZO1B-7 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
-LZO1B-7 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 |
-LZO1B-7 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1B-7 | gsettings-data-convert.desktop 7741 1 4534 58.6 0.000 0.000 |
-LZO1B-7 | pulseaudio.desktop 4973 1 2378 47.8 0.000 0.000 |
-LZO1B-7 | xinput_calibrator.desktop 299 1 239 79.9 0.000 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*** 4506 1.0 1448 70.9 78.883 0.000
-LZO1B-7 ***TOTALS*** 1243893 278 399906 32.1 78.883 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-8 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-8 | Xsession 755 1 518 68.6 0.000 0.000 |
-LZO1B-8 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 |
-LZO1B-8 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-8 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-8 | 80matchboxkeyboard.sh 631 1 395 62.6 0.000 0.000 |
-LZO1B-8 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 |
-LZO1B-8 | 90XWindowManager.sh 181 1 105 58.0 0.000 0.000 |
-LZO1B-8 | xinitrc 739 1 434 58.7 0.000 0.000 |
-LZO1B-8 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-8 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-8 | avahi-daemon.conf 1753 1 1233 70.3 0.000 0.000 |
-LZO1B-8 | hosts 1121 1 882 78.7 0.000 0.000 |
-LZO1B-8 | sftp-ssh.service 1075 1 841 78.2 0.000 0.000 |
-LZO1B-8 | ssh.service 1071 1 841 78.5 0.000 0.000 |
-LZO1B-8 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-8 | perf 6321 1 2885 45.6 0.000 0.000 |
-LZO1B-8 | quilt 7117 1 2605 36.6 0.000 0.000 |
-LZO1B-8 | bindresvport.blacklist 429 1 333 77.6 0.000 0.000 |
-LZO1B-8 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1B-8 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-8 | build 528 1 283 53.6 0.000 0.000 |
-LZO1B-8 | busybox.links.nosuid 2358 1 1198 50.8 0.000 0.000 |
-LZO1B-8 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1B-8 | ca-certificates.conf 5340 1 1908 35.7 0.000 0.000 |
-LZO1B-8 | pap 653 1 538 82.4 0.000 0.000 |
-LZO1B-8 | logrotate 189 1 154 81.5 0.000 0.000 |
-LZO1B-8 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-8 | crontab 653 1 412 63.1 0.000 0.000 |
-LZO1B-8 | session.conf 838 1 619 73.9 0.000 0.000 |
-LZO1B-8 | system.conf 833 1 614 73.7 0.000 0.000 |
-LZO1B-8 | ConsoleKit.conf 7305 1 940 12.9 0.000 0.000 |
-LZO1B-8 | avahi-dbus.conf 1138 1 550 48.3 0.000 0.000 |
-LZO1B-8 | bluetooth.conf 1315 1 693 52.7 0.000 0.000 |
-LZO1B-8 | dbus-wpa_supplicant.conf 743 1 353 47.5 0.000 0.000 |
-LZO1B-8 | ofono.conf 1063 1 594 55.9 0.000 0.000 |
-LZO1B-8 | pulseaudio-system.conf 1084 1 842 77.7 0.000 0.000 |
-LZO1B-8 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-8 | distcc 535 1 436 81.5 0.000 0.000 |
-LZO1B-8 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-8 | postinst 52 1 56 108 0.000 0.000 |
-LZO1B-8 | rcS 1040 1 772 74.2 0.000 0.000 |
-LZO1B-8 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-8 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-8 | useradd 117 1 123 105 0.000 0.000 |
-LZO1B-8 | 00_core 1637 1 993 60.7 0.000 0.000 |
-LZO1B-8 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-8 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-8 | 99_sshd 75 1 65 86.7 0.000 0.000 |
-LZO1B-8 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-8 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-8 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-8 | clients.allow 1582 1 1088 68.8 0.000 0.000 |
-LZO1B-8 | commands.allow.sh 1763 1 1068 60.6 0.000 0.000 |
-LZO1B-8 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1B-8 | automatic.conf 2569 1 1291 50.3 0.000 0.000 |
-LZO1B-8 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-8 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-8 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-8 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-8 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-8 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-8 | 30-liberation-aliases.conf 419 1 221 52.7 0.000 0.000 |
-LZO1B-8 | README 978 1 716 73.2 0.000 0.000 |
-LZO1B-8 | fonts.conf 2532 1 1416 55.9 0.000 0.000 |
-LZO1B-8 | config 1032 1 445 43.1 0.000 0.000 |
-LZO1B-8 | fstab 637 1 379 59.5 0.000 0.000 |
-LZO1B-8 | path 1448 1 865 59.7 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 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 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 |
-LZO1B-8 | %gconf.xml 515 1 313 60.8 0.000 0.000 |
-LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-8 | %gconf.xml 5626 1 1588 28.2 0.000 0.000 |
-LZO1B-8 | settings-daemon.schemas 7202 1 1795 24.9 0.000 0.000 |
-LZO1B-8 | group 620 1 530 85.5 0.000 0.000 |
-LZO1B-8 | gshadow 514 1 373 72.6 0.000 0.000 |
-LZO1B-8 | im-multipress.conf 890 1 778 87.4 0.000 0.000 |
-LZO1B-8 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-8 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-8 | hosts 257 1 203 79.0 0.000 0.000 |
-LZO1B-8 | alsa-state 811 1 522 64.4 0.000 0.000 |
-LZO1B-8 | atd 578 1 391 67.6 0.000 0.000 |
-LZO1B-8 | avahi-daemon 4491 1 2467 54.9 0.000 0.000 |
-LZO1B-8 | banner.sh 492 1 294 59.8 0.000 0.000 |
-LZO1B-8 | bluetooth 1253 1 776 61.9 0.000 0.000 |
-LZO1B-8 | bootlogd 1997 1 1211 60.6 0.000 0.000 |
-LZO1B-8 | bootmisc.sh 2017 1 1340 66.4 0.000 0.000 |
-LZO1B-8 | checkroot.sh 3591 1 2213 61.6 0.000 0.000 |
-LZO1B-8 | connman 1462 1 941 64.4 0.000 0.000 |
-LZO1B-8 | crond 1235 1 802 64.9 0.000 0.000 |
-LZO1B-8 | dbus-1 2887 1 1732 60.0 0.000 0.000 |
-LZO1B-8 | devpts.sh 526 1 380 72.2 0.000 0.000 |
-LZO1B-8 | distcc 2863 1 1627 56.8 0.000 0.000 |
-LZO1B-8 | dmesg.sh 352 1 246 69.9 0.000 0.000 |
-LZO1B-8 | functions 2141 1 1315 61.4 0.000 0.000 |
-LZO1B-8 | halt 510 1 399 78.2 0.000 0.000 |
-LZO1B-8 | hostname.sh 580 1 425 73.3 0.000 0.000 |
-LZO1B-8 | hwclock.sh 2541 1 1287 50.6 0.000 0.000 |
-LZO1B-8 | kdump 2989 1 1397 46.7 0.000 0.000 |
-LZO1B-8 | mdmonitor 1773 1 1040 58.7 0.000 0.000 |
-LZO1B-8 | modutils.sh 1223 1 766 62.6 0.000 0.000 |
-LZO1B-8 | mountall.sh 869 1 647 74.5 0.000 0.000 |
-LZO1B-8 | mountnfs.sh 1589 1 907 57.1 0.000 0.000 |
-LZO1B-8 | networking 1956 1 1003 51.3 0.000 0.000 |
-LZO1B-8 | nfscommon 1609 1 966 60.0 0.000 0.000 |
-LZO1B-8 | nfsserver 3326 1 1805 54.3 0.000 0.000 |
-LZO1B-8 | ofono 516 1 370 71.7 0.000 0.000 |
-LZO1B-8 | populate-volatile.sh 7826 1 3346 42.8 0.000 0.000 |
-LZO1B-8 | ppp 1231 1 675 54.8 0.000 0.000 |
-LZO1B-8 | psplash.sh 647 1 446 68.9 0.000 0.000 |
-LZO1B-8 | rc 4457 1 2477 55.6 0.000 0.000 |
-LZO1B-8 | rcS 525 1 446 85.0 0.000 0.000 |
-LZO1B-8 | read-only-rootfs-hook.sh 1273 1 859 67.5 0.000 0.000 |
-LZO1B-8 | reboot 289 1 221 76.5 0.000 0.000 |
-LZO1B-8 | rmnologin.sh 585 1 379 64.8 0.000 0.000 |
-LZO1B-8 | rng-tools 1029 1 506 49.2 0.000 0.000 |
-LZO1B-8 | rpcbind 1827 1 949 51.9 0.000 0.000 |
-LZO1B-8 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-8 | save-rtc.sh 429 1 319 74.4 0.000 0.000 |
-LZO1B-8 | sendsigs 438 1 298 68.0 0.000 0.000 |
-LZO1B-8 | single 578 1 423 73.2 0.000 0.000 |
-LZO1B-8 | sshd 2029 1 1011 49.8 0.000 0.000 |
-LZO1B-8 | sysfs.sh 907 1 471 51.9 0.000 0.000 |
-LZO1B-8 | syslog 1715 1 867 50.6 0.000 0.000 |
-LZO1B-8 | tcf-agent 1298 1 722 55.6 0.000 0.000 |
-LZO1B-8 | udev 2779 1 1597 57.5 0.000 0.000 |
-LZO1B-8 | umountfs 540 1 405 75.0 0.000 0.000 |
-LZO1B-8 | umountnfs.sh 711 1 521 73.3 0.000 0.000 |
-LZO1B-8 | urandom 1473 1 925 62.8 0.000 0.000 |
-LZO1B-8 | xserver-nodm 1436 1 961 66.9 0.000 0.000 |
-LZO1B-8 | inittab 1145 1 783 68.4 0.000 0.000 |
-LZO1B-8 | inputrc 1633 1 1024 62.7 0.000 0.000 |
-LZO1B-8 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1B-8 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-8 | group 31 1 35 113 0.000 0.000 |
-LZO1B-8 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1B-8 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1B-8 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1B-8 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1B-8 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1B-8 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1B-8 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-8 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-8 | ld.so.cache 57193 1 19793 34.6 0.000 0.000 |
-LZO1B-8 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-8 | classid 1130 1 634 56.1 0.000 0.000 |
-LZO1B-8 | pktloc 1532 1 842 55.0 0.000 0.000 |
-LZO1B-8 | collect_dnf.conf 813 1 508 62.5 0.000 0.000 |
-LZO1B-8 | limits 827 1 630 76.2 0.000 0.000 |
-LZO1B-8 | login.access 2006 1 1253 62.5 0.000 0.000 |
-LZO1B-8 | login.defs 11030 1 5963 54.1 0.000 0.000 |
-LZO1B-8 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1B-8 | logrotate.conf 434 1 356 82.0 0.000 0.000 |
-LZO1B-8 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1B-8 | dnf 526 1 137 26.0 0.000 0.000 |
-LZO1B-8 | wtmp 145 1 131 90.3 0.000 0.000 |
-LZO1B-8 | kbdconfig 721 1 535 74.2 0.000 0.000 |
-LZO1B-8 | session 630 1 461 73.2 0.000 0.000 |
-LZO1B-8 | mdadm.conf 2687 1 1822 67.8 0.000 0.000 |
-LZO1B-8 | mke2fs.conf 832 1 484 58.2 0.000 0.000 |
-LZO1B-8 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-8 | netconfig 767 1 444 57.9 0.000 0.000 |
-LZO1B-8 | nfsroot 809 1 526 65.0 0.000 0.000 |
-LZO1B-8 | wpa-supplicant 1999 1 935 46.8 0.000 0.000 |
-LZO1B-8 | interfaces 129 1 126 97.7 0.000 0.000 |
-LZO1B-8 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-8 | nfs-utils.conf 1087 1 738 67.9 0.000 0.000 |
-LZO1B-8 | nfsmount.conf 3606 1 1950 54.1 0.000 0.000 |
-LZO1B-8 | nsswitch.conf 497 1 367 73.8 0.000 0.000 |
-LZO1B-8 | phonesim.conf 361 1 306 84.8 0.000 0.000 |
-LZO1B-8 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1B-8 | opkg.conf 845 1 601 71.1 0.000 0.000 |
-LZO1B-8 | passwd 1006 1 628 62.4 0.000 0.000 |
-LZO1B-8 | cert9.db 28672 1 956 3.3 0.000 0.000 |
-LZO1B-8 | key4.db 36864 1 1211 3.3 0.000 0.000 |
-LZO1B-8 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1B-8 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-8 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-8 | ip-down 1454 1 998 68.6 0.000 0.000 |
-LZO1B-8 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-8 | ip-up 1452 1 1001 68.9 0.000 0.000 |
-LZO1B-8 | 08setupdns 292 1 187 64.0 0.000 0.000 |
-LZO1B-8 | options 5 1 9 180 0.000 0.000 |
-LZO1B-8 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-8 | provider 1093 1 791 72.4 0.000 0.000 |
-LZO1B-8 | ppp_on_boot 573 1 451 78.7 0.000 0.000 |
-LZO1B-8 | profile 984 1 783 79.6 0.000 0.000 |
-LZO1B-8 | bash_completion.sh 672 1 408 60.7 0.000 0.000 |
-LZO1B-8 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1B-8 | gawk.csh 1107 1 281 25.4 0.000 0.000 |
-LZO1B-8 | gawk.sh 757 1 230 30.4 0.000 0.000 |
-LZO1B-8 | protocols 2932 1 2044 69.7 0.000 0.000 |
-LZO1B-8 | client.conf 1233 1 936 75.9 0.000 0.000 |
-LZO1B-8 | 50-sato.conf 447 1 364 81.4 0.000 0.000 |
-LZO1B-8 | daemon.conf 2374 1 1527 64.3 0.000 0.000 |
-LZO1B-8 | default.pa 4933 1 2559 51.9 0.000 0.000 |
-LZO1B-8 | system.pa 2078 1 1298 62.5 0.000 0.000 |
-LZO1B-8 | quilt.quiltrc 1347 1 906 67.3 0.000 0.000 |
-LZO1B-8 | quotagrpadmins 220 1 200 90.9 0.000 0.000 |
-LZO1B-8 | quotatab 261 1 224 85.8 0.000 0.000 |
-LZO1B-8 | rpc 895 1 671 75.0 0.000 0.000 |
-LZO1B-8 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-8 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-8 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-8 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1B-8 | securetty 1848 1 1204 65.2 0.000 0.000 |
-LZO1B-8 | services 18790 1 9808 52.2 0.000 0.000 |
-LZO1B-8 | shadow 619 1 229 37.0 0.000 0.000 |
-LZO1B-8 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1B-8 | .bashrc 410 1 330 80.5 0.000 0.000 |
-LZO1B-8 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1B-8 | slsh.rc 2030 1 1026 50.5 0.000 0.000 |
-LZO1B-8 | moduli 577388 3 29453 5.1 360.215 0.000 |
-LZO1B-8 | ssh_config 1548 1 1044 67.4 0.000 0.000 |
-LZO1B-8 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
-LZO1B-8 | ssh_host_ecdsa_key.pub 176 1 170 96.6 0.000 0.000 |
-LZO1B-8 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 |
-LZO1B-8 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1B-8 | ssh_host_rsa_key 2602 1 2566 98.6 0.000 0.000 |
-LZO1B-8 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1B-8 | sshd_config 3177 1 1935 60.9 0.000 0.000 |
-LZO1B-8 | sshd_config_readonly 3186 1 1940 60.9 0.000 0.000 |
-LZO1B-8 | ca-certificates.crt 200061 1 155517 77.7 43.378 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 |
-LZO1B-8 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-8 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1B-8 | sysctl.conf 2128 1 1554 73.0 0.000 0.000 |
-LZO1B-8 | syslog-startup.conf 651 1 540 82.9 0.000 0.000 |
-LZO1B-8 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-8 | ansi 1481 1 749 50.6 0.000 0.000 |
-LZO1B-8 | dumb 308 1 72 23.4 0.000 0.000 |
-LZO1B-8 | linux 1730 1 1012 58.5 0.000 0.000 |
-LZO1B-8 | rxvt 2286 1 1538 67.3 0.000 0.000 |
-LZO1B-8 | screen 1587 1 922 58.1 0.000 0.000 |
-LZO1B-8 | screen-256color 1677 1 962 57.4 0.000 0.000 |
-LZO1B-8 | sun 1004 1 500 49.8 0.000 0.000 |
-LZO1B-8 | vt100 1190 1 731 61.4 0.000 0.000 |
-LZO1B-8 | vt102 1184 1 734 62.0 0.000 0.000 |
-LZO1B-8 | vt200 1377 1 915 66.4 0.000 0.000 |
-LZO1B-8 | vt220 1377 1 915 66.4 0.000 0.000 |
-LZO1B-8 | vt52 470 1 238 50.6 0.000 0.000 |
-LZO1B-8 | xterm-256color 3641 1 2395 65.8 0.000 0.000 |
-LZO1B-8 | xterm-color 1551 1 786 50.7 0.000 0.000 |
-LZO1B-8 | xterm-xfree86 2240 1 1360 60.7 0.000 0.000 |
-LZO1B-8 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-8 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-8 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1B-8 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-8 | automount.rules 847 1 561 66.2 0.000 0.000 |
-LZO1B-8 | autonet.rules 757 1 532 70.3 0.000 0.000 |
-LZO1B-8 | local.rules 885 1 652 73.7 0.000 0.000 |
-LZO1B-8 | localextra.rules 843 1 603 71.5 0.000 0.000 |
-LZO1B-8 | mount.sh 4232 1 2142 50.6 0.000 0.000 |
-LZO1B-8 | network.sh 1402 1 1009 72.0 0.000 0.000 |
-LZO1B-8 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-8 | 50default 2634 1 1116 42.4 0.000 0.000 |
-LZO1B-8 | version 15 1 19 127 0.000 0.000 |
-LZO1B-8 | volatile.cache 5955 1 1467 24.6 0.000 0.000 |
-LZO1B-8 | 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 |
-LZO1B-8 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1B-8 | gsettings-data-convert.desktop 7741 1 4497 58.1 0.000 0.000 |
-LZO1B-8 | pulseaudio.desktop 4973 1 2330 46.9 0.000 0.000 |
-LZO1B-8 | xinput_calibrator.desktop 299 1 237 79.3 0.000 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*** 4506 1.0 1446 70.7 77.431 0.000
-LZO1B-8 ***TOTALS*** 1243893 278 399194 32.1 77.431 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-9 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-9 | Xsession 755 1 511 67.7 0.000 0.000 |
-LZO1B-9 | 13xdgbasedirs.sh 550 1 460 83.6 0.000 0.000 |
-LZO1B-9 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-9 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-9 | 80matchboxkeyboard.sh 631 1 389 61.6 0.000 0.000 |
-LZO1B-9 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 |
-LZO1B-9 | 90XWindowManager.sh 181 1 105 58.0 0.000 0.000 |
-LZO1B-9 | xinitrc 739 1 422 57.1 0.000 0.000 |
-LZO1B-9 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-9 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-9 | avahi-daemon.conf 1753 1 1227 70.0 0.000 0.000 |
-LZO1B-9 | hosts 1121 1 881 78.6 0.000 0.000 |
-LZO1B-9 | sftp-ssh.service 1075 1 832 77.4 0.000 0.000 |
-LZO1B-9 | ssh.service 1071 1 835 78.0 0.000 0.000 |
-LZO1B-9 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-9 | perf 6321 1 2857 45.2 0.000 0.000 |
-LZO1B-9 | quilt 7117 1 2594 36.4 0.000 0.000 |
-LZO1B-9 | bindresvport.blacklist 429 1 328 76.5 0.000 0.000 |
-LZO1B-9 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1B-9 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-9 | build 528 1 280 53.0 0.000 0.000 |
-LZO1B-9 | busybox.links.nosuid 2358 1 1188 50.4 0.000 0.000 |
-LZO1B-9 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1B-9 | ca-certificates.conf 5340 1 1881 35.2 0.000 0.000 |
-LZO1B-9 | pap 653 1 535 81.9 0.000 0.000 |
-LZO1B-9 | logrotate 189 1 152 80.4 0.000 0.000 |
-LZO1B-9 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-9 | crontab 653 1 414 63.4 0.000 0.000 |
-LZO1B-9 | session.conf 838 1 617 73.6 0.000 0.000 |
-LZO1B-9 | system.conf 833 1 614 73.7 0.000 0.000 |
-LZO1B-9 | ConsoleKit.conf 7305 1 911 12.5 0.000 0.000 |
-LZO1B-9 | avahi-dbus.conf 1138 1 533 46.8 0.000 0.000 |
-LZO1B-9 | bluetooth.conf 1315 1 685 52.1 0.000 0.000 |
-LZO1B-9 | dbus-wpa_supplicant.conf 743 1 340 45.8 0.000 0.000 |
-LZO1B-9 | ofono.conf 1063 1 590 55.5 0.000 0.000 |
-LZO1B-9 | pulseaudio-system.conf 1084 1 836 77.1 0.000 0.000 |
-LZO1B-9 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-9 | distcc 535 1 436 81.5 0.000 0.000 |
-LZO1B-9 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-9 | postinst 52 1 56 108 0.000 0.000 |
-LZO1B-9 | rcS 1040 1 772 74.2 0.000 0.000 |
-LZO1B-9 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-9 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-9 | useradd 117 1 123 105 0.000 0.000 |
-LZO1B-9 | 00_core 1637 1 993 60.7 0.000 0.000 |
-LZO1B-9 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-9 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-9 | 99_sshd 75 1 65 86.7 0.000 0.000 |
-LZO1B-9 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-9 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-9 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-9 | clients.allow 1582 1 1084 68.5 0.000 0.000 |
-LZO1B-9 | commands.allow.sh 1763 1 1062 60.2 0.000 0.000 |
-LZO1B-9 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1B-9 | automatic.conf 2569 1 1274 49.6 0.000 0.000 |
-LZO1B-9 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-9 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-9 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-9 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-9 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-9 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-9 | 30-liberation-aliases.conf 419 1 217 51.8 0.000 0.000 |
-LZO1B-9 | README 978 1 714 73.0 0.000 0.000 |
-LZO1B-9 | fonts.conf 2532 1 1393 55.0 0.000 0.000 |
-LZO1B-9 | config 1032 1 440 42.6 0.000 0.000 |
-LZO1B-9 | fstab 637 1 376 59.0 0.000 0.000 |
-LZO1B-9 | path 1448 1 850 58.7 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 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 588 27.2 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 |
-LZO1B-9 | %gconf.xml 515 1 310 60.2 0.000 0.000 |
-LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-9 | %gconf.xml 5626 1 1580 28.1 0.000 0.000 |
-LZO1B-9 | settings-daemon.schemas 7202 1 1756 24.4 0.000 0.000 |
-LZO1B-9 | group 620 1 529 85.3 0.000 0.000 |
-LZO1B-9 | gshadow 514 1 372 72.4 0.000 0.000 |
-LZO1B-9 | im-multipress.conf 890 1 778 87.4 0.000 0.000 |
-LZO1B-9 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-9 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-9 | hosts 257 1 201 78.2 0.000 0.000 |
-LZO1B-9 | alsa-state 811 1 522 64.4 0.000 0.000 |
-LZO1B-9 | atd 578 1 390 67.5 0.000 0.000 |
-LZO1B-9 | avahi-daemon 4491 1 2429 54.1 0.000 0.000 |
-LZO1B-9 | banner.sh 492 1 293 59.6 0.000 0.000 |
-LZO1B-9 | bluetooth 1253 1 775 61.9 0.000 0.000 |
-LZO1B-9 | bootlogd 1997 1 1202 60.2 0.000 0.000 |
-LZO1B-9 | bootmisc.sh 2017 1 1340 66.4 0.000 0.000 |
-LZO1B-9 | checkroot.sh 3591 1 2188 60.9 0.000 0.000 |
-LZO1B-9 | connman 1462 1 937 64.1 0.000 0.000 |
-LZO1B-9 | crond 1235 1 794 64.3 0.000 0.000 |
-LZO1B-9 | dbus-1 2887 1 1727 59.8 0.000 0.000 |
-LZO1B-9 | devpts.sh 526 1 380 72.2 0.000 0.000 |
-LZO1B-9 | distcc 2863 1 1613 56.3 0.000 0.000 |
-LZO1B-9 | dmesg.sh 352 1 245 69.6 0.000 0.000 |
-LZO1B-9 | functions 2141 1 1308 61.1 0.000 0.000 |
-LZO1B-9 | halt 510 1 399 78.2 0.000 0.000 |
-LZO1B-9 | hostname.sh 580 1 425 73.3 0.000 0.000 |
-LZO1B-9 | hwclock.sh 2541 1 1258 49.5 0.000 0.000 |
-LZO1B-9 | kdump 2989 1 1387 46.4 0.000 0.000 |
-LZO1B-9 | mdmonitor 1773 1 1036 58.4 0.000 0.000 |
-LZO1B-9 | modutils.sh 1223 1 756 61.8 0.000 0.000 |
-LZO1B-9 | mountall.sh 869 1 648 74.6 0.000 0.000 |
-LZO1B-9 | mountnfs.sh 1589 1 899 56.6 0.000 0.000 |
-LZO1B-9 | networking 1956 1 992 50.7 0.000 0.000 |
-LZO1B-9 | nfscommon 1609 1 964 59.9 0.000 0.000 |
-LZO1B-9 | nfsserver 3326 1 1808 54.4 0.000 0.000 |
-LZO1B-9 | ofono 516 1 368 71.3 0.000 0.000 |
-LZO1B-9 | populate-volatile.sh 7826 1 3355 42.9 0.000 0.000 |
-LZO1B-9 | ppp 1231 1 673 54.7 0.000 0.000 |
-LZO1B-9 | psplash.sh 647 1 445 68.8 0.000 0.000 |
-LZO1B-9 | rc 4457 1 2455 55.1 0.000 0.000 |
-LZO1B-9 | rcS 525 1 444 84.6 0.000 0.000 |
-LZO1B-9 | read-only-rootfs-hook.sh 1273 1 852 66.9 0.000 0.000 |
-LZO1B-9 | reboot 289 1 221 76.5 0.000 0.000 |
-LZO1B-9 | rmnologin.sh 585 1 377 64.4 0.000 0.000 |
-LZO1B-9 | rng-tools 1029 1 489 47.5 0.000 0.000 |
-LZO1B-9 | rpcbind 1827 1 941 51.5 0.000 0.000 |
-LZO1B-9 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-9 | save-rtc.sh 429 1 317 73.9 0.000 0.000 |
-LZO1B-9 | sendsigs 438 1 297 67.8 0.000 0.000 |
-LZO1B-9 | single 578 1 423 73.2 0.000 0.000 |
-LZO1B-9 | sshd 2029 1 1017 50.1 0.000 0.000 |
-LZO1B-9 | sysfs.sh 907 1 465 51.3 0.000 0.000 |
-LZO1B-9 | syslog 1715 1 869 50.7 0.000 0.000 |
-LZO1B-9 | tcf-agent 1298 1 722 55.6 0.000 0.000 |
-LZO1B-9 | udev 2779 1 1580 56.9 0.000 0.000 |
-LZO1B-9 | umountfs 540 1 405 75.0 0.000 0.000 |
-LZO1B-9 | umountnfs.sh 711 1 519 73.0 0.000 0.000 |
-LZO1B-9 | urandom 1473 1 911 61.8 0.000 0.000 |
-LZO1B-9 | xserver-nodm 1436 1 959 66.8 0.000 0.000 |
-LZO1B-9 | inittab 1145 1 780 68.1 0.000 0.000 |
-LZO1B-9 | inputrc 1633 1 1006 61.6 0.000 0.000 |
-LZO1B-9 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1B-9 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-9 | group 31 1 35 113 0.000 0.000 |
-LZO1B-9 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1B-9 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1B-9 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1B-9 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1B-9 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1B-9 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1B-9 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-9 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-9 | ld.so.cache 57193 1 18270 31.9 101.635 0.000 |
-LZO1B-9 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-9 | classid 1130 1 625 55.3 0.000 0.000 |
-LZO1B-9 | pktloc 1532 1 840 54.8 0.000 0.000 |
-LZO1B-9 | collect_dnf.conf 813 1 503 61.9 0.000 0.000 |
-LZO1B-9 | limits 827 1 629 76.1 0.000 0.000 |
-LZO1B-9 | login.access 2006 1 1253 62.5 0.000 0.000 |
-LZO1B-9 | login.defs 11030 1 5909 53.6 0.000 0.000 |
-LZO1B-9 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1B-9 | logrotate.conf 434 1 356 82.0 0.000 0.000 |
-LZO1B-9 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1B-9 | dnf 526 1 137 26.0 0.000 0.000 |
-LZO1B-9 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1B-9 | kbdconfig 721 1 535 74.2 0.000 0.000 |
-LZO1B-9 | session 630 1 461 73.2 0.000 0.000 |
-LZO1B-9 | mdadm.conf 2687 1 1806 67.2 0.000 0.000 |
-LZO1B-9 | mke2fs.conf 832 1 484 58.2 0.000 0.000 |
-LZO1B-9 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-9 | netconfig 767 1 442 57.6 0.000 0.000 |
-LZO1B-9 | nfsroot 809 1 523 64.6 0.000 0.000 |
-LZO1B-9 | wpa-supplicant 1999 1 924 46.2 0.000 0.000 |
-LZO1B-9 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1B-9 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-9 | nfs-utils.conf 1087 1 733 67.4 0.000 0.000 |
-LZO1B-9 | nfsmount.conf 3606 1 1946 54.0 0.000 0.000 |
-LZO1B-9 | nsswitch.conf 497 1 367 73.8 0.000 0.000 |
-LZO1B-9 | phonesim.conf 361 1 306 84.8 0.000 0.000 |
-LZO1B-9 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1B-9 | opkg.conf 845 1 598 70.8 0.000 0.000 |
-LZO1B-9 | passwd 1006 1 626 62.2 0.000 0.000 |
-LZO1B-9 | cert9.db 28672 1 954 3.3 0.000 0.000 |
-LZO1B-9 | key4.db 36864 1 1203 3.3 0.000 0.000 |
-LZO1B-9 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1B-9 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-9 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-9 | ip-down 1454 1 989 68.0 0.000 0.000 |
-LZO1B-9 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-9 | ip-up 1452 1 990 68.2 0.000 0.000 |
-LZO1B-9 | 08setupdns 292 1 186 63.7 0.000 0.000 |
-LZO1B-9 | options 5 1 9 180 0.000 0.000 |
-LZO1B-9 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-9 | provider 1093 1 793 72.6 0.000 0.000 |
-LZO1B-9 | ppp_on_boot 573 1 450 78.5 0.000 0.000 |
-LZO1B-9 | profile 984 1 780 79.3 0.000 0.000 |
-LZO1B-9 | bash_completion.sh 672 1 406 60.4 0.000 0.000 |
-LZO1B-9 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1B-9 | gawk.csh 1107 1 279 25.2 0.000 0.000 |
-LZO1B-9 | gawk.sh 757 1 229 30.3 0.000 0.000 |
-LZO1B-9 | protocols 2932 1 2046 69.8 0.000 0.000 |
-LZO1B-9 | client.conf 1233 1 934 75.8 0.000 0.000 |
-LZO1B-9 | 50-sato.conf 447 1 364 81.4 0.000 0.000 |
-LZO1B-9 | daemon.conf 2374 1 1522 64.1 0.000 0.000 |
-LZO1B-9 | default.pa 4933 1 2546 51.6 0.000 0.000 |
-LZO1B-9 | system.pa 2078 1 1288 62.0 0.000 0.000 |
-LZO1B-9 | quilt.quiltrc 1347 1 898 66.7 0.000 0.000 |
-LZO1B-9 | quotagrpadmins 220 1 198 90.0 0.000 0.000 |
-LZO1B-9 | quotatab 261 1 224 85.8 0.000 0.000 |
-LZO1B-9 | rpc 895 1 670 74.9 0.000 0.000 |
-LZO1B-9 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-9 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-9 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-9 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1B-9 | securetty 1848 1 1200 64.9 0.000 0.000 |
-LZO1B-9 | services 18790 1 9734 51.8 0.000 0.000 |
-LZO1B-9 | shadow 619 1 227 36.7 0.000 0.000 |
-LZO1B-9 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1B-9 | .bashrc 410 1 328 80.0 0.000 0.000 |
-LZO1B-9 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1B-9 | slsh.rc 2030 1 1008 49.7 0.000 0.000 |
-LZO1B-9 | moduli 577388 3 27755 4.8 202.374 0.000 |
-LZO1B-9 | ssh_config 1548 1 1038 67.1 0.000 0.000 |
-LZO1B-9 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
-LZO1B-9 | ssh_host_ecdsa_key.pub 176 1 170 96.6 0.000 0.000 |
-LZO1B-9 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
-LZO1B-9 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1B-9 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1B-9 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1B-9 | sshd_config 3177 1 1919 60.4 0.000 0.000 |
-LZO1B-9 | sshd_config_readonly 3186 1 1929 60.5 0.000 0.000 |
-LZO1B-9 | ca-certificates.crt 200061 1 155157 77.6 47.691 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 |
-LZO1B-9 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-9 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1B-9 | sysctl.conf 2128 1 1544 72.6 0.000 0.000 |
-LZO1B-9 | syslog-startup.conf 651 1 539 82.8 0.000 0.000 |
-LZO1B-9 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-9 | ansi 1481 1 738 49.8 0.000 0.000 |
-LZO1B-9 | dumb 308 1 72 23.4 0.000 0.000 |
-LZO1B-9 | linux 1730 1 1012 58.5 0.000 0.000 |
-LZO1B-9 | rxvt 2286 1 1527 66.8 0.000 0.000 |
-LZO1B-9 | screen 1587 1 912 57.5 0.000 0.000 |
-LZO1B-9 | screen-256color 1677 1 951 56.7 0.000 0.000 |
-LZO1B-9 | sun 1004 1 497 49.5 0.000 0.000 |
-LZO1B-9 | vt100 1190 1 723 60.8 0.000 0.000 |
-LZO1B-9 | vt102 1184 1 728 61.5 0.000 0.000 |
-LZO1B-9 | vt200 1377 1 903 65.6 0.000 0.000 |
-LZO1B-9 | vt220 1377 1 903 65.6 0.000 0.000 |
-LZO1B-9 | vt52 470 1 233 49.6 0.000 0.000 |
-LZO1B-9 | xterm-256color 3641 1 2378 65.3 0.000 0.000 |
-LZO1B-9 | xterm-color 1551 1 784 50.5 0.000 0.000 |
-LZO1B-9 | xterm-xfree86 2240 1 1352 60.4 0.000 0.000 |
-LZO1B-9 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-9 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-9 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1B-9 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-9 | automount.rules 847 1 563 66.5 0.000 0.000 |
-LZO1B-9 | autonet.rules 757 1 534 70.5 0.000 0.000 |
-LZO1B-9 | local.rules 885 1 654 73.9 0.000 0.000 |
-LZO1B-9 | localextra.rules 843 1 603 71.5 0.000 0.000 |
-LZO1B-9 | mount.sh 4232 1 2111 49.9 0.000 0.000 |
-LZO1B-9 | network.sh 1402 1 1011 72.1 0.000 0.000 |
-LZO1B-9 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-9 | 50default 2634 1 1107 42.0 0.000 0.000 |
-LZO1B-9 | version 15 1 19 127 0.000 0.000 |
-LZO1B-9 | volatile.cache 5955 1 1463 24.6 0.000 0.000 |
-LZO1B-9 | 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 |
-LZO1B-9 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1B-9 | gsettings-data-convert.desktop 7741 1 4421 57.1 0.000 0.000 |
-LZO1B-9 | pulseaudio.desktop 4973 1 2323 46.7 0.000 0.000 |
-LZO1B-9 | xinput_calibrator.desktop 299 1 237 79.3 0.000 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*** 4506 1.0 1428 70.4 83.919 0.000
-LZO1B-9 ***TOTALS*** 1243893 278 394268 31.7 83.919 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-1 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-1 | Xsession 755 1 505 66.9 0.000 0.000 |
-LZO1C-1 | 13xdgbasedirs.sh 550 1 471 85.6 0.000 0.000 |
-LZO1C-1 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-1 | 80matchboxkeyboard.sh 631 1 407 64.5 0.000 0.000 |
-LZO1C-1 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 |
-LZO1C-1 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 |
-LZO1C-1 | xinitrc 739 1 433 58.6 0.000 0.000 |
-LZO1C-1 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-1 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-1 | avahi-daemon.conf 1753 1 1271 72.5 0.000 0.000 |
-LZO1C-1 | hosts 1121 1 913 81.4 0.000 0.000 |
-LZO1C-1 | sftp-ssh.service 1075 1 848 78.9 0.000 0.000 |
-LZO1C-1 | ssh.service 1071 1 846 79.0 0.000 0.000 |
-LZO1C-1 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-1 | perf 6321 1 3085 48.8 0.000 0.000 |
-LZO1C-1 | quilt 7117 1 2732 38.4 0.000 0.000 |
-LZO1C-1 | bindresvport.blacklist 429 1 334 77.9 0.000 0.000 |
-LZO1C-1 | input.conf 397 1 351 88.4 0.000 0.000 |
-LZO1C-1 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-1 | build 528 1 281 53.2 0.000 0.000 |
-LZO1C-1 | busybox.links.nosuid 2358 1 1213 51.4 0.000 0.000 |
-LZO1C-1 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1C-1 | ca-certificates.conf 5340 1 2004 37.5 0.000 0.000 |
-LZO1C-1 | pap 653 1 556 85.1 0.000 0.000 |
-LZO1C-1 | logrotate 189 1 156 82.5 0.000 0.000 |
-LZO1C-1 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-1 | crontab 653 1 425 65.1 0.000 0.000 |
-LZO1C-1 | session.conf 838 1 634 75.7 0.000 0.000 |
-LZO1C-1 | system.conf 833 1 632 75.9 0.000 0.000 |
-LZO1C-1 | ConsoleKit.conf 7305 1 961 13.2 0.000 0.000 |
-LZO1C-1 | avahi-dbus.conf 1138 1 547 48.1 0.000 0.000 |
-LZO1C-1 | bluetooth.conf 1315 1 706 53.7 0.000 0.000 |
-LZO1C-1 | dbus-wpa_supplicant.conf 743 1 354 47.6 0.000 0.000 |
-LZO1C-1 | ofono.conf 1063 1 604 56.8 0.000 0.000 |
-LZO1C-1 | pulseaudio-system.conf 1084 1 859 79.2 0.000 0.000 |
-LZO1C-1 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-1 | distcc 535 1 448 83.7 0.000 0.000 |
-LZO1C-1 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-1 | postinst 52 1 57 110 0.000 0.000 |
-LZO1C-1 | rcS 1040 1 804 77.3 0.000 0.000 |
-LZO1C-1 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-1 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-1 | useradd 117 1 122 104 0.000 0.000 |
-LZO1C-1 | 00_core 1637 1 1058 64.6 0.000 0.000 |
-LZO1C-1 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-1 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-1 | 99_sshd 75 1 67 89.3 0.000 0.000 |
-LZO1C-1 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-1 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-1 | clients.allow 1582 1 1156 73.1 0.000 0.000 |
-LZO1C-1 | commands.allow.sh 1763 1 1102 62.5 0.000 0.000 |
-LZO1C-1 | hosts 203 1 183 90.1 0.000 0.000 |
-LZO1C-1 | automatic.conf 2569 1 1364 53.1 0.000 0.000 |
-LZO1C-1 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-1 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-1 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-1 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-1 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-1 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-1 | 30-liberation-aliases.conf 419 1 231 55.1 0.000 0.000 |
-LZO1C-1 | README 978 1 734 75.1 0.000 0.000 |
-LZO1C-1 | fonts.conf 2532 1 1486 58.7 0.000 0.000 |
-LZO1C-1 | config 1032 1 438 42.4 0.000 0.000 |
-LZO1C-1 | fstab 637 1 385 60.4 0.000 0.000 |
-LZO1C-1 | path 1448 1 906 62.6 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 235 1 148 63.0 0.000 0.000 |
-LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-1 | %gconf.xml 2158 1 598 27.7 0.000 0.000 |
-LZO1C-1 | %gconf.xml 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 |
-LZO1C-1 | %gconf.xml 515 1 315 61.2 0.000 0.000 |
-LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-1 | %gconf.xml 5626 1 1734 30.8 0.000 0.000 |
-LZO1C-1 | settings-daemon.schemas 7202 1 1828 25.4 0.000 0.000 |
-LZO1C-1 | group 620 1 543 87.6 0.000 0.000 |
-LZO1C-1 | gshadow 514 1 382 74.3 0.000 0.000 |
-LZO1C-1 | im-multipress.conf 890 1 792 89.0 0.000 0.000 |
-LZO1C-1 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-1 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-1 | hosts 257 1 207 80.5 0.000 0.000 |
-LZO1C-1 | alsa-state 811 1 526 64.9 0.000 0.000 |
-LZO1C-1 | atd 578 1 398 68.9 0.000 0.000 |
-LZO1C-1 | avahi-daemon 4491 1 2578 57.4 0.000 0.000 |
-LZO1C-1 | banner.sh 492 1 308 62.6 0.000 0.000 |
-LZO1C-1 | bluetooth 1253 1 786 62.7 0.000 0.000 |
-LZO1C-1 | bootlogd 1997 1 1242 62.2 0.000 0.000 |
-LZO1C-1 | bootmisc.sh 2017 1 1389 68.9 0.000 0.000 |
-LZO1C-1 | checkroot.sh 3591 1 2334 65.0 0.000 0.000 |
-LZO1C-1 | connman 1462 1 969 66.3 0.000 0.000 |
-LZO1C-1 | crond 1235 1 825 66.8 0.000 0.000 |
-LZO1C-1 | dbus-1 2887 1 1811 62.7 0.000 0.000 |
-LZO1C-1 | devpts.sh 526 1 393 74.7 0.000 0.000 |
-LZO1C-1 | distcc 2863 1 1696 59.2 0.000 0.000 |
-LZO1C-1 | dmesg.sh 352 1 254 72.2 0.000 0.000 |
-LZO1C-1 | functions 2141 1 1349 63.0 0.000 0.000 |
-LZO1C-1 | halt 510 1 407 79.8 0.000 0.000 |
-LZO1C-1 | hostname.sh 580 1 429 74.0 0.000 0.000 |
-LZO1C-1 | hwclock.sh 2541 1 1348 53.0 0.000 0.000 |
-LZO1C-1 | kdump 2989 1 1437 48.1 0.000 0.000 |
-LZO1C-1 | mdmonitor 1773 1 1069 60.3 0.000 0.000 |
-LZO1C-1 | modutils.sh 1223 1 775 63.4 0.000 0.000 |
-LZO1C-1 | mountall.sh 869 1 669 77.0 0.000 0.000 |
-LZO1C-1 | mountnfs.sh 1589 1 959 60.4 0.000 0.000 |
-LZO1C-1 | networking 1956 1 1036 53.0 0.000 0.000 |
-LZO1C-1 | nfscommon 1609 1 1004 62.4 0.000 0.000 |
-LZO1C-1 | nfsserver 3326 1 1906 57.3 0.000 0.000 |
-LZO1C-1 | ofono 516 1 370 71.7 0.000 0.000 |
-LZO1C-1 | populate-volatile.sh 7826 1 3590 45.9 0.000 0.000 |
-LZO1C-1 | ppp 1231 1 712 57.8 0.000 0.000 |
-LZO1C-1 | psplash.sh 647 1 453 70.0 0.000 0.000 |
-LZO1C-1 | rc 4457 1 2624 58.9 0.000 0.000 |
-LZO1C-1 | rcS 525 1 447 85.1 0.000 0.000 |
-LZO1C-1 | read-only-rootfs-hook.sh 1273 1 879 69.0 0.000 0.000 |
-LZO1C-1 | reboot 289 1 225 77.9 0.000 0.000 |
-LZO1C-1 | rmnologin.sh 585 1 379 64.8 0.000 0.000 |
-LZO1C-1 | rng-tools 1029 1 509 49.5 0.000 0.000 |
-LZO1C-1 | rpcbind 1827 1 959 52.5 0.000 0.000 |
-LZO1C-1 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-1 | save-rtc.sh 429 1 322 75.1 0.000 0.000 |
-LZO1C-1 | sendsigs 438 1 310 70.8 0.000 0.000 |
-LZO1C-1 | single 578 1 430 74.4 0.000 0.000 |
-LZO1C-1 | sshd 2029 1 1046 51.6 0.000 0.000 |
-LZO1C-1 | sysfs.sh 907 1 482 53.1 0.000 0.000 |
-LZO1C-1 | syslog 1715 1 896 52.2 0.000 0.000 |
-LZO1C-1 | tcf-agent 1298 1 741 57.1 0.000 0.000 |
-LZO1C-1 | udev 2779 1 1662 59.8 0.000 0.000 |
-LZO1C-1 | umountfs 540 1 407 75.4 0.000 0.000 |
-LZO1C-1 | umountnfs.sh 711 1 529 74.4 0.000 0.000 |
-LZO1C-1 | urandom 1473 1 954 64.8 0.000 0.000 |
-LZO1C-1 | xserver-nodm 1436 1 991 69.0 0.000 0.000 |
-LZO1C-1 | inittab 1145 1 803 70.1 0.000 0.000 |
-LZO1C-1 | inputrc 1633 1 1073 65.7 0.000 0.000 |
-LZO1C-1 | bpf_pinning 85 1 88 104 0.000 0.000 |
-LZO1C-1 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-1 | group 31 1 35 113 0.000 0.000 |
-LZO1C-1 | nl_protos 262 1 265 101 0.000 0.000 |
-LZO1C-1 | rt_dsfield 331 1 280 84.6 0.000 0.000 |
-LZO1C-1 | rt_protos 201 1 203 101 0.000 0.000 |
-LZO1C-1 | rt_realms 112 1 114 102 0.000 0.000 |
-LZO1C-1 | rt_scopes 92 1 92 100 0.000 0.000 |
-LZO1C-1 | rt_tables 87 1 89 102 0.000 0.000 |
-LZO1C-1 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-1 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-1 | ld.so.cache 57193 1 18510 32.4 0.000 0.000 |
-LZO1C-1 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-1 | classid 1130 1 649 57.4 0.000 0.000 |
-LZO1C-1 | pktloc 1532 1 854 55.7 0.000 0.000 |
-LZO1C-1 | collect_dnf.conf 813 1 520 64.0 0.000 0.000 |
-LZO1C-1 | limits 827 1 638 77.1 0.000 0.000 |
-LZO1C-1 | login.access 2006 1 1329 66.3 0.000 0.000 |
-LZO1C-1 | login.defs 11030 1 6511 59.0 0.000 0.000 |
-LZO1C-1 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 |
-LZO1C-1 | logrotate.conf 434 1 364 83.9 0.000 0.000 |
-LZO1C-1 | btmp 130 1 120 92.3 0.000 0.000 |
-LZO1C-1 | dnf 526 1 138 26.2 0.000 0.000 |
-LZO1C-1 | wtmp 145 1 133 91.7 0.000 0.000 |
-LZO1C-1 | kbdconfig 721 1 553 76.7 0.000 0.000 |
-LZO1C-1 | session 630 1 466 74.0 0.000 0.000 |
-LZO1C-1 | mdadm.conf 2687 1 1897 70.6 0.000 0.000 |
-LZO1C-1 | mke2fs.conf 832 1 495 59.5 0.000 0.000 |
-LZO1C-1 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-1 | netconfig 767 1 475 61.9 0.000 0.000 |
-LZO1C-1 | nfsroot 809 1 546 67.5 0.000 0.000 |
-LZO1C-1 | wpa-supplicant 1999 1 968 48.4 0.000 0.000 |
-LZO1C-1 | interfaces 129 1 123 95.3 0.000 0.000 |
-LZO1C-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-1 | nfs-utils.conf 1087 1 755 69.5 0.000 0.000 |
-LZO1C-1 | nfsmount.conf 3606 1 2075 57.5 0.000 0.000 |
-LZO1C-1 | nsswitch.conf 497 1 372 74.8 0.000 0.000 |
-LZO1C-1 | phonesim.conf 361 1 311 86.1 0.000 0.000 |
-LZO1C-1 | arch.conf 105 1 79 75.2 0.000 0.000 |
-LZO1C-1 | opkg.conf 845 1 603 71.4 0.000 0.000 |
-LZO1C-1 | passwd 1006 1 679 67.5 0.000 0.000 |
-LZO1C-1 | cert9.db 28672 1 996 3.5 0.000 0.000 |
-LZO1C-1 | key4.db 36864 1 1247 3.4 0.000 0.000 |
-LZO1C-1 | pkcs11.txt 425 1 366 86.1 0.000 0.000 |
-LZO1C-1 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-1 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-1 | ip-down 1454 1 1039 71.5 0.000 0.000 |
-LZO1C-1 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-1 | ip-up 1452 1 1038 71.5 0.000 0.000 |
-LZO1C-1 | 08setupdns 292 1 185 63.4 0.000 0.000 |
-LZO1C-1 | options 5 1 9 180 0.000 0.000 |
-LZO1C-1 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-1 | provider 1093 1 830 75.9 0.000 0.000 |
-LZO1C-1 | ppp_on_boot 573 1 466 81.3 0.000 0.000 |
-LZO1C-1 | profile 984 1 804 81.7 0.000 0.000 |
-LZO1C-1 | bash_completion.sh 672 1 421 62.6 0.000 0.000 |
-LZO1C-1 | distcc.sh 68 1 65 95.6 0.000 0.000 |
-LZO1C-1 | gawk.csh 1107 1 291 26.3 0.000 0.000 |
-LZO1C-1 | gawk.sh 757 1 238 31.4 0.000 0.000 |
-LZO1C-1 | protocols 2932 1 2130 72.6 0.000 0.000 |
-LZO1C-1 | client.conf 1233 1 974 79.0 0.000 0.000 |
-LZO1C-1 | 50-sato.conf 447 1 375 83.9 0.000 0.000 |
-LZO1C-1 | daemon.conf 2374 1 1620 68.2 0.000 0.000 |
-LZO1C-1 | default.pa 4933 1 2732 55.4 0.000 0.000 |
-LZO1C-1 | system.pa 2078 1 1353 65.1 0.000 0.000 |
-LZO1C-1 | quilt.quiltrc 1347 1 931 69.1 0.000 0.000 |
-LZO1C-1 | quotagrpadmins 220 1 203 92.3 0.000 0.000 |
-LZO1C-1 | quotatab 261 1 226 86.6 0.000 0.000 |
-LZO1C-1 | rpc 895 1 684 76.4 0.000 0.000 |
-LZO1C-1 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-1 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-1 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-1 | rpmrc 111 1 87 78.4 0.000 0.000 |
-LZO1C-1 | securetty 1848 1 1304 70.6 0.000 0.000 |
-LZO1C-1 | services 18790 1 10592 56.4 0.000 0.000 |
-LZO1C-1 | shadow 619 1 224 36.2 0.000 0.000 |
-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 577388 3 41501 7.2 523.039 0.000 |
-LZO1C-1 | ssh_config 1548 1 1074 69.4 0.000 0.000 |
-LZO1C-1 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 |
-LZO1C-1 | ssh_host_ecdsa_key.pub 176 1 171 97.2 0.000 0.000 |
-LZO1C-1 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
-LZO1C-1 | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1C-1 | ssh_host_rsa_key 2602 1 2570 98.8 0.000 0.000 |
-LZO1C-1 | ssh_host_rsa_key.pub 568 1 572 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 161313 80.6 65.797 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 |
-LZO1C-1 | crond 110 1 110 100 0.000 0.000 |
-LZO1C-1 | kdump.conf 411 1 330 80.3 0.000 0.000 |
-LZO1C-1 | sysctl.conf 2128 1 1624 76.3 0.000 0.000 |
-LZO1C-1 | syslog-startup.conf 651 1 548 84.2 0.000 0.000 |
-LZO1C-1 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-1 | ansi 1481 1 772 52.1 0.000 0.000 |
-LZO1C-1 | dumb 308 1 75 24.4 0.000 0.000 |
-LZO1C-1 | linux 1730 1 1047 60.5 0.000 0.000 |
-LZO1C-1 | rxvt 2286 1 1581 69.2 0.000 0.000 |
-LZO1C-1 | screen 1587 1 949 59.8 0.000 0.000 |
-LZO1C-1 | screen-256color 1677 1 994 59.3 0.000 0.000 |
-LZO1C-1 | sun 1004 1 528 52.6 0.000 0.000 |
-LZO1C-1 | vt100 1190 1 762 64.0 0.000 0.000 |
-LZO1C-1 | vt102 1184 1 765 64.6 0.000 0.000 |
-LZO1C-1 | vt200 1377 1 938 68.1 0.000 0.000 |
-LZO1C-1 | vt220 1377 1 938 68.1 0.000 0.000 |
-LZO1C-1 | vt52 470 1 247 52.6 0.000 0.000 |
-LZO1C-1 | xterm-256color 3641 1 2550 70.0 0.000 0.000 |
-LZO1C-1 | xterm-color 1551 1 815 52.5 0.000 0.000 |
-LZO1C-1 | xterm-xfree86 2240 1 1416 63.2 0.000 0.000 |
-LZO1C-1 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-1 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-1 | mount.blacklist 51 1 44 86.3 0.000 0.000 |
-LZO1C-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-1 | automount.rules 847 1 572 67.5 0.000 0.000 |
-LZO1C-1 | autonet.rules 757 1 542 71.6 0.000 0.000 |
-LZO1C-1 | local.rules 885 1 665 75.1 0.000 0.000 |
-LZO1C-1 | localextra.rules 843 1 619 73.4 0.000 0.000 |
-LZO1C-1 | mount.sh 4232 1 2256 53.3 0.000 0.000 |
-LZO1C-1 | network.sh 1402 1 1038 74.0 0.000 0.000 |
-LZO1C-1 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-1 | 50default 2634 1 1184 45.0 0.000 0.000 |
-LZO1C-1 | version 15 1 19 127 0.000 0.000 |
-LZO1C-1 | volatile.cache 5955 1 1524 25.6 0.000 0.000 |
-LZO1C-1 | 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 |
-LZO1C-1 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 |
-LZO1C-1 | gsettings-data-convert.desktop 7741 1 4692 60.6 0.000 0.000 |
-LZO1C-1 | pulseaudio.desktop 4973 1 2402 48.3 0.000 0.000 |
-LZO1C-1 | xinput_calibrator.desktop 299 1 238 79.6 0.000 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*** 4506 1.0 1535 72.0 116.890 0.000
-LZO1C-1 ***TOTALS*** 1243893 278 423890 34.1 116.890 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-2 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-2 | Xsession 755 1 509 67.4 0.000 0.000 |
-LZO1C-2 | 13xdgbasedirs.sh 550 1 468 85.1 0.000 0.000 |
-LZO1C-2 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-2 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-2 | 80matchboxkeyboard.sh 631 1 407 64.5 0.000 0.000 |
-LZO1C-2 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 |
-LZO1C-2 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 |
-LZO1C-2 | xinitrc 739 1 444 60.1 0.000 0.000 |
-LZO1C-2 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-2 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-2 | avahi-daemon.conf 1753 1 1273 72.6 0.000 0.000 |
-LZO1C-2 | hosts 1121 1 915 81.6 0.000 0.000 |
-LZO1C-2 | sftp-ssh.service 1075 1 849 79.0 0.000 0.000 |
-LZO1C-2 | ssh.service 1071 1 847 79.1 0.000 0.000 |
-LZO1C-2 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-2 | perf 6321 1 3045 48.2 0.000 0.000 |
-LZO1C-2 | quilt 7117 1 2751 38.7 0.000 0.000 |
-LZO1C-2 | bindresvport.blacklist 429 1 339 79.0 0.000 0.000 |
-LZO1C-2 | input.conf 397 1 353 88.9 0.000 0.000 |
-LZO1C-2 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-2 | build 528 1 282 53.4 0.000 0.000 |
-LZO1C-2 | busybox.links.nosuid 2358 1 1191 50.5 0.000 0.000 |
-LZO1C-2 | busybox.links.suid 91 1 70 76.9 0.000 0.000 |
-LZO1C-2 | ca-certificates.conf 5340 1 1998 37.4 0.000 0.000 |
-LZO1C-2 | pap 653 1 554 84.8 0.000 0.000 |
-LZO1C-2 | logrotate 189 1 156 82.5 0.000 0.000 |
-LZO1C-2 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | crontab 653 1 424 64.9 0.000 0.000 |
-LZO1C-2 | session.conf 838 1 635 75.8 0.000 0.000 |
-LZO1C-2 | system.conf 833 1 633 76.0 0.000 0.000 |
-LZO1C-2 | ConsoleKit.conf 7305 1 959 13.1 0.000 0.000 |
-LZO1C-2 | avahi-dbus.conf 1138 1 550 48.3 0.000 0.000 |
-LZO1C-2 | bluetooth.conf 1315 1 707 53.8 0.000 0.000 |
-LZO1C-2 | dbus-wpa_supplicant.conf 743 1 348 46.8 0.000 0.000 |
-LZO1C-2 | ofono.conf 1063 1 605 56.9 0.000 0.000 |
-LZO1C-2 | pulseaudio-system.conf 1084 1 861 79.4 0.000 0.000 |
-LZO1C-2 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-2 | distcc 535 1 448 83.7 0.000 0.000 |
-LZO1C-2 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-2 | postinst 52 1 57 110 0.000 0.000 |
-LZO1C-2 | rcS 1040 1 801 77.0 0.000 0.000 |
-LZO1C-2 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-2 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | useradd 117 1 122 104 0.000 0.000 |
-LZO1C-2 | 00_core 1637 1 1047 64.0 0.000 0.000 |
-LZO1C-2 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-2 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-2 | 99_sshd 75 1 67 89.3 0.000 0.000 |
-LZO1C-2 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-2 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-2 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-2 | clients.allow 1582 1 1153 72.9 0.000 0.000 |
-LZO1C-2 | commands.allow.sh 1763 1 1099 62.3 0.000 0.000 |
-LZO1C-2 | hosts 203 1 181 89.2 0.000 0.000 |
-LZO1C-2 | automatic.conf 2569 1 1360 52.9 0.000 0.000 |
-LZO1C-2 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-2 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-2 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-2 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-2 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-2 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-2 | 30-liberation-aliases.conf 419 1 231 55.1 0.000 0.000 |
-LZO1C-2 | README 978 1 732 74.8 0.000 0.000 |
-LZO1C-2 | fonts.conf 2532 1 1477 58.3 0.000 0.000 |
-LZO1C-2 | config 1032 1 438 42.4 0.000 0.000 |
-LZO1C-2 | fstab 637 1 381 59.8 0.000 0.000 |
-LZO1C-2 | path 1448 1 902 62.3 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 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 602 27.9 0.000 0.000 |
-LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | %gconf.xml 515 1 312 60.6 0.000 0.000 |
-LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | %gconf.xml 5626 1 1696 30.1 0.000 0.000 |
-LZO1C-2 | settings-daemon.schemas 7202 1 1809 25.1 0.000 0.000 |
-LZO1C-2 | group 620 1 542 87.4 0.000 0.000 |
-LZO1C-2 | gshadow 514 1 380 73.9 0.000 0.000 |
-LZO1C-2 | im-multipress.conf 890 1 791 88.9 0.000 0.000 |
-LZO1C-2 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-2 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-2 | hosts 257 1 206 80.2 0.000 0.000 |
-LZO1C-2 | alsa-state 811 1 532 65.6 0.000 0.000 |
-LZO1C-2 | atd 578 1 398 68.9 0.000 0.000 |
-LZO1C-2 | avahi-daemon 4491 1 2585 57.6 0.000 0.000 |
-LZO1C-2 | banner.sh 492 1 302 61.4 0.000 0.000 |
-LZO1C-2 | bluetooth 1253 1 782 62.4 0.000 0.000 |
-LZO1C-2 | bootlogd 1997 1 1240 62.1 0.000 0.000 |
-LZO1C-2 | bootmisc.sh 2017 1 1370 67.9 0.000 0.000 |
-LZO1C-2 | checkroot.sh 3591 1 2324 64.7 0.000 0.000 |
-LZO1C-2 | connman 1462 1 968 66.2 0.000 0.000 |
-LZO1C-2 | crond 1235 1 822 66.6 0.000 0.000 |
-LZO1C-2 | dbus-1 2887 1 1802 62.4 0.000 0.000 |
-LZO1C-2 | devpts.sh 526 1 394 74.9 0.000 0.000 |
-LZO1C-2 | distcc 2863 1 1686 58.9 0.000 0.000 |
-LZO1C-2 | dmesg.sh 352 1 251 71.3 0.000 0.000 |
-LZO1C-2 | functions 2141 1 1341 62.6 0.000 0.000 |
-LZO1C-2 | halt 510 1 406 79.6 0.000 0.000 |
-LZO1C-2 | hostname.sh 580 1 426 73.4 0.000 0.000 |
-LZO1C-2 | hwclock.sh 2541 1 1334 52.5 0.000 0.000 |
-LZO1C-2 | kdump 2989 1 1431 47.9 0.000 0.000 |
-LZO1C-2 | mdmonitor 1773 1 1063 60.0 0.000 0.000 |
-LZO1C-2 | modutils.sh 1223 1 778 63.6 0.000 0.000 |
-LZO1C-2 | mountall.sh 869 1 665 76.5 0.000 0.000 |
-LZO1C-2 | mountnfs.sh 1589 1 937 59.0 0.000 0.000 |
-LZO1C-2 | networking 1956 1 1036 53.0 0.000 0.000 |
-LZO1C-2 | nfscommon 1609 1 1003 62.3 0.000 0.000 |
-LZO1C-2 | nfsserver 3326 1 1902 57.2 0.000 0.000 |
-LZO1C-2 | ofono 516 1 373 72.3 0.000 0.000 |
-LZO1C-2 | populate-volatile.sh 7826 1 3532 45.1 0.000 0.000 |
-LZO1C-2 | ppp 1231 1 702 57.0 0.000 0.000 |
-LZO1C-2 | psplash.sh 647 1 450 69.6 0.000 0.000 |
-LZO1C-2 | rc 4457 1 2570 57.7 0.000 0.000 |
-LZO1C-2 | rcS 525 1 447 85.1 0.000 0.000 |
-LZO1C-2 | read-only-rootfs-hook.sh 1273 1 873 68.6 0.000 0.000 |
-LZO1C-2 | reboot 289 1 224 77.5 0.000 0.000 |
-LZO1C-2 | rmnologin.sh 585 1 381 65.1 0.000 0.000 |
-LZO1C-2 | rng-tools 1029 1 508 49.4 0.000 0.000 |
-LZO1C-2 | rpcbind 1827 1 962 52.7 0.000 0.000 |
-LZO1C-2 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-2 | save-rtc.sh 429 1 324 75.5 0.000 0.000 |
-LZO1C-2 | sendsigs 438 1 306 69.9 0.000 0.000 |
-LZO1C-2 | single 578 1 430 74.4 0.000 0.000 |
-LZO1C-2 | sshd 2029 1 1048 51.7 0.000 0.000 |
-LZO1C-2 | sysfs.sh 907 1 476 52.5 0.000 0.000 |
-LZO1C-2 | syslog 1715 1 880 51.3 0.000 0.000 |
-LZO1C-2 | tcf-agent 1298 1 741 57.1 0.000 0.000 |
-LZO1C-2 | udev 2779 1 1658 59.7 0.000 0.000 |
-LZO1C-2 | umountfs 540 1 407 75.4 0.000 0.000 |
-LZO1C-2 | umountnfs.sh 711 1 528 74.3 0.000 0.000 |
-LZO1C-2 | urandom 1473 1 954 64.8 0.000 0.000 |
-LZO1C-2 | xserver-nodm 1436 1 992 69.1 0.000 0.000 |
-LZO1C-2 | inittab 1145 1 803 70.1 0.000 0.000 |
-LZO1C-2 | inputrc 1633 1 1066 65.3 0.000 0.000 |
-LZO1C-2 | bpf_pinning 85 1 88 104 0.000 0.000 |
-LZO1C-2 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-2 | group 31 1 35 113 0.000 0.000 |
-LZO1C-2 | nl_protos 262 1 265 101 0.000 0.000 |
-LZO1C-2 | rt_dsfield 331 1 279 84.3 0.000 0.000 |
-LZO1C-2 | rt_protos 201 1 203 101 0.000 0.000 |
-LZO1C-2 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1C-2 | rt_scopes 92 1 92 100 0.000 0.000 |
-LZO1C-2 | rt_tables 87 1 89 102 0.000 0.000 |
-LZO1C-2 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-2 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-2 | ld.so.cache 57193 1 17579 30.7 0.000 0.000 |
-LZO1C-2 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-2 | classid 1130 1 650 57.5 0.000 0.000 |
-LZO1C-2 | pktloc 1532 1 849 55.4 0.000 0.000 |
-LZO1C-2 | collect_dnf.conf 813 1 511 62.9 0.000 0.000 |
-LZO1C-2 | limits 827 1 637 77.0 0.000 0.000 |
-LZO1C-2 | login.access 2006 1 1314 65.5 0.000 0.000 |
-LZO1C-2 | login.defs 11030 1 6445 58.4 0.000 0.000 |
-LZO1C-2 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 |
-LZO1C-2 | logrotate.conf 434 1 364 83.9 0.000 0.000 |
-LZO1C-2 | btmp 130 1 120 92.3 0.000 0.000 |
-LZO1C-2 | dnf 526 1 138 26.2 0.000 0.000 |
-LZO1C-2 | wtmp 145 1 133 91.7 0.000 0.000 |
-LZO1C-2 | kbdconfig 721 1 550 76.3 0.000 0.000 |
-LZO1C-2 | session 630 1 466 74.0 0.000 0.000 |
-LZO1C-2 | mdadm.conf 2687 1 1895 70.5 0.000 0.000 |
-LZO1C-2 | mke2fs.conf 832 1 493 59.3 0.000 0.000 |
-LZO1C-2 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | netconfig 767 1 469 61.1 0.000 0.000 |
-LZO1C-2 | nfsroot 809 1 543 67.1 0.000 0.000 |
-LZO1C-2 | wpa-supplicant 1999 1 959 48.0 0.000 0.000 |
-LZO1C-2 | interfaces 129 1 123 95.3 0.000 0.000 |
-LZO1C-2 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | nfs-utils.conf 1087 1 755 69.5 0.000 0.000 |
-LZO1C-2 | nfsmount.conf 3606 1 2046 56.7 0.000 0.000 |
-LZO1C-2 | nsswitch.conf 497 1 372 74.8 0.000 0.000 |
-LZO1C-2 | phonesim.conf 361 1 309 85.6 0.000 0.000 |
-LZO1C-2 | arch.conf 105 1 79 75.2 0.000 0.000 |
-LZO1C-2 | opkg.conf 845 1 603 71.4 0.000 0.000 |
-LZO1C-2 | passwd 1006 1 679 67.5 0.000 0.000 |
-LZO1C-2 | cert9.db 28672 1 989 3.4 0.000 0.000 |
-LZO1C-2 | key4.db 36864 1 1241 3.4 0.000 0.000 |
-LZO1C-2 | pkcs11.txt 425 1 366 86.1 0.000 0.000 |
-LZO1C-2 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-2 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-2 | ip-down 1454 1 1035 71.2 0.000 0.000 |
-LZO1C-2 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-2 | ip-up 1452 1 1036 71.3 0.000 0.000 |
-LZO1C-2 | 08setupdns 292 1 185 63.4 0.000 0.000 |
-LZO1C-2 | options 5 1 9 180 0.000 0.000 |
-LZO1C-2 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-2 | provider 1093 1 830 75.9 0.000 0.000 |
-LZO1C-2 | ppp_on_boot 573 1 464 81.0 0.000 0.000 |
-LZO1C-2 | profile 984 1 803 81.6 0.000 0.000 |
-LZO1C-2 | bash_completion.sh 672 1 418 62.2 0.000 0.000 |
-LZO1C-2 | distcc.sh 68 1 65 95.6 0.000 0.000 |
-LZO1C-2 | gawk.csh 1107 1 291 26.3 0.000 0.000 |
-LZO1C-2 | gawk.sh 757 1 236 31.2 0.000 0.000 |
-LZO1C-2 | protocols 2932 1 2123 72.4 0.000 0.000 |
-LZO1C-2 | client.conf 1233 1 973 78.9 0.000 0.000 |
-LZO1C-2 | 50-sato.conf 447 1 376 84.1 0.000 0.000 |
-LZO1C-2 | daemon.conf 2374 1 1601 67.4 0.000 0.000 |
-LZO1C-2 | default.pa 4933 1 2691 54.6 0.000 0.000 |
-LZO1C-2 | system.pa 2078 1 1350 65.0 0.000 0.000 |
-LZO1C-2 | quilt.quiltrc 1347 1 928 68.9 0.000 0.000 |
-LZO1C-2 | quotagrpadmins 220 1 203 92.3 0.000 0.000 |
-LZO1C-2 | quotatab 261 1 225 86.2 0.000 0.000 |
-LZO1C-2 | rpc 895 1 680 76.0 0.000 0.000 |
-LZO1C-2 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-2 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-2 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-2 | rpmrc 111 1 87 78.4 0.000 0.000 |
-LZO1C-2 | securetty 1848 1 1301 70.4 0.000 0.000 |
-LZO1C-2 | services 18790 1 10394 55.3 0.000 0.000 |
-LZO1C-2 | shadow 619 1 221 35.7 0.000 0.000 |
-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 577388 3 30064 5.2 564.909 0.000 |
-LZO1C-2 | ssh_config 1548 1 1065 68.8 0.000 0.000 |
-LZO1C-2 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 |
-LZO1C-2 | ssh_host_ecdsa_key.pub 176 1 171 97.2 0.000 0.000 |
-LZO1C-2 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
-LZO1C-2 | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1C-2 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 |
-LZO1C-2 | ssh_host_rsa_key.pub 568 1 572 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 160157 80.1 65.372 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 |
-LZO1C-2 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-2 | kdump.conf 411 1 330 80.3 0.000 0.000 |
-LZO1C-2 | sysctl.conf 2128 1 1616 75.9 0.000 0.000 |
-LZO1C-2 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 |
-LZO1C-2 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-2 | ansi 1481 1 761 51.4 0.000 0.000 |
-LZO1C-2 | dumb 308 1 72 23.4 0.000 0.000 |
-LZO1C-2 | linux 1730 1 1024 59.2 0.000 0.000 |
-LZO1C-2 | rxvt 2286 1 1579 69.1 0.000 0.000 |
-LZO1C-2 | screen 1587 1 935 58.9 0.000 0.000 |
-LZO1C-2 | screen-256color 1677 1 978 58.3 0.000 0.000 |
-LZO1C-2 | sun 1004 1 515 51.3 0.000 0.000 |
-LZO1C-2 | vt100 1190 1 750 63.0 0.000 0.000 |
-LZO1C-2 | vt102 1184 1 756 63.9 0.000 0.000 |
-LZO1C-2 | vt200 1377 1 932 67.7 0.000 0.000 |
-LZO1C-2 | vt220 1377 1 932 67.7 0.000 0.000 |
-LZO1C-2 | vt52 470 1 234 49.8 0.000 0.000 |
-LZO1C-2 | xterm-256color 3641 1 2529 69.5 0.000 0.000 |
-LZO1C-2 | xterm-color 1551 1 797 51.4 0.000 0.000 |
-LZO1C-2 | xterm-xfree86 2240 1 1395 62.3 0.000 0.000 |
-LZO1C-2 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-2 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-2 | mount.blacklist 51 1 44 86.3 0.000 0.000 |
-LZO1C-2 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-2 | automount.rules 847 1 572 67.5 0.000 0.000 |
-LZO1C-2 | autonet.rules 757 1 542 71.6 0.000 0.000 |
-LZO1C-2 | local.rules 885 1 664 75.0 0.000 0.000 |
-LZO1C-2 | localextra.rules 843 1 614 72.8 0.000 0.000 |
-LZO1C-2 | mount.sh 4232 1 2241 53.0 0.000 0.000 |
-LZO1C-2 | network.sh 1402 1 1041 74.3 0.000 0.000 |
-LZO1C-2 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-2 | 50default 2634 1 1162 44.1 0.000 0.000 |
-LZO1C-2 | version 15 1 19 127 0.000 0.000 |
-LZO1C-2 | volatile.cache 5955 1 1536 25.8 0.000 0.000 |
-LZO1C-2 | 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 |
-LZO1C-2 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 |
-LZO1C-2 | gsettings-data-convert.desktop 7741 1 4675 60.4 0.000 0.000 |
-LZO1C-2 | pulseaudio.desktop 4973 1 2409 48.4 0.000 0.000 |
-LZO1C-2 | xinput_calibrator.desktop 299 1 238 79.6 0.000 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*** 4506 1.0 1482 71.8 117.183 0.000
-LZO1C-2 ***TOTALS*** 1243893 278 409095 32.9 117.183 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-3 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-3 | Xsession 755 1 509 67.4 0.000 0.000 |
-LZO1C-3 | 13xdgbasedirs.sh 550 1 468 85.1 0.000 0.000 |
-LZO1C-3 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-3 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-3 | 80matchboxkeyboard.sh 631 1 407 64.5 0.000 0.000 |
-LZO1C-3 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 |
-LZO1C-3 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 |
-LZO1C-3 | xinitrc 739 1 444 60.1 0.000 0.000 |
-LZO1C-3 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-3 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-3 | avahi-daemon.conf 1753 1 1264 72.1 0.000 0.000 |
-LZO1C-3 | hosts 1121 1 910 81.2 0.000 0.000 |
-LZO1C-3 | sftp-ssh.service 1075 1 844 78.5 0.000 0.000 |
-LZO1C-3 | ssh.service 1071 1 842 78.6 0.000 0.000 |
-LZO1C-3 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-3 | perf 6321 1 3027 47.9 0.000 0.000 |
-LZO1C-3 | quilt 7117 1 2730 38.4 0.000 0.000 |
-LZO1C-3 | bindresvport.blacklist 429 1 342 79.7 0.000 0.000 |
-LZO1C-3 | input.conf 397 1 353 88.9 0.000 0.000 |
-LZO1C-3 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-3 | build 528 1 285 54.0 0.000 0.000 |
-LZO1C-3 | busybox.links.nosuid 2358 1 1180 50.0 0.000 0.000 |
-LZO1C-3 | busybox.links.suid 91 1 70 76.9 0.000 0.000 |
-LZO1C-3 | ca-certificates.conf 5340 1 1993 37.3 0.000 0.000 |
-LZO1C-3 | pap 653 1 549 84.1 0.000 0.000 |
-LZO1C-3 | logrotate 189 1 156 82.5 0.000 0.000 |
-LZO1C-3 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | crontab 653 1 420 64.3 0.000 0.000 |
-LZO1C-3 | session.conf 838 1 632 75.4 0.000 0.000 |
-LZO1C-3 | system.conf 833 1 630 75.6 0.000 0.000 |
-LZO1C-3 | ConsoleKit.conf 7305 1 966 13.2 0.000 0.000 |
-LZO1C-3 | avahi-dbus.conf 1138 1 552 48.5 0.000 0.000 |
-LZO1C-3 | bluetooth.conf 1315 1 706 53.7 0.000 0.000 |
-LZO1C-3 | dbus-wpa_supplicant.conf 743 1 352 47.4 0.000 0.000 |
-LZO1C-3 | ofono.conf 1063 1 605 56.9 0.000 0.000 |
-LZO1C-3 | pulseaudio-system.conf 1084 1 856 79.0 0.000 0.000 |
-LZO1C-3 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-3 | distcc 535 1 446 83.4 0.000 0.000 |
-LZO1C-3 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-3 | postinst 52 1 57 110 0.000 0.000 |
-LZO1C-3 | rcS 1040 1 798 76.7 0.000 0.000 |
-LZO1C-3 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-3 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | useradd 117 1 122 104 0.000 0.000 |
-LZO1C-3 | 00_core 1637 1 1042 63.7 0.000 0.000 |
-LZO1C-3 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-3 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-3 | 99_sshd 75 1 67 89.3 0.000 0.000 |
-LZO1C-3 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-3 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-3 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-3 | clients.allow 1582 1 1139 72.0 0.000 0.000 |
-LZO1C-3 | commands.allow.sh 1763 1 1089 61.8 0.000 0.000 |
-LZO1C-3 | hosts 203 1 181 89.2 0.000 0.000 |
-LZO1C-3 | automatic.conf 2569 1 1350 52.5 0.000 0.000 |
-LZO1C-3 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-3 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-3 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-3 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-3 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-3 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-3 | 30-liberation-aliases.conf 419 1 231 55.1 0.000 0.000 |
-LZO1C-3 | README 978 1 728 74.4 0.000 0.000 |
-LZO1C-3 | fonts.conf 2532 1 1474 58.2 0.000 0.000 |
-LZO1C-3 | config 1032 1 437 42.3 0.000 0.000 |
-LZO1C-3 | fstab 637 1 386 60.6 0.000 0.000 |
-LZO1C-3 | path 1448 1 896 61.9 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 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 604 28.0 0.000 0.000 |
-LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | %gconf.xml 515 1 312 60.6 0.000 0.000 |
-LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | %gconf.xml 5626 1 1697 30.2 0.000 0.000 |
-LZO1C-3 | settings-daemon.schemas 7202 1 1808 25.1 0.000 0.000 |
-LZO1C-3 | group 620 1 542 87.4 0.000 0.000 |
-LZO1C-3 | gshadow 514 1 380 73.9 0.000 0.000 |
-LZO1C-3 | im-multipress.conf 890 1 793 89.1 0.000 0.000 |
-LZO1C-3 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-3 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-3 | hosts 257 1 206 80.2 0.000 0.000 |
-LZO1C-3 | alsa-state 811 1 527 65.0 0.000 0.000 |
-LZO1C-3 | atd 578 1 396 68.5 0.000 0.000 |
-LZO1C-3 | avahi-daemon 4491 1 2568 57.2 0.000 0.000 |
-LZO1C-3 | banner.sh 492 1 302 61.4 0.000 0.000 |
-LZO1C-3 | bluetooth 1253 1 780 62.3 0.000 0.000 |
-LZO1C-3 | bootlogd 1997 1 1224 61.3 0.000 0.000 |
-LZO1C-3 | bootmisc.sh 2017 1 1375 68.2 0.000 0.000 |
-LZO1C-3 | checkroot.sh 3591 1 2311 64.4 0.000 0.000 |
-LZO1C-3 | connman 1462 1 968 66.2 0.000 0.000 |
-LZO1C-3 | crond 1235 1 815 66.0 0.000 0.000 |
-LZO1C-3 | dbus-1 2887 1 1795 62.2 0.000 0.000 |
-LZO1C-3 | devpts.sh 526 1 394 74.9 0.000 0.000 |
-LZO1C-3 | distcc 2863 1 1681 58.7 0.000 0.000 |
-LZO1C-3 | dmesg.sh 352 1 251 71.3 0.000 0.000 |
-LZO1C-3 | functions 2141 1 1338 62.5 0.000 0.000 |
-LZO1C-3 | halt 510 1 406 79.6 0.000 0.000 |
-LZO1C-3 | hostname.sh 580 1 426 73.4 0.000 0.000 |
-LZO1C-3 | hwclock.sh 2541 1 1334 52.5 0.000 0.000 |
-LZO1C-3 | kdump 2989 1 1426 47.7 0.000 0.000 |
-LZO1C-3 | mdmonitor 1773 1 1056 59.6 0.000 0.000 |
-LZO1C-3 | modutils.sh 1223 1 778 63.6 0.000 0.000 |
-LZO1C-3 | mountall.sh 869 1 663 76.3 0.000 0.000 |
-LZO1C-3 | mountnfs.sh 1589 1 937 59.0 0.000 0.000 |
-LZO1C-3 | networking 1956 1 1036 53.0 0.000 0.000 |
-LZO1C-3 | nfscommon 1609 1 996 61.9 0.000 0.000 |
-LZO1C-3 | nfsserver 3326 1 1884 56.6 0.000 0.000 |
-LZO1C-3 | ofono 516 1 374 72.5 0.000 0.000 |
-LZO1C-3 | populate-volatile.sh 7826 1 3518 45.0 0.000 0.000 |
-LZO1C-3 | ppp 1231 1 698 56.7 0.000 0.000 |
-LZO1C-3 | psplash.sh 647 1 448 69.2 0.000 0.000 |
-LZO1C-3 | rc 4457 1 2562 57.5 0.000 0.000 |
-LZO1C-3 | rcS 525 1 447 85.1 0.000 0.000 |
-LZO1C-3 | read-only-rootfs-hook.sh 1273 1 872 68.5 0.000 0.000 |
-LZO1C-3 | reboot 289 1 224 77.5 0.000 0.000 |
-LZO1C-3 | rmnologin.sh 585 1 379 64.8 0.000 0.000 |
-LZO1C-3 | rng-tools 1029 1 508 49.4 0.000 0.000 |
-LZO1C-3 | rpcbind 1827 1 968 53.0 0.000 0.000 |
-LZO1C-3 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-3 | save-rtc.sh 429 1 325 75.8 0.000 0.000 |
-LZO1C-3 | sendsigs 438 1 306 69.9 0.000 0.000 |
-LZO1C-3 | single 578 1 428 74.0 0.000 0.000 |
-LZO1C-3 | sshd 2029 1 1046 51.6 0.000 0.000 |
-LZO1C-3 | sysfs.sh 907 1 471 51.9 0.000 0.000 |
-LZO1C-3 | syslog 1715 1 877 51.1 0.000 0.000 |
-LZO1C-3 | tcf-agent 1298 1 737 56.8 0.000 0.000 |
-LZO1C-3 | udev 2779 1 1644 59.2 0.000 0.000 |
-LZO1C-3 | umountfs 540 1 405 75.0 0.000 0.000 |
-LZO1C-3 | umountnfs.sh 711 1 524 73.7 0.000 0.000 |
-LZO1C-3 | urandom 1473 1 954 64.8 0.000 0.000 |
-LZO1C-3 | xserver-nodm 1436 1 989 68.9 0.000 0.000 |
-LZO1C-3 | inittab 1145 1 801 70.0 0.000 0.000 |
-LZO1C-3 | inputrc 1633 1 1059 64.8 0.000 0.000 |
-LZO1C-3 | bpf_pinning 85 1 88 104 0.000 0.000 |
-LZO1C-3 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-3 | group 31 1 35 113 0.000 0.000 |
-LZO1C-3 | nl_protos 262 1 265 101 0.000 0.000 |
-LZO1C-3 | rt_dsfield 331 1 279 84.3 0.000 0.000 |
-LZO1C-3 | rt_protos 201 1 203 101 0.000 0.000 |
-LZO1C-3 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1C-3 | rt_scopes 92 1 92 100 0.000 0.000 |
-LZO1C-3 | rt_tables 87 1 89 102 0.000 0.000 |
-LZO1C-3 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-3 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-3 | ld.so.cache 57193 1 17740 31.0 0.000 0.000 |
-LZO1C-3 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-3 | classid 1130 1 650 57.5 0.000 0.000 |
-LZO1C-3 | pktloc 1532 1 846 55.2 0.000 0.000 |
-LZO1C-3 | collect_dnf.conf 813 1 513 63.1 0.000 0.000 |
-LZO1C-3 | limits 827 1 637 77.0 0.000 0.000 |
-LZO1C-3 | login.access 2006 1 1309 65.3 0.000 0.000 |
-LZO1C-3 | login.defs 11030 1 6401 58.0 0.000 0.000 |
-LZO1C-3 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 |
-LZO1C-3 | logrotate.conf 434 1 364 83.9 0.000 0.000 |
-LZO1C-3 | btmp 130 1 120 92.3 0.000 0.000 |
-LZO1C-3 | dnf 526 1 138 26.2 0.000 0.000 |
-LZO1C-3 | wtmp 145 1 133 91.7 0.000 0.000 |
-LZO1C-3 | kbdconfig 721 1 548 76.0 0.000 0.000 |
-LZO1C-3 | session 630 1 466 74.0 0.000 0.000 |
-LZO1C-3 | mdadm.conf 2687 1 1885 70.2 0.000 0.000 |
-LZO1C-3 | mke2fs.conf 832 1 497 59.7 0.000 0.000 |
-LZO1C-3 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | netconfig 767 1 470 61.3 0.000 0.000 |
-LZO1C-3 | nfsroot 809 1 541 66.9 0.000 0.000 |
-LZO1C-3 | wpa-supplicant 1999 1 953 47.7 0.000 0.000 |
-LZO1C-3 | interfaces 129 1 123 95.3 0.000 0.000 |
-LZO1C-3 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | nfs-utils.conf 1087 1 748 68.8 0.000 0.000 |
-LZO1C-3 | nfsmount.conf 3606 1 2041 56.6 0.000 0.000 |
-LZO1C-3 | nsswitch.conf 497 1 372 74.8 0.000 0.000 |
-LZO1C-3 | phonesim.conf 361 1 309 85.6 0.000 0.000 |
-LZO1C-3 | arch.conf 105 1 79 75.2 0.000 0.000 |
-LZO1C-3 | opkg.conf 845 1 603 71.4 0.000 0.000 |
-LZO1C-3 | passwd 1006 1 666 66.2 0.000 0.000 |
-LZO1C-3 | cert9.db 28672 1 988 3.4 0.000 0.000 |
-LZO1C-3 | key4.db 36864 1 1241 3.4 0.000 0.000 |
-LZO1C-3 | pkcs11.txt 425 1 366 86.1 0.000 0.000 |
-LZO1C-3 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-3 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-3 | ip-down 1454 1 1032 71.0 0.000 0.000 |
-LZO1C-3 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-3 | ip-up 1452 1 1034 71.2 0.000 0.000 |
-LZO1C-3 | 08setupdns 292 1 185 63.4 0.000 0.000 |
-LZO1C-3 | options 5 1 9 180 0.000 0.000 |
-LZO1C-3 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-3 | provider 1093 1 822 75.2 0.000 0.000 |
-LZO1C-3 | ppp_on_boot 573 1 464 81.0 0.000 0.000 |
-LZO1C-3 | profile 984 1 801 81.4 0.000 0.000 |
-LZO1C-3 | bash_completion.sh 672 1 416 61.9 0.000 0.000 |
-LZO1C-3 | distcc.sh 68 1 65 95.6 0.000 0.000 |
-LZO1C-3 | gawk.csh 1107 1 291 26.3 0.000 0.000 |
-LZO1C-3 | gawk.sh 757 1 236 31.2 0.000 0.000 |
-LZO1C-3 | protocols 2932 1 2120 72.3 0.000 0.000 |
-LZO1C-3 | client.conf 1233 1 965 78.3 0.000 0.000 |
-LZO1C-3 | 50-sato.conf 447 1 371 83.0 0.000 0.000 |
-LZO1C-3 | daemon.conf 2374 1 1589 66.9 0.000 0.000 |
-LZO1C-3 | default.pa 4933 1 2680 54.3 0.000 0.000 |
-LZO1C-3 | system.pa 2078 1 1338 64.4 0.000 0.000 |
-LZO1C-3 | quilt.quiltrc 1347 1 926 68.7 0.000 0.000 |
-LZO1C-3 | quotagrpadmins 220 1 203 92.3 0.000 0.000 |
-LZO1C-3 | quotatab 261 1 225 86.2 0.000 0.000 |
-LZO1C-3 | rpc 895 1 680 76.0 0.000 0.000 |
-LZO1C-3 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-3 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-3 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-3 | rpmrc 111 1 87 78.4 0.000 0.000 |
-LZO1C-3 | securetty 1848 1 1297 70.2 0.000 0.000 |
-LZO1C-3 | services 18790 1 10321 54.9 0.000 0.000 |
-LZO1C-3 | shadow 619 1 221 35.7 0.000 0.000 |
-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 577388 3 30049 5.2 610.579 0.000 |
-LZO1C-3 | ssh_config 1548 1 1065 68.8 0.000 0.000 |
-LZO1C-3 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 |
-LZO1C-3 | ssh_host_ecdsa_key.pub 176 1 171 97.2 0.000 0.000 |
-LZO1C-3 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
-LZO1C-3 | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1C-3 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 |
-LZO1C-3 | ssh_host_rsa_key.pub 568 1 572 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 159923 79.9 65.511 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 |
-LZO1C-3 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-3 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1C-3 | sysctl.conf 2128 1 1601 75.2 0.000 0.000 |
-LZO1C-3 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 |
-LZO1C-3 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-3 | ansi 1481 1 760 51.3 0.000 0.000 |
-LZO1C-3 | dumb 308 1 72 23.4 0.000 0.000 |
-LZO1C-3 | linux 1730 1 1020 59.0 0.000 0.000 |
-LZO1C-3 | rxvt 2286 1 1574 68.9 0.000 0.000 |
-LZO1C-3 | screen 1587 1 937 59.0 0.000 0.000 |
-LZO1C-3 | screen-256color 1677 1 981 58.5 0.000 0.000 |
-LZO1C-3 | sun 1004 1 513 51.1 0.000 0.000 |
-LZO1C-3 | vt100 1190 1 750 63.0 0.000 0.000 |
-LZO1C-3 | vt102 1184 1 755 63.8 0.000 0.000 |
-LZO1C-3 | vt200 1377 1 929 67.5 0.000 0.000 |
-LZO1C-3 | vt220 1377 1 929 67.5 0.000 0.000 |
-LZO1C-3 | vt52 470 1 234 49.8 0.000 0.000 |
-LZO1C-3 | xterm-256color 3641 1 2519 69.2 0.000 0.000 |
-LZO1C-3 | xterm-color 1551 1 797 51.4 0.000 0.000 |
-LZO1C-3 | xterm-xfree86 2240 1 1394 62.2 0.000 0.000 |
-LZO1C-3 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-3 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-3 | mount.blacklist 51 1 44 86.3 0.000 0.000 |
-LZO1C-3 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-3 | automount.rules 847 1 572 67.5 0.000 0.000 |
-LZO1C-3 | autonet.rules 757 1 542 71.6 0.000 0.000 |
-LZO1C-3 | local.rules 885 1 664 75.0 0.000 0.000 |
-LZO1C-3 | localextra.rules 843 1 614 72.8 0.000 0.000 |
-LZO1C-3 | mount.sh 4232 1 2230 52.7 0.000 0.000 |
-LZO1C-3 | network.sh 1402 1 1038 74.0 0.000 0.000 |
-LZO1C-3 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-3 | 50default 2634 1 1158 44.0 0.000 0.000 |
-LZO1C-3 | version 15 1 19 127 0.000 0.000 |
-LZO1C-3 | volatile.cache 5955 1 1544 25.9 0.000 0.000 |
-LZO1C-3 | 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 |
-LZO1C-3 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 |
-LZO1C-3 | gsettings-data-convert.desktop 7741 1 4653 60.1 0.000 0.000 |
-LZO1C-3 | pulseaudio.desktop 4973 1 2401 48.3 0.000 0.000 |
-LZO1C-3 | xinput_calibrator.desktop 299 1 238 79.6 0.000 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*** 4506 1.0 1479 71.7 118.327 0.000
-LZO1C-3 ***TOTALS*** 1243893 278 408291 32.8 118.327 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-4 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-4 | Xsession 755 1 506 67.0 0.000 0.000 |
-LZO1C-4 | 13xdgbasedirs.sh 550 1 461 83.8 0.000 0.000 |
-LZO1C-4 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-4 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-4 | 80matchboxkeyboard.sh 631 1 400 63.4 0.000 0.000 |
-LZO1C-4 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1C-4 | 90XWindowManager.sh 181 1 107 59.1 0.000 0.000 |
-LZO1C-4 | xinitrc 739 1 428 57.9 0.000 0.000 |
-LZO1C-4 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-4 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-4 | avahi-daemon.conf 1753 1 1250 71.3 0.000 0.000 |
-LZO1C-4 | hosts 1121 1 900 80.3 0.000 0.000 |
-LZO1C-4 | sftp-ssh.service 1075 1 842 78.3 0.000 0.000 |
-LZO1C-4 | ssh.service 1071 1 841 78.5 0.000 0.000 |
-LZO1C-4 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-4 | perf 6321 1 2994 47.4 0.000 0.000 |
-LZO1C-4 | quilt 7117 1 2671 37.5 0.000 0.000 |
-LZO1C-4 | bindresvport.blacklist 429 1 330 76.9 0.000 0.000 |
-LZO1C-4 | input.conf 397 1 348 87.7 0.000 0.000 |
-LZO1C-4 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-4 | build 528 1 280 53.0 0.000 0.000 |
-LZO1C-4 | busybox.links.nosuid 2358 1 1169 49.6 0.000 0.000 |
-LZO1C-4 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
-LZO1C-4 | ca-certificates.conf 5340 1 1959 36.7 0.000 0.000 |
-LZO1C-4 | pap 653 1 548 83.9 0.000 0.000 |
-LZO1C-4 | logrotate 189 1 155 82.0 0.000 0.000 |
-LZO1C-4 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | crontab 653 1 423 64.8 0.000 0.000 |
-LZO1C-4 | session.conf 838 1 630 75.2 0.000 0.000 |
-LZO1C-4 | system.conf 833 1 630 75.6 0.000 0.000 |
-LZO1C-4 | ConsoleKit.conf 7305 1 960 13.1 0.000 0.000 |
-LZO1C-4 | avahi-dbus.conf 1138 1 549 48.2 0.000 0.000 |
-LZO1C-4 | bluetooth.conf 1315 1 696 52.9 0.000 0.000 |
-LZO1C-4 | dbus-wpa_supplicant.conf 743 1 339 45.6 0.000 0.000 |
-LZO1C-4 | ofono.conf 1063 1 593 55.8 0.000 0.000 |
-LZO1C-4 | pulseaudio-system.conf 1084 1 846 78.0 0.000 0.000 |
-LZO1C-4 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-4 | distcc 535 1 438 81.9 0.000 0.000 |
-LZO1C-4 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-4 | postinst 52 1 56 108 0.000 0.000 |
-LZO1C-4 | rcS 1040 1 786 75.6 0.000 0.000 |
-LZO1C-4 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-4 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | useradd 117 1 123 105 0.000 0.000 |
-LZO1C-4 | 00_core 1637 1 1012 61.8 0.000 0.000 |
-LZO1C-4 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-4 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-4 | 99_sshd 75 1 64 85.3 0.000 0.000 |
-LZO1C-4 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-4 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-4 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-4 | clients.allow 1582 1 1106 69.9 0.000 0.000 |
-LZO1C-4 | commands.allow.sh 1763 1 1081 61.3 0.000 0.000 |
-LZO1C-4 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1C-4 | automatic.conf 2569 1 1311 51.0 0.000 0.000 |
-LZO1C-4 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-4 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-4 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-4 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-4 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-4 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-4 | 30-liberation-aliases.conf 419 1 218 52.0 0.000 0.000 |
-LZO1C-4 | README 978 1 717 73.3 0.000 0.000 |
-LZO1C-4 | fonts.conf 2532 1 1436 56.7 0.000 0.000 |
-LZO1C-4 | config 1032 1 441 42.7 0.000 0.000 |
-LZO1C-4 | fstab 637 1 377 59.2 0.000 0.000 |
-LZO1C-4 | path 1448 1 884 61.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 |
-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 597 27.7 0.000 0.000 |
-LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | %gconf.xml 515 1 312 60.6 0.000 0.000 |
-LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | %gconf.xml 5626 1 1641 29.2 0.000 0.000 |
-LZO1C-4 | settings-daemon.schemas 7202 1 1794 24.9 0.000 0.000 |
-LZO1C-4 | group 620 1 537 86.6 0.000 0.000 |
-LZO1C-4 | gshadow 514 1 377 73.3 0.000 0.000 |
-LZO1C-4 | im-multipress.conf 890 1 783 88.0 0.000 0.000 |
-LZO1C-4 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-4 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-4 | hosts 257 1 203 79.0 0.000 0.000 |
-LZO1C-4 | alsa-state 811 1 535 66.0 0.000 0.000 |
-LZO1C-4 | atd 578 1 396 68.5 0.000 0.000 |
-LZO1C-4 | avahi-daemon 4491 1 2499 55.6 0.000 0.000 |
-LZO1C-4 | banner.sh 492 1 295 60.0 0.000 0.000 |
-LZO1C-4 | bluetooth 1253 1 775 61.9 0.000 0.000 |
-LZO1C-4 | bootlogd 1997 1 1231 61.6 0.000 0.000 |
-LZO1C-4 | bootmisc.sh 2017 1 1346 66.7 0.000 0.000 |
-LZO1C-4 | checkroot.sh 3591 1 2263 63.0 0.000 0.000 |
-LZO1C-4 | connman 1462 1 960 65.7 0.000 0.000 |
-LZO1C-4 | crond 1235 1 810 65.6 0.000 0.000 |
-LZO1C-4 | dbus-1 2887 1 1769 61.3 0.000 0.000 |
-LZO1C-4 | devpts.sh 526 1 383 72.8 0.000 0.000 |
-LZO1C-4 | distcc 2863 1 1637 57.2 0.000 0.000 |
-LZO1C-4 | dmesg.sh 352 1 246 69.9 0.000 0.000 |
-LZO1C-4 | functions 2141 1 1332 62.2 0.000 0.000 |
-LZO1C-4 | halt 510 1 401 78.6 0.000 0.000 |
-LZO1C-4 | hostname.sh 580 1 424 73.1 0.000 0.000 |
-LZO1C-4 | hwclock.sh 2541 1 1308 51.5 0.000 0.000 |
-LZO1C-4 | kdump 2989 1 1418 47.4 0.000 0.000 |
-LZO1C-4 | mdmonitor 1773 1 1051 59.3 0.000 0.000 |
-LZO1C-4 | modutils.sh 1223 1 754 61.7 0.000 0.000 |
-LZO1C-4 | mountall.sh 869 1 655 75.4 0.000 0.000 |
-LZO1C-4 | mountnfs.sh 1589 1 929 58.5 0.000 0.000 |
-LZO1C-4 | networking 1956 1 1014 51.8 0.000 0.000 |
-LZO1C-4 | nfscommon 1609 1 992 61.7 0.000 0.000 |
-LZO1C-4 | nfsserver 3326 1 1854 55.7 0.000 0.000 |
-LZO1C-4 | ofono 516 1 367 71.1 0.000 0.000 |
-LZO1C-4 | populate-volatile.sh 7826 1 3463 44.2 0.000 0.000 |
-LZO1C-4 | ppp 1231 1 685 55.6 0.000 0.000 |
-LZO1C-4 | psplash.sh 647 1 445 68.8 0.000 0.000 |
-LZO1C-4 | rc 4457 1 2504 56.2 0.000 0.000 |
-LZO1C-4 | rcS 525 1 444 84.6 0.000 0.000 |
-LZO1C-4 | read-only-rootfs-hook.sh 1273 1 867 68.1 0.000 0.000 |
-LZO1C-4 | reboot 289 1 221 76.5 0.000 0.000 |
-LZO1C-4 | rmnologin.sh 585 1 376 64.3 0.000 0.000 |
-LZO1C-4 | rng-tools 1029 1 493 47.9 0.000 0.000 |
-LZO1C-4 | rpcbind 1827 1 951 52.1 0.000 0.000 |
-LZO1C-4 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-4 | save-rtc.sh 429 1 319 74.4 0.000 0.000 |
-LZO1C-4 | sendsigs 438 1 300 68.5 0.000 0.000 |
-LZO1C-4 | single 578 1 421 72.8 0.000 0.000 |
-LZO1C-4 | sshd 2029 1 1027 50.6 0.000 0.000 |
-LZO1C-4 | sysfs.sh 907 1 471 51.9 0.000 0.000 |
-LZO1C-4 | syslog 1715 1 870 50.7 0.000 0.000 |
-LZO1C-4 | tcf-agent 1298 1 734 56.5 0.000 0.000 |
-LZO1C-4 | udev 2779 1 1634 58.8 0.000 0.000 |
-LZO1C-4 | umountfs 540 1 403 74.6 0.000 0.000 |
-LZO1C-4 | umountnfs.sh 711 1 514 72.3 0.000 0.000 |
-LZO1C-4 | urandom 1473 1 921 62.5 0.000 0.000 |
-LZO1C-4 | xserver-nodm 1436 1 972 67.7 0.000 0.000 |
-LZO1C-4 | inittab 1145 1 783 68.4 0.000 0.000 |
-LZO1C-4 | inputrc 1633 1 1047 64.1 0.000 0.000 |
-LZO1C-4 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1C-4 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-4 | group 31 1 35 113 0.000 0.000 |
-LZO1C-4 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1C-4 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1C-4 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1C-4 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1C-4 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1C-4 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1C-4 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-4 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-4 | ld.so.cache 57193 1 17086 29.9 0.000 0.000 |
-LZO1C-4 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-4 | classid 1130 1 633 56.0 0.000 0.000 |
-LZO1C-4 | pktloc 1532 1 855 55.8 0.000 0.000 |
-LZO1C-4 | collect_dnf.conf 813 1 509 62.6 0.000 0.000 |
-LZO1C-4 | limits 827 1 629 76.1 0.000 0.000 |
-LZO1C-4 | login.access 2006 1 1295 64.6 0.000 0.000 |
-LZO1C-4 | login.defs 11030 1 6213 56.3 0.000 0.000 |
-LZO1C-4 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1C-4 | logrotate.conf 434 1 362 83.4 0.000 0.000 |
-LZO1C-4 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1C-4 | dnf 526 1 136 25.9 0.000 0.000 |
-LZO1C-4 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1C-4 | kbdconfig 721 1 538 74.6 0.000 0.000 |
-LZO1C-4 | session 630 1 462 73.3 0.000 0.000 |
-LZO1C-4 | mdadm.conf 2687 1 1850 68.9 0.000 0.000 |
-LZO1C-4 | mke2fs.conf 832 1 494 59.4 0.000 0.000 |
-LZO1C-4 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | netconfig 767 1 456 59.5 0.000 0.000 |
-LZO1C-4 | nfsroot 809 1 539 66.6 0.000 0.000 |
-LZO1C-4 | wpa-supplicant 1999 1 934 46.7 0.000 0.000 |
-LZO1C-4 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1C-4 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | nfs-utils.conf 1087 1 742 68.3 0.000 0.000 |
-LZO1C-4 | nfsmount.conf 3606 1 2001 55.5 0.000 0.000 |
-LZO1C-4 | nsswitch.conf 497 1 370 74.4 0.000 0.000 |
-LZO1C-4 | phonesim.conf 361 1 306 84.8 0.000 0.000 |
-LZO1C-4 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1C-4 | opkg.conf 845 1 601 71.1 0.000 0.000 |
-LZO1C-4 | passwd 1006 1 669 66.5 0.000 0.000 |
-LZO1C-4 | cert9.db 28672 1 961 3.4 0.000 0.000 |
-LZO1C-4 | key4.db 36864 1 1219 3.3 0.000 0.000 |
-LZO1C-4 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1C-4 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-4 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-4 | ip-down 1454 1 1008 69.3 0.000 0.000 |
-LZO1C-4 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-4 | ip-up 1452 1 1006 69.3 0.000 0.000 |
-LZO1C-4 | 08setupdns 292 1 185 63.4 0.000 0.000 |
-LZO1C-4 | options 5 1 9 180 0.000 0.000 |
-LZO1C-4 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-4 | provider 1093 1 808 73.9 0.000 0.000 |
-LZO1C-4 | ppp_on_boot 573 1 454 79.2 0.000 0.000 |
-LZO1C-4 | profile 984 1 794 80.7 0.000 0.000 |
-LZO1C-4 | bash_completion.sh 672 1 413 61.5 0.000 0.000 |
-LZO1C-4 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1C-4 | gawk.csh 1107 1 283 25.6 0.000 0.000 |
-LZO1C-4 | gawk.sh 757 1 231 30.5 0.000 0.000 |
-LZO1C-4 | protocols 2932 1 2062 70.3 0.000 0.000 |
-LZO1C-4 | client.conf 1233 1 955 77.5 0.000 0.000 |
-LZO1C-4 | 50-sato.conf 447 1 365 81.7 0.000 0.000 |
-LZO1C-4 | daemon.conf 2374 1 1559 65.7 0.000 0.000 |
-LZO1C-4 | default.pa 4933 1 2592 52.5 0.000 0.000 |
-LZO1C-4 | system.pa 2078 1 1305 62.8 0.000 0.000 |
-LZO1C-4 | quilt.quiltrc 1347 1 912 67.7 0.000 0.000 |
-LZO1C-4 | quotagrpadmins 220 1 201 91.4 0.000 0.000 |
-LZO1C-4 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1C-4 | rpc 895 1 669 74.7 0.000 0.000 |
-LZO1C-4 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-4 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-4 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-4 | rpmrc 111 1 86 77.5 0.000 0.000 |
-LZO1C-4 | securetty 1848 1 1218 65.9 0.000 0.000 |
-LZO1C-4 | services 18790 1 10170 54.1 0.000 0.000 |
-LZO1C-4 | shadow 619 1 218 35.2 0.000 0.000 |
-LZO1C-4 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1C-4 | .bashrc 410 1 327 79.8 0.000 0.000 |
-LZO1C-4 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1C-4 | slsh.rc 2030 1 1028 50.6 0.000 0.000 |
-LZO1C-4 | moduli 577388 3 31084 5.4 460.977 0.000 |
-LZO1C-4 | ssh_config 1548 1 1061 68.5 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 176 1 169 96.0 0.000 0.000 |
-LZO1C-4 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 |
-LZO1C-4 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1C-4 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1C-4 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1C-4 | sshd_config 3177 1 1976 62.2 0.000 0.000 |
-LZO1C-4 | sshd_config_readonly 3186 1 1976 62.0 0.000 0.000 |
-LZO1C-4 | ca-certificates.crt 200061 1 159427 79.7 42.649 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 |
-LZO1C-4 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-4 | kdump.conf 411 1 330 80.3 0.000 0.000 |
-LZO1C-4 | sysctl.conf 2128 1 1566 73.6 0.000 0.000 |
-LZO1C-4 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 |
-LZO1C-4 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-4 | ansi 1481 1 741 50.0 0.000 0.000 |
-LZO1C-4 | dumb 308 1 70 22.7 0.000 0.000 |
-LZO1C-4 | linux 1730 1 1029 59.5 0.000 0.000 |
-LZO1C-4 | rxvt 2286 1 1553 67.9 0.000 0.000 |
-LZO1C-4 | screen 1587 1 928 58.5 0.000 0.000 |
-LZO1C-4 | screen-256color 1677 1 968 57.7 0.000 0.000 |
-LZO1C-4 | sun 1004 1 504 50.2 0.000 0.000 |
-LZO1C-4 | vt100 1190 1 726 61.0 0.000 0.000 |
-LZO1C-4 | vt102 1184 1 736 62.2 0.000 0.000 |
-LZO1C-4 | vt200 1377 1 925 67.2 0.000 0.000 |
-LZO1C-4 | vt220 1377 1 925 67.2 0.000 0.000 |
-LZO1C-4 | vt52 470 1 230 48.9 0.000 0.000 |
-LZO1C-4 | xterm-256color 3641 1 2455 67.4 0.000 0.000 |
-LZO1C-4 | xterm-color 1551 1 795 51.3 0.000 0.000 |
-LZO1C-4 | xterm-xfree86 2240 1 1377 61.5 0.000 0.000 |
-LZO1C-4 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-4 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-4 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1C-4 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-4 | automount.rules 847 1 566 66.8 0.000 0.000 |
-LZO1C-4 | autonet.rules 757 1 539 71.2 0.000 0.000 |
-LZO1C-4 | local.rules 885 1 661 74.7 0.000 0.000 |
-LZO1C-4 | localextra.rules 843 1 606 71.9 0.000 0.000 |
-LZO1C-4 | mount.sh 4232 1 2180 51.5 0.000 0.000 |
-LZO1C-4 | network.sh 1402 1 1019 72.7 0.000 0.000 |
-LZO1C-4 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-4 | 50default 2634 1 1128 42.8 0.000 0.000 |
-LZO1C-4 | version 15 1 19 127 0.000 0.000 |
-LZO1C-4 | volatile.cache 5955 1 1509 25.3 0.000 0.000 |
-LZO1C-4 | 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 |
-LZO1C-4 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1C-4 | gsettings-data-convert.desktop 7741 1 4552 58.8 0.000 0.000 |
-LZO1C-4 | pulseaudio.desktop 4973 1 2378 47.8 0.000 0.000 |
-LZO1C-4 | xinput_calibrator.desktop 299 1 238 79.6 0.000 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*** 4506 1.0 1466 71.0 78.075 0.000
-LZO1C-4 ***TOTALS*** 1243893 278 404872 32.5 78.075 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-5 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-5 | Xsession 755 1 512 67.8 0.000 0.000 |
-LZO1C-5 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 |
-LZO1C-5 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-5 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-5 | 80matchboxkeyboard.sh 631 1 398 63.1 0.000 0.000 |
-LZO1C-5 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1C-5 | 90XWindowManager.sh 181 1 107 59.1 0.000 0.000 |
-LZO1C-5 | xinitrc 739 1 440 59.5 0.000 0.000 |
-LZO1C-5 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-5 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-5 | avahi-daemon.conf 1753 1 1241 70.8 0.000 0.000 |
-LZO1C-5 | hosts 1121 1 900 80.3 0.000 0.000 |
-LZO1C-5 | sftp-ssh.service 1075 1 838 78.0 0.000 0.000 |
-LZO1C-5 | ssh.service 1071 1 843 78.7 0.000 0.000 |
-LZO1C-5 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-5 | perf 6321 1 2974 47.0 0.000 0.000 |
-LZO1C-5 | quilt 7117 1 2660 37.4 0.000 0.000 |
-LZO1C-5 | bindresvport.blacklist 429 1 334 77.9 0.000 0.000 |
-LZO1C-5 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1C-5 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-5 | build 528 1 277 52.5 0.000 0.000 |
-LZO1C-5 | busybox.links.nosuid 2358 1 1158 49.1 0.000 0.000 |
-LZO1C-5 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1C-5 | ca-certificates.conf 5340 1 1955 36.6 0.000 0.000 |
-LZO1C-5 | pap 653 1 536 82.1 0.000 0.000 |
-LZO1C-5 | logrotate 189 1 153 81.0 0.000 0.000 |
-LZO1C-5 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | crontab 653 1 425 65.1 0.000 0.000 |
-LZO1C-5 | session.conf 838 1 627 74.8 0.000 0.000 |
-LZO1C-5 | system.conf 833 1 623 74.8 0.000 0.000 |
-LZO1C-5 | ConsoleKit.conf 7305 1 950 13.0 0.000 0.000 |
-LZO1C-5 | avahi-dbus.conf 1138 1 546 48.0 0.000 0.000 |
-LZO1C-5 | bluetooth.conf 1315 1 691 52.5 0.000 0.000 |
-LZO1C-5 | dbus-wpa_supplicant.conf 743 1 348 46.8 0.000 0.000 |
-LZO1C-5 | ofono.conf 1063 1 588 55.3 0.000 0.000 |
-LZO1C-5 | pulseaudio-system.conf 1084 1 842 77.7 0.000 0.000 |
-LZO1C-5 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-5 | distcc 535 1 438 81.9 0.000 0.000 |
-LZO1C-5 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-5 | postinst 52 1 56 108 0.000 0.000 |
-LZO1C-5 | rcS 1040 1 784 75.4 0.000 0.000 |
-LZO1C-5 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-5 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | useradd 117 1 123 105 0.000 0.000 |
-LZO1C-5 | 00_core 1637 1 1008 61.6 0.000 0.000 |
-LZO1C-5 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-5 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-5 | 99_sshd 75 1 64 85.3 0.000 0.000 |
-LZO1C-5 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-5 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-5 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-5 | clients.allow 1582 1 1094 69.2 0.000 0.000 |
-LZO1C-5 | commands.allow.sh 1763 1 1066 60.5 0.000 0.000 |
-LZO1C-5 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1C-5 | automatic.conf 2569 1 1290 50.2 0.000 0.000 |
-LZO1C-5 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-5 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-5 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-5 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-5 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-5 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-5 | 30-liberation-aliases.conf 419 1 218 52.0 0.000 0.000 |
-LZO1C-5 | README 978 1 712 72.8 0.000 0.000 |
-LZO1C-5 | fonts.conf 2532 1 1424 56.2 0.000 0.000 |
-LZO1C-5 | config 1032 1 436 42.2 0.000 0.000 |
-LZO1C-5 | fstab 637 1 379 59.5 0.000 0.000 |
-LZO1C-5 | path 1448 1 873 60.3 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 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 599 27.8 0.000 0.000 |
-LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | %gconf.xml 515 1 317 61.6 0.000 0.000 |
-LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | %gconf.xml 5626 1 1627 28.9 0.000 0.000 |
-LZO1C-5 | settings-daemon.schemas 7202 1 1770 24.6 0.000 0.000 |
-LZO1C-5 | group 620 1 532 85.8 0.000 0.000 |
-LZO1C-5 | gshadow 514 1 378 73.5 0.000 0.000 |
-LZO1C-5 | im-multipress.conf 890 1 779 87.5 0.000 0.000 |
-LZO1C-5 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-5 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-5 | hosts 257 1 203 79.0 0.000 0.000 |
-LZO1C-5 | alsa-state 811 1 529 65.2 0.000 0.000 |
-LZO1C-5 | atd 578 1 387 67.0 0.000 0.000 |
-LZO1C-5 | avahi-daemon 4491 1 2469 55.0 0.000 0.000 |
-LZO1C-5 | banner.sh 492 1 296 60.2 0.000 0.000 |
-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 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 |
-LZO1C-5 | distcc 2863 1 1635 57.1 0.000 0.000 |
-LZO1C-5 | dmesg.sh 352 1 244 69.3 0.000 0.000 |
-LZO1C-5 | functions 2141 1 1307 61.0 0.000 0.000 |
-LZO1C-5 | halt 510 1 401 78.6 0.000 0.000 |
-LZO1C-5 | hostname.sh 580 1 424 73.1 0.000 0.000 |
-LZO1C-5 | hwclock.sh 2541 1 1284 50.5 0.000 0.000 |
-LZO1C-5 | kdump 2989 1 1409 47.1 0.000 0.000 |
-LZO1C-5 | mdmonitor 1773 1 1044 58.9 0.000 0.000 |
-LZO1C-5 | modutils.sh 1223 1 763 62.4 0.000 0.000 |
-LZO1C-5 | mountall.sh 869 1 657 75.6 0.000 0.000 |
-LZO1C-5 | mountnfs.sh 1589 1 915 57.6 0.000 0.000 |
-LZO1C-5 | networking 1956 1 1010 51.6 0.000 0.000 |
-LZO1C-5 | nfscommon 1609 1 976 60.7 0.000 0.000 |
-LZO1C-5 | nfsserver 3326 1 1840 55.3 0.000 0.000 |
-LZO1C-5 | ofono 516 1 369 71.5 0.000 0.000 |
-LZO1C-5 | populate-volatile.sh 7826 1 3387 43.3 0.000 0.000 |
-LZO1C-5 | ppp 1231 1 681 55.3 0.000 0.000 |
-LZO1C-5 | psplash.sh 647 1 444 68.6 0.000 0.000 |
-LZO1C-5 | rc 4457 1 2490 55.9 0.000 0.000 |
-LZO1C-5 | rcS 525 1 443 84.4 0.000 0.000 |
-LZO1C-5 | read-only-rootfs-hook.sh 1273 1 860 67.6 0.000 0.000 |
-LZO1C-5 | reboot 289 1 221 76.5 0.000 0.000 |
-LZO1C-5 | rmnologin.sh 585 1 374 63.9 0.000 0.000 |
-LZO1C-5 | rng-tools 1029 1 493 47.9 0.000 0.000 |
-LZO1C-5 | rpcbind 1827 1 952 52.1 0.000 0.000 |
-LZO1C-5 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-5 | save-rtc.sh 429 1 321 74.8 0.000 0.000 |
-LZO1C-5 | sendsigs 438 1 300 68.5 0.000 0.000 |
-LZO1C-5 | single 578 1 423 73.2 0.000 0.000 |
-LZO1C-5 | sshd 2029 1 1027 50.6 0.000 0.000 |
-LZO1C-5 | sysfs.sh 907 1 473 52.1 0.000 0.000 |
-LZO1C-5 | syslog 1715 1 869 50.7 0.000 0.000 |
-LZO1C-5 | tcf-agent 1298 1 718 55.3 0.000 0.000 |
-LZO1C-5 | udev 2779 1 1601 57.6 0.000 0.000 |
-LZO1C-5 | umountfs 540 1 401 74.3 0.000 0.000 |
-LZO1C-5 | umountnfs.sh 711 1 514 72.3 0.000 0.000 |
-LZO1C-5 | urandom 1473 1 921 62.5 0.000 0.000 |
-LZO1C-5 | xserver-nodm 1436 1 967 67.3 0.000 0.000 |
-LZO1C-5 | inittab 1145 1 782 68.3 0.000 0.000 |
-LZO1C-5 | inputrc 1633 1 1042 63.8 0.000 0.000 |
-LZO1C-5 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1C-5 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-5 | group 31 1 35 113 0.000 0.000 |
-LZO1C-5 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1C-5 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1C-5 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1C-5 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1C-5 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1C-5 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1C-5 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-5 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-5 | ld.so.cache 57193 1 19339 33.8 0.000 0.000 |
-LZO1C-5 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-5 | classid 1130 1 637 56.4 0.000 0.000 |
-LZO1C-5 | pktloc 1532 1 849 55.4 0.000 0.000 |
-LZO1C-5 | collect_dnf.conf 813 1 511 62.9 0.000 0.000 |
-LZO1C-5 | limits 827 1 627 75.8 0.000 0.000 |
-LZO1C-5 | login.access 2006 1 1269 63.3 0.000 0.000 |
-LZO1C-5 | login.defs 11030 1 6079 55.1 0.000 0.000 |
-LZO1C-5 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1C-5 | logrotate.conf 434 1 364 83.9 0.000 0.000 |
-LZO1C-5 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1C-5 | dnf 526 1 136 25.9 0.000 0.000 |
-LZO1C-5 | wtmp 145 1 131 90.3 0.000 0.000 |
-LZO1C-5 | kbdconfig 721 1 537 74.5 0.000 0.000 |
-LZO1C-5 | session 630 1 462 73.3 0.000 0.000 |
-LZO1C-5 | mdadm.conf 2687 1 1829 68.1 0.000 0.000 |
-LZO1C-5 | mke2fs.conf 832 1 489 58.8 0.000 0.000 |
-LZO1C-5 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | netconfig 767 1 456 59.5 0.000 0.000 |
-LZO1C-5 | nfsroot 809 1 526 65.0 0.000 0.000 |
-LZO1C-5 | wpa-supplicant 1999 1 944 47.2 0.000 0.000 |
-LZO1C-5 | interfaces 129 1 126 97.7 0.000 0.000 |
-LZO1C-5 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | nfs-utils.conf 1087 1 736 67.7 0.000 0.000 |
-LZO1C-5 | nfsmount.conf 3606 1 1968 54.6 0.000 0.000 |
-LZO1C-5 | nsswitch.conf 497 1 369 74.2 0.000 0.000 |
-LZO1C-5 | phonesim.conf 361 1 306 84.8 0.000 0.000 |
-LZO1C-5 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1C-5 | opkg.conf 845 1 601 71.1 0.000 0.000 |
-LZO1C-5 | passwd 1006 1 653 64.9 0.000 0.000 |
-LZO1C-5 | cert9.db 28672 1 953 3.3 0.000 0.000 |
-LZO1C-5 | key4.db 36864 1 1205 3.3 0.000 0.000 |
-LZO1C-5 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1C-5 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-5 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-5 | ip-down 1454 1 1007 69.3 0.000 0.000 |
-LZO1C-5 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-5 | ip-up 1452 1 1004 69.1 0.000 0.000 |
-LZO1C-5 | 08setupdns 292 1 187 64.0 0.000 0.000 |
-LZO1C-5 | options 5 1 9 180 0.000 0.000 |
-LZO1C-5 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-5 | provider 1093 1 800 73.2 0.000 0.000 |
-LZO1C-5 | ppp_on_boot 573 1 454 79.2 0.000 0.000 |
-LZO1C-5 | profile 984 1 788 80.1 0.000 0.000 |
-LZO1C-5 | bash_completion.sh 672 1 406 60.4 0.000 0.000 |
-LZO1C-5 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1C-5 | gawk.csh 1107 1 294 26.6 0.000 0.000 |
-LZO1C-5 | gawk.sh 757 1 239 31.6 0.000 0.000 |
-LZO1C-5 | protocols 2932 1 2051 70.0 0.000 0.000 |
-LZO1C-5 | client.conf 1233 1 947 76.8 0.000 0.000 |
-LZO1C-5 | 50-sato.conf 447 1 364 81.4 0.000 0.000 |
-LZO1C-5 | daemon.conf 2374 1 1547 65.2 0.000 0.000 |
-LZO1C-5 | default.pa 4933 1 2580 52.3 0.000 0.000 |
-LZO1C-5 | system.pa 2078 1 1307 62.9 0.000 0.000 |
-LZO1C-5 | quilt.quiltrc 1347 1 907 67.3 0.000 0.000 |
-LZO1C-5 | quotagrpadmins 220 1 200 90.9 0.000 0.000 |
-LZO1C-5 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1C-5 | rpc 895 1 669 74.7 0.000 0.000 |
-LZO1C-5 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-5 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-5 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-5 | rpmrc 111 1 86 77.5 0.000 0.000 |
-LZO1C-5 | securetty 1848 1 1205 65.2 0.000 0.000 |
-LZO1C-5 | services 18790 1 10074 53.6 0.000 0.000 |
-LZO1C-5 | shadow 619 1 217 35.1 0.000 0.000 |
-LZO1C-5 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1C-5 | .bashrc 410 1 326 79.5 0.000 0.000 |
-LZO1C-5 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1C-5 | slsh.rc 2030 1 1021 50.3 0.000 0.000 |
-LZO1C-5 | moduli 577388 3 31010 5.4 465.245 0.000 |
-LZO1C-5 | ssh_config 1548 1 1051 67.9 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 176 1 169 96.0 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.pub 96 1 100 104 0.000 0.000 |
-LZO1C-5 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 |
-LZO1C-5 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1C-5 | sshd_config 3177 1 1954 61.5 0.000 0.000 |
-LZO1C-5 | sshd_config_readonly 3186 1 1948 61.1 0.000 0.000 |
-LZO1C-5 | ca-certificates.crt 200061 1 158980 79.5 42.745 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 |
-LZO1C-5 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-5 | kdump.conf 411 1 330 80.3 0.000 0.000 |
-LZO1C-5 | sysctl.conf 2128 1 1560 73.3 0.000 0.000 |
-LZO1C-5 | syslog-startup.conf 651 1 541 83.1 0.000 0.000 |
-LZO1C-5 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-5 | ansi 1481 1 743 50.2 0.000 0.000 |
-LZO1C-5 | dumb 308 1 71 23.1 0.000 0.000 |
-LZO1C-5 | linux 1730 1 1009 58.3 0.000 0.000 |
-LZO1C-5 | rxvt 2286 1 1534 67.1 0.000 0.000 |
-LZO1C-5 | screen 1587 1 928 58.5 0.000 0.000 |
-LZO1C-5 | screen-256color 1677 1 971 57.9 0.000 0.000 |
-LZO1C-5 | sun 1004 1 492 49.0 0.000 0.000 |
-LZO1C-5 | vt100 1190 1 726 61.0 0.000 0.000 |
-LZO1C-5 | vt102 1184 1 733 61.9 0.000 0.000 |
-LZO1C-5 | vt200 1377 1 916 66.5 0.000 0.000 |
-LZO1C-5 | vt220 1377 1 916 66.5 0.000 0.000 |
-LZO1C-5 | vt52 470 1 229 48.7 0.000 0.000 |
-LZO1C-5 | xterm-256color 3641 1 2434 66.8 0.000 0.000 |
-LZO1C-5 | xterm-color 1551 1 790 50.9 0.000 0.000 |
-LZO1C-5 | xterm-xfree86 2240 1 1363 60.8 0.000 0.000 |
-LZO1C-5 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-5 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-5 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1C-5 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-5 | automount.rules 847 1 564 66.6 0.000 0.000 |
-LZO1C-5 | autonet.rules 757 1 537 70.9 0.000 0.000 |
-LZO1C-5 | local.rules 885 1 656 74.1 0.000 0.000 |
-LZO1C-5 | localextra.rules 843 1 604 71.6 0.000 0.000 |
-LZO1C-5 | mount.sh 4232 1 2158 51.0 0.000 0.000 |
-LZO1C-5 | network.sh 1402 1 1014 72.3 0.000 0.000 |
-LZO1C-5 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-5 | 50default 2634 1 1121 42.6 0.000 0.000 |
-LZO1C-5 | version 15 1 19 127 0.000 0.000 |
-LZO1C-5 | volatile.cache 5955 1 1499 25.2 0.000 0.000 |
-LZO1C-5 | 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 |
-LZO1C-5 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1C-5 | gsettings-data-convert.desktop 7741 1 4517 58.4 0.000 0.000 |
-LZO1C-5 | pulseaudio.desktop 4973 1 2361 47.5 0.000 0.000 |
-LZO1C-5 | xinput_calibrator.desktop 299 1 238 79.6 0.000 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*** 4506 1.0 1467 70.8 78.296 0.000
-LZO1C-5 ***TOTALS*** 1243893 278 405155 32.6 78.296 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-6 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-6 | Xsession 755 1 505 66.9 0.000 0.000 |
-LZO1C-6 | 13xdgbasedirs.sh 550 1 461 83.8 0.000 0.000 |
-LZO1C-6 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-6 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-6 | 80matchboxkeyboard.sh 631 1 397 62.9 0.000 0.000 |
-LZO1C-6 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1C-6 | 90XWindowManager.sh 181 1 107 59.1 0.000 0.000 |
-LZO1C-6 | xinitrc 739 1 429 58.1 0.000 0.000 |
-LZO1C-6 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-6 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-6 | avahi-daemon.conf 1753 1 1229 70.1 0.000 0.000 |
-LZO1C-6 | hosts 1121 1 891 79.5 0.000 0.000 |
-LZO1C-6 | sftp-ssh.service 1075 1 839 78.0 0.000 0.000 |
-LZO1C-6 | ssh.service 1071 1 842 78.6 0.000 0.000 |
-LZO1C-6 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-6 | perf 6321 1 2922 46.2 0.000 0.000 |
-LZO1C-6 | quilt 7117 1 2627 36.9 0.000 0.000 |
-LZO1C-6 | bindresvport.blacklist 429 1 331 77.2 0.000 0.000 |
-LZO1C-6 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1C-6 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-6 | build 528 1 281 53.2 0.000 0.000 |
-LZO1C-6 | busybox.links.nosuid 2358 1 1143 48.5 0.000 0.000 |
-LZO1C-6 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
-LZO1C-6 | ca-certificates.conf 5340 1 1962 36.7 0.000 0.000 |
-LZO1C-6 | pap 653 1 537 82.2 0.000 0.000 |
-LZO1C-6 | logrotate 189 1 154 81.5 0.000 0.000 |
-LZO1C-6 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-6 | crontab 653 1 422 64.6 0.000 0.000 |
-LZO1C-6 | session.conf 838 1 622 74.2 0.000 0.000 |
-LZO1C-6 | system.conf 833 1 618 74.2 0.000 0.000 |
-LZO1C-6 | ConsoleKit.conf 7305 1 928 12.7 0.000 0.000 |
-LZO1C-6 | avahi-dbus.conf 1138 1 546 48.0 0.000 0.000 |
-LZO1C-6 | bluetooth.conf 1315 1 691 52.5 0.000 0.000 |
-LZO1C-6 | dbus-wpa_supplicant.conf 743 1 348 46.8 0.000 0.000 |
-LZO1C-6 | ofono.conf 1063 1 590 55.5 0.000 0.000 |
-LZO1C-6 | pulseaudio-system.conf 1084 1 843 77.8 0.000 0.000 |
-LZO1C-6 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-6 | distcc 535 1 437 81.7 0.000 0.000 |
-LZO1C-6 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-6 | postinst 52 1 56 108 0.000 0.000 |
-LZO1C-6 | rcS 1040 1 778 74.8 0.000 0.000 |
-LZO1C-6 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-6 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-6 | useradd 117 1 123 105 0.000 0.000 |
-LZO1C-6 | 00_core 1637 1 995 60.8 0.000 0.000 |
-LZO1C-6 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-6 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-6 | 99_sshd 75 1 64 85.3 0.000 0.000 |
-LZO1C-6 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-6 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-6 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-6 | clients.allow 1582 1 1095 69.2 0.000 0.000 |
-LZO1C-6 | commands.allow.sh 1763 1 1051 59.6 0.000 0.000 |
-LZO1C-6 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1C-6 | automatic.conf 2569 1 1298 50.5 0.000 0.000 |
-LZO1C-6 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-6 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-6 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-6 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-6 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-6 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-6 | 30-liberation-aliases.conf 419 1 216 51.6 0.000 0.000 |
-LZO1C-6 | README 978 1 711 72.7 0.000 0.000 |
-LZO1C-6 | fonts.conf 2532 1 1408 55.6 0.000 0.000 |
-LZO1C-6 | config 1032 1 436 42.2 0.000 0.000 |
-LZO1C-6 | fstab 637 1 376 59.0 0.000 0.000 |
-LZO1C-6 | path 1448 1 865 59.7 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 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 599 27.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 |
-LZO1C-6 | %gconf.xml 515 1 313 60.8 0.000 0.000 |
-LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-6 | %gconf.xml 5626 1 1619 28.8 0.000 0.000 |
-LZO1C-6 | settings-daemon.schemas 7202 1 1771 24.6 0.000 0.000 |
-LZO1C-6 | group 620 1 532 85.8 0.000 0.000 |
-LZO1C-6 | gshadow 514 1 374 72.8 0.000 0.000 |
-LZO1C-6 | im-multipress.conf 890 1 777 87.3 0.000 0.000 |
-LZO1C-6 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-6 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-6 | hosts 257 1 201 78.2 0.000 0.000 |
-LZO1C-6 | alsa-state 811 1 525 64.7 0.000 0.000 |
-LZO1C-6 | atd 578 1 391 67.6 0.000 0.000 |
-LZO1C-6 | avahi-daemon 4491 1 2459 54.8 0.000 0.000 |
-LZO1C-6 | banner.sh 492 1 294 59.8 0.000 0.000 |
-LZO1C-6 | bluetooth 1253 1 770 61.5 0.000 0.000 |
-LZO1C-6 | bootlogd 1997 1 1206 60.4 0.000 0.000 |
-LZO1C-6 | bootmisc.sh 2017 1 1326 65.7 0.000 0.000 |
-LZO1C-6 | checkroot.sh 3591 1 2218 61.8 0.000 0.000 |
-LZO1C-6 | connman 1462 1 941 64.4 0.000 0.000 |
-LZO1C-6 | crond 1235 1 804 65.1 0.000 0.000 |
-LZO1C-6 | dbus-1 2887 1 1735 60.1 0.000 0.000 |
-LZO1C-6 | devpts.sh 526 1 384 73.0 0.000 0.000 |
-LZO1C-6 | distcc 2863 1 1620 56.6 0.000 0.000 |
-LZO1C-6 | dmesg.sh 352 1 244 69.3 0.000 0.000 |
-LZO1C-6 | functions 2141 1 1310 61.2 0.000 0.000 |
-LZO1C-6 | halt 510 1 400 78.4 0.000 0.000 |
-LZO1C-6 | hostname.sh 580 1 422 72.8 0.000 0.000 |
-LZO1C-6 | hwclock.sh 2541 1 1291 50.8 0.000 0.000 |
-LZO1C-6 | kdump 2989 1 1397 46.7 0.000 0.000 |
-LZO1C-6 | mdmonitor 1773 1 1030 58.1 0.000 0.000 |
-LZO1C-6 | modutils.sh 1223 1 756 61.8 0.000 0.000 |
-LZO1C-6 | mountall.sh 869 1 647 74.5 0.000 0.000 |
-LZO1C-6 | mountnfs.sh 1589 1 907 57.1 0.000 0.000 |
-LZO1C-6 | networking 1956 1 998 51.0 0.000 0.000 |
-LZO1C-6 | nfscommon 1609 1 964 59.9 0.000 0.000 |
-LZO1C-6 | nfsserver 3326 1 1827 54.9 0.000 0.000 |
-LZO1C-6 | ofono 516 1 366 70.9 0.000 0.000 |
-LZO1C-6 | populate-volatile.sh 7826 1 3365 43.0 0.000 0.000 |
-LZO1C-6 | ppp 1231 1 674 54.8 0.000 0.000 |
-LZO1C-6 | psplash.sh 647 1 443 68.5 0.000 0.000 |
-LZO1C-6 | rc 4457 1 2468 55.4 0.000 0.000 |
-LZO1C-6 | rcS 525 1 443 84.4 0.000 0.000 |
-LZO1C-6 | read-only-rootfs-hook.sh 1273 1 860 67.6 0.000 0.000 |
-LZO1C-6 | reboot 289 1 221 76.5 0.000 0.000 |
-LZO1C-6 | rmnologin.sh 585 1 374 63.9 0.000 0.000 |
-LZO1C-6 | rng-tools 1029 1 489 47.5 0.000 0.000 |
-LZO1C-6 | rpcbind 1827 1 949 51.9 0.000 0.000 |
-LZO1C-6 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-6 | save-rtc.sh 429 1 319 74.4 0.000 0.000 |
-LZO1C-6 | sendsigs 438 1 300 68.5 0.000 0.000 |
-LZO1C-6 | single 578 1 421 72.8 0.000 0.000 |
-LZO1C-6 | sshd 2029 1 1011 49.8 0.000 0.000 |
-LZO1C-6 | sysfs.sh 907 1 470 51.8 0.000 0.000 |
-LZO1C-6 | syslog 1715 1 860 50.1 0.000 0.000 |
-LZO1C-6 | tcf-agent 1298 1 724 55.8 0.000 0.000 |
-LZO1C-6 | udev 2779 1 1594 57.4 0.000 0.000 |
-LZO1C-6 | umountfs 540 1 401 74.3 0.000 0.000 |
-LZO1C-6 | umountnfs.sh 711 1 516 72.6 0.000 0.000 |
-LZO1C-6 | urandom 1473 1 917 62.3 0.000 0.000 |
-LZO1C-6 | xserver-nodm 1436 1 959 66.8 0.000 0.000 |
-LZO1C-6 | inittab 1145 1 777 67.9 0.000 0.000 |
-LZO1C-6 | inputrc 1633 1 1022 62.6 0.000 0.000 |
-LZO1C-6 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1C-6 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-6 | group 31 1 35 113 0.000 0.000 |
-LZO1C-6 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1C-6 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1C-6 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1C-6 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1C-6 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1C-6 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1C-6 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-6 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-6 | ld.so.cache 57193 1 18933 33.1 0.000 0.000 |
-LZO1C-6 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-6 | classid 1130 1 634 56.1 0.000 0.000 |
-LZO1C-6 | pktloc 1532 1 837 54.6 0.000 0.000 |
-LZO1C-6 | collect_dnf.conf 813 1 509 62.6 0.000 0.000 |
-LZO1C-6 | limits 827 1 629 76.1 0.000 0.000 |
-LZO1C-6 | login.access 2006 1 1258 62.7 0.000 0.000 |
-LZO1C-6 | login.defs 11030 1 6074 55.1 0.000 0.000 |
-LZO1C-6 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1C-6 | logrotate.conf 434 1 358 82.5 0.000 0.000 |
-LZO1C-6 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1C-6 | dnf 526 1 136 25.9 0.000 0.000 |
-LZO1C-6 | wtmp 145 1 131 90.3 0.000 0.000 |
-LZO1C-6 | kbdconfig 721 1 537 74.5 0.000 0.000 |
-LZO1C-6 | session 630 1 461 73.2 0.000 0.000 |
-LZO1C-6 | mdadm.conf 2687 1 1828 68.0 0.000 0.000 |
-LZO1C-6 | mke2fs.conf 832 1 488 58.7 0.000 0.000 |
-LZO1C-6 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-6 | netconfig 767 1 451 58.8 0.000 0.000 |
-LZO1C-6 | nfsroot 809 1 531 65.6 0.000 0.000 |
-LZO1C-6 | wpa-supplicant 1999 1 928 46.4 0.000 0.000 |
-LZO1C-6 | interfaces 129 1 126 97.7 0.000 0.000 |
-LZO1C-6 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-6 | nfs-utils.conf 1087 1 740 68.1 0.000 0.000 |
-LZO1C-6 | nfsmount.conf 3606 1 1940 53.8 0.000 0.000 |
-LZO1C-6 | nsswitch.conf 497 1 365 73.4 0.000 0.000 |
-LZO1C-6 | phonesim.conf 361 1 304 84.2 0.000 0.000 |
-LZO1C-6 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1C-6 | opkg.conf 845 1 599 70.9 0.000 0.000 |
-LZO1C-6 | passwd 1006 1 628 62.4 0.000 0.000 |
-LZO1C-6 | cert9.db 28672 1 949 3.3 0.000 0.000 |
-LZO1C-6 | key4.db 36864 1 1200 3.3 0.000 0.000 |
-LZO1C-6 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1C-6 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-6 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-6 | ip-down 1454 1 1009 69.4 0.000 0.000 |
-LZO1C-6 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-6 | ip-up 1452 1 1007 69.4 0.000 0.000 |
-LZO1C-6 | 08setupdns 292 1 186 63.7 0.000 0.000 |
-LZO1C-6 | options 5 1 9 180 0.000 0.000 |
-LZO1C-6 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-6 | provider 1093 1 790 72.3 0.000 0.000 |
-LZO1C-6 | ppp_on_boot 573 1 450 78.5 0.000 0.000 |
-LZO1C-6 | profile 984 1 780 79.3 0.000 0.000 |
-LZO1C-6 | bash_completion.sh 672 1 404 60.1 0.000 0.000 |
-LZO1C-6 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1C-6 | gawk.csh 1107 1 288 26.0 0.000 0.000 |
-LZO1C-6 | gawk.sh 757 1 232 30.6 0.000 0.000 |
-LZO1C-6 | protocols 2932 1 2036 69.4 0.000 0.000 |
-LZO1C-6 | client.conf 1233 1 941 76.3 0.000 0.000 |
-LZO1C-6 | 50-sato.conf 447 1 361 80.8 0.000 0.000 |
-LZO1C-6 | daemon.conf 2374 1 1536 64.7 0.000 0.000 |
-LZO1C-6 | default.pa 4933 1 2569 52.1 0.000 0.000 |
-LZO1C-6 | system.pa 2078 1 1301 62.6 0.000 0.000 |
-LZO1C-6 | quilt.quiltrc 1347 1 907 67.3 0.000 0.000 |
-LZO1C-6 | quotagrpadmins 220 1 200 90.9 0.000 0.000 |
-LZO1C-6 | quotatab 261 1 224 85.8 0.000 0.000 |
-LZO1C-6 | rpc 895 1 669 74.7 0.000 0.000 |
-LZO1C-6 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-6 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-6 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-6 | rpmrc 111 1 86 77.5 0.000 0.000 |
-LZO1C-6 | securetty 1848 1 1198 64.8 0.000 0.000 |
-LZO1C-6 | services 18790 1 9866 52.5 0.000 0.000 |
-LZO1C-6 | shadow 619 1 216 34.9 0.000 0.000 |
-LZO1C-6 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1C-6 | .bashrc 410 1 326 79.5 0.000 0.000 |
-LZO1C-6 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1C-6 | slsh.rc 2030 1 1020 50.2 0.000 0.000 |
-LZO1C-6 | moduli 577388 3 29121 5.0 445.846 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 176 1 169 96.0 0.000 0.000 |
-LZO1C-6 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
-LZO1C-6 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1C-6 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 |
-LZO1C-6 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1C-6 | sshd_config 3177 1 1942 61.1 0.000 0.000 |
-LZO1C-6 | sshd_config_readonly 3186 1 1941 60.9 0.000 0.000 |
-LZO1C-6 | ca-certificates.crt 200061 1 158418 79.2 42.509 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 |
-LZO1C-6 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-6 | kdump.conf 411 1 330 80.3 0.000 0.000 |
-LZO1C-6 | sysctl.conf 2128 1 1557 73.2 0.000 0.000 |
-LZO1C-6 | syslog-startup.conf 651 1 539 82.8 0.000 0.000 |
-LZO1C-6 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-6 | ansi 1481 1 740 50.0 0.000 0.000 |
-LZO1C-6 | dumb 308 1 71 23.1 0.000 0.000 |
-LZO1C-6 | linux 1730 1 1002 57.9 0.000 0.000 |
-LZO1C-6 | rxvt 2286 1 1531 67.0 0.000 0.000 |
-LZO1C-6 | screen 1587 1 923 58.2 0.000 0.000 |
-LZO1C-6 | screen-256color 1677 1 960 57.2 0.000 0.000 |
-LZO1C-6 | sun 1004 1 493 49.1 0.000 0.000 |
-LZO1C-6 | vt100 1190 1 725 60.9 0.000 0.000 |
-LZO1C-6 | vt102 1184 1 733 61.9 0.000 0.000 |
-LZO1C-6 | vt200 1377 1 914 66.4 0.000 0.000 |
-LZO1C-6 | vt220 1377 1 914 66.4 0.000 0.000 |
-LZO1C-6 | vt52 470 1 229 48.7 0.000 0.000 |
-LZO1C-6 | xterm-256color 3641 1 2406 66.1 0.000 0.000 |
-LZO1C-6 | xterm-color 1551 1 785 50.6 0.000 0.000 |
-LZO1C-6 | xterm-xfree86 2240 1 1356 60.5 0.000 0.000 |
-LZO1C-6 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-6 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-6 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1C-6 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-6 | automount.rules 847 1 558 65.9 0.000 0.000 |
-LZO1C-6 | autonet.rules 757 1 531 70.1 0.000 0.000 |
-LZO1C-6 | local.rules 885 1 649 73.3 0.000 0.000 |
-LZO1C-6 | localextra.rules 843 1 596 70.7 0.000 0.000 |
-LZO1C-6 | mount.sh 4232 1 2128 50.3 0.000 0.000 |
-LZO1C-6 | network.sh 1402 1 1008 71.9 0.000 0.000 |
-LZO1C-6 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-6 | 50default 2634 1 1121 42.6 0.000 0.000 |
-LZO1C-6 | version 15 1 19 127 0.000 0.000 |
-LZO1C-6 | volatile.cache 5955 1 1503 25.2 0.000 0.000 |
-LZO1C-6 | 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 |
-LZO1C-6 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1C-6 | gsettings-data-convert.desktop 7741 1 4493 58.0 0.000 0.000 |
-LZO1C-6 | pulseaudio.desktop 4973 1 2319 46.6 0.000 0.000 |
-LZO1C-6 | xinput_calibrator.desktop 299 1 236 78.9 0.000 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*** 4506 1.0 1453 70.6 77.617 0.000
-LZO1C-6 ***TOTALS*** 1243893 278 401060 32.2 77.617 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-7 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-7 | Xsession 755 1 509 67.4 0.000 0.000 |
-LZO1C-7 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 |
-LZO1C-7 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-7 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-7 | 80matchboxkeyboard.sh 631 1 398 63.1 0.000 0.000 |
-LZO1C-7 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1C-7 | 90XWindowManager.sh 181 1 107 59.1 0.000 0.000 |
-LZO1C-7 | xinitrc 739 1 425 57.5 0.000 0.000 |
-LZO1C-7 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-7 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-7 | avahi-daemon.conf 1753 1 1231 70.2 0.000 0.000 |
-LZO1C-7 | hosts 1121 1 888 79.2 0.000 0.000 |
-LZO1C-7 | sftp-ssh.service 1075 1 837 77.9 0.000 0.000 |
-LZO1C-7 | ssh.service 1071 1 838 78.2 0.000 0.000 |
-LZO1C-7 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-7 | perf 6321 1 2899 45.9 0.000 0.000 |
-LZO1C-7 | quilt 7117 1 2595 36.5 0.000 0.000 |
-LZO1C-7 | bindresvport.blacklist 429 1 327 76.2 0.000 0.000 |
-LZO1C-7 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1C-7 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-7 | build 528 1 278 52.7 0.000 0.000 |
-LZO1C-7 | busybox.links.nosuid 2358 1 1161 49.2 0.000 0.000 |
-LZO1C-7 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1C-7 | ca-certificates.conf 5340 1 1924 36.0 0.000 0.000 |
-LZO1C-7 | pap 653 1 536 82.1 0.000 0.000 |
-LZO1C-7 | logrotate 189 1 153 81.0 0.000 0.000 |
-LZO1C-7 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-7 | crontab 653 1 414 63.4 0.000 0.000 |
-LZO1C-7 | session.conf 838 1 624 74.5 0.000 0.000 |
-LZO1C-7 | system.conf 833 1 621 74.5 0.000 0.000 |
-LZO1C-7 | ConsoleKit.conf 7305 1 941 12.9 0.000 0.000 |
-LZO1C-7 | avahi-dbus.conf 1138 1 529 46.5 0.000 0.000 |
-LZO1C-7 | bluetooth.conf 1315 1 690 52.5 0.000 0.000 |
-LZO1C-7 | dbus-wpa_supplicant.conf 743 1 350 47.1 0.000 0.000 |
-LZO1C-7 | ofono.conf 1063 1 587 55.2 0.000 0.000 |
-LZO1C-7 | pulseaudio-system.conf 1084 1 837 77.2 0.000 0.000 |
-LZO1C-7 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-7 | distcc 535 1 437 81.7 0.000 0.000 |
-LZO1C-7 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-7 | postinst 52 1 56 108 0.000 0.000 |
-LZO1C-7 | rcS 1040 1 778 74.8 0.000 0.000 |
-LZO1C-7 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-7 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-7 | useradd 117 1 123 105 0.000 0.000 |
-LZO1C-7 | 00_core 1637 1 1001 61.1 0.000 0.000 |
-LZO1C-7 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-7 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-7 | 99_sshd 75 1 64 85.3 0.000 0.000 |
-LZO1C-7 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-7 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-7 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-7 | clients.allow 1582 1 1086 68.6 0.000 0.000 |
-LZO1C-7 | commands.allow.sh 1763 1 1063 60.3 0.000 0.000 |
-LZO1C-7 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1C-7 | automatic.conf 2569 1 1268 49.4 0.000 0.000 |
-LZO1C-7 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-7 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-7 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-7 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-7 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-7 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-7 | 30-liberation-aliases.conf 419 1 216 51.6 0.000 0.000 |
-LZO1C-7 | README 978 1 707 72.3 0.000 0.000 |
-LZO1C-7 | fonts.conf 2532 1 1404 55.5 0.000 0.000 |
-LZO1C-7 | config 1032 1 437 42.3 0.000 0.000 |
-LZO1C-7 | fstab 637 1 379 59.5 0.000 0.000 |
-LZO1C-7 | path 1448 1 867 59.9 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 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 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 |
-LZO1C-7 | %gconf.xml 515 1 311 60.4 0.000 0.000 |
-LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-7 | %gconf.xml 5626 1 1602 28.5 0.000 0.000 |
-LZO1C-7 | settings-daemon.schemas 7202 1 1763 24.5 0.000 0.000 |
-LZO1C-7 | group 620 1 530 85.5 0.000 0.000 |
-LZO1C-7 | gshadow 514 1 377 73.3 0.000 0.000 |
-LZO1C-7 | im-multipress.conf 890 1 778 87.4 0.000 0.000 |
-LZO1C-7 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-7 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-7 | hosts 257 1 203 79.0 0.000 0.000 |
-LZO1C-7 | alsa-state 811 1 525 64.7 0.000 0.000 |
-LZO1C-7 | atd 578 1 386 66.8 0.000 0.000 |
-LZO1C-7 | avahi-daemon 4491 1 2457 54.7 0.000 0.000 |
-LZO1C-7 | banner.sh 492 1 296 60.2 0.000 0.000 |
-LZO1C-7 | bluetooth 1253 1 768 61.3 0.000 0.000 |
-LZO1C-7 | bootlogd 1997 1 1204 60.3 0.000 0.000 |
-LZO1C-7 | bootmisc.sh 2017 1 1322 65.5 0.000 0.000 |
-LZO1C-7 | checkroot.sh 3591 1 2217 61.7 0.000 0.000 |
-LZO1C-7 | connman 1462 1 942 64.4 0.000 0.000 |
-LZO1C-7 | crond 1235 1 795 64.4 0.000 0.000 |
-LZO1C-7 | dbus-1 2887 1 1728 59.9 0.000 0.000 |
-LZO1C-7 | devpts.sh 526 1 385 73.2 0.000 0.000 |
-LZO1C-7 | distcc 2863 1 1621 56.6 0.000 0.000 |
-LZO1C-7 | dmesg.sh 352 1 244 69.3 0.000 0.000 |
-LZO1C-7 | functions 2141 1 1316 61.5 0.000 0.000 |
-LZO1C-7 | halt 510 1 400 78.4 0.000 0.000 |
-LZO1C-7 | hostname.sh 580 1 426 73.4 0.000 0.000 |
-LZO1C-7 | hwclock.sh 2541 1 1286 50.6 0.000 0.000 |
-LZO1C-7 | kdump 2989 1 1397 46.7 0.000 0.000 |
-LZO1C-7 | mdmonitor 1773 1 1038 58.5 0.000 0.000 |
-LZO1C-7 | modutils.sh 1223 1 758 62.0 0.000 0.000 |
-LZO1C-7 | mountall.sh 869 1 652 75.0 0.000 0.000 |
-LZO1C-7 | mountnfs.sh 1589 1 911 57.3 0.000 0.000 |
-LZO1C-7 | networking 1956 1 1007 51.5 0.000 0.000 |
-LZO1C-7 | nfscommon 1609 1 967 60.1 0.000 0.000 |
-LZO1C-7 | nfsserver 3326 1 1820 54.7 0.000 0.000 |
-LZO1C-7 | ofono 516 1 369 71.5 0.000 0.000 |
-LZO1C-7 | populate-volatile.sh 7826 1 3352 42.8 0.000 0.000 |
-LZO1C-7 | ppp 1231 1 687 55.8 0.000 0.000 |
-LZO1C-7 | psplash.sh 647 1 444 68.6 0.000 0.000 |
-LZO1C-7 | rc 4457 1 2477 55.6 0.000 0.000 |
-LZO1C-7 | rcS 525 1 444 84.6 0.000 0.000 |
-LZO1C-7 | read-only-rootfs-hook.sh 1273 1 851 66.8 0.000 0.000 |
-LZO1C-7 | reboot 289 1 221 76.5 0.000 0.000 |
-LZO1C-7 | rmnologin.sh 585 1 374 63.9 0.000 0.000 |
-LZO1C-7 | rng-tools 1029 1 491 47.7 0.000 0.000 |
-LZO1C-7 | rpcbind 1827 1 946 51.8 0.000 0.000 |
-LZO1C-7 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-7 | save-rtc.sh 429 1 318 74.1 0.000 0.000 |
-LZO1C-7 | sendsigs 438 1 299 68.3 0.000 0.000 |
-LZO1C-7 | single 578 1 421 72.8 0.000 0.000 |
-LZO1C-7 | sshd 2029 1 1006 49.6 0.000 0.000 |
-LZO1C-7 | sysfs.sh 907 1 468 51.6 0.000 0.000 |
-LZO1C-7 | syslog 1715 1 856 49.9 0.000 0.000 |
-LZO1C-7 | tcf-agent 1298 1 718 55.3 0.000 0.000 |
-LZO1C-7 | udev 2779 1 1586 57.1 0.000 0.000 |
-LZO1C-7 | umountfs 540 1 402 74.4 0.000 0.000 |
-LZO1C-7 | umountnfs.sh 711 1 515 72.4 0.000 0.000 |
-LZO1C-7 | urandom 1473 1 914 62.1 0.000 0.000 |
-LZO1C-7 | xserver-nodm 1436 1 965 67.2 0.000 0.000 |
-LZO1C-7 | inittab 1145 1 782 68.3 0.000 0.000 |
-LZO1C-7 | inputrc 1633 1 1020 62.5 0.000 0.000 |
-LZO1C-7 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1C-7 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-7 | group 31 1 35 113 0.000 0.000 |
-LZO1C-7 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1C-7 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1C-7 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1C-7 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1C-7 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1C-7 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1C-7 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-7 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-7 | ld.so.cache 57193 1 17245 30.2 0.000 0.000 |
-LZO1C-7 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-7 | classid 1130 1 633 56.0 0.000 0.000 |
-LZO1C-7 | pktloc 1532 1 838 54.7 0.000 0.000 |
-LZO1C-7 | collect_dnf.conf 813 1 510 62.7 0.000 0.000 |
-LZO1C-7 | limits 827 1 625 75.6 0.000 0.000 |
-LZO1C-7 | login.access 2006 1 1253 62.5 0.000 0.000 |
-LZO1C-7 | login.defs 11030 1 5968 54.1 0.000 0.000 |
-LZO1C-7 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1C-7 | logrotate.conf 434 1 360 82.9 0.000 0.000 |
-LZO1C-7 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1C-7 | dnf 526 1 136 25.9 0.000 0.000 |
-LZO1C-7 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1C-7 | kbdconfig 721 1 535 74.2 0.000 0.000 |
-LZO1C-7 | session 630 1 462 73.3 0.000 0.000 |
-LZO1C-7 | mdadm.conf 2687 1 1801 67.0 0.000 0.000 |
-LZO1C-7 | mke2fs.conf 832 1 485 58.3 0.000 0.000 |
-LZO1C-7 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-7 | netconfig 767 1 457 59.6 0.000 0.000 |
-LZO1C-7 | nfsroot 809 1 529 65.4 0.000 0.000 |
-LZO1C-7 | wpa-supplicant 1999 1 928 46.4 0.000 0.000 |
-LZO1C-7 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1C-7 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-7 | nfs-utils.conf 1087 1 734 67.5 0.000 0.000 |
-LZO1C-7 | nfsmount.conf 3606 1 1948 54.0 0.000 0.000 |
-LZO1C-7 | nsswitch.conf 497 1 368 74.0 0.000 0.000 |
-LZO1C-7 | phonesim.conf 361 1 306 84.8 0.000 0.000 |
-LZO1C-7 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1C-7 | opkg.conf 845 1 598 70.8 0.000 0.000 |
-LZO1C-7 | passwd 1006 1 648 64.4 0.000 0.000 |
-LZO1C-7 | cert9.db 28672 1 958 3.3 0.000 0.000 |
-LZO1C-7 | key4.db 36864 1 1206 3.3 0.000 0.000 |
-LZO1C-7 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1C-7 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-7 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-7 | ip-down 1454 1 998 68.6 0.000 0.000 |
-LZO1C-7 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-7 | ip-up 1452 1 999 68.8 0.000 0.000 |
-LZO1C-7 | 08setupdns 292 1 187 64.0 0.000 0.000 |
-LZO1C-7 | options 5 1 9 180 0.000 0.000 |
-LZO1C-7 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-7 | provider 1093 1 795 72.7 0.000 0.000 |
-LZO1C-7 | ppp_on_boot 573 1 451 78.7 0.000 0.000 |
-LZO1C-7 | profile 984 1 786 79.9 0.000 0.000 |
-LZO1C-7 | bash_completion.sh 672 1 406 60.4 0.000 0.000 |
-LZO1C-7 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1C-7 | gawk.csh 1107 1 285 25.7 0.000 0.000 |
-LZO1C-7 | gawk.sh 757 1 228 30.1 0.000 0.000 |
-LZO1C-7 | protocols 2932 1 2040 69.6 0.000 0.000 |
-LZO1C-7 | client.conf 1233 1 947 76.8 0.000 0.000 |
-LZO1C-7 | 50-sato.conf 447 1 361 80.8 0.000 0.000 |
-LZO1C-7 | daemon.conf 2374 1 1545 65.1 0.000 0.000 |
-LZO1C-7 | default.pa 4933 1 2558 51.9 0.000 0.000 |
-LZO1C-7 | system.pa 2078 1 1289 62.0 0.000 0.000 |
-LZO1C-7 | quilt.quiltrc 1347 1 902 67.0 0.000 0.000 |
-LZO1C-7 | quotagrpadmins 220 1 200 90.9 0.000 0.000 |
-LZO1C-7 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1C-7 | rpc 895 1 669 74.7 0.000 0.000 |
-LZO1C-7 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-7 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-7 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-7 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1C-7 | securetty 1848 1 1197 64.8 0.000 0.000 |
-LZO1C-7 | services 18790 1 9885 52.6 0.000 0.000 |
-LZO1C-7 | shadow 619 1 217 35.1 0.000 0.000 |
-LZO1C-7 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1C-7 | .bashrc 410 1 326 79.5 0.000 0.000 |
-LZO1C-7 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1C-7 | slsh.rc 2030 1 1017 50.1 0.000 0.000 |
-LZO1C-7 | moduli 577388 3 29257 5.1 383.851 0.000 |
-LZO1C-7 | ssh_config 1548 1 1050 67.8 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 176 1 169 96.0 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.pub 96 1 100 104 0.000 0.000 |
-LZO1C-7 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1C-7 | ssh_host_rsa_key.pub 568 1 574 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 158303 79.1 29.339 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 |
-LZO1C-7 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-7 | kdump.conf 411 1 330 80.3 0.000 0.000 |
-LZO1C-7 | sysctl.conf 2128 1 1545 72.6 0.000 0.000 |
-LZO1C-7 | syslog-startup.conf 651 1 541 83.1 0.000 0.000 |
-LZO1C-7 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-7 | ansi 1481 1 750 50.6 0.000 0.000 |
-LZO1C-7 | dumb 308 1 71 23.1 0.000 0.000 |
-LZO1C-7 | linux 1730 1 1003 58.0 0.000 0.000 |
-LZO1C-7 | rxvt 2286 1 1525 66.7 0.000 0.000 |
-LZO1C-7 | screen 1587 1 931 58.7 0.000 0.000 |
-LZO1C-7 | screen-256color 1677 1 960 57.2 0.000 0.000 |
-LZO1C-7 | sun 1004 1 496 49.4 0.000 0.000 |
-LZO1C-7 | vt100 1190 1 723 60.8 0.000 0.000 |
-LZO1C-7 | vt102 1184 1 732 61.8 0.000 0.000 |
-LZO1C-7 | vt200 1377 1 911 66.2 0.000 0.000 |
-LZO1C-7 | vt220 1377 1 911 66.2 0.000 0.000 |
-LZO1C-7 | vt52 470 1 231 49.1 0.000 0.000 |
-LZO1C-7 | xterm-256color 3641 1 2413 66.3 0.000 0.000 |
-LZO1C-7 | xterm-color 1551 1 783 50.5 0.000 0.000 |
-LZO1C-7 | xterm-xfree86 2240 1 1354 60.4 0.000 0.000 |
-LZO1C-7 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-7 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-7 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1C-7 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-7 | automount.rules 847 1 564 66.6 0.000 0.000 |
-LZO1C-7 | autonet.rules 757 1 537 70.9 0.000 0.000 |
-LZO1C-7 | local.rules 885 1 656 74.1 0.000 0.000 |
-LZO1C-7 | localextra.rules 843 1 604 71.6 0.000 0.000 |
-LZO1C-7 | mount.sh 4232 1 2132 50.4 0.000 0.000 |
-LZO1C-7 | network.sh 1402 1 1007 71.8 0.000 0.000 |
-LZO1C-7 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-7 | 50default 2634 1 1122 42.6 0.000 0.000 |
-LZO1C-7 | version 15 1 19 127 0.000 0.000 |
-LZO1C-7 | volatile.cache 5955 1 1445 24.3 0.000 0.000 |
-LZO1C-7 | 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 |
-LZO1C-7 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1C-7 | gsettings-data-convert.desktop 7741 1 4488 58.0 0.000 0.000 |
-LZO1C-7 | pulseaudio.desktop 4973 1 2338 47.0 0.000 0.000 |
-LZO1C-7 | xinput_calibrator.desktop 299 1 238 79.6 0.000 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*** 4506 1.0 1445 70.5 54.511 0.000
-LZO1C-7 ***TOTALS*** 1243893 278 399011 32.1 54.511 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-8 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-8 | Xsession 755 1 513 67.9 0.000 0.000 |
-LZO1C-8 | 13xdgbasedirs.sh 550 1 461 83.8 0.000 0.000 |
-LZO1C-8 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-8 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-8 | 80matchboxkeyboard.sh 631 1 395 62.6 0.000 0.000 |
-LZO1C-8 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1C-8 | 90XWindowManager.sh 181 1 104 57.5 0.000 0.000 |
-LZO1C-8 | xinitrc 739 1 429 58.1 0.000 0.000 |
-LZO1C-8 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-8 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-8 | avahi-daemon.conf 1753 1 1225 69.9 0.000 0.000 |
-LZO1C-8 | hosts 1121 1 878 78.3 0.000 0.000 |
-LZO1C-8 | sftp-ssh.service 1075 1 838 78.0 0.000 0.000 |
-LZO1C-8 | ssh.service 1071 1 838 78.2 0.000 0.000 |
-LZO1C-8 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-8 | perf 6321 1 2857 45.2 0.000 0.000 |
-LZO1C-8 | quilt 7117 1 2579 36.2 0.000 0.000 |
-LZO1C-8 | bindresvport.blacklist 429 1 331 77.2 0.000 0.000 |
-LZO1C-8 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1C-8 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-8 | build 528 1 281 53.2 0.000 0.000 |
-LZO1C-8 | busybox.links.nosuid 2358 1 1145 48.6 0.000 0.000 |
-LZO1C-8 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
-LZO1C-8 | ca-certificates.conf 5340 1 1880 35.2 0.000 0.000 |
-LZO1C-8 | pap 653 1 536 82.1 0.000 0.000 |
-LZO1C-8 | logrotate 189 1 154 81.5 0.000 0.000 |
-LZO1C-8 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-8 | crontab 653 1 410 62.8 0.000 0.000 |
-LZO1C-8 | session.conf 838 1 617 73.6 0.000 0.000 |
-LZO1C-8 | system.conf 833 1 612 73.5 0.000 0.000 |
-LZO1C-8 | ConsoleKit.conf 7305 1 928 12.7 0.000 0.000 |
-LZO1C-8 | avahi-dbus.conf 1138 1 546 48.0 0.000 0.000 |
-LZO1C-8 | bluetooth.conf 1315 1 690 52.5 0.000 0.000 |
-LZO1C-8 | dbus-wpa_supplicant.conf 743 1 350 47.1 0.000 0.000 |
-LZO1C-8 | ofono.conf 1063 1 588 55.3 0.000 0.000 |
-LZO1C-8 | pulseaudio-system.conf 1084 1 839 77.4 0.000 0.000 |
-LZO1C-8 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-8 | distcc 535 1 436 81.5 0.000 0.000 |
-LZO1C-8 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-8 | postinst 52 1 56 108 0.000 0.000 |
-LZO1C-8 | rcS 1040 1 771 74.1 0.000 0.000 |
-LZO1C-8 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-8 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-8 | useradd 117 1 123 105 0.000 0.000 |
-LZO1C-8 | 00_core 1637 1 986 60.2 0.000 0.000 |
-LZO1C-8 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-8 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-8 | 99_sshd 75 1 64 85.3 0.000 0.000 |
-LZO1C-8 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-8 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-8 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-8 | clients.allow 1582 1 1082 68.4 0.000 0.000 |
-LZO1C-8 | commands.allow.sh 1763 1 1050 59.6 0.000 0.000 |
-LZO1C-8 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1C-8 | automatic.conf 2569 1 1283 49.9 0.000 0.000 |
-LZO1C-8 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-8 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-8 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-8 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-8 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-8 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-8 | 30-liberation-aliases.conf 419 1 219 52.3 0.000 0.000 |
-LZO1C-8 | README 978 1 705 72.1 0.000 0.000 |
-LZO1C-8 | fonts.conf 2532 1 1408 55.6 0.000 0.000 |
-LZO1C-8 | config 1032 1 438 42.4 0.000 0.000 |
-LZO1C-8 | fstab 637 1 375 58.9 0.000 0.000 |
-LZO1C-8 | path 1448 1 864 59.7 0.000 0.000 |
-LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-8 | %gconf.xml 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 588 27.2 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 |
-LZO1C-8 | %gconf.xml 515 1 313 60.8 0.000 0.000 |
-LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-8 | %gconf.xml 5626 1 1572 27.9 0.000 0.000 |
-LZO1C-8 | settings-daemon.schemas 7202 1 1778 24.7 0.000 0.000 |
-LZO1C-8 | group 620 1 530 85.5 0.000 0.000 |
-LZO1C-8 | gshadow 514 1 373 72.6 0.000 0.000 |
-LZO1C-8 | im-multipress.conf 890 1 776 87.2 0.000 0.000 |
-LZO1C-8 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-8 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-8 | hosts 257 1 203 79.0 0.000 0.000 |
-LZO1C-8 | alsa-state 811 1 517 63.7 0.000 0.000 |
-LZO1C-8 | atd 578 1 388 67.1 0.000 0.000 |
-LZO1C-8 | avahi-daemon 4491 1 2442 54.4 0.000 0.000 |
-LZO1C-8 | banner.sh 492 1 291 59.1 0.000 0.000 |
-LZO1C-8 | bluetooth 1253 1 769 61.4 0.000 0.000 |
-LZO1C-8 | bootlogd 1997 1 1199 60.0 0.000 0.000 |
-LZO1C-8 | bootmisc.sh 2017 1 1320 65.4 0.000 0.000 |
-LZO1C-8 | checkroot.sh 3591 1 2197 61.2 0.000 0.000 |
-LZO1C-8 | connman 1462 1 933 63.8 0.000 0.000 |
-LZO1C-8 | crond 1235 1 797 64.5 0.000 0.000 |
-LZO1C-8 | dbus-1 2887 1 1720 59.6 0.000 0.000 |
-LZO1C-8 | devpts.sh 526 1 378 71.9 0.000 0.000 |
-LZO1C-8 | distcc 2863 1 1617 56.5 0.000 0.000 |
-LZO1C-8 | dmesg.sh 352 1 245 69.6 0.000 0.000 |
-LZO1C-8 | functions 2141 1 1302 60.8 0.000 0.000 |
-LZO1C-8 | halt 510 1 398 78.0 0.000 0.000 |
-LZO1C-8 | hostname.sh 580 1 423 72.9 0.000 0.000 |
-LZO1C-8 | hwclock.sh 2541 1 1277 50.3 0.000 0.000 |
-LZO1C-8 | kdump 2989 1 1385 46.3 0.000 0.000 |
-LZO1C-8 | mdmonitor 1773 1 1029 58.0 0.000 0.000 |
-LZO1C-8 | modutils.sh 1223 1 759 62.1 0.000 0.000 |
-LZO1C-8 | mountall.sh 869 1 644 74.1 0.000 0.000 |
-LZO1C-8 | mountnfs.sh 1589 1 899 56.6 0.000 0.000 |
-LZO1C-8 | networking 1956 1 999 51.1 0.000 0.000 |
-LZO1C-8 | nfscommon 1609 1 960 59.7 0.000 0.000 |
-LZO1C-8 | nfsserver 3326 1 1789 53.8 0.000 0.000 |
-LZO1C-8 | ofono 516 1 366 70.9 0.000 0.000 |
-LZO1C-8 | populate-volatile.sh 7826 1 3315 42.4 0.000 0.000 |
-LZO1C-8 | ppp 1231 1 670 54.4 0.000 0.000 |
-LZO1C-8 | psplash.sh 647 1 441 68.2 0.000 0.000 |
-LZO1C-8 | rc 4457 1 2447 54.9 0.000 0.000 |
-LZO1C-8 | rcS 525 1 445 84.8 0.000 0.000 |
-LZO1C-8 | read-only-rootfs-hook.sh 1273 1 851 66.8 0.000 0.000 |
-LZO1C-8 | reboot 289 1 220 76.1 0.000 0.000 |
-LZO1C-8 | rmnologin.sh 585 1 374 63.9 0.000 0.000 |
-LZO1C-8 | rng-tools 1029 1 500 48.6 0.000 0.000 |
-LZO1C-8 | rpcbind 1827 1 938 51.3 0.000 0.000 |
-LZO1C-8 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-8 | save-rtc.sh 429 1 317 73.9 0.000 0.000 |
-LZO1C-8 | sendsigs 438 1 297 67.8 0.000 0.000 |
-LZO1C-8 | single 578 1 420 72.7 0.000 0.000 |
-LZO1C-8 | sshd 2029 1 995 49.0 0.000 0.000 |
-LZO1C-8 | sysfs.sh 907 1 466 51.4 0.000 0.000 |
-LZO1C-8 | syslog 1715 1 857 50.0 0.000 0.000 |
-LZO1C-8 | tcf-agent 1298 1 715 55.1 0.000 0.000 |
-LZO1C-8 | udev 2779 1 1575 56.7 0.000 0.000 |
-LZO1C-8 | umountfs 540 1 401 74.3 0.000 0.000 |
-LZO1C-8 | umountnfs.sh 711 1 514 72.3 0.000 0.000 |
-LZO1C-8 | urandom 1473 1 917 62.3 0.000 0.000 |
-LZO1C-8 | xserver-nodm 1436 1 953 66.4 0.000 0.000 |
-LZO1C-8 | inittab 1145 1 778 67.9 0.000 0.000 |
-LZO1C-8 | inputrc 1633 1 1017 62.3 0.000 0.000 |
-LZO1C-8 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1C-8 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-8 | group 31 1 35 113 0.000 0.000 |
-LZO1C-8 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1C-8 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1C-8 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1C-8 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1C-8 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1C-8 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1C-8 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-8 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-8 | ld.so.cache 57193 1 19603 34.3 106.622 0.000 |
-LZO1C-8 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-8 | classid 1130 1 631 55.8 0.000 0.000 |
-LZO1C-8 | pktloc 1532 1 819 53.5 0.000 0.000 |
-LZO1C-8 | collect_dnf.conf 813 1 505 62.1 0.000 0.000 |
-LZO1C-8 | limits 827 1 625 75.6 0.000 0.000 |
-LZO1C-8 | login.access 2006 1 1247 62.2 0.000 0.000 |
-LZO1C-8 | login.defs 11030 1 5925 53.7 0.000 0.000 |
-LZO1C-8 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1C-8 | logrotate.conf 434 1 355 81.8 0.000 0.000 |
-LZO1C-8 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1C-8 | dnf 526 1 136 25.9 0.000 0.000 |
-LZO1C-8 | wtmp 145 1 131 90.3 0.000 0.000 |
-LZO1C-8 | kbdconfig 721 1 535 74.2 0.000 0.000 |
-LZO1C-8 | session 630 1 461 73.2 0.000 0.000 |
-LZO1C-8 | mdadm.conf 2687 1 1812 67.4 0.000 0.000 |
-LZO1C-8 | mke2fs.conf 832 1 482 57.9 0.000 0.000 |
-LZO1C-8 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-8 | netconfig 767 1 443 57.8 0.000 0.000 |
-LZO1C-8 | nfsroot 809 1 523 64.6 0.000 0.000 |
-LZO1C-8 | wpa-supplicant 1999 1 925 46.3 0.000 0.000 |
-LZO1C-8 | interfaces 129 1 126 97.7 0.000 0.000 |
-LZO1C-8 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-8 | nfs-utils.conf 1087 1 737 67.8 0.000 0.000 |
-LZO1C-8 | nfsmount.conf 3606 1 1931 53.5 0.000 0.000 |
-LZO1C-8 | nsswitch.conf 497 1 365 73.4 0.000 0.000 |
-LZO1C-8 | phonesim.conf 361 1 304 84.2 0.000 0.000 |
-LZO1C-8 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1C-8 | opkg.conf 845 1 599 70.9 0.000 0.000 |
-LZO1C-8 | passwd 1006 1 623 61.9 0.000 0.000 |
-LZO1C-8 | cert9.db 28672 1 945 3.3 0.000 0.000 |
-LZO1C-8 | key4.db 36864 1 1200 3.3 0.000 0.000 |
-LZO1C-8 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1C-8 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-8 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-8 | ip-down 1454 1 997 68.6 0.000 0.000 |
-LZO1C-8 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-8 | ip-up 1452 1 999 68.8 0.000 0.000 |
-LZO1C-8 | 08setupdns 292 1 184 63.0 0.000 0.000 |
-LZO1C-8 | options 5 1 9 180 0.000 0.000 |
-LZO1C-8 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-8 | provider 1093 1 785 71.8 0.000 0.000 |
-LZO1C-8 | ppp_on_boot 573 1 448 78.2 0.000 0.000 |
-LZO1C-8 | profile 984 1 782 79.5 0.000 0.000 |
-LZO1C-8 | bash_completion.sh 672 1 405 60.3 0.000 0.000 |
-LZO1C-8 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1C-8 | gawk.csh 1107 1 275 24.8 0.000 0.000 |
-LZO1C-8 | gawk.sh 757 1 226 29.9 0.000 0.000 |
-LZO1C-8 | protocols 2932 1 2029 69.2 0.000 0.000 |
-LZO1C-8 | client.conf 1233 1 933 75.7 0.000 0.000 |
-LZO1C-8 | 50-sato.conf 447 1 361 80.8 0.000 0.000 |
-LZO1C-8 | daemon.conf 2374 1 1516 63.9 0.000 0.000 |
-LZO1C-8 | default.pa 4933 1 2536 51.4 0.000 0.000 |
-LZO1C-8 | system.pa 2078 1 1291 62.1 0.000 0.000 |
-LZO1C-8 | quilt.quiltrc 1347 1 902 67.0 0.000 0.000 |
-LZO1C-8 | quotagrpadmins 220 1 200 90.9 0.000 0.000 |
-LZO1C-8 | quotatab 261 1 224 85.8 0.000 0.000 |
-LZO1C-8 | rpc 895 1 668 74.6 0.000 0.000 |
-LZO1C-8 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-8 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-8 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-8 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1C-8 | securetty 1848 1 1198 64.8 0.000 0.000 |
-LZO1C-8 | services 18790 1 9675 51.5 0.000 0.000 |
-LZO1C-8 | shadow 619 1 219 35.4 0.000 0.000 |
-LZO1C-8 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1C-8 | .bashrc 410 1 329 80.2 0.000 0.000 |
-LZO1C-8 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1C-8 | slsh.rc 2030 1 1013 49.9 0.000 0.000 |
-LZO1C-8 | moduli 577388 3 29204 5.1 363.681 0.000 |
-LZO1C-8 | ssh_config 1548 1 1039 67.1 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 176 1 169 96.0 0.000 0.000 |
-LZO1C-8 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
-LZO1C-8 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1C-8 | ssh_host_rsa_key 2602 1 2566 98.6 0.000 0.000 |
-LZO1C-8 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1C-8 | sshd_config 3177 1 1925 60.6 0.000 0.000 |
-LZO1C-8 | sshd_config_readonly 3186 1 1930 60.6 0.000 0.000 |
-LZO1C-8 | ca-certificates.crt 200061 1 157536 78.7 29.908 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 |
-LZO1C-8 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-8 | kdump.conf 411 1 330 80.3 0.000 0.000 |
-LZO1C-8 | sysctl.conf 2128 1 1550 72.8 0.000 0.000 |
-LZO1C-8 | syslog-startup.conf 651 1 539 82.8 0.000 0.000 |
-LZO1C-8 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-8 | ansi 1481 1 738 49.8 0.000 0.000 |
-LZO1C-8 | dumb 308 1 71 23.1 0.000 0.000 |
-LZO1C-8 | linux 1730 1 1000 57.8 0.000 0.000 |
-LZO1C-8 | rxvt 2286 1 1534 67.1 0.000 0.000 |
-LZO1C-8 | screen 1587 1 914 57.6 0.000 0.000 |
-LZO1C-8 | screen-256color 1677 1 950 56.6 0.000 0.000 |
-LZO1C-8 | sun 1004 1 491 48.9 0.000 0.000 |
-LZO1C-8 | vt100 1190 1 725 60.9 0.000 0.000 |
-LZO1C-8 | vt102 1184 1 728 61.5 0.000 0.000 |
-LZO1C-8 | vt200 1377 1 909 66.0 0.000 0.000 |
-LZO1C-8 | vt220 1377 1 909 66.0 0.000 0.000 |
-LZO1C-8 | vt52 470 1 232 49.4 0.000 0.000 |
-LZO1C-8 | xterm-256color 3641 1 2383 65.4 0.000 0.000 |
-LZO1C-8 | xterm-color 1551 1 779 50.2 0.000 0.000 |
-LZO1C-8 | xterm-xfree86 2240 1 1352 60.4 0.000 0.000 |
-LZO1C-8 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-8 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-8 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1C-8 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-8 | automount.rules 847 1 556 65.6 0.000 0.000 |
-LZO1C-8 | autonet.rules 757 1 527 69.6 0.000 0.000 |
-LZO1C-8 | local.rules 885 1 647 73.1 0.000 0.000 |
-LZO1C-8 | localextra.rules 843 1 594 70.5 0.000 0.000 |
-LZO1C-8 | mount.sh 4232 1 2119 50.1 0.000 0.000 |
-LZO1C-8 | network.sh 1402 1 1004 71.6 0.000 0.000 |
-LZO1C-8 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-8 | 50default 2634 1 1099 41.7 0.000 0.000 |
-LZO1C-8 | version 15 1 19 127 0.000 0.000 |
-LZO1C-8 | volatile.cache 5955 1 1455 24.4 0.000 0.000 |
-LZO1C-8 | 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 |
-LZO1C-8 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1C-8 | gsettings-data-convert.desktop 7741 1 4456 57.6 0.000 0.000 |
-LZO1C-8 | pulseaudio.desktop 4973 1 2296 46.2 0.000 0.000 |
-LZO1C-8 | xinput_calibrator.desktop 299 1 236 78.9 0.000 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*** 4506 1.0 1446 70.4 65.841 0.000
-LZO1C-8 ***TOTALS*** 1243893 278 399206 32.1 65.841 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-9 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-9 | Xsession 755 1 505 66.9 0.000 0.000 |
-LZO1C-9 | 13xdgbasedirs.sh 550 1 459 83.5 0.000 0.000 |
-LZO1C-9 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-9 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-9 | 80matchboxkeyboard.sh 631 1 389 61.6 0.000 0.000 |
-LZO1C-9 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1C-9 | 90XWindowManager.sh 181 1 104 57.5 0.000 0.000 |
-LZO1C-9 | xinitrc 739 1 417 56.4 0.000 0.000 |
-LZO1C-9 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-9 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-9 | avahi-daemon.conf 1753 1 1219 69.5 0.000 0.000 |
-LZO1C-9 | hosts 1121 1 877 78.2 0.000 0.000 |
-LZO1C-9 | sftp-ssh.service 1075 1 832 77.4 0.000 0.000 |
-LZO1C-9 | ssh.service 1071 1 832 77.7 0.000 0.000 |
-LZO1C-9 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-9 | perf 6321 1 2830 44.8 0.000 0.000 |
-LZO1C-9 | quilt 7117 1 2582 36.3 0.000 0.000 |
-LZO1C-9 | bindresvport.blacklist 429 1 326 76.0 0.000 0.000 |
-LZO1C-9 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1C-9 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-9 | build 528 1 278 52.7 0.000 0.000 |
-LZO1C-9 | busybox.links.nosuid 2358 1 1133 48.0 0.000 0.000 |
-LZO1C-9 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
-LZO1C-9 | ca-certificates.conf 5340 1 1854 34.7 0.000 0.000 |
-LZO1C-9 | pap 653 1 533 81.6 0.000 0.000 |
-LZO1C-9 | logrotate 189 1 152 80.4 0.000 0.000 |
-LZO1C-9 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-9 | crontab 653 1 412 63.1 0.000 0.000 |
-LZO1C-9 | session.conf 838 1 615 73.4 0.000 0.000 |
-LZO1C-9 | system.conf 833 1 612 73.5 0.000 0.000 |
-LZO1C-9 | ConsoleKit.conf 7305 1 899 12.3 0.000 0.000 |
-LZO1C-9 | avahi-dbus.conf 1138 1 532 46.7 0.000 0.000 |
-LZO1C-9 | bluetooth.conf 1315 1 681 51.8 0.000 0.000 |
-LZO1C-9 | dbus-wpa_supplicant.conf 743 1 336 45.2 0.000 0.000 |
-LZO1C-9 | ofono.conf 1063 1 585 55.0 0.000 0.000 |
-LZO1C-9 | pulseaudio-system.conf 1084 1 836 77.1 0.000 0.000 |
-LZO1C-9 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-9 | distcc 535 1 436 81.5 0.000 0.000 |
-LZO1C-9 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-9 | postinst 52 1 56 108 0.000 0.000 |
-LZO1C-9 | rcS 1040 1 771 74.1 0.000 0.000 |
-LZO1C-9 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-9 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-9 | useradd 117 1 123 105 0.000 0.000 |
-LZO1C-9 | 00_core 1637 1 984 60.1 0.000 0.000 |
-LZO1C-9 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-9 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-9 | 99_sshd 75 1 64 85.3 0.000 0.000 |
-LZO1C-9 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-9 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-9 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-9 | clients.allow 1582 1 1077 68.1 0.000 0.000 |
-LZO1C-9 | commands.allow.sh 1763 1 1042 59.1 0.000 0.000 |
-LZO1C-9 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1C-9 | automatic.conf 2569 1 1275 49.6 0.000 0.000 |
-LZO1C-9 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-9 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-9 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-9 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-9 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-9 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-9 | 30-liberation-aliases.conf 419 1 215 51.3 0.000 0.000 |
-LZO1C-9 | README 978 1 703 71.9 0.000 0.000 |
-LZO1C-9 | fonts.conf 2532 1 1385 54.7 0.000 0.000 |
-LZO1C-9 | config 1032 1 434 42.1 0.000 0.000 |
-LZO1C-9 | fstab 637 1 372 58.4 0.000 0.000 |
-LZO1C-9 | path 1448 1 848 58.6 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 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 582 27.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 |
-LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-9 | %gconf.xml 515 1 309 60.0 0.000 0.000 |
-LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-9 | %gconf.xml 5626 1 1570 27.9 0.000 0.000 |
-LZO1C-9 | settings-daemon.schemas 7202 1 1742 24.2 0.000 0.000 |
-LZO1C-9 | group 620 1 529 85.3 0.000 0.000 |
-LZO1C-9 | gshadow 514 1 372 72.4 0.000 0.000 |
-LZO1C-9 | im-multipress.conf 890 1 776 87.2 0.000 0.000 |
-LZO1C-9 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-9 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-9 | hosts 257 1 201 78.2 0.000 0.000 |
-LZO1C-9 | alsa-state 811 1 517 63.7 0.000 0.000 |
-LZO1C-9 | atd 578 1 387 67.0 0.000 0.000 |
-LZO1C-9 | avahi-daemon 4491 1 2404 53.5 0.000 0.000 |
-LZO1C-9 | banner.sh 492 1 290 58.9 0.000 0.000 |
-LZO1C-9 | bluetooth 1253 1 768 61.3 0.000 0.000 |
-LZO1C-9 | bootlogd 1997 1 1197 59.9 0.000 0.000 |
-LZO1C-9 | bootmisc.sh 2017 1 1318 65.3 0.000 0.000 |
-LZO1C-9 | checkroot.sh 3591 1 2176 60.6 0.000 0.000 |
-LZO1C-9 | connman 1462 1 930 63.6 0.000 0.000 |
-LZO1C-9 | crond 1235 1 788 63.8 0.000 0.000 |
-LZO1C-9 | dbus-1 2887 1 1720 59.6 0.000 0.000 |
-LZO1C-9 | devpts.sh 526 1 378 71.9 0.000 0.000 |
-LZO1C-9 | distcc 2863 1 1605 56.1 0.000 0.000 |
-LZO1C-9 | dmesg.sh 352 1 244 69.3 0.000 0.000 |
-LZO1C-9 | functions 2141 1 1294 60.4 0.000 0.000 |
-LZO1C-9 | halt 510 1 398 78.0 0.000 0.000 |
-LZO1C-9 | hostname.sh 580 1 422 72.8 0.000 0.000 |
-LZO1C-9 | hwclock.sh 2541 1 1248 49.1 0.000 0.000 |
-LZO1C-9 | kdump 2989 1 1369 45.8 0.000 0.000 |
-LZO1C-9 | mdmonitor 1773 1 1027 57.9 0.000 0.000 |
-LZO1C-9 | modutils.sh 1223 1 748 61.2 0.000 0.000 |
-LZO1C-9 | mountall.sh 869 1 645 74.2 0.000 0.000 |
-LZO1C-9 | mountnfs.sh 1589 1 892 56.1 0.000 0.000 |
-LZO1C-9 | networking 1956 1 987 50.5 0.000 0.000 |
-LZO1C-9 | nfscommon 1609 1 958 59.5 0.000 0.000 |
-LZO1C-9 | nfsserver 3326 1 1797 54.0 0.000 0.000 |
-LZO1C-9 | ofono 516 1 364 70.5 0.000 0.000 |
-LZO1C-9 | populate-volatile.sh 7826 1 3335 42.6 0.000 0.000 |
-LZO1C-9 | ppp 1231 1 668 54.3 0.000 0.000 |
-LZO1C-9 | psplash.sh 647 1 441 68.2 0.000 0.000 |
-LZO1C-9 | rc 4457 1 2431 54.5 0.000 0.000 |
-LZO1C-9 | rcS 525 1 442 84.2 0.000 0.000 |
-LZO1C-9 | read-only-rootfs-hook.sh 1273 1 845 66.4 0.000 0.000 |
-LZO1C-9 | reboot 289 1 220 76.1 0.000 0.000 |
-LZO1C-9 | rmnologin.sh 585 1 372 63.6 0.000 0.000 |
-LZO1C-9 | rng-tools 1029 1 483 46.9 0.000 0.000 |
-LZO1C-9 | rpcbind 1827 1 934 51.1 0.000 0.000 |
-LZO1C-9 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-9 | save-rtc.sh 429 1 315 73.4 0.000 0.000 |
-LZO1C-9 | sendsigs 438 1 296 67.6 0.000 0.000 |
-LZO1C-9 | single 578 1 420 72.7 0.000 0.000 |
-LZO1C-9 | sshd 2029 1 1003 49.4 0.000 0.000 |
-LZO1C-9 | sysfs.sh 907 1 460 50.7 0.000 0.000 |
-LZO1C-9 | syslog 1715 1 858 50.0 0.000 0.000 |
-LZO1C-9 | tcf-agent 1298 1 713 54.9 0.000 0.000 |
-LZO1C-9 | udev 2779 1 1567 56.4 0.000 0.000 |
-LZO1C-9 | umountfs 540 1 401 74.3 0.000 0.000 |
-LZO1C-9 | umountnfs.sh 711 1 512 72.0 0.000 0.000 |
-LZO1C-9 | urandom 1473 1 903 61.3 0.000 0.000 |
-LZO1C-9 | xserver-nodm 1436 1 953 66.4 0.000 0.000 |
-LZO1C-9 | inittab 1145 1 774 67.6 0.000 0.000 |
-LZO1C-9 | inputrc 1633 1 1005 61.5 0.000 0.000 |
-LZO1C-9 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1C-9 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-9 | group 31 1 35 113 0.000 0.000 |
-LZO1C-9 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1C-9 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1C-9 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1C-9 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1C-9 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1C-9 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1C-9 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-9 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-9 | ld.so.cache 57193 1 18040 31.5 98.940 0.000 |
-LZO1C-9 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-9 | classid 1130 1 621 55.0 0.000 0.000 |
-LZO1C-9 | pktloc 1532 1 816 53.3 0.000 0.000 |
-LZO1C-9 | collect_dnf.conf 813 1 500 61.5 0.000 0.000 |
-LZO1C-9 | limits 827 1 624 75.5 0.000 0.000 |
-LZO1C-9 | login.access 2006 1 1247 62.2 0.000 0.000 |
-LZO1C-9 | login.defs 11030 1 5926 53.7 0.000 0.000 |
-LZO1C-9 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1C-9 | logrotate.conf 434 1 355 81.8 0.000 0.000 |
-LZO1C-9 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1C-9 | dnf 526 1 136 25.9 0.000 0.000 |
-LZO1C-9 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1C-9 | kbdconfig 721 1 535 74.2 0.000 0.000 |
-LZO1C-9 | session 630 1 461 73.2 0.000 0.000 |
-LZO1C-9 | mdadm.conf 2687 1 1796 66.8 0.000 0.000 |
-LZO1C-9 | mke2fs.conf 832 1 482 57.9 0.000 0.000 |
-LZO1C-9 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-9 | netconfig 767 1 441 57.5 0.000 0.000 |
-LZO1C-9 | nfsroot 809 1 520 64.3 0.000 0.000 |
-LZO1C-9 | wpa-supplicant 1999 1 915 45.8 0.000 0.000 |
-LZO1C-9 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1C-9 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-9 | nfs-utils.conf 1087 1 732 67.3 0.000 0.000 |
-LZO1C-9 | nfsmount.conf 3606 1 1926 53.4 0.000 0.000 |
-LZO1C-9 | nsswitch.conf 497 1 365 73.4 0.000 0.000 |
-LZO1C-9 | phonesim.conf 361 1 304 84.2 0.000 0.000 |
-LZO1C-9 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1C-9 | opkg.conf 845 1 595 70.4 0.000 0.000 |
-LZO1C-9 | passwd 1006 1 621 61.7 0.000 0.000 |
-LZO1C-9 | cert9.db 28672 1 943 3.3 0.000 0.000 |
-LZO1C-9 | key4.db 36864 1 1191 3.2 0.000 0.000 |
-LZO1C-9 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1C-9 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-9 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-9 | ip-down 1454 1 992 68.2 0.000 0.000 |
-LZO1C-9 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-9 | ip-up 1452 1 989 68.1 0.000 0.000 |
-LZO1C-9 | 08setupdns 292 1 182 62.3 0.000 0.000 |
-LZO1C-9 | options 5 1 9 180 0.000 0.000 |
-LZO1C-9 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-9 | provider 1093 1 787 72.0 0.000 0.000 |
-LZO1C-9 | ppp_on_boot 573 1 447 78.0 0.000 0.000 |
-LZO1C-9 | profile 984 1 778 79.1 0.000 0.000 |
-LZO1C-9 | bash_completion.sh 672 1 403 60.0 0.000 0.000 |
-LZO1C-9 | distcc.sh 68 1 64 94.1 0.000 0.000 |
-LZO1C-9 | gawk.csh 1107 1 274 24.8 0.000 0.000 |
-LZO1C-9 | gawk.sh 757 1 225 29.7 0.000 0.000 |
-LZO1C-9 | protocols 2932 1 2033 69.3 0.000 0.000 |
-LZO1C-9 | client.conf 1233 1 931 75.5 0.000 0.000 |
-LZO1C-9 | 50-sato.conf 447 1 361 80.8 0.000 0.000 |
-LZO1C-9 | daemon.conf 2374 1 1513 63.7 0.000 0.000 |
-LZO1C-9 | default.pa 4933 1 2525 51.2 0.000 0.000 |
-LZO1C-9 | system.pa 2078 1 1281 61.6 0.000 0.000 |
-LZO1C-9 | quilt.quiltrc 1347 1 894 66.4 0.000 0.000 |
-LZO1C-9 | quotagrpadmins 220 1 198 90.0 0.000 0.000 |
-LZO1C-9 | quotatab 261 1 224 85.8 0.000 0.000 |
-LZO1C-9 | rpc 895 1 667 74.5 0.000 0.000 |
-LZO1C-9 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-9 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-9 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-9 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1C-9 | securetty 1848 1 1193 64.6 0.000 0.000 |
-LZO1C-9 | services 18790 1 9610 51.1 0.000 0.000 |
-LZO1C-9 | shadow 619 1 217 35.1 0.000 0.000 |
-LZO1C-9 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1C-9 | .bashrc 410 1 326 79.5 0.000 0.000 |
-LZO1C-9 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1C-9 | slsh.rc 2030 1 996 49.1 0.000 0.000 |
-LZO1C-9 | moduli 577388 3 27392 4.7 207.908 0.000 |
-LZO1C-9 | ssh_config 1548 1 1032 66.7 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 176 1 169 96.0 0.000 0.000 |
-LZO1C-9 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
-LZO1C-9 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1C-9 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1C-9 | ssh_host_rsa_key.pub 568 1 575 101 0.000 0.000 |
-LZO1C-9 | sshd_config 3177 1 1924 60.6 0.000 0.000 |
-LZO1C-9 | sshd_config_readonly 3186 1 1919 60.2 0.000 0.000 |
-LZO1C-9 | ca-certificates.crt 200061 1 157179 78.6 39.972 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 |
-LZO1C-9 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-9 | kdump.conf 411 1 330 80.3 0.000 0.000 |
-LZO1C-9 | sysctl.conf 2128 1 1541 72.4 0.000 0.000 |
-LZO1C-9 | syslog-startup.conf 651 1 538 82.6 0.000 0.000 |
-LZO1C-9 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-9 | ansi 1481 1 725 49.0 0.000 0.000 |
-LZO1C-9 | dumb 308 1 71 23.1 0.000 0.000 |
-LZO1C-9 | linux 1730 1 1000 57.8 0.000 0.000 |
-LZO1C-9 | rxvt 2286 1 1529 66.9 0.000 0.000 |
-LZO1C-9 | screen 1587 1 904 57.0 0.000 0.000 |
-LZO1C-9 | screen-256color 1677 1 939 56.0 0.000 0.000 |
-LZO1C-9 | sun 1004 1 487 48.5 0.000 0.000 |
-LZO1C-9 | vt100 1190 1 717 60.3 0.000 0.000 |
-LZO1C-9 | vt102 1184 1 722 61.0 0.000 0.000 |
-LZO1C-9 | vt200 1377 1 896 65.1 0.000 0.000 |
-LZO1C-9 | vt220 1377 1 896 65.1 0.000 0.000 |
-LZO1C-9 | vt52 470 1 228 48.5 0.000 0.000 |
-LZO1C-9 | xterm-256color 3641 1 2377 65.3 0.000 0.000 |
-LZO1C-9 | xterm-color 1551 1 777 50.1 0.000 0.000 |
-LZO1C-9 | xterm-xfree86 2240 1 1344 60.0 0.000 0.000 |
-LZO1C-9 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-9 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-9 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1C-9 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-9 | automount.rules 847 1 558 65.9 0.000 0.000 |
-LZO1C-9 | autonet.rules 757 1 529 69.9 0.000 0.000 |
-LZO1C-9 | local.rules 885 1 649 73.3 0.000 0.000 |
-LZO1C-9 | localextra.rules 843 1 594 70.5 0.000 0.000 |
-LZO1C-9 | mount.sh 4232 1 2087 49.3 0.000 0.000 |
-LZO1C-9 | network.sh 1402 1 1006 71.8 0.000 0.000 |
-LZO1C-9 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-9 | 50default 2634 1 1090 41.4 0.000 0.000 |
-LZO1C-9 | version 15 1 19 127 0.000 0.000 |
-LZO1C-9 | volatile.cache 5955 1 1451 24.4 0.000 0.000 |
-LZO1C-9 | 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 |
-LZO1C-9 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1C-9 | gsettings-data-convert.desktop 7741 1 4387 56.7 0.000 0.000 |
-LZO1C-9 | pulseaudio.desktop 4973 1 2291 46.1 0.000 0.000 |
-LZO1C-9 | xinput_calibrator.desktop 299 1 236 78.9 0.000 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*** 4506 1.0 1428 70.1 75.123 0.000
-LZO1C-9 ***TOTALS*** 1243893 278 394318 31.7 75.123 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1F-1 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1F-1 | Xsession 755 1 500 66.2 0.000 0.000 |
-LZO1F-1 | 13xdgbasedirs.sh 550 1 466 84.7 0.000 0.000 |
-LZO1F-1 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1F-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1F-1 | 80matchboxkeyboard.sh 631 1 405 64.2 0.000 0.000 |
-LZO1F-1 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 |
-LZO1F-1 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 |
-LZO1F-1 | xinitrc 739 1 431 58.3 0.000 0.000 |
-LZO1F-1 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1F-1 | at.deny 144 1 128 88.9 0.000 0.000 |
-LZO1F-1 | avahi-daemon.conf 1753 1 1251 71.4 0.000 0.000 |
-LZO1F-1 | hosts 1121 1 902 80.5 0.000 0.000 |
-LZO1F-1 | sftp-ssh.service 1075 1 836 77.8 0.000 0.000 |
-LZO1F-1 | ssh.service 1071 1 834 77.9 0.000 0.000 |
-LZO1F-1 | bash_completion 45 1 39 86.7 0.000 0.000 |
-LZO1F-1 | perf 6321 1 3049 48.2 0.000 0.000 |
-LZO1F-1 | quilt 7117 1 2731 38.4 0.000 0.000 |
-LZO1F-1 | bindresvport.blacklist 429 1 327 76.2 0.000 0.000 |
-LZO1F-1 | input.conf 397 1 345 86.9 0.000 0.000 |
-LZO1F-1 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1F-1 | build 528 1 280 53.0 0.000 0.000 |
-LZO1F-1 | busybox.links.nosuid 2358 1 1163 49.3 0.000 0.000 |
-LZO1F-1 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1F-1 | ca-certificates.conf 5340 1 1986 37.2 0.000 0.000 |
-LZO1F-1 | pap 653 1 545 83.5 0.000 0.000 |
-LZO1F-1 | logrotate 189 1 155 82.0 0.000 0.000 |
-LZO1F-1 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1F-1 | crontab 653 1 420 64.3 0.000 0.000 |
-LZO1F-1 | session.conf 838 1 621 74.1 0.000 0.000 |
-LZO1F-1 | system.conf 833 1 619 74.3 0.000 0.000 |
-LZO1F-1 | ConsoleKit.conf 7305 1 956 13.1 0.000 0.000 |
-LZO1F-1 | avahi-dbus.conf 1138 1 538 47.3 0.000 0.000 |
-LZO1F-1 | bluetooth.conf 1315 1 700 53.2 0.000 0.000 |
-LZO1F-1 | dbus-wpa_supplicant.conf 743 1 353 47.5 0.000 0.000 |
-LZO1F-1 | ofono.conf 1063 1 602 56.6 0.000 0.000 |
-LZO1F-1 | pulseaudio-system.conf 1084 1 847 78.1 0.000 0.000 |
-LZO1F-1 | devpts 93 1 94 101 0.000 0.000 |
-LZO1F-1 | distcc 535 1 444 83.0 0.000 0.000 |
-LZO1F-1 | mountall 36 1 38 106 0.000 0.000 |
-LZO1F-1 | postinst 52 1 57 110 0.000 0.000 |
-LZO1F-1 | rcS 1040 1 787 75.7 0.000 0.000 |
-LZO1F-1 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1F-1 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1F-1 | useradd 117 1 122 104 0.000 0.000 |
-LZO1F-1 | 00_core 1637 1 1034 63.2 0.000 0.000 |
-LZO1F-1 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1F-1 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1F-1 | 99_sshd 75 1 67 89.3 0.000 0.000 |
-LZO1F-1 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1F-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1F-1 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1F-1 | clients.allow 1582 1 1126 71.2 0.000 0.000 |
-LZO1F-1 | commands.allow.sh 1763 1 1079 61.2 0.000 0.000 |
-LZO1F-1 | hosts 203 1 182 89.7 0.000 0.000 |
-LZO1F-1 | automatic.conf 2569 1 1321 51.4 0.000 0.000 |
-LZO1F-1 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1F-1 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1F-1 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1F-1 | arch 35 1 35 100 0.000 0.000 |
-LZO1F-1 | releasever 6 1 10 167 0.000 0.000 |
-LZO1F-1 | exports 46 1 49 107 0.000 0.000 |
-LZO1F-1 | 30-liberation-aliases.conf 419 1 229 54.7 0.000 0.000 |
-LZO1F-1 | README 978 1 713 72.9 0.000 0.000 |
-LZO1F-1 | fonts.conf 2532 1 1461 57.7 0.000 0.000 |
-LZO1F-1 | config 1032 1 437 42.3 0.000 0.000 |
-LZO1F-1 | fstab 637 1 383 60.1 0.000 0.000 |
-LZO1F-1 | path 1448 1 886 61.2 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 235 1 147 62.6 0.000 0.000 |
-LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1F-1 | %gconf.xml 2158 1 595 27.6 0.000 0.000 |
-LZO1F-1 | %gconf.xml 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 |
-LZO1F-1 | %gconf.xml 515 1 306 59.4 0.000 0.000 |
-LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1F-1 | %gconf.xml 5626 1 1711 30.4 0.000 0.000 |
-LZO1F-1 | settings-daemon.schemas 7202 1 1825 25.3 0.000 0.000 |
-LZO1F-1 | group 620 1 524 84.5 0.000 0.000 |
-LZO1F-1 | gshadow 514 1 364 70.8 0.000 0.000 |
-LZO1F-1 | im-multipress.conf 890 1 783 88.0 0.000 0.000 |
-LZO1F-1 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1F-1 | hostname 10 1 14 140 0.000 0.000 |
-LZO1F-1 | hosts 257 1 205 79.8 0.000 0.000 |
-LZO1F-1 | alsa-state 811 1 517 63.7 0.000 0.000 |
-LZO1F-1 | atd 578 1 388 67.1 0.000 0.000 |
-LZO1F-1 | avahi-daemon 4491 1 2520 56.1 0.000 0.000 |
-LZO1F-1 | banner.sh 492 1 305 62.0 0.000 0.000 |
-LZO1F-1 | bluetooth 1253 1 776 61.9 0.000 0.000 |
-LZO1F-1 | bootlogd 1997 1 1208 60.5 0.000 0.000 |
-LZO1F-1 | bootmisc.sh 2017 1 1369 67.9 0.000 0.000 |
-LZO1F-1 | checkroot.sh 3591 1 2267 63.1 0.000 0.000 |
-LZO1F-1 | connman 1462 1 950 65.0 0.000 0.000 |
-LZO1F-1 | crond 1235 1 801 64.9 0.000 0.000 |
-LZO1F-1 | dbus-1 2887 1 1769 61.3 0.000 0.000 |
-LZO1F-1 | devpts.sh 526 1 388 73.8 0.000 0.000 |
-LZO1F-1 | distcc 2863 1 1647 57.5 0.000 0.000 |
-LZO1F-1 | dmesg.sh 352 1 250 71.0 0.000 0.000 |
-LZO1F-1 | functions 2141 1 1325 61.9 0.000 0.000 |
-LZO1F-1 | halt 510 1 404 79.2 0.000 0.000 |
-LZO1F-1 | hostname.sh 580 1 426 73.4 0.000 0.000 |
-LZO1F-1 | hwclock.sh 2541 1 1322 52.0 0.000 0.000 |
-LZO1F-1 | kdump 2989 1 1398 46.8 0.000 0.000 |
-LZO1F-1 | mdmonitor 1773 1 1041 58.7 0.000 0.000 |
-LZO1F-1 | modutils.sh 1223 1 768 62.8 0.000 0.000 |
-LZO1F-1 | mountall.sh 869 1 658 75.7 0.000 0.000 |
-LZO1F-1 | mountnfs.sh 1589 1 939 59.1 0.000 0.000 |
-LZO1F-1 | networking 1956 1 1014 51.8 0.000 0.000 |
-LZO1F-1 | nfscommon 1609 1 976 60.7 0.000 0.000 |
-LZO1F-1 | nfsserver 3326 1 1842 55.4 0.000 0.000 |
-LZO1F-1 | ofono 516 1 363 70.3 0.000 0.000 |
-LZO1F-1 | populate-volatile.sh 7826 1 3590 45.9 0.000 0.000 |
-LZO1F-1 | ppp 1231 1 690 56.1 0.000 0.000 |
-LZO1F-1 | psplash.sh 647 1 451 69.7 0.000 0.000 |
-LZO1F-1 | rc 4457 1 2578 57.8 0.000 0.000 |
-LZO1F-1 | rcS 525 1 441 84.0 0.000 0.000 |
-LZO1F-1 | read-only-rootfs-hook.sh 1273 1 862 67.7 0.000 0.000 |
-LZO1F-1 | reboot 289 1 224 77.5 0.000 0.000 |
-LZO1F-1 | rmnologin.sh 585 1 377 64.4 0.000 0.000 |
-LZO1F-1 | rng-tools 1029 1 498 48.4 0.000 0.000 |
-LZO1F-1 | rpcbind 1827 1 939 51.4 0.000 0.000 |
-LZO1F-1 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1F-1 | save-rtc.sh 429 1 317 73.9 0.000 0.000 |
-LZO1F-1 | sendsigs 438 1 307 70.1 0.000 0.000 |
-LZO1F-1 | single 578 1 424 73.4 0.000 0.000 |
-LZO1F-1 | sshd 2029 1 1020 50.3 0.000 0.000 |
-LZO1F-1 | sysfs.sh 907 1 476 52.5 0.000 0.000 |
-LZO1F-1 | syslog 1715 1 878 51.2 0.000 0.000 |
-LZO1F-1 | tcf-agent 1298 1 724 55.8 0.000 0.000 |
-LZO1F-1 | udev 2779 1 1619 58.3 0.000 0.000 |
-LZO1F-1 | umountfs 540 1 400 74.1 0.000 0.000 |
-LZO1F-1 | umountnfs.sh 711 1 525 73.8 0.000 0.000 |
-LZO1F-1 | urandom 1473 1 931 63.2 0.000 0.000 |
-LZO1F-1 | xserver-nodm 1436 1 969 67.5 0.000 0.000 |
-LZO1F-1 | inittab 1145 1 795 69.4 0.000 0.000 |
-LZO1F-1 | inputrc 1633 1 1043 63.9 0.000 0.000 |
-LZO1F-1 | bpf_pinning 85 1 88 104 0.000 0.000 |
-LZO1F-1 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1F-1 | group 31 1 35 113 0.000 0.000 |
-LZO1F-1 | nl_protos 262 1 264 101 0.000 0.000 |
-LZO1F-1 | rt_dsfield 331 1 260 78.5 0.000 0.000 |
-LZO1F-1 | rt_protos 201 1 203 101 0.000 0.000 |
-LZO1F-1 | rt_realms 112 1 114 102 0.000 0.000 |
-LZO1F-1 | rt_scopes 92 1 92 100 0.000 0.000 |
-LZO1F-1 | rt_tables 87 1 89 102 0.000 0.000 |
-LZO1F-1 | issue 58 1 63 109 0.000 0.000 |
-LZO1F-1 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1F-1 | ld.so.cache 57193 1 18392 32.2 0.000 0.000 |
-LZO1F-1 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1F-1 | classid 1130 1 635 56.2 0.000 0.000 |
-LZO1F-1 | pktloc 1532 1 822 53.7 0.000 0.000 |
-LZO1F-1 | collect_dnf.conf 813 1 510 62.7 0.000 0.000 |
-LZO1F-1 | limits 827 1 632 76.4 0.000 0.000 |
-LZO1F-1 | login.access 2006 1 1287 64.2 0.000 0.000 |
-LZO1F-1 | login.defs 11030 1 6556 59.4 0.000 0.000 |
-LZO1F-1 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1F-1 | logrotate.conf 434 1 357 82.3 0.000 0.000 |
-LZO1F-1 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1F-1 | dnf 526 1 137 26.0 0.000 0.000 |
-LZO1F-1 | wtmp 145 1 132 91.0 0.000 0.000 |
-LZO1F-1 | kbdconfig 721 1 546 75.7 0.000 0.000 |
-LZO1F-1 | session 630 1 466 74.0 0.000 0.000 |
-LZO1F-1 | mdadm.conf 2687 1 1827 68.0 0.000 0.000 |
-LZO1F-1 | mke2fs.conf 832 1 488 58.7 0.000 0.000 |
-LZO1F-1 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1F-1 | netconfig 767 1 467 60.9 0.000 0.000 |
-LZO1F-1 | nfsroot 809 1 534 66.0 0.000 0.000 |
-LZO1F-1 | wpa-supplicant 1999 1 944 47.2 0.000 0.000 |
-LZO1F-1 | interfaces 129 1 122 94.6 0.000 0.000 |
-LZO1F-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1F-1 | nfs-utils.conf 1087 1 741 68.2 0.000 0.000 |
-LZO1F-1 | nfsmount.conf 3606 1 2023 56.1 0.000 0.000 |
-LZO1F-1 | nsswitch.conf 497 1 366 73.6 0.000 0.000 |
-LZO1F-1 | phonesim.conf 361 1 309 85.6 0.000 0.000 |
-LZO1F-1 | arch.conf 105 1 77 73.3 0.000 0.000 |
-LZO1F-1 | opkg.conf 845 1 591 69.9 0.000 0.000 |
-LZO1F-1 | passwd 1006 1 663 65.9 0.000 0.000 |
-LZO1F-1 | cert9.db 28672 1 915 3.2 0.000 0.000 |
-LZO1F-1 | key4.db 36864 1 1166 3.2 0.000 0.000 |
-LZO1F-1 | pkcs11.txt 425 1 359 84.5 0.000 0.000 |
-LZO1F-1 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1F-1 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1F-1 | ip-down 1454 1 1015 69.8 0.000 0.000 |
-LZO1F-1 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1F-1 | ip-up 1452 1 1014 69.8 0.000 0.000 |
-LZO1F-1 | 08setupdns 292 1 184 63.0 0.000 0.000 |
-LZO1F-1 | options 5 1 9 180 0.000 0.000 |
-LZO1F-1 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1F-1 | provider 1093 1 809 74.0 0.000 0.000 |
-LZO1F-1 | ppp_on_boot 573 1 463 80.8 0.000 0.000 |
-LZO1F-1 | profile 984 1 795 80.8 0.000 0.000 |
-LZO1F-1 | bash_completion.sh 672 1 410 61.0 0.000 0.000 |
-LZO1F-1 | distcc.sh 68 1 65 95.6 0.000 0.000 |
-LZO1F-1 | gawk.csh 1107 1 287 25.9 0.000 0.000 |
-LZO1F-1 | gawk.sh 757 1 237 31.3 0.000 0.000 |
-LZO1F-1 | protocols 2932 1 2087 71.2 0.000 0.000 |
-LZO1F-1 | client.conf 1233 1 959 77.8 0.000 0.000 |
-LZO1F-1 | 50-sato.conf 447 1 372 83.2 0.000 0.000 |
-LZO1F-1 | daemon.conf 2374 1 1578 66.5 0.000 0.000 |
-LZO1F-1 | default.pa 4933 1 2705 54.8 0.000 0.000 |
-LZO1F-1 | system.pa 2078 1 1320 63.5 0.000 0.000 |
-LZO1F-1 | quilt.quiltrc 1347 1 910 67.6 0.000 0.000 |
-LZO1F-1 | quotagrpadmins 220 1 201 91.4 0.000 0.000 |
-LZO1F-1 | quotatab 261 1 224 85.8 0.000 0.000 |
-LZO1F-1 | rpc 895 1 660 73.7 0.000 0.000 |
-LZO1F-1 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1F-1 | macros 38 1 43 113 0.000 0.000 |
-LZO1F-1 | platform 18 1 22 122 0.000 0.000 |
-LZO1F-1 | rpmrc 111 1 85 76.6 0.000 0.000 |
-LZO1F-1 | securetty 1848 1 1128 61.0 0.000 0.000 |
-LZO1F-1 | services 18790 1 10569 56.2 0.000 0.000 |
-LZO1F-1 | shadow 619 1 224 36.2 0.000 0.000 |
-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 577388 3 39666 6.9 565.385 0.000 |
-LZO1F-1 | ssh_config 1548 1 1051 67.9 0.000 0.000 |
-LZO1F-1 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
-LZO1F-1 | ssh_host_ecdsa_key.pub 176 1 170 96.6 0.000 0.000 |
-LZO1F-1 | ssh_host_ed25519_key 411 1 318 77.4 0.000 0.000 |
-LZO1F-1 | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1F-1 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1F-1 | ssh_host_rsa_key.pub 568 1 572 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 161319 80.6 63.027 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 |
-LZO1F-1 | crond 110 1 110 100 0.000 0.000 |
-LZO1F-1 | kdump.conf 411 1 326 79.3 0.000 0.000 |
-LZO1F-1 | sysctl.conf 2128 1 1589 74.7 0.000 0.000 |
-LZO1F-1 | syslog-startup.conf 651 1 542 83.3 0.000 0.000 |
-LZO1F-1 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1F-1 | ansi 1481 1 747 50.4 0.000 0.000 |
-LZO1F-1 | dumb 308 1 75 24.4 0.000 0.000 |
-LZO1F-1 | linux 1730 1 992 57.3 0.000 0.000 |
-LZO1F-1 | rxvt 2286 1 1487 65.0 0.000 0.000 |
-LZO1F-1 | screen 1587 1 913 57.5 0.000 0.000 |
-LZO1F-1 | screen-256color 1677 1 956 57.0 0.000 0.000 |
-LZO1F-1 | sun 1004 1 498 49.6 0.000 0.000 |
-LZO1F-1 | vt100 1190 1 735 61.8 0.000 0.000 |
-LZO1F-1 | vt102 1184 1 735 62.1 0.000 0.000 |
-LZO1F-1 | vt200 1377 1 899 65.3 0.000 0.000 |
-LZO1F-1 | vt220 1377 1 899 65.3 0.000 0.000 |
-LZO1F-1 | vt52 470 1 239 50.9 0.000 0.000 |
-LZO1F-1 | xterm-256color 3641 1 2362 64.9 0.000 0.000 |
-LZO1F-1 | xterm-color 1551 1 773 49.8 0.000 0.000 |
-LZO1F-1 | xterm-xfree86 2240 1 1322 59.0 0.000 0.000 |
-LZO1F-1 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1F-1 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1F-1 | mount.blacklist 51 1 42 82.4 0.000 0.000 |
-LZO1F-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1F-1 | automount.rules 847 1 562 66.4 0.000 0.000 |
-LZO1F-1 | autonet.rules 757 1 531 70.1 0.000 0.000 |
-LZO1F-1 | local.rules 885 1 649 73.3 0.000 0.000 |
-LZO1F-1 | localextra.rules 843 1 607 72.0 0.000 0.000 |
-LZO1F-1 | mount.sh 4232 1 2222 52.5 0.000 0.000 |
-LZO1F-1 | network.sh 1402 1 1020 72.8 0.000 0.000 |
-LZO1F-1 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1F-1 | 50default 2634 1 1166 44.3 0.000 0.000 |
-LZO1F-1 | version 15 1 19 127 0.000 0.000 |
-LZO1F-1 | volatile.cache 5955 1 1513 25.4 0.000 0.000 |
-LZO1F-1 | 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 |
-LZO1F-1 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 |
-LZO1F-1 | gsettings-data-convert.desktop 7741 1 4663 60.2 0.000 0.000 |
-LZO1F-1 | pulseaudio.desktop 4973 1 2393 48.1 0.000 0.000 |
-LZO1F-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000 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*** 4506 1.0 1514 71.1 113.411 0.000
-LZO1F-1 ***TOTALS*** 1243893 278 418113 33.6 113.411 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1X-1 | 00-primary.seat 64 1 68 106 0.000 0.000 |
-LZO1X-1 | Xsession 755 1 511 67.7 0.000 0.000 |
-LZO1X-1 | 13xdgbasedirs.sh 550 1 504 91.6 0.000 0.000 |
-LZO1X-1 | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 |
-LZO1X-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1X-1 | 80matchboxkeyboard.sh 631 1 424 67.2 0.000 0.000 |
-LZO1X-1 | 89xdgautostart.sh 179 1 159 88.8 0.000 0.000 |
-LZO1X-1 | 90XWindowManager.sh 181 1 113 62.4 0.000 0.000 |
-LZO1X-1 | xinitrc 739 1 436 59.0 0.000 0.000 |
-LZO1X-1 | asound.conf 32 1 36 113 0.000 0.000 |
-LZO1X-1 | at.deny 144 1 140 97.2 0.000 0.000 |
-LZO1X-1 | avahi-daemon.conf 1753 1 1278 72.9 0.000 0.000 |
-LZO1X-1 | hosts 1121 1 929 82.9 0.000 0.000 |
-LZO1X-1 | sftp-ssh.service 1075 1 893 83.1 0.000 0.000 |
-LZO1X-1 | ssh.service 1071 1 891 83.2 0.000 0.000 |
-LZO1X-1 | bash_completion 45 1 49 109 0.000 0.000 |
-LZO1X-1 | perf 6321 1 3075 48.6 0.000 0.000 |
-LZO1X-1 | quilt 7117 1 2743 38.5 0.000 0.000 |
-LZO1X-1 | bindresvport.blacklist 429 1 355 82.8 0.000 0.000 |
-LZO1X-1 | input.conf 397 1 355 89.4 0.000 0.000 |
-LZO1X-1 | network.conf 120 1 124 103 0.000 0.000 |
-LZO1X-1 | build 528 1 307 58.1 0.000 0.000 |
-LZO1X-1 | busybox.links.nosuid 2358 1 1173 49.7 0.000 0.000 |
-LZO1X-1 | busybox.links.suid 91 1 75 82.4 0.000 0.000 |
-LZO1X-1 | ca-certificates.conf 5340 1 1999 37.4 0.000 0.000 |
-LZO1X-1 | pap 653 1 571 87.4 0.000 0.000 |
-LZO1X-1 | logrotate 189 1 169 89.4 0.000 0.000 |
-LZO1X-1 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1X-1 | crontab 653 1 438 67.1 0.000 0.000 |
-LZO1X-1 | session.conf 838 1 643 76.7 0.000 0.000 |
-LZO1X-1 | system.conf 833 1 644 77.3 0.000 0.000 |
-LZO1X-1 | ConsoleKit.conf 7305 1 986 13.5 0.000 0.000 |
-LZO1X-1 | avahi-dbus.conf 1138 1 566 49.7 0.000 0.000 |
-LZO1X-1 | bluetooth.conf 1315 1 731 55.6 0.000 0.000 |
-LZO1X-1 | dbus-wpa_supplicant.conf 743 1 367 49.4 0.000 0.000 |
-LZO1X-1 | ofono.conf 1063 1 622 58.5 0.000 0.000 |
-LZO1X-1 | pulseaudio-system.conf 1084 1 877 80.9 0.000 0.000 |
-LZO1X-1 | devpts 93 1 97 104 0.000 0.000 |
-LZO1X-1 | distcc 535 1 454 84.9 0.000 0.000 |
-LZO1X-1 | mountall 36 1 40 111 0.000 0.000 |
-LZO1X-1 | postinst 52 1 56 108 0.000 0.000 |
-LZO1X-1 | rcS 1040 1 824 79.2 0.000 0.000 |
-LZO1X-1 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1X-1 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1X-1 | useradd 117 1 121 103 0.000 0.000 |
-LZO1X-1 | 00_core 1637 1 1083 66.2 0.000 0.000 |
-LZO1X-1 | 01_bootlogd 36 1 40 111 0.000 0.000 |
-LZO1X-1 | 99_dbus 48 1 48 100 0.000 0.000 |
-LZO1X-1 | 99_sshd 75 1 72 96.0 0.000 0.000 |
-LZO1X-1 | 99_wpa_supplicant 46 1 50 109 0.000 0.000 |
-LZO1X-1 | volatiles.04_pulse 91 1 93 102 0.000 0.000 |
-LZO1X-1 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1X-1 | clients.allow 1582 1 1164 73.6 0.000 0.000 |
-LZO1X-1 | commands.allow.sh 1763 1 1099 62.3 0.000 0.000 |
-LZO1X-1 | hosts 203 1 183 90.1 0.000 0.000 |
-LZO1X-1 | automatic.conf 2569 1 1349 52.5 0.000 0.000 |
-LZO1X-1 | dnf.conf 82 1 87 106 0.000 0.000 |
-LZO1X-1 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1X-1 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1X-1 | arch 35 1 39 111 0.000 0.000 |
-LZO1X-1 | releasever 6 1 10 167 0.000 0.000 |
-LZO1X-1 | exports 46 1 50 109 0.000 0.000 |
-LZO1X-1 | 30-liberation-aliases.conf 419 1 239 57.0 0.000 0.000 |
-LZO1X-1 | README 978 1 735 75.2 0.000 0.000 |
-LZO1X-1 | fonts.conf 2532 1 1498 59.2 0.000 0.000 |
-LZO1X-1 | config 1032 1 448 43.4 0.000 0.000 |
-LZO1X-1 | fstab 637 1 398 62.5 0.000 0.000 |
-LZO1X-1 | path 1448 1 920 63.5 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 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 614 28.5 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 |
-LZO1X-1 | %gconf.xml 515 1 326 63.3 0.000 0.000 |
-LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-1 | %gconf.xml 5626 1 1699 30.2 0.000 0.000 |
-LZO1X-1 | settings-daemon.schemas 7202 1 1872 26.0 0.000 0.000 |
-LZO1X-1 | group 620 1 547 88.2 0.000 0.000 |
-LZO1X-1 | gshadow 514 1 372 72.4 0.000 0.000 |
-LZO1X-1 | im-multipress.conf 890 1 806 90.6 0.000 0.000 |
-LZO1X-1 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1X-1 | hostname 10 1 14 140 0.000 0.000 |
-LZO1X-1 | hosts 257 1 210 81.7 0.000 0.000 |
-LZO1X-1 | alsa-state 811 1 540 66.6 0.000 0.000 |
-LZO1X-1 | atd 578 1 394 68.2 0.000 0.000 |
-LZO1X-1 | avahi-daemon 4491 1 2561 57.0 0.000 0.000 |
-LZO1X-1 | banner.sh 492 1 324 65.9 0.000 0.000 |
-LZO1X-1 | bluetooth 1253 1 798 63.7 0.000 0.000 |
-LZO1X-1 | bootlogd 1997 1 1218 61.0 0.000 0.000 |
-LZO1X-1 | bootmisc.sh 2017 1 1404 69.6 0.000 0.000 |
-LZO1X-1 | checkroot.sh 3591 1 2315 64.5 0.000 0.000 |
-LZO1X-1 | connman 1462 1 979 67.0 0.000 0.000 |
-LZO1X-1 | crond 1235 1 807 65.3 0.000 0.000 |
-LZO1X-1 | dbus-1 2887 1 1797 62.2 0.000 0.000 |
-LZO1X-1 | devpts.sh 526 1 402 76.4 0.000 0.000 |
-LZO1X-1 | distcc 2863 1 1675 58.5 0.000 0.000 |
-LZO1X-1 | dmesg.sh 352 1 267 75.9 0.000 0.000 |
-LZO1X-1 | functions 2141 1 1366 63.8 0.000 0.000 |
-LZO1X-1 | halt 510 1 416 81.6 0.000 0.000 |
-LZO1X-1 | hostname.sh 580 1 435 75.0 0.000 0.000 |
-LZO1X-1 | hwclock.sh 2541 1 1337 52.6 0.000 0.000 |
-LZO1X-1 | kdump 2989 1 1427 47.7 0.000 0.000 |
-LZO1X-1 | mdmonitor 1773 1 1052 59.3 0.000 0.000 |
-LZO1X-1 | modutils.sh 1223 1 798 65.2 0.000 0.000 |
-LZO1X-1 | mountall.sh 869 1 670 77.1 0.000 0.000 |
-LZO1X-1 | mountnfs.sh 1589 1 951 59.8 0.000 0.000 |
-LZO1X-1 | networking 1956 1 1028 52.6 0.000 0.000 |
-LZO1X-1 | nfscommon 1609 1 997 62.0 0.000 0.000 |
-LZO1X-1 | nfsserver 3326 1 1876 56.4 0.000 0.000 |
-LZO1X-1 | ofono 516 1 367 71.1 0.000 0.000 |
-LZO1X-1 | populate-volatile.sh 7826 1 3640 46.5 0.000 0.000 |
-LZO1X-1 | ppp 1231 1 689 56.0 0.000 0.000 |
-LZO1X-1 | psplash.sh 647 1 466 72.0 0.000 0.000 |
-LZO1X-1 | rc 4457 1 2630 59.0 0.000 0.000 |
-LZO1X-1 | rcS 525 1 472 89.9 0.000 0.000 |
-LZO1X-1 | read-only-rootfs-hook.sh 1273 1 1225 96.2 0.000 0.000 |
-LZO1X-1 | reboot 289 1 231 79.9 0.000 0.000 |
-LZO1X-1 | rmnologin.sh 585 1 390 66.7 0.000 0.000 |
-LZO1X-1 | rng-tools 1029 1 523 50.8 0.000 0.000 |
-LZO1X-1 | rpcbind 1827 1 961 52.6 0.000 0.000 |
-LZO1X-1 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1X-1 | save-rtc.sh 429 1 333 77.6 0.000 0.000 |
-LZO1X-1 | sendsigs 438 1 314 71.7 0.000 0.000 |
-LZO1X-1 | single 578 1 437 75.6 0.000 0.000 |
-LZO1X-1 | sshd 2029 1 1056 52.0 0.000 0.000 |
-LZO1X-1 | sysfs.sh 907 1 487 53.7 0.000 0.000 |
-LZO1X-1 | syslog 1715 1 886 51.7 0.000 0.000 |
-LZO1X-1 | tcf-agent 1298 1 739 56.9 0.000 0.000 |
-LZO1X-1 | udev 2779 1 1646 59.2 0.000 0.000 |
-LZO1X-1 | umountfs 540 1 408 75.6 0.000 0.000 |
-LZO1X-1 | umountnfs.sh 711 1 528 74.3 0.000 0.000 |
-LZO1X-1 | urandom 1473 1 943 64.0 0.000 0.000 |
-LZO1X-1 | xserver-nodm 1436 1 1008 70.2 0.000 0.000 |
-LZO1X-1 | inittab 1145 1 824 72.0 0.000 0.000 |
-LZO1X-1 | inputrc 1633 1 1062 65.0 0.000 0.000 |
-LZO1X-1 | bpf_pinning 85 1 89 105 0.000 0.000 |
-LZO1X-1 | ematch_map 81 1 85 105 0.000 0.000 |
-LZO1X-1 | group 31 1 35 113 0.000 0.000 |
-LZO1X-1 | nl_protos 262 1 267 102 0.000 0.000 |
-LZO1X-1 | rt_dsfield 331 1 269 81.3 0.000 0.000 |
-LZO1X-1 | rt_protos 201 1 205 102 0.000 0.000 |
-LZO1X-1 | rt_realms 112 1 116 104 0.000 0.000 |
-LZO1X-1 | rt_scopes 92 1 96 104 0.000 0.000 |
-LZO1X-1 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1X-1 | issue 58 1 62 107 0.000 0.000 |
-LZO1X-1 | issue.net 55 1 59 107 0.000 0.000 |
-LZO1X-1 | ld.so.cache 57193 1 18611 32.5 0.000 0.000 |
-LZO1X-1 | ld.so.conf 33 1 37 112 0.000 0.000 |
-LZO1X-1 | classid 1130 1 670 59.3 0.000 0.000 |
-LZO1X-1 | pktloc 1532 1 859 56.1 0.000 0.000 |
-LZO1X-1 | collect_dnf.conf 813 1 530 65.2 0.000 0.000 |
-LZO1X-1 | limits 827 1 653 79.0 0.000 0.000 |
-LZO1X-1 | login.access 2006 1 1317 65.7 0.000 0.000 |
-LZO1X-1 | login.defs 11030 1 6591 59.8 0.000 0.000 |
-LZO1X-1 | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 |
-LZO1X-1 | logrotate.conf 434 1 363 83.6 0.000 0.000 |
-LZO1X-1 | btmp 130 1 129 99.2 0.000 0.000 |
-LZO1X-1 | dnf 526 1 158 30.0 0.000 0.000 |
-LZO1X-1 | wtmp 145 1 143 98.6 0.000 0.000 |
-LZO1X-1 | kbdconfig 721 1 563 78.1 0.000 0.000 |
-LZO1X-1 | session 630 1 478 75.9 0.000 0.000 |
-LZO1X-1 | mdadm.conf 2687 1 1859 69.2 0.000 0.000 |
-LZO1X-1 | mke2fs.conf 832 1 527 63.3 0.000 0.000 |
-LZO1X-1 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1X-1 | netconfig 767 1 487 63.5 0.000 0.000 |
-LZO1X-1 | nfsroot 809 1 547 67.6 0.000 0.000 |
-LZO1X-1 | wpa-supplicant 1999 1 952 47.6 0.000 0.000 |
-LZO1X-1 | interfaces 129 1 128 99.2 0.000 0.000 |
-LZO1X-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1X-1 | nfs-utils.conf 1087 1 764 70.3 0.000 0.000 |
-LZO1X-1 | nfsmount.conf 3606 1 2048 56.8 0.000 0.000 |
-LZO1X-1 | nsswitch.conf 497 1 405 81.5 0.000 0.000 |
-LZO1X-1 | phonesim.conf 361 1 316 87.5 0.000 0.000 |
-LZO1X-1 | arch.conf 105 1 81 77.1 0.000 0.000 |
-LZO1X-1 | opkg.conf 845 1 603 71.4 0.000 0.000 |
-LZO1X-1 | passwd 1006 1 673 66.9 0.000 0.000 |
-LZO1X-1 | cert9.db 28672 1 942 3.3 0.000 0.000 |
-LZO1X-1 | key4.db 36864 1 1190 3.2 0.000 0.000 |
-LZO1X-1 | pkcs11.txt 425 1 376 88.5 0.000 0.000 |
-LZO1X-1 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1X-1 | chap-secrets 78 1 82 105 0.000 0.000 |
-LZO1X-1 | ip-down 1454 1 1031 70.9 0.000 0.000 |
-LZO1X-1 | 92removedns 118 1 103 87.3 0.000 0.000 |
-LZO1X-1 | ip-up 1452 1 1040 71.6 0.000 0.000 |
-LZO1X-1 | 08setupdns 292 1 194 66.4 0.000 0.000 |
-LZO1X-1 | options 5 1 9 180 0.000 0.000 |
-LZO1X-1 | pap-secrets 77 1 81 105 0.000 0.000 |
-LZO1X-1 | provider 1093 1 826 75.6 0.000 0.000 |
-LZO1X-1 | ppp_on_boot 573 1 487 85.0 0.000 0.000 |
-LZO1X-1 | profile 984 1 813 82.6 0.000 0.000 |
-LZO1X-1 | bash_completion.sh 672 1 435 64.7 0.000 0.000 |
-LZO1X-1 | distcc.sh 68 1 70 103 0.000 0.000 |
-LZO1X-1 | gawk.csh 1107 1 296 26.7 0.000 0.000 |
-LZO1X-1 | gawk.sh 757 1 248 32.8 0.000 0.000 |
-LZO1X-1 | protocols 2932 1 2132 72.7 0.000 0.000 |
-LZO1X-1 | client.conf 1233 1 986 80.0 0.000 0.000 |
-LZO1X-1 | 50-sato.conf 447 1 379 84.8 0.000 0.000 |
-LZO1X-1 | daemon.conf 2374 1 1616 68.1 0.000 0.000 |
-LZO1X-1 | default.pa 4933 1 2732 55.4 0.000 0.000 |
-LZO1X-1 | system.pa 2078 1 1343 64.6 0.000 0.000 |
-LZO1X-1 | quilt.quiltrc 1347 1 939 69.7 0.000 0.000 |
-LZO1X-1 | quotagrpadmins 220 1 205 93.2 0.000 0.000 |
-LZO1X-1 | quotatab 261 1 230 88.1 0.000 0.000 |
-LZO1X-1 | rpc 895 1 675 75.4 0.000 0.000 |
-LZO1X-1 | rpcbind.conf 58 1 62 107 0.000 0.000 |
-LZO1X-1 | macros 38 1 42 111 0.000 0.000 |
-LZO1X-1 | platform 18 1 22 122 0.000 0.000 |
-LZO1X-1 | rpmrc 111 1 93 83.8 0.000 0.000 |
-LZO1X-1 | securetty 1848 1 1145 62.0 0.000 0.000 |
-LZO1X-1 | services 18790 1 10642 56.6 0.000 0.000 |
-LZO1X-1 | shadow 619 1 235 38.0 0.000 0.000 |
-LZO1X-1 | shells 52 1 55 106 0.000 0.000 |
-LZO1X-1 | .bashrc 410 1 343 83.7 0.000 0.000 |
-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 577388 3 47770 8.3 0.000 0.000 |
-LZO1X-1 | ssh_config 1548 1 1070 69.1 0.000 0.000 |
-LZO1X-1 | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 |
-LZO1X-1 | ssh_host_ecdsa_key.pub 176 1 172 97.7 0.000 0.000 |
-LZO1X-1 | ssh_host_ed25519_key 411 1 334 81.3 0.000 0.000 |
-LZO1X-1 | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1X-1 | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
-LZO1X-1 | ssh_host_rsa_key.pub 568 1 574 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 |
-LZO1X-1 | ca-certificates.crt 200061 1 169018 84.5 0.000 0.000 |
-LZO1X-1 | openssl.cnf 10909 1 5295 48.5 0.000 0.000 |
-LZO1X-1 | sudoers 3174 1 1930 60.8 0.000 0.000 |
-LZO1X-1 | sudoers.dist 3174 1 1930 60.8 0.000 0.000 |
-LZO1X-1 | crond 110 1 113 103 0.000 0.000 |
-LZO1X-1 | kdump.conf 411 1 355 86.4 0.000 0.000 |
-LZO1X-1 | sysctl.conf 2128 1 1632 76.7 0.000 0.000 |
-LZO1X-1 | syslog-startup.conf 651 1 550 84.5 0.000 0.000 |
-LZO1X-1 | syslog.conf 69 1 73 106 0.000 0.000 |
-LZO1X-1 | ansi 1481 1 769 51.9 0.000 0.000 |
-LZO1X-1 | dumb 308 1 83 26.9 0.000 0.000 |
-LZO1X-1 | linux 1730 1 1022 59.1 0.000 0.000 |
-LZO1X-1 | rxvt 2286 1 1539 67.3 0.000 0.000 |
-LZO1X-1 | screen 1587 1 934 58.9 0.000 0.000 |
-LZO1X-1 | screen-256color 1677 1 974 58.1 0.000 0.000 |
-LZO1X-1 | sun 1004 1 525 52.3 0.000 0.000 |
-LZO1X-1 | vt100 1190 1 758 63.7 0.000 0.000 |
-LZO1X-1 | vt102 1184 1 767 64.8 0.000 0.000 |
-LZO1X-1 | vt200 1377 1 924 67.1 0.000 0.000 |
-LZO1X-1 | vt220 1377 1 924 67.1 0.000 0.000 |
-LZO1X-1 | vt52 470 1 243 51.7 0.000 0.000 |
-LZO1X-1 | xterm-256color 3641 1 2388 65.6 0.000 0.000 |
-LZO1X-1 | xterm-color 1551 1 804 51.8 0.000 0.000 |
-LZO1X-1 | xterm-xfree86 2240 1 1348 60.2 0.000 0.000 |
-LZO1X-1 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1X-1 | dnf.conf 164 1 138 84.1 0.000 0.000 |
-LZO1X-1 | mount.blacklist 51 1 50 98.0 0.000 0.000 |
-LZO1X-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1X-1 | automount.rules 847 1 598 70.6 0.000 0.000 |
-LZO1X-1 | autonet.rules 757 1 567 74.9 0.000 0.000 |
-LZO1X-1 | local.rules 885 1 678 76.6 0.000 0.000 |
-LZO1X-1 | localextra.rules 843 1 623 73.9 0.000 0.000 |
-LZO1X-1 | mount.sh 4232 1 2266 53.5 0.000 0.000 |
-LZO1X-1 | network.sh 1402 1 1045 74.5 0.000 0.000 |
-LZO1X-1 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1X-1 | 50default 2634 1 1185 45.0 0.000 0.000 |
-LZO1X-1 | version 15 1 19 127 0.000 0.000 |
-LZO1X-1 | volatile.cache 5955 1 1542 25.9 0.000 0.000 |
-LZO1X-1 | 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 |
-LZO1X-1 | connman-applet.desktop 191 1 185 96.9 0.000 0.000 |
-LZO1X-1 | gsettings-data-convert.desktop 7741 1 4716 60.9 0.000 0.000 |
-LZO1X-1 | pulseaudio.desktop 4973 1 2418 48.6 0.000 0.000 |
-LZO1X-1 | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 |
-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*** 4506 1.0 1590 73.4 0.000 0.000
-LZO1X-1 ***TOTALS*** 1243893 278 439010 35.3 0.000 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1Y-1 | 00-primary.seat 64 1 68 106 0.000 0.000 |
-LZO1Y-1 | Xsession 755 1 499 66.1 0.000 0.000 |
-LZO1Y-1 | 13xdgbasedirs.sh 550 1 501 91.1 0.000 0.000 |
-LZO1Y-1 | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 |
-LZO1Y-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1Y-1 | 80matchboxkeyboard.sh 631 1 420 66.6 0.000 0.000 |
-LZO1Y-1 | 89xdgautostart.sh 179 1 157 87.7 0.000 0.000 |
-LZO1Y-1 | 90XWindowManager.sh 181 1 111 61.3 0.000 0.000 |
-LZO1Y-1 | xinitrc 739 1 420 56.8 0.000 0.000 |
-LZO1Y-1 | asound.conf 32 1 36 113 0.000 0.000 |
-LZO1Y-1 | at.deny 144 1 140 97.2 0.000 0.000 |
-LZO1Y-1 | avahi-daemon.conf 1753 1 1255 71.6 0.000 0.000 |
-LZO1Y-1 | hosts 1121 1 919 82.0 0.000 0.000 |
-LZO1Y-1 | sftp-ssh.service 1075 1 885 82.3 0.000 0.000 |
-LZO1Y-1 | ssh.service 1071 1 883 82.4 0.000 0.000 |
-LZO1Y-1 | bash_completion 45 1 49 109 0.000 0.000 |
-LZO1Y-1 | perf 6321 1 3081 48.7 0.000 0.000 |
-LZO1Y-1 | quilt 7117 1 2737 38.5 0.000 0.000 |
-LZO1Y-1 | bindresvport.blacklist 429 1 354 82.5 0.000 0.000 |
-LZO1Y-1 | input.conf 397 1 354 89.2 0.000 0.000 |
-LZO1Y-1 | network.conf 120 1 124 103 0.000 0.000 |
-LZO1Y-1 | build 528 1 305 57.8 0.000 0.000 |
-LZO1Y-1 | busybox.links.nosuid 2358 1 1100 46.6 0.000 0.000 |
-LZO1Y-1 | busybox.links.suid 91 1 73 80.2 0.000 0.000 |
-LZO1Y-1 | ca-certificates.conf 5340 1 1942 36.4 0.000 0.000 |
-LZO1Y-1 | pap 653 1 569 87.1 0.000 0.000 |
-LZO1Y-1 | logrotate 189 1 165 87.3 0.000 0.000 |
-LZO1Y-1 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1Y-1 | crontab 653 1 434 66.5 0.000 0.000 |
-LZO1Y-1 | session.conf 838 1 635 75.8 0.000 0.000 |
-LZO1Y-1 | system.conf 833 1 637 76.5 0.000 0.000 |
-LZO1Y-1 | ConsoleKit.conf 7305 1 977 13.4 0.000 0.000 |
-LZO1Y-1 | avahi-dbus.conf 1138 1 554 48.7 0.000 0.000 |
-LZO1Y-1 | bluetooth.conf 1315 1 721 54.8 0.000 0.000 |
-LZO1Y-1 | dbus-wpa_supplicant.conf 743 1 360 48.5 0.000 0.000 |
-LZO1Y-1 | ofono.conf 1063 1 614 57.8 0.000 0.000 |
-LZO1Y-1 | pulseaudio-system.conf 1084 1 868 80.1 0.000 0.000 |
-LZO1Y-1 | devpts 93 1 97 104 0.000 0.000 |
-LZO1Y-1 | distcc 535 1 453 84.7 0.000 0.000 |
-LZO1Y-1 | mountall 36 1 40 111 0.000 0.000 |
-LZO1Y-1 | postinst 52 1 56 108 0.000 0.000 |
-LZO1Y-1 | rcS 1040 1 816 78.5 0.000 0.000 |
-LZO1Y-1 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1Y-1 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1Y-1 | useradd 117 1 121 103 0.000 0.000 |
-LZO1Y-1 | 00_core 1637 1 1053 64.3 0.000 0.000 |
-LZO1Y-1 | 01_bootlogd 36 1 40 111 0.000 0.000 |
-LZO1Y-1 | 99_dbus 48 1 48 100 0.000 0.000 |
-LZO1Y-1 | 99_sshd 75 1 72 96.0 0.000 0.000 |
-LZO1Y-1 | 99_wpa_supplicant 46 1 50 109 0.000 0.000 |
-LZO1Y-1 | volatiles.04_pulse 91 1 93 102 0.000 0.000 |
-LZO1Y-1 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1Y-1 | clients.allow 1582 1 1159 73.3 0.000 0.000 |
-LZO1Y-1 | commands.allow.sh 1763 1 1076 61.0 0.000 0.000 |
-LZO1Y-1 | hosts 203 1 183 90.1 0.000 0.000 |
-LZO1Y-1 | automatic.conf 2569 1 1340 52.2 0.000 0.000 |
-LZO1Y-1 | dnf.conf 82 1 87 106 0.000 0.000 |
-LZO1Y-1 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1Y-1 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1Y-1 | arch 35 1 39 111 0.000 0.000 |
-LZO1Y-1 | releasever 6 1 10 167 0.000 0.000 |
-LZO1Y-1 | exports 46 1 50 109 0.000 0.000 |
-LZO1Y-1 | 30-liberation-aliases.conf 419 1 234 55.8 0.000 0.000 |
-LZO1Y-1 | README 978 1 722 73.8 0.000 0.000 |
-LZO1Y-1 | fonts.conf 2532 1 1495 59.0 0.000 0.000 |
-LZO1Y-1 | config 1032 1 436 42.2 0.000 0.000 |
-LZO1Y-1 | fstab 637 1 391 61.4 0.000 0.000 |
-LZO1Y-1 | path 1448 1 909 62.8 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 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 609 28.2 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 |
-LZO1Y-1 | %gconf.xml 515 1 325 63.1 0.000 0.000 |
-LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1Y-1 | %gconf.xml 5626 1 1721 30.6 0.000 0.000 |
-LZO1Y-1 | settings-daemon.schemas 7202 1 1889 26.2 0.000 0.000 |
-LZO1Y-1 | group 620 1 547 88.2 0.000 0.000 |
-LZO1Y-1 | gshadow 514 1 372 72.4 0.000 0.000 |
-LZO1Y-1 | im-multipress.conf 890 1 804 90.3 0.000 0.000 |
-LZO1Y-1 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1Y-1 | hostname 10 1 14 140 0.000 0.000 |
-LZO1Y-1 | hosts 257 1 207 80.5 0.000 0.000 |
-LZO1Y-1 | alsa-state 811 1 535 66.0 0.000 0.000 |
-LZO1Y-1 | atd 578 1 392 67.8 0.000 0.000 |
-LZO1Y-1 | avahi-daemon 4491 1 2533 56.4 0.000 0.000 |
-LZO1Y-1 | banner.sh 492 1 316 64.2 0.000 0.000 |
-LZO1Y-1 | bluetooth 1253 1 789 63.0 0.000 0.000 |
-LZO1Y-1 | bootlogd 1997 1 1205 60.3 0.000 0.000 |
-LZO1Y-1 | bootmisc.sh 2017 1 1376 68.2 0.000 0.000 |
-LZO1Y-1 | checkroot.sh 3591 1 2328 64.8 0.000 0.000 |
-LZO1Y-1 | connman 1462 1 965 66.0 0.000 0.000 |
-LZO1Y-1 | crond 1235 1 800 64.8 0.000 0.000 |
-LZO1Y-1 | dbus-1 2887 1 1791 62.0 0.000 0.000 |
-LZO1Y-1 | devpts.sh 526 1 398 75.7 0.000 0.000 |
-LZO1Y-1 | distcc 2863 1 1676 58.5 0.000 0.000 |
-LZO1Y-1 | dmesg.sh 352 1 261 74.1 0.000 0.000 |
-LZO1Y-1 | functions 2141 1 1341 62.6 0.000 0.000 |
-LZO1Y-1 | halt 510 1 411 80.6 0.000 0.000 |
-LZO1Y-1 | hostname.sh 580 1 425 73.3 0.000 0.000 |
-LZO1Y-1 | hwclock.sh 2541 1 1325 52.1 0.000 0.000 |
-LZO1Y-1 | kdump 2989 1 1429 47.8 0.000 0.000 |
-LZO1Y-1 | mdmonitor 1773 1 1026 57.9 0.000 0.000 |
-LZO1Y-1 | modutils.sh 1223 1 777 63.5 0.000 0.000 |
-LZO1Y-1 | mountall.sh 869 1 660 75.9 0.000 0.000 |
-LZO1Y-1 | mountnfs.sh 1589 1 930 58.5 0.000 0.000 |
-LZO1Y-1 | networking 1956 1 1028 52.6 0.000 0.000 |
-LZO1Y-1 | nfscommon 1609 1 980 60.9 0.000 0.000 |
-LZO1Y-1 | nfsserver 3326 1 1877 56.4 0.000 0.000 |
-LZO1Y-1 | ofono 516 1 364 70.5 0.000 0.000 |
-LZO1Y-1 | populate-volatile.sh 7826 1 3636 46.5 0.000 0.000 |
-LZO1Y-1 | ppp 1231 1 681 55.3 0.000 0.000 |
-LZO1Y-1 | psplash.sh 647 1 453 70.0 0.000 0.000 |
-LZO1Y-1 | rc 4457 1 2635 59.1 0.000 0.000 |
-LZO1Y-1 | rcS 525 1 469 89.3 0.000 0.000 |
-LZO1Y-1 | read-only-rootfs-hook.sh 1273 1 1222 96.0 0.000 0.000 |
-LZO1Y-1 | reboot 289 1 226 78.2 0.000 0.000 |
-LZO1Y-1 | rmnologin.sh 585 1 380 65.0 0.000 0.000 |
-LZO1Y-1 | rng-tools 1029 1 516 50.1 0.000 0.000 |
-LZO1Y-1 | rpcbind 1827 1 943 51.6 0.000 0.000 |
-LZO1Y-1 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1Y-1 | save-rtc.sh 429 1 327 76.2 0.000 0.000 |
-LZO1Y-1 | sendsigs 438 1 307 70.1 0.000 0.000 |
-LZO1Y-1 | single 578 1 432 74.7 0.000 0.000 |
-LZO1Y-1 | sshd 2029 1 1036 51.1 0.000 0.000 |
-LZO1Y-1 | sysfs.sh 907 1 472 52.0 0.000 0.000 |
-LZO1Y-1 | syslog 1715 1 860 50.1 0.000 0.000 |
-LZO1Y-1 | tcf-agent 1298 1 708 54.5 0.000 0.000 |
-LZO1Y-1 | udev 2779 1 1631 58.7 0.000 0.000 |
-LZO1Y-1 | umountfs 540 1 401 74.3 0.000 0.000 |
-LZO1Y-1 | umountnfs.sh 711 1 519 73.0 0.000 0.000 |
-LZO1Y-1 | urandom 1473 1 929 63.1 0.000 0.000 |
-LZO1Y-1 | xserver-nodm 1436 1 987 68.7 0.000 0.000 |
-LZO1Y-1 | inittab 1145 1 816 71.3 0.000 0.000 |
-LZO1Y-1 | inputrc 1633 1 1054 64.5 0.000 0.000 |
-LZO1Y-1 | bpf_pinning 85 1 89 105 0.000 0.000 |
-LZO1Y-1 | ematch_map 81 1 85 105 0.000 0.000 |
-LZO1Y-1 | group 31 1 35 113 0.000 0.000 |
-LZO1Y-1 | nl_protos 262 1 267 102 0.000 0.000 |
-LZO1Y-1 | rt_dsfield 331 1 269 81.3 0.000 0.000 |
-LZO1Y-1 | rt_protos 201 1 205 102 0.000 0.000 |
-LZO1Y-1 | rt_realms 112 1 116 104 0.000 0.000 |
-LZO1Y-1 | rt_scopes 92 1 96 104 0.000 0.000 |
-LZO1Y-1 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1Y-1 | issue 58 1 62 107 0.000 0.000 |
-LZO1Y-1 | issue.net 55 1 59 107 0.000 0.000 |
-LZO1Y-1 | ld.so.cache 57193 1 17746 31.0 0.000 0.000 |
-LZO1Y-1 | ld.so.conf 33 1 37 112 0.000 0.000 |
-LZO1Y-1 | classid 1130 1 658 58.2 0.000 0.000 |
-LZO1Y-1 | pktloc 1532 1 830 54.2 0.000 0.000 |
-LZO1Y-1 | collect_dnf.conf 813 1 510 62.7 0.000 0.000 |
-LZO1Y-1 | limits 827 1 646 78.1 0.000 0.000 |
-LZO1Y-1 | login.access 2006 1 1310 65.3 0.000 0.000 |
-LZO1Y-1 | login.defs 11030 1 6708 60.8 0.000 0.000 |
-LZO1Y-1 | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 |
-LZO1Y-1 | logrotate.conf 434 1 360 82.9 0.000 0.000 |
-LZO1Y-1 | btmp 130 1 129 99.2 0.000 0.000 |
-LZO1Y-1 | dnf 526 1 157 29.8 0.000 0.000 |
-LZO1Y-1 | wtmp 145 1 143 98.6 0.000 0.000 |
-LZO1Y-1 | kbdconfig 721 1 560 77.7 0.000 0.000 |
-LZO1Y-1 | session 630 1 468 74.3 0.000 0.000 |
-LZO1Y-1 | mdadm.conf 2687 1 1871 69.6 0.000 0.000 |
-LZO1Y-1 | mke2fs.conf 832 1 517 62.1 0.000 0.000 |
-LZO1Y-1 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1Y-1 | netconfig 767 1 480 62.6 0.000 0.000 |
-LZO1Y-1 | nfsroot 809 1 539 66.6 0.000 0.000 |
-LZO1Y-1 | wpa-supplicant 1999 1 926 46.3 0.000 0.000 |
-LZO1Y-1 | interfaces 129 1 127 98.4 0.000 0.000 |
-LZO1Y-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1Y-1 | nfs-utils.conf 1087 1 759 69.8 0.000 0.000 |
-LZO1Y-1 | nfsmount.conf 3606 1 2062 57.2 0.000 0.000 |
-LZO1Y-1 | nsswitch.conf 497 1 398 80.1 0.000 0.000 |
-LZO1Y-1 | phonesim.conf 361 1 315 87.3 0.000 0.000 |
-LZO1Y-1 | arch.conf 105 1 81 77.1 0.000 0.000 |
-LZO1Y-1 | opkg.conf 845 1 592 70.1 0.000 0.000 |
-LZO1Y-1 | passwd 1006 1 660 65.6 0.000 0.000 |
-LZO1Y-1 | cert9.db 28672 1 921 3.2 0.000 0.000 |
-LZO1Y-1 | key4.db 36864 1 1168 3.2 0.000 0.000 |
-LZO1Y-1 | pkcs11.txt 425 1 374 88.0 0.000 0.000 |
-LZO1Y-1 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1Y-1 | chap-secrets 78 1 82 105 0.000 0.000 |
-LZO1Y-1 | ip-down 1454 1 1026 70.6 0.000 0.000 |
-LZO1Y-1 | 92removedns 118 1 102 86.4 0.000 0.000 |
-LZO1Y-1 | ip-up 1452 1 1035 71.3 0.000 0.000 |
-LZO1Y-1 | 08setupdns 292 1 183 62.7 0.000 0.000 |
-LZO1Y-1 | options 5 1 9 180 0.000 0.000 |
-LZO1Y-1 | pap-secrets 77 1 81 105 0.000 0.000 |
-LZO1Y-1 | provider 1093 1 818 74.8 0.000 0.000 |
-LZO1Y-1 | ppp_on_boot 573 1 481 83.9 0.000 0.000 |
-LZO1Y-1 | profile 984 1 809 82.2 0.000 0.000 |
-LZO1Y-1 | bash_completion.sh 672 1 428 63.7 0.000 0.000 |
-LZO1Y-1 | distcc.sh 68 1 70 103 0.000 0.000 |
-LZO1Y-1 | gawk.csh 1107 1 288 26.0 0.000 0.000 |
-LZO1Y-1 | gawk.sh 757 1 244 32.2 0.000 0.000 |
-LZO1Y-1 | protocols 2932 1 2137 72.9 0.000 0.000 |
-LZO1Y-1 | client.conf 1233 1 975 79.1 0.000 0.000 |
-LZO1Y-1 | 50-sato.conf 447 1 374 83.7 0.000 0.000 |
-LZO1Y-1 | daemon.conf 2374 1 1596 67.2 0.000 0.000 |
-LZO1Y-1 | default.pa 4933 1 2756 55.9 0.000 0.000 |
-LZO1Y-1 | system.pa 2078 1 1344 64.7 0.000 0.000 |
-LZO1Y-1 | quilt.quiltrc 1347 1 932 69.2 0.000 0.000 |
-LZO1Y-1 | quotagrpadmins 220 1 205 93.2 0.000 0.000 |
-LZO1Y-1 | quotatab 261 1 229 87.7 0.000 0.000 |
-LZO1Y-1 | rpc 895 1 667 74.5 0.000 0.000 |
-LZO1Y-1 | rpcbind.conf 58 1 62 107 0.000 0.000 |
-LZO1Y-1 | macros 38 1 42 111 0.000 0.000 |
-LZO1Y-1 | platform 18 1 22 122 0.000 0.000 |
-LZO1Y-1 | rpmrc 111 1 91 82.0 0.000 0.000 |
-LZO1Y-1 | securetty 1848 1 1137 61.5 0.000 0.000 |
-LZO1Y-1 | services 18790 1 10527 56.0 0.000 0.000 |
-LZO1Y-1 | shadow 619 1 234 37.8 0.000 0.000 |
-LZO1Y-1 | shells 52 1 55 106 0.000 0.000 |
-LZO1Y-1 | .bashrc 410 1 338 82.4 0.000 0.000 |
-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 577388 3 47747 8.3 0.000 0.000 |
-LZO1Y-1 | ssh_config 1548 1 1059 68.4 0.000 0.000 |
-LZO1Y-1 | ssh_host_ecdsa_key 505 1 480 95.0 0.000 0.000 |
-LZO1Y-1 | ssh_host_ecdsa_key.pub 176 1 171 97.2 0.000 0.000 |
-LZO1Y-1 | ssh_host_ed25519_key 411 1 332 80.8 0.000 0.000 |
-LZO1Y-1 | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1Y-1 | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
-LZO1Y-1 | ssh_host_rsa_key.pub 568 1 574 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 |
-LZO1Y-1 | ca-certificates.crt 200061 1 169159 84.6 0.000 0.000 |
-LZO1Y-1 | openssl.cnf 10909 1 5322 48.8 0.000 0.000 |
-LZO1Y-1 | sudoers 3174 1 1934 60.9 0.000 0.000 |
-LZO1Y-1 | sudoers.dist 3174 1 1934 60.9 0.000 0.000 |
-LZO1Y-1 | crond 110 1 113 103 0.000 0.000 |
-LZO1Y-1 | kdump.conf 411 1 351 85.4 0.000 0.000 |
-LZO1Y-1 | sysctl.conf 2128 1 1631 76.6 0.000 0.000 |
-LZO1Y-1 | syslog-startup.conf 651 1 548 84.2 0.000 0.000 |
-LZO1Y-1 | syslog.conf 69 1 73 106 0.000 0.000 |
-LZO1Y-1 | ansi 1481 1 757 51.1 0.000 0.000 |
-LZO1Y-1 | dumb 308 1 83 26.9 0.000 0.000 |
-LZO1Y-1 | linux 1730 1 1011 58.4 0.000 0.000 |
-LZO1Y-1 | rxvt 2286 1 1542 67.5 0.000 0.000 |
-LZO1Y-1 | screen 1587 1 934 58.9 0.000 0.000 |
-LZO1Y-1 | screen-256color 1677 1 970 57.8 0.000 0.000 |
-LZO1Y-1 | sun 1004 1 518 51.6 0.000 0.000 |
-LZO1Y-1 | vt100 1190 1 752 63.2 0.000 0.000 |
-LZO1Y-1 | vt102 1184 1 762 64.4 0.000 0.000 |
-LZO1Y-1 | vt200 1377 1 918 66.7 0.000 0.000 |
-LZO1Y-1 | vt220 1377 1 918 66.7 0.000 0.000 |
-LZO1Y-1 | vt52 470 1 238 50.6 0.000 0.000 |
-LZO1Y-1 | xterm-256color 3641 1 2402 66.0 0.000 0.000 |
-LZO1Y-1 | xterm-color 1551 1 801 51.6 0.000 0.000 |
-LZO1Y-1 | xterm-xfree86 2240 1 1341 59.9 0.000 0.000 |
-LZO1Y-1 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1Y-1 | dnf.conf 164 1 138 84.1 0.000 0.000 |
-LZO1Y-1 | mount.blacklist 51 1 50 98.0 0.000 0.000 |
-LZO1Y-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1Y-1 | automount.rules 847 1 592 69.9 0.000 0.000 |
-LZO1Y-1 | autonet.rules 757 1 561 74.1 0.000 0.000 |
-LZO1Y-1 | local.rules 885 1 670 75.7 0.000 0.000 |
-LZO1Y-1 | localextra.rules 843 1 614 72.8 0.000 0.000 |
-LZO1Y-1 | mount.sh 4232 1 2282 53.9 0.000 0.000 |
-LZO1Y-1 | network.sh 1402 1 1032 73.6 0.000 0.000 |
-LZO1Y-1 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1Y-1 | 50default 2634 1 1175 44.6 0.000 0.000 |
-LZO1Y-1 | version 15 1 19 127 0.000 0.000 |
-LZO1Y-1 | volatile.cache 5955 1 1483 24.9 0.000 0.000 |
-LZO1Y-1 | 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 |
-LZO1Y-1 | connman-applet.desktop 191 1 184 96.3 0.000 0.000 |
-LZO1Y-1 | gsettings-data-convert.desktop 7741 1 4670 60.3 0.000 0.000 |
-LZO1Y-1 | pulseaudio.desktop 4973 1 2374 47.7 0.000 0.000 |
-LZO1Y-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 |
-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*** 4506 1.0 1582 72.9 0.000 0.000
-LZO1Y-1 ***TOTALS*** 1243893 278 436844 35.1 0.000 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1X-1(11) | 00-primary.seat 64 1 68 106 0.000 0.000 |
-LZO1X-1(11) | Xsession 755 1 514 68.1 0.000 0.000 |
-LZO1X-1(11) | 13xdgbasedirs.sh 550 1 513 93.3 0.000 0.000 |
-LZO1X-1(11) | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 |
-LZO1X-1(11) | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1X-1(11) | 80matchboxkeyboard.sh 631 1 424 67.2 0.000 0.000 |
-LZO1X-1(11) | 89xdgautostart.sh 179 1 159 88.8 0.000 0.000 |
-LZO1X-1(11) | 90XWindowManager.sh 181 1 113 62.4 0.000 0.000 |
-LZO1X-1(11) | xinitrc 739 1 436 59.0 0.000 0.000 |
-LZO1X-1(11) | asound.conf 32 1 36 113 0.000 0.000 |
-LZO1X-1(11) | at.deny 144 1 140 97.2 0.000 0.000 |
-LZO1X-1(11) | avahi-daemon.conf 1753 1 1286 73.4 0.000 0.000 |
-LZO1X-1(11) | hosts 1121 1 938 83.7 0.000 0.000 |
-LZO1X-1(11) | sftp-ssh.service 1075 1 902 83.9 0.000 0.000 |
-LZO1X-1(11) | ssh.service 1071 1 900 84.0 0.000 0.000 |
-LZO1X-1(11) | bash_completion 45 1 49 109 0.000 0.000 |
-LZO1X-1(11) | perf 6321 1 3146 49.8 0.000 0.000 |
-LZO1X-1(11) | quilt 7117 1 2799 39.3 0.000 0.000 |
-LZO1X-1(11) | bindresvport.blacklist 429 1 355 82.8 0.000 0.000 |
-LZO1X-1(11) | input.conf 397 1 355 89.4 0.000 0.000 |
-LZO1X-1(11) | network.conf 120 1 124 103 0.000 0.000 |
-LZO1X-1(11) | build 528 1 307 58.1 0.000 0.000 |
-LZO1X-1(11) | busybox.links.nosuid 2358 1 1178 50.0 0.000 0.000 |
-LZO1X-1(11) | busybox.links.suid 91 1 75 82.4 0.000 0.000 |
-LZO1X-1(11) | ca-certificates.conf 5340 1 2033 38.1 0.000 0.000 |
-LZO1X-1(11) | pap 653 1 573 87.7 0.000 0.000 |
-LZO1X-1(11) | logrotate 189 1 169 89.4 0.000 0.000 |
-LZO1X-1(11) | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(11) | crontab 653 1 442 67.7 0.000 0.000 |
-LZO1X-1(11) | session.conf 838 1 643 76.7 0.000 0.000 |
-LZO1X-1(11) | system.conf 833 1 644 77.3 0.000 0.000 |
-LZO1X-1(11) | ConsoleKit.conf 7305 1 998 13.7 0.000 0.000 |
-LZO1X-1(11) | avahi-dbus.conf 1138 1 561 49.3 0.000 0.000 |
-LZO1X-1(11) | bluetooth.conf 1315 1 742 56.4 0.000 0.000 |
-LZO1X-1(11) | dbus-wpa_supplicant.conf 743 1 366 49.3 0.000 0.000 |
-LZO1X-1(11) | ofono.conf 1063 1 626 58.9 0.000 0.000 |
-LZO1X-1(11) | pulseaudio-system.conf 1084 1 885 81.6 0.000 0.000 |
-LZO1X-1(11) | devpts 93 1 97 104 0.000 0.000 |
-LZO1X-1(11) | distcc 535 1 457 85.4 0.000 0.000 |
-LZO1X-1(11) | mountall 36 1 40 111 0.000 0.000 |
-LZO1X-1(11) | postinst 52 1 56 108 0.000 0.000 |
-LZO1X-1(11) | rcS 1040 1 832 80.0 0.000 0.000 |
-LZO1X-1(11) | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1X-1(11) | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(11) | useradd 117 1 121 103 0.000 0.000 |
-LZO1X-1(11) | 00_core 1637 1 1085 66.3 0.000 0.000 |
-LZO1X-1(11) | 01_bootlogd 36 1 40 111 0.000 0.000 |
-LZO1X-1(11) | 99_dbus 48 1 48 100 0.000 0.000 |
-LZO1X-1(11) | 99_sshd 75 1 72 96.0 0.000 0.000 |
-LZO1X-1(11) | 99_wpa_supplicant 46 1 50 109 0.000 0.000 |
-LZO1X-1(11) | volatiles.04_pulse 91 1 93 102 0.000 0.000 |
-LZO1X-1(11) | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1X-1(11) | clients.allow 1582 1 1173 74.1 0.000 0.000 |
-LZO1X-1(11) | commands.allow.sh 1763 1 1116 63.3 0.000 0.000 |
-LZO1X-1(11) | hosts 203 1 183 90.1 0.000 0.000 |
-LZO1X-1(11) | automatic.conf 2569 1 1363 53.1 0.000 0.000 |
-LZO1X-1(11) | dnf.conf 82 1 87 106 0.000 0.000 |
-LZO1X-1(11) | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1X-1(11) | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1X-1(11) | arch 35 1 39 111 0.000 0.000 |
-LZO1X-1(11) | releasever 6 1 10 167 0.000 0.000 |
-LZO1X-1(11) | exports 46 1 50 109 0.000 0.000 |
-LZO1X-1(11) | 30-liberation-aliases.conf 419 1 239 57.0 0.000 0.000 |
-LZO1X-1(11) | README 978 1 741 75.8 0.000 0.000 |
-LZO1X-1(11) | fonts.conf 2532 1 1498 59.2 0.000 0.000 |
-LZO1X-1(11) | config 1032 1 448 43.4 0.000 0.000 |
-LZO1X-1(11) | fstab 637 1 398 62.5 0.000 0.000 |
-LZO1X-1(11) | path 1448 1 931 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 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 620 28.7 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 1738 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 549 88.5 0.000 0.000 |
-LZO1X-1(11) | gshadow 514 1 372 72.4 0.000 0.000 |
-LZO1X-1(11) | im-multipress.conf 890 1 814 91.5 0.000 0.000 |
-LZO1X-1(11) | host.conf 26 1 30 115 0.000 0.000 |
-LZO1X-1(11) | hostname 10 1 14 140 0.000 0.000 |
-LZO1X-1(11) | hosts 257 1 210 81.7 0.000 0.000 |
-LZO1X-1(11) | alsa-state 811 1 540 66.6 0.000 0.000 |
-LZO1X-1(11) | atd 578 1 395 68.3 0.000 0.000 |
-LZO1X-1(11) | avahi-daemon 4491 1 2591 57.7 0.000 0.000 |
-LZO1X-1(11) | banner.sh 492 1 324 65.9 0.000 0.000 |
-LZO1X-1(11) | bluetooth 1253 1 802 64.0 0.000 0.000 |
-LZO1X-1(11) | bootlogd 1997 1 1230 61.6 0.000 0.000 |
-LZO1X-1(11) | bootmisc.sh 2017 1 1409 69.9 0.000 0.000 |
-LZO1X-1(11) | checkroot.sh 3591 1 2349 65.4 0.000 0.000 |
-LZO1X-1(11) | connman 1462 1 993 67.9 0.000 0.000 |
-LZO1X-1(11) | crond 1235 1 810 65.6 0.000 0.000 |
-LZO1X-1(11) | dbus-1 2887 1 1817 62.9 0.000 0.000 |
-LZO1X-1(11) | devpts.sh 526 1 406 77.2 0.000 0.000 |
-LZO1X-1(11) | distcc 2863 1 1698 59.3 0.000 0.000 |
-LZO1X-1(11) | dmesg.sh 352 1 267 75.9 0.000 0.000 |
-LZO1X-1(11) | functions 2141 1 1380 64.5 0.000 0.000 |
-LZO1X-1(11) | halt 510 1 418 82.0 0.000 0.000 |
-LZO1X-1(11) | hostname.sh 580 1 436 75.2 0.000 0.000 |
-LZO1X-1(11) | hwclock.sh 2541 1 1351 53.2 0.000 0.000 |
-LZO1X-1(11) | kdump 2989 1 1470 49.2 0.000 0.000 |
-LZO1X-1(11) | mdmonitor 1773 1 1052 59.3 0.000 0.000 |
-LZO1X-1(11) | modutils.sh 1223 1 809 66.1 0.000 0.000 |
-LZO1X-1(11) | mountall.sh 869 1 672 77.3 0.000 0.000 |
-LZO1X-1(11) | mountnfs.sh 1589 1 957 60.2 0.000 0.000 |
-LZO1X-1(11) | networking 1956 1 1035 52.9 0.000 0.000 |
-LZO1X-1(11) | nfscommon 1609 1 1006 62.5 0.000 0.000 |
-LZO1X-1(11) | nfsserver 3326 1 1913 57.5 0.000 0.000 |
-LZO1X-1(11) | ofono 516 1 369 71.5 0.000 0.000 |
-LZO1X-1(11) | populate-volatile.sh 7826 1 3701 47.3 0.000 0.000 |
-LZO1X-1(11) | ppp 1231 1 690 56.1 0.000 0.000 |
-LZO1X-1(11) | psplash.sh 647 1 466 72.0 0.000 0.000 |
-LZO1X-1(11) | rc 4457 1 2674 60.0 0.000 0.000 |
-LZO1X-1(11) | rcS 525 1 472 89.9 0.000 0.000 |
-LZO1X-1(11) | read-only-rootfs-hook.sh 1273 1 1225 96.2 0.000 0.000 |
-LZO1X-1(11) | reboot 289 1 231 79.9 0.000 0.000 |
-LZO1X-1(11) | rmnologin.sh 585 1 390 66.7 0.000 0.000 |
-LZO1X-1(11) | rng-tools 1029 1 525 51.0 0.000 0.000 |
-LZO1X-1(11) | rpcbind 1827 1 963 52.7 0.000 0.000 |
-LZO1X-1(11) | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1X-1(11) | save-rtc.sh 429 1 333 77.6 0.000 0.000 |
-LZO1X-1(11) | sendsigs 438 1 314 71.7 0.000 0.000 |
-LZO1X-1(11) | single 578 1 438 75.8 0.000 0.000 |
-LZO1X-1(11) | sshd 2029 1 1079 53.2 0.000 0.000 |
-LZO1X-1(11) | sysfs.sh 907 1 488 53.8 0.000 0.000 |
-LZO1X-1(11) | syslog 1715 1 888 51.8 0.000 0.000 |
-LZO1X-1(11) | tcf-agent 1298 1 742 57.2 0.000 0.000 |
-LZO1X-1(11) | udev 2779 1 1669 60.1 0.000 0.000 |
-LZO1X-1(11) | umountfs 540 1 408 75.6 0.000 0.000 |
-LZO1X-1(11) | umountnfs.sh 711 1 530 74.5 0.000 0.000 |
-LZO1X-1(11) | urandom 1473 1 945 64.2 0.000 0.000 |
-LZO1X-1(11) | xserver-nodm 1436 1 1014 70.6 0.000 0.000 |
-LZO1X-1(11) | inittab 1145 1 827 72.2 0.000 0.000 |
-LZO1X-1(11) | inputrc 1633 1 1074 65.8 0.000 0.000 |
-LZO1X-1(11) | bpf_pinning 85 1 89 105 0.000 0.000 |
-LZO1X-1(11) | ematch_map 81 1 85 105 0.000 0.000 |
-LZO1X-1(11) | group 31 1 35 113 0.000 0.000 |
-LZO1X-1(11) | nl_protos 262 1 267 102 0.000 0.000 |
-LZO1X-1(11) | rt_dsfield 331 1 269 81.3 0.000 0.000 |
-LZO1X-1(11) | rt_protos 201 1 205 102 0.000 0.000 |
-LZO1X-1(11) | rt_realms 112 1 116 104 0.000 0.000 |
-LZO1X-1(11) | rt_scopes 92 1 96 104 0.000 0.000 |
-LZO1X-1(11) | rt_tables 87 1 91 105 0.000 0.000 |
-LZO1X-1(11) | issue 58 1 62 107 0.000 0.000 |
-LZO1X-1(11) | issue.net 55 1 59 107 0.000 0.000 |
-LZO1X-1(11) | ld.so.cache 57193 1 18651 32.6 0.000 0.000 |
-LZO1X-1(11) | ld.so.conf 33 1 37 112 0.000 0.000 |
-LZO1X-1(11) | classid 1130 1 670 59.3 0.000 0.000 |
-LZO1X-1(11) | pktloc 1532 1 864 56.4 0.000 0.000 |
-LZO1X-1(11) | collect_dnf.conf 813 1 533 65.6 0.000 0.000 |
-LZO1X-1(11) | limits 827 1 655 79.2 0.000 0.000 |
-LZO1X-1(11) | login.access 2006 1 1326 66.1 0.000 0.000 |
-LZO1X-1(11) | login.defs 11030 1 6791 61.6 0.000 0.000 |
-LZO1X-1(11) | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 |
-LZO1X-1(11) | logrotate.conf 434 1 364 83.9 0.000 0.000 |
-LZO1X-1(11) | btmp 130 1 129 99.2 0.000 0.000 |
-LZO1X-1(11) | dnf 526 1 159 30.2 0.000 0.000 |
-LZO1X-1(11) | wtmp 145 1 143 98.6 0.000 0.000 |
-LZO1X-1(11) | kbdconfig 721 1 566 78.5 0.000 0.000 |
-LZO1X-1(11) | session 630 1 478 75.9 0.000 0.000 |
-LZO1X-1(11) | mdadm.conf 2687 1 1894 70.5 0.000 0.000 |
-LZO1X-1(11) | mke2fs.conf 832 1 529 63.6 0.000 0.000 |
-LZO1X-1(11) | motd 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(11) | netconfig 767 1 488 63.6 0.000 0.000 |
-LZO1X-1(11) | nfsroot 809 1 546 67.5 0.000 0.000 |
-LZO1X-1(11) | wpa-supplicant 1999 1 959 48.0 0.000 0.000 |
-LZO1X-1(11) | interfaces 129 1 128 99.2 0.000 0.000 |
-LZO1X-1(11) | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(11) | nfs-utils.conf 1087 1 765 70.4 0.000 0.000 |
-LZO1X-1(11) | nfsmount.conf 3606 1 2071 57.4 0.000 0.000 |
-LZO1X-1(11) | nsswitch.conf 497 1 406 81.7 0.000 0.000 |
-LZO1X-1(11) | phonesim.conf 361 1 317 87.8 0.000 0.000 |
-LZO1X-1(11) | arch.conf 105 1 81 77.1 0.000 0.000 |
-LZO1X-1(11) | opkg.conf 845 1 603 71.4 0.000 0.000 |
-LZO1X-1(11) | passwd 1006 1 676 67.2 0.000 0.000 |
-LZO1X-1(11) | cert9.db 28672 1 944 3.3 0.000 0.000 |
-LZO1X-1(11) | key4.db 36864 1 1190 3.2 0.000 0.000 |
-LZO1X-1(11) | pkcs11.txt 425 1 376 88.5 0.000 0.000 |
-LZO1X-1(11) | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1X-1(11) | chap-secrets 78 1 82 105 0.000 0.000 |
-LZO1X-1(11) | ip-down 1454 1 1036 71.3 0.000 0.000 |
-LZO1X-1(11) | 92removedns 118 1 103 87.3 0.000 0.000 |
-LZO1X-1(11) | ip-up 1452 1 1047 72.1 0.000 0.000 |
-LZO1X-1(11) | 08setupdns 292 1 194 66.4 0.000 0.000 |
-LZO1X-1(11) | options 5 1 9 180 0.000 0.000 |
-LZO1X-1(11) | pap-secrets 77 1 81 105 0.000 0.000 |
-LZO1X-1(11) | provider 1093 1 833 76.2 0.000 0.000 |
-LZO1X-1(11) | ppp_on_boot 573 1 489 85.3 0.000 0.000 |
-LZO1X-1(11) | profile 984 1 813 82.6 0.000 0.000 |
-LZO1X-1(11) | bash_completion.sh 672 1 437 65.0 0.000 0.000 |
-LZO1X-1(11) | distcc.sh 68 1 70 103 0.000 0.000 |
-LZO1X-1(11) | gawk.csh 1107 1 296 26.7 0.000 0.000 |
-LZO1X-1(11) | gawk.sh 757 1 248 32.8 0.000 0.000 |
-LZO1X-1(11) | protocols 2932 1 2168 73.9 0.000 0.000 |
-LZO1X-1(11) | client.conf 1233 1 988 80.1 0.000 0.000 |
-LZO1X-1(11) | 50-sato.conf 447 1 377 84.3 0.000 0.000 |
-LZO1X-1(11) | daemon.conf 2374 1 1622 68.3 0.000 0.000 |
-LZO1X-1(11) | default.pa 4933 1 2783 56.4 0.000 0.000 |
-LZO1X-1(11) | system.pa 2078 1 1368 65.8 0.000 0.000 |
-LZO1X-1(11) | quilt.quiltrc 1347 1 948 70.4 0.000 0.000 |
-LZO1X-1(11) | quotagrpadmins 220 1 205 93.2 0.000 0.000 |
-LZO1X-1(11) | quotatab 261 1 230 88.1 0.000 0.000 |
-LZO1X-1(11) | rpc 895 1 678 75.8 0.000 0.000 |
-LZO1X-1(11) | rpcbind.conf 58 1 62 107 0.000 0.000 |
-LZO1X-1(11) | macros 38 1 42 111 0.000 0.000 |
-LZO1X-1(11) | platform 18 1 22 122 0.000 0.000 |
-LZO1X-1(11) | rpmrc 111 1 93 83.8 0.000 0.000 |
-LZO1X-1(11) | securetty 1848 1 1148 62.1 0.000 0.000 |
-LZO1X-1(11) | services 18790 1 11042 58.8 0.000 0.000 |
-LZO1X-1(11) | shadow 619 1 235 38.0 0.000 0.000 |
-LZO1X-1(11) | shells 52 1 55 106 0.000 0.000 |
-LZO1X-1(11) | .bashrc 410 1 343 83.7 0.000 0.000 |
-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 577388 3 47861 8.3 0.000 0.000 |
-LZO1X-1(11) | ssh_config 1548 1 1072 69.3 0.000 0.000 |
-LZO1X-1(11) | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 |
-LZO1X-1(11) | ssh_host_ecdsa_key.pub 176 1 172 97.7 0.000 0.000 |
-LZO1X-1(11) | ssh_host_ed25519_key 411 1 334 81.3 0.000 0.000 |
-LZO1X-1(11) | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1X-1(11) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
-LZO1X-1(11) | ssh_host_rsa_key.pub 568 1 574 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 |
-LZO1X-1(11) | ca-certificates.crt 200061 1 177904 88.9 0.000 0.000 |
-LZO1X-1(11) | openssl.cnf 10909 1 5490 50.3 0.000 0.000 |
-LZO1X-1(11) | sudoers 3174 1 1955 61.6 0.000 0.000 |
-LZO1X-1(11) | sudoers.dist 3174 1 1955 61.6 0.000 0.000 |
-LZO1X-1(11) | crond 110 1 113 103 0.000 0.000 |
-LZO1X-1(11) | kdump.conf 411 1 357 86.9 0.000 0.000 |
-LZO1X-1(11) | sysctl.conf 2128 1 1649 77.5 0.000 0.000 |
-LZO1X-1(11) | syslog-startup.conf 651 1 550 84.5 0.000 0.000 |
-LZO1X-1(11) | syslog.conf 69 1 73 106 0.000 0.000 |
-LZO1X-1(11) | ansi 1481 1 769 51.9 0.000 0.000 |
-LZO1X-1(11) | dumb 308 1 83 26.9 0.000 0.000 |
-LZO1X-1(11) | linux 1730 1 1023 59.1 0.000 0.000 |
-LZO1X-1(11) | rxvt 2286 1 1544 67.5 0.000 0.000 |
-LZO1X-1(11) | screen 1587 1 938 59.1 0.000 0.000 |
-LZO1X-1(11) | screen-256color 1677 1 976 58.2 0.000 0.000 |
-LZO1X-1(11) | sun 1004 1 525 52.3 0.000 0.000 |
-LZO1X-1(11) | vt100 1190 1 758 63.7 0.000 0.000 |
-LZO1X-1(11) | vt102 1184 1 767 64.8 0.000 0.000 |
-LZO1X-1(11) | vt200 1377 1 926 67.2 0.000 0.000 |
-LZO1X-1(11) | vt220 1377 1 926 67.2 0.000 0.000 |
-LZO1X-1(11) | vt52 470 1 243 51.7 0.000 0.000 |
-LZO1X-1(11) | xterm-256color 3641 1 2417 66.4 0.000 0.000 |
-LZO1X-1(11) | xterm-color 1551 1 805 51.9 0.000 0.000 |
-LZO1X-1(11) | xterm-xfree86 2240 1 1351 60.3 0.000 0.000 |
-LZO1X-1(11) | timestamp 15 1 19 127 0.000 0.000 |
-LZO1X-1(11) | dnf.conf 164 1 138 84.1 0.000 0.000 |
-LZO1X-1(11) | mount.blacklist 51 1 50 98.0 0.000 0.000 |
-LZO1X-1(11) | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(11) | automount.rules 847 1 598 70.6 0.000 0.000 |
-LZO1X-1(11) | autonet.rules 757 1 567 74.9 0.000 0.000 |
-LZO1X-1(11) | local.rules 885 1 678 76.6 0.000 0.000 |
-LZO1X-1(11) | localextra.rules 843 1 623 73.9 0.000 0.000 |
-LZO1X-1(11) | mount.sh 4232 1 2287 54.0 0.000 0.000 |
-LZO1X-1(11) | network.sh 1402 1 1050 74.9 0.000 0.000 |
-LZO1X-1(11) | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1X-1(11) | 50default 2634 1 1190 45.2 0.000 0.000 |
-LZO1X-1(11) | version 15 1 19 127 0.000 0.000 |
-LZO1X-1(11) | volatile.cache 5955 1 1550 26.0 0.000 0.000 |
-LZO1X-1(11) | 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 |
-LZO1X-1(11) | connman-applet.desktop 191 1 185 96.9 0.000 0.000 |
-LZO1X-1(11) | gsettings-data-convert.desktop 7741 1 4834 62.4 0.000 0.000 |
-LZO1X-1(11) | pulseaudio.desktop 4973 1 2458 49.4 0.000 0.000 |
-LZO1X-1(11) | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 |
-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*** 4506 1.0 1631 73.7 0.000 0.000
-LZO1X-1(11) ***TOTALS*** 1243893 278 450389 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
-All Rights Reserved.
-
-262144 block-size
-
-LZO1X-1(12) | 00-primary.seat 64 1 68 106 0.000 0.000 |
-LZO1X-1(12) | Xsession 755 1 511 67.7 0.000 0.000 |
-LZO1X-1(12) | 13xdgbasedirs.sh 550 1 513 93.3 0.000 0.000 |
-LZO1X-1(12) | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 |
-LZO1X-1(12) | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1X-1(12) | 80matchboxkeyboard.sh 631 1 424 67.2 0.000 0.000 |
-LZO1X-1(12) | 89xdgautostart.sh 179 1 159 88.8 0.000 0.000 |
-LZO1X-1(12) | 90XWindowManager.sh 181 1 113 62.4 0.000 0.000 |
-LZO1X-1(12) | xinitrc 739 1 436 59.0 0.000 0.000 |
-LZO1X-1(12) | asound.conf 32 1 36 113 0.000 0.000 |
-LZO1X-1(12) | at.deny 144 1 140 97.2 0.000 0.000 |
-LZO1X-1(12) | avahi-daemon.conf 1753 1 1280 73.0 0.000 0.000 |
-LZO1X-1(12) | hosts 1121 1 933 83.2 0.000 0.000 |
-LZO1X-1(12) | sftp-ssh.service 1075 1 899 83.6 0.000 0.000 |
-LZO1X-1(12) | ssh.service 1071 1 897 83.8 0.000 0.000 |
-LZO1X-1(12) | bash_completion 45 1 49 109 0.000 0.000 |
-LZO1X-1(12) | perf 6321 1 3105 49.1 0.000 0.000 |
-LZO1X-1(12) | quilt 7117 1 2771 38.9 0.000 0.000 |
-LZO1X-1(12) | bindresvport.blacklist 429 1 355 82.8 0.000 0.000 |
-LZO1X-1(12) | input.conf 397 1 355 89.4 0.000 0.000 |
-LZO1X-1(12) | network.conf 120 1 124 103 0.000 0.000 |
-LZO1X-1(12) | build 528 1 307 58.1 0.000 0.000 |
-LZO1X-1(12) | busybox.links.nosuid 2358 1 1178 50.0 0.000 0.000 |
-LZO1X-1(12) | busybox.links.suid 91 1 75 82.4 0.000 0.000 |
-LZO1X-1(12) | ca-certificates.conf 5340 1 2010 37.6 0.000 0.000 |
-LZO1X-1(12) | pap 653 1 573 87.7 0.000 0.000 |
-LZO1X-1(12) | logrotate 189 1 169 89.4 0.000 0.000 |
-LZO1X-1(12) | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(12) | crontab 653 1 441 67.5 0.000 0.000 |
-LZO1X-1(12) | session.conf 838 1 643 76.7 0.000 0.000 |
-LZO1X-1(12) | system.conf 833 1 644 77.3 0.000 0.000 |
-LZO1X-1(12) | ConsoleKit.conf 7305 1 986 13.5 0.000 0.000 |
-LZO1X-1(12) | avahi-dbus.conf 1138 1 566 49.7 0.000 0.000 |
-LZO1X-1(12) | bluetooth.conf 1315 1 732 55.7 0.000 0.000 |
-LZO1X-1(12) | dbus-wpa_supplicant.conf 743 1 367 49.4 0.000 0.000 |
-LZO1X-1(12) | ofono.conf 1063 1 622 58.5 0.000 0.000 |
-LZO1X-1(12) | pulseaudio-system.conf 1084 1 880 81.2 0.000 0.000 |
-LZO1X-1(12) | devpts 93 1 97 104 0.000 0.000 |
-LZO1X-1(12) | distcc 535 1 454 84.9 0.000 0.000 |
-LZO1X-1(12) | mountall 36 1 40 111 0.000 0.000 |
-LZO1X-1(12) | postinst 52 1 56 108 0.000 0.000 |
-LZO1X-1(12) | rcS 1040 1 828 79.6 0.000 0.000 |
-LZO1X-1(12) | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1X-1(12) | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(12) | useradd 117 1 121 103 0.000 0.000 |
-LZO1X-1(12) | 00_core 1637 1 1084 66.2 0.000 0.000 |
-LZO1X-1(12) | 01_bootlogd 36 1 40 111 0.000 0.000 |
-LZO1X-1(12) | 99_dbus 48 1 48 100 0.000 0.000 |
-LZO1X-1(12) | 99_sshd 75 1 72 96.0 0.000 0.000 |
-LZO1X-1(12) | 99_wpa_supplicant 46 1 50 109 0.000 0.000 |
-LZO1X-1(12) | volatiles.04_pulse 91 1 93 102 0.000 0.000 |
-LZO1X-1(12) | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1X-1(12) | clients.allow 1582 1 1164 73.6 0.000 0.000 |
-LZO1X-1(12) | commands.allow.sh 1763 1 1103 62.6 0.000 0.000 |
-LZO1X-1(12) | hosts 203 1 183 90.1 0.000 0.000 |
-LZO1X-1(12) | automatic.conf 2569 1 1351 52.6 0.000 0.000 |
-LZO1X-1(12) | dnf.conf 82 1 87 106 0.000 0.000 |
-LZO1X-1(12) | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1X-1(12) | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1X-1(12) | arch 35 1 39 111 0.000 0.000 |
-LZO1X-1(12) | releasever 6 1 10 167 0.000 0.000 |
-LZO1X-1(12) | exports 46 1 50 109 0.000 0.000 |
-LZO1X-1(12) | 30-liberation-aliases.conf 419 1 239 57.0 0.000 0.000 |
-LZO1X-1(12) | README 978 1 740 75.7 0.000 0.000 |
-LZO1X-1(12) | fonts.conf 2532 1 1500 59.2 0.000 0.000 |
-LZO1X-1(12) | config 1032 1 448 43.4 0.000 0.000 |
-LZO1X-1(12) | fstab 637 1 398 62.5 0.000 0.000 |
-LZO1X-1(12) | path 1448 1 921 63.6 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 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 619 28.7 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) | settings-daemon.schemas 7202 1 1885 26.2 0.000 0.000 |
-LZO1X-1(12) | group 620 1 547 88.2 0.000 0.000 |
-LZO1X-1(12) | gshadow 514 1 372 72.4 0.000 0.000 |
-LZO1X-1(12) | im-multipress.conf 890 1 807 90.7 0.000 0.000 |
-LZO1X-1(12) | host.conf 26 1 30 115 0.000 0.000 |
-LZO1X-1(12) | hostname 10 1 14 140 0.000 0.000 |
-LZO1X-1(12) | hosts 257 1 210 81.7 0.000 0.000 |
-LZO1X-1(12) | alsa-state 811 1 540 66.6 0.000 0.000 |
-LZO1X-1(12) | atd 578 1 394 68.2 0.000 0.000 |
-LZO1X-1(12) | avahi-daemon 4491 1 2574 57.3 0.000 0.000 |
-LZO1X-1(12) | banner.sh 492 1 324 65.9 0.000 0.000 |
-LZO1X-1(12) | bluetooth 1253 1 801 63.9 0.000 0.000 |
-LZO1X-1(12) | bootlogd 1997 1 1219 61.0 0.000 0.000 |
-LZO1X-1(12) | bootmisc.sh 2017 1 1411 70.0 0.000 0.000 |
-LZO1X-1(12) | checkroot.sh 3591 1 2329 64.9 0.000 0.000 |
-LZO1X-1(12) | connman 1462 1 986 67.4 0.000 0.000 |
-LZO1X-1(12) | crond 1235 1 807 65.3 0.000 0.000 |
-LZO1X-1(12) | dbus-1 2887 1 1807 62.6 0.000 0.000 |
-LZO1X-1(12) | devpts.sh 526 1 404 76.8 0.000 0.000 |
-LZO1X-1(12) | distcc 2863 1 1680 58.7 0.000 0.000 |
-LZO1X-1(12) | dmesg.sh 352 1 267 75.9 0.000 0.000 |
-LZO1X-1(12) | functions 2141 1 1368 63.9 0.000 0.000 |
-LZO1X-1(12) | halt 510 1 418 82.0 0.000 0.000 |
-LZO1X-1(12) | hostname.sh 580 1 436 75.2 0.000 0.000 |
-LZO1X-1(12) | hwclock.sh 2541 1 1346 53.0 0.000 0.000 |
-LZO1X-1(12) | kdump 2989 1 1435 48.0 0.000 0.000 |
-LZO1X-1(12) | mdmonitor 1773 1 1054 59.4 0.000 0.000 |
-LZO1X-1(12) | modutils.sh 1223 1 800 65.4 0.000 0.000 |
-LZO1X-1(12) | mountall.sh 869 1 671 77.2 0.000 0.000 |
-LZO1X-1(12) | mountnfs.sh 1589 1 957 60.2 0.000 0.000 |
-LZO1X-1(12) | networking 1956 1 1031 52.7 0.000 0.000 |
-LZO1X-1(12) | nfscommon 1609 1 1004 62.4 0.000 0.000 |
-LZO1X-1(12) | nfsserver 3326 1 1890 56.8 0.000 0.000 |
-LZO1X-1(12) | ofono 516 1 367 71.1 0.000 0.000 |
-LZO1X-1(12) | populate-volatile.sh 7826 1 3662 46.8 0.000 0.000 |
-LZO1X-1(12) | ppp 1231 1 689 56.0 0.000 0.000 |
-LZO1X-1(12) | psplash.sh 647 1 466 72.0 0.000 0.000 |
-LZO1X-1(12) | rc 4457 1 2658 59.6 0.000 0.000 |
-LZO1X-1(12) | rcS 525 1 472 89.9 0.000 0.000 |
-LZO1X-1(12) | read-only-rootfs-hook.sh 1273 1 1225 96.2 0.000 0.000 |
-LZO1X-1(12) | reboot 289 1 231 79.9 0.000 0.000 |
-LZO1X-1(12) | rmnologin.sh 585 1 390 66.7 0.000 0.000 |
-LZO1X-1(12) | rng-tools 1029 1 525 51.0 0.000 0.000 |
-LZO1X-1(12) | rpcbind 1827 1 961 52.6 0.000 0.000 |
-LZO1X-1(12) | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1X-1(12) | save-rtc.sh 429 1 333 77.6 0.000 0.000 |
-LZO1X-1(12) | sendsigs 438 1 314 71.7 0.000 0.000 |
-LZO1X-1(12) | single 578 1 437 75.6 0.000 0.000 |
-LZO1X-1(12) | sshd 2029 1 1063 52.4 0.000 0.000 |
-LZO1X-1(12) | sysfs.sh 907 1 488 53.8 0.000 0.000 |
-LZO1X-1(12) | syslog 1715 1 886 51.7 0.000 0.000 |
-LZO1X-1(12) | tcf-agent 1298 1 739 56.9 0.000 0.000 |
-LZO1X-1(12) | udev 2779 1 1660 59.7 0.000 0.000 |
-LZO1X-1(12) | umountfs 540 1 408 75.6 0.000 0.000 |
-LZO1X-1(12) | umountnfs.sh 711 1 528 74.3 0.000 0.000 |
-LZO1X-1(12) | urandom 1473 1 945 64.2 0.000 0.000 |
-LZO1X-1(12) | xserver-nodm 1436 1 1007 70.1 0.000 0.000 |
-LZO1X-1(12) | inittab 1145 1 824 72.0 0.000 0.000 |
-LZO1X-1(12) | inputrc 1633 1 1069 65.5 0.000 0.000 |
-LZO1X-1(12) | bpf_pinning 85 1 89 105 0.000 0.000 |
-LZO1X-1(12) | ematch_map 81 1 85 105 0.000 0.000 |
-LZO1X-1(12) | group 31 1 35 113 0.000 0.000 |
-LZO1X-1(12) | nl_protos 262 1 267 102 0.000 0.000 |
-LZO1X-1(12) | rt_dsfield 331 1 269 81.3 0.000 0.000 |
-LZO1X-1(12) | rt_protos 201 1 205 102 0.000 0.000 |
-LZO1X-1(12) | rt_realms 112 1 116 104 0.000 0.000 |
-LZO1X-1(12) | rt_scopes 92 1 96 104 0.000 0.000 |
-LZO1X-1(12) | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1X-1(12) | issue 58 1 62 107 0.000 0.000 |
-LZO1X-1(12) | issue.net 55 1 59 107 0.000 0.000 |
-LZO1X-1(12) | ld.so.cache 57193 1 18703 32.7 0.000 0.000 |
-LZO1X-1(12) | ld.so.conf 33 1 37 112 0.000 0.000 |
-LZO1X-1(12) | classid 1130 1 670 59.3 0.000 0.000 |
-LZO1X-1(12) | pktloc 1532 1 863 56.3 0.000 0.000 |
-LZO1X-1(12) | collect_dnf.conf 813 1 532 65.4 0.000 0.000 |
-LZO1X-1(12) | limits 827 1 653 79.0 0.000 0.000 |
-LZO1X-1(12) | login.access 2006 1 1328 66.2 0.000 0.000 |
-LZO1X-1(12) | login.defs 11030 1 6677 60.5 0.000 0.000 |
-LZO1X-1(12) | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 |
-LZO1X-1(12) | logrotate.conf 434 1 363 83.6 0.000 0.000 |
-LZO1X-1(12) | btmp 130 1 129 99.2 0.000 0.000 |
-LZO1X-1(12) | dnf 526 1 159 30.2 0.000 0.000 |
-LZO1X-1(12) | wtmp 145 1 143 98.6 0.000 0.000 |
-LZO1X-1(12) | kbdconfig 721 1 563 78.1 0.000 0.000 |
-LZO1X-1(12) | session 630 1 478 75.9 0.000 0.000 |
-LZO1X-1(12) | mdadm.conf 2687 1 1874 69.7 0.000 0.000 |
-LZO1X-1(12) | mke2fs.conf 832 1 529 63.6 0.000 0.000 |
-LZO1X-1(12) | motd 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(12) | netconfig 767 1 487 63.5 0.000 0.000 |
-LZO1X-1(12) | nfsroot 809 1 547 67.6 0.000 0.000 |
-LZO1X-1(12) | wpa-supplicant 1999 1 953 47.7 0.000 0.000 |
-LZO1X-1(12) | interfaces 129 1 128 99.2 0.000 0.000 |
-LZO1X-1(12) | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(12) | nfs-utils.conf 1087 1 766 70.5 0.000 0.000 |
-LZO1X-1(12) | nfsmount.conf 3606 1 2059 57.1 0.000 0.000 |
-LZO1X-1(12) | nsswitch.conf 497 1 406 81.7 0.000 0.000 |
-LZO1X-1(12) | phonesim.conf 361 1 316 87.5 0.000 0.000 |
-LZO1X-1(12) | arch.conf 105 1 81 77.1 0.000 0.000 |
-LZO1X-1(12) | opkg.conf 845 1 603 71.4 0.000 0.000 |
-LZO1X-1(12) | passwd 1006 1 673 66.9 0.000 0.000 |
-LZO1X-1(12) | cert9.db 28672 1 941 3.3 0.000 0.000 |
-LZO1X-1(12) | key4.db 36864 1 1189 3.2 0.000 0.000 |
-LZO1X-1(12) | pkcs11.txt 425 1 376 88.5 0.000 0.000 |
-LZO1X-1(12) | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1X-1(12) | chap-secrets 78 1 82 105 0.000 0.000 |
-LZO1X-1(12) | ip-down 1454 1 1034 71.1 0.000 0.000 |
-LZO1X-1(12) | 92removedns 118 1 103 87.3 0.000 0.000 |
-LZO1X-1(12) | ip-up 1452 1 1045 72.0 0.000 0.000 |
-LZO1X-1(12) | 08setupdns 292 1 194 66.4 0.000 0.000 |
-LZO1X-1(12) | options 5 1 9 180 0.000 0.000 |
-LZO1X-1(12) | pap-secrets 77 1 81 105 0.000 0.000 |
-LZO1X-1(12) | provider 1093 1 830 75.9 0.000 0.000 |
-LZO1X-1(12) | ppp_on_boot 573 1 489 85.3 0.000 0.000 |
-LZO1X-1(12) | profile 984 1 813 82.6 0.000 0.000 |
-LZO1X-1(12) | bash_completion.sh 672 1 437 65.0 0.000 0.000 |
-LZO1X-1(12) | distcc.sh 68 1 70 103 0.000 0.000 |
-LZO1X-1(12) | gawk.csh 1107 1 296 26.7 0.000 0.000 |
-LZO1X-1(12) | gawk.sh 757 1 248 32.8 0.000 0.000 |
-LZO1X-1(12) | protocols 2932 1 2148 73.3 0.000 0.000 |
-LZO1X-1(12) | client.conf 1233 1 988 80.1 0.000 0.000 |
-LZO1X-1(12) | 50-sato.conf 447 1 379 84.8 0.000 0.000 |
-LZO1X-1(12) | daemon.conf 2374 1 1621 68.3 0.000 0.000 |
-LZO1X-1(12) | default.pa 4933 1 2747 55.7 0.000 0.000 |
-LZO1X-1(12) | system.pa 2078 1 1360 65.4 0.000 0.000 |
-LZO1X-1(12) | quilt.quiltrc 1347 1 945 70.2 0.000 0.000 |
-LZO1X-1(12) | quotagrpadmins 220 1 205 93.2 0.000 0.000 |
-LZO1X-1(12) | quotatab 261 1 230 88.1 0.000 0.000 |
-LZO1X-1(12) | rpc 895 1 675 75.4 0.000 0.000 |
-LZO1X-1(12) | rpcbind.conf 58 1 62 107 0.000 0.000 |
-LZO1X-1(12) | macros 38 1 42 111 0.000 0.000 |
-LZO1X-1(12) | platform 18 1 22 122 0.000 0.000 |
-LZO1X-1(12) | rpmrc 111 1 93 83.8 0.000 0.000 |
-LZO1X-1(12) | securetty 1848 1 1147 62.1 0.000 0.000 |
-LZO1X-1(12) | services 18790 1 10806 57.5 0.000 0.000 |
-LZO1X-1(12) | shadow 619 1 235 38.0 0.000 0.000 |
-LZO1X-1(12) | shells 52 1 55 106 0.000 0.000 |
-LZO1X-1(12) | .bashrc 410 1 343 83.7 0.000 0.000 |
-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 577388 3 47817 8.3 0.000 0.000 |
-LZO1X-1(12) | ssh_config 1548 1 1070 69.1 0.000 0.000 |
-LZO1X-1(12) | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 |
-LZO1X-1(12) | ssh_host_ecdsa_key.pub 176 1 172 97.7 0.000 0.000 |
-LZO1X-1(12) | ssh_host_ed25519_key 411 1 334 81.3 0.000 0.000 |
-LZO1X-1(12) | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1X-1(12) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
-LZO1X-1(12) | ssh_host_rsa_key.pub 568 1 574 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 |
-LZO1X-1(12) | ca-certificates.crt 200061 1 172763 86.4 0.000 0.000 |
-LZO1X-1(12) | openssl.cnf 10909 1 5377 49.3 0.000 0.000 |
-LZO1X-1(12) | sudoers 3174 1 1945 61.3 0.000 0.000 |
-LZO1X-1(12) | sudoers.dist 3174 1 1945 61.3 0.000 0.000 |
-LZO1X-1(12) | crond 110 1 113 103 0.000 0.000 |
-LZO1X-1(12) | kdump.conf 411 1 356 86.6 0.000 0.000 |
-LZO1X-1(12) | sysctl.conf 2128 1 1645 77.3 0.000 0.000 |
-LZO1X-1(12) | syslog-startup.conf 651 1 550 84.5 0.000 0.000 |
-LZO1X-1(12) | syslog.conf 69 1 73 106 0.000 0.000 |
-LZO1X-1(12) | ansi 1481 1 769 51.9 0.000 0.000 |
-LZO1X-1(12) | dumb 308 1 83 26.9 0.000 0.000 |
-LZO1X-1(12) | linux 1730 1 1022 59.1 0.000 0.000 |
-LZO1X-1(12) | rxvt 2286 1 1541 67.4 0.000 0.000 |
-LZO1X-1(12) | screen 1587 1 936 59.0 0.000 0.000 |
-LZO1X-1(12) | screen-256color 1677 1 976 58.2 0.000 0.000 |
-LZO1X-1(12) | sun 1004 1 525 52.3 0.000 0.000 |
-LZO1X-1(12) | vt100 1190 1 758 63.7 0.000 0.000 |
-LZO1X-1(12) | vt102 1184 1 767 64.8 0.000 0.000 |
-LZO1X-1(12) | vt200 1377 1 926 67.2 0.000 0.000 |
-LZO1X-1(12) | vt220 1377 1 926 67.2 0.000 0.000 |
-LZO1X-1(12) | vt52 470 1 243 51.7 0.000 0.000 |
-LZO1X-1(12) | xterm-256color 3641 1 2396 65.8 0.000 0.000 |
-LZO1X-1(12) | xterm-color 1551 1 804 51.8 0.000 0.000 |
-LZO1X-1(12) | xterm-xfree86 2240 1 1351 60.3 0.000 0.000 |
-LZO1X-1(12) | timestamp 15 1 19 127 0.000 0.000 |
-LZO1X-1(12) | dnf.conf 164 1 138 84.1 0.000 0.000 |
-LZO1X-1(12) | mount.blacklist 51 1 50 98.0 0.000 0.000 |
-LZO1X-1(12) | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(12) | automount.rules 847 1 598 70.6 0.000 0.000 |
-LZO1X-1(12) | autonet.rules 757 1 567 74.9 0.000 0.000 |
-LZO1X-1(12) | local.rules 885 1 678 76.6 0.000 0.000 |
-LZO1X-1(12) | localextra.rules 843 1 623 73.9 0.000 0.000 |
-LZO1X-1(12) | mount.sh 4232 1 2274 53.7 0.000 0.000 |
-LZO1X-1(12) | network.sh 1402 1 1046 74.6 0.000 0.000 |
-LZO1X-1(12) | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1X-1(12) | 50default 2634 1 1180 44.8 0.000 0.000 |
-LZO1X-1(12) | version 15 1 19 127 0.000 0.000 |
-LZO1X-1(12) | volatile.cache 5955 1 1543 25.9 0.000 0.000 |
-LZO1X-1(12) | 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 |
-LZO1X-1(12) | connman-applet.desktop 191 1 185 96.9 0.000 0.000 |
-LZO1X-1(12) | gsettings-data-convert.desktop 7741 1 4771 61.6 0.000 0.000 |
-LZO1X-1(12) | pulseaudio.desktop 4973 1 2427 48.8 0.000 0.000 |
-LZO1X-1(12) | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 |
-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*** 4506 1.0 1608 73.5 0.000 0.000
-LZO1X-1(12) ***TOTALS*** 1243893 278 443897 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
-All Rights Reserved.
-
-262144 block-size
-
-LZO1X-1(15) | 00-primary.seat 64 1 68 106 0.000 0.000 |
-LZO1X-1(15) | Xsession 755 1 511 67.7 0.000 0.000 |
-LZO1X-1(15) | 13xdgbasedirs.sh 550 1 508 92.4 0.000 0.000 |
-LZO1X-1(15) | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 |
-LZO1X-1(15) | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1X-1(15) | 80matchboxkeyboard.sh 631 1 424 67.2 0.000 0.000 |
-LZO1X-1(15) | 89xdgautostart.sh 179 1 159 88.8 0.000 0.000 |
-LZO1X-1(15) | 90XWindowManager.sh 181 1 113 62.4 0.000 0.000 |
-LZO1X-1(15) | xinitrc 739 1 436 59.0 0.000 0.000 |
-LZO1X-1(15) | asound.conf 32 1 36 113 0.000 0.000 |
-LZO1X-1(15) | at.deny 144 1 140 97.2 0.000 0.000 |
-LZO1X-1(15) | avahi-daemon.conf 1753 1 1278 72.9 0.000 0.000 |
-LZO1X-1(15) | hosts 1121 1 931 83.1 0.000 0.000 |
-LZO1X-1(15) | sftp-ssh.service 1075 1 898 83.5 0.000 0.000 |
-LZO1X-1(15) | ssh.service 1071 1 896 83.7 0.000 0.000 |
-LZO1X-1(15) | bash_completion 45 1 49 109 0.000 0.000 |
-LZO1X-1(15) | perf 6321 1 3080 48.7 0.000 0.000 |
-LZO1X-1(15) | quilt 7117 1 2754 38.7 0.000 0.000 |
-LZO1X-1(15) | bindresvport.blacklist 429 1 355 82.8 0.000 0.000 |
-LZO1X-1(15) | input.conf 397 1 355 89.4 0.000 0.000 |
-LZO1X-1(15) | network.conf 120 1 124 103 0.000 0.000 |
-LZO1X-1(15) | build 528 1 307 58.1 0.000 0.000 |
-LZO1X-1(15) | busybox.links.nosuid 2358 1 1177 49.9 0.000 0.000 |
-LZO1X-1(15) | busybox.links.suid 91 1 75 82.4 0.000 0.000 |
-LZO1X-1(15) | ca-certificates.conf 5340 1 2000 37.5 0.000 0.000 |
-LZO1X-1(15) | pap 653 1 573 87.7 0.000 0.000 |
-LZO1X-1(15) | logrotate 189 1 169 89.4 0.000 0.000 |
-LZO1X-1(15) | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(15) | crontab 653 1 438 67.1 0.000 0.000 |
-LZO1X-1(15) | session.conf 838 1 643 76.7 0.000 0.000 |
-LZO1X-1(15) | system.conf 833 1 644 77.3 0.000 0.000 |
-LZO1X-1(15) | ConsoleKit.conf 7305 1 986 13.5 0.000 0.000 |
-LZO1X-1(15) | avahi-dbus.conf 1138 1 566 49.7 0.000 0.000 |
-LZO1X-1(15) | bluetooth.conf 1315 1 732 55.7 0.000 0.000 |
-LZO1X-1(15) | dbus-wpa_supplicant.conf 743 1 367 49.4 0.000 0.000 |
-LZO1X-1(15) | ofono.conf 1063 1 622 58.5 0.000 0.000 |
-LZO1X-1(15) | pulseaudio-system.conf 1084 1 877 80.9 0.000 0.000 |
-LZO1X-1(15) | devpts 93 1 97 104 0.000 0.000 |
-LZO1X-1(15) | distcc 535 1 454 84.9 0.000 0.000 |
-LZO1X-1(15) | mountall 36 1 40 111 0.000 0.000 |
-LZO1X-1(15) | postinst 52 1 56 108 0.000 0.000 |
-LZO1X-1(15) | rcS 1040 1 824 79.2 0.000 0.000 |
-LZO1X-1(15) | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1X-1(15) | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(15) | useradd 117 1 121 103 0.000 0.000 |
-LZO1X-1(15) | 00_core 1637 1 1083 66.2 0.000 0.000 |
-LZO1X-1(15) | 01_bootlogd 36 1 40 111 0.000 0.000 |
-LZO1X-1(15) | 99_dbus 48 1 48 100 0.000 0.000 |
-LZO1X-1(15) | 99_sshd 75 1 72 96.0 0.000 0.000 |
-LZO1X-1(15) | 99_wpa_supplicant 46 1 50 109 0.000 0.000 |
-LZO1X-1(15) | volatiles.04_pulse 91 1 93 102 0.000 0.000 |
-LZO1X-1(15) | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1X-1(15) | clients.allow 1582 1 1164 73.6 0.000 0.000 |
-LZO1X-1(15) | commands.allow.sh 1763 1 1101 62.5 0.000 0.000 |
-LZO1X-1(15) | hosts 203 1 183 90.1 0.000 0.000 |
-LZO1X-1(15) | automatic.conf 2569 1 1349 52.5 0.000 0.000 |
-LZO1X-1(15) | dnf.conf 82 1 87 106 0.000 0.000 |
-LZO1X-1(15) | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1X-1(15) | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1X-1(15) | arch 35 1 39 111 0.000 0.000 |
-LZO1X-1(15) | releasever 6 1 10 167 0.000 0.000 |
-LZO1X-1(15) | exports 46 1 50 109 0.000 0.000 |
-LZO1X-1(15) | 30-liberation-aliases.conf 419 1 239 57.0 0.000 0.000 |
-LZO1X-1(15) | README 978 1 736 75.3 0.000 0.000 |
-LZO1X-1(15) | fonts.conf 2532 1 1503 59.4 0.000 0.000 |
-LZO1X-1(15) | config 1032 1 448 43.4 0.000 0.000 |
-LZO1X-1(15) | fstab 637 1 398 62.5 0.000 0.000 |
-LZO1X-1(15) | path 1448 1 921 63.6 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 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 619 28.7 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) | settings-daemon.schemas 7202 1 1877 26.1 0.000 0.000 |
-LZO1X-1(15) | group 620 1 547 88.2 0.000 0.000 |
-LZO1X-1(15) | gshadow 514 1 372 72.4 0.000 0.000 |
-LZO1X-1(15) | im-multipress.conf 890 1 806 90.6 0.000 0.000 |
-LZO1X-1(15) | host.conf 26 1 30 115 0.000 0.000 |
-LZO1X-1(15) | hostname 10 1 14 140 0.000 0.000 |
-LZO1X-1(15) | hosts 257 1 210 81.7 0.000 0.000 |
-LZO1X-1(15) | alsa-state 811 1 540 66.6 0.000 0.000 |
-LZO1X-1(15) | atd 578 1 394 68.2 0.000 0.000 |
-LZO1X-1(15) | avahi-daemon 4491 1 2565 57.1 0.000 0.000 |
-LZO1X-1(15) | banner.sh 492 1 324 65.9 0.000 0.000 |
-LZO1X-1(15) | bluetooth 1253 1 799 63.8 0.000 0.000 |
-LZO1X-1(15) | bootlogd 1997 1 1218 61.0 0.000 0.000 |
-LZO1X-1(15) | bootmisc.sh 2017 1 1406 69.7 0.000 0.000 |
-LZO1X-1(15) | checkroot.sh 3591 1 2320 64.6 0.000 0.000 |
-LZO1X-1(15) | connman 1462 1 979 67.0 0.000 0.000 |
-LZO1X-1(15) | crond 1235 1 807 65.3 0.000 0.000 |
-LZO1X-1(15) | dbus-1 2887 1 1800 62.3 0.000 0.000 |
-LZO1X-1(15) | devpts.sh 526 1 402 76.4 0.000 0.000 |
-LZO1X-1(15) | distcc 2863 1 1677 58.6 0.000 0.000 |
-LZO1X-1(15) | dmesg.sh 352 1 267 75.9 0.000 0.000 |
-LZO1X-1(15) | functions 2141 1 1366 63.8 0.000 0.000 |
-LZO1X-1(15) | halt 510 1 418 82.0 0.000 0.000 |
-LZO1X-1(15) | hostname.sh 580 1 435 75.0 0.000 0.000 |
-LZO1X-1(15) | hwclock.sh 2541 1 1338 52.7 0.000 0.000 |
-LZO1X-1(15) | kdump 2989 1 1429 47.8 0.000 0.000 |
-LZO1X-1(15) | mdmonitor 1773 1 1054 59.4 0.000 0.000 |
-LZO1X-1(15) | modutils.sh 1223 1 800 65.4 0.000 0.000 |
-LZO1X-1(15) | mountall.sh 869 1 670 77.1 0.000 0.000 |
-LZO1X-1(15) | mountnfs.sh 1589 1 951 59.8 0.000 0.000 |
-LZO1X-1(15) | networking 1956 1 1028 52.6 0.000 0.000 |
-LZO1X-1(15) | nfscommon 1609 1 997 62.0 0.000 0.000 |
-LZO1X-1(15) | nfsserver 3326 1 1877 56.4 0.000 0.000 |
-LZO1X-1(15) | ofono 516 1 367 71.1 0.000 0.000 |
-LZO1X-1(15) | populate-volatile.sh 7826 1 3653 46.7 0.000 0.000 |
-LZO1X-1(15) | ppp 1231 1 689 56.0 0.000 0.000 |
-LZO1X-1(15) | psplash.sh 647 1 466 72.0 0.000 0.000 |
-LZO1X-1(15) | rc 4457 1 2639 59.2 0.000 0.000 |
-LZO1X-1(15) | rcS 525 1 472 89.9 0.000 0.000 |
-LZO1X-1(15) | read-only-rootfs-hook.sh 1273 1 1225 96.2 0.000 0.000 |
-LZO1X-1(15) | reboot 289 1 231 79.9 0.000 0.000 |
-LZO1X-1(15) | rmnologin.sh 585 1 390 66.7 0.000 0.000 |
-LZO1X-1(15) | rng-tools 1029 1 523 50.8 0.000 0.000 |
-LZO1X-1(15) | rpcbind 1827 1 961 52.6 0.000 0.000 |
-LZO1X-1(15) | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1X-1(15) | save-rtc.sh 429 1 333 77.6 0.000 0.000 |
-LZO1X-1(15) | sendsigs 438 1 314 71.7 0.000 0.000 |
-LZO1X-1(15) | single 578 1 437 75.6 0.000 0.000 |
-LZO1X-1(15) | sshd 2029 1 1063 52.4 0.000 0.000 |
-LZO1X-1(15) | sysfs.sh 907 1 487 53.7 0.000 0.000 |
-LZO1X-1(15) | syslog 1715 1 886 51.7 0.000 0.000 |
-LZO1X-1(15) | tcf-agent 1298 1 739 56.9 0.000 0.000 |
-LZO1X-1(15) | udev 2779 1 1658 59.7 0.000 0.000 |
-LZO1X-1(15) | umountfs 540 1 408 75.6 0.000 0.000 |
-LZO1X-1(15) | umountnfs.sh 711 1 528 74.3 0.000 0.000 |
-LZO1X-1(15) | urandom 1473 1 944 64.1 0.000 0.000 |
-LZO1X-1(15) | xserver-nodm 1436 1 1008 70.2 0.000 0.000 |
-LZO1X-1(15) | inittab 1145 1 824 72.0 0.000 0.000 |
-LZO1X-1(15) | inputrc 1633 1 1068 65.4 0.000 0.000 |
-LZO1X-1(15) | bpf_pinning 85 1 89 105 0.000 0.000 |
-LZO1X-1(15) | ematch_map 81 1 85 105 0.000 0.000 |
-LZO1X-1(15) | group 31 1 35 113 0.000 0.000 |
-LZO1X-1(15) | nl_protos 262 1 267 102 0.000 0.000 |
-LZO1X-1(15) | rt_dsfield 331 1 269 81.3 0.000 0.000 |
-LZO1X-1(15) | rt_protos 201 1 205 102 0.000 0.000 |
-LZO1X-1(15) | rt_realms 112 1 116 104 0.000 0.000 |
-LZO1X-1(15) | rt_scopes 92 1 96 104 0.000 0.000 |
-LZO1X-1(15) | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1X-1(15) | issue 58 1 62 107 0.000 0.000 |
-LZO1X-1(15) | issue.net 55 1 59 107 0.000 0.000 |
-LZO1X-1(15) | ld.so.cache 57193 1 18697 32.7 0.000 0.000 |
-LZO1X-1(15) | ld.so.conf 33 1 37 112 0.000 0.000 |
-LZO1X-1(15) | classid 1130 1 670 59.3 0.000 0.000 |
-LZO1X-1(15) | pktloc 1532 1 860 56.1 0.000 0.000 |
-LZO1X-1(15) | collect_dnf.conf 813 1 530 65.2 0.000 0.000 |
-LZO1X-1(15) | limits 827 1 653 79.0 0.000 0.000 |
-LZO1X-1(15) | login.access 2006 1 1322 65.9 0.000 0.000 |
-LZO1X-1(15) | login.defs 11030 1 6624 60.1 0.000 0.000 |
-LZO1X-1(15) | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 |
-LZO1X-1(15) | logrotate.conf 434 1 363 83.6 0.000 0.000 |
-LZO1X-1(15) | btmp 130 1 129 99.2 0.000 0.000 |
-LZO1X-1(15) | dnf 526 1 159 30.2 0.000 0.000 |
-LZO1X-1(15) | wtmp 145 1 143 98.6 0.000 0.000 |
-LZO1X-1(15) | kbdconfig 721 1 563 78.1 0.000 0.000 |
-LZO1X-1(15) | session 630 1 478 75.9 0.000 0.000 |
-LZO1X-1(15) | mdadm.conf 2687 1 1865 69.4 0.000 0.000 |
-LZO1X-1(15) | mke2fs.conf 832 1 528 63.5 0.000 0.000 |
-LZO1X-1(15) | motd 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(15) | netconfig 767 1 487 63.5 0.000 0.000 |
-LZO1X-1(15) | nfsroot 809 1 547 67.6 0.000 0.000 |
-LZO1X-1(15) | wpa-supplicant 1999 1 952 47.6 0.000 0.000 |
-LZO1X-1(15) | interfaces 129 1 128 99.2 0.000 0.000 |
-LZO1X-1(15) | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(15) | nfs-utils.conf 1087 1 764 70.3 0.000 0.000 |
-LZO1X-1(15) | nfsmount.conf 3606 1 2058 57.1 0.000 0.000 |
-LZO1X-1(15) | nsswitch.conf 497 1 405 81.5 0.000 0.000 |
-LZO1X-1(15) | phonesim.conf 361 1 316 87.5 0.000 0.000 |
-LZO1X-1(15) | arch.conf 105 1 81 77.1 0.000 0.000 |
-LZO1X-1(15) | opkg.conf 845 1 603 71.4 0.000 0.000 |
-LZO1X-1(15) | passwd 1006 1 673 66.9 0.000 0.000 |
-LZO1X-1(15) | cert9.db 28672 1 942 3.3 0.000 0.000 |
-LZO1X-1(15) | key4.db 36864 1 1190 3.2 0.000 0.000 |
-LZO1X-1(15) | pkcs11.txt 425 1 376 88.5 0.000 0.000 |
-LZO1X-1(15) | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1X-1(15) | chap-secrets 78 1 82 105 0.000 0.000 |
-LZO1X-1(15) | ip-down 1454 1 1031 70.9 0.000 0.000 |
-LZO1X-1(15) | 92removedns 118 1 103 87.3 0.000 0.000 |
-LZO1X-1(15) | ip-up 1452 1 1041 71.7 0.000 0.000 |
-LZO1X-1(15) | 08setupdns 292 1 194 66.4 0.000 0.000 |
-LZO1X-1(15) | options 5 1 9 180 0.000 0.000 |
-LZO1X-1(15) | pap-secrets 77 1 81 105 0.000 0.000 |
-LZO1X-1(15) | provider 1093 1 826 75.6 0.000 0.000 |
-LZO1X-1(15) | ppp_on_boot 573 1 487 85.0 0.000 0.000 |
-LZO1X-1(15) | profile 984 1 813 82.6 0.000 0.000 |
-LZO1X-1(15) | bash_completion.sh 672 1 437 65.0 0.000 0.000 |
-LZO1X-1(15) | distcc.sh 68 1 70 103 0.000 0.000 |
-LZO1X-1(15) | gawk.csh 1107 1 296 26.7 0.000 0.000 |
-LZO1X-1(15) | gawk.sh 757 1 248 32.8 0.000 0.000 |
-LZO1X-1(15) | protocols 2932 1 2140 73.0 0.000 0.000 |
-LZO1X-1(15) | client.conf 1233 1 986 80.0 0.000 0.000 |
-LZO1X-1(15) | 50-sato.conf 447 1 379 84.8 0.000 0.000 |
-LZO1X-1(15) | daemon.conf 2374 1 1616 68.1 0.000 0.000 |
-LZO1X-1(15) | default.pa 4933 1 2733 55.4 0.000 0.000 |
-LZO1X-1(15) | system.pa 2078 1 1343 64.6 0.000 0.000 |
-LZO1X-1(15) | quilt.quiltrc 1347 1 942 69.9 0.000 0.000 |
-LZO1X-1(15) | quotagrpadmins 220 1 205 93.2 0.000 0.000 |
-LZO1X-1(15) | quotatab 261 1 230 88.1 0.000 0.000 |
-LZO1X-1(15) | rpc 895 1 675 75.4 0.000 0.000 |
-LZO1X-1(15) | rpcbind.conf 58 1 62 107 0.000 0.000 |
-LZO1X-1(15) | macros 38 1 42 111 0.000 0.000 |
-LZO1X-1(15) | platform 18 1 22 122 0.000 0.000 |
-LZO1X-1(15) | rpmrc 111 1 93 83.8 0.000 0.000 |
-LZO1X-1(15) | securetty 1848 1 1145 62.0 0.000 0.000 |
-LZO1X-1(15) | services 18790 1 10692 56.9 0.000 0.000 |
-LZO1X-1(15) | shadow 619 1 235 38.0 0.000 0.000 |
-LZO1X-1(15) | shells 52 1 55 106 0.000 0.000 |
-LZO1X-1(15) | .bashrc 410 1 343 83.7 0.000 0.000 |
-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 577388 3 47791 8.3 0.000 0.000 |
-LZO1X-1(15) | ssh_config 1548 1 1070 69.1 0.000 0.000 |
-LZO1X-1(15) | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 |
-LZO1X-1(15) | ssh_host_ecdsa_key.pub 176 1 172 97.7 0.000 0.000 |
-LZO1X-1(15) | ssh_host_ed25519_key 411 1 334 81.3 0.000 0.000 |
-LZO1X-1(15) | ssh_host_ed25519_key.pub 96 1 101 105 0.000 0.000 |
-LZO1X-1(15) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 |
-LZO1X-1(15) | ssh_host_rsa_key.pub 568 1 574 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 |
-LZO1X-1(15) | ca-certificates.crt 200061 1 170277 85.1 0.000 0.000 |
-LZO1X-1(15) | openssl.cnf 10909 1 5296 48.5 0.000 0.000 |
-LZO1X-1(15) | sudoers 3174 1 1942 61.2 0.000 0.000 |
-LZO1X-1(15) | sudoers.dist 3174 1 1942 61.2 0.000 0.000 |
-LZO1X-1(15) | crond 110 1 113 103 0.000 0.000 |
-LZO1X-1(15) | kdump.conf 411 1 356 86.6 0.000 0.000 |
-LZO1X-1(15) | sysctl.conf 2128 1 1637 76.9 0.000 0.000 |
-LZO1X-1(15) | syslog-startup.conf 651 1 550 84.5 0.000 0.000 |
-LZO1X-1(15) | syslog.conf 69 1 73 106 0.000 0.000 |
-LZO1X-1(15) | ansi 1481 1 769 51.9 0.000 0.000 |
-LZO1X-1(15) | dumb 308 1 83 26.9 0.000 0.000 |
-LZO1X-1(15) | linux 1730 1 1022 59.1 0.000 0.000 |
-LZO1X-1(15) | rxvt 2286 1 1540 67.4 0.000 0.000 |
-LZO1X-1(15) | screen 1587 1 934 58.9 0.000 0.000 |
-LZO1X-1(15) | screen-256color 1677 1 974 58.1 0.000 0.000 |
-LZO1X-1(15) | sun 1004 1 525 52.3 0.000 0.000 |
-LZO1X-1(15) | vt100 1190 1 758 63.7 0.000 0.000 |
-LZO1X-1(15) | vt102 1184 1 767 64.8 0.000 0.000 |
-LZO1X-1(15) | vt200 1377 1 924 67.1 0.000 0.000 |
-LZO1X-1(15) | vt220 1377 1 924 67.1 0.000 0.000 |
-LZO1X-1(15) | vt52 470 1 243 51.7 0.000 0.000 |
-LZO1X-1(15) | xterm-256color 3641 1 2388 65.6 0.000 0.000 |
-LZO1X-1(15) | xterm-color 1551 1 804 51.8 0.000 0.000 |
-LZO1X-1(15) | xterm-xfree86 2240 1 1348 60.2 0.000 0.000 |
-LZO1X-1(15) | timestamp 15 1 19 127 0.000 0.000 |
-LZO1X-1(15) | dnf.conf 164 1 138 84.1 0.000 0.000 |
-LZO1X-1(15) | mount.blacklist 51 1 50 98.0 0.000 0.000 |
-LZO1X-1(15) | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1X-1(15) | automount.rules 847 1 598 70.6 0.000 0.000 |
-LZO1X-1(15) | autonet.rules 757 1 567 74.9 0.000 0.000 |
-LZO1X-1(15) | local.rules 885 1 678 76.6 0.000 0.000 |
-LZO1X-1(15) | localextra.rules 843 1 623 73.9 0.000 0.000 |
-LZO1X-1(15) | mount.sh 4232 1 2267 53.6 0.000 0.000 |
-LZO1X-1(15) | network.sh 1402 1 1046 74.6 0.000 0.000 |
-LZO1X-1(15) | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1X-1(15) | 50default 2634 1 1185 45.0 0.000 0.000 |
-LZO1X-1(15) | version 15 1 19 127 0.000 0.000 |
-LZO1X-1(15) | volatile.cache 5955 1 1542 25.9 0.000 0.000 |
-LZO1X-1(15) | 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 |
-LZO1X-1(15) | connman-applet.desktop 191 1 185 96.9 0.000 0.000 |
-LZO1X-1(15) | gsettings-data-convert.desktop 7741 1 4749 61.3 0.000 0.000 |
-LZO1X-1(15) | pulseaudio.desktop 4973 1 2421 48.7 0.000 0.000 |
-LZO1X-1(15) | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 |
-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*** 4506 1.0 1596 73.4 0.000 0.000
-LZO1X-1(15) ***TOTALS*** 1243893 278 440729 35.4 0.000 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1-99 | 00-primary.seat 64 1 66 103 0.000 0.000 |
-LZO1-99 | Xsession 755 1 508 67.3 0.000 0.000 |
-LZO1-99 | 13xdgbasedirs.sh 550 1 459 83.5 0.000 0.000 |
-LZO1-99 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 |
-LZO1-99 | 70settings-daemon.sh 27 1 28 104 0.000 0.000 |
-LZO1-99 | 80matchboxkeyboard.sh 631 1 385 61.0 0.000 0.000 |
-LZO1-99 | 89xdgautostart.sh 179 1 147 82.1 0.000 0.000 |
-LZO1-99 | 90XWindowManager.sh 181 1 102 56.4 0.000 0.000 |
-LZO1-99 | xinitrc 739 1 420 56.8 0.000 0.000 |
-LZO1-99 | asound.conf 32 1 34 106 0.000 0.000 |
-LZO1-99 | at.deny 144 1 130 90.3 0.000 0.000 |
-LZO1-99 | avahi-daemon.conf 1753 1 1230 70.2 0.000 0.000 |
-LZO1-99 | hosts 1121 1 883 78.8 0.000 0.000 |
-LZO1-99 | sftp-ssh.service 1075 1 834 77.6 0.000 0.000 |
-LZO1-99 | ssh.service 1071 1 831 77.6 0.000 0.000 |
-LZO1-99 | bash_completion 45 1 38 84.4 0.000 0.000 |
-LZO1-99 | perf 6321 1 2815 44.5 0.000 0.000 |
-LZO1-99 | quilt 7117 1 2570 36.1 0.000 0.000 |
-LZO1-99 | bindresvport.blacklist 429 1 326 76.0 0.000 0.000 |
-LZO1-99 | input.conf 397 1 344 86.6 0.000 0.000 |
-LZO1-99 | network.conf 120 1 117 97.5 0.000 0.000 |
-LZO1-99 | build 528 1 276 52.3 0.000 0.000 |
-LZO1-99 | busybox.links.nosuid 2358 1 1186 50.3 0.000 0.000 |
-LZO1-99 | busybox.links.suid 91 1 66 72.5 0.000 0.000 |
-LZO1-99 | ca-certificates.conf 5340 1 1863 34.9 0.000 0.000 |
-LZO1-99 | pap 653 1 535 81.9 0.000 0.000 |
-LZO1-99 | logrotate 189 1 149 78.8 0.000 0.000 |
-LZO1-99 | cron.deny 0 1 0 0.0 0.000 0.000 |
-LZO1-99 | crontab 653 1 405 62.0 0.000 0.000 |
-LZO1-99 | session.conf 838 1 614 73.3 0.000 0.000 |
-LZO1-99 | system.conf 833 1 613 73.6 0.000 0.000 |
-LZO1-99 | ConsoleKit.conf 7305 1 854 11.7 0.000 0.000 |
-LZO1-99 | avahi-dbus.conf 1138 1 526 46.2 0.000 0.000 |
-LZO1-99 | bluetooth.conf 1315 1 676 51.4 0.000 0.000 |
-LZO1-99 | dbus-wpa_supplicant.conf 743 1 335 45.1 0.000 0.000 |
-LZO1-99 | ofono.conf 1063 1 584 54.9 0.000 0.000 |
-LZO1-99 | pulseaudio-system.conf 1084 1 842 77.7 0.000 0.000 |
-LZO1-99 | devpts 93 1 91 97.8 0.000 0.000 |
-LZO1-99 | distcc 535 1 437 81.7 0.000 0.000 |
-LZO1-99 | mountall 36 1 35 97.2 0.000 0.000 |
-LZO1-99 | postinst 52 1 53 102 0.000 0.000 |
-LZO1-99 | rcS 1040 1 769 73.9 0.000 0.000 |
-LZO1-99 | rng-tools 27 1 28 104 0.000 0.000 |
-LZO1-99 | usbd 0 1 0 0.0 0.000 0.000 |
-LZO1-99 | useradd 117 1 120 103 0.000 0.000 |
-LZO1-99 | 00_core 1637 1 987 60.3 0.000 0.000 |
-LZO1-99 | 01_bootlogd 36 1 34 94.4 0.000 0.000 |
-LZO1-99 | 99_dbus 48 1 41 85.4 0.000 0.000 |
-LZO1-99 | 99_sshd 75 1 62 82.7 0.000 0.000 |
-LZO1-99 | 99_wpa_supplicant 46 1 45 97.8 0.000 0.000 |
-LZO1-99 | volatiles.04_pulse 91 1 84 92.3 0.000 0.000 |
-LZO1-99 | xserver-nodm 130 1 132 102 0.000 0.000 |
-LZO1-99 | clients.allow 1582 1 1090 68.9 0.000 0.000 |
-LZO1-99 | commands.allow.sh 1763 1 1062 60.2 0.000 0.000 |
-LZO1-99 | hosts 203 1 175 86.2 0.000 0.000 |
-LZO1-99 | automatic.conf 2569 1 1271 49.5 0.000 0.000 |
-LZO1-99 | dnf.conf 82 1 83 101 0.000 0.000 |
-LZO1-99 | dnf.conf 4 1 5 125 0.000 0.000 |
-LZO1-99 | yum.conf 4 1 5 125 0.000 0.000 |
-LZO1-99 | arch 35 1 32 91.4 0.000 0.000 |
-LZO1-99 | releasever 6 1 7 117 0.000 0.000 |
-LZO1-99 | exports 46 1 46 100 0.000 0.000 |
-LZO1-99 | 30-liberation-aliases.conf 419 1 212 50.6 0.000 0.000 |
-LZO1-99 | README 978 1 714 73.0 0.000 0.000 |
-LZO1-99 | fonts.conf 2532 1 1391 54.9 0.000 0.000 |
-LZO1-99 | config 1032 1 435 42.2 0.000 0.000 |
-LZO1-99 | fstab 637 1 378 59.3 0.000 0.000 |
-LZO1-99 | path 1448 1 846 58.4 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 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 569 26.4 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 |
-LZO1-99 | %gconf.xml 515 1 300 58.3 0.000 0.000 |
-LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1-99 | %gconf.xml 5626 1 1532 27.2 0.000 0.000 |
-LZO1-99 | settings-daemon.schemas 7202 1 1682 23.4 0.000 0.000 |
-LZO1-99 | group 620 1 527 85.0 0.000 0.000 |
-LZO1-99 | gshadow 514 1 369 71.8 0.000 0.000 |
-LZO1-99 | im-multipress.conf 890 1 780 87.6 0.000 0.000 |
-LZO1-99 | host.conf 26 1 27 104 0.000 0.000 |
-LZO1-99 | hostname 10 1 11 110 0.000 0.000 |
-LZO1-99 | hosts 257 1 198 77.0 0.000 0.000 |
-LZO1-99 | alsa-state 811 1 521 64.2 0.000 0.000 |
-LZO1-99 | atd 578 1 387 67.0 0.000 0.000 |
-LZO1-99 | avahi-daemon 4491 1 2421 53.9 0.000 0.000 |
-LZO1-99 | banner.sh 492 1 289 58.7 0.000 0.000 |
-LZO1-99 | bluetooth 1253 1 774 61.8 0.000 0.000 |
-LZO1-99 | bootlogd 1997 1 1193 59.7 0.000 0.000 |
-LZO1-99 | bootmisc.sh 2017 1 1341 66.5 0.000 0.000 |
-LZO1-99 | checkroot.sh 3591 1 2183 60.8 0.000 0.000 |
-LZO1-99 | connman 1462 1 942 64.4 0.000 0.000 |
-LZO1-99 | crond 1235 1 790 64.0 0.000 0.000 |
-LZO1-99 | dbus-1 2887 1 1721 59.6 0.000 0.000 |
-LZO1-99 | devpts.sh 526 1 378 71.9 0.000 0.000 |
-LZO1-99 | distcc 2863 1 1605 56.1 0.000 0.000 |
-LZO1-99 | dmesg.sh 352 1 242 68.8 0.000 0.000 |
-LZO1-99 | functions 2141 1 1294 60.4 0.000 0.000 |
-LZO1-99 | halt 510 1 397 77.8 0.000 0.000 |
-LZO1-99 | hostname.sh 580 1 422 72.8 0.000 0.000 |
-LZO1-99 | hwclock.sh 2541 1 1250 49.2 0.000 0.000 |
-LZO1-99 | kdump 2989 1 1369 45.8 0.000 0.000 |
-LZO1-99 | mdmonitor 1773 1 1034 58.3 0.000 0.000 |
-LZO1-99 | modutils.sh 1223 1 750 61.3 0.000 0.000 |
-LZO1-99 | mountall.sh 869 1 649 74.7 0.000 0.000 |
-LZO1-99 | mountnfs.sh 1589 1 898 56.5 0.000 0.000 |
-LZO1-99 | networking 1956 1 985 50.4 0.000 0.000 |
-LZO1-99 | nfscommon 1609 1 963 59.9 0.000 0.000 |
-LZO1-99 | nfsserver 3326 1 1797 54.0 0.000 0.000 |
-LZO1-99 | ofono 516 1 365 70.7 0.000 0.000 |
-LZO1-99 | populate-volatile.sh 7826 1 3311 42.3 0.000 0.000 |
-LZO1-99 | ppp 1231 1 659 53.5 0.000 0.000 |
-LZO1-99 | psplash.sh 647 1 442 68.3 0.000 0.000 |
-LZO1-99 | rc 4457 1 2451 55.0 0.000 0.000 |
-LZO1-99 | rcS 525 1 443 84.4 0.000 0.000 |
-LZO1-99 | read-only-rootfs-hook.sh 1273 1 846 66.5 0.000 0.000 |
-LZO1-99 | reboot 289 1 219 75.8 0.000 0.000 |
-LZO1-99 | rmnologin.sh 585 1 375 64.1 0.000 0.000 |
-LZO1-99 | rng-tools 1029 1 484 47.0 0.000 0.000 |
-LZO1-99 | rpcbind 1827 1 934 51.1 0.000 0.000 |
-LZO1-99 | run-postinsts 25 1 26 104 0.000 0.000 |
-LZO1-99 | save-rtc.sh 429 1 315 73.4 0.000 0.000 |
-LZO1-99 | sendsigs 438 1 295 67.4 0.000 0.000 |
-LZO1-99 | single 578 1 423 73.2 0.000 0.000 |
-LZO1-99 | sshd 2029 1 996 49.1 0.000 0.000 |
-LZO1-99 | sysfs.sh 907 1 462 50.9 0.000 0.000 |
-LZO1-99 | syslog 1715 1 865 50.4 0.000 0.000 |
-LZO1-99 | tcf-agent 1298 1 721 55.5 0.000 0.000 |
-LZO1-99 | udev 2779 1 1574 56.6 0.000 0.000 |
-LZO1-99 | umountfs 540 1 400 74.1 0.000 0.000 |
-LZO1-99 | umountnfs.sh 711 1 517 72.7 0.000 0.000 |
-LZO1-99 | urandom 1473 1 912 61.9 0.000 0.000 |
-LZO1-99 | xserver-nodm 1436 1 963 67.1 0.000 0.000 |
-LZO1-99 | inittab 1145 1 781 68.2 0.000 0.000 |
-LZO1-99 | inputrc 1633 1 1009 61.8 0.000 0.000 |
-LZO1-99 | bpf_pinning 85 1 85 100 0.000 0.000 |
-LZO1-99 | ematch_map 81 1 83 102 0.000 0.000 |
-LZO1-99 | group 31 1 32 103 0.000 0.000 |
-LZO1-99 | nl_protos 262 1 255 97.3 0.000 0.000 |
-LZO1-99 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1-99 | rt_protos 201 1 198 98.5 0.000 0.000 |
-LZO1-99 | rt_realms 112 1 110 98.2 0.000 0.000 |
-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 57193 1 17043 29.8 82.007 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 |
-LZO1-99 | collect_dnf.conf 813 1 497 61.1 0.000 0.000 |
-LZO1-99 | limits 827 1 630 76.2 0.000 0.000 |
-LZO1-99 | login.access 2006 1 1257 62.7 0.000 0.000 |
-LZO1-99 | login.defs 11030 1 5878 53.3 0.000 0.000 |
-LZO1-99 | logrotate-dmesg.conf 121 1 115 95.0 0.000 0.000 |
-LZO1-99 | logrotate.conf 434 1 354 81.6 0.000 0.000 |
-LZO1-99 | btmp 130 1 116 89.2 0.000 0.000 |
-LZO1-99 | dnf 526 1 130 24.7 0.000 0.000 |
-LZO1-99 | wtmp 145 1 127 87.6 0.000 0.000 |
-LZO1-99 | kbdconfig 721 1 535 74.2 0.000 0.000 |
-LZO1-99 | session 630 1 458 72.7 0.000 0.000 |
-LZO1-99 | mdadm.conf 2687 1 1805 67.2 0.000 0.000 |
-LZO1-99 | mke2fs.conf 832 1 481 57.8 0.000 0.000 |
-LZO1-99 | motd 0 1 0 0.0 0.000 0.000 |
-LZO1-99 | netconfig 767 1 435 56.7 0.000 0.000 |
-LZO1-99 | nfsroot 809 1 519 64.2 0.000 0.000 |
-LZO1-99 | wpa-supplicant 1999 1 920 46.0 0.000 0.000 |
-LZO1-99 | interfaces 129 1 118 91.5 0.000 0.000 |
-LZO1-99 | nm-disabled-eth0 0 1 0 0.0 0.000 0.000 |
-LZO1-99 | nfs-utils.conf 1087 1 729 67.1 0.000 0.000 |
-LZO1-99 | nfsmount.conf 3606 1 1942 53.9 0.000 0.000 |
-LZO1-99 | nsswitch.conf 497 1 365 73.4 0.000 0.000 |
-LZO1-99 | phonesim.conf 361 1 305 84.5 0.000 0.000 |
-LZO1-99 | arch.conf 105 1 75 71.4 0.000 0.000 |
-LZO1-99 | opkg.conf 845 1 591 69.9 0.000 0.000 |
-LZO1-99 | passwd 1006 1 630 62.6 0.000 0.000 |
-LZO1-99 | cert9.db 28672 1 1159 4.0 0.000 0.000 |
-LZO1-99 | key4.db 36864 1 1467 4.0 0.000 0.000 |
-LZO1-99 | pkcs11.txt 425 1 361 84.9 0.000 0.000 |
-LZO1-99 | pointercal.xinput 91 1 91 100 0.000 0.000 |
-LZO1-99 | chap-secrets 78 1 78 100 0.000 0.000 |
-LZO1-99 | ip-down 1454 1 998 68.6 0.000 0.000 |
-LZO1-99 | 92removedns 118 1 89 75.4 0.000 0.000 |
-LZO1-99 | ip-up 1452 1 993 68.4 0.000 0.000 |
-LZO1-99 | 08setupdns 292 1 183 62.7 0.000 0.000 |
-LZO1-99 | options 5 1 6 120 0.000 0.000 |
-LZO1-99 | pap-secrets 77 1 77 100 0.000 0.000 |
-LZO1-99 | provider 1093 1 794 72.6 0.000 0.000 |
-LZO1-99 | ppp_on_boot 573 1 450 78.5 0.000 0.000 |
-LZO1-99 | profile 984 1 779 79.2 0.000 0.000 |
-LZO1-99 | bash_completion.sh 672 1 400 59.5 0.000 0.000 |
-LZO1-99 | distcc.sh 68 1 57 83.8 0.000 0.000 |
-LZO1-99 | gawk.csh 1107 1 273 24.7 0.000 0.000 |
-LZO1-99 | gawk.sh 757 1 222 29.3 0.000 0.000 |
-LZO1-99 | protocols 2932 1 2053 70.0 0.000 0.000 |
-LZO1-99 | client.conf 1233 1 935 75.8 0.000 0.000 |
-LZO1-99 | 50-sato.conf 447 1 364 81.4 0.000 0.000 |
-LZO1-99 | daemon.conf 2374 1 1524 64.2 0.000 0.000 |
-LZO1-99 | default.pa 4933 1 2547 51.6 0.000 0.000 |
-LZO1-99 | system.pa 2078 1 1292 62.2 0.000 0.000 |
-LZO1-99 | quilt.quiltrc 1347 1 901 66.9 0.000 0.000 |
-LZO1-99 | quotagrpadmins 220 1 196 89.1 0.000 0.000 |
-LZO1-99 | quotatab 261 1 219 83.9 0.000 0.000 |
-LZO1-99 | rpc 895 1 670 74.9 0.000 0.000 |
-LZO1-99 | rpcbind.conf 58 1 60 103 0.000 0.000 |
-LZO1-99 | macros 38 1 40 105 0.000 0.000 |
-LZO1-99 | platform 18 1 19 106 0.000 0.000 |
-LZO1-99 | rpmrc 111 1 81 73.0 0.000 0.000 |
-LZO1-99 | securetty 1848 1 1198 64.8 0.000 0.000 |
-LZO1-99 | services 18790 1 9753 51.9 0.000 0.000 |
-LZO1-99 | shadow 619 1 224 36.2 0.000 0.000 |
-LZO1-99 | shells 52 1 46 88.5 0.000 0.000 |
-LZO1-99 | .bashrc 410 1 326 79.5 0.000 0.000 |
-LZO1-99 | .profile 241 1 222 92.1 0.000 0.000 |
-LZO1-99 | slsh.rc 2030 1 1005 49.5 0.000 0.000 |
-LZO1-99 | moduli 577388 3 32074 5.6 168.613 874.870 |
-LZO1-99 | ssh_config 1548 1 1038 67.1 0.000 0.000 |
-LZO1-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
-LZO1-99 | ssh_host_ecdsa_key.pub 176 1 167 94.9 0.000 0.000 |
-LZO1-99 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
-LZO1-99 | ssh_host_ed25519_key.pub 96 1 97 101 0.000 0.000 |
-LZO1-99 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 |
-LZO1-99 | ssh_host_rsa_key.pub 568 1 571 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 160426 80.2 30.562 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 |
-LZO1-99 | crond 110 1 102 92.7 0.000 0.000 |
-LZO1-99 | kdump.conf 411 1 329 80.0 0.000 0.000 |
-LZO1-99 | sysctl.conf 2128 1 1548 72.7 0.000 0.000 |
-LZO1-99 | syslog-startup.conf 651 1 535 82.2 0.000 0.000 |
-LZO1-99 | syslog.conf 69 1 67 97.1 0.000 0.000 |
-LZO1-99 | ansi 1481 1 751 50.7 0.000 0.000 |
-LZO1-99 | dumb 308 1 69 22.4 0.000 0.000 |
-LZO1-99 | linux 1730 1 1019 58.9 0.000 0.000 |
-LZO1-99 | rxvt 2286 1 1549 67.8 0.000 0.000 |
-LZO1-99 | screen 1587 1 919 57.9 0.000 0.000 |
-LZO1-99 | screen-256color 1677 1 964 57.5 0.000 0.000 |
-LZO1-99 | sun 1004 1 509 50.7 0.000 0.000 |
-LZO1-99 | vt100 1190 1 747 62.8 0.000 0.000 |
-LZO1-99 | vt102 1184 1 749 63.3 0.000 0.000 |
-LZO1-99 | vt200 1377 1 921 66.9 0.000 0.000 |
-LZO1-99 | vt220 1377 1 921 66.9 0.000 0.000 |
-LZO1-99 | vt52 470 1 231 49.1 0.000 0.000 |
-LZO1-99 | xterm-256color 3641 1 2398 65.9 0.000 0.000 |
-LZO1-99 | xterm-color 1551 1 788 50.8 0.000 0.000 |
-LZO1-99 | xterm-xfree86 2240 1 1373 61.3 0.000 0.000 |
-LZO1-99 | timestamp 15 1 16 107 0.000 0.000 |
-LZO1-99 | dnf.conf 164 1 124 75.6 0.000 0.000 |
-LZO1-99 | mount.blacklist 51 1 40 78.4 0.000 0.000 |
-LZO1-99 | 80-net-name-slot.rules 0 1 0 0.0 0.000 0.000 |
-LZO1-99 | automount.rules 847 1 557 65.8 0.000 0.000 |
-LZO1-99 | autonet.rules 757 1 528 69.7 0.000 0.000 |
-LZO1-99 | local.rules 885 1 652 73.7 0.000 0.000 |
-LZO1-99 | localextra.rules 843 1 600 71.2 0.000 0.000 |
-LZO1-99 | mount.sh 4232 1 2085 49.3 0.000 0.000 |
-LZO1-99 | network.sh 1402 1 1022 72.9 0.000 0.000 |
-LZO1-99 | udev.conf 49 1 50 102 0.000 0.000 |
-LZO1-99 | 50default 2634 1 1093 41.5 0.000 0.000 |
-LZO1-99 | version 15 1 16 107 0.000 0.000 |
-LZO1-99 | volatile.cache 5955 1 1397 23.5 0.000 0.000 |
-LZO1-99 | 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 |
-LZO1-99 | connman-applet.desktop 191 1 173 90.6 0.000 0.000 |
-LZO1-99 | gsettings-data-convert.desktop 7741 1 4396 56.8 0.000 0.000 |
-LZO1-99 | pulseaudio.desktop 4973 1 2294 46.1 0.000 0.000 |
-LZO1-99 | xinput_calibrator.desktop 299 1 234 78.3 0.000 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*** 4506 1.0 1457 67.9 59.003 874.870
-LZO1-99 ***TOTALS*** 1243893 278 402168 32.3 59.003 874.870
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1A-99 | 00-primary.seat 64 1 66 103 0.000 0.000 |
-LZO1A-99 | Xsession 755 1 508 67.3 0.000 0.000 |
-LZO1A-99 | 13xdgbasedirs.sh 550 1 457 83.1 0.000 0.000 |
-LZO1A-99 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 |
-LZO1A-99 | 70settings-daemon.sh 27 1 28 104 0.000 0.000 |
-LZO1A-99 | 80matchboxkeyboard.sh 631 1 385 61.0 0.000 0.000 |
-LZO1A-99 | 89xdgautostart.sh 179 1 147 82.1 0.000 0.000 |
-LZO1A-99 | 90XWindowManager.sh 181 1 102 56.4 0.000 0.000 |
-LZO1A-99 | xinitrc 739 1 419 56.7 0.000 0.000 |
-LZO1A-99 | asound.conf 32 1 34 106 0.000 0.000 |
-LZO1A-99 | at.deny 144 1 130 90.3 0.000 0.000 |
-LZO1A-99 | avahi-daemon.conf 1753 1 1222 69.7 0.000 0.000 |
-LZO1A-99 | hosts 1121 1 878 78.3 0.000 0.000 |
-LZO1A-99 | sftp-ssh.service 1075 1 829 77.1 0.000 0.000 |
-LZO1A-99 | ssh.service 1071 1 826 77.1 0.000 0.000 |
-LZO1A-99 | bash_completion 45 1 38 84.4 0.000 0.000 |
-LZO1A-99 | perf 6321 1 2808 44.4 0.000 0.000 |
-LZO1A-99 | quilt 7117 1 2551 35.8 0.000 0.000 |
-LZO1A-99 | bindresvport.blacklist 429 1 325 75.8 0.000 0.000 |
-LZO1A-99 | input.conf 397 1 340 85.6 0.000 0.000 |
-LZO1A-99 | network.conf 120 1 117 97.5 0.000 0.000 |
-LZO1A-99 | build 528 1 275 52.1 0.000 0.000 |
-LZO1A-99 | busybox.links.nosuid 2358 1 1185 50.3 0.000 0.000 |
-LZO1A-99 | busybox.links.suid 91 1 66 72.5 0.000 0.000 |
-LZO1A-99 | ca-certificates.conf 5340 1 1860 34.8 0.000 0.000 |
-LZO1A-99 | pap 653 1 532 81.5 0.000 0.000 |
-LZO1A-99 | logrotate 189 1 149 78.8 0.000 0.000 |
-LZO1A-99 | cron.deny 0 1 0 0.0 0.000 0.000 |
-LZO1A-99 | crontab 653 1 404 61.9 0.000 0.000 |
-LZO1A-99 | session.conf 838 1 612 73.0 0.000 0.000 |
-LZO1A-99 | system.conf 833 1 611 73.3 0.000 0.000 |
-LZO1A-99 | ConsoleKit.conf 7305 1 853 11.7 0.000 0.000 |
-LZO1A-99 | avahi-dbus.conf 1138 1 525 46.1 0.000 0.000 |
-LZO1A-99 | bluetooth.conf 1315 1 672 51.1 0.000 0.000 |
-LZO1A-99 | dbus-wpa_supplicant.conf 743 1 334 45.0 0.000 0.000 |
-LZO1A-99 | ofono.conf 1063 1 580 54.6 0.000 0.000 |
-LZO1A-99 | pulseaudio-system.conf 1084 1 833 76.8 0.000 0.000 |
-LZO1A-99 | devpts 93 1 91 97.8 0.000 0.000 |
-LZO1A-99 | distcc 535 1 433 80.9 0.000 0.000 |
-LZO1A-99 | mountall 36 1 35 97.2 0.000 0.000 |
-LZO1A-99 | postinst 52 1 53 102 0.000 0.000 |
-LZO1A-99 | rcS 1040 1 767 73.8 0.000 0.000 |
-LZO1A-99 | rng-tools 27 1 28 104 0.000 0.000 |
-LZO1A-99 | usbd 0 1 0 0.0 0.000 0.000 |
-LZO1A-99 | useradd 117 1 120 103 0.000 0.000 |
-LZO1A-99 | 00_core 1637 1 985 60.2 0.000 0.000 |
-LZO1A-99 | 01_bootlogd 36 1 34 94.4 0.000 0.000 |
-LZO1A-99 | 99_dbus 48 1 41 85.4 0.000 0.000 |
-LZO1A-99 | 99_sshd 75 1 62 82.7 0.000 0.000 |
-LZO1A-99 | 99_wpa_supplicant 46 1 45 97.8 0.000 0.000 |
-LZO1A-99 | volatiles.04_pulse 91 1 84 92.3 0.000 0.000 |
-LZO1A-99 | xserver-nodm 130 1 132 102 0.000 0.000 |
-LZO1A-99 | clients.allow 1582 1 1079 68.2 0.000 0.000 |
-LZO1A-99 | commands.allow.sh 1763 1 1056 59.9 0.000 0.000 |
-LZO1A-99 | hosts 203 1 175 86.2 0.000 0.000 |
-LZO1A-99 | automatic.conf 2569 1 1265 49.2 0.000 0.000 |
-LZO1A-99 | dnf.conf 82 1 83 101 0.000 0.000 |
-LZO1A-99 | dnf.conf 4 1 5 125 0.000 0.000 |
-LZO1A-99 | yum.conf 4 1 5 125 0.000 0.000 |
-LZO1A-99 | arch 35 1 32 91.4 0.000 0.000 |
-LZO1A-99 | releasever 6 1 7 117 0.000 0.000 |
-LZO1A-99 | exports 46 1 46 100 0.000 0.000 |
-LZO1A-99 | 30-liberation-aliases.conf 419 1 212 50.6 0.000 0.000 |
-LZO1A-99 | README 978 1 711 72.7 0.000 0.000 |
-LZO1A-99 | fonts.conf 2532 1 1381 54.5 0.000 0.000 |
-LZO1A-99 | config 1032 1 434 42.1 0.000 0.000 |
-LZO1A-99 | fstab 637 1 373 58.6 0.000 0.000 |
-LZO1A-99 | path 1448 1 842 58.1 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 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 567 26.3 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 |
-LZO1A-99 | %gconf.xml 515 1 300 58.3 0.000 0.000 |
-LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 |
-LZO1A-99 | %gconf.xml 5626 1 1519 27.0 0.000 0.000 |
-LZO1A-99 | settings-daemon.schemas 7202 1 1672 23.2 0.000 0.000 |
-LZO1A-99 | group 620 1 525 84.7 0.000 0.000 |
-LZO1A-99 | gshadow 514 1 369 71.8 0.000 0.000 |
-LZO1A-99 | im-multipress.conf 890 1 775 87.1 0.000 0.000 |
-LZO1A-99 | host.conf 26 1 27 104 0.000 0.000 |
-LZO1A-99 | hostname 10 1 11 110 0.000 0.000 |
-LZO1A-99 | hosts 257 1 198 77.0 0.000 0.000 |
-LZO1A-99 | alsa-state 811 1 517 63.7 0.000 0.000 |
-LZO1A-99 | atd 578 1 386 66.8 0.000 0.000 |
-LZO1A-99 | avahi-daemon 4491 1 2410 53.7 0.000 0.000 |
-LZO1A-99 | banner.sh 492 1 288 58.5 0.000 0.000 |
-LZO1A-99 | bluetooth 1253 1 770 61.5 0.000 0.000 |
-LZO1A-99 | bootlogd 1997 1 1191 59.6 0.000 0.000 |
-LZO1A-99 | bootmisc.sh 2017 1 1335 66.2 0.000 0.000 |
-LZO1A-99 | checkroot.sh 3591 1 2170 60.4 0.000 0.000 |
-LZO1A-99 | connman 1462 1 933 63.8 0.000 0.000 |
-LZO1A-99 | crond 1235 1 787 63.7 0.000 0.000 |
-LZO1A-99 | dbus-1 2887 1 1713 59.3 0.000 0.000 |
-LZO1A-99 | devpts.sh 526 1 377 71.7 0.000 0.000 |
-LZO1A-99 | distcc 2863 1 1599 55.9 0.000 0.000 |
-LZO1A-99 | dmesg.sh 352 1 242 68.8 0.000 0.000 |
-LZO1A-99 | functions 2141 1 1288 60.2 0.000 0.000 |
-LZO1A-99 | halt 510 1 396 77.6 0.000 0.000 |
-LZO1A-99 | hostname.sh 580 1 422 72.8 0.000 0.000 |
-LZO1A-99 | hwclock.sh 2541 1 1243 48.9 0.000 0.000 |
-LZO1A-99 | kdump 2989 1 1366 45.7 0.000 0.000 |
-LZO1A-99 | mdmonitor 1773 1 1031 58.2 0.000 0.000 |
-LZO1A-99 | modutils.sh 1223 1 748 61.2 0.000 0.000 |
-LZO1A-99 | mountall.sh 869 1 645 74.2 0.000 0.000 |
-LZO1A-99 | mountnfs.sh 1589 1 892 56.1 0.000 0.000 |
-LZO1A-99 | networking 1956 1 983 50.3 0.000 0.000 |
-LZO1A-99 | nfscommon 1609 1 959 59.6 0.000 0.000 |
-LZO1A-99 | nfsserver 3326 1 1787 53.7 0.000 0.000 |
-LZO1A-99 | ofono 516 1 365 70.7 0.000 0.000 |
-LZO1A-99 | populate-volatile.sh 7826 1 3289 42.0 0.000 0.000 |
-LZO1A-99 | ppp 1231 1 658 53.5 0.000 0.000 |
-LZO1A-99 | psplash.sh 647 1 442 68.3 0.000 0.000 |
-LZO1A-99 | rc 4457 1 2437 54.7 0.000 0.000 |
-LZO1A-99 | rcS 525 1 441 84.0 0.000 0.000 |
-LZO1A-99 | read-only-rootfs-hook.sh 1273 1 842 66.1 0.000 0.000 |
-LZO1A-99 | reboot 289 1 218 75.4 0.000 0.000 |
-LZO1A-99 | rmnologin.sh 585 1 374 63.9 0.000 0.000 |
-LZO1A-99 | rng-tools 1029 1 482 46.8 0.000 0.000 |
-LZO1A-99 | rpcbind 1827 1 932 51.0 0.000 0.000 |
-LZO1A-99 | run-postinsts 25 1 26 104 0.000 0.000 |
-LZO1A-99 | save-rtc.sh 429 1 314 73.2 0.000 0.000 |
-LZO1A-99 | sendsigs 438 1 294 67.1 0.000 0.000 |
-LZO1A-99 | single 578 1 420 72.7 0.000 0.000 |
-LZO1A-99 | sshd 2029 1 992 48.9 0.000 0.000 |
-LZO1A-99 | sysfs.sh 907 1 462 50.9 0.000 0.000 |
-LZO1A-99 | syslog 1715 1 864 50.4 0.000 0.000 |
-LZO1A-99 | tcf-agent 1298 1 718 55.3 0.000 0.000 |
-LZO1A-99 | udev 2779 1 1572 56.6 0.000 0.000 |
-LZO1A-99 | umountfs 540 1 399 73.9 0.000 0.000 |
-LZO1A-99 | umountnfs.sh 711 1 516 72.6 0.000 0.000 |
-LZO1A-99 | urandom 1473 1 906 61.5 0.000 0.000 |
-LZO1A-99 | xserver-nodm 1436 1 956 66.6 0.000 0.000 |
-LZO1A-99 | inittab 1145 1 776 67.8 0.000 0.000 |
-LZO1A-99 | inputrc 1633 1 1002 61.4 0.000 0.000 |
-LZO1A-99 | bpf_pinning 85 1 83 97.6 0.000 0.000 |
-LZO1A-99 | ematch_map 81 1 83 102 0.000 0.000 |
-LZO1A-99 | group 31 1 32 103 0.000 0.000 |
-LZO1A-99 | nl_protos 262 1 254 96.9 0.000 0.000 |
-LZO1A-99 | rt_dsfield 331 1 275 83.1 0.000 0.000 |
-LZO1A-99 | rt_protos 201 1 198 98.5 0.000 0.000 |
-LZO1A-99 | rt_realms 112 1 110 98.2 0.000 0.000 |
-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 57193 1 16319 28.5 81.873 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 |
-LZO1A-99 | collect_dnf.conf 813 1 496 61.0 0.000 0.000 |
-LZO1A-99 | limits 827 1 626 75.7 0.000 0.000 |
-LZO1A-99 | login.access 2006 1 1242 61.9 0.000 0.000 |
-LZO1A-99 | login.defs 11030 1 5828 52.8 0.000 0.000 |
-LZO1A-99 | logrotate-dmesg.conf 121 1 114 94.2 0.000 0.000 |
-LZO1A-99 | logrotate.conf 434 1 353 81.3 0.000 0.000 |
-LZO1A-99 | btmp 130 1 116 89.2 0.000 0.000 |
-LZO1A-99 | dnf 526 1 130 24.7 0.000 0.000 |
-LZO1A-99 | wtmp 145 1 127 87.6 0.000 0.000 |
-LZO1A-99 | kbdconfig 721 1 532 73.8 0.000 0.000 |
-LZO1A-99 | session 630 1 458 72.7 0.000 0.000 |
-LZO1A-99 | mdadm.conf 2687 1 1796 66.8 0.000 0.000 |
-LZO1A-99 | mke2fs.conf 832 1 479 57.6 0.000 0.000 |
-LZO1A-99 | motd 0 1 0 0.0 0.000 0.000 |
-LZO1A-99 | netconfig 767 1 432 56.3 0.000 0.000 |
-LZO1A-99 | nfsroot 809 1 517 63.9 0.000 0.000 |
-LZO1A-99 | wpa-supplicant 1999 1 916 45.8 0.000 0.000 |
-LZO1A-99 | interfaces 129 1 118 91.5 0.000 0.000 |
-LZO1A-99 | nm-disabled-eth0 0 1 0 0.0 0.000 0.000 |
-LZO1A-99 | nfs-utils.conf 1087 1 726 66.8 0.000 0.000 |
-LZO1A-99 | nfsmount.conf 3606 1 1926 53.4 0.000 0.000 |
-LZO1A-99 | nsswitch.conf 497 1 364 73.2 0.000 0.000 |
-LZO1A-99 | phonesim.conf 361 1 303 83.9 0.000 0.000 |
-LZO1A-99 | arch.conf 105 1 75 71.4 0.000 0.000 |
-LZO1A-99 | opkg.conf 845 1 590 69.8 0.000 0.000 |
-LZO1A-99 | passwd 1006 1 622 61.8 0.000 0.000 |
-LZO1A-99 | cert9.db 28672 1 1151 4.0 0.000 0.000 |
-LZO1A-99 | key4.db 36864 1 1461 4.0 0.000 0.000 |
-LZO1A-99 | pkcs11.txt 425 1 360 84.7 0.000 0.000 |
-LZO1A-99 | pointercal.xinput 91 1 91 100 0.000 0.000 |
-LZO1A-99 | chap-secrets 78 1 78 100 0.000 0.000 |
-LZO1A-99 | ip-down 1454 1 986 67.8 0.000 0.000 |
-LZO1A-99 | 92removedns 118 1 89 75.4 0.000 0.000 |
-LZO1A-99 | ip-up 1452 1 981 67.6 0.000 0.000 |
-LZO1A-99 | 08setupdns 292 1 183 62.7 0.000 0.000 |
-LZO1A-99 | options 5 1 6 120 0.000 0.000 |
-LZO1A-99 | pap-secrets 77 1 77 100 0.000 0.000 |
-LZO1A-99 | provider 1093 1 787 72.0 0.000 0.000 |
-LZO1A-99 | ppp_on_boot 573 1 447 78.0 0.000 0.000 |
-LZO1A-99 | profile 984 1 777 79.0 0.000 0.000 |
-LZO1A-99 | bash_completion.sh 672 1 399 59.4 0.000 0.000 |
-LZO1A-99 | distcc.sh 68 1 57 83.8 0.000 0.000 |
-LZO1A-99 | gawk.csh 1107 1 273 24.7 0.000 0.000 |
-LZO1A-99 | gawk.sh 757 1 222 29.3 0.000 0.000 |
-LZO1A-99 | protocols 2932 1 2039 69.5 0.000 0.000 |
-LZO1A-99 | client.conf 1233 1 929 75.3 0.000 0.000 |
-LZO1A-99 | 50-sato.conf 447 1 361 80.8 0.000 0.000 |
-LZO1A-99 | daemon.conf 2374 1 1513 63.7 0.000 0.000 |
-LZO1A-99 | default.pa 4933 1 2527 51.2 0.000 0.000 |
-LZO1A-99 | system.pa 2078 1 1283 61.7 0.000 0.000 |
-LZO1A-99 | quilt.quiltrc 1347 1 895 66.4 0.000 0.000 |
-LZO1A-99 | quotagrpadmins 220 1 195 88.6 0.000 0.000 |
-LZO1A-99 | quotatab 261 1 219 83.9 0.000 0.000 |
-LZO1A-99 | rpc 895 1 667 74.5 0.000 0.000 |
-LZO1A-99 | rpcbind.conf 58 1 60 103 0.000 0.000 |
-LZO1A-99 | macros 38 1 40 105 0.000 0.000 |
-LZO1A-99 | platform 18 1 19 106 0.000 0.000 |
-LZO1A-99 | rpmrc 111 1 81 73.0 0.000 0.000 |
-LZO1A-99 | securetty 1848 1 1197 64.8 0.000 0.000 |
-LZO1A-99 | services 18790 1 9669 51.5 0.000 0.000 |
-LZO1A-99 | shadow 619 1 224 36.2 0.000 0.000 |
-LZO1A-99 | shells 52 1 46 88.5 0.000 0.000 |
-LZO1A-99 | .bashrc 410 1 325 79.3 0.000 0.000 |
-LZO1A-99 | .profile 241 1 222 92.1 0.000 0.000 |
-LZO1A-99 | slsh.rc 2030 1 1001 49.3 0.000 0.000 |
-LZO1A-99 | moduli 577388 3 31595 5.5 166.228 903.397 |
-LZO1A-99 | ssh_config 1548 1 1033 66.7 0.000 0.000 |
-LZO1A-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
-LZO1A-99 | ssh_host_ecdsa_key.pub 176 1 167 94.9 0.000 0.000 |
-LZO1A-99 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
-LZO1A-99 | ssh_host_ed25519_key.pub 96 1 97 101 0.000 0.000 |
-LZO1A-99 | ssh_host_rsa_key 2602 1 2565 98.6 0.000 0.000 |
-LZO1A-99 | ssh_host_rsa_key.pub 568 1 571 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 159990 80.0 30.533 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 |
-LZO1A-99 | crond 110 1 102 92.7 0.000 0.000 |
-LZO1A-99 | kdump.conf 411 1 329 80.0 0.000 0.000 |
-LZO1A-99 | sysctl.conf 2128 1 1534 72.1 0.000 0.000 |
-LZO1A-99 | syslog-startup.conf 651 1 534 82.0 0.000 0.000 |
-LZO1A-99 | syslog.conf 69 1 67 97.1 0.000 0.000 |
-LZO1A-99 | ansi 1481 1 728 49.2 0.000 0.000 |
-LZO1A-99 | dumb 308 1 68 22.1 0.000 0.000 |
-LZO1A-99 | linux 1730 1 1003 58.0 0.000 0.000 |
-LZO1A-99 | rxvt 2286 1 1514 66.2 0.000 0.000 |
-LZO1A-99 | screen 1587 1 898 56.6 0.000 0.000 |
-LZO1A-99 | screen-256color 1677 1 944 56.3 0.000 0.000 |
-LZO1A-99 | sun 1004 1 491 48.9 0.000 0.000 |
-LZO1A-99 | vt100 1190 1 719 60.4 0.000 0.000 |
-LZO1A-99 | vt102 1184 1 724 61.1 0.000 0.000 |
-LZO1A-99 | vt200 1377 1 895 65.0 0.000 0.000 |
-LZO1A-99 | vt220 1377 1 895 65.0 0.000 0.000 |
-LZO1A-99 | vt52 470 1 229 48.7 0.000 0.000 |
-LZO1A-99 | xterm-256color 3641 1 2368 65.0 0.000 0.000 |
-LZO1A-99 | xterm-color 1551 1 774 49.9 0.000 0.000 |
-LZO1A-99 | xterm-xfree86 2240 1 1345 60.0 0.000 0.000 |
-LZO1A-99 | timestamp 15 1 16 107 0.000 0.000 |
-LZO1A-99 | dnf.conf 164 1 124 75.6 0.000 0.000 |
-LZO1A-99 | mount.blacklist 51 1 40 78.4 0.000 0.000 |
-LZO1A-99 | 80-net-name-slot.rules 0 1 0 0.0 0.000 0.000 |
-LZO1A-99 | automount.rules 847 1 554 65.4 0.000 0.000 |
-LZO1A-99 | autonet.rules 757 1 526 69.5 0.000 0.000 |
-LZO1A-99 | local.rules 885 1 647 73.1 0.000 0.000 |
-LZO1A-99 | localextra.rules 843 1 596 70.7 0.000 0.000 |
-LZO1A-99 | mount.sh 4232 1 2073 49.0 0.000 0.000 |
-LZO1A-99 | network.sh 1402 1 1009 72.0 0.000 0.000 |
-LZO1A-99 | udev.conf 49 1 50 102 0.000 0.000 |
-LZO1A-99 | 50default 2634 1 1089 41.3 0.000 0.000 |
-LZO1A-99 | version 15 1 16 107 0.000 0.000 |
-LZO1A-99 | volatile.cache 5955 1 1395 23.4 0.000 0.000 |
-LZO1A-99 | 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 |
-LZO1A-99 | connman-applet.desktop 191 1 173 90.6 0.000 0.000 |
-LZO1A-99 | gsettings-data-convert.desktop 7741 1 4371 56.5 0.000 0.000 |
-LZO1A-99 | pulseaudio.desktop 4973 1 2287 46.0 0.000 0.000 |
-LZO1A-99 | xinput_calibrator.desktop 299 1 234 78.3 0.000 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*** 4506 1.0 1446 67.7 58.845 903.397
-LZO1A-99 ***TOTALS*** 1243893 278 399262 32.1 58.845 903.397
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-99 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-99 | Xsession 755 1 499 66.1 0.000 0.000 |
-LZO1B-99 | 13xdgbasedirs.sh 550 1 460 83.6 0.000 0.000 |
-LZO1B-99 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-99 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-99 | 80matchboxkeyboard.sh 631 1 389 61.6 0.000 0.000 |
-LZO1B-99 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 |
-LZO1B-99 | 90XWindowManager.sh 181 1 105 58.0 0.000 0.000 |
-LZO1B-99 | xinitrc 739 1 422 57.1 0.000 0.000 |
-LZO1B-99 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-99 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-99 | avahi-daemon.conf 1753 1 1225 69.9 0.000 0.000 |
-LZO1B-99 | hosts 1121 1 881 78.6 0.000 0.000 |
-LZO1B-99 | sftp-ssh.service 1075 1 832 77.4 0.000 0.000 |
-LZO1B-99 | ssh.service 1071 1 829 77.4 0.000 0.000 |
-LZO1B-99 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-99 | perf 6321 1 2802 44.3 0.000 0.000 |
-LZO1B-99 | quilt 7117 1 2456 34.5 0.000 0.000 |
-LZO1B-99 | bindresvport.blacklist 429 1 328 76.5 0.000 0.000 |
-LZO1B-99 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1B-99 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-99 | build 528 1 280 53.0 0.000 0.000 |
-LZO1B-99 | busybox.links.nosuid 2358 1 1188 50.4 0.000 0.000 |
-LZO1B-99 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1B-99 | ca-certificates.conf 5340 1 1839 34.4 0.000 0.000 |
-LZO1B-99 | pap 653 1 535 81.9 0.000 0.000 |
-LZO1B-99 | logrotate 189 1 152 80.4 0.000 0.000 |
-LZO1B-99 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-99 | crontab 653 1 410 62.8 0.000 0.000 |
-LZO1B-99 | session.conf 838 1 615 73.4 0.000 0.000 |
-LZO1B-99 | system.conf 833 1 613 73.6 0.000 0.000 |
-LZO1B-99 | ConsoleKit.conf 7305 1 895 12.3 0.000 0.000 |
-LZO1B-99 | avahi-dbus.conf 1138 1 525 46.1 0.000 0.000 |
-LZO1B-99 | bluetooth.conf 1315 1 685 52.1 0.000 0.000 |
-LZO1B-99 | dbus-wpa_supplicant.conf 743 1 338 45.5 0.000 0.000 |
-LZO1B-99 | ofono.conf 1063 1 589 55.4 0.000 0.000 |
-LZO1B-99 | pulseaudio-system.conf 1084 1 836 77.1 0.000 0.000 |
-LZO1B-99 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-99 | distcc 535 1 436 81.5 0.000 0.000 |
-LZO1B-99 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-99 | postinst 52 1 56 108 0.000 0.000 |
-LZO1B-99 | rcS 1040 1 770 74.0 0.000 0.000 |
-LZO1B-99 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-99 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-99 | useradd 117 1 123 105 0.000 0.000 |
-LZO1B-99 | 00_core 1637 1 982 60.0 0.000 0.000 |
-LZO1B-99 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1B-99 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1B-99 | 99_sshd 75 1 65 86.7 0.000 0.000 |
-LZO1B-99 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-99 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-99 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1B-99 | clients.allow 1582 1 1080 68.3 0.000 0.000 |
-LZO1B-99 | commands.allow.sh 1763 1 1059 60.1 0.000 0.000 |
-LZO1B-99 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1B-99 | automatic.conf 2569 1 1270 49.4 0.000 0.000 |
-LZO1B-99 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1B-99 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-99 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-99 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-99 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-99 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-99 | 30-liberation-aliases.conf 419 1 215 51.3 0.000 0.000 |
-LZO1B-99 | README 978 1 714 73.0 0.000 0.000 |
-LZO1B-99 | fonts.conf 2532 1 1375 54.3 0.000 0.000 |
-LZO1B-99 | config 1032 1 440 42.6 0.000 0.000 |
-LZO1B-99 | fstab 637 1 372 58.4 0.000 0.000 |
-LZO1B-99 | path 1448 1 849 58.6 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 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 574 26.6 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 |
-LZO1B-99 | %gconf.xml 515 1 305 59.2 0.000 0.000 |
-LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-99 | %gconf.xml 5626 1 1552 27.6 0.000 0.000 |
-LZO1B-99 | settings-daemon.schemas 7202 1 1714 23.8 0.000 0.000 |
-LZO1B-99 | group 620 1 528 85.2 0.000 0.000 |
-LZO1B-99 | gshadow 514 1 372 72.4 0.000 0.000 |
-LZO1B-99 | im-multipress.conf 890 1 778 87.4 0.000 0.000 |
-LZO1B-99 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-99 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-99 | hosts 257 1 201 78.2 0.000 0.000 |
-LZO1B-99 | alsa-state 811 1 522 64.4 0.000 0.000 |
-LZO1B-99 | atd 578 1 390 67.5 0.000 0.000 |
-LZO1B-99 | avahi-daemon 4491 1 2407 53.6 0.000 0.000 |
-LZO1B-99 | banner.sh 492 1 293 59.6 0.000 0.000 |
-LZO1B-99 | bluetooth 1253 1 775 61.9 0.000 0.000 |
-LZO1B-99 | bootlogd 1997 1 1191 59.6 0.000 0.000 |
-LZO1B-99 | bootmisc.sh 2017 1 1334 66.1 0.000 0.000 |
-LZO1B-99 | checkroot.sh 3591 1 2175 60.6 0.000 0.000 |
-LZO1B-99 | connman 1462 1 935 64.0 0.000 0.000 |
-LZO1B-99 | crond 1235 1 792 64.1 0.000 0.000 |
-LZO1B-99 | dbus-1 2887 1 1717 59.5 0.000 0.000 |
-LZO1B-99 | devpts.sh 526 1 380 72.2 0.000 0.000 |
-LZO1B-99 | distcc 2863 1 1603 56.0 0.000 0.000 |
-LZO1B-99 | dmesg.sh 352 1 245 69.6 0.000 0.000 |
-LZO1B-99 | functions 2141 1 1295 60.5 0.000 0.000 |
-LZO1B-99 | halt 510 1 399 78.2 0.000 0.000 |
-LZO1B-99 | hostname.sh 580 1 425 73.3 0.000 0.000 |
-LZO1B-99 | hwclock.sh 2541 1 1244 49.0 0.000 0.000 |
-LZO1B-99 | kdump 2989 1 1358 45.4 0.000 0.000 |
-LZO1B-99 | mdmonitor 1773 1 1034 58.3 0.000 0.000 |
-LZO1B-99 | modutils.sh 1223 1 750 61.3 0.000 0.000 |
-LZO1B-99 | mountall.sh 869 1 647 74.5 0.000 0.000 |
-LZO1B-99 | mountnfs.sh 1589 1 894 56.3 0.000 0.000 |
-LZO1B-99 | networking 1956 1 989 50.6 0.000 0.000 |
-LZO1B-99 | nfscommon 1609 1 962 59.8 0.000 0.000 |
-LZO1B-99 | nfsserver 3326 1 1792 53.9 0.000 0.000 |
-LZO1B-99 | ofono 516 1 368 71.3 0.000 0.000 |
-LZO1B-99 | populate-volatile.sh 7826 1 3289 42.0 0.000 0.000 |
-LZO1B-99 | ppp 1231 1 661 53.7 0.000 0.000 |
-LZO1B-99 | psplash.sh 647 1 445 68.8 0.000 0.000 |
-LZO1B-99 | rc 4457 1 2433 54.6 0.000 0.000 |
-LZO1B-99 | rcS 525 1 444 84.6 0.000 0.000 |
-LZO1B-99 | read-only-rootfs-hook.sh 1273 1 842 66.1 0.000 0.000 |
-LZO1B-99 | reboot 289 1 221 76.5 0.000 0.000 |
-LZO1B-99 | rmnologin.sh 585 1 375 64.1 0.000 0.000 |
-LZO1B-99 | rng-tools 1029 1 489 47.5 0.000 0.000 |
-LZO1B-99 | rpcbind 1827 1 935 51.2 0.000 0.000 |
-LZO1B-99 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-99 | save-rtc.sh 429 1 317 73.9 0.000 0.000 |
-LZO1B-99 | sendsigs 438 1 297 67.8 0.000 0.000 |
-LZO1B-99 | single 578 1 423 73.2 0.000 0.000 |
-LZO1B-99 | sshd 2029 1 998 49.2 0.000 0.000 |
-LZO1B-99 | sysfs.sh 907 1 465 51.3 0.000 0.000 |
-LZO1B-99 | syslog 1715 1 861 50.2 0.000 0.000 |
-LZO1B-99 | tcf-agent 1298 1 714 55.0 0.000 0.000 |
-LZO1B-99 | udev 2779 1 1572 56.6 0.000 0.000 |
-LZO1B-99 | umountfs 540 1 402 74.4 0.000 0.000 |
-LZO1B-99 | umountnfs.sh 711 1 519 73.0 0.000 0.000 |
-LZO1B-99 | urandom 1473 1 910 61.8 0.000 0.000 |
-LZO1B-99 | xserver-nodm 1436 1 957 66.6 0.000 0.000 |
-LZO1B-99 | inittab 1145 1 780 68.1 0.000 0.000 |
-LZO1B-99 | inputrc 1633 1 1004 61.5 0.000 0.000 |
-LZO1B-99 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1B-99 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-99 | group 31 1 35 113 0.000 0.000 |
-LZO1B-99 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1B-99 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1B-99 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1B-99 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1B-99 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1B-99 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1B-99 | issue 58 1 63 109 0.000 0.000 |
-LZO1B-99 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1B-99 | ld.so.cache 57193 1 15997 28.0 93.204 0.000 |
-LZO1B-99 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1B-99 | classid 1130 1 623 55.1 0.000 0.000 |
-LZO1B-99 | pktloc 1532 1 834 54.4 0.000 0.000 |
-LZO1B-99 | collect_dnf.conf 813 1 498 61.3 0.000 0.000 |
-LZO1B-99 | limits 827 1 627 75.8 0.000 0.000 |
-LZO1B-99 | login.access 2006 1 1247 62.2 0.000 0.000 |
-LZO1B-99 | login.defs 11030 1 5805 52.6 0.000 0.000 |
-LZO1B-99 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1B-99 | logrotate.conf 434 1 356 82.0 0.000 0.000 |
-LZO1B-99 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1B-99 | dnf 526 1 137 26.0 0.000 0.000 |
-LZO1B-99 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1B-99 | kbdconfig 721 1 532 73.8 0.000 0.000 |
-LZO1B-99 | session 630 1 461 73.2 0.000 0.000 |
-LZO1B-99 | mdadm.conf 2687 1 1796 66.8 0.000 0.000 |
-LZO1B-99 | mke2fs.conf 832 1 483 58.1 0.000 0.000 |
-LZO1B-99 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-99 | netconfig 767 1 436 56.8 0.000 0.000 |
-LZO1B-99 | nfsroot 809 1 520 64.3 0.000 0.000 |
-LZO1B-99 | wpa-supplicant 1999 1 915 45.8 0.000 0.000 |
-LZO1B-99 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1B-99 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-99 | nfs-utils.conf 1087 1 730 67.2 0.000 0.000 |
-LZO1B-99 | nfsmount.conf 3606 1 1931 53.5 0.000 0.000 |
-LZO1B-99 | nsswitch.conf 497 1 363 73.0 0.000 0.000 |
-LZO1B-99 | phonesim.conf 361 1 306 84.8 0.000 0.000 |
-LZO1B-99 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1B-99 | opkg.conf 845 1 594 70.3 0.000 0.000 |
-LZO1B-99 | passwd 1006 1 622 61.8 0.000 0.000 |
-LZO1B-99 | cert9.db 28672 1 949 3.3 0.000 0.000 |
-LZO1B-99 | key4.db 36864 1 1203 3.3 0.000 0.000 |
-LZO1B-99 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1B-99 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1B-99 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1B-99 | ip-down 1454 1 987 67.9 0.000 0.000 |
-LZO1B-99 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-99 | ip-up 1452 1 982 67.6 0.000 0.000 |
-LZO1B-99 | 08setupdns 292 1 186 63.7 0.000 0.000 |
-LZO1B-99 | options 5 1 9 180 0.000 0.000 |
-LZO1B-99 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-99 | provider 1093 1 790 72.3 0.000 0.000 |
-LZO1B-99 | ppp_on_boot 573 1 450 78.5 0.000 0.000 |
-LZO1B-99 | profile 984 1 780 79.3 0.000 0.000 |
-LZO1B-99 | bash_completion.sh 672 1 404 60.1 0.000 0.000 |
-LZO1B-99 | distcc.sh 68 1 60 88.2 0.000 0.000 |
-LZO1B-99 | gawk.csh 1107 1 280 25.3 0.000 0.000 |
-LZO1B-99 | gawk.sh 757 1 229 30.3 0.000 0.000 |
-LZO1B-99 | protocols 2932 1 2037 69.5 0.000 0.000 |
-LZO1B-99 | client.conf 1233 1 932 75.6 0.000 0.000 |
-LZO1B-99 | 50-sato.conf 447 1 364 81.4 0.000 0.000 |
-LZO1B-99 | daemon.conf 2374 1 1516 63.9 0.000 0.000 |
-LZO1B-99 | default.pa 4933 1 2529 51.3 0.000 0.000 |
-LZO1B-99 | system.pa 2078 1 1291 62.1 0.000 0.000 |
-LZO1B-99 | quilt.quiltrc 1347 1 895 66.4 0.000 0.000 |
-LZO1B-99 | quotagrpadmins 220 1 198 90.0 0.000 0.000 |
-LZO1B-99 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1B-99 | rpc 895 1 670 74.9 0.000 0.000 |
-LZO1B-99 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-99 | macros 38 1 43 113 0.000 0.000 |
-LZO1B-99 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-99 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1B-99 | securetty 1848 1 1200 64.9 0.000 0.000 |
-LZO1B-99 | services 18790 1 9592 51.0 0.000 0.000 |
-LZO1B-99 | shadow 619 1 226 36.5 0.000 0.000 |
-LZO1B-99 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1B-99 | .bashrc 410 1 328 80.0 0.000 0.000 |
-LZO1B-99 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1B-99 | slsh.rc 2030 1 999 49.2 0.000 0.000 |
-LZO1B-99 | moduli 577388 3 27330 4.7 170.767 0.000 |
-LZO1B-99 | ssh_config 1548 1 1034 66.8 0.000 0.000 |
-LZO1B-99 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 |
-LZO1B-99 | ssh_host_ecdsa_key.pub 176 1 170 96.6 0.000 0.000 |
-LZO1B-99 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 |
-LZO1B-99 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1B-99 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1B-99 | ssh_host_rsa_key.pub 568 1 574 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 151510 75.7 27.040 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 |
-LZO1B-99 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-99 | kdump.conf 411 1 332 80.8 0.000 0.000 |
-LZO1B-99 | sysctl.conf 2128 1 1537 72.2 0.000 0.000 |
-LZO1B-99 | syslog-startup.conf 651 1 537 82.5 0.000 0.000 |
-LZO1B-99 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-99 | ansi 1481 1 733 49.5 0.000 0.000 |
-LZO1B-99 | dumb 308 1 72 23.4 0.000 0.000 |
-LZO1B-99 | linux 1730 1 1008 58.3 0.000 0.000 |
-LZO1B-99 | rxvt 2286 1 1519 66.4 0.000 0.000 |
-LZO1B-99 | screen 1587 1 901 56.8 0.000 0.000 |
-LZO1B-99 | screen-256color 1677 1 944 56.3 0.000 0.000 |
-LZO1B-99 | sun 1004 1 497 49.5 0.000 0.000 |
-LZO1B-99 | vt100 1190 1 723 60.8 0.000 0.000 |
-LZO1B-99 | vt102 1184 1 728 61.5 0.000 0.000 |
-LZO1B-99 | vt200 1377 1 900 65.4 0.000 0.000 |
-LZO1B-99 | vt220 1377 1 900 65.4 0.000 0.000 |
-LZO1B-99 | vt52 470 1 232 49.4 0.000 0.000 |
-LZO1B-99 | xterm-256color 3641 1 2372 65.1 0.000 0.000 |
-LZO1B-99 | xterm-color 1551 1 777 50.1 0.000 0.000 |
-LZO1B-99 | xterm-xfree86 2240 1 1345 60.0 0.000 0.000 |
-LZO1B-99 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-99 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-99 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1B-99 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-99 | automount.rules 847 1 559 66.0 0.000 0.000 |
-LZO1B-99 | autonet.rules 757 1 530 70.0 0.000 0.000 |
-LZO1B-99 | local.rules 885 1 650 73.4 0.000 0.000 |
-LZO1B-99 | localextra.rules 843 1 599 71.1 0.000 0.000 |
-LZO1B-99 | mount.sh 4232 1 2075 49.0 0.000 0.000 |
-LZO1B-99 | network.sh 1402 1 1003 71.5 0.000 0.000 |
-LZO1B-99 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1B-99 | 50default 2634 1 1095 41.6 0.000 0.000 |
-LZO1B-99 | version 15 1 19 127 0.000 0.000 |
-LZO1B-99 | volatile.cache 5955 1 1304 21.9 0.000 0.000 |
-LZO1B-99 | 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 |
-LZO1B-99 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1B-99 | gsettings-data-convert.desktop 7741 1 4373 56.5 0.000 0.000 |
-LZO1B-99 | pulseaudio.desktop 4973 1 2289 46.0 0.000 0.000 |
-LZO1B-99 | xinput_calibrator.desktop 299 1 237 79.3 0.000 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*** 4506 1.0 1399 70.2 56.004 0.000
-LZO1B-99 ***TOTALS*** 1243893 278 386225 31.0 56.004 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-99 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-99 | Xsession 755 1 493 65.3 0.000 0.000 |
-LZO1C-99 | 13xdgbasedirs.sh 550 1 459 83.5 0.000 0.000 |
-LZO1C-99 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-99 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-99 | 80matchboxkeyboard.sh 631 1 389 61.6 0.000 0.000 |
-LZO1C-99 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1C-99 | 90XWindowManager.sh 181 1 104 57.5 0.000 0.000 |
-LZO1C-99 | xinitrc 739 1 417 56.4 0.000 0.000 |
-LZO1C-99 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-99 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-99 | avahi-daemon.conf 1753 1 1218 69.5 0.000 0.000 |
-LZO1C-99 | hosts 1121 1 877 78.2 0.000 0.000 |
-LZO1C-99 | sftp-ssh.service 1075 1 829 77.1 0.000 0.000 |
-LZO1C-99 | ssh.service 1071 1 826 77.1 0.000 0.000 |
-LZO1C-99 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-99 | perf 6321 1 2774 43.9 0.000 0.000 |
-LZO1C-99 | quilt 7117 1 2429 34.1 0.000 0.000 |
-LZO1C-99 | bindresvport.blacklist 429 1 326 76.0 0.000 0.000 |
-LZO1C-99 | input.conf 397 1 343 86.4 0.000 0.000 |
-LZO1C-99 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-99 | build 528 1 278 52.7 0.000 0.000 |
-LZO1C-99 | busybox.links.nosuid 2358 1 1133 48.0 0.000 0.000 |
-LZO1C-99 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
-LZO1C-99 | ca-certificates.conf 5340 1 1810 33.9 0.000 0.000 |
-LZO1C-99 | pap 653 1 533 81.6 0.000 0.000 |
-LZO1C-99 | logrotate 189 1 152 80.4 0.000 0.000 |
-LZO1C-99 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-99 | crontab 653 1 408 62.5 0.000 0.000 |
-LZO1C-99 | session.conf 838 1 613 73.2 0.000 0.000 |
-LZO1C-99 | system.conf 833 1 611 73.3 0.000 0.000 |
-LZO1C-99 | ConsoleKit.conf 7305 1 882 12.1 0.000 0.000 |
-LZO1C-99 | avahi-dbus.conf 1138 1 522 45.9 0.000 0.000 |
-LZO1C-99 | bluetooth.conf 1315 1 681 51.8 0.000 0.000 |
-LZO1C-99 | dbus-wpa_supplicant.conf 743 1 334 45.0 0.000 0.000 |
-LZO1C-99 | ofono.conf 1063 1 585 55.0 0.000 0.000 |
-LZO1C-99 | pulseaudio-system.conf 1084 1 836 77.1 0.000 0.000 |
-LZO1C-99 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-99 | distcc 535 1 436 81.5 0.000 0.000 |
-LZO1C-99 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-99 | postinst 52 1 56 108 0.000 0.000 |
-LZO1C-99 | rcS 1040 1 769 73.9 0.000 0.000 |
-LZO1C-99 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-99 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-99 | useradd 117 1 123 105 0.000 0.000 |
-LZO1C-99 | 00_core 1637 1 975 59.6 0.000 0.000 |
-LZO1C-99 | 01_bootlogd 36 1 37 103 0.000 0.000 |
-LZO1C-99 | 99_dbus 48 1 44 91.7 0.000 0.000 |
-LZO1C-99 | 99_sshd 75 1 64 85.3 0.000 0.000 |
-LZO1C-99 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-99 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-99 | xserver-nodm 130 1 135 104 0.000 0.000 |
-LZO1C-99 | clients.allow 1582 1 1073 67.8 0.000 0.000 |
-LZO1C-99 | commands.allow.sh 1763 1 1039 58.9 0.000 0.000 |
-LZO1C-99 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1C-99 | automatic.conf 2569 1 1263 49.2 0.000 0.000 |
-LZO1C-99 | dnf.conf 82 1 86 105 0.000 0.000 |
-LZO1C-99 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-99 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-99 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-99 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-99 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-99 | 30-liberation-aliases.conf 419 1 213 50.8 0.000 0.000 |
-LZO1C-99 | README 978 1 703 71.9 0.000 0.000 |
-LZO1C-99 | fonts.conf 2532 1 1367 54.0 0.000 0.000 |
-LZO1C-99 | config 1032 1 434 42.1 0.000 0.000 |
-LZO1C-99 | fstab 637 1 367 57.6 0.000 0.000 |
-LZO1C-99 | path 1448 1 847 58.5 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 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 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 |
-LZO1C-99 | %gconf.xml 515 1 304 59.0 0.000 0.000 |
-LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-99 | %gconf.xml 5626 1 1538 27.3 0.000 0.000 |
-LZO1C-99 | settings-daemon.schemas 7202 1 1700 23.6 0.000 0.000 |
-LZO1C-99 | group 620 1 528 85.2 0.000 0.000 |
-LZO1C-99 | gshadow 514 1 372 72.4 0.000 0.000 |
-LZO1C-99 | im-multipress.conf 890 1 776 87.2 0.000 0.000 |
-LZO1C-99 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-99 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-99 | hosts 257 1 201 78.2 0.000 0.000 |
-LZO1C-99 | alsa-state 811 1 517 63.7 0.000 0.000 |
-LZO1C-99 | atd 578 1 387 67.0 0.000 0.000 |
-LZO1C-99 | avahi-daemon 4491 1 2380 53.0 0.000 0.000 |
-LZO1C-99 | banner.sh 492 1 290 58.9 0.000 0.000 |
-LZO1C-99 | bluetooth 1253 1 768 61.3 0.000 0.000 |
-LZO1C-99 | bootlogd 1997 1 1182 59.2 0.000 0.000 |
-LZO1C-99 | bootmisc.sh 2017 1 1313 65.1 0.000 0.000 |
-LZO1C-99 | checkroot.sh 3591 1 2159 60.1 0.000 0.000 |
-LZO1C-99 | connman 1462 1 926 63.3 0.000 0.000 |
-LZO1C-99 | crond 1235 1 786 63.6 0.000 0.000 |
-LZO1C-99 | dbus-1 2887 1 1707 59.1 0.000 0.000 |
-LZO1C-99 | devpts.sh 526 1 378 71.9 0.000 0.000 |
-LZO1C-99 | distcc 2863 1 1593 55.6 0.000 0.000 |
-LZO1C-99 | dmesg.sh 352 1 244 69.3 0.000 0.000 |
-LZO1C-99 | functions 2141 1 1280 59.8 0.000 0.000 |
-LZO1C-99 | halt 510 1 398 78.0 0.000 0.000 |
-LZO1C-99 | hostname.sh 580 1 422 72.8 0.000 0.000 |
-LZO1C-99 | hwclock.sh 2541 1 1232 48.5 0.000 0.000 |
-LZO1C-99 | kdump 2989 1 1352 45.2 0.000 0.000 |
-LZO1C-99 | mdmonitor 1773 1 1023 57.7 0.000 0.000 |
-LZO1C-99 | modutils.sh 1223 1 741 60.6 0.000 0.000 |
-LZO1C-99 | mountall.sh 869 1 644 74.1 0.000 0.000 |
-LZO1C-99 | mountnfs.sh 1589 1 887 55.8 0.000 0.000 |
-LZO1C-99 | networking 1956 1 986 50.4 0.000 0.000 |
-LZO1C-99 | nfscommon 1609 1 955 59.4 0.000 0.000 |
-LZO1C-99 | nfsserver 3326 1 1777 53.4 0.000 0.000 |
-LZO1C-99 | ofono 516 1 364 70.5 0.000 0.000 |
-LZO1C-99 | populate-volatile.sh 7826 1 3260 41.7 0.000 0.000 |
-LZO1C-99 | ppp 1231 1 655 53.2 0.000 0.000 |
-LZO1C-99 | psplash.sh 647 1 441 68.2 0.000 0.000 |
-LZO1C-99 | rc 4457 1 2405 54.0 0.000 0.000 |
-LZO1C-99 | rcS 525 1 442 84.2 0.000 0.000 |
-LZO1C-99 | read-only-rootfs-hook.sh 1273 1 834 65.5 0.000 0.000 |
-LZO1C-99 | reboot 289 1 220 76.1 0.000 0.000 |
-LZO1C-99 | rmnologin.sh 585 1 370 63.2 0.000 0.000 |
-LZO1C-99 | rng-tools 1029 1 483 46.9 0.000 0.000 |
-LZO1C-99 | rpcbind 1827 1 921 50.4 0.000 0.000 |
-LZO1C-99 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-99 | save-rtc.sh 429 1 315 73.4 0.000 0.000 |
-LZO1C-99 | sendsigs 438 1 296 67.6 0.000 0.000 |
-LZO1C-99 | single 578 1 420 72.7 0.000 0.000 |
-LZO1C-99 | sshd 2029 1 983 48.4 0.000 0.000 |
-LZO1C-99 | sysfs.sh 907 1 460 50.7 0.000 0.000 |
-LZO1C-99 | syslog 1715 1 850 49.6 0.000 0.000 |
-LZO1C-99 | tcf-agent 1298 1 702 54.1 0.000 0.000 |
-LZO1C-99 | udev 2779 1 1555 56.0 0.000 0.000 |
-LZO1C-99 | umountfs 540 1 399 73.9 0.000 0.000 |
-LZO1C-99 | umountnfs.sh 711 1 512 72.0 0.000 0.000 |
-LZO1C-99 | urandom 1473 1 901 61.2 0.000 0.000 |
-LZO1C-99 | xserver-nodm 1436 1 951 66.2 0.000 0.000 |
-LZO1C-99 | inittab 1145 1 774 67.6 0.000 0.000 |
-LZO1C-99 | inputrc 1633 1 996 61.0 0.000 0.000 |
-LZO1C-99 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1C-99 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-99 | group 31 1 35 113 0.000 0.000 |
-LZO1C-99 | nl_protos 262 1 257 98.1 0.000 0.000 |
-LZO1C-99 | rt_dsfield 331 1 278 84.0 0.000 0.000 |
-LZO1C-99 | rt_protos 201 1 201 100 0.000 0.000 |
-LZO1C-99 | rt_realms 112 1 113 101 0.000 0.000 |
-LZO1C-99 | rt_scopes 92 1 91 98.9 0.000 0.000 |
-LZO1C-99 | rt_tables 87 1 87 100 0.000 0.000 |
-LZO1C-99 | issue 58 1 63 109 0.000 0.000 |
-LZO1C-99 | issue.net 55 1 60 109 0.000 0.000 |
-LZO1C-99 | ld.so.cache 57193 1 15158 26.5 87.282 0.000 |
-LZO1C-99 | ld.so.conf 33 1 38 115 0.000 0.000 |
-LZO1C-99 | classid 1130 1 620 54.9 0.000 0.000 |
-LZO1C-99 | pktloc 1532 1 810 52.9 0.000 0.000 |
-LZO1C-99 | collect_dnf.conf 813 1 495 60.9 0.000 0.000 |
-LZO1C-99 | limits 827 1 621 75.1 0.000 0.000 |
-LZO1C-99 | login.access 2006 1 1242 61.9 0.000 0.000 |
-LZO1C-99 | login.defs 11030 1 5808 52.7 0.000 0.000 |
-LZO1C-99 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1C-99 | logrotate.conf 434 1 355 81.8 0.000 0.000 |
-LZO1C-99 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1C-99 | dnf 526 1 136 25.9 0.000 0.000 |
-LZO1C-99 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1C-99 | kbdconfig 721 1 532 73.8 0.000 0.000 |
-LZO1C-99 | session 630 1 461 73.2 0.000 0.000 |
-LZO1C-99 | mdadm.conf 2687 1 1785 66.4 0.000 0.000 |
-LZO1C-99 | mke2fs.conf 832 1 481 57.8 0.000 0.000 |
-LZO1C-99 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-99 | netconfig 767 1 435 56.7 0.000 0.000 |
-LZO1C-99 | nfsroot 809 1 517 63.9 0.000 0.000 |
-LZO1C-99 | wpa-supplicant 1999 1 906 45.3 0.000 0.000 |
-LZO1C-99 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1C-99 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-99 | nfs-utils.conf 1087 1 729 67.1 0.000 0.000 |
-LZO1C-99 | nfsmount.conf 3606 1 1910 53.0 0.000 0.000 |
-LZO1C-99 | nsswitch.conf 497 1 361 72.6 0.000 0.000 |
-LZO1C-99 | phonesim.conf 361 1 304 84.2 0.000 0.000 |
-LZO1C-99 | arch.conf 105 1 78 74.3 0.000 0.000 |
-LZO1C-99 | opkg.conf 845 1 591 69.9 0.000 0.000 |
-LZO1C-99 | passwd 1006 1 617 61.3 0.000 0.000 |
-LZO1C-99 | cert9.db 28672 1 938 3.3 0.000 0.000 |
-LZO1C-99 | key4.db 36864 1 1191 3.2 0.000 0.000 |
-LZO1C-99 | pkcs11.txt 425 1 363 85.4 0.000 0.000 |
-LZO1C-99 | pointercal.xinput 91 1 94 103 0.000 0.000 |
-LZO1C-99 | chap-secrets 78 1 81 104 0.000 0.000 |
-LZO1C-99 | ip-down 1454 1 986 67.8 0.000 0.000 |
-LZO1C-99 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-99 | ip-up 1452 1 981 67.6 0.000 0.000 |
-LZO1C-99 | 08setupdns 292 1 182 62.3 0.000 0.000 |
-LZO1C-99 | options 5 1 9 180 0.000 0.000 |
-LZO1C-99 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-99 | provider 1093 1 784 71.7 0.000 0.000 |
-LZO1C-99 | ppp_on_boot 573 1 447 78.0 0.000 0.000 |
-LZO1C-99 | profile 984 1 778 79.1 0.000 0.000 |
-LZO1C-99 | bash_completion.sh 672 1 401 59.7 0.000 0.000 |
-LZO1C-99 | distcc.sh 68 1 60 88.2 0.000 0.000 |
-LZO1C-99 | gawk.csh 1107 1 275 24.8 0.000 0.000 |
-LZO1C-99 | gawk.sh 757 1 225 29.7 0.000 0.000 |
-LZO1C-99 | protocols 2932 1 2021 68.9 0.000 0.000 |
-LZO1C-99 | client.conf 1233 1 929 75.3 0.000 0.000 |
-LZO1C-99 | 50-sato.conf 447 1 361 80.8 0.000 0.000 |
-LZO1C-99 | daemon.conf 2374 1 1505 63.4 0.000 0.000 |
-LZO1C-99 | default.pa 4933 1 2510 50.9 0.000 0.000 |
-LZO1C-99 | system.pa 2078 1 1284 61.8 0.000 0.000 |
-LZO1C-99 | quilt.quiltrc 1347 1 891 66.1 0.000 0.000 |
-LZO1C-99 | quotagrpadmins 220 1 198 90.0 0.000 0.000 |
-LZO1C-99 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1C-99 | rpc 895 1 667 74.5 0.000 0.000 |
-LZO1C-99 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-99 | macros 38 1 43 113 0.000 0.000 |
-LZO1C-99 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-99 | rpmrc 111 1 84 75.7 0.000 0.000 |
-LZO1C-99 | securetty 1848 1 1193 64.6 0.000 0.000 |
-LZO1C-99 | services 18790 1 9471 50.4 0.000 0.000 |
-LZO1C-99 | shadow 619 1 216 34.9 0.000 0.000 |
-LZO1C-99 | shells 52 1 49 94.2 0.000 0.000 |
-LZO1C-99 | .bashrc 410 1 326 79.5 0.000 0.000 |
-LZO1C-99 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1C-99 | slsh.rc 2030 1 988 48.7 0.000 0.000 |
-LZO1C-99 | moduli 577388 3 26921 4.7 180.187 0.000 |
-LZO1C-99 | ssh_config 1548 1 1028 66.4 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 176 1 169 96.0 0.000 0.000 |
-LZO1C-99 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 |
-LZO1C-99 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1C-99 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 |
-LZO1C-99 | ssh_host_rsa_key.pub 568 1 574 101 0.000 0.000 |
-LZO1C-99 | sshd_config 3177 1 1900 59.8 0.000 0.000 |
-LZO1C-99 | sshd_config_readonly 3186 1 1891 59.4 0.000 0.000 |
-LZO1C-99 | ca-certificates.crt 200061 1 155698 77.8 24.505 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 |
-LZO1C-99 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-99 | kdump.conf 411 1 330 80.3 0.000 0.000 |
-LZO1C-99 | sysctl.conf 2128 1 1532 72.0 0.000 0.000 |
-LZO1C-99 | syslog-startup.conf 651 1 535 82.2 0.000 0.000 |
-LZO1C-99 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-99 | ansi 1481 1 721 48.7 0.000 0.000 |
-LZO1C-99 | dumb 308 1 71 23.1 0.000 0.000 |
-LZO1C-99 | linux 1730 1 995 57.5 0.000 0.000 |
-LZO1C-99 | rxvt 2286 1 1515 66.3 0.000 0.000 |
-LZO1C-99 | screen 1587 1 891 56.1 0.000 0.000 |
-LZO1C-99 | screen-256color 1677 1 930 55.5 0.000 0.000 |
-LZO1C-99 | sun 1004 1 487 48.5 0.000 0.000 |
-LZO1C-99 | vt100 1190 1 717 60.3 0.000 0.000 |
-LZO1C-99 | vt102 1184 1 722 61.0 0.000 0.000 |
-LZO1C-99 | vt200 1377 1 894 64.9 0.000 0.000 |
-LZO1C-99 | vt220 1377 1 894 64.9 0.000 0.000 |
-LZO1C-99 | vt52 470 1 227 48.3 0.000 0.000 |
-LZO1C-99 | xterm-256color 3641 1 2359 64.8 0.000 0.000 |
-LZO1C-99 | xterm-color 1551 1 769 49.6 0.000 0.000 |
-LZO1C-99 | xterm-xfree86 2240 1 1343 60.0 0.000 0.000 |
-LZO1C-99 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-99 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-99 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1C-99 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-99 | automount.rules 847 1 553 65.3 0.000 0.000 |
-LZO1C-99 | autonet.rules 757 1 524 69.2 0.000 0.000 |
-LZO1C-99 | local.rules 885 1 644 72.8 0.000 0.000 |
-LZO1C-99 | localextra.rules 843 1 589 69.9 0.000 0.000 |
-LZO1C-99 | mount.sh 4232 1 2050 48.4 0.000 0.000 |
-LZO1C-99 | network.sh 1402 1 996 71.0 0.000 0.000 |
-LZO1C-99 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-99 | 50default 2634 1 1079 41.0 0.000 0.000 |
-LZO1C-99 | version 15 1 19 127 0.000 0.000 |
-LZO1C-99 | volatile.cache 5955 1 1294 21.7 0.000 0.000 |
-LZO1C-99 | 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 |
-LZO1C-99 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1C-99 | gsettings-data-convert.desktop 7741 1 4335 56.0 0.000 0.000 |
-LZO1C-99 | pulseaudio.desktop 4973 1 2259 45.4 0.000 0.000 |
-LZO1C-99 | xinput_calibrator.desktop 299 1 236 78.9 0.000 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*** 4506 1.0 1404 69.8 51.890 0.000
-LZO1C-99 ***TOTALS*** 1243893 278 387647 31.2 51.890 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1B-999 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1B-999 | Xsession 755 1 493 65.3 0.000 0.000 |
-LZO1B-999 | 13xdgbasedirs.sh 550 1 458 83.3 0.000 0.000 |
-LZO1B-999 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1B-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1B-999 | 80matchboxkeyboard.sh 631 1 386 61.2 0.000 0.000 |
-LZO1B-999 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 |
-LZO1B-999 | 90XWindowManager.sh 181 1 105 58.0 0.000 0.000 |
-LZO1B-999 | xinitrc 739 1 421 57.0 0.000 0.000 |
-LZO1B-999 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1B-999 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1B-999 | avahi-daemon.conf 1753 1 1216 69.4 0.000 0.000 |
-LZO1B-999 | hosts 1121 1 870 77.6 0.000 0.000 |
-LZO1B-999 | sftp-ssh.service 1075 1 817 76.0 0.000 0.000 |
-LZO1B-999 | ssh.service 1071 1 816 76.2 0.000 0.000 |
-LZO1B-999 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1B-999 | perf 6321 1 2700 42.7 0.000 0.000 |
-LZO1B-999 | quilt 7117 1 2325 32.7 0.000 0.000 |
-LZO1B-999 | bindresvport.blacklist 429 1 327 76.2 0.000 0.000 |
-LZO1B-999 | input.conf 397 1 341 85.9 0.000 0.000 |
-LZO1B-999 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1B-999 | build 528 1 272 51.5 0.000 0.000 |
-LZO1B-999 | busybox.links.nosuid 2358 1 1168 49.5 0.000 0.000 |
-LZO1B-999 | busybox.links.suid 91 1 69 75.8 0.000 0.000 |
-LZO1B-999 | ca-certificates.conf 5340 1 1711 32.0 0.000 0.000 |
-LZO1B-999 | pap 653 1 531 81.3 0.000 0.000 |
-LZO1B-999 | logrotate 189 1 152 80.4 0.000 0.000 |
-LZO1B-999 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1B-999 | crontab 653 1 406 62.2 0.000 0.000 |
-LZO1B-999 | session.conf 838 1 613 73.2 0.000 0.000 |
-LZO1B-999 | system.conf 833 1 611 73.3 0.000 0.000 |
-LZO1B-999 | ConsoleKit.conf 7305 1 862 11.8 0.000 0.000 |
-LZO1B-999 | avahi-dbus.conf 1138 1 512 45.0 0.000 0.000 |
-LZO1B-999 | bluetooth.conf 1315 1 679 51.6 0.000 0.000 |
-LZO1B-999 | dbus-wpa_supplicant.conf 743 1 332 44.7 0.000 0.000 |
-LZO1B-999 | ofono.conf 1063 1 586 55.1 0.000 0.000 |
-LZO1B-999 | pulseaudio-system.conf 1084 1 831 76.7 0.000 0.000 |
-LZO1B-999 | devpts 93 1 94 101 0.000 0.000 |
-LZO1B-999 | distcc 535 1 435 81.3 0.000 0.000 |
-LZO1B-999 | mountall 36 1 38 106 0.000 0.000 |
-LZO1B-999 | postinst 52 1 56 108 0.000 0.000 |
-LZO1B-999 | rcS 1040 1 759 73.0 0.000 0.000 |
-LZO1B-999 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1B-999 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1B-999 | useradd 117 1 123 105 0.000 0.000 |
-LZO1B-999 | 00_core 1637 1 970 59.3 0.000 0.000 |
-LZO1B-999 | 01_bootlogd 36 1 36 100 0.000 0.000 |
-LZO1B-999 | 99_dbus 48 1 43 89.6 0.000 0.000 |
-LZO1B-999 | 99_sshd 75 1 60 80.0 0.000 0.000 |
-LZO1B-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1B-999 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1B-999 | xserver-nodm 130 1 131 101 0.000 0.000 |
-LZO1B-999 | clients.allow 1582 1 1063 67.2 0.000 0.000 |
-LZO1B-999 | commands.allow.sh 1763 1 1036 58.8 0.000 0.000 |
-LZO1B-999 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1B-999 | automatic.conf 2569 1 1232 48.0 0.000 0.000 |
-LZO1B-999 | dnf.conf 82 1 82 100 0.000 0.000 |
-LZO1B-999 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1B-999 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1B-999 | arch 35 1 35 100 0.000 0.000 |
-LZO1B-999 | releasever 6 1 10 167 0.000 0.000 |
-LZO1B-999 | exports 46 1 49 107 0.000 0.000 |
-LZO1B-999 | 30-liberation-aliases.conf 419 1 215 51.3 0.000 0.000 |
-LZO1B-999 | README 978 1 706 72.2 0.000 0.000 |
-LZO1B-999 | fonts.conf 2532 1 1357 53.6 0.000 0.000 |
-LZO1B-999 | config 1032 1 436 42.2 0.000 0.000 |
-LZO1B-999 | fstab 637 1 355 55.7 0.000 0.000 |
-LZO1B-999 | path 1448 1 829 57.3 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 235 1 144 61.3 0.000 0.000 |
-LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-999 | %gconf.xml 2158 1 559 25.9 0.000 0.000 |
-LZO1B-999 | %gconf.xml 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 |
-LZO1B-999 | %gconf.xml 515 1 298 57.9 0.000 0.000 |
-LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1B-999 | %gconf.xml 5626 1 1494 26.6 0.000 0.000 |
-LZO1B-999 | settings-daemon.schemas 7202 1 1663 23.1 0.000 0.000 |
-LZO1B-999 | group 620 1 514 82.9 0.000 0.000 |
-LZO1B-999 | gshadow 514 1 359 69.8 0.000 0.000 |
-LZO1B-999 | im-multipress.conf 890 1 777 87.3 0.000 0.000 |
-LZO1B-999 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1B-999 | hostname 10 1 14 140 0.000 0.000 |
-LZO1B-999 | hosts 257 1 201 78.2 0.000 0.000 |
-LZO1B-999 | alsa-state 811 1 516 63.6 0.000 0.000 |
-LZO1B-999 | atd 578 1 381 65.9 0.000 0.000 |
-LZO1B-999 | avahi-daemon 4491 1 2358 52.5 0.000 0.000 |
-LZO1B-999 | banner.sh 492 1 293 59.6 0.000 0.000 |
-LZO1B-999 | bluetooth 1253 1 768 61.3 0.000 0.000 |
-LZO1B-999 | bootlogd 1997 1 1162 58.2 0.000 0.000 |
-LZO1B-999 | bootmisc.sh 2017 1 1314 65.1 0.000 0.000 |
-LZO1B-999 | checkroot.sh 3591 1 2130 59.3 0.000 0.000 |
-LZO1B-999 | connman 1462 1 918 62.8 0.000 0.000 |
-LZO1B-999 | crond 1235 1 785 63.6 0.000 0.000 |
-LZO1B-999 | dbus-1 2887 1 1682 58.3 0.000 0.000 |
-LZO1B-999 | devpts.sh 526 1 378 71.9 0.000 0.000 |
-LZO1B-999 | distcc 2863 1 1582 55.3 0.000 0.000 |
-LZO1B-999 | dmesg.sh 352 1 245 69.6 0.000 0.000 |
-LZO1B-999 | functions 2141 1 1277 59.6 0.000 0.000 |
-LZO1B-999 | halt 510 1 398 78.0 0.000 0.000 |
-LZO1B-999 | hostname.sh 580 1 421 72.6 0.000 0.000 |
-LZO1B-999 | hwclock.sh 2541 1 1222 48.1 0.000 0.000 |
-LZO1B-999 | kdump 2989 1 1318 44.1 0.000 0.000 |
-LZO1B-999 | mdmonitor 1773 1 1004 56.6 0.000 0.000 |
-LZO1B-999 | modutils.sh 1223 1 743 60.8 0.000 0.000 |
-LZO1B-999 | mountall.sh 869 1 643 74.0 0.000 0.000 |
-LZO1B-999 | mountnfs.sh 1589 1 878 55.3 0.000 0.000 |
-LZO1B-999 | networking 1956 1 973 49.7 0.000 0.000 |
-LZO1B-999 | nfscommon 1609 1 949 59.0 0.000 0.000 |
-LZO1B-999 | nfsserver 3326 1 1756 52.8 0.000 0.000 |
-LZO1B-999 | ofono 516 1 366 70.9 0.000 0.000 |
-LZO1B-999 | populate-volatile.sh 7826 1 3157 40.3 0.000 0.000 |
-LZO1B-999 | ppp 1231 1 643 52.2 0.000 0.000 |
-LZO1B-999 | psplash.sh 647 1 444 68.6 0.000 0.000 |
-LZO1B-999 | rc 4457 1 2352 52.8 0.000 0.000 |
-LZO1B-999 | rcS 525 1 443 84.4 0.000 0.000 |
-LZO1B-999 | read-only-rootfs-hook.sh 1273 1 836 65.7 0.000 0.000 |
-LZO1B-999 | reboot 289 1 221 76.5 0.000 0.000 |
-LZO1B-999 | rmnologin.sh 585 1 374 63.9 0.000 0.000 |
-LZO1B-999 | rng-tools 1029 1 483 46.9 0.000 0.000 |
-LZO1B-999 | rpcbind 1827 1 922 50.5 0.000 0.000 |
-LZO1B-999 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1B-999 | save-rtc.sh 429 1 317 73.9 0.000 0.000 |
-LZO1B-999 | sendsigs 438 1 297 67.8 0.000 0.000 |
-LZO1B-999 | single 578 1 423 73.2 0.000 0.000 |
-LZO1B-999 | sshd 2029 1 977 48.2 0.000 0.000 |
-LZO1B-999 | sysfs.sh 907 1 450 49.6 0.000 0.000 |
-LZO1B-999 | syslog 1715 1 841 49.0 0.000 0.000 |
-LZO1B-999 | tcf-agent 1298 1 693 53.4 0.000 0.000 |
-LZO1B-999 | udev 2779 1 1539 55.4 0.000 0.000 |
-LZO1B-999 | umountfs 540 1 399 73.9 0.000 0.000 |
-LZO1B-999 | umountnfs.sh 711 1 516 72.6 0.000 0.000 |
-LZO1B-999 | urandom 1473 1 899 61.0 0.000 0.000 |
-LZO1B-999 | xserver-nodm 1436 1 941 65.5 0.000 0.000 |
-LZO1B-999 | inittab 1145 1 774 67.6 0.000 0.000 |
-LZO1B-999 | inputrc 1633 1 981 60.1 0.000 0.000 |
-LZO1B-999 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1B-999 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1B-999 | group 31 1 35 113 0.000 0.000 |
-LZO1B-999 | nl_protos 262 1 253 96.6 0.000 0.000 |
-LZO1B-999 | rt_dsfield 331 1 276 83.4 0.000 0.000 |
-LZO1B-999 | rt_protos 201 1 200 99.5 0.000 0.000 |
-LZO1B-999 | rt_realms 112 1 111 99.1 0.000 0.000 |
-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 57193 1 15378 26.9 5.841 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 |
-LZO1B-999 | collect_dnf.conf 813 1 492 60.5 0.000 0.000 |
-LZO1B-999 | limits 827 1 623 75.3 0.000 0.000 |
-LZO1B-999 | login.access 2006 1 1210 60.3 0.000 0.000 |
-LZO1B-999 | login.defs 11030 1 5512 50.0 20.872 0.000 |
-LZO1B-999 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1B-999 | logrotate.conf 434 1 355 81.8 0.000 0.000 |
-LZO1B-999 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1B-999 | dnf 526 1 137 26.0 0.000 0.000 |
-LZO1B-999 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1B-999 | kbdconfig 721 1 532 73.8 0.000 0.000 |
-LZO1B-999 | session 630 1 461 73.2 0.000 0.000 |
-LZO1B-999 | mdadm.conf 2687 1 1752 65.2 0.000 0.000 |
-LZO1B-999 | mke2fs.conf 832 1 467 56.1 0.000 0.000 |
-LZO1B-999 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1B-999 | netconfig 767 1 424 55.3 0.000 0.000 |
-LZO1B-999 | nfsroot 809 1 515 63.7 0.000 0.000 |
-LZO1B-999 | wpa-supplicant 1999 1 869 43.5 0.000 0.000 |
-LZO1B-999 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1B-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1B-999 | nfs-utils.conf 1087 1 728 67.0 0.000 0.000 |
-LZO1B-999 | nfsmount.conf 3606 1 1867 51.8 0.000 0.000 |
-LZO1B-999 | nsswitch.conf 497 1 363 73.0 0.000 0.000 |
-LZO1B-999 | phonesim.conf 361 1 305 84.5 0.000 0.000 |
-LZO1B-999 | arch.conf 105 1 77 73.3 0.000 0.000 |
-LZO1B-999 | opkg.conf 845 1 589 69.7 0.000 0.000 |
-LZO1B-999 | passwd 1006 1 609 60.5 0.000 0.000 |
-LZO1B-999 | cert9.db 28672 1 968 3.4 9.008 0.000 |
-LZO1B-999 | key4.db 36864 1 1215 3.3 11.066 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 |
-LZO1B-999 | ip-down 1454 1 974 67.0 0.000 0.000 |
-LZO1B-999 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1B-999 | ip-up 1452 1 974 67.1 0.000 0.000 |
-LZO1B-999 | 08setupdns 292 1 185 63.4 0.000 0.000 |
-LZO1B-999 | options 5 1 9 180 0.000 0.000 |
-LZO1B-999 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1B-999 | provider 1093 1 780 71.4 0.000 0.000 |
-LZO1B-999 | ppp_on_boot 573 1 451 78.7 0.000 0.000 |
-LZO1B-999 | profile 984 1 774 78.7 0.000 0.000 |
-LZO1B-999 | bash_completion.sh 672 1 397 59.1 0.000 0.000 |
-LZO1B-999 | distcc.sh 68 1 60 88.2 0.000 0.000 |
-LZO1B-999 | gawk.csh 1107 1 272 24.6 0.000 0.000 |
-LZO1B-999 | gawk.sh 757 1 220 29.1 0.000 0.000 |
-LZO1B-999 | protocols 2932 1 2006 68.4 0.000 0.000 |
-LZO1B-999 | client.conf 1233 1 921 74.7 0.000 0.000 |
-LZO1B-999 | 50-sato.conf 447 1 364 81.4 0.000 0.000 |
-LZO1B-999 | daemon.conf 2374 1 1495 63.0 0.000 0.000 |
-LZO1B-999 | default.pa 4933 1 2444 49.5 0.000 0.000 |
-LZO1B-999 | system.pa 2078 1 1257 60.5 0.000 0.000 |
-LZO1B-999 | quilt.quiltrc 1347 1 882 65.5 0.000 0.000 |
-LZO1B-999 | quotagrpadmins 220 1 198 90.0 0.000 0.000 |
-LZO1B-999 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1B-999 | rpc 895 1 664 74.2 0.000 0.000 |
-LZO1B-999 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1B-999 | macros 38 1 36 94.7 0.000 0.000 |
-LZO1B-999 | platform 18 1 22 122 0.000 0.000 |
-LZO1B-999 | rpmrc 111 1 80 72.1 0.000 0.000 |
-LZO1B-999 | securetty 1848 1 1165 63.0 0.000 0.000 |
-LZO1B-999 | services 18790 1 9138 48.6 16.845 0.000 |
-LZO1B-999 | shadow 619 1 224 36.2 0.000 0.000 |
-LZO1B-999 | shells 52 1 48 92.3 0.000 0.000 |
-LZO1B-999 | .bashrc 410 1 325 79.3 0.000 0.000 |
-LZO1B-999 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1B-999 | slsh.rc 2030 1 987 48.6 0.000 0.000 |
-LZO1B-999 | moduli 577388 3 26764 4.6 30.148 0.000 |
-LZO1B-999 | ssh_config 1548 1 1025 66.2 0.000 0.000 |
-LZO1B-999 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 |
-LZO1B-999 | ssh_host_ecdsa_key.pub 176 1 170 96.6 0.000 0.000 |
-LZO1B-999 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 |
-LZO1B-999 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1B-999 | ssh_host_rsa_key 2602 1 2566 98.6 0.000 0.000 |
-LZO1B-999 | ssh_host_rsa_key.pub 568 1 574 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 147831 73.9 12.838 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 |
-LZO1B-999 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1B-999 | kdump.conf 411 1 331 80.5 0.000 0.000 |
-LZO1B-999 | sysctl.conf 2128 1 1515 71.2 0.000 0.000 |
-LZO1B-999 | syslog-startup.conf 651 1 531 81.6 0.000 0.000 |
-LZO1B-999 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1B-999 | ansi 1481 1 719 48.5 0.000 0.000 |
-LZO1B-999 | dumb 308 1 71 23.1 0.000 0.000 |
-LZO1B-999 | linux 1730 1 987 57.1 0.000 0.000 |
-LZO1B-999 | rxvt 2286 1 1487 65.0 0.000 0.000 |
-LZO1B-999 | screen 1587 1 894 56.3 0.000 0.000 |
-LZO1B-999 | screen-256color 1677 1 931 55.5 0.000 0.000 |
-LZO1B-999 | sun 1004 1 490 48.8 0.000 0.000 |
-LZO1B-999 | vt100 1190 1 706 59.3 0.000 0.000 |
-LZO1B-999 | vt102 1184 1 710 60.0 0.000 0.000 |
-LZO1B-999 | vt200 1377 1 888 64.5 0.000 0.000 |
-LZO1B-999 | vt220 1377 1 888 64.5 0.000 0.000 |
-LZO1B-999 | vt52 470 1 233 49.6 0.000 0.000 |
-LZO1B-999 | xterm-256color 3641 1 2323 63.8 0.000 0.000 |
-LZO1B-999 | xterm-color 1551 1 763 49.2 0.000 0.000 |
-LZO1B-999 | xterm-xfree86 2240 1 1316 58.8 0.000 0.000 |
-LZO1B-999 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1B-999 | dnf.conf 164 1 127 77.4 0.000 0.000 |
-LZO1B-999 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1B-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1B-999 | automount.rules 847 1 558 65.9 0.000 0.000 |
-LZO1B-999 | autonet.rules 757 1 529 69.9 0.000 0.000 |
-LZO1B-999 | local.rules 885 1 649 73.3 0.000 0.000 |
-LZO1B-999 | localextra.rules 843 1 597 70.8 0.000 0.000 |
-LZO1B-999 | mount.sh 4232 1 2030 48.0 0.000 0.000 |
-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 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 |
-LZO1B-999 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1B-999 | gsettings-data-convert.desktop 7741 1 4264 55.1 0.000 0.000 |
-LZO1B-999 | pulseaudio.desktop 4973 1 2225 44.7 0.000 0.000 |
-LZO1B-999 | xinput_calibrator.desktop 299 1 237 79.3 0.000 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*** 4506 1.0 1366 69.3 11.846 0.000
-LZO1B-999 ***TOTALS*** 1243893 278 377245 30.3 11.846 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1C-999 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1C-999 | Xsession 755 1 487 64.5 0.000 0.000 |
-LZO1C-999 | 13xdgbasedirs.sh 550 1 457 83.1 0.000 0.000 |
-LZO1C-999 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 |
-LZO1C-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1C-999 | 80matchboxkeyboard.sh 631 1 386 61.2 0.000 0.000 |
-LZO1C-999 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 |
-LZO1C-999 | 90XWindowManager.sh 181 1 104 57.5 0.000 0.000 |
-LZO1C-999 | xinitrc 739 1 415 56.2 0.000 0.000 |
-LZO1C-999 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1C-999 | at.deny 144 1 133 92.4 0.000 0.000 |
-LZO1C-999 | avahi-daemon.conf 1753 1 1207 68.9 0.000 0.000 |
-LZO1C-999 | hosts 1121 1 866 77.3 0.000 0.000 |
-LZO1C-999 | sftp-ssh.service 1075 1 812 75.5 0.000 0.000 |
-LZO1C-999 | ssh.service 1071 1 810 75.6 0.000 0.000 |
-LZO1C-999 | bash_completion 45 1 41 91.1 0.000 0.000 |
-LZO1C-999 | perf 6321 1 2668 42.2 0.000 0.000 |
-LZO1C-999 | quilt 7117 1 2287 32.1 0.000 0.000 |
-LZO1C-999 | bindresvport.blacklist 429 1 325 75.8 0.000 0.000 |
-LZO1C-999 | input.conf 397 1 341 85.9 0.000 0.000 |
-LZO1C-999 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1C-999 | build 528 1 270 51.1 0.000 0.000 |
-LZO1C-999 | busybox.links.nosuid 2358 1 1105 46.9 0.000 0.000 |
-LZO1C-999 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
-LZO1C-999 | ca-certificates.conf 5340 1 1665 31.2 0.000 0.000 |
-LZO1C-999 | pap 653 1 530 81.2 0.000 0.000 |
-LZO1C-999 | logrotate 189 1 152 80.4 0.000 0.000 |
-LZO1C-999 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1C-999 | crontab 653 1 402 61.6 0.000 0.000 |
-LZO1C-999 | session.conf 838 1 610 72.8 0.000 0.000 |
-LZO1C-999 | system.conf 833 1 608 73.0 0.000 0.000 |
-LZO1C-999 | ConsoleKit.conf 7305 1 849 11.6 0.000 0.000 |
-LZO1C-999 | avahi-dbus.conf 1138 1 508 44.6 0.000 0.000 |
-LZO1C-999 | bluetooth.conf 1315 1 675 51.3 0.000 0.000 |
-LZO1C-999 | dbus-wpa_supplicant.conf 743 1 328 44.1 0.000 0.000 |
-LZO1C-999 | ofono.conf 1063 1 580 54.6 0.000 0.000 |
-LZO1C-999 | pulseaudio-system.conf 1084 1 828 76.4 0.000 0.000 |
-LZO1C-999 | devpts 93 1 94 101 0.000 0.000 |
-LZO1C-999 | distcc 535 1 435 81.3 0.000 0.000 |
-LZO1C-999 | mountall 36 1 38 106 0.000 0.000 |
-LZO1C-999 | postinst 52 1 56 108 0.000 0.000 |
-LZO1C-999 | rcS 1040 1 758 72.9 0.000 0.000 |
-LZO1C-999 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1C-999 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1C-999 | useradd 117 1 123 105 0.000 0.000 |
-LZO1C-999 | 00_core 1637 1 963 58.8 0.000 0.000 |
-LZO1C-999 | 01_bootlogd 36 1 36 100 0.000 0.000 |
-LZO1C-999 | 99_dbus 48 1 43 89.6 0.000 0.000 |
-LZO1C-999 | 99_sshd 75 1 59 78.7 0.000 0.000 |
-LZO1C-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1C-999 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 |
-LZO1C-999 | xserver-nodm 130 1 131 101 0.000 0.000 |
-LZO1C-999 | clients.allow 1582 1 1055 66.7 0.000 0.000 |
-LZO1C-999 | commands.allow.sh 1763 1 1016 57.6 0.000 0.000 |
-LZO1C-999 | hosts 203 1 178 87.7 0.000 0.000 |
-LZO1C-999 | automatic.conf 2569 1 1227 47.8 0.000 0.000 |
-LZO1C-999 | dnf.conf 82 1 82 100 0.000 0.000 |
-LZO1C-999 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1C-999 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1C-999 | arch 35 1 35 100 0.000 0.000 |
-LZO1C-999 | releasever 6 1 10 167 0.000 0.000 |
-LZO1C-999 | exports 46 1 49 107 0.000 0.000 |
-LZO1C-999 | 30-liberation-aliases.conf 419 1 213 50.8 0.000 0.000 |
-LZO1C-999 | README 978 1 695 71.1 0.000 0.000 |
-LZO1C-999 | fonts.conf 2532 1 1348 53.2 0.000 0.000 |
-LZO1C-999 | config 1032 1 429 41.6 0.000 0.000 |
-LZO1C-999 | fstab 637 1 348 54.6 0.000 0.000 |
-LZO1C-999 | path 1448 1 826 57.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 |
-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 552 25.6 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 |
-LZO1C-999 | %gconf.xml 515 1 296 57.5 0.000 0.000 |
-LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1C-999 | %gconf.xml 5626 1 1476 26.2 0.000 0.000 |
-LZO1C-999 | settings-daemon.schemas 7202 1 1650 22.9 0.000 0.000 |
-LZO1C-999 | group 620 1 514 82.9 0.000 0.000 |
-LZO1C-999 | gshadow 514 1 359 69.8 0.000 0.000 |
-LZO1C-999 | im-multipress.conf 890 1 775 87.1 0.000 0.000 |
-LZO1C-999 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1C-999 | hostname 10 1 14 140 0.000 0.000 |
-LZO1C-999 | hosts 257 1 201 78.2 0.000 0.000 |
-LZO1C-999 | alsa-state 811 1 508 62.6 0.000 0.000 |
-LZO1C-999 | atd 578 1 378 65.4 0.000 0.000 |
-LZO1C-999 | avahi-daemon 4491 1 2328 51.8 0.000 0.000 |
-LZO1C-999 | banner.sh 492 1 290 58.9 0.000 0.000 |
-LZO1C-999 | bluetooth 1253 1 760 60.7 0.000 0.000 |
-LZO1C-999 | bootlogd 1997 1 1152 57.7 0.000 0.000 |
-LZO1C-999 | bootmisc.sh 2017 1 1291 64.0 0.000 0.000 |
-LZO1C-999 | checkroot.sh 3591 1 2106 58.6 0.000 0.000 |
-LZO1C-999 | connman 1462 1 906 62.0 0.000 0.000 |
-LZO1C-999 | crond 1235 1 779 63.1 0.000 0.000 |
-LZO1C-999 | dbus-1 2887 1 1665 57.7 0.000 0.000 |
-LZO1C-999 | devpts.sh 526 1 376 71.5 0.000 0.000 |
-LZO1C-999 | distcc 2863 1 1567 54.7 0.000 0.000 |
-LZO1C-999 | dmesg.sh 352 1 243 69.0 0.000 0.000 |
-LZO1C-999 | functions 2141 1 1258 58.8 0.000 0.000 |
-LZO1C-999 | halt 510 1 397 77.8 0.000 0.000 |
-LZO1C-999 | hostname.sh 580 1 418 72.1 0.000 0.000 |
-LZO1C-999 | hwclock.sh 2541 1 1212 47.7 0.000 0.000 |
-LZO1C-999 | kdump 2989 1 1306 43.7 0.000 0.000 |
-LZO1C-999 | mdmonitor 1773 1 990 55.8 0.000 0.000 |
-LZO1C-999 | modutils.sh 1223 1 733 59.9 0.000 0.000 |
-LZO1C-999 | mountall.sh 869 1 640 73.6 0.000 0.000 |
-LZO1C-999 | mountnfs.sh 1589 1 872 54.9 0.000 0.000 |
-LZO1C-999 | networking 1956 1 967 49.4 0.000 0.000 |
-LZO1C-999 | nfscommon 1609 1 941 58.5 0.000 0.000 |
-LZO1C-999 | nfsserver 3326 1 1738 52.3 0.000 0.000 |
-LZO1C-999 | ofono 516 1 362 70.2 0.000 0.000 |
-LZO1C-999 | populate-volatile.sh 7826 1 3115 39.8 0.000 0.000 |
-LZO1C-999 | ppp 1231 1 633 51.4 0.000 0.000 |
-LZO1C-999 | psplash.sh 647 1 439 67.9 0.000 0.000 |
-LZO1C-999 | rc 4457 1 2320 52.1 0.000 0.000 |
-LZO1C-999 | rcS 525 1 440 83.8 0.000 0.000 |
-LZO1C-999 | read-only-rootfs-hook.sh 1273 1 826 64.9 0.000 0.000 |
-LZO1C-999 | reboot 289 1 220 76.1 0.000 0.000 |
-LZO1C-999 | rmnologin.sh 585 1 368 62.9 0.000 0.000 |
-LZO1C-999 | rng-tools 1029 1 476 46.3 0.000 0.000 |
-LZO1C-999 | rpcbind 1827 1 906 49.6 0.000 0.000 |
-LZO1C-999 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1C-999 | save-rtc.sh 429 1 315 73.4 0.000 0.000 |
-LZO1C-999 | sendsigs 438 1 296 67.6 0.000 0.000 |
-LZO1C-999 | single 578 1 420 72.7 0.000 0.000 |
-LZO1C-999 | sshd 2029 1 961 47.4 0.000 0.000 |
-LZO1C-999 | sysfs.sh 907 1 445 49.1 0.000 0.000 |
-LZO1C-999 | syslog 1715 1 829 48.3 0.000 0.000 |
-LZO1C-999 | tcf-agent 1298 1 680 52.4 0.000 0.000 |
-LZO1C-999 | udev 2779 1 1514 54.5 0.000 0.000 |
-LZO1C-999 | umountfs 540 1 396 73.3 0.000 0.000 |
-LZO1C-999 | umountnfs.sh 711 1 509 71.6 0.000 0.000 |
-LZO1C-999 | urandom 1473 1 889 60.4 0.000 0.000 |
-LZO1C-999 | xserver-nodm 1436 1 928 64.6 0.000 0.000 |
-LZO1C-999 | inittab 1145 1 767 67.0 0.000 0.000 |
-LZO1C-999 | inputrc 1633 1 973 59.6 0.000 0.000 |
-LZO1C-999 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1C-999 | ematch_map 81 1 86 106 0.000 0.000 |
-LZO1C-999 | group 31 1 35 113 0.000 0.000 |
-LZO1C-999 | nl_protos 262 1 253 96.6 0.000 0.000 |
-LZO1C-999 | rt_dsfield 331 1 276 83.4 0.000 0.000 |
-LZO1C-999 | rt_protos 201 1 200 99.5 0.000 0.000 |
-LZO1C-999 | rt_realms 112 1 111 99.1 0.000 0.000 |
-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 57193 1 14565 25.5 4.918 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 |
-LZO1C-999 | collect_dnf.conf 813 1 489 60.1 0.000 0.000 |
-LZO1C-999 | limits 827 1 617 74.6 0.000 0.000 |
-LZO1C-999 | login.access 2006 1 1203 60.0 0.000 0.000 |
-LZO1C-999 | login.defs 11030 1 5463 49.5 20.935 0.000 |
-LZO1C-999 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 |
-LZO1C-999 | logrotate.conf 434 1 354 81.6 0.000 0.000 |
-LZO1C-999 | btmp 130 1 119 91.5 0.000 0.000 |
-LZO1C-999 | dnf 526 1 136 25.9 0.000 0.000 |
-LZO1C-999 | wtmp 145 1 130 89.7 0.000 0.000 |
-LZO1C-999 | kbdconfig 721 1 532 73.8 0.000 0.000 |
-LZO1C-999 | session 630 1 460 73.0 0.000 0.000 |
-LZO1C-999 | mdadm.conf 2687 1 1737 64.6 0.000 0.000 |
-LZO1C-999 | mke2fs.conf 832 1 464 55.8 0.000 0.000 |
-LZO1C-999 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1C-999 | netconfig 767 1 419 54.6 0.000 0.000 |
-LZO1C-999 | nfsroot 809 1 512 63.3 0.000 0.000 |
-LZO1C-999 | wpa-supplicant 1999 1 858 42.9 0.000 0.000 |
-LZO1C-999 | interfaces 129 1 121 93.8 0.000 0.000 |
-LZO1C-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1C-999 | nfs-utils.conf 1087 1 727 66.9 0.000 0.000 |
-LZO1C-999 | nfsmount.conf 3606 1 1844 51.1 0.000 0.000 |
-LZO1C-999 | nsswitch.conf 497 1 361 72.6 0.000 0.000 |
-LZO1C-999 | phonesim.conf 361 1 303 83.9 0.000 0.000 |
-LZO1C-999 | arch.conf 105 1 77 73.3 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 | cert9.db 28672 1 959 3.3 8.704 0.000 |
-LZO1C-999 | key4.db 36864 1 1205 3.3 10.489 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 |
-LZO1C-999 | ip-down 1454 1 973 66.9 0.000 0.000 |
-LZO1C-999 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1C-999 | ip-up 1452 1 973 67.0 0.000 0.000 |
-LZO1C-999 | 08setupdns 292 1 180 61.6 0.000 0.000 |
-LZO1C-999 | options 5 1 9 180 0.000 0.000 |
-LZO1C-999 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1C-999 | provider 1093 1 774 70.8 0.000 0.000 |
-LZO1C-999 | ppp_on_boot 573 1 448 78.2 0.000 0.000 |
-LZO1C-999 | profile 984 1 772 78.5 0.000 0.000 |
-LZO1C-999 | bash_completion.sh 672 1 394 58.6 0.000 0.000 |
-LZO1C-999 | distcc.sh 68 1 60 88.2 0.000 0.000 |
-LZO1C-999 | gawk.csh 1107 1 266 24.0 0.000 0.000 |
-LZO1C-999 | gawk.sh 757 1 216 28.5 0.000 0.000 |
-LZO1C-999 | protocols 2932 1 1988 67.8 0.000 0.000 |
-LZO1C-999 | client.conf 1233 1 918 74.5 0.000 0.000 |
-LZO1C-999 | 50-sato.conf 447 1 361 80.8 0.000 0.000 |
-LZO1C-999 | daemon.conf 2374 1 1483 62.5 0.000 0.000 |
-LZO1C-999 | default.pa 4933 1 2418 49.0 0.000 0.000 |
-LZO1C-999 | system.pa 2078 1 1249 60.1 0.000 0.000 |
-LZO1C-999 | quilt.quiltrc 1347 1 876 65.0 0.000 0.000 |
-LZO1C-999 | quotagrpadmins 220 1 198 90.0 0.000 0.000 |
-LZO1C-999 | quotatab 261 1 222 85.1 0.000 0.000 |
-LZO1C-999 | rpc 895 1 661 73.9 0.000 0.000 |
-LZO1C-999 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1C-999 | macros 38 1 36 94.7 0.000 0.000 |
-LZO1C-999 | platform 18 1 22 122 0.000 0.000 |
-LZO1C-999 | rpmrc 111 1 80 72.1 0.000 0.000 |
-LZO1C-999 | securetty 1848 1 1156 62.6 0.000 0.000 |
-LZO1C-999 | services 18790 1 8970 47.7 15.582 0.000 |
-LZO1C-999 | shadow 619 1 213 34.4 0.000 0.000 |
-LZO1C-999 | shells 52 1 48 92.3 0.000 0.000 |
-LZO1C-999 | .bashrc 410 1 322 78.5 0.000 0.000 |
-LZO1C-999 | .profile 241 1 225 93.4 0.000 0.000 |
-LZO1C-999 | slsh.rc 2030 1 972 47.9 0.000 0.000 |
-LZO1C-999 | moduli 577388 3 26453 4.6 35.838 0.000 |
-LZO1C-999 | ssh_config 1548 1 1019 65.8 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 176 1 169 96.0 0.000 0.000 |
-LZO1C-999 | ssh_host_ed25519_key 411 1 316 76.9 0.000 0.000 |
-LZO1C-999 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1C-999 | ssh_host_rsa_key 2602 1 2566 98.6 0.000 0.000 |
-LZO1C-999 | ssh_host_rsa_key.pub 568 1 574 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 153097 76.5 18.800 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 |
-LZO1C-999 | crond 110 1 105 95.5 0.000 0.000 |
-LZO1C-999 | kdump.conf 411 1 329 80.0 0.000 0.000 |
-LZO1C-999 | sysctl.conf 2128 1 1507 70.8 0.000 0.000 |
-LZO1C-999 | syslog-startup.conf 651 1 529 81.3 0.000 0.000 |
-LZO1C-999 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1C-999 | ansi 1481 1 707 47.7 0.000 0.000 |
-LZO1C-999 | dumb 308 1 70 22.7 0.000 0.000 |
-LZO1C-999 | linux 1730 1 971 56.1 0.000 0.000 |
-LZO1C-999 | rxvt 2286 1 1479 64.7 0.000 0.000 |
-LZO1C-999 | screen 1587 1 883 55.6 0.000 0.000 |
-LZO1C-999 | screen-256color 1677 1 916 54.6 0.000 0.000 |
-LZO1C-999 | sun 1004 1 480 47.8 0.000 0.000 |
-LZO1C-999 | vt100 1190 1 701 58.9 0.000 0.000 |
-LZO1C-999 | vt102 1184 1 704 59.5 0.000 0.000 |
-LZO1C-999 | vt200 1377 1 880 63.9 0.000 0.000 |
-LZO1C-999 | vt220 1377 1 880 63.9 0.000 0.000 |
-LZO1C-999 | vt52 470 1 228 48.5 0.000 0.000 |
-LZO1C-999 | xterm-256color 3641 1 2303 63.3 0.000 0.000 |
-LZO1C-999 | xterm-color 1551 1 754 48.6 0.000 0.000 |
-LZO1C-999 | xterm-xfree86 2240 1 1305 58.3 0.000 0.000 |
-LZO1C-999 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1C-999 | dnf.conf 164 1 126 76.8 0.000 0.000 |
-LZO1C-999 | mount.blacklist 51 1 43 84.3 0.000 0.000 |
-LZO1C-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1C-999 | automount.rules 847 1 552 65.2 0.000 0.000 |
-LZO1C-999 | autonet.rules 757 1 523 69.1 0.000 0.000 |
-LZO1C-999 | local.rules 885 1 643 72.7 0.000 0.000 |
-LZO1C-999 | localextra.rules 843 1 587 69.6 0.000 0.000 |
-LZO1C-999 | mount.sh 4232 1 1995 47.1 0.000 0.000 |
-LZO1C-999 | network.sh 1402 1 983 70.1 0.000 0.000 |
-LZO1C-999 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1C-999 | 50default 2634 1 1051 39.9 0.000 0.000 |
-LZO1C-999 | version 15 1 19 127 0.000 0.000 |
-LZO1C-999 | volatile.cache 5955 1 1213 20.4 0.000 0.000 |
-LZO1C-999 | warnquota.conf 3360 1 1998 59.5 0.000 0.000 |
-LZO1C-999 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
-LZO1C-999 | at-spi-dbus-bus.desktop 296 1 269 90.9 0.000 0.000 |
-LZO1C-999 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 |
-LZO1C-999 | gsettings-data-convert.desktop 7741 1 4212 54.4 0.000 0.000 |
-LZO1C-999 | pulseaudio.desktop 4973 1 2182 43.9 0.000 0.000 |
-LZO1C-999 | xinput_calibrator.desktop 299 1 236 78.9 0.000 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*** 4506 1.0 1374 69.0 11.540 0.000
-LZO1C-999 ***TOTALS*** 1243893 278 379456 30.5 11.540 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO2A-999 | 00-primary.seat 64 1 71 111 0.000 0.000 |
-LZO2A-999 | Xsession 755 1 461 61.1 0.000 0.000 |
-LZO2A-999 | 13xdgbasedirs.sh 550 1 408 74.2 0.000 0.000 |
-LZO2A-999 | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 |
-LZO2A-999 | 70settings-daemon.sh 27 1 32 119 0.000 0.000 |
-LZO2A-999 | 80matchboxkeyboard.sh 631 1 363 57.5 0.000 0.000 |
-LZO2A-999 | 89xdgautostart.sh 179 1 145 81.0 0.000 0.000 |
-LZO2A-999 | 90XWindowManager.sh 181 1 103 56.9 0.000 0.000 |
-LZO2A-999 | xinitrc 739 1 391 52.9 0.000 0.000 |
-LZO2A-999 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO2A-999 | at.deny 144 1 124 86.1 0.000 0.000 |
-LZO2A-999 | avahi-daemon.conf 1753 1 1071 61.1 0.000 0.000 |
-LZO2A-999 | hosts 1121 1 761 67.9 0.000 0.000 |
-LZO2A-999 | sftp-ssh.service 1075 1 733 68.2 0.000 0.000 |
-LZO2A-999 | ssh.service 1071 1 730 68.2 0.000 0.000 |
-LZO2A-999 | bash_completion 45 1 40 88.9 0.000 0.000 |
-LZO2A-999 | perf 6321 1 2513 39.8 0.000 0.000 |
-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 528 1 270 51.1 0.000 0.000 |
-LZO2A-999 | busybox.links.nosuid 2358 1 1061 45.0 0.000 0.000 |
-LZO2A-999 | busybox.links.suid 91 1 65 71.4 0.000 0.000 |
-LZO2A-999 | ca-certificates.conf 5340 1 1589 29.8 0.000 0.000 |
-LZO2A-999 | pap 653 1 477 73.0 0.000 0.000 |
-LZO2A-999 | logrotate 189 1 153 81.0 0.000 0.000 |
-LZO2A-999 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | crontab 653 1 364 55.7 0.000 0.000 |
-LZO2A-999 | session.conf 838 1 536 64.0 0.000 0.000 |
-LZO2A-999 | system.conf 833 1 535 64.2 0.000 0.000 |
-LZO2A-999 | ConsoleKit.conf 7305 1 759 10.4 0.000 0.000 |
-LZO2A-999 | avahi-dbus.conf 1138 1 466 40.9 0.000 0.000 |
-LZO2A-999 | bluetooth.conf 1315 1 617 46.9 0.000 0.000 |
-LZO2A-999 | dbus-wpa_supplicant.conf 743 1 313 42.1 0.000 0.000 |
-LZO2A-999 | ofono.conf 1063 1 531 50.0 0.000 0.000 |
-LZO2A-999 | pulseaudio-system.conf 1084 1 738 68.1 0.000 0.000 |
-LZO2A-999 | devpts 93 1 93 100 0.000 0.000 |
-LZO2A-999 | distcc 535 1 392 73.3 0.000 0.000 |
-LZO2A-999 | mountall 36 1 38 106 0.000 0.000 |
-LZO2A-999 | postinst 52 1 55 106 0.000 0.000 |
-LZO2A-999 | rcS 1040 1 682 65.6 0.000 0.000 |
-LZO2A-999 | rng-tools 27 1 33 122 0.000 0.000 |
-LZO2A-999 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | useradd 117 1 126 108 0.000 0.000 |
-LZO2A-999 | 00_core 1637 1 842 51.4 0.000 0.000 |
-LZO2A-999 | 01_bootlogd 36 1 36 100 0.000 0.000 |
-LZO2A-999 | 99_dbus 48 1 43 89.6 0.000 0.000 |
-LZO2A-999 | 99_sshd 75 1 60 80.0 0.000 0.000 |
-LZO2A-999 | 99_wpa_supplicant 46 1 49 107 0.000 0.000 |
-LZO2A-999 | volatiles.04_pulse 91 1 83 91.2 0.000 0.000 |
-LZO2A-999 | xserver-nodm 130 1 129 99.2 0.000 0.000 |
-LZO2A-999 | clients.allow 1582 1 953 60.2 0.000 0.000 |
-LZO2A-999 | commands.allow.sh 1763 1 915 51.9 0.000 0.000 |
-LZO2A-999 | hosts 203 1 160 78.8 0.000 0.000 |
-LZO2A-999 | automatic.conf 2569 1 1088 42.4 0.000 0.000 |
-LZO2A-999 | dnf.conf 82 1 85 104 0.000 0.000 |
-LZO2A-999 | dnf.conf 4 1 7 175 0.000 0.000 |
-LZO2A-999 | yum.conf 4 1 7 175 0.000 0.000 |
-LZO2A-999 | arch 35 1 32 91.4 0.000 0.000 |
-LZO2A-999 | releasever 6 1 9 150 0.000 0.000 |
-LZO2A-999 | exports 46 1 51 111 0.000 0.000 |
-LZO2A-999 | 30-liberation-aliases.conf 419 1 201 48.0 0.000 0.000 |
-LZO2A-999 | README 978 1 610 62.4 0.000 0.000 |
-LZO2A-999 | fonts.conf 2532 1 1211 47.8 0.000 0.000 |
-LZO2A-999 | config 1032 1 428 41.5 0.000 0.000 |
-LZO2A-999 | fstab 637 1 340 53.4 0.000 0.000 |
-LZO2A-999 | path 1448 1 728 50.3 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 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 518 24.0 0.000 0.000 |
-LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | %gconf.xml 515 1 265 51.5 0.000 0.000 |
-LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | %gconf.xml 5626 1 1322 23.5 0.000 0.000 |
-LZO2A-999 | settings-daemon.schemas 7202 1 1504 20.9 0.000 0.000 |
-LZO2A-999 | group 620 1 417 67.3 0.000 0.000 |
-LZO2A-999 | gshadow 514 1 315 61.3 0.000 0.000 |
-LZO2A-999 | im-multipress.conf 890 1 676 76.0 0.000 0.000 |
-LZO2A-999 | host.conf 26 1 32 123 0.000 0.000 |
-LZO2A-999 | hostname 10 1 14 140 0.000 0.000 |
-LZO2A-999 | hosts 257 1 186 72.4 0.000 0.000 |
-LZO2A-999 | alsa-state 811 1 468 57.7 0.000 0.000 |
-LZO2A-999 | atd 578 1 345 59.7 0.000 0.000 |
-LZO2A-999 | avahi-daemon 4491 1 2138 47.6 0.000 0.000 |
-LZO2A-999 | banner.sh 492 1 277 56.3 0.000 0.000 |
-LZO2A-999 | bluetooth 1253 1 697 55.6 0.000 0.000 |
-LZO2A-999 | bootlogd 1997 1 1044 52.3 0.000 0.000 |
-LZO2A-999 | bootmisc.sh 2017 1 1178 58.4 0.000 0.000 |
-LZO2A-999 | checkroot.sh 3591 1 1936 53.9 0.000 0.000 |
-LZO2A-999 | connman 1462 1 837 57.3 0.000 0.000 |
-LZO2A-999 | crond 1235 1 699 56.6 0.000 0.000 |
-LZO2A-999 | dbus-1 2887 1 1514 52.4 0.000 0.000 |
-LZO2A-999 | devpts.sh 526 1 347 66.0 0.000 0.000 |
-LZO2A-999 | distcc 2863 1 1426 49.8 0.000 0.000 |
-LZO2A-999 | dmesg.sh 352 1 234 66.5 0.000 0.000 |
-LZO2A-999 | functions 2141 1 1147 53.6 0.000 0.000 |
-LZO2A-999 | halt 510 1 362 71.0 0.000 0.000 |
-LZO2A-999 | hostname.sh 580 1 392 67.6 0.000 0.000 |
-LZO2A-999 | hwclock.sh 2541 1 1133 44.6 0.000 0.000 |
-LZO2A-999 | kdump 2989 1 1241 41.5 0.000 0.000 |
-LZO2A-999 | mdmonitor 1773 1 913 51.5 0.000 0.000 |
-LZO2A-999 | modutils.sh 1223 1 674 55.1 0.000 0.000 |
-LZO2A-999 | mountall.sh 869 1 575 66.2 0.000 0.000 |
-LZO2A-999 | mountnfs.sh 1589 1 811 51.0 0.000 0.000 |
-LZO2A-999 | networking 1956 1 890 45.5 0.000 0.000 |
-LZO2A-999 | nfscommon 1609 1 848 52.7 0.000 0.000 |
-LZO2A-999 | nfsserver 3326 1 1580 47.5 0.000 0.000 |
-LZO2A-999 | ofono 516 1 335 64.9 0.000 0.000 |
-LZO2A-999 | populate-volatile.sh 7826 1 2933 37.5 0.000 0.000 |
-LZO2A-999 | ppp 1231 1 579 47.0 0.000 0.000 |
-LZO2A-999 | psplash.sh 647 1 419 64.8 0.000 0.000 |
-LZO2A-999 | rc 4457 1 2163 48.5 0.000 0.000 |
-LZO2A-999 | rcS 525 1 402 76.6 0.000 0.000 |
-LZO2A-999 | read-only-rootfs-hook.sh 1273 1 759 59.6 0.000 0.000 |
-LZO2A-999 | reboot 289 1 208 72.0 0.000 0.000 |
-LZO2A-999 | rmnologin.sh 585 1 344 58.8 0.000 0.000 |
-LZO2A-999 | rng-tools 1029 1 435 42.3 0.000 0.000 |
-LZO2A-999 | rpcbind 1827 1 835 45.7 0.000 0.000 |
-LZO2A-999 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO2A-999 | save-rtc.sh 429 1 300 69.9 0.000 0.000 |
-LZO2A-999 | sendsigs 438 1 280 63.9 0.000 0.000 |
-LZO2A-999 | single 578 1 390 67.5 0.000 0.000 |
-LZO2A-999 | sshd 2029 1 882 43.5 0.000 0.000 |
-LZO2A-999 | sysfs.sh 907 1 420 46.3 0.000 0.000 |
-LZO2A-999 | syslog 1715 1 774 45.1 0.000 0.000 |
-LZO2A-999 | tcf-agent 1298 1 640 49.3 0.000 0.000 |
-LZO2A-999 | udev 2779 1 1409 50.7 0.000 0.000 |
-LZO2A-999 | umountfs 540 1 369 68.3 0.000 0.000 |
-LZO2A-999 | umountnfs.sh 711 1 467 65.7 0.000 0.000 |
-LZO2A-999 | urandom 1473 1 824 55.9 0.000 0.000 |
-LZO2A-999 | xserver-nodm 1436 1 853 59.4 0.000 0.000 |
-LZO2A-999 | inittab 1145 1 700 61.1 0.000 0.000 |
-LZO2A-999 | inputrc 1633 1 860 52.7 0.000 0.000 |
-LZO2A-999 | bpf_pinning 85 1 84 98.8 0.000 0.000 |
-LZO2A-999 | ematch_map 81 1 89 110 0.000 0.000 |
-LZO2A-999 | group 31 1 37 119 0.000 0.000 |
-LZO2A-999 | nl_protos 262 1 223 85.1 0.000 0.000 |
-LZO2A-999 | rt_dsfield 331 1 227 68.6 0.000 0.000 |
-LZO2A-999 | rt_protos 201 1 183 91.0 0.000 0.000 |
-LZO2A-999 | rt_realms 112 1 105 93.8 0.000 0.000 |
-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 57193 1 14763 25.8 5.777 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 |
-LZO2A-999 | collect_dnf.conf 813 1 447 55.0 0.000 0.000 |
-LZO2A-999 | limits 827 1 554 67.0 0.000 0.000 |
-LZO2A-999 | login.access 2006 1 1052 52.4 0.000 0.000 |
-LZO2A-999 | login.defs 11030 1 5153 46.7 16.420 0.000 |
-LZO2A-999 | logrotate-dmesg.conf 121 1 113 93.4 0.000 0.000 |
-LZO2A-999 | logrotate.conf 434 1 308 71.0 0.000 0.000 |
-LZO2A-999 | btmp 130 1 116 89.2 0.000 0.000 |
-LZO2A-999 | dnf 526 1 124 23.6 0.000 0.000 |
-LZO2A-999 | wtmp 145 1 125 86.2 0.000 0.000 |
-LZO2A-999 | kbdconfig 721 1 479 66.4 0.000 0.000 |
-LZO2A-999 | session 630 1 437 69.4 0.000 0.000 |
-LZO2A-999 | mdadm.conf 2687 1 1560 58.1 0.000 0.000 |
-LZO2A-999 | mke2fs.conf 832 1 419 50.4 0.000 0.000 |
-LZO2A-999 | motd 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | netconfig 767 1 381 49.7 0.000 0.000 |
-LZO2A-999 | nfsroot 809 1 473 58.5 0.000 0.000 |
-LZO2A-999 | wpa-supplicant 1999 1 808 40.4 0.000 0.000 |
-LZO2A-999 | interfaces 129 1 113 87.6 0.000 0.000 |
-LZO2A-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | nfs-utils.conf 1087 1 644 59.2 0.000 0.000 |
-LZO2A-999 | nfsmount.conf 3606 1 1673 46.4 0.000 0.000 |
-LZO2A-999 | nsswitch.conf 497 1 329 66.2 0.000 0.000 |
-LZO2A-999 | phonesim.conf 361 1 269 74.5 0.000 0.000 |
-LZO2A-999 | arch.conf 105 1 69 65.7 0.000 0.000 |
-LZO2A-999 | opkg.conf 845 1 518 61.3 0.000 0.000 |
-LZO2A-999 | passwd 1006 1 528 52.5 0.000 0.000 |
-LZO2A-999 | cert9.db 28672 1 857 3.0 4.699 0.000 |
-LZO2A-999 | key4.db 36864 1 1112 3.0 5.826 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 |
-LZO2A-999 | ip-down 1454 1 876 60.2 0.000 0.000 |
-LZO2A-999 | 92removedns 118 1 96 81.4 0.000 0.000 |
-LZO2A-999 | ip-up 1452 1 878 60.5 0.000 0.000 |
-LZO2A-999 | 08setupdns 292 1 176 60.3 0.000 0.000 |
-LZO2A-999 | options 5 1 8 160 0.000 0.000 |
-LZO2A-999 | pap-secrets 77 1 77 100 0.000 0.000 |
-LZO2A-999 | provider 1093 1 675 61.8 0.000 0.000 |
-LZO2A-999 | ppp_on_boot 573 1 387 67.5 0.000 0.000 |
-LZO2A-999 | profile 984 1 690 70.1 0.000 0.000 |
-LZO2A-999 | bash_completion.sh 672 1 363 54.0 0.000 0.000 |
-LZO2A-999 | distcc.sh 68 1 58 85.3 0.000 0.000 |
-LZO2A-999 | gawk.csh 1107 1 256 23.1 0.000 0.000 |
-LZO2A-999 | gawk.sh 757 1 213 28.1 0.000 0.000 |
-LZO2A-999 | protocols 2932 1 1793 61.2 0.000 0.000 |
-LZO2A-999 | client.conf 1233 1 805 65.3 0.000 0.000 |
-LZO2A-999 | 50-sato.conf 447 1 314 70.2 0.000 0.000 |
-LZO2A-999 | daemon.conf 2374 1 1320 55.6 0.000 0.000 |
-LZO2A-999 | default.pa 4933 1 2230 45.2 0.000 0.000 |
-LZO2A-999 | system.pa 2078 1 1120 53.9 0.000 0.000 |
-LZO2A-999 | quilt.quiltrc 1347 1 801 59.5 0.000 0.000 |
-LZO2A-999 | quotagrpadmins 220 1 180 81.8 0.000 0.000 |
-LZO2A-999 | quotatab 261 1 206 78.9 0.000 0.000 |
-LZO2A-999 | rpc 895 1 581 64.9 0.000 0.000 |
-LZO2A-999 | rpcbind.conf 58 1 68 117 0.000 0.000 |
-LZO2A-999 | macros 38 1 38 100 0.000 0.000 |
-LZO2A-999 | platform 18 1 23 128 0.000 0.000 |
-LZO2A-999 | rpmrc 111 1 73 65.8 0.000 0.000 |
-LZO2A-999 | securetty 1848 1 969 52.4 0.000 0.000 |
-LZO2A-999 | services 18790 1 8578 45.7 14.090 0.000 |
-LZO2A-999 | shadow 619 1 214 34.6 0.000 0.000 |
-LZO2A-999 | shells 52 1 48 92.3 0.000 0.000 |
-LZO2A-999 | .bashrc 410 1 298 72.7 0.000 0.000 |
-LZO2A-999 | .profile 241 1 216 89.6 0.000 0.000 |
-LZO2A-999 | slsh.rc 2030 1 871 42.9 0.000 0.000 |
-LZO2A-999 | moduli 577388 3 23672 4.1 34.174 761.655 |
-LZO2A-999 | ssh_config 1548 1 913 59.0 0.000 0.000 |
-LZO2A-999 | ssh_host_ecdsa_key 505 1 459 90.9 0.000 0.000 |
-LZO2A-999 | ssh_host_ecdsa_key.pub 176 1 181 103 0.000 0.000 |
-LZO2A-999 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 |
-LZO2A-999 | ssh_host_ed25519_key.pub 96 1 105 109 0.000 0.000 |
-LZO2A-999 | ssh_host_rsa_key 2602 1 2728 105 0.000 0.000 |
-LZO2A-999 | ssh_host_rsa_key.pub 568 1 616 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 162206 81.1 16.781 213.060 |
-LZO2A-999 | openssl.cnf 10909 1 4213 38.6 19.914 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 |
-LZO2A-999 | crond 110 1 106 96.4 0.000 0.000 |
-LZO2A-999 | kdump.conf 411 1 307 74.7 0.000 0.000 |
-LZO2A-999 | sysctl.conf 2128 1 1337 62.8 0.000 0.000 |
-LZO2A-999 | syslog-startup.conf 651 1 482 74.0 0.000 0.000 |
-LZO2A-999 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO2A-999 | ansi 1481 1 650 43.9 0.000 0.000 |
-LZO2A-999 | dumb 308 1 69 22.4 0.000 0.000 |
-LZO2A-999 | linux 1730 1 884 51.1 0.000 0.000 |
-LZO2A-999 | rxvt 2286 1 1304 57.0 0.000 0.000 |
-LZO2A-999 | screen 1587 1 803 50.6 0.000 0.000 |
-LZO2A-999 | screen-256color 1677 1 825 49.2 0.000 0.000 |
-LZO2A-999 | sun 1004 1 436 43.4 0.000 0.000 |
-LZO2A-999 | vt100 1190 1 637 53.5 0.000 0.000 |
-LZO2A-999 | vt102 1184 1 634 53.5 0.000 0.000 |
-LZO2A-999 | vt200 1377 1 781 56.7 0.000 0.000 |
-LZO2A-999 | vt220 1377 1 781 56.7 0.000 0.000 |
-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 | dnf.conf 164 1 120 73.2 0.000 0.000 |
-LZO2A-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
-LZO2A-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO2A-999 | automount.rules 847 1 496 58.6 0.000 0.000 |
-LZO2A-999 | autonet.rules 757 1 467 61.7 0.000 0.000 |
-LZO2A-999 | local.rules 885 1 575 65.0 0.000 0.000 |
-LZO2A-999 | localextra.rules 843 1 526 62.4 0.000 0.000 |
-LZO2A-999 | mount.sh 4232 1 1870 44.2 0.000 0.000 |
-LZO2A-999 | network.sh 1402 1 885 63.1 0.000 0.000 |
-LZO2A-999 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO2A-999 | 50default 2634 1 979 37.2 0.000 0.000 |
-LZO2A-999 | version 15 1 20 133 0.000 0.000 |
-LZO2A-999 | volatile.cache 5955 1 1183 19.9 0.000 0.000 |
-LZO2A-999 | 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 |
-LZO2A-999 | connman-applet.desktop 191 1 170 89.0 0.002 0.000 |
-LZO2A-999 | gsettings-data-convert.desktop 7741 1 3859 49.9 0.000 0.000 |
-LZO2A-999 | pulseaudio.desktop 4973 1 2017 40.6 0.000 0.000 |
-LZO2A-999 | xinput_calibrator.desktop 299 1 226 75.6 0.000 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*** 4506 1.0 1345 65.1 0.021 332.975
-LZO2A-999 ***TOTALS*** 1243893 278 371305 29.9 0.021 332.975
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1F-999 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1F-999 | Xsession 755 1 483 64.0 0.000 0.000 |
-LZO1F-999 | 13xdgbasedirs.sh 550 1 446 81.1 0.000 0.000 |
-LZO1F-999 | 30xinput_calibrate.sh 115 1 117 102 0.000 0.000 |
-LZO1F-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1F-999 | 80matchboxkeyboard.sh 631 1 377 59.7 0.000 0.000 |
-LZO1F-999 | 89xdgautostart.sh 179 1 148 82.7 0.000 0.000 |
-LZO1F-999 | 90XWindowManager.sh 181 1 102 56.4 0.000 0.000 |
-LZO1F-999 | xinitrc 739 1 407 55.1 0.000 0.000 |
-LZO1F-999 | asound.conf 32 1 37 116 0.000 0.000 |
-LZO1F-999 | at.deny 144 1 128 88.9 0.000 0.000 |
-LZO1F-999 | avahi-daemon.conf 1753 1 1171 66.8 0.000 0.000 |
-LZO1F-999 | hosts 1121 1 839 74.8 0.000 0.000 |
-LZO1F-999 | sftp-ssh.service 1075 1 789 73.4 0.000 0.000 |
-LZO1F-999 | ssh.service 1071 1 787 73.5 0.000 0.000 |
-LZO1F-999 | bash_completion 45 1 39 86.7 0.000 0.000 |
-LZO1F-999 | perf 6321 1 2602 41.2 0.000 0.000 |
-LZO1F-999 | quilt 7117 1 2247 31.6 0.000 0.000 |
-LZO1F-999 | bindresvport.blacklist 429 1 314 73.2 0.000 0.000 |
-LZO1F-999 | input.conf 397 1 333 83.9 0.000 0.000 |
-LZO1F-999 | network.conf 120 1 120 100 0.000 0.000 |
-LZO1F-999 | build 528 1 268 50.8 0.000 0.000 |
-LZO1F-999 | busybox.links.nosuid 2358 1 1067 45.3 0.000 0.000 |
-LZO1F-999 | busybox.links.suid 91 1 68 74.7 0.000 0.000 |
-LZO1F-999 | ca-certificates.conf 5340 1 1639 30.7 0.000 0.000 |
-LZO1F-999 | pap 653 1 516 79.0 0.000 0.000 |
-LZO1F-999 | logrotate 189 1 151 79.9 0.000 0.000 |
-LZO1F-999 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1F-999 | crontab 653 1 391 59.9 0.000 0.000 |
-LZO1F-999 | session.conf 838 1 587 70.0 0.000 0.000 |
-LZO1F-999 | system.conf 833 1 584 70.1 0.000 0.000 |
-LZO1F-999 | ConsoleKit.conf 7305 1 840 11.5 0.000 0.000 |
-LZO1F-999 | avahi-dbus.conf 1138 1 498 43.8 0.000 0.000 |
-LZO1F-999 | bluetooth.conf 1315 1 662 50.3 0.000 0.000 |
-LZO1F-999 | dbus-wpa_supplicant.conf 743 1 327 44.0 0.000 0.000 |
-LZO1F-999 | ofono.conf 1063 1 569 53.5 0.000 0.000 |
-LZO1F-999 | pulseaudio-system.conf 1084 1 799 73.7 0.000 0.000 |
-LZO1F-999 | devpts 93 1 93 100 0.000 0.000 |
-LZO1F-999 | distcc 535 1 429 80.2 0.000 0.000 |
-LZO1F-999 | mountall 36 1 38 106 0.000 0.000 |
-LZO1F-999 | postinst 52 1 55 106 0.000 0.000 |
-LZO1F-999 | rcS 1040 1 728 70.0 0.000 0.000 |
-LZO1F-999 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1F-999 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1F-999 | useradd 117 1 123 105 0.000 0.000 |
-LZO1F-999 | 00_core 1637 1 914 55.8 0.000 0.000 |
-LZO1F-999 | 01_bootlogd 36 1 36 100 0.000 0.000 |
-LZO1F-999 | 99_dbus 48 1 43 89.6 0.000 0.000 |
-LZO1F-999 | 99_sshd 75 1 59 78.7 0.000 0.000 |
-LZO1F-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1F-999 | volatiles.04_pulse 91 1 86 94.5 0.000 0.000 |
-LZO1F-999 | xserver-nodm 130 1 131 101 0.000 0.000 |
-LZO1F-999 | clients.allow 1582 1 998 63.1 0.000 0.000 |
-LZO1F-999 | commands.allow.sh 1763 1 974 55.2 0.000 0.000 |
-LZO1F-999 | hosts 203 1 174 85.7 0.000 0.000 |
-LZO1F-999 | automatic.conf 2569 1 1164 45.3 0.000 0.000 |
-LZO1F-999 | dnf.conf 82 1 82 100 0.000 0.000 |
-LZO1F-999 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1F-999 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1F-999 | arch 35 1 35 100 0.000 0.000 |
-LZO1F-999 | releasever 6 1 10 167 0.000 0.000 |
-LZO1F-999 | exports 46 1 49 107 0.000 0.000 |
-LZO1F-999 | 30-liberation-aliases.conf 419 1 209 49.9 0.000 0.000 |
-LZO1F-999 | README 978 1 664 67.9 0.000 0.000 |
-LZO1F-999 | fonts.conf 2532 1 1301 51.4 0.000 0.000 |
-LZO1F-999 | config 1032 1 426 41.3 0.000 0.000 |
-LZO1F-999 | fstab 637 1 345 54.2 0.000 0.000 |
-LZO1F-999 | path 1448 1 802 55.4 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 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 547 25.3 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 |
-LZO1F-999 | %gconf.xml 515 1 285 55.3 0.000 0.000 |
-LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1F-999 | %gconf.xml 5626 1 1425 25.3 0.000 0.000 |
-LZO1F-999 | settings-daemon.schemas 7202 1 1617 22.5 0.000 0.000 |
-LZO1F-999 | group 620 1 480 77.4 0.000 0.000 |
-LZO1F-999 | gshadow 514 1 337 65.6 0.000 0.000 |
-LZO1F-999 | im-multipress.conf 890 1 757 85.1 0.000 0.000 |
-LZO1F-999 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1F-999 | hostname 10 1 14 140 0.000 0.000 |
-LZO1F-999 | hosts 257 1 199 77.4 0.000 0.000 |
-LZO1F-999 | alsa-state 811 1 496 61.2 0.000 0.000 |
-LZO1F-999 | atd 578 1 370 64.0 0.000 0.000 |
-LZO1F-999 | avahi-daemon 4491 1 2248 50.1 0.000 0.000 |
-LZO1F-999 | banner.sh 492 1 285 57.9 0.000 0.000 |
-LZO1F-999 | bluetooth 1253 1 738 58.9 0.000 0.000 |
-LZO1F-999 | bootlogd 1997 1 1094 54.8 0.000 0.000 |
-LZO1F-999 | bootmisc.sh 2017 1 1257 62.3 0.000 0.000 |
-LZO1F-999 | checkroot.sh 3591 1 2033 56.6 0.000 0.000 |
-LZO1F-999 | connman 1462 1 872 59.6 0.000 0.000 |
-LZO1F-999 | crond 1235 1 757 61.3 0.000 0.000 |
-LZO1F-999 | dbus-1 2887 1 1594 55.2 0.000 0.000 |
-LZO1F-999 | devpts.sh 526 1 370 70.3 0.000 0.000 |
-LZO1F-999 | distcc 2863 1 1499 52.4 0.000 0.000 |
-LZO1F-999 | dmesg.sh 352 1 238 67.6 0.000 0.000 |
-LZO1F-999 | functions 2141 1 1221 57.0 0.000 0.000 |
-LZO1F-999 | halt 510 1 389 76.3 0.000 0.000 |
-LZO1F-999 | hostname.sh 580 1 413 71.2 0.000 0.000 |
-LZO1F-999 | hwclock.sh 2541 1 1175 46.2 0.000 0.000 |
-LZO1F-999 | kdump 2989 1 1269 42.5 0.000 0.000 |
-LZO1F-999 | mdmonitor 1773 1 952 53.7 0.000 0.000 |
-LZO1F-999 | modutils.sh 1223 1 715 58.5 0.000 0.000 |
-LZO1F-999 | mountall.sh 869 1 624 71.8 0.000 0.000 |
-LZO1F-999 | mountnfs.sh 1589 1 841 52.9 0.000 0.000 |
-LZO1F-999 | networking 1956 1 934 47.8 0.000 0.000 |
-LZO1F-999 | nfscommon 1609 1 901 56.0 0.000 0.000 |
-LZO1F-999 | nfsserver 3326 1 1658 49.8 0.000 0.000 |
-LZO1F-999 | ofono 516 1 351 68.0 0.000 0.000 |
-LZO1F-999 | populate-volatile.sh 7826 1 3092 39.5 0.000 0.000 |
-LZO1F-999 | ppp 1231 1 611 49.6 0.000 0.000 |
-LZO1F-999 | psplash.sh 647 1 432 66.8 0.000 0.000 |
-LZO1F-999 | rc 4457 1 2230 50.0 0.000 0.000 |
-LZO1F-999 | rcS 525 1 429 81.7 0.000 0.000 |
-LZO1F-999 | read-only-rootfs-hook.sh 1273 1 801 62.9 0.000 0.000 |
-LZO1F-999 | reboot 289 1 216 74.7 0.000 0.000 |
-LZO1F-999 | rmnologin.sh 585 1 364 62.2 0.000 0.000 |
-LZO1F-999 | rng-tools 1029 1 466 45.3 0.000 0.000 |
-LZO1F-999 | rpcbind 1827 1 878 48.1 0.000 0.000 |
-LZO1F-999 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1F-999 | save-rtc.sh 429 1 311 72.5 0.000 0.000 |
-LZO1F-999 | sendsigs 438 1 292 66.7 0.000 0.000 |
-LZO1F-999 | single 578 1 410 70.9 0.000 0.000 |
-LZO1F-999 | sshd 2029 1 927 45.7 0.000 0.000 |
-LZO1F-999 | sysfs.sh 907 1 439 48.4 0.000 0.000 |
-LZO1F-999 | syslog 1715 1 803 46.8 0.000 0.000 |
-LZO1F-999 | tcf-agent 1298 1 664 51.2 0.000 0.000 |
-LZO1F-999 | udev 2779 1 1467 52.8 0.000 0.000 |
-LZO1F-999 | umountfs 540 1 386 71.5 0.000 0.000 |
-LZO1F-999 | umountnfs.sh 711 1 499 70.2 0.000 0.000 |
-LZO1F-999 | urandom 1473 1 865 58.7 0.000 0.000 |
-LZO1F-999 | xserver-nodm 1436 1 898 62.5 0.000 0.000 |
-LZO1F-999 | inittab 1145 1 751 65.6 0.000 0.000 |
-LZO1F-999 | inputrc 1633 1 925 56.6 0.000 0.000 |
-LZO1F-999 | bpf_pinning 85 1 86 101 0.000 0.000 |
-LZO1F-999 | ematch_map 81 1 85 105 0.000 0.000 |
-LZO1F-999 | group 31 1 35 113 0.000 0.000 |
-LZO1F-999 | nl_protos 262 1 249 95.0 0.000 0.000 |
-LZO1F-999 | rt_dsfield 331 1 249 75.2 0.000 0.000 |
-LZO1F-999 | rt_protos 201 1 198 98.5 0.000 0.000 |
-LZO1F-999 | rt_realms 112 1 110 98.2 0.000 0.000 |
-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 57193 1 14408 25.2 4.598 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 |
-LZO1F-999 | collect_dnf.conf 813 1 477 58.7 0.000 0.000 |
-LZO1F-999 | limits 827 1 601 72.7 0.000 0.000 |
-LZO1F-999 | login.access 2006 1 1136 56.6 0.000 0.000 |
-LZO1F-999 | login.defs 11030 1 5451 49.4 18.831 0.000 |
-LZO1F-999 | logrotate-dmesg.conf 121 1 116 95.9 0.000 0.000 |
-LZO1F-999 | logrotate.conf 434 1 341 78.6 0.000 0.000 |
-LZO1F-999 | btmp 130 1 117 90.0 0.000 0.000 |
-LZO1F-999 | dnf 526 1 134 25.5 0.000 0.000 |
-LZO1F-999 | wtmp 145 1 128 88.3 0.000 0.000 |
-LZO1F-999 | kbdconfig 721 1 523 72.5 0.000 0.000 |
-LZO1F-999 | session 630 1 457 72.5 0.000 0.000 |
-LZO1F-999 | mdadm.conf 2687 1 1633 60.8 0.000 0.000 |
-LZO1F-999 | mke2fs.conf 832 1 457 54.9 0.000 0.000 |
-LZO1F-999 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1F-999 | netconfig 767 1 409 53.3 0.000 0.000 |
-LZO1F-999 | nfsroot 809 1 497 61.4 0.000 0.000 |
-LZO1F-999 | wpa-supplicant 1999 1 840 42.0 0.000 0.000 |
-LZO1F-999 | interfaces 129 1 118 91.5 0.000 0.000 |
-LZO1F-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1F-999 | nfs-utils.conf 1087 1 702 64.6 0.000 0.000 |
-LZO1F-999 | nfsmount.conf 3606 1 1767 49.0 0.000 0.000 |
-LZO1F-999 | nsswitch.conf 497 1 355 71.4 0.000 0.000 |
-LZO1F-999 | phonesim.conf 361 1 297 82.3 0.000 0.000 |
-LZO1F-999 | arch.conf 105 1 74 70.5 0.000 0.000 |
-LZO1F-999 | opkg.conf 845 1 565 66.9 0.000 0.000 |
-LZO1F-999 | passwd 1006 1 568 56.5 0.000 0.000 |
-LZO1F-999 | cert9.db 28672 1 890 3.1 4.781 0.000 |
-LZO1F-999 | key4.db 36864 1 1137 3.1 5.938 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 |
-LZO1F-999 | ip-down 1454 1 932 64.1 0.000 0.000 |
-LZO1F-999 | 92removedns 118 1 92 78.0 0.000 0.000 |
-LZO1F-999 | ip-up 1452 1 932 64.2 0.000 0.000 |
-LZO1F-999 | 08setupdns 292 1 178 61.0 0.000 0.000 |
-LZO1F-999 | options 5 1 9 180 0.000 0.000 |
-LZO1F-999 | pap-secrets 77 1 80 104 0.000 0.000 |
-LZO1F-999 | provider 1093 1 738 67.5 0.000 0.000 |
-LZO1F-999 | ppp_on_boot 573 1 433 75.6 0.000 0.000 |
-LZO1F-999 | profile 984 1 747 75.9 0.000 0.000 |
-LZO1F-999 | bash_completion.sh 672 1 383 57.0 0.000 0.000 |
-LZO1F-999 | distcc.sh 68 1 59 86.8 0.000 0.000 |
-LZO1F-999 | gawk.csh 1107 1 259 23.4 0.000 0.000 |
-LZO1F-999 | gawk.sh 757 1 215 28.4 0.000 0.000 |
-LZO1F-999 | protocols 2932 1 1896 64.7 0.000 0.000 |
-LZO1F-999 | client.conf 1233 1 891 72.3 0.000 0.000 |
-LZO1F-999 | 50-sato.conf 447 1 351 78.5 0.000 0.000 |
-LZO1F-999 | daemon.conf 2374 1 1416 59.6 0.000 0.000 |
-LZO1F-999 | default.pa 4933 1 2344 47.5 0.000 0.000 |
-LZO1F-999 | system.pa 2078 1 1200 57.7 0.000 0.000 |
-LZO1F-999 | quilt.quiltrc 1347 1 849 63.0 0.000 0.000 |
-LZO1F-999 | quotagrpadmins 220 1 192 87.3 0.000 0.000 |
-LZO1F-999 | quotatab 261 1 218 83.5 0.000 0.000 |
-LZO1F-999 | rpc 895 1 624 69.7 0.000 0.000 |
-LZO1F-999 | rpcbind.conf 58 1 63 109 0.000 0.000 |
-LZO1F-999 | macros 38 1 36 94.7 0.000 0.000 |
-LZO1F-999 | platform 18 1 22 122 0.000 0.000 |
-LZO1F-999 | rpmrc 111 1 76 68.5 0.000 0.000 |
-LZO1F-999 | securetty 1848 1 1035 56.0 0.000 0.000 |
-LZO1F-999 | services 18790 1 8931 47.5 13.971 0.000 |
-LZO1F-999 | shadow 619 1 212 34.2 0.000 0.000 |
-LZO1F-999 | shells 52 1 47 90.4 0.000 0.000 |
-LZO1F-999 | .bashrc 410 1 320 78.0 0.000 0.000 |
-LZO1F-999 | .profile 241 1 224 92.9 0.000 0.000 |
-LZO1F-999 | slsh.rc 2030 1 931 45.9 0.000 0.000 |
-LZO1F-999 | moduli 577388 3 25302 4.4 35.519 0.000 |
-LZO1F-999 | ssh_config 1548 1 982 63.4 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 176 1 168 95.5 0.000 0.000 |
-LZO1F-999 | ssh_host_ed25519_key 411 1 313 76.2 0.000 0.000 |
-LZO1F-999 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1F-999 | ssh_host_rsa_key 2602 1 2559 98.3 0.000 0.000 |
-LZO1F-999 | ssh_host_rsa_key.pub 568 1 573 101 0.000 0.000 |
-LZO1F-999 | sshd_config 3177 1 1756 55.3 0.000 0.000 |
-LZO1F-999 | sshd_config_readonly 3186 1 1761 55.3 0.000 0.000 |
-LZO1F-999 | ca-certificates.crt 200061 1 155733 77.8 18.675 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 |
-LZO1F-999 | crond 110 1 104 94.5 0.000 0.000 |
-LZO1F-999 | kdump.conf 411 1 325 79.1 0.000 0.000 |
-LZO1F-999 | sysctl.conf 2128 1 1433 67.3 0.000 0.000 |
-LZO1F-999 | syslog-startup.conf 651 1 519 79.7 0.000 0.000 |
-LZO1F-999 | syslog.conf 69 1 70 101 0.000 0.000 |
-LZO1F-999 | ansi 1481 1 662 44.7 0.000 0.000 |
-LZO1F-999 | dumb 308 1 70 22.7 0.000 0.000 |
-LZO1F-999 | linux 1730 1 906 52.4 0.000 0.000 |
-LZO1F-999 | rxvt 2286 1 1358 59.4 0.000 0.000 |
-LZO1F-999 | screen 1587 1 831 52.4 0.000 0.000 |
-LZO1F-999 | screen-256color 1677 1 860 51.3 0.000 0.000 |
-LZO1F-999 | sun 1004 1 445 44.3 0.000 0.000 |
-LZO1F-999 | vt100 1190 1 664 55.8 0.000 0.000 |
-LZO1F-999 | vt102 1184 1 663 56.0 0.000 0.000 |
-LZO1F-999 | vt200 1377 1 814 59.1 0.000 0.000 |
-LZO1F-999 | vt220 1377 1 814 59.1 0.000 0.000 |
-LZO1F-999 | vt52 470 1 220 46.8 0.000 0.000 |
-LZO1F-999 | xterm-256color 3641 1 2101 57.7 0.000 0.000 |
-LZO1F-999 | xterm-color 1551 1 696 44.9 0.000 0.000 |
-LZO1F-999 | xterm-xfree86 2240 1 1194 53.3 0.000 0.000 |
-LZO1F-999 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1F-999 | dnf.conf 164 1 125 76.2 0.000 0.000 |
-LZO1F-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
-LZO1F-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1F-999 | automount.rules 847 1 535 63.2 0.000 0.000 |
-LZO1F-999 | autonet.rules 757 1 506 66.8 0.000 0.000 |
-LZO1F-999 | local.rules 885 1 616 69.6 0.000 0.000 |
-LZO1F-999 | localextra.rules 843 1 563 66.8 0.000 0.000 |
-LZO1F-999 | mount.sh 4232 1 1934 45.7 0.000 0.000 |
-LZO1F-999 | network.sh 1402 1 950 67.8 0.000 0.000 |
-LZO1F-999 | udev.conf 49 1 53 108 0.000 0.000 |
-LZO1F-999 | 50default 2634 1 1031 39.1 0.000 0.000 |
-LZO1F-999 | version 15 1 19 127 0.000 0.000 |
-LZO1F-999 | volatile.cache 5955 1 1202 20.2 0.000 0.000 |
-LZO1F-999 | warnquota.conf 3360 1 1914 57.0 0.000 0.000 |
-LZO1F-999 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 |
-LZO1F-999 | at-spi-dbus-bus.desktop 296 1 266 89.9 0.000 0.000 |
-LZO1F-999 | connman-applet.desktop 191 1 175 91.6 0.000 0.000 |
-LZO1F-999 | gsettings-data-convert.desktop 7741 1 4125 53.3 0.000 0.000 |
-LZO1F-999 | pulseaudio.desktop 4973 1 2121 42.7 0.000 0.000 |
-LZO1F-999 | xinput_calibrator.desktop 299 1 231 77.3 0.000 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*** 4506 1.0 1358 67.5 8.734 0.000
-LZO1F-999 ***TOTALS*** 1243893 278 374923 30.1 8.734 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1X-999 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1X-999 | Xsession 755 1 475 62.9 0.000 0.000 |
-LZO1X-999 | 13xdgbasedirs.sh 550 1 435 79.1 0.000 0.000 |
-LZO1X-999 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 |
-LZO1X-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1X-999 | 80matchboxkeyboard.sh 631 1 374 59.3 0.000 0.000 |
-LZO1X-999 | 89xdgautostart.sh 179 1 145 81.0 0.000 0.000 |
-LZO1X-999 | 90XWindowManager.sh 181 1 100 55.2 0.000 0.000 |
-LZO1X-999 | xinitrc 739 1 403 54.5 0.000 0.000 |
-LZO1X-999 | asound.conf 32 1 36 113 0.000 0.000 |
-LZO1X-999 | at.deny 144 1 127 88.2 0.000 0.000 |
-LZO1X-999 | avahi-daemon.conf 1753 1 1133 64.6 0.000 0.000 |
-LZO1X-999 | hosts 1121 1 813 72.5 0.000 0.000 |
-LZO1X-999 | sftp-ssh.service 1075 1 773 71.9 0.000 0.000 |
-LZO1X-999 | ssh.service 1071 1 771 72.0 0.000 0.000 |
-LZO1X-999 | bash_completion 45 1 39 86.7 0.000 0.000 |
-LZO1X-999 | perf 6321 1 2558 40.5 11.347 0.000 |
-LZO1X-999 | quilt 7117 1 2206 31.0 13.916 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 528 1 270 51.1 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 1615 30.2 0.000 0.000 |
-LZO1X-999 | pap 653 1 505 77.3 0.000 0.000 |
-LZO1X-999 | logrotate 189 1 153 81.0 0.000 0.000 |
-LZO1X-999 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1X-999 | crontab 653 1 385 59.0 0.000 0.000 |
-LZO1X-999 | session.conf 838 1 573 68.4 0.000 0.000 |
-LZO1X-999 | system.conf 833 1 571 68.5 0.000 0.000 |
-LZO1X-999 | ConsoleKit.conf 7305 1 820 11.2 0.000 0.000 |
-LZO1X-999 | avahi-dbus.conf 1138 1 492 43.2 0.000 0.000 |
-LZO1X-999 | bluetooth.conf 1315 1 652 49.6 0.000 0.000 |
-LZO1X-999 | dbus-wpa_supplicant.conf 743 1 325 43.7 0.000 0.000 |
-LZO1X-999 | ofono.conf 1063 1 561 52.8 0.000 0.000 |
-LZO1X-999 | pulseaudio-system.conf 1084 1 781 72.0 0.000 0.000 |
-LZO1X-999 | devpts 93 1 92 98.9 0.000 0.000 |
-LZO1X-999 | distcc 535 1 422 78.9 0.000 0.000 |
-LZO1X-999 | mountall 36 1 37 103 0.000 0.000 |
-LZO1X-999 | postinst 52 1 56 108 0.000 0.000 |
-LZO1X-999 | rcS 1040 1 711 68.4 0.000 0.000 |
-LZO1X-999 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1X-999 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1X-999 | useradd 117 1 122 104 0.000 0.000 |
-LZO1X-999 | 00_core 1637 1 891 54.4 0.000 0.000 |
-LZO1X-999 | 01_bootlogd 36 1 36 100 0.000 0.000 |
-LZO1X-999 | 99_dbus 48 1 43 89.6 0.000 0.000 |
-LZO1X-999 | 99_sshd 75 1 59 78.7 0.000 0.000 |
-LZO1X-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1X-999 | volatiles.04_pulse 91 1 86 94.5 0.000 0.000 |
-LZO1X-999 | xserver-nodm 130 1 130 100 0.000 0.000 |
-LZO1X-999 | clients.allow 1582 1 967 61.1 0.000 0.000 |
-LZO1X-999 | commands.allow.sh 1763 1 944 53.5 0.000 0.000 |
-LZO1X-999 | hosts 203 1 173 85.2 0.000 0.000 |
-LZO1X-999 | automatic.conf 2569 1 1129 43.9 0.000 0.000 |
-LZO1X-999 | dnf.conf 82 1 81 98.8 0.000 0.000 |
-LZO1X-999 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1X-999 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1X-999 | arch 35 1 34 97.1 0.000 0.000 |
-LZO1X-999 | releasever 6 1 10 167 0.000 0.000 |
-LZO1X-999 | exports 46 1 49 107 0.000 0.000 |
-LZO1X-999 | 30-liberation-aliases.conf 419 1 206 49.2 0.000 0.000 |
-LZO1X-999 | README 978 1 641 65.5 0.000 0.000 |
-LZO1X-999 | fonts.conf 2532 1 1270 50.2 0.000 0.000 |
-LZO1X-999 | config 1032 1 427 41.4 0.000 0.000 |
-LZO1X-999 | fstab 637 1 341 53.5 0.000 0.000 |
-LZO1X-999 | path 1448 1 778 53.7 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 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 536 24.8 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 |
-LZO1X-999 | %gconf.xml 515 1 281 54.6 0.000 0.000 |
-LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1X-999 | %gconf.xml 5626 1 1386 24.6 0.000 0.000 |
-LZO1X-999 | settings-daemon.schemas 7202 1 1595 22.1 0.000 0.000 |
-LZO1X-999 | group 620 1 458 73.9 0.000 0.000 |
-LZO1X-999 | gshadow 514 1 324 63.0 0.000 0.000 |
-LZO1X-999 | im-multipress.conf 890 1 743 83.5 0.000 0.000 |
-LZO1X-999 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1X-999 | hostname 10 1 14 140 0.000 0.000 |
-LZO1X-999 | hosts 257 1 196 76.3 0.000 0.000 |
-LZO1X-999 | alsa-state 811 1 488 60.2 0.000 0.000 |
-LZO1X-999 | atd 578 1 363 62.8 0.000 0.000 |
-LZO1X-999 | avahi-daemon 4491 1 2192 48.8 0.000 0.000 |
-LZO1X-999 | banner.sh 492 1 284 57.7 0.000 0.000 |
-LZO1X-999 | bluetooth 1253 1 725 57.9 0.000 0.000 |
-LZO1X-999 | bootlogd 1997 1 1077 53.9 0.000 0.000 |
-LZO1X-999 | bootmisc.sh 2017 1 1223 60.6 0.000 0.000 |
-LZO1X-999 | checkroot.sh 3591 1 1979 55.1 0.000 0.000 |
-LZO1X-999 | connman 1462 1 858 58.7 0.000 0.000 |
-LZO1X-999 | crond 1235 1 745 60.3 0.000 0.000 |
-LZO1X-999 | dbus-1 2887 1 1549 53.7 0.000 0.000 |
-LZO1X-999 | devpts.sh 526 1 363 69.0 0.000 0.000 |
-LZO1X-999 | distcc 2863 1 1466 51.2 0.000 0.000 |
-LZO1X-999 | dmesg.sh 352 1 236 67.0 0.000 0.000 |
-LZO1X-999 | functions 2141 1 1186 55.4 0.000 0.000 |
-LZO1X-999 | halt 510 1 384 75.3 0.000 0.000 |
-LZO1X-999 | hostname.sh 580 1 407 70.2 0.000 0.000 |
-LZO1X-999 | hwclock.sh 2541 1 1145 45.1 0.000 0.000 |
-LZO1X-999 | kdump 2989 1 1248 41.8 0.000 0.000 |
-LZO1X-999 | mdmonitor 1773 1 933 52.6 0.000 0.000 |
-LZO1X-999 | modutils.sh 1223 1 700 57.2 0.000 0.000 |
-LZO1X-999 | mountall.sh 869 1 606 69.7 0.000 0.000 |
-LZO1X-999 | mountnfs.sh 1589 1 826 52.0 0.000 0.000 |
-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 12.292 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 |
-LZO1X-999 | rcS 525 1 427 81.3 0.000 0.000 |
-LZO1X-999 | read-only-rootfs-hook.sh 1273 1 787 61.8 0.000 0.000 |
-LZO1X-999 | reboot 289 1 216 74.7 0.000 0.000 |
-LZO1X-999 | rmnologin.sh 585 1 357 61.0 0.000 0.000 |
-LZO1X-999 | rng-tools 1029 1 459 44.6 0.000 0.000 |
-LZO1X-999 | rpcbind 1827 1 863 47.2 0.000 0.000 |
-LZO1X-999 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1X-999 | save-rtc.sh 429 1 312 72.7 0.000 0.000 |
-LZO1X-999 | sendsigs 438 1 291 66.4 0.000 0.000 |
-LZO1X-999 | single 578 1 404 69.9 0.000 0.000 |
-LZO1X-999 | sshd 2029 1 912 44.9 0.000 0.000 |
-LZO1X-999 | sysfs.sh 907 1 430 47.4 0.000 0.000 |
-LZO1X-999 | syslog 1715 1 793 46.2 0.000 0.000 |
-LZO1X-999 | tcf-agent 1298 1 653 50.3 0.000 0.000 |
-LZO1X-999 | udev 2779 1 1431 51.5 0.000 0.000 |
-LZO1X-999 | umountfs 540 1 386 71.5 0.000 0.000 |
-LZO1X-999 | umountnfs.sh 711 1 492 69.2 0.000 0.000 |
-LZO1X-999 | urandom 1473 1 840 57.0 0.000 0.000 |
-LZO1X-999 | xserver-nodm 1436 1 878 61.1 0.000 0.000 |
-LZO1X-999 | inittab 1145 1 734 64.1 0.000 0.000 |
-LZO1X-999 | inputrc 1633 1 900 55.1 0.000 0.000 |
-LZO1X-999 | bpf_pinning 85 1 85 100 0.000 0.000 |
-LZO1X-999 | ematch_map 81 1 84 104 0.000 0.000 |
-LZO1X-999 | group 31 1 35 113 0.000 0.000 |
-LZO1X-999 | nl_protos 262 1 245 93.5 0.000 0.000 |
-LZO1X-999 | rt_dsfield 331 1 247 74.6 0.000 0.000 |
-LZO1X-999 | rt_protos 201 1 192 95.5 0.000 0.000 |
-LZO1X-999 | rt_realms 112 1 110 98.2 0.000 0.000 |
-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 57193 1 14313 25.0 2.546 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 9.362 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 |
-LZO1X-999 | dnf 526 1 133 25.3 0.000 0.000 |
-LZO1X-999 | wtmp 145 1 125 86.2 0.000 0.000 |
-LZO1X-999 | kbdconfig 721 1 510 70.7 0.000 0.000 |
-LZO1X-999 | session 630 1 449 71.3 0.000 0.000 |
-LZO1X-999 | mdadm.conf 2687 1 1597 59.4 0.000 0.000 |
-LZO1X-999 | mke2fs.conf 832 1 444 53.4 0.000 0.000 |
-LZO1X-999 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1X-999 | netconfig 767 1 400 52.2 0.000 0.000 |
-LZO1X-999 | nfsroot 809 1 486 60.1 0.000 0.000 |
-LZO1X-999 | wpa-supplicant 1999 1 827 41.4 0.000 0.000 |
-LZO1X-999 | interfaces 129 1 117 90.7 0.000 0.000 |
-LZO1X-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1X-999 | nfs-utils.conf 1087 1 682 62.7 0.000 0.000 |
-LZO1X-999 | nfsmount.conf 3606 1 1724 47.8 0.000 0.000 |
-LZO1X-999 | nsswitch.conf 497 1 346 69.6 0.000 0.000 |
-LZO1X-999 | phonesim.conf 361 1 292 80.9 0.000 0.000 |
-LZO1X-999 | arch.conf 105 1 72 68.6 0.000 0.000 |
-LZO1X-999 | opkg.conf 845 1 548 64.9 0.000 0.000 |
-LZO1X-999 | passwd 1006 1 555 55.2 0.000 0.000 |
-LZO1X-999 | cert9.db 28672 1 888 3.1 10.257 0.000 |
-LZO1X-999 | key4.db 36864 1 1133 3.1 12.435 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 |
-LZO1X-999 | ip-down 1454 1 908 62.4 0.000 0.000 |
-LZO1X-999 | 92removedns 118 1 91 77.1 0.000 0.000 |
-LZO1X-999 | ip-up 1452 1 906 62.4 0.000 0.000 |
-LZO1X-999 | 08setupdns 292 1 175 59.9 0.000 0.000 |
-LZO1X-999 | options 5 1 9 180 0.000 0.000 |
-LZO1X-999 | pap-secrets 77 1 78 101 0.000 0.000 |
-LZO1X-999 | provider 1093 1 716 65.5 0.000 0.000 |
-LZO1X-999 | ppp_on_boot 573 1 424 74.0 0.000 0.000 |
-LZO1X-999 | profile 984 1 731 74.3 0.000 0.000 |
-LZO1X-999 | bash_completion.sh 672 1 380 56.5 0.000 0.000 |
-LZO1X-999 | distcc.sh 68 1 59 86.8 0.000 0.000 |
-LZO1X-999 | gawk.csh 1107 1 255 23.0 0.000 0.000 |
-LZO1X-999 | gawk.sh 757 1 213 28.1 0.000 0.000 |
-LZO1X-999 | protocols 2932 1 1830 62.4 0.000 0.000 |
-LZO1X-999 | client.conf 1233 1 861 69.8 0.000 0.000 |
-LZO1X-999 | 50-sato.conf 447 1 340 76.1 0.000 0.000 |
-LZO1X-999 | daemon.conf 2374 1 1376 58.0 0.000 0.000 |
-LZO1X-999 | default.pa 4933 1 2284 46.3 0.000 0.000 |
-LZO1X-999 | system.pa 2078 1 1158 55.7 0.000 0.000 |
-LZO1X-999 | quilt.quiltrc 1347 1 812 60.3 0.000 0.000 |
-LZO1X-999 | quotagrpadmins 220 1 191 86.8 0.000 0.000 |
-LZO1X-999 | quotatab 261 1 218 83.5 0.000 0.000 |
-LZO1X-999 | rpc 895 1 604 67.5 0.000 0.000 |
-LZO1X-999 | rpcbind.conf 58 1 62 107 0.000 0.000 |
-LZO1X-999 | macros 38 1 36 94.7 0.000 0.000 |
-LZO1X-999 | platform 18 1 22 122 0.000 0.000 |
-LZO1X-999 | rpmrc 111 1 74 66.7 0.000 0.000 |
-LZO1X-999 | securetty 1848 1 1025 55.5 0.000 0.000 |
-LZO1X-999 | services 18790 1 8764 46.6 7.515 0.000 |
-LZO1X-999 | shadow 619 1 210 33.9 0.000 0.000 |
-LZO1X-999 | shells 52 1 46 88.5 0.000 0.000 |
-LZO1X-999 | .bashrc 410 1 312 76.1 0.000 0.000 |
-LZO1X-999 | .profile 241 1 220 91.3 0.000 0.000 |
-LZO1X-999 | slsh.rc 2030 1 905 44.6 0.000 0.000 |
-LZO1X-999 | moduli 577388 3 24561 4.3 29.459 0.000 |
-LZO1X-999 | ssh_config 1548 1 950 61.4 0.000 0.000 |
-LZO1X-999 | ssh_host_ecdsa_key 505 1 446 88.3 0.000 0.000 |
-LZO1X-999 | ssh_host_ecdsa_key.pub 176 1 169 96.0 0.000 0.000 |
-LZO1X-999 | ssh_host_ed25519_key 411 1 315 76.6 0.000 0.000 |
-LZO1X-999 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1X-999 | ssh_host_rsa_key 2602 1 2560 98.4 0.000 0.000 |
-LZO1X-999 | ssh_host_rsa_key.pub 568 1 572 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 147996 74.0 7.158 0.000 |
-LZO1X-999 | openssl.cnf 10909 1 4292 39.3 11.391 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 |
-LZO1X-999 | kdump.conf 411 1 320 77.9 0.000 0.000 |
-LZO1X-999 | sysctl.conf 2128 1 1396 65.6 0.000 0.000 |
-LZO1X-999 | syslog-startup.conf 651 1 512 78.6 0.000 0.000 |
-LZO1X-999 | syslog.conf 69 1 71 103 0.000 0.000 |
-LZO1X-999 | ansi 1481 1 660 44.6 0.000 0.000 |
-LZO1X-999 | dumb 308 1 69 22.4 0.000 0.000 |
-LZO1X-999 | linux 1730 1 900 52.0 0.000 0.000 |
-LZO1X-999 | rxvt 2286 1 1349 59.0 0.000 0.000 |
-LZO1X-999 | screen 1587 1 820 51.7 0.000 0.000 |
-LZO1X-999 | screen-256color 1677 1 849 50.6 0.000 0.000 |
-LZO1X-999 | sun 1004 1 442 44.0 0.000 0.000 |
-LZO1X-999 | vt100 1190 1 661 55.5 0.000 0.000 |
-LZO1X-999 | vt102 1184 1 657 55.5 0.000 0.000 |
-LZO1X-999 | vt200 1377 1 808 58.7 0.000 0.000 |
-LZO1X-999 | vt220 1377 1 808 58.7 0.000 0.000 |
-LZO1X-999 | vt52 470 1 217 46.2 0.000 0.000 |
-LZO1X-999 | xterm-256color 3641 1 2088 57.3 0.000 0.000 |
-LZO1X-999 | xterm-color 1551 1 694 44.7 0.000 0.000 |
-LZO1X-999 | xterm-xfree86 2240 1 1190 53.1 0.000 0.000 |
-LZO1X-999 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1X-999 | dnf.conf 164 1 122 74.4 0.000 0.000 |
-LZO1X-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
-LZO1X-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1X-999 | automount.rules 847 1 527 62.2 0.000 0.000 |
-LZO1X-999 | autonet.rules 757 1 495 65.4 0.000 0.000 |
-LZO1X-999 | local.rules 885 1 605 68.4 0.000 0.000 |
-LZO1X-999 | localextra.rules 843 1 554 65.7 0.000 0.000 |
-LZO1X-999 | mount.sh 4232 1 1892 44.7 0.000 0.000 |
-LZO1X-999 | network.sh 1402 1 920 65.6 0.000 0.000 |
-LZO1X-999 | udev.conf 49 1 52 106 0.000 0.000 |
-LZO1X-999 | 50default 2634 1 1016 38.6 0.000 0.000 |
-LZO1X-999 | version 15 1 19 127 0.000 0.000 |
-LZO1X-999 | volatile.cache 5955 1 1200 20.2 0.000 0.000 |
-LZO1X-999 | 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 10.229 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*** 4506 1.0 1314 66.5 8.504 0.000
-LZO1X-999 ***TOTALS*** 1243893 278 362881 29.2 8.504 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1Y-999 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1Y-999 | Xsession 755 1 462 61.2 0.000 0.000 |
-LZO1Y-999 | 13xdgbasedirs.sh 550 1 433 78.7 0.000 0.000 |
-LZO1Y-999 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 |
-LZO1Y-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1Y-999 | 80matchboxkeyboard.sh 631 1 368 58.3 0.000 0.000 |
-LZO1Y-999 | 89xdgautostart.sh 179 1 142 79.3 0.000 0.000 |
-LZO1Y-999 | 90XWindowManager.sh 181 1 99 54.7 0.000 0.000 |
-LZO1Y-999 | xinitrc 739 1 389 52.6 0.000 0.000 |
-LZO1Y-999 | asound.conf 32 1 36 113 0.000 0.000 |
-LZO1Y-999 | at.deny 144 1 127 88.2 0.000 0.000 |
-LZO1Y-999 | avahi-daemon.conf 1753 1 1108 63.2 0.000 0.000 |
-LZO1Y-999 | hosts 1121 1 801 71.5 0.000 0.000 |
-LZO1Y-999 | sftp-ssh.service 1075 1 764 71.1 0.000 0.000 |
-LZO1Y-999 | ssh.service 1071 1 762 71.1 0.000 0.000 |
-LZO1Y-999 | bash_completion 45 1 38 84.4 0.000 0.000 |
-LZO1Y-999 | perf 6321 1 2530 40.0 11.679 0.000 |
-LZO1Y-999 | quilt 7117 1 2188 30.7 13.923 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 528 1 268 50.8 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 1604 30.0 0.000 0.000 |
-LZO1Y-999 | pap 653 1 503 77.0 0.000 0.000 |
-LZO1Y-999 | logrotate 189 1 148 78.3 0.000 0.000 |
-LZO1Y-999 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1Y-999 | crontab 653 1 378 57.9 0.000 0.000 |
-LZO1Y-999 | session.conf 838 1 561 66.9 0.000 0.000 |
-LZO1Y-999 | system.conf 833 1 559 67.1 0.000 0.000 |
-LZO1Y-999 | ConsoleKit.conf 7305 1 813 11.1 0.000 0.000 |
-LZO1Y-999 | avahi-dbus.conf 1138 1 480 42.2 0.000 0.000 |
-LZO1Y-999 | bluetooth.conf 1315 1 644 49.0 0.000 0.000 |
-LZO1Y-999 | dbus-wpa_supplicant.conf 743 1 317 42.7 0.000 0.000 |
-LZO1Y-999 | ofono.conf 1063 1 551 51.8 0.000 0.000 |
-LZO1Y-999 | pulseaudio-system.conf 1084 1 769 70.9 0.000 0.000 |
-LZO1Y-999 | devpts 93 1 92 98.9 0.000 0.000 |
-LZO1Y-999 | distcc 535 1 421 78.7 0.000 0.000 |
-LZO1Y-999 | mountall 36 1 37 103 0.000 0.000 |
-LZO1Y-999 | postinst 52 1 56 108 0.000 0.000 |
-LZO1Y-999 | rcS 1040 1 703 67.6 0.000 0.000 |
-LZO1Y-999 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1Y-999 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1Y-999 | useradd 117 1 122 104 0.000 0.000 |
-LZO1Y-999 | 00_core 1637 1 867 53.0 0.000 0.000 |
-LZO1Y-999 | 01_bootlogd 36 1 36 100 0.000 0.000 |
-LZO1Y-999 | 99_dbus 48 1 42 87.5 0.000 0.000 |
-LZO1Y-999 | 99_sshd 75 1 58 77.3 0.000 0.000 |
-LZO1Y-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1Y-999 | volatiles.04_pulse 91 1 86 94.5 0.000 0.000 |
-LZO1Y-999 | xserver-nodm 130 1 130 100 0.000 0.000 |
-LZO1Y-999 | clients.allow 1582 1 963 60.9 0.000 0.000 |
-LZO1Y-999 | commands.allow.sh 1763 1 919 52.1 0.000 0.000 |
-LZO1Y-999 | hosts 203 1 173 85.2 0.000 0.000 |
-LZO1Y-999 | automatic.conf 2569 1 1117 43.5 0.000 0.000 |
-LZO1Y-999 | dnf.conf 82 1 81 98.8 0.000 0.000 |
-LZO1Y-999 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1Y-999 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1Y-999 | arch 35 1 34 97.1 0.000 0.000 |
-LZO1Y-999 | releasever 6 1 10 167 0.000 0.000 |
-LZO1Y-999 | exports 46 1 49 107 0.000 0.000 |
-LZO1Y-999 | 30-liberation-aliases.conf 419 1 202 48.2 0.000 0.000 |
-LZO1Y-999 | README 978 1 624 63.8 0.000 0.000 |
-LZO1Y-999 | fonts.conf 2532 1 1262 49.8 0.000 0.000 |
-LZO1Y-999 | config 1032 1 413 40.0 0.000 0.000 |
-LZO1Y-999 | fstab 637 1 335 52.6 0.000 0.000 |
-LZO1Y-999 | path 1448 1 761 52.6 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 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 528 24.5 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 |
-LZO1Y-999 | %gconf.xml 515 1 278 54.0 0.000 0.000 |
-LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1Y-999 | %gconf.xml 5626 1 1401 24.9 0.000 0.000 |
-LZO1Y-999 | settings-daemon.schemas 7202 1 1601 22.2 0.000 0.000 |
-LZO1Y-999 | group 620 1 458 73.9 0.000 0.000 |
-LZO1Y-999 | gshadow 514 1 324 63.0 0.000 0.000 |
-LZO1Y-999 | im-multipress.conf 890 1 741 83.3 0.000 0.000 |
-LZO1Y-999 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1Y-999 | hostname 10 1 14 140 0.000 0.000 |
-LZO1Y-999 | hosts 257 1 192 74.7 0.000 0.000 |
-LZO1Y-999 | alsa-state 811 1 481 59.3 0.000 0.000 |
-LZO1Y-999 | atd 578 1 359 62.1 0.000 0.000 |
-LZO1Y-999 | avahi-daemon 4491 1 2162 48.1 0.000 0.000 |
-LZO1Y-999 | banner.sh 492 1 275 55.9 0.000 0.000 |
-LZO1Y-999 | bluetooth 1253 1 714 57.0 0.000 0.000 |
-LZO1Y-999 | bootlogd 1997 1 1061 53.1 0.000 0.000 |
-LZO1Y-999 | bootmisc.sh 2017 1 1196 59.3 0.000 0.000 |
-LZO1Y-999 | checkroot.sh 3591 1 1981 55.2 0.000 0.000 |
-LZO1Y-999 | connman 1462 1 840 57.5 0.000 0.000 |
-LZO1Y-999 | crond 1235 1 735 59.5 0.000 0.000 |
-LZO1Y-999 | dbus-1 2887 1 1538 53.3 0.000 0.000 |
-LZO1Y-999 | devpts.sh 526 1 357 67.9 0.000 0.000 |
-LZO1Y-999 | distcc 2863 1 1455 50.8 0.000 0.000 |
-LZO1Y-999 | dmesg.sh 352 1 230 65.3 0.000 0.000 |
-LZO1Y-999 | functions 2141 1 1159 54.1 0.000 0.000 |
-LZO1Y-999 | halt 510 1 378 74.1 0.000 0.000 |
-LZO1Y-999 | hostname.sh 580 1 393 67.8 0.000 0.000 |
-LZO1Y-999 | hwclock.sh 2541 1 1141 44.9 0.000 0.000 |
-LZO1Y-999 | kdump 2989 1 1235 41.3 0.000 0.000 |
-LZO1Y-999 | mdmonitor 1773 1 907 51.2 0.000 0.000 |
-LZO1Y-999 | modutils.sh 1223 1 679 55.5 0.000 0.000 |
-LZO1Y-999 | mountall.sh 869 1 591 68.0 0.000 0.000 |
-LZO1Y-999 | mountnfs.sh 1589 1 811 51.0 0.000 0.000 |
-LZO1Y-999 | networking 1956 1 905 46.3 0.000 0.000 |
-LZO1Y-999 | nfscommon 1609 1 865 53.8 0.000 0.000 |
-LZO1Y-999 | nfsserver 3326 1 1613 48.5 0.000 0.000 |
-LZO1Y-999 | ofono 516 1 344 66.7 0.000 0.000 |
-LZO1Y-999 | populate-volatile.sh 7826 1 2990 38.2 12.352 0.000 |
-LZO1Y-999 | ppp 1231 1 585 47.5 0.000 0.000 |
-LZO1Y-999 | psplash.sh 647 1 416 64.3 0.000 0.000 |
-LZO1Y-999 | rc 4457 1 2208 49.5 0.000 0.000 |
-LZO1Y-999 | rcS 525 1 423 80.6 0.000 0.000 |
-LZO1Y-999 | read-only-rootfs-hook.sh 1273 1 771 60.6 0.000 0.000 |
-LZO1Y-999 | reboot 289 1 210 72.7 0.000 0.000 |
-LZO1Y-999 | rmnologin.sh 585 1 348 59.5 0.000 0.000 |
-LZO1Y-999 | rng-tools 1029 1 453 44.0 0.000 0.000 |
-LZO1Y-999 | rpcbind 1827 1 840 46.0 0.000 0.000 |
-LZO1Y-999 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1Y-999 | save-rtc.sh 429 1 304 70.9 0.000 0.000 |
-LZO1Y-999 | sendsigs 438 1 283 64.6 0.000 0.000 |
-LZO1Y-999 | single 578 1 398 68.9 0.000 0.000 |
-LZO1Y-999 | sshd 2029 1 899 44.3 0.000 0.000 |
-LZO1Y-999 | sysfs.sh 907 1 414 45.6 0.000 0.000 |
-LZO1Y-999 | syslog 1715 1 769 44.8 0.000 0.000 |
-LZO1Y-999 | tcf-agent 1298 1 624 48.1 0.000 0.000 |
-LZO1Y-999 | udev 2779 1 1409 50.7 0.000 0.000 |
-LZO1Y-999 | umountfs 540 1 378 70.0 0.000 0.000 |
-LZO1Y-999 | umountnfs.sh 711 1 479 67.4 0.000 0.000 |
-LZO1Y-999 | urandom 1473 1 824 55.9 0.000 0.000 |
-LZO1Y-999 | xserver-nodm 1436 1 851 59.3 0.000 0.000 |
-LZO1Y-999 | inittab 1145 1 722 63.1 0.000 0.000 |
-LZO1Y-999 | inputrc 1633 1 889 54.4 0.000 0.000 |
-LZO1Y-999 | bpf_pinning 85 1 85 100 0.000 0.000 |
-LZO1Y-999 | ematch_map 81 1 84 104 0.000 0.000 |
-LZO1Y-999 | group 31 1 35 113 0.000 0.000 |
-LZO1Y-999 | nl_protos 262 1 245 93.5 0.000 0.000 |
-LZO1Y-999 | rt_dsfield 331 1 247 74.6 0.000 0.000 |
-LZO1Y-999 | rt_protos 201 1 192 95.5 0.000 0.000 |
-LZO1Y-999 | rt_realms 112 1 110 98.2 0.000 0.000 |
-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 57193 1 13687 23.9 2.545 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 9.160 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 |
-LZO1Y-999 | dnf 526 1 132 25.1 0.000 0.000 |
-LZO1Y-999 | wtmp 145 1 125 86.2 0.000 0.000 |
-LZO1Y-999 | kbdconfig 721 1 507 70.3 0.000 0.000 |
-LZO1Y-999 | session 630 1 438 69.5 0.000 0.000 |
-LZO1Y-999 | mdadm.conf 2687 1 1600 59.5 0.000 0.000 |
-LZO1Y-999 | mke2fs.conf 832 1 436 52.4 0.000 0.000 |
-LZO1Y-999 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1Y-999 | netconfig 767 1 393 51.2 0.000 0.000 |
-LZO1Y-999 | nfsroot 809 1 477 59.0 0.000 0.000 |
-LZO1Y-999 | wpa-supplicant 1999 1 802 40.1 0.000 0.000 |
-LZO1Y-999 | interfaces 129 1 115 89.1 0.000 0.000 |
-LZO1Y-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1Y-999 | nfs-utils.conf 1087 1 676 62.2 0.000 0.000 |
-LZO1Y-999 | nfsmount.conf 3606 1 1726 47.9 0.000 0.000 |
-LZO1Y-999 | nsswitch.conf 497 1 336 67.6 0.000 0.000 |
-LZO1Y-999 | phonesim.conf 361 1 290 80.3 0.000 0.000 |
-LZO1Y-999 | arch.conf 105 1 71 67.6 0.000 0.000 |
-LZO1Y-999 | opkg.conf 845 1 537 63.6 0.000 0.000 |
-LZO1Y-999 | passwd 1006 1 533 53.0 0.000 0.000 |
-LZO1Y-999 | cert9.db 28672 1 848 3.0 8.959 0.000 |
-LZO1Y-999 | key4.db 36864 1 1092 3.0 10.626 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 |
-LZO1Y-999 | ip-down 1454 1 897 61.7 0.000 0.000 |
-LZO1Y-999 | 92removedns 118 1 89 75.4 0.000 0.000 |
-LZO1Y-999 | ip-up 1452 1 896 61.7 0.000 0.000 |
-LZO1Y-999 | 08setupdns 292 1 163 55.8 0.000 0.000 |
-LZO1Y-999 | options 5 1 9 180 0.000 0.000 |
-LZO1Y-999 | pap-secrets 77 1 78 101 0.000 0.000 |
-LZO1Y-999 | provider 1093 1 706 64.6 0.000 0.000 |
-LZO1Y-999 | ppp_on_boot 573 1 417 72.8 0.000 0.000 |
-LZO1Y-999 | profile 984 1 723 73.5 0.000 0.000 |
-LZO1Y-999 | bash_completion.sh 672 1 371 55.2 0.000 0.000 |
-LZO1Y-999 | distcc.sh 68 1 58 85.3 0.000 0.000 |
-LZO1Y-999 | gawk.csh 1107 1 248 22.4 0.000 0.000 |
-LZO1Y-999 | gawk.sh 757 1 206 27.2 0.000 0.000 |
-LZO1Y-999 | protocols 2932 1 1828 62.3 0.000 0.000 |
-LZO1Y-999 | client.conf 1233 1 848 68.8 0.000 0.000 |
-LZO1Y-999 | 50-sato.conf 447 1 333 74.5 0.000 0.000 |
-LZO1Y-999 | daemon.conf 2374 1 1353 57.0 0.000 0.000 |
-LZO1Y-999 | default.pa 4933 1 2327 47.2 0.000 0.000 |
-LZO1Y-999 | system.pa 2078 1 1159 55.8 0.000 0.000 |
-LZO1Y-999 | quilt.quiltrc 1347 1 803 59.6 0.000 0.000 |
-LZO1Y-999 | quotagrpadmins 220 1 191 86.8 0.000 0.000 |
-LZO1Y-999 | quotatab 261 1 216 82.8 0.000 0.000 |
-LZO1Y-999 | rpc 895 1 595 66.5 0.000 0.000 |
-LZO1Y-999 | rpcbind.conf 58 1 62 107 0.000 0.000 |
-LZO1Y-999 | macros 38 1 36 94.7 0.000 0.000 |
-LZO1Y-999 | platform 18 1 22 122 0.000 0.000 |
-LZO1Y-999 | rpmrc 111 1 73 65.8 0.000 0.000 |
-LZO1Y-999 | securetty 1848 1 1015 54.9 0.000 0.000 |
-LZO1Y-999 | services 18790 1 8639 46.0 7.672 0.000 |
-LZO1Y-999 | shadow 619 1 210 33.9 0.000 0.000 |
-LZO1Y-999 | shells 52 1 46 88.5 0.000 0.000 |
-LZO1Y-999 | .bashrc 410 1 306 74.6 0.000 0.000 |
-LZO1Y-999 | .profile 241 1 219 90.9 0.000 0.000 |
-LZO1Y-999 | slsh.rc 2030 1 900 44.3 0.000 0.000 |
-LZO1Y-999 | moduli 577388 3 25427 4.4 28.380 0.000 |
-LZO1Y-999 | ssh_config 1548 1 937 60.5 0.000 0.000 |
-LZO1Y-999 | ssh_host_ecdsa_key 505 1 444 87.9 0.000 0.000 |
-LZO1Y-999 | ssh_host_ecdsa_key.pub 176 1 168 95.5 0.000 0.000 |
-LZO1Y-999 | ssh_host_ed25519_key 411 1 314 76.4 0.000 0.000 |
-LZO1Y-999 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1Y-999 | ssh_host_rsa_key 2602 1 2566 98.6 0.000 0.000 |
-LZO1Y-999 | ssh_host_rsa_key.pub 568 1 572 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 148106 74.0 7.194 0.000 |
-LZO1Y-999 | openssl.cnf 10909 1 4330 39.7 11.514 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 |
-LZO1Y-999 | kdump.conf 411 1 314 76.4 0.000 0.000 |
-LZO1Y-999 | sysctl.conf 2128 1 1396 65.6 0.000 0.000 |
-LZO1Y-999 | syslog-startup.conf 651 1 510 78.3 0.000 0.000 |
-LZO1Y-999 | syslog.conf 69 1 71 103 0.000 0.000 |
-LZO1Y-999 | ansi 1481 1 648 43.8 0.000 0.000 |
-LZO1Y-999 | dumb 308 1 69 22.4 0.000 0.000 |
-LZO1Y-999 | linux 1730 1 892 51.6 0.000 0.000 |
-LZO1Y-999 | rxvt 2286 1 1352 59.1 0.000 0.000 |
-LZO1Y-999 | screen 1587 1 819 51.6 0.000 0.000 |
-LZO1Y-999 | screen-256color 1677 1 846 50.4 0.000 0.000 |
-LZO1Y-999 | sun 1004 1 439 43.7 0.000 0.000 |
-LZO1Y-999 | vt100 1190 1 651 54.7 0.000 0.000 |
-LZO1Y-999 | vt102 1184 1 648 54.7 0.000 0.000 |
-LZO1Y-999 | vt200 1377 1 803 58.3 0.000 0.000 |
-LZO1Y-999 | vt220 1377 1 803 58.3 0.000 0.000 |
-LZO1Y-999 | vt52 470 1 215 45.7 0.000 0.000 |
-LZO1Y-999 | xterm-256color 3641 1 2091 57.4 0.000 0.000 |
-LZO1Y-999 | xterm-color 1551 1 692 44.6 0.000 0.000 |
-LZO1Y-999 | xterm-xfree86 2240 1 1181 52.7 0.000 0.000 |
-LZO1Y-999 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1Y-999 | dnf.conf 164 1 121 73.8 0.000 0.000 |
-LZO1Y-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
-LZO1Y-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1Y-999 | automount.rules 847 1 522 61.6 0.000 0.000 |
-LZO1Y-999 | autonet.rules 757 1 490 64.7 0.000 0.000 |
-LZO1Y-999 | local.rules 885 1 597 67.5 0.000 0.000 |
-LZO1Y-999 | localextra.rules 843 1 545 64.7 0.000 0.000 |
-LZO1Y-999 | mount.sh 4232 1 1890 44.7 0.000 0.000 |
-LZO1Y-999 | network.sh 1402 1 907 64.7 0.000 0.000 |
-LZO1Y-999 | udev.conf 49 1 52 106 0.000 0.000 |
-LZO1Y-999 | 50default 2634 1 999 37.9 0.000 0.000 |
-LZO1Y-999 | version 15 1 19 127 0.000 0.000 |
-LZO1Y-999 | volatile.cache 5955 1 1162 19.5 0.000 0.000 |
-LZO1Y-999 | 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 10.390 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*** 4506 1.0 1309 65.9 8.369 0.000
-LZO1Y-999 ***TOTALS*** 1243893 278 361371 29.1 8.369 0.000
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-262144 block-size
-
-LZO1Z-999 | 00-primary.seat 64 1 69 108 0.000 0.000 |
-LZO1Z-999 | Xsession 755 1 475 62.9 0.000 0.000 |
-LZO1Z-999 | 13xdgbasedirs.sh 550 1 435 79.1 0.000 0.000 |
-LZO1Z-999 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 |
-LZO1Z-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 |
-LZO1Z-999 | 80matchboxkeyboard.sh 631 1 373 59.1 0.000 0.000 |
-LZO1Z-999 | 89xdgautostart.sh 179 1 145 81.0 0.000 0.000 |
-LZO1Z-999 | 90XWindowManager.sh 181 1 100 55.2 0.000 0.000 |
-LZO1Z-999 | xinitrc 739 1 400 54.1 0.000 0.000 |
-LZO1Z-999 | asound.conf 32 1 36 113 0.000 0.000 |
-LZO1Z-999 | at.deny 144 1 123 85.4 0.000 0.000 |
-LZO1Z-999 | avahi-daemon.conf 1753 1 1131 64.5 0.000 0.000 |
-LZO1Z-999 | hosts 1121 1 812 72.4 0.000 0.000 |
-LZO1Z-999 | sftp-ssh.service 1075 1 772 71.8 0.000 0.000 |
-LZO1Z-999 | ssh.service 1071 1 770 71.9 0.000 0.000 |
-LZO1Z-999 | bash_completion 45 1 39 86.7 0.000 0.000 |
-LZO1Z-999 | perf 6321 1 2563 40.5 11.271 0.000 |
-LZO1Z-999 | quilt 7117 1 2203 31.0 13.867 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 528 1 270 51.1 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 1618 30.3 0.000 0.000 |
-LZO1Z-999 | pap 653 1 505 77.3 0.000 0.000 |
-LZO1Z-999 | logrotate 189 1 153 81.0 0.000 0.000 |
-LZO1Z-999 | cron.deny 0 1 3 0.0 0.000 0.000 |
-LZO1Z-999 | crontab 653 1 383 58.7 0.000 0.000 |
-LZO1Z-999 | session.conf 838 1 572 68.3 0.000 0.000 |
-LZO1Z-999 | system.conf 833 1 570 68.4 0.000 0.000 |
-LZO1Z-999 | ConsoleKit.conf 7305 1 820 11.2 0.000 0.000 |
-LZO1Z-999 | avahi-dbus.conf 1138 1 491 43.1 0.000 0.000 |
-LZO1Z-999 | bluetooth.conf 1315 1 652 49.6 0.000 0.000 |
-LZO1Z-999 | dbus-wpa_supplicant.conf 743 1 325 43.7 0.000 0.000 |
-LZO1Z-999 | ofono.conf 1063 1 561 52.8 0.000 0.000 |
-LZO1Z-999 | pulseaudio-system.conf 1084 1 780 72.0 0.000 0.000 |
-LZO1Z-999 | devpts 93 1 92 98.9 0.000 0.000 |
-LZO1Z-999 | distcc 535 1 421 78.7 0.000 0.000 |
-LZO1Z-999 | mountall 36 1 37 103 0.000 0.000 |
-LZO1Z-999 | postinst 52 1 56 108 0.000 0.000 |
-LZO1Z-999 | rcS 1040 1 711 68.4 0.000 0.000 |
-LZO1Z-999 | rng-tools 27 1 31 115 0.000 0.000 |
-LZO1Z-999 | usbd 0 1 3 0.0 0.000 0.000 |
-LZO1Z-999 | useradd 117 1 122 104 0.000 0.000 |
-LZO1Z-999 | 00_core 1637 1 889 54.3 0.000 0.000 |
-LZO1Z-999 | 01_bootlogd 36 1 36 100 0.000 0.000 |
-LZO1Z-999 | 99_dbus 48 1 43 89.6 0.000 0.000 |
-LZO1Z-999 | 99_sshd 75 1 58 77.3 0.000 0.000 |
-LZO1Z-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 |
-LZO1Z-999 | volatiles.04_pulse 91 1 85 93.4 0.000 0.000 |
-LZO1Z-999 | xserver-nodm 130 1 130 100 0.000 0.000 |
-LZO1Z-999 | clients.allow 1582 1 966 61.1 0.000 0.000 |
-LZO1Z-999 | commands.allow.sh 1763 1 943 53.5 0.000 0.000 |
-LZO1Z-999 | hosts 203 1 173 85.2 0.000 0.000 |
-LZO1Z-999 | automatic.conf 2569 1 1134 44.1 0.000 0.000 |
-LZO1Z-999 | dnf.conf 82 1 81 98.8 0.000 0.000 |
-LZO1Z-999 | dnf.conf 4 1 8 200 0.000 0.000 |
-LZO1Z-999 | yum.conf 4 1 8 200 0.000 0.000 |
-LZO1Z-999 | arch 35 1 34 97.1 0.000 0.000 |
-LZO1Z-999 | releasever 6 1 10 167 0.000 0.000 |
-LZO1Z-999 | exports 46 1 49 107 0.000 0.000 |
-LZO1Z-999 | 30-liberation-aliases.conf 419 1 206 49.2 0.000 0.000 |
-LZO1Z-999 | README 978 1 635 64.9 0.000 0.000 |
-LZO1Z-999 | fonts.conf 2532 1 1272 50.2 0.000 0.000 |
-LZO1Z-999 | config 1032 1 427 41.4 0.000 0.000 |
-LZO1Z-999 | fstab 637 1 341 53.5 0.000 0.000 |
-LZO1Z-999 | path 1448 1 778 53.7 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 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 535 24.8 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 |
-LZO1Z-999 | %gconf.xml 515 1 279 54.2 0.000 0.000 |
-LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 |
-LZO1Z-999 | %gconf.xml 5626 1 1385 24.6 0.000 0.000 |
-LZO1Z-999 | settings-daemon.schemas 7202 1 1594 22.1 0.000 0.000 |
-LZO1Z-999 | group 620 1 453 73.1 0.000 0.000 |
-LZO1Z-999 | gshadow 514 1 323 62.8 0.000 0.000 |
-LZO1Z-999 | im-multipress.conf 890 1 734 82.5 0.000 0.000 |
-LZO1Z-999 | host.conf 26 1 30 115 0.000 0.000 |
-LZO1Z-999 | hostname 10 1 14 140 0.000 0.000 |
-LZO1Z-999 | hosts 257 1 195 75.9 0.000 0.000 |
-LZO1Z-999 | alsa-state 811 1 488 60.2 0.000 0.000 |
-LZO1Z-999 | atd 578 1 363 62.8 0.000 0.000 |
-LZO1Z-999 | avahi-daemon 4491 1 2196 48.9 0.000 0.000 |
-LZO1Z-999 | banner.sh 492 1 284 57.7 0.000 0.000 |
-LZO1Z-999 | bluetooth 1253 1 725 57.9 0.000 0.000 |
-LZO1Z-999 | bootlogd 1997 1 1077 53.9 0.000 0.000 |
-LZO1Z-999 | bootmisc.sh 2017 1 1221 60.5 0.000 0.000 |
-LZO1Z-999 | checkroot.sh 3591 1 1985 55.3 0.000 0.000 |
-LZO1Z-999 | connman 1462 1 858 58.7 0.000 0.000 |
-LZO1Z-999 | crond 1235 1 743 60.2 0.000 0.000 |
-LZO1Z-999 | dbus-1 2887 1 1554 53.8 0.000 0.000 |
-LZO1Z-999 | devpts.sh 526 1 363 69.0 0.000 0.000 |
-LZO1Z-999 | distcc 2863 1 1465 51.2 0.000 0.000 |
-LZO1Z-999 | dmesg.sh 352 1 234 66.5 0.000 0.000 |
-LZO1Z-999 | functions 2141 1 1185 55.3 0.000 0.000 |
-LZO1Z-999 | halt 510 1 384 75.3 0.000 0.000 |
-LZO1Z-999 | hostname.sh 580 1 407 70.2 0.000 0.000 |
-LZO1Z-999 | hwclock.sh 2541 1 1145 45.1 0.000 0.000 |
-LZO1Z-999 | kdump 2989 1 1250 41.8 0.000 0.000 |
-LZO1Z-999 | mdmonitor 1773 1 932 52.6 0.000 0.000 |
-LZO1Z-999 | modutils.sh 1223 1 700 57.2 0.000 0.000 |
-LZO1Z-999 | mountall.sh 869 1 606 69.7 0.000 0.000 |
-LZO1Z-999 | mountnfs.sh 1589 1 825 51.9 0.000 0.000 |
-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 11.975 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 |
-LZO1Z-999 | rcS 525 1 427 81.3 0.000 0.000 |
-LZO1Z-999 | read-only-rootfs-hook.sh 1273 1 787 61.8 0.000 0.000 |
-LZO1Z-999 | reboot 289 1 216 74.7 0.000 0.000 |
-LZO1Z-999 | rmnologin.sh 585 1 357 61.0 0.000 0.000 |
-LZO1Z-999 | rng-tools 1029 1 457 44.4 0.000 0.000 |
-LZO1Z-999 | rpcbind 1827 1 863 47.2 0.000 0.000 |
-LZO1Z-999 | run-postinsts 25 1 29 116 0.000 0.000 |
-LZO1Z-999 | save-rtc.sh 429 1 312 72.7 0.000 0.000 |
-LZO1Z-999 | sendsigs 438 1 291 66.4 0.000 0.000 |
-LZO1Z-999 | single 578 1 404 69.9 0.000 0.000 |
-LZO1Z-999 | sshd 2029 1 910 44.8 0.000 0.000 |
-LZO1Z-999 | sysfs.sh 907 1 430 47.4 0.000 0.000 |
-LZO1Z-999 | syslog 1715 1 792 46.2 0.000 0.000 |
-LZO1Z-999 | tcf-agent 1298 1 653 50.3 0.000 0.000 |
-LZO1Z-999 | udev 2779 1 1434 51.6 0.000 0.000 |
-LZO1Z-999 | umountfs 540 1 386 71.5 0.000 0.000 |
-LZO1Z-999 | umountnfs.sh 711 1 491 69.1 0.000 0.000 |
-LZO1Z-999 | urandom 1473 1 840 57.0 0.000 0.000 |
-LZO1Z-999 | xserver-nodm 1436 1 875 60.9 0.000 0.000 |
-LZO1Z-999 | inittab 1145 1 733 64.0 0.000 0.000 |
-LZO1Z-999 | inputrc 1633 1 896 54.9 0.000 0.000 |
-LZO1Z-999 | bpf_pinning 85 1 85 100 0.000 0.000 |
-LZO1Z-999 | ematch_map 81 1 84 104 0.000 0.000 |
-LZO1Z-999 | group 31 1 35 113 0.000 0.000 |
-LZO1Z-999 | nl_protos 262 1 245 93.5 0.000 0.000 |
-LZO1Z-999 | rt_dsfield 331 1 234 70.7 0.000 0.000 |
-LZO1Z-999 | rt_protos 201 1 192 95.5 0.000 0.000 |
-LZO1Z-999 | rt_realms 112 1 109 97.3 0.000 0.000 |
-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 57193 1 14320 25.0 2.528 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 9.222 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 |
-LZO1Z-999 | dnf 526 1 132 25.1 0.000 0.000 |
-LZO1Z-999 | wtmp 145 1 125 86.2 0.000 0.000 |
-LZO1Z-999 | kbdconfig 721 1 510 70.7 0.000 0.000 |
-LZO1Z-999 | session 630 1 447 71.0 0.000 0.000 |
-LZO1Z-999 | mdadm.conf 2687 1 1600 59.5 0.000 0.000 |
-LZO1Z-999 | mke2fs.conf 832 1 443 53.2 0.000 0.000 |
-LZO1Z-999 | motd 0 1 3 0.0 0.000 0.000 |
-LZO1Z-999 | netconfig 767 1 400 52.2 0.000 0.000 |
-LZO1Z-999 | nfsroot 809 1 486 60.1 0.000 0.000 |
-LZO1Z-999 | wpa-supplicant 1999 1 826 41.3 0.000 0.000 |
-LZO1Z-999 | interfaces 129 1 117 90.7 0.000 0.000 |
-LZO1Z-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 |
-LZO1Z-999 | nfs-utils.conf 1087 1 681 62.6 0.000 0.000 |
-LZO1Z-999 | nfsmount.conf 3606 1 1736 48.1 0.000 0.000 |
-LZO1Z-999 | nsswitch.conf 497 1 346 69.6 0.000 0.000 |
-LZO1Z-999 | phonesim.conf 361 1 291 80.6 0.000 0.000 |
-LZO1Z-999 | arch.conf 105 1 70 66.7 0.000 0.000 |
-LZO1Z-999 | opkg.conf 845 1 547 64.7 0.000 0.000 |
-LZO1Z-999 | passwd 1006 1 553 55.0 0.000 0.000 |
-LZO1Z-999 | cert9.db 28672 1 837 2.9 8.396 0.000 |
-LZO1Z-999 | key4.db 36864 1 1085 2.9 10.180 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 |
-LZO1Z-999 | ip-down 1454 1 902 62.0 0.000 0.000 |
-LZO1Z-999 | 92removedns 118 1 91 77.1 0.000 0.000 |
-LZO1Z-999 | ip-up 1452 1 900 62.0 0.000 0.000 |
-LZO1Z-999 | 08setupdns 292 1 175 59.9 0.000 0.000 |
-LZO1Z-999 | options 5 1 9 180 0.000 0.000 |
-LZO1Z-999 | pap-secrets 77 1 78 101 0.000 0.000 |
-LZO1Z-999 | provider 1093 1 716 65.5 0.000 0.000 |
-LZO1Z-999 | ppp_on_boot 573 1 424 74.0 0.000 0.000 |
-LZO1Z-999 | profile 984 1 731 74.3 0.000 0.000 |
-LZO1Z-999 | bash_completion.sh 672 1 379 56.4 0.000 0.000 |
-LZO1Z-999 | distcc.sh 68 1 59 86.8 0.000 0.000 |
-LZO1Z-999 | gawk.csh 1107 1 255 23.0 0.000 0.000 |
-LZO1Z-999 | gawk.sh 757 1 212 28.0 0.000 0.000 |
-LZO1Z-999 | protocols 2932 1 1828 62.3 0.000 0.000 |
-LZO1Z-999 | client.conf 1233 1 860 69.7 0.000 0.000 |
-LZO1Z-999 | 50-sato.conf 447 1 340 76.1 0.000 0.000 |
-LZO1Z-999 | daemon.conf 2374 1 1375 57.9 0.000 0.000 |
-LZO1Z-999 | default.pa 4933 1 2293 46.5 0.000 0.000 |
-LZO1Z-999 | system.pa 2078 1 1154 55.5 0.000 0.000 |
-LZO1Z-999 | quilt.quiltrc 1347 1 811 60.2 0.000 0.000 |
-LZO1Z-999 | quotagrpadmins 220 1 190 86.4 0.000 0.000 |
-LZO1Z-999 | quotatab 261 1 217 83.1 0.000 0.000 |
-LZO1Z-999 | rpc 895 1 602 67.3 0.000 0.000 |
-LZO1Z-999 | rpcbind.conf 58 1 62 107 0.000 0.000 |
-LZO1Z-999 | macros 38 1 36 94.7 0.000 0.000 |
-LZO1Z-999 | platform 18 1 22 122 0.000 0.000 |
-LZO1Z-999 | rpmrc 111 1 74 66.7 0.000 0.000 |
-LZO1Z-999 | securetty 1848 1 910 49.2 0.000 0.000 |
-LZO1Z-999 | services 18790 1 8790 46.8 7.518 0.000 |
-LZO1Z-999 | shadow 619 1 210 33.9 0.000 0.000 |
-LZO1Z-999 | shells 52 1 46 88.5 0.000 0.000 |
-LZO1Z-999 | .bashrc 410 1 311 75.9 0.000 0.000 |
-LZO1Z-999 | .profile 241 1 220 91.3 0.000 0.000 |
-LZO1Z-999 | slsh.rc 2030 1 906 44.6 0.000 0.000 |
-LZO1Z-999 | moduli 577388 3 24710 4.3 29.119 0.000 |
-LZO1Z-999 | ssh_config 1548 1 947 61.2 0.000 0.000 |
-LZO1Z-999 | ssh_host_ecdsa_key 505 1 446 88.3 0.000 0.000 |
-LZO1Z-999 | ssh_host_ecdsa_key.pub 176 1 169 96.0 0.000 0.000 |
-LZO1Z-999 | ssh_host_ed25519_key 411 1 315 76.6 0.000 0.000 |
-LZO1Z-999 | ssh_host_ed25519_key.pub 96 1 100 104 0.000 0.000 |
-LZO1Z-999 | ssh_host_rsa_key 2602 1 2560 98.4 0.000 0.000 |
-LZO1Z-999 | ssh_host_rsa_key.pub 568 1 572 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 147954 74.0 7.159 0.000 |
-LZO1Z-999 | openssl.cnf 10909 1 4304 39.5 11.305 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 |
-LZO1Z-999 | kdump.conf 411 1 320 77.9 0.000 0.000 |
-LZO1Z-999 | sysctl.conf 2128 1 1398 65.7 0.000 0.000 |
-LZO1Z-999 | syslog-startup.conf 651 1 512 78.6 0.000 0.000 |
-LZO1Z-999 | syslog.conf 69 1 71 103 0.000 0.000 |
-LZO1Z-999 | ansi 1481 1 638 43.1 0.000 0.000 |
-LZO1Z-999 | dumb 308 1 69 22.4 0.000 0.000 |
-LZO1Z-999 | linux 1730 1 879 50.8 0.000 0.000 |
-LZO1Z-999 | rxvt 2286 1 1312 57.4 0.000 0.000 |
-LZO1Z-999 | screen 1587 1 797 50.2 0.000 0.000 |
-LZO1Z-999 | screen-256color 1677 1 826 49.3 0.000 0.000 |
-LZO1Z-999 | sun 1004 1 424 42.2 0.000 0.000 |
-LZO1Z-999 | vt100 1190 1 636 53.4 0.000 0.000 |
-LZO1Z-999 | vt102 1184 1 636 53.7 0.000 0.000 |
-LZO1Z-999 | vt200 1377 1 780 56.6 0.000 0.000 |
-LZO1Z-999 | vt220 1377 1 780 56.6 0.000 0.000 |
-LZO1Z-999 | vt52 470 1 216 46.0 0.000 0.000 |
-LZO1Z-999 | xterm-256color 3641 1 1965 54.0 0.000 0.000 |
-LZO1Z-999 | xterm-color 1551 1 675 43.5 0.000 0.000 |
-LZO1Z-999 | xterm-xfree86 2240 1 1139 50.8 0.000 0.000 |
-LZO1Z-999 | timestamp 15 1 19 127 0.000 0.000 |
-LZO1Z-999 | dnf.conf 164 1 122 74.4 0.000 0.000 |
-LZO1Z-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 |
-LZO1Z-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 |
-LZO1Z-999 | automount.rules 847 1 527 62.2 0.000 0.000 |
-LZO1Z-999 | autonet.rules 757 1 495 65.4 0.000 0.000 |
-LZO1Z-999 | local.rules 885 1 605 68.4 0.000 0.000 |
-LZO1Z-999 | localextra.rules 843 1 554 65.7 0.000 0.000 |
-LZO1Z-999 | mount.sh 4232 1 1894 44.8 0.000 0.000 |
-LZO1Z-999 | network.sh 1402 1 920 65.6 0.000 0.000 |
-LZO1Z-999 | udev.conf 49 1 52 106 0.000 0.000 |
-LZO1Z-999 | 50default 2634 1 1015 38.5 0.000 0.000 |
-LZO1Z-999 | version 15 1 19 127 0.000 0.000 |
-LZO1Z-999 | volatile.cache 5955 1 1201 20.2 0.000 0.000 |
-LZO1Z-999 | 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 10.138 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*** 4506 1.0 1312 66.3 8.220 0.000
-LZO1Z-999 ***TOTALS*** 1243893 278 362342 29.1 8.220 0.000
-Done.
-Align init: 0x7f9007f010 ( 0x7f9007f010 )
-Alignment test passed.
-PASS: align
-Checksum test passed.
-PASS: chksum
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-compressed 131072 bytes into 593 bytes
-decompressed 593 bytes back into 131072 bytes
-Simple compression test passed.
-PASS: simple
-
-LZO real-time data compression library (v2.10, Mar 01 2017).
-Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
-All Rights Reserved.
-
-compressed 131072 bytes into 593 bytes
-decompressed 593 bytes back into 131072 bytes
-
-miniLZO simple compression test passed.
-PASS: testmini
-DURATION: 3
-END: /usr/lib/lzo/ptest
-2019-06-18T13:04
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:04
-BEGIN: /usr/lib/m4/ptest
-PASS: test-alignof
-PASS: test-alloca-opt
-PASS: test-array_list
-PASS: test-array_oset
-PASS: test-avltree_oset
-PASS: test-binary-io.sh
-PASS: test-btowc1.sh
-FAIL: test-btowc2.sh
-PASS: test-c-ctype
-skipping test: c_stack_action: Operation not supported
-SKIP: test-c-stack.sh
-skipping test: c_stack_action: Operation not supported
-SKIP: test-c-stack2.sh
-PASS: test-c-strcase.sh
-PASS: test-canonicalize-lgpl
-PASS: test-chdir
-PASS: test-cloexec
-PASS: test-close
-PASS: test-closein.sh
-PASS: test-ctype
-PASS: test-dirent
-PASS: test-dirname
-PASS: test-dup
-PASS: test-dup2
-PASS: test-environ
-PASS: test-errno
-PASS: test-fclose
-PASS: test-fcntl-h
-PASS: test-fcntl
-PASS: test-fdopen
-PASS: test-fflush
-PASS: test-fflush2.sh
-PASS: test-fgetc
-PASS: test-filenamecat
-PASS: test-float
-PASS: test-fopen-safer
-PASS: test-fopen
-PASS: test-fpending.sh
-PASS: test-fpurge
-PASS: test-fputc
-PASS: test-fread
-PASS: test-freadahead.sh
-PASS: test-freading
-PASS: test-frexp-nolibm
-PASS: test-frexpl-nolibm
-PASS: test-fseek.sh
-PASS: test-fseek2.sh
-PASS: test-fseeko.sh
-PASS: test-fseeko2.sh
-PASS: test-fseeko3.sh
-PASS: test-fseeko4.sh
-PASS: test-fstat
-PASS: test-ftell.sh
-PASS: test-ftell2.sh
-PASS: test-ftell3
-PASS: test-ftello.sh
-PASS: test-ftello2.sh
-PASS: test-ftello3
-PASS: test-ftello4.sh
-PASS: test-fwrite
-PASS: test-getcwd-lgpl
-PASS: test-getdtablesize
-PASS: test-getopt-gnu
-PASS: test-getopt-posix
-PASS: test-getprogname
-PASS: test-gettimeofday
-PASS: test-ignore-value
-PASS: test-intprops
-PASS: test-inttypes
-PASS: test-isblank
-PASS: test-isnand-nolibm
-PASS: test-isnanf-nolibm
-PASS: test-isnanl-nolibm
-PASS: test-langinfo
-PASS: test-limits-h
-PASS: test-link
-PASS: test-linkedhash_list
-PASS: test-locale
-PASS: test-localeconv
-PASS: test-localename
-PASS: test-lseek.sh
-PASS: test-lstat
-PASS: test-malloca
-PASS: test-math
-PASS: test-mbrtowc1.sh
-FAIL: test-mbrtowc2.sh
-Skipping test: no traditional japanese locale is supported
-SKIP: test-mbrtowc3.sh
-Skipping test: no transitional chinese locale is supported
-SKIP: test-mbrtowc4.sh
-PASS: test-mbrtowc5.sh
-Skipping test: not a native Windows system
-SKIP: test-mbrtowc-w32-1.sh
-Skipping test: not a native Windows system
-SKIP: test-mbrtowc-w32-2.sh
-Skipping test: not a native Windows system
-SKIP: test-mbrtowc-w32-3.sh
-Skipping test: not a native Windows system
-SKIP: test-mbrtowc-w32-4.sh
-Skipping test: not a native Windows system
-SKIP: test-mbrtowc-w32-5.sh
-PASS: test-mbsinit.sh
-PASS: test-memchr
-PASS: test-memchr2
-../../m4-1.4.18/tests/test-nl_langinfo.c:57: assertion 'c_strcasecmp (codeset, "UTF-8") == 0 || c_strcasecmp (codeset, "UTF8") == 0' failed
-./test-nl_langinfo.sh: line 15: 3965 Aborted LC_ALL=$LOCALE_FR_UTF8 ./test-nl_langinfo${EXEEXT} 2
-FAIL: test-nl_langinfo.sh
-PASS: test-open
-PASS: test-pathmax
-PASS: test-pipe2
-PASS: test-posix_spawn_file_actions_addclose
-PASS: test-posix_spawn_file_actions_adddup2
-PASS: test-posix_spawn_file_actions_addopen
-PASS: test-posix_spawn1
-PASS: test-posix_spawn2
-PASS: test-printf-frexp
-PASS: test-printf-frexpl
-PASS: test-quotearg-simple
-PASS: test-raise
-PASS: test-rawmemchr
-PASS: test-readlink
-PASS: test-regex
-PASS: test-rename
-PASS: test-rmdir
-PASS: test-sched
-PASS: test-setenv
-FAIL: test-setlocale1.sh
-PASS: test-setlocale2.sh
-PASS: test-sigaction
-PASS: test-signal-h
-PASS: test-signbit
-PASS: test-sigpipe.sh
-PASS: test-sigprocmask
-PASS: test-sleep
-PASS: test-snprintf
-PASS: test-spawn-pipe.sh
-PASS: test-spawn
-PASS: test-stat
-PASS: test-stdalign
-PASS: test-stdbool
-PASS: test-stddef
-PASS: test-stdint
-PASS: test-stdio
-PASS: test-stdlib
-PASS: test-strchrnul
-PASS: test-strerror
-PASS: test-string
-PASS: test-strnlen
-PASS: test-strsignal
-PASS: test-strstr
-PASS: test-strtod
-PASS: test-symlink
-PASS: test-sys_stat
-PASS: test-sys_time
-PASS: test-sys_types
-PASS: test-sys_wait
-PASS: test-init.sh
-PASS: test-time
-PASS: test-dup-safer
-PASS: test-unistd
-PASS: test-unsetenv
-PASS: test-update-copyright.sh
-PASS: test-vasnprintf
-PASS: test-vasprintf-posix
-PASS: test-vasprintf
-test-vc-list-files-git.sh: skipped test: git not found in PATH
-SKIP: test-vc-list-files-git.sh
-test-vc-list-files-cvs.sh: skipped test: cvs not found in PATH
-SKIP: test-vc-list-files-cvs.sh
-PASS: test-verify
-test-verify.sh: skipped test: cannot compile error-free
-SKIP: test-verify.sh
-PASS: test-version-etc.sh
-PASS: test-wchar
-FAIL: test-wcrtomb.sh
-Skipping test: not a native Windows system
-SKIP: test-wcrtomb-w32-1.sh
-Skipping test: not a native Windows system
-SKIP: test-wcrtomb-w32-2.sh
-Skipping test: not a native Windows system
-SKIP: test-wcrtomb-w32-3.sh
-Skipping test: not a native Windows system
-SKIP: test-wcrtomb-w32-4.sh
-Skipping test: not a native Windows system
-SKIP: test-wcrtomb-w32-5.sh
-PASS: test-wctype-h
-PASS: test-write
-PASS: test-xalloc-die.sh
-PASS: test-xvasprintf
-===============================
-5 of 153 tests failed
-(17 tests were not run)
-Please report to bug-m4@gnu.org
-===============================
-make: *** [Makefile:4167: runtest-TESTS] Error 1
-
-ERROR: Exit status is 512
-DURATION: 6
-END: /usr/lib/m4/ptest
-2019-06-18T13:04
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:04
-BEGIN: /usr/lib/nettle/ptest
-PASS: aes-test
-PASS: arcfour-test
-PASS: arctwo-test
-PASS: base16-test
-PASS: base64-test
-PASS: bignum-test
-PASS: blowfish-test
-PASS: buffer-test
-PASS: camellia-test
-PASS: cast128-test
-PASS: cbc-test
-PASS: ccm-test
-PASS: cfb-test
-PASS: chacha-poly1305-test
-PASS: chacha-test
-PASS: cnd-memcpy-test
-PASS: ctr-test
-PASS: curve25519-dh-test
-PASS: cxx-test
-PASS: des-compat-test
-PASS: des-test
-PASS: des3-test
-PASS: dlopen-test
-PASS: dsa-keygen-test
-PASS: dsa-test
-PASS: eax-test
-PASS: ecc-add-test
-PASS: ecc-dup-test
-PASS: ecc-mod-test
-PASS: ecc-modinv-test
-PASS: ecc-mul-a-test
-PASS: ecc-mul-g-test
-PASS: ecc-redc-test
-PASS: ecc-sqrt-test
-PASS: ecdh-test
-PASS: ecdsa-keygen-test
-PASS: ecdsa-sign-test
-PASS: ecdsa-verify-test
-PASS: ed25519-test
-PASS: eddsa-compress-test
-PASS: eddsa-sign-test
-PASS: eddsa-verify-test
-PASS: gcm-test
-PASS: gosthash94-test
-PASS: hkdf-test
-PASS: hmac-test
-PASS: knuth-lfib-test
-PASS: md2-test
-PASS: md4-test
-PASS: md5-compat-test
-PASS: md5-test
-PASS: memeql-test
-PASS: memxor-test
-PASS: meta-aead-test
-PASS: meta-armor-test
-PASS: meta-cipher-test
-PASS: meta-hash-test
-PASS: nettle-pbkdf2-test
-PASS: pbkdf2-test
-SKIP: pkcs1-conv-test
-PASS: pkcs1-sec-decrypt-test
-PASS: pkcs1-test
-PASS: poly1305-test
-PASS: pss-mgf1-test
-PASS: pss-test
-PASS: random-prime-test
-PASS: ripemd160-test
-PASS: rsa-compute-root-test
-PASS: rsa-encrypt-test
-PASS: rsa-keygen-test
-PASS: rsa-pss-sign-tr-test
-PASS: rsa-sec-decrypt-test
-PASS: rsa-sign-tr-test
-PASS: rsa-test
-PASS: rsa2sexp-test
-PASS: salsa20-test
-PASS: serpent-test
-PASS: sexp-conv-test
-PASS: sexp-format-test
-PASS: sexp-test
-PASS: sexp2rsa-test
-SKIP: sha1-huge-test (skipped for ludicrous run time)
-PASS: sha1-test
-PASS: sha224-test
-PASS: sha256-test
-PASS: sha3-224-test
-PASS: sha3-256-test
-PASS: sha3-384-test
-PASS: sha3-512-test
-PASS: sha3-permute-test
-PASS: sha384-test
-PASS: sha512-224-test
-PASS: sha512-256-test
-PASS: sha512-test
-nm: '../libnettle.a': No such file
-nm: '../libnettle.a': No such file
-PASS: symbols-test
-PASS: twofish-test
-PASS: umac-test
-PASS: version-test
-PASS: yarrow-test
-All 97 tests passed
-DURATION: 19
-END: /usr/lib/nettle/ptest
-2019-06-18T13:05
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:05
-BEGIN: /usr/lib/openssl/ptest
-PASS: test/recipes/01-test_abort.t
-PASS: test/recipes/01-test_sanity.t
-SKIP: test/recipes/01-test_symbol_presence.t (The case needs debug symbols then we just disable it)
-PASS: test/recipes/01-test_test.t
-PASS: test/recipes/02-test_errstr.t
-PASS: test/recipes/02-test_internal_ctype.t
-PASS: test/recipes/02-test_lhash.t
-PASS: test/recipes/02-test_ordinals.t
-PASS: test/recipes/02-test_stack.t
-PASS: test/recipes/03-test_exdata.t
-PASS: test/recipes/03-test_internal_asn1.t
-PASS: test/recipes/03-test_internal_chacha.t
-PASS: test/recipes/03-test_internal_curve448.t
-PASS: test/recipes/03-test_internal_ec.t
-PASS: test/recipes/03-test_internal_mdc2.t
-PASS: test/recipes/03-test_internal_modes.t
-PASS: test/recipes/03-test_internal_poly1305.t
-PASS: test/recipes/03-test_internal_siphash.t
-PASS: test/recipes/03-test_internal_sm2.t
-PASS: test/recipes/03-test_internal_sm4.t
-PASS: test/recipes/03-test_internal_ssl_cert_table.t
-PASS: test/recipes/03-test_internal_x509.t
-PASS: test/recipes/03-test_ui.t
-PASS: test/recipes/04-test_asn1_decode.t
-PASS: test/recipes/04-test_asn1_encode.t
-PASS: test/recipes/04-test_asn1_string_table.t
-PASS: test/recipes/04-test_bio_callback.t
-PASS: test/recipes/04-test_bioprint.t
-PASS: test/recipes/04-test_err.t
-PASS: test/recipes/04-test_pem.t
-PASS: test/recipes/05-test_bf.t
-PASS: test/recipes/05-test_cast.t
-PASS: test/recipes/05-test_des.t
-PASS: test/recipes/05-test_hmac.t
-PASS: test/recipes/05-test_idea.t
-SKIP: test/recipes/05-test_md2.t (md2 is not supported by this OpenSSL build)
-PASS: test/recipes/05-test_mdc2.t
-PASS: test/recipes/05-test_rand.t
-PASS: test/recipes/05-test_rc2.t
-PASS: test/recipes/05-test_rc4.t
-SKIP: test/recipes/05-test_rc5.t (rc5 is not supported by this OpenSSL build)
-PASS: test/recipes/06-test-rdrand.t
-PASS: test/recipes/10-test_bn.t
-PASS: test/recipes/10-test_exp.t
-PASS: test/recipes/15-test_dh.t
-PASS: test/recipes/15-test_dsa.t
-PASS: test/recipes/15-test_ec.t
-PASS: test/recipes/15-test_ecdsa.t
-PASS: test/recipes/15-test_ecparam.t
-PASS: test/recipes/15-test_genrsa.t
-PASS: test/recipes/15-test_mp_rsa.t
-PASS: test/recipes/15-test_out_option.t
-PASS: test/recipes/15-test_rsa.t
-PASS: test/recipes/15-test_rsapss.t
-PASS: test/recipes/20-test_enc.t
-PASS: test/recipes/20-test_enc_more.t
-PASS: test/recipes/20-test_passwd.t
-PASS: test/recipes/25-test_crl.t
-PASS: test/recipes/25-test_d2i.t
-PASS: test/recipes/25-test_pkcs7.t
-PASS: test/recipes/25-test_req.t
-PASS: test/recipes/25-test_sid.t
-PASS: test/recipes/25-test_verify.t
-PASS: test/recipes/25-test_x509.t
-PASS: test/recipes/30-test_afalg.t
-PASS: test/recipes/30-test_engine.t
-PASS: test/recipes/30-test_evp.t
-PASS: test/recipes/30-test_evp_extra.t
-PASS: test/recipes/30-test_pbelu.t
-PASS: test/recipes/30-test_pkey_meth.t
-PASS: test/recipes/30-test_pkey_meth_kdf.t
-PASS: test/recipes/40-test_rehash.t
-PASS: test/recipes/60-test_x509_check_cert_pkey.t
-PASS: test/recipes/60-test_x509_dup_cert.t
-PASS: test/recipes/60-test_x509_store.t
-PASS: test/recipes/60-test_x509_time.t
-PASS: test/recipes/70-test_asyncio.t
-PASS: test/recipes/70-test_bad_dtls.t
-PASS: test/recipes/70-test_clienthello.t
-PASS: test/recipes/70-test_comp.t
-PASS: test/recipes/70-test_key_share.t
-PASS: test/recipes/70-test_packet.t
-PASS: test/recipes/70-test_recordlen.t
-PASS: test/recipes/70-test_renegotiation.t
-PASS: test/recipes/70-test_servername.t
-PASS: test/recipes/70-test_sslcbcpadding.t
-PASS: test/recipes/70-test_sslcertstatus.t
-PASS: test/recipes/70-test_sslextension.t
-PASS: test/recipes/70-test_sslmessages.t
-PASS: test/recipes/70-test_sslrecords.t
-PASS: test/recipes/70-test_sslsessiontick.t
-PASS: test/recipes/70-test_sslsigalgs.t
-PASS: test/recipes/70-test_sslsignature.t
-PASS: test/recipes/70-test_sslskewith0p.t
-PASS: test/recipes/70-test_sslversions.t
-PASS: test/recipes/70-test_sslvertol.t
-PASS: test/recipes/70-test_tls13alerts.t
-PASS: test/recipes/70-test_tls13cookie.t
-PASS: test/recipes/70-test_tls13downgrade.t
-PASS: test/recipes/70-test_tls13hrr.t
-PASS: test/recipes/70-test_tls13kexmodes.t
-PASS: test/recipes/70-test_tls13messages.t
-PASS: test/recipes/70-test_tls13psk.t
-PASS: test/recipes/70-test_tlsextms.t
-PASS: test/recipes/70-test_verify_extra.t
-PASS: test/recipes/70-test_wpacket.t
-PASS: test/recipes/80-test_ca.t
-PASS: test/recipes/80-test_cipherbytes.t
-PASS: test/recipes/80-test_cipherlist.t
-PASS: test/recipes/80-test_ciphername.t
-PASS: test/recipes/80-test_cms.t
-PASS: test/recipes/80-test_cmsapi.t
-PASS: test/recipes/80-test_ct.t
-PASS: test/recipes/80-test_dane.t
-PASS: test/recipes/80-test_dtls.t
-PASS: test/recipes/80-test_dtls_mtu.t
-PASS: test/recipes/80-test_dtlsv1listen.t
-PASS: test/recipes/80-test_ocsp.t
-PASS: test/recipes/80-test_pkcs12.t
-PASS: test/recipes/80-test_ssl_new.t
-PASS: test/recipes/80-test_ssl_old.t
-PASS: test/recipes/80-test_ssl_test_ctx.t
-PASS: test/recipes/80-test_sslcorrupt.t
-PASS: test/recipes/80-test_tsa.t
-PASS: test/recipes/80-test_x509aux.t
-PASS: test/recipes/90-test_asn1_time.t
-PASS: test/recipes/90-test_async.t
-PASS: test/recipes/90-test_bio_enc.t
-PASS: test/recipes/90-test_bio_memleak.t
-PASS: test/recipes/90-test_constant_time.t
-PASS: test/recipes/90-test_fatalerr.t
-PASS: test/recipes/90-test_gmdiff.t
-SKIP: test/recipes/90-test_gost.t (No test GOST engine found)
-PASS: test/recipes/90-test_ige.t
-PASS: test/recipes/90-test_includes.t
-PASS: test/recipes/90-test_memleak.t
-SKIP: test/recipes/90-test_overhead.t (Only supported in no-shared builds)
-PASS: test/recipes/90-test_secmem.t
-PASS: test/recipes/90-test_shlibload.t
-PASS: test/recipes/90-test_srp.t
-PASS: test/recipes/90-test_sslapi.t
-PASS: test/recipes/90-test_sslbuffers.t
-PASS: test/recipes/90-test_store.t
-PASS: test/recipes/90-test_sysdefault.t
-PASS: test/recipes/90-test_threads.t
-PASS: test/recipes/90-test_time_offset.t
-PASS: test/recipes/90-test_tls13ccs.t
-PASS: test/recipes/90-test_tls13encryption.t
-PASS: test/recipes/90-test_tls13secrets.t
-PASS: test/recipes/90-test_v3name.t
-SKIP: test/recipes/95-test_external_boringssl.t (No external tests in this configuration)
-SKIP: test/recipes/95-test_external_krb5.t (No external tests in this configuration)
-SKIP: test/recipes/95-test_external_pyca.t (No external tests in this configuration)
-PASS: test/recipes/99-test_ecstress.t
-PASS: test/recipes/99-test_fuzz.t
-All tests successful.
-Files=155, Tests=1449, 144 wallclock secs ( 2.81 usr 0.45 sys + 112.82 cusr 19.08 csys = 135.16 CPU)
-Result: PASS
-DURATION: 144
-END: /usr/lib/openssl/ptest
-2019-06-18T13:07
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:07
-BEGIN: /usr/lib/opkg/ptest
-make -C tests DATADIR=/usr/share SYSCONFDIR=/etc VARDIR=/var
-make[1]: Entering directory '/usr/lib/opkg/ptest/tests'
-core/01_install.py
-core/02_file.py
-core/03_upgrade.py
-core/04_upgrade_file.py
-core/05_downgrade.py
-core/06_dependency.py
-core/07_hold_upgrade.py
-core/08_hold_by_hand.py
-core/09_hold_depends.py
-core/10_virtual_conflicts_first.py
-core/11_virtual_conflicts_second.py
-core/12_virtual_no_conflicts.py
-core/13_virtual_upgrade.py
-core/14_upgrade_by_uri.py
-core/15_reinstall_by_uri.py
-core/16_upgrade_dependency.py
-core/17_upgrade_conflicts.py
-core/18_upgrade_recommends.py
-core/19_no_recommends.py
-core/20_exclude.py
-core/21_autoremove.py
-core/22_autoremove_dependency.py
-core/23_force_depends.py
-core/24_nodeps.py
-core/25_essential.py
-core/25a_essential.py
-core/26_prefer_arch_to_version.py
-core/27_reldeps_lt.py
-core/28_reldeps_lteq.py
-core/29_reldeps_eq.py
-core/30_reldeps_gteq.py
-core/31_reldeps_gt.py
-core/32_intercept_disable.py
-core/33_install_exact_version.py
-core/34_list_upgradable.py
-core/35_download_only.py
-core/36_install_virtual.py
-core/37_globs.py
-core/38_install_constrained_version.py
-core/39_distupgrade.py
-core/40_arch.py
-core/41_info_fields.py
-core/42_info_description.py
-core/43_add_ignore_recommends.py
-regress/issue26.py
-regress/issue31.py
-regress/issue32.py
-regress/issue45.py
-regress/issue46.py
-regress/issue50.py
-regress/issue51.py
-regress/issue55.py
-regress/issue58.py
-regress/issue72.py
-regress/issue79.py
-regress/issue85.py
-regress/issue89.py
-regress/issue91.py
-regress/issue103.py
-regress/issue121.py
-regress/issue124.py
-regress/issue124.py: Expected failure: [libsolv] Package 'a' upgraded despite not being listed in packages to upgrade.
-regress/issue124a.py
-regress/issue124a.py: Expected failure: [libsolv] Package 'a' upgraded despite not being listed in packages to upgrade.
-regress/issue127.py
-regress/issue152.py
-regress/issue154.py
-regress/issue156.py
-regress/issue162.py
-regress/issue163.py
-regress/issue165.py
-regress/issue165a.py
-regress/issue165b.py
-regress/issue167.py
-regress/issue8351.py
-regress/issue8601.py
-regress/issue8912.py
-regress/issue8913.py
-regress/issue9059.py
-regress/issue9218.py
-regress/issue9533.py
-regress/issue9802.py
-regress/issue9802b.py
-regress/issue9987.py
-regress/issue9939.py
-regress/issue10358.py
-regress/issue10358b.py
-regress/issue10777.py
-regress/issue10781.py
-regress/issue11033.py
-regress/issue11033b.py
-regress/issue11826.py
-misc/filehash.py
-misc/update_loses_autoinstalled_flag.py
-misc/version_comparisons.py
-make[1]: Leaving directory '/usr/lib/opkg/ptest/tests'
-DURATION: 12
-END: /usr/lib/opkg/ptest
-2019-06-18T13:07
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:07
-BEGIN: /usr/lib/pango/ptest
-Running test: pango/test-layout.test
-/layout/valid-2.markup: OK
-/layout/valid-1.markup: OK
-PASS: pango/test-layout.test
-Running test: pango/cxx-test.test
-PASS: pango/cxx-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: 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/testiter.test
-/layout/iter: OK
-/layout/glyphitem-iter: OK
-PASS: pango/testiter.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/testboundaries.test
-/text/boundaries: sample file: /usr/libexec/installed-tests/pango/boundaries.utf8
-testboundaries passed
-OK
-PASS: pango/testboundaries.test
-Running test: pango/test-pangocairo-threads.test
-PASS: pango/test-pangocairo-threads.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/markup-parse.test
-/markup/parse/fail-3.markup: OK
-/markup/parse/fail-1.markup: OK
-/markup/parse/valid-2.markup: OK
-/markup/parse/valid-4.markup: OK
-/markup/parse/fail-2.markup: OK
-/markup/parse/valid-7.markup: OK
-/markup/parse/valid-3.markup: OK
-/markup/parse/valid-1.markup: OK
-/markup/parse/valid-8.markup: OK
-/markup/parse/fail-5.markup: OK
-/markup/parse/valid-9.markup: OK
-/markup/parse/valid-5.markup: OK
-/markup/parse/valid-6.markup: OK
-/markup/parse/fail-4.markup: OK
-PASS: pango/markup-parse.test
-SUMMARY: total=12; passed=12; skipped=0; failed=0; user=0.6s; system=0.2s; maxrss=21036
-DURATION: 1
-END: /usr/lib/pango/ptest
-2019-06-18T13:07
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:07
-BEGIN: /usr/lib/parted/ptest
-make: Entering directory '/usr/lib/parted/ptest/tests'
-make[1]: Entering directory '/usr/lib/parted/ptest/tests'
-PASS: help-version.sh
-PASS: t0000-basic.sh
-PASS: t0001-tiny.sh
-PASS: t0010-script-no-ctrl-chars.sh
-PASS: t0100-print.sh
-PASS: t0101-print-empty.sh
-PASS: t0200-gpt.sh
-PASS: t0201-gpt.sh
-PASS: t0202-gpt-pmbr.sh
-PASS: t0203-gpt-tiny-device-abort.sh
-PASS: t0203-gpt-shortened-device-primary-valid.sh
-PASS: t0205-gpt-list-clobbers-pmbr.sh
-PASS: t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh
-PASS: t0207-IEC-binary-notation.sh
-PASS: t0208-mkpart-end-in-IEC.sh
-PASS: t0209-gpt-pmbr_boot.sh
-t0210-gpt-resized-partition-entry-array.sh: skipped test: this test requires Perl's Digest::CRC module
-SKIP: t0210-gpt-resized-partition-entry-array.sh
-t0211-gpt-rewrite-header.sh: skipped test: this test requires Perl's Digest::CRC module
-SKIP: t0211-gpt-rewrite-header.sh
-PASS: t0212-gpt-many-partitions.sh
-PASS: t0220-gpt-msftres.sh
-PASS: t0250-gpt.sh
-PASS: t0280-gpt-corrupt.sh
-PASS: t0300-dos-on-gpt.sh
-PASS: t0400-loop-clobber-infloop.sh
-PASS: t0500-dup-clobber.sh
-PASS: t0501-duplicate.sh
-t1100-busy-label.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t1100-busy-label.sh
-t1101-busy-partition.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t1101-busy-partition.sh
-: no xfs support
-: no nilfs2 support
-: no ntfs support
-: no vfat support
-: no hfsplus support
-t1700-probe-fs.sh: skipped test: tune2fs failed
-SKIP: t1700-probe-fs.sh
-PASS: t2200-dos-label-recog.sh
-PASS: t2201-pc98-label-recog.sh
-PASS: t2300-dos-label-extended-bootcode.sh
-t2310-dos-extended-2-sector-min-offset.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t2310-dos-extended-2-sector-min-offset.sh
-PASS: t2400-dos-hfs-partition-type.sh
-PASS: t2500-probe-corrupt-hfs.sh
-t3000-resize-fs.sh: skipped test: This test requires HFS support.
-SKIP: t3000-resize-fs.sh
-t3200-type-change.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t3200-type-change.sh
-PASS: t3300-palo-prep.sh
-PASS: t3310-flags.sh
-t3400-whole-disk-FAT-partition.sh: skipped test: mkfs.vfat failed
-SKIP: t3400-whole-disk-FAT-partition.sh
-PASS: t4000-sun-raid-type.sh
-PASS: t4001-sun-vtoc.sh
-t4100-msdos-partition-limits.sh: skipped test: this test requires XFS support
-SKIP: t4100-msdos-partition-limits.sh
-t4100-dvh-partition-limits.sh: skipped test: this test requires XFS support
-SKIP: t4100-dvh-partition-limits.sh
-PASS: t4100-msdos-starting-sector.sh
-t4200-partprobe.sh: skipped test: This test requires an erasable device and you have not properly set the $DEVICE_TO_ERASE and $DEVICE_TO_ERASE_SIZE envvars.
-SKIP: t4200-partprobe.sh
-PASS: t4300-nilfs2-tiny.sh
-PASS: t5000-tags.sh
-t6000-dm.sh: skipped test: no device-mapper support
-SKIP: t6000-dm.sh
-loop_setup_ failed: Unable to create loopback device
-FAIL: t6001-psep.sh
-t6100-mdraid-partitions.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t6100-mdraid-partitions.sh
-t7000-scripting.sh: skipped test: configured without readline support
-SKIP: t7000-scripting.sh
-loop_setup_ failed: Unable to create loopback device
-t8000-loop.sh: skipped test: is this partition mounted with 'nodev'?
-SKIP: t8000-loop.sh
-loop_setup_ failed: Unable to create loopback device
-t8001-loop-blkpg.sh: skipped test: your system is not configured to partition loop devices
-SKIP: t8001-loop-blkpg.sh
-t9010-big-sector.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t9010-big-sector.sh
-t9020-alignment.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t9020-alignment.sh
-PASS: t9021-maxima.sh
-PASS: t9022-one-unit-snap.sh
-PASS: t9023-value-lt-one.sh
-t9030-align-check.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t9030-align-check.sh
-t9040-many-partitions.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t9040-many-partitions.sh
-t9041-undetected-in-use-16th-partition.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t9041-undetected-in-use-16th-partition.sh
-t9042-dos-partition-limit.sh: skipped test: you lack the scsi_debug kernel module
-SKIP: t9042-dos-partition-limit.sh
-PASS: t9050-partition-table-types.sh
-============================================================================
-Testsuite summary for GNU parted 3.1
-============================================================================
-# TOTAL: 64
-# PASS: 40
-# SKIP: 23
-# XFAIL: 0
-# FAIL: 1
-# XPASS: 0
-# ERROR: 0
-============================================================================
-See tests/test-suite.log
-Please report to bug-parted@gnu.org
-============================================================================
-make[1]: *** [Makefile:169: test-suite.log] Error 1
-make[1]: Leaving directory '/usr/lib/parted/ptest/tests'
-make: *** [Makefile:261: check-TESTS] Error 2
-make: Leaving directory '/usr/lib/parted/ptest/tests'
-
-ERROR: Exit status is 512
-DURATION: 8
-END: /usr/lib/parted/ptest
-2019-06-18T13:07
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:07
-BEGIN: /usr/lib/quilt/ptest
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[add-filename-check.test]
-6 commands (6 passed, 0 failed)
-PASS: add-filename-check.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[altered-series.test]
-12 commands (12 passed, 0 failed)
-PASS: altered-series.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[annotate.test]
-31 commands (31 passed, 0 failed)
-PASS: annotate.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[applied.test]
-15 commands (15 passed, 0 failed)
-PASS: applied.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[auto-refresh.test]
-14 commands (14 passed, 0 failed)
-PASS: auto-refresh.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[backup-files.test]
-119 commands (119 passed, 0 failed)
-PASS: backup-files.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[colon-in-patch-name.test]
-23 commands (23 passed, 0 failed)
-PASS: colon-in-patch-name.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[comments.test]
-11 commands (11 passed, 0 failed)
-PASS: comments.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[conflicts.test]
-39 commands (39 passed, 0 failed)
-PASS: conflicts.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[create-delete.test]
-19 commands (19 passed, 0 failed)
-PASS: create-delete.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[dir-a-b.test]
-11 commands (11 passed, 0 failed)
-PASS: dir-a-b.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[dotglob.test]
-7 commands (7 passed, 0 failed)
-PASS: dotglob.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[duplicate-patch-in-series.test]
-9 commands (9 passed, 0 failed)
-PASS: duplicate-patch-in-series.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[edit.test]
-30 commands (30 passed, 0 failed)
-PASS: edit.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[empty-files.test]
-40 commands (40 passed, 0 failed)
-PASS: empty-files.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[empty.test]
-10 commands (10 passed, 0 failed)
-PASS: empty.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[example1.test]
-30 commands (30 passed, 0 failed)
-PASS: example1.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[failbackup.test]
-10 commands (10 passed, 0 failed)
-PASS: failbackup.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[faildiff.test]
-15 commands (15 passed, 0 failed)
-PASS: faildiff.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[failpop.test]
-13 commands (13 passed, 0 failed)
-PASS: failpop.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[fold.test]
-11 commands (11 passed, 0 failed)
-PASS: fold.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[formats.test]
-13 commands (13 passed, 0 failed)
-PASS: formats.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[half-applies.test]
-18 commands (18 passed, 0 failed)
-PASS: half-applies.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[hard-linked-patch.test]
-15 commands (15 passed, 0 failed)
-PASS: hard-linked-patch.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[header.test]
-15 commands (15 passed, 0 failed)
-PASS: header.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[import.test]
-83 commands (83 passed, 0 failed)
-PASS: import.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[import2.test]
-40 commands (40 passed, 0 failed)
-PASS: import2.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[merge.test]
-11 commands (11 passed, 0 failed)
-PASS: merge.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[missing.test]
-5 commands (5 passed, 0 failed)
-PASS: missing.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[new-nosubdir.test]
-4 commands (4 passed, 0 failed)
-PASS: new-nosubdir.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[new.test]
-9 commands (9 passed, 0 failed)
-PASS: new.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[no-file-to-patch.test]
-5 commands (5 passed, 0 failed)
-PASS: no-file-to-patch.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[nolink.test]
-28 commands (28 passed, 0 failed)
-PASS: nolink.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[null-bug.test]
-9 commands (9 passed, 0 failed)
-PASS: null-bug.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[one.test]
-44 commands (44 passed, 0 failed)
-PASS: one.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[patch-wrapper.test]
-38 commands (38 passed, 0 failed)
-PASS: patch-wrapper.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[perms.test]
-21 commands (21 passed, 0 failed)
-PASS: perms.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[project-settings.test]
-10 commands (10 passed, 0 failed)
-PASS: project-settings.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[refresh-z.test]
-10 commands (10 passed, 0 failed)
-PASS: refresh-z.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[refresh.test]
-12 commands (12 passed, 0 failed)
-PASS: refresh.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[refresh_patch_order.test]
-20 commands (20 passed, 0 failed)
-PASS: refresh_patch_order.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[remember-locations.test]
-13 commands (13 passed, 0 failed)
-PASS: remember-locations.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[remove-trailing-ws.test]
-44 commands (44 passed, 0 failed)
-PASS: remove-trailing-ws.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[rename.test]
-18 commands (18 passed, 0 failed)
-PASS: rename.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[revert.test]
-27 commands (27 passed, 0 failed)
-PASS: revert.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[setup.test]
-64 commands (64 passed, 0 failed)
-PASS: setup.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[snapshot.test]
-15 commands (15 passed, 0 failed)
-PASS: snapshot.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[snapshot2.test]
-16 commands (16 passed, 0 failed)
-PASS: snapshot2.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[sort.test]
-25 commands (25 passed, 0 failed)
-PASS: sort.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[space-in-filenames.test]
-33 commands (33 passed, 0 failed)
-PASS: space-in-filenames.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[subdir.test]
-18 commands (18 passed, 0 failed)
-PASS: subdir.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[symlink.test]
-49 commands (49 passed, 0 failed)
-PASS: symlink.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[tester.test]
-10 commands (10 passed, 0 failed)
-PASS: tester.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[three.test]
-66 commands (66 passed, 0 failed)
-PASS: three.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[timestamps.test]
-12 commands (12 passed, 0 failed)
-PASS: timestamps.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[trailing-ws.test]
-21 commands (21 passed, 0 failed)
-PASS: trailing-ws.test
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at ./run line 114.
-Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE \?}/ at ./run line 290.
-[two.test]
-57 commands (57 passed, 0 failed)
-PASS: two.test
-DURATION: 60
-END: /usr/lib/quilt/ptest
-2019-06-18T13:08
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:08
-BEGIN: /usr/lib/sed/ptest
-make: Entering directory '/usr/lib/sed/ptest/testsuite'
-PASS: bug-regex7
-PASS: bug-regex8
-PASS: bug-regex9
-PASS: bug-regex10
-PASS: bug-regex11
-PASS: bug-regex12
-PASS: bug-regex13
-PASS: bug-regex14
-PASS: bug-regex15
-PASS: bug-regex16
-PASS: bug-regex21
-PASS: bug-regex27
-PASS: bug-regex28
-PASS: tst-pcre
-PASS: tst-boost
-PASS: runtests
-PASS: runptests
-PASS: tst-rxspencer
-PASS: tst-regex2
-PASS: space
-PASS: appquit
-PASS: enable
-PASS: sep
-PASS: inclib
-PASS: 8bit
-PASS: newjis
-PASS: xabcx
-PASS: dollar
-PASS: noeol
-PASS: noeolw
-PASS: modulo
-PASS: numsub
-PASS: numsub2
-PASS: numsub3
-PASS: numsub4
-PASS: numsub5
-PASS: 0range
-PASS: bkslashes
-PASS: head
-PASS: madding
-PASS: mac-mf
-PASS: empty
-PASS: xbxcx
-PASS: xbxcx3
-PASS: recall
-PASS: recall2
-PASS: xemacs
-PASS: fasts
-PASS: uniq
-PASS: manis
-PASS: khadafy
-PASS: linecnt
-PASS: eval
-PASS: distrib
-PASS: 8to7
-PASS: y-bracket
-PASS: y-newline
-PASS: allsub
-PASS: cv-vars
-PASS: classes
-PASS: middle
-PASS: bsd
-PASS: stdin
-PASS: flipcase
-PASS: insens
-PASS: subwrite
-PASS: writeout
-PASS: readin
-PASS: insert
-PASS: utf8-1
-PASS: utf8-2
-PASS: utf8-3
-PASS: utf8-4
-PASS: badenc
-PASS: inplace-hold
-PASS: brackets
-PASS: amp-escape
-PASS: help
-PASS: version
-PASS: file
-PASS: quiet
-PASS: factor
-PASS: binary3
-PASS: binary2
-PASS: binary
-PASS: dc
-===================
-All 86 tests passed
-===================
-make: Leaving directory '/usr/lib/sed/ptest/testsuite'
-DURATION: 7
-END: /usr/lib/sed/ptest
-2019-06-18T13:08
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:08
-BEGIN: /usr/lib/slang/ptest
-make: Entering directory '/usr/lib/slang/ptest/test'
-/bin/rm -rf tmpfile*.* tmpdir*.*
-
-Running tests:
-
-Testing argv processing ...Ok
-Testing argv processing [UTF-8 mode] ...Ok
-PASS: argv.sl
-Testing syntax ...Ok
-Testing syntax [UTF-8 mode] ...Ok
-PASS: syntax.sl
-Testing Short Ciruit Operators ...Ok
-Testing Short Ciruit Operators [UTF-8 mode] ...Ok
-PASS: scircuit.sl
-Testing _eqs ...Ok
-Testing _eqs [UTF-8 mode] ...Ok
-PASS: eqs.sl
-Testing sscanf ...Ok
-Testing sscanf [UTF-8 mode] ...Ok
-PASS: sscanf.sl
-Testing looping constructs ...Ok
-Testing looping constructs [UTF-8 mode] ...Ok
-PASS: loops.sl
-Testing Arithmetic ...Ok
-Testing Arithmetic [UTF-8 mode] ...Ok
-PASS: arith.sl
-Testing array functions ...Ok
-Testing array functions [UTF-8 mode] ...Ok
-PASS: array.sl
-Testing string functions ...Ok
-Testing string functions [UTF-8 mode] ...Ok
-PASS: strops.sl
-Testing Binary Strings ...Ok
-Testing Binary Strings [UTF-8 mode] ...Ok
-PASS: bstring.sl
-Testing pack and unpack functions ...Ok
-Testing pack and unpack functions [UTF-8 mode] ...Ok
-PASS: pack.sl
-Testing stdio routines ...Ok
-Testing stdio routines [UTF-8 mode] ...Ok
-PASS: stdio.sl
-Testing Associative Arrays ...Ok
-Testing Associative Arrays [UTF-8 mode] ...Ok
-PASS: assoc.sl
-Testing recursive function modifications ...Ok
-Testing recursive function modifications [UTF-8 mode] ...Ok
-PASS: selfload.sl
-Testing structures ...Ok
-Testing structures [UTF-8 mode] ...Ok
-PASS: struct.sl
-Testing NameSpace routines ...Ok
-Testing NameSpace routines [UTF-8 mode] ...Ok
-PASS: nspace.sl
-Testing path ...Ok
-Testing path [UTF-8 mode] ...Ok
-PASS: path.sl
-Testing #ifeval ...Ok
-Testing #ifeval [UTF-8 mode] ...Ok
-PASS: ifeval.sl
-Testing Any_Type ...Ok
-Testing Any_Type [UTF-8 mode] ...Ok
-PASS: anytype.sl
-Testing Matrix Multiplications ...Ok
-Testing Matrix Multiplications [UTF-8 mode] ...Ok
-PASS: arrmult.sl
-Testing time functions ...Ok
-Testing time functions [UTF-8 mode] ...Ok
-PASS: time.sl
-Testing utf8 ...Ok
-Testing utf8 [UTF-8 mode] ...Ok
-PASS: utf8.sl
-Testing exceptions ...Ok
-Testing exceptions [UTF-8 mode] ...Ok
-PASS: except.sl
-Known Bugs or not yet implemented features:
- Range arrays of Short, Long, LongLong types converted to Int_Type
-Known Bugs or not yet implemented features:
- Range arrays of Short, Long, LongLong types converted to Int_Type
-PASS: bugs.sl
-Testing lists ...Ok
-Testing lists [UTF-8 mode] ...Ok
-PASS: list.sl
-Testing regexp ...Ok
-Testing regexp [UTF-8 mode] ...Ok
-PASS: regexp.sl
-Testing method calls ...Ok
-Testing method calls [UTF-8 mode] ...Ok
-PASS: method.sl
-Testing dereferences ...Ok
-Testing dereferences [UTF-8 mode] ...Ok
-PASS: deref.sl
-Testing NaN and Inf ...Ok
-Testing NaN and Inf [UTF-8 mode] ...Ok
-PASS: naninf.sl
-Testing literal integer overflow ...Ok
-Testing literal integer overflow [UTF-8 mode] ...Ok
-PASS: overflow.sl
-Testing sorting ...Ok
-Testing sorting [UTF-8 mode] ...Ok
-PASS: sort.sl
-Testing long long ...Ok
-Testing long long [UTF-8 mode] ...Ok
-PASS: longlong.sl
-Testing signals ...
- Pausing for 2 seconds for alarm test.
- Pausing for 2.5 seconds for setitimer test..
- (make detected: skipping test_sigsuspend)
-Ok
-Testing signals [UTF-8 mode] ...
- Pausing for 2 seconds for alarm test.
- Pausing for 2.5 seconds for setitimer test..
- (make detected: skipping test_sigsuspend)
-Ok
-PASS: signal.sl
-Testing dollar strings ...Ok
-Testing dollar strings [UTF-8 mode] ...Ok
-PASS: dollar.sl
-Testing provide and require ...Ok
-Testing provide and require [UTF-8 mode] ...Ok
-PASS: req.sl
-Testing doc functions ...Ok
-Testing doc functions [UTF-8 mode] ...Ok
-PASS: docfun.sl
-Testing debugger support ...Ok
-Testing debugger support [UTF-8 mode] ...Ok
-PASS: debug.sl
-Testing qualifiers ...Ok
-Testing qualifiers [UTF-8 mode] ...Ok
-PASS: qualif.sl
-Testing Comparison Operators ...Ok
-Testing Comparison Operators [UTF-8 mode] ...Ok
-PASS: compare.sl
-Testing break and continue N ...Ok
-Testing break and continue N [UTF-8 mode] ...Ok
-PASS: break.sl
-Testing Multiline strings ...Ok
-Testing Multiline strings [UTF-8 mode] ...Ok
-PASS: multline.sl
-Testing stack functions ...Ok
-Testing stack functions [UTF-8 mode] ...Ok
-PASS: stack.sl
-Testing misc ...Ok
-Testing misc [UTF-8 mode] ...Ok
-PASS: misc.sl
-Testing POSIX I/O routines ...Ok
-Testing POSIX I/O routines [UTF-8 mode] ...Ok
-PASS: posixio.sl
-Testing posdir ...Ok
-Testing posdir [UTF-8 mode] ...Ok
-PASS: posdir.sl
-Testing proc ...Ok
-Testing proc [UTF-8 mode] ...Ok
-PASS: proc.sl
-Testing Math ...Ok
-Testing Math [UTF-8 mode] ...Ok
-PASS: math.sl
-Testing autoload ...Ok
-Testing autoload [UTF-8 mode] ...Ok
-PASS: autoload.sl
-Testing more NameSpace routines ...Ok
-Testing more NameSpace routines [UTF-8 mode] ...Ok
-PASS: nspace2.sl
-Testing slprep ...Ok
-Testing slprep [UTF-8 mode] ...Ok
-PASS: prep.sl
-Testing argv processing ...Ok
-Testing argv processing [UTF-8 mode] ...Ok
-PASS: argv.slc
-Testing syntax ...Ok
-Testing syntax [UTF-8 mode] ...Ok
-PASS: syntax.slc
-Testing Short Ciruit Operators ...Ok
-Testing Short Ciruit Operators [UTF-8 mode] ...Ok
-PASS: scircuit.slc
-Testing _eqs ...Ok
-Testing _eqs [UTF-8 mode] ...Ok
-PASS: eqs.slc
-Testing sscanf ...Ok
-Testing sscanf [UTF-8 mode] ...Ok
-PASS: sscanf.slc
-Testing looping constructs ...Ok
-Testing looping constructs [UTF-8 mode] ...Ok
-PASS: loops.slc
-Testing Arithmetic ...Ok
-Testing Arithmetic [UTF-8 mode] ...Ok
-PASS: arith.slc
-Testing array functions ...Ok
-Testing array functions [UTF-8 mode] ...Ok
-PASS: array.slc
-Testing string functions ...Ok
-Testing string functions [UTF-8 mode] ...Ok
-PASS: strops.slc
-Testing Binary Strings ...Ok
-Testing Binary Strings [UTF-8 mode] ...Ok
-PASS: bstring.slc
-Testing pack and unpack functions ...Ok
-Testing pack and unpack functions [UTF-8 mode] ...Ok
-PASS: pack.slc
-Testing stdio routines ...Ok
-Testing stdio routines [UTF-8 mode] ...Ok
-PASS: stdio.slc
-Testing Associative Arrays ...Ok
-Testing Associative Arrays [UTF-8 mode] ...Ok
-PASS: assoc.slc
-Testing recursive function modifications ...Ok
-Testing recursive function modifications [UTF-8 mode] ...Ok
-PASS: selfload.slc
-Testing structures ...Ok
-Testing structures [UTF-8 mode] ...Ok
-PASS: struct.slc
-Testing NameSpace routines ...Ok
-Testing NameSpace routines [UTF-8 mode] ...Ok
-PASS: nspace.slc
-Testing path ...Ok
-Testing path [UTF-8 mode] ...Ok
-PASS: path.slc
-Testing #ifeval ...Ok
-Testing #ifeval [UTF-8 mode] ...Ok
-PASS: ifeval.slc
-Testing Any_Type ...Ok
-Testing Any_Type [UTF-8 mode] ...Ok
-PASS: anytype.slc
-Testing Matrix Multiplications ...Ok
-Testing Matrix Multiplications [UTF-8 mode] ...Ok
-PASS: arrmult.slc
-Testing time functions ...Ok
-Testing time functions [UTF-8 mode] ...Ok
-PASS: time.slc
-Testing utf8 ...Ok
-Testing utf8 [UTF-8 mode] ...Ok
-PASS: utf8.slc
-Testing exceptions ...Ok
-Testing exceptions [UTF-8 mode] ...Ok
-PASS: except.slc
-Known Bugs or not yet implemented features:
- Range arrays of Short, Long, LongLong types converted to Int_Type
-Known Bugs or not yet implemented features:
- Range arrays of Short, Long, LongLong types converted to Int_Type
-PASS: bugs.slc
-Testing lists ...Ok
-Testing lists [UTF-8 mode] ...Ok
-PASS: list.slc
-Testing regexp ...Ok
-Testing regexp [UTF-8 mode] ...Ok
-PASS: regexp.slc
-Testing method calls ...Ok
-Testing method calls [UTF-8 mode] ...Ok
-PASS: method.slc
-Testing dereferences ...Ok
-Testing dereferences [UTF-8 mode] ...Ok
-PASS: deref.slc
-Testing NaN and Inf ...Ok
-Testing NaN and Inf [UTF-8 mode] ...Ok
-PASS: naninf.slc
-Testing literal integer overflow ...Ok
-Testing literal integer overflow [UTF-8 mode] ...Ok
-PASS: overflow.slc
-Testing sorting ...Ok
-Testing sorting [UTF-8 mode] ...Ok
-PASS: sort.slc
-Testing long long ...Ok
-Testing long long [UTF-8 mode] ...Ok
-PASS: longlong.slc
-Testing signals ...
- Pausing for 2 seconds for alarm test.
- Pausing for 2.5 seconds for setitimer test..
- (make detected: skipping test_sigsuspend)
-Ok
-Testing signals [UTF-8 mode] ...
- Pausing for 2 seconds for alarm test.
- Pausing for 2.5 seconds for setitimer test..
- (make detected: skipping test_sigsuspend)
-Ok
-PASS: signal.slc
-Testing dollar strings ...Ok
-Testing dollar strings [UTF-8 mode] ...Ok
-PASS: dollar.slc
-Testing provide and require ...Ok
-Testing provide and require [UTF-8 mode] ...Ok
-PASS: req.slc
-Testing doc functions ...Ok
-Testing doc functions [UTF-8 mode] ...Ok
-PASS: docfun.slc
-Testing debugger support ...Ok
-Testing debugger support [UTF-8 mode] ...Ok
-PASS: debug.slc
-Testing qualifiers ...Ok
-Testing qualifiers [UTF-8 mode] ...Ok
-PASS: qualif.slc
-Testing Comparison Operators ...Ok
-Testing Comparison Operators [UTF-8 mode] ...Ok
-PASS: compare.slc
-Testing break and continue N ...Ok
-Testing break and continue N [UTF-8 mode] ...Ok
-PASS: break.slc
-Testing Multiline strings ...Ok
-Testing Multiline strings [UTF-8 mode] ...Ok
-PASS: multline.slc
-Testing stack functions ...Ok
-Testing stack functions [UTF-8 mode] ...Ok
-PASS: stack.slc
-Testing misc ...Ok
-Testing misc [UTF-8 mode] ...Ok
-PASS: misc.slc
-Testing POSIX I/O routines ...Ok
-Testing POSIX I/O routines [UTF-8 mode] ...Ok
-PASS: posixio.slc
-Testing posdir ...Ok
-Testing posdir [UTF-8 mode] ...Ok
-PASS: posdir.slc
-Testing proc ...Ok
-Testing proc [UTF-8 mode] ...Ok
-PASS: proc.slc
-Testing Math ...Ok
-Testing Math [UTF-8 mode] ...Ok
-PASS: math.slc
-
-All tests passed.
-
-make: Leaving directory '/usr/lib/slang/ptest/test'
-DURATION: 24
-END: /usr/lib/slang/ptest
-2019-06-18T13:09
-ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-06-18T13:09
-BEGIN: /usr/lib/zlib/ptest
-zlib version 1.2.11 = 0x12b0, compile flags = 0xa9
-uncompress(): hello, hello!
-gzread(): hello, hello!
-gzgets() after gzseek: hello!
-inflate(): hello, hello!
-large_inflate(): OK
-after inflateSync(): hello, hello!
-inflate with dictionary: hello, hello!
-PASS: zlib
-DURATION: 0
-END: /usr/lib/zlib/ptest
-2019-06-18T13:09
-STOP: ptest-runner \ No newline at end of file