START: ptest-runner ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:13 BEGIN: /usr/lib/acl/ptest 1+0 records in 1+0 records out 1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00124636 s, 841 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 PASS: mount ext3.img Makefile:20: ../include/builddefs: No such file or directory make: *** No rule to make target '../include/builddefs'. make: Failed to remake makefile '../include/builddefs'. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. *** malformed-restore.test *** PASS: $ cp malformed-restore-double-owner.acl tmp.acl PASS: $ sed -i "s/USER/root/g" tmp.acl PASS: $ sed -i "s/GROUP/root/g" tmp.acl PASS: $ touch tmp PASS: $ setfacl --restore tmp.acl PASS: $ rm tmp.acl tmp PASS: $ mkdir tmp PASS: $ chmod 1777 tmp PASS: $ getfacl tmp > tmp.acl PASS: $ sed -i 's/--t/--x/g' tmp.acl PASS: $ setfacl --restore tmp.acl PASS: $ rmdir tmp PASS: $ rm tmp.acl 13 commands (13 passed, 0 failed) *** sbits-restore.test *** PASS: $ umask 022 PASS: $ mkdir d PASS: $ touch d/g PASS: $ touch d/u PASS: $ chmod u+s d/u PASS: $ chmod g+s d/g PASS: $ chmod +t d PASS: $ getfacl -R d > d.acl PASS: $ rm -R d PASS: $ mkdir d PASS: $ touch d/g PASS: $ touch d/u PASS: $ setfacl --restore d.acl PASS: $ ls -dl d | awk '{print $1}' | sed 's/\.$//g' PASS: $ ls -dl d/u | awk '{print $1}' | sed 's/\.$//g' PASS: $ ls -dl d/g | awk '{print $1}' | sed 's/\.$//g' PASS: $ rm -Rf d 17 commands (17 passed, 0 failed) *** utf8-filenames.test *** PASS: $ export UPATH="官官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話話官話官話官話>官話官話話官話官" PASS: $ mkdir -p $UPATH/$UPATH/$UPATH PASS: $ touch $UPATH/$UPATH/$UPATH/$UPATH PASS: $ getfacl $UPATH/$UPATH/$UPATH/$UPATH > utf8-filenames.acl PASS: $ setfacl --restore=utf8-filenames.acl PASS: $ rm -R $UPATH PASS: $ rm utf8-filenames.acl 7 commands (7 passed, 0 failed) *** setfacl-X.test *** PASS: $ umask 022 PASS: $ mkdir d PASS: $ cd d PASS: $ setfacl -dm u:bin:rwx . PASS: $ touch f g PASS: $ chmod ugo+x f PASS: $ setfacl -m u:bin:rw,g::r g PASS: $ setfacl -m u:root:rwX f g PASS: $ getfacl --omit-header --no-effective f g PASS: $ rm f g PASS: $ touch f g PASS: $ mkdir d e PASS: $ setfacl -n -m u:root:rwX d f e g PASS: $ getfacl --omit-header --no-effective d e f g PASS: $ rm f g PASS: $ rmdir d e PASS: $ touch f g PASS: $ mkdir d e PASS: $ setfacl -n -m u:root:rwX f d g e PASS: $ getfacl --omit-header --no-effective d e f g PASS: $ rm f g PASS: $ rmdir d e PASS: $ cd .. PASS: $ rm -rf d 24 commands (24 passed, 0 failed) *** getfacl-noacl.test *** PASS: $ mkdir test PASS: $ cd test PASS: $ umask 027 PASS: $ touch x PASS: $ getfacl --omit-header x PASS: $ getfacl --omit-header --access x PASS: $ getfacl --omit-header -d x PASS: $ getfacl --omit-header -d . PASS: $ getfacl --omit-header -d / PASS: $ getfacl --skip-base x PASS: $ getfacl --omit-header --all-effective x PASS: $ getfacl --omit-header --no-effective x PASS: $ mkdir d PASS: $ touch d/y PASS: $ ln -s d l PASS: $ getfacl -dR . | grep file | sort PASS: $ ln -s l ll PASS: $ getfacl -dLR ll | grep file | sort PASS: $ rm l ll x PASS: $ rm -rf d PASS: $ cd .. PASS: $ rmdir test 22 commands (22 passed, 0 failed) *** getfacl-recursive.test *** PASS: $ umask 022 PASS: $ mkdir -p 1/2/3 PASS: $ mkdir 1/link PASS: $ touch 1/link/file PASS: $ ln -s `pwd`/1/link 1/2/link PASS: $ getfacl -P -R 1/2 | ./sort-getfacl-output PASS: $ getfacl -R 1/2 | ./sort-getfacl-output PASS: $ getfacl -R -L 1/2 | ./sort-getfacl-output PASS: $ getfacl -P -R 1 | ./sort-getfacl-output PASS: $ getfacl -R 1 | ./sort-getfacl-output PASS: $ getfacl -R -L 1 | ./sort-getfacl-output PASS: $ rm -R 1/ 12 commands (12 passed, 0 failed) *** cp.test *** PASS: $ umask 022 PASS: $ mkdir d PASS: $ cd d PASS: $ touch f PASS: $ setfacl -m u:bin:rw f PASS: $ ls -l f | awk -- '{ print $1 }' PASS: $ cp f g PASS: $ ls -l g | awk -- '{ print $1 }' | sed 's/\.$//g' PASS: $ rm g PASS: $ cp -p f g PASS: $ ls -l f | awk -- '{ print $1 }' PASS: $ mkdir h PASS: $ echo blubb > h/x PASS: $ cp -rp h i PASS: $ cat i/x PASS: $ rm -r i PASS: $ setfacl -R -m u:bin:rwx h PASS: $ getfacl --omit-header h/x PASS: $ cp -rp h i PASS: $ getfacl --omit-header i/x PASS: $ cd .. PASS: $ rm -r d 22 commands (22 passed, 0 failed) *** misc.test *** PASS: $ rm -f f PASS: $ umask 027 PASS: $ touch f PASS: $ setfacl -m u::r f PASS: $ setfacl -m u::rw,u:bin:rw f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfUnescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. [(2,0)(2 2,2 2)]acl --omit-header f PASS: $ rm f PASS: $ umask 022 PASS: $ touch f PASS: $ setfacl -m u:bin:rw f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ rm f PASS: $ umask 027 PASS: $ mkdir d PASS: $ setfacl -m u:bin:rwx d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ rmdir d PASS: $ umask 022 PASS: $ mkdir d PASS: $ setfacl -m u:bin:rwx d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ rmdir d PASS: $ umask 022 PASS: $ touch f PASS: $ setfacl -m u:bin:rw,u:daemon:r f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ setfacl -m g:users:rw,g:daemon:r f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ setfacl -x g:users f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ setfacl -x u:daemon f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ rm f PASS: $ umask 027 PASS: $ mkdir d PASS: $ setfacl -m u:bin:rwx,u:daemon:rw,d:u:bin:rwx,d:m:rx d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ umask 027 PASS: $ touch d/f PASS: $ ls -dl d/f | awk '{print $1}' PASS: $ getfacl --omit-header d/f PASS: $ rm d/f PASS: $ umask 022 PASS: $ touch d/f PASS: $ ls -dl d/f | awk '{print $1}' PASS: $ getfacl --omit-header d/f PASS: $ rm d/f PASS: $ umask 000 PASS: $ mkdir d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ rmdir d/d PASS: $ umask 022 PASS: $ mkdir d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ setfacl -nm u:daemon:rx,d:u:daemon:rx,g:users:rx,g:daemon:rwx d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ ln -s d d/l PASS: $ ls -dl d/l | awk '{print $1}' | sed 's/\.$//g' PASS: $ ls -dl -L d/l | awk '{print $1}' PASS: $ getfacl --omit-header d/l PASS: $ rm d/l PASS: $ setfacl -m g:daemon:rx,u:bin:rx d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ setfacl -m d:u:bin:rwx d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ rmdir d/d PASS: $ setfacl -k d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ setfacl -b d PASS: $ ls -dl d | awk '{print $1}' | sed 's/\.$//g' PASS: $ getfacl --omit-header d PASS: $ chmod 775 d PASS: $ ls -dl d | awk '{print $1}' | sed 's/\.$//g' PASS: $ getfacl --omit-header d PASS: $ rmdir d PASS: $ umask 002 PASS: $ mkdir d PASS: $ setfacl -m u:daemon:rwx,u:bin:rx,d:u:daemon:rwx,d:u:bin:rx d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ chmod 750 d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ chmod 750 d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ rmdir d PASS: $ mkdir d PASS: $ ln -s d/a d/b PASS: $ getfacl -R d PASS: $ setfacl -R -m u:bin:rw d PASS: $ getfacl -RL d PASS: $ setfacl -RL -m u:bin:rw d PASS: $ rm -R d PASS: $ echo "# owner: root" > f PASS: $ setfacl --restore=f 2>&1 111 commands (111 passed, 0 failed) Note: Tests must run as root *** root/restore.test *** PASS: $ touch passwd PASS: $ chmod 755 passwd PASS: $ chmod u+s passwd PASS: $ getfacl passwd > passwd.acl PASS: $ cat passwd.acl PASS: $ chown bin passwd PASS: $ chmod u+s passwd PASS: $ setfacl --restore passwd.acl PASS: $ ls -dl passwd | awk '{print $1 " " $3 " " $4}' | sed 's/\.//g' PASS: $ rm passwd passwd.acl 10 commands (10 passed, 0 failed) Note: Tests must run as root *** root/setfacl.test *** PASS: $ mkdir d PASS: $ chown bin:bin d PASS: $ cd d PASS: $ su bin PASS: $ sg bin PASS: $ umask 027 PASS: $ touch g PASS: $ ls -dl g | awk '{print $1}' | sed 's/\.//g' PASS: $ setfacl -m m:- g PASS: $ ls -dl g | awk '{print $1}' PASS: $ getfacl g PASS: $ setfacl -x m g PASS: $ getfacl g PASS: $ setfacl -m u:daemon:rw g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g::r-x,o:- g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g::r-x,o:-,m:- g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g::r-x,o:-,u:root:-,m:- g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g:Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. :r-x,o:-,u:root:-,m:- g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g::r-x,o:-,u:root:- g PASS: $ getfacl g PASS: $ setfacl --test -x u: g PASS: $ setfacl --test -x u:x PASS: $ setfacl -m d:u:root:rwx g PASS: $ setfacl -x m g PASS: $ mkdir d PASS: $ setfacl --test -m u::rwx,u:bin:rwx,g::r-x,o::--- d PASS: $ setfacl --test -m u::rwx,u:bin:rwx,g::r-x,m::---,o::--- d PASS: $ setfacl --test -d -m u::rwx,u:bin:rwx,g::r-x,o::--- d PASS: $ setfacl --test -d -m u::rwx,u:bin:rwx,g::r-x,m::---,o::--- d PASS: $ su PASS: $ cd .. PASS: $ rm -r d 37 commands (37 passed, 0 failed) Note: Tests must run as root *** root/permissions.test *** PASS: $ id -u PASS: $ umask 022 PASS: $ mkdir d PASS: $ cd d PASS: $ umask 027 PASS: $ touch f PASS: $ ls -l f | awk -- '{ print $1, $3, $4 }' | sed 's/\.//g' PASS: $ echo root > f PASS: $ su daemon PASS: $ echo daemon >> f PASS: $ su PASS: $ chown bin:bin f PASS: $ ls -l f | awk -- '{ print $1, $3, $4 }' | sed 's/\.//g' PASS: $ su bin PASS: $ echo bin >> f PASS: $ su daemon PASS: $ cat f PASS: $ echo daemon >> f PASS: $ su bin PASS: $ setfacl -m u:daemon:rw f PASS: $ getfacl --omit-header f PASS: $ su daemon PASS: $ echo daemon >> f PASS: $ cat f PASS: $ su bin PASS: $ chmod g-w f PASS: $ getfacl --omit-header f PASS: $ su daemon PASS: $ echo daemon >> f PASS: $ su bin PASS: $ setfacl -m u:daemon:r,g:daemon:rw-,o::rw- f PASS: $ su daemon PASS: $ echo daemon >> f PASS: $ su bin PASS: $ setfacl -x u:daemon f PASS: $ su daemon PASS: $ echo daemon2 >> f PASS: $ cat f PASS: $ su bin PASS: $ setfacl -m g:daemon:r f PASS: $ su daemon PASS: $ echo daemon3 >> f PASS: $ su bin PASS: $ setfacl -x g:daemon f PASS: $ su daemon PASS: $ echo daemon4 >> f PASS: $ su PASS: $ chgrp root f PASS: $ su daemon PASS: $ echo daemon5 >> f PASS: $ cat f PASS: $ su PASS: $ setfacl -m g:bin:r,g:daemon:w f PASS: $ su daemon PASS: $ : < f PASS: $ : > f PASS: $ : <> f PASS: $ su PASS: $ mkdir -m 750 e PASS: $ touch e/h PASS: $ su bin PASS: $ shopt -s nullglob ; echo e/* PASS: $ echo i > e/i PASS: $ su PASS: $ setfacl -m u:bin:rx e PASS: $ su bin PASS: $ echo e/* PASS: $ echo i > e/i PASS: $ su PASS: $ setfacl -m u:bin:rwx e PASS: $ su bin PASS: $ echo i > e/i PASS: $ su PASS: $ touch g PASS: $ ln -s g l PASS: $ setfacl -m u:bin:rw l PASS: $ ls -l g | awk -- '{ print $1, $3, $4 }' PASS: $ mknod -m 0660 hdt b 91 64 PASS: $ mknod -m 0660 null c 1 3 PASS: $ mkfifo -m 0660 fifo PASS: $ su bin PASS: $ : < hdt PASS: $ : < null PASS: $ : < fifo PASS: $ su PASS: $ setfacl -m u:bin:rw hdt null fifo PASS: $ su bin PASS: $ : < hdt PASS: $ : < null PASS: $ ( echo blah > fifo & ) ; cat fifo PASS: $ su PASS: $ mkdir -m 600 x PASS: $ chown daemon:daemon x PASS: $ echo j > x/j PASS: $ ls -l x/j | awk -- '{ print $1, $3, $4 }' | sed 's/\.//g' PASS: $ setfacl -m u:daemon:r x PASS: $ ls -l x/j | awk -- '{ print $1, $3, $4 }' | sed 's/\.//g' PASS: $ echo k > x/k PASS: $ chmod 750 x PASS: $ su PASS: $ cd .. PASS: $ rm -rf d 102 commands (102 passed, 0 failed) /usr/lib/acl/ptest DURATION: 1 END: /usr/lib/acl/ptest 2019-07-17T01:14 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:14 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: 58 END: /usr/lib/apr/ptest 2019-07-17T01:14 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:14 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-07-17T01:15 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:15 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-07-17T01:15 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:15 BEGIN: /usr/lib/bluez5/ptest bluetoothd[1852]: Bluetooth daemon 5.50 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b1244db0: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b1244db0: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b1246a20: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b1246a20: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b1247120: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b1247120: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b1247780: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b1247780: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b1247d60: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b1247d60: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b12483a0: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:session_cb() handler not found for 0x00 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b12483a0: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b12483a0: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b12483a0: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b1248330: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b1248330: ref=2 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b1248330: ref=2 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b1248330: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55a3b1248330: ref=1 bluetoothd[1852]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55a3b1248330: 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.000 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.00187 seconds PASS: test-avctp bluetoothd[1853]: Bluetooth daemon 5.50 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab24d20: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab256d0 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25920 registered: type:1 codec:0 seid:2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25a30 registered: type:1 codec:0 seid:3 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25b40 registered: type:1 codec:0 seid:4 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c50 registered: type:1 codec:0 seid:5 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25d60 registered: type:1 codec:0 seid:6 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25e70 registered: type:1 codec:0 seid:7 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25f80 registered: type:1 codec:0 seid:8 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25ff0 registered: type:1 codec:0 seid:9 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26060 registered: type:1 codec:0 seid:10 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26150 registered: type:1 codec:0 seid:11 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab261c0 registered: type:1 codec:0 seid:12 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26230 registered: type:1 codec:0 seid:13 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab262a0 registered: type:1 codec:0 seid:14 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26310 registered: type:1 codec:0 seid:15 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26380 registered: type:1 codec:0 seid:16 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab263f0 registered: type:1 codec:0 seid:17 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26460 registered: type:1 codec:0 seid:18 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab264d0 registered: type:1 codec:0 seid:19 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26540 registered: type:1 codec:0 seid:20 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab265b0 registered: type:1 codec:0 seid:21 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26620 registered: type:1 codec:0 seid:22 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26690 registered: type:1 codec:0 seid:23 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26700 registered: type:1 codec:0 seid:24 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26770 registered: type:1 codec:0 seid:25 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab267e0 registered: type:1 codec:0 seid:26 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26850 registered: type:1 codec:0 seid:27 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab268c0 registered: type:1 codec:0 seid:28 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26930 registered: type:1 codec:0 seid:29 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab269a0 registered: type:1 codec:0 seid:30 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26a10 registered: type:1 codec:0 seid:31 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26a80 registered: type:1 codec:0 seid:32 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab24d20: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab24d20 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab256d0 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25920 unregistered: type:1 codec:0 seid:2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25a30 unregistered: type:1 codec:0 seid:3 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25b40 unregistered: type:1 codec:0 seid:4 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c50 unregistered: type:1 codec:0 seid:5 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25d60 unregistered: type:1 codec:0 seid:6 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25e70 unregistered: type:1 codec:0 seid:7 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25f80 unregistered: type:1 codec:0 seid:8 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25ff0 unregistered: type:1 codec:0 seid:9 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26060 unregistered: type:1 codec:0 seid:10 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26150 unregistered: type:1 codec:0 seid:11 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab261c0 unregistered: type:1 codec:0 seid:12 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26230 unregistered: type:1 codec:0 seid:13 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab262a0 unregistered: type:1 codec:0 seid:14 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26310 unregistered: type:1 codec:0 seid:15 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26380 unregistered: type:1 codec:0 seid:16 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab263f0 unregistered: type:1 codec:0 seid:17 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26460 unregistered: type:1 codec:0 seid:18 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab264d0 unregistered: type:1 codec:0 seid:19 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26540 unregistered: type:1 codec:0 seid:20 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab265b0 unregistered: type:1 codec:0 seid:21 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26620 unregistered: type:1 codec:0 seid:22 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26690 unregistered: type:1 codec:0 seid:23 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26700 unregistered: type:1 codec:0 seid:24 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26770 unregistered: type:1 codec:0 seid:25 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab267e0 unregistered: type:1 codec:0 seid:26 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26850 unregistered: type:1 codec:0 seid:27 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab268c0 unregistered: type:1 codec:0 seid:28 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26930 unregistered: type:1 codec:0 seid:29 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab269a0 unregistered: type:1 codec:0 seid:30 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26a10 unregistered: type:1 codec:0 seid:31 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26a80 unregistered: type:1 codec:0 seid:32 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab24d20: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab26050 registered: type:1 codec:0 seid:2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab24d20: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab24d20: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab24d20: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab24d20 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab26050 unregistered: type:1 codec:0 seid:2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab26460: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab24d90 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab26460: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab26460 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab24d90 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab24e00 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab24e00 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab24e70 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab24e70 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab24e00 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab24e00 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25f60 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25f60 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab11f90 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab11f90 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[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19760 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19760 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19650 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19650 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19a00 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19a00 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19dc0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19dc0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab281a0 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab281a0 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19650 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> CLOSING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19650 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab281a0 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab281a0 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19dc0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19dc0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25e50 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25e50 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[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28210 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received ABORT_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> ABORTING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28210 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28360 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28360 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab1bae0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab1bae0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab284b0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab284b0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28590 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28590 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25e50 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25e50 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25f60 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: DISCOVER request rejected: Bad Header Format (1) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25f60 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25e50 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: No pending request, ignoring message bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25e50 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19760 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: GET_CAPABILITIES request rejected: Bad Packet Length (17) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19760 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[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab281d0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab281d0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab1c5e0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab1c5e0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28430 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: SET_CONFIGURATION request rejected: Stream End Point in Use (19) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state change failed: Input/output error bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28430 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28480 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28480 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28560 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: GET_CONFIGURATION request rejected: Bad Acceptor SEID (18) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28560 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab1c5e0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab1c5e0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25e50 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25e50 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28540 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28540 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[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19760 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: START request rejected: Bad State (49) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19760 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19760 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (49) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab281d0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19760 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25f60 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (192) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab281d0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25f60 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28840 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab281d0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: START request rejected: Bad State (49) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28840 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab281d0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28890 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab281d0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28890 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab289f0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab281d0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab289f0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28a60 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab281d0: ref=2 bluetoothd[1853]: SUSPEND request rejected: Bad State (49) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> IDLE bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28a60 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab281d0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab281d0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28c10 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28c10 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28d70 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28d70 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[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab19760 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab19760 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab1c5e0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab1c5e0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: GET_ALL_CAPABILITIES request rejected: Bad Packet Length (17) bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28db0 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28db0 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25f60 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25f60 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_send() 108 bytes split into 3 fragments bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_send() first packet with 45 bytes sent bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending continue with 47 bytes bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending end with 16 bytes bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28db0 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 2 to go bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 1 to go bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28db0 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 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[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28fc0 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28fc0 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab28f50 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab28f50 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab25c30 registered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55b98ab263e0: int_seid=1, acp_seid=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab25c30 unregistered: type:1 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab291f0 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab291f0 unregistered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55b98ab29490 registered: type:0 codec:0 seid:1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55b98ab263e0: ref=2 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=1 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55b98ab263e0: ref=0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55b98ab263e0 bluetoothd[1853]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b98ab29490 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.003 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.000 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.000 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.000 seconds /TP/SIG/SMG/BV-31-C Passed  0.000 seconds /TP/SIG/SMG/BI-01-C Passed  0.000 seconds /TP/SIG/SMG/BI-02-C Passed  1.646 seconds /TP/SIG/SMG/BI-03-C Passed  0.000 seconds /TP/SIG/SMG/BI-04-C Passed  0.001 seconds /TP/SIG/SMG/BI-05-C Passed  0.001 seconds /TP/SIG/SMG/BI-06-C Passed  0.001 seconds /TP/SIG/SMG/BI-07-C Passed  0.001 seconds /TP/SIG/SMG/BI-08-C Passed  0.002 seconds /TP/SIG/SMG/BI-09-C Passed  0.001 seconds /TP/SIG/SMG/BI-10-C Passed  0.002 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.000 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.000 seconds /TP/SIG/SMG/BI-36-C Passed  0.000 seconds /TP/SIG/FRA/BV-01-C Passed  0.000 seconds /TP/SIG/FRA/BV-02-C Passed  0.000 seconds /TP/SIG/SYN/BV-01-C Passed  0.000 seconds /TP/SIG/SYN/BV-02-C Passed  0.001 seconds /TP/SIG/SYN/BV-03-C Passed  0.000 seconds /TP/SIG/SYN/BV-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.69 seconds PASS: test-avdtp bluetoothd[1854]: Bluetooth daemon 5.50 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0bf70: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0bf70: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0d3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_addressed() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0d3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0de30: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0de30: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e8e0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_browsed() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e8e0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0ea50: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0ea50: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0ebc0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0ebc0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items_rsp() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0ebc0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0ebc0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f0b0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f0b0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f780: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f780: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f780: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f780: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f780: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_addressed() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f780: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f780: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_browsed() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f780: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_addressed() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_browsed() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:change_path() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:change_path() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:change_path() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x80, len 0x000B bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:search() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:play_item() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:play_item() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0fcc0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0fcc0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:handle_unit_info() reply to AVC_OP_UNITINFO bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:handle_subunit_info() reply to AVC_OP_SUBUNITINFO bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x11, len 0x0000 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:list_attributes() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:list_values() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_value_text() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0003 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_value() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:list_values() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_value_text() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0002 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_value() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x14, len 0x0003 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_value() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x30, len 0x0000 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_play_status() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x000D bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0xFF, len 0x0000 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0xFF, len 0x0000 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_volume() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: 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[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0000 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_volume() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_volume() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f3c0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:set_volume_rsp() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f3c0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f3c0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f3c0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f3c0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f3c0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f3c0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() PLAY bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() PLAY bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() FAST FORWARD bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=2 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 519 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 14 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 14 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0e5d0: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x55da40b0f990: ref=1 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519 bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x41, len 0x0001 bluetoothd[1854]: ../bluez-5.50/android/avrcp-lib.c:abort_continuing() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[1854]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x55da40b0f990: 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.958 seconds /TP/RCR/BV-02-C Passed  0.001 seconds /TP/RCR/BV-04-C Passed  0.001 seconds Total: 110, Passed: 110 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 1.98 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.000172 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.461 seconds /ecdh/sample/1 Passed  0.001 seconds /ecdh/sample/2 Passed  0.001 seconds /ecdh/sample/3 Passed  0.001 seconds /ecdh/invalid Passed  0.000 seconds Total: 5, Passed: 5 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.465 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.000247 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.000 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.000 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.000 seconds /TP/GAD/SR/BV-02-C/missing-16/large-1 Passed  0.000 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.000 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.000 seconds /TP/GAR/SR/BV-01-C/large-1 Passed  0.000 seconds /TP/GAR/SR/BI-02-C/small Passed  0.000 seconds /TP/GAR/SR/BI-02-C/large Passed  0.000 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.000 seconds /TP/GAR/CL/BI-10-C Passed  0.001 seconds /TP/GAR/CL/BI-11-C Passed  0.000 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.000 seconds /TP/GAR/SR/BI-07-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-08-C/small Passed  0.000 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.000 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.000 seconds /TP/GAR/SR/BI-18-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-19-C/small Passed  0.000 seconds /TP/GAR/SR/BI-19-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BV-06-C/small Passed  0.000 seconds /TP/GAR/SR/BV-06-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-23-C/large-1 Passed  0.000 seconds /TP/GAR/SR/BI-24-C/small Passed  0.000 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.000 seconds /TP/GAR/SR/BI-29-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-30-C/small Passed  0.000 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.000 seconds /TP/GAW/SR/BI-02-C/small Passed  0.001 seconds /TP/GAW/SR/BI-02-C/large-1 Passed  0.000 seconds /TP/GAW/SR/BI-03-C/small Passed  0.001 seconds /TP/GAW/SR/BI-03-C/large-1 Passed  0.000 seconds /TP/GAW/CL/BV-05-C Passed  0.003 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.000 seconds /TP/GAW/SR/BI-08-C/small Passed  0.001 seconds /TP/GAW/SR/BI-08-C/large-1 Passed  0.000 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.000 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.000 seconds /TP/GAW/SR/BV-08-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-20-C/small Passed  0.000 seconds /TP/GAW/SR/BI-20-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-21-C/small Passed  0.000 seconds /TP/GAW/SR/BI-21-C/large-1 Passed  0.000 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.000 seconds /TP/GAW/SR/BI-25-C/large-1 Passed  0.000 seconds /TP/GAW/SR/BI-26-C/small Passed  0.000 seconds /TP/GAW/SR/BI-26-C/large-1 Passed  0.000 seconds /robustness/no-reliable-characteristic Passed  0.001 seconds /robustness/unkown-request Passed  0.001 seconds /robustness/unkown-command Passed  0.000 seconds Total: 192, Passed: 191 (99.5%), Failed: 0, Not Run: 1 Overall execution time: 0.124 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.000253 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: 2063 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:2065): GLib-CRITICAL **: 01:15:10.854: Source ID 18 was not found when attempting to remove it /usr/lib/bluez5/ptest/run-ptest: line 8: 2065 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.00131 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.001 seconds /TP/HGRF/RH/BV-08-I Passed  0.001 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.00496 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.000 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.000212 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.011 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.0112 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.013 seconds /ringbuf/alloc Passed  0.000 seconds /ringbuf/printf Passed  0.007 seconds Total: 3, Passed: 3 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.0204 seconds PASS: test-ringbuf bluetoothd[2078]: 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.000 seconds /TP/SERVER/BRW/BV-01-C/UUID-32 Passed  0.000 seconds /TP/SERVER/BRW/BV-01-C/UUID-128 Passed  0.000 seconds /TP/SERVER/BRW/BV-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.0119 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.000 seconds Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.00059 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.000188 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.00062 seconds PASS: test-uuid 2 of 25 tests failed DURATION: 5 END: /usr/lib/bluez5/ptest 2019-07-17T01:15 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:15 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: 0 END: /usr/lib/bzip2/ptest 2019-07-17T01:15 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:15 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: 2 END: /usr/lib/diffstat/ptest 2019-07-17T01:15 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:15 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 PASS: strip-trailing-cr PASS: colors ============================================================================ Testsuite summary for GNU diffutils 3.7 ============================================================================ # TOTAL: 22 # PASS: 21 # SKIP: 0 # 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: 5 END: /usr/lib/diffutils/ptest 2019-07-17T01:15 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:15 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 00003040 00000618 24 27 47 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 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
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 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 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 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 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 /usr/bin/gcc PASS: run-disasm-x86.sh /usr/bin/gcc 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] Following split subdie: hello.c [b] hello.c [4e] foo [6a] baz [90] frob [bd] foo [16a] baz Done subdie: hello.c [3f] Following split subdie: world.c [b] world.c [56] main [af] calc [10a] frob Done subdie: world.c [14] Following split subdie: hello.c [14] hello.c [53] foo [6d] baz [90] frob [bc] foo [154] baz Done subdie: hello.c [49] Following split subdie: world.c [14] world.c [5b] main [a5] calc [eb] frob Done subdie: world.c [b] ../sysdeps/x86_64/start.S [39] init.c [79] ../sysdeps/x86_64/crti.S [9b] ../../elfutils-0.176/src/addr2line.c [1441] handle_address [19bc] show [19f2] show_int [2e63] get_addr_width [2ed8] print_src [3095] adjust_to_section [338c] find_symbol [3523] see_one_module [35ad] print_addrsym [3666] print_dwarf_function [379a] get_diename [37d4] symname [3810] parse_opt [3869] main [3b6d] error [3ba0] strtoumax [3bda] printf [3bf9] feof_unlocked [3c17] getline [3c53] putchar [3c71] get_diename [3d72] symname [4190] ../../elfutils-0.176/lib/printversion.c [4785] print_version [48c5] fprintf [4914] elf-init.c [49fd] __libc_csu_fini [4a17] __libc_csu_init [4aef] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/start.S [39] init.c [79] ../sysdeps/x86_64/crti.S [9b] ../../elfutils-0.176/src/elfcmp.c [1adb] hash_content_equivalent [1d57] compare_Elf64_Xword [1dbf] compare_Elf32_Word [1e27] regioncompare [1e95] search_for_copy_reloc [2266] open_file [255a] parse_opt [2594] main [4b08] error [4b3b] memset [4b71] open [4b9c] fprintf [4bc7] parse_opt [4fe8] ../../elfutils-0.176/libebl/eblopenbackend.c [71ee] default_abi_cfi [7230] default_check_reloc_target_type [7272] default_check_object_attribute [72f0] default_syscall_abi [735d] default_register_info [73d8] default_return_value_location [741a] default_bss_plt_p [744d] default_check_st_other_bits [7480] default_data_marker_symbol [74c2] default_check_special_symbol [7522] default_copy_reloc_p [7541] default_debugscn_p [7602] default_object_note [7662] default_object_note_type_name [76c2] default_core_note [774f] default_auxv_info [77a0] default_core_note_type_name [77f1] default_osabi_name [782a] default_destr [7859] default_dynamic_tag_check [788c] default_dynamic_tag_name [78dd] default_symbol_binding_name [7916] default_symbol_type_name [794f] default_check_special_section [79af] default_machine_section_flag_check [79e2] default_machine_flag_check [7a15] default_machine_flag_name [7a4e] default_section_name [7aae] default_section_type_name [7ae7] default_segment_type_name [7b20] default_gotpc_reloc_check [7b4c] default_reloc_simple_type [7b9c] default_reloc_valid_use [7bc9] default_reloc_type_check [7be9] default_reloc_type_name [7c23] ebl_openbackend_emulation [7c7b] ebl_openbackend_machine [7cd7] ebl_openbackend [7d84] openbackend [8366] fill_defaults [8393] stpcpy [83bd] strcpy [83e7] mempcpy [841d] snprintf [8454] default_reloc_type_name [8485] default_reloc_type_check [84a8] default_reloc_valid_use [84d2] default_register_info [8712] ../../elfutils-0.176/libebl/eblclosebackend.c [972c] ebl_closebackend [97ba] ../../elfutils-0.176/libebl/eblcopyrelocp.c [a7d4] ebl_copy_reloc_p [a838] ../../elfutils-0.176/libebl/eblsectionstripp.c [b863] ebl_section_strip_p [ba5a] ../../elfutils-0.176/libebl/ebldebugscnp.c [ca74] ebl_debugscn_p [cad8] ../../elfutils-0.176/lib/printversion.c [d0cd] print_version [d20d] fprintf [d25c] elf-init.c [d345] __libc_csu_fini [d35f] __libc_csu_init [d437] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/start.S [39] init.c [79] ../sysdeps/x86_64/crti.S [9b] ../../elfutils-0.176/src/objdump.c [1c5b] handle_elf [2b1a] show_disasm [2bc5] disasm_output [2f16] show_full_content [2fdd] show_relocs [3759] section_match [37ba] show_relocs_rela [386f] show_relocs_rel [3924] show_relocs_x [3dae] handle_ar [43d8] process_file [493a] parse_opt [4a9b] main [4c72] error [4ca5] stpcpy [4ccf] mempcpy [4d05] memcpy [4d3b] open [4d66] asprintf [4d91] printf [4db0] putchar_unlocked [4dce] fputc_unlocked [4df8] putchar [4e16] section_match [5165] ../../elfutils-0.176/libebl/eblopenbackend.c [736b] default_abi_cfi [73ad] default_check_reloc_target_type [73ef] default_check_object_attribute [746d] default_syscall_abi [74da] default_register_info [7555] default_return_value_location [7597] default_bss_plt_p [75ca] default_check_st_other_bits [75fd] default_data_marker_symbol [763f] default_check_special_symbol [769f] default_copy_reloc_p [76be] default_debugscn_p [777f] default_object_note [77df] default_object_note_type_name [783f] default_core_note [78cc] default_auxv_info [791d] default_core_note_type_name [796e] default_osabi_name [79a7] default_destr [79d6] default_dynamic_tag_check [7a09] default_dynamic_tag_name [7a5a] default_symbol_binding_name [7a93] default_symbol_type_name [7acc] default_check_special_section [7b2c] default_machine_section_flag_check [7b5f] default_machine_flag_check [7b92] default_machine_flag_name [7bcb] default_section_name [7c2b] default_section_type_name [7c64] default_segment_type_name [7c9d] default_gotpc_reloc_check [7cc9] default_reloc_simple_type [7d19] default_reloc_valid_use [7d46] default_reloc_type_check [7d66] default_reloc_type_name [7da0] ebl_openbackend_emulation [7df8] ebl_openbackend_machine [7e54] ebl_openbackend [7f01] openbackend [84e3] fill_defaults [8510] stpcpy [853a] strcpy [8564] mempcpy [859a] snprintf [85d1] default_reloc_type_name [8602] default_reloc_type_check [8625] default_reloc_valid_use [864f] default_register_info [888f] ../../elfutils-0.176/libebl/eblclosebackend.c [98a9] ebl_closebackend [9937] ../../elfutils-0.176/libebl/eblreloctypename.c [abc0] ebl_reloc_type_name [ac6e] ../../elfutils-0.176/libebl/eblbackendname.c [bef7] ebl_backend_name [bf6b] ../../elfutils-0.176/lib/xmalloc.c [c0bc] xrealloc [c193] xcalloc [c27c] xmalloc [c34c] error [c3ca] ../../elfutils-0.176/lib/color.c [cca6] parse_opt [ce12] error [ce45] asprintf [ce70] parse_opt [d2b6] ../../elfutils-0.176/lib/printversion.c [d8ab] print_version [d9eb] fprintf [da3a] elf-init.c [db23] __libc_csu_fini [db3d] __libc_csu_init [dc15] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/start.S [39] init.c [79] ../sysdeps/x86_64/crti.S [9b] ../../elfutils-0.176/src/readelf.c [5b70] dump_archive_index [5c06] print_strings [5c56] dump_strings [5c72] dump_data [5c8e] for_each_section_argument [607c] print_string_section [60f9] dump_data_section [613e] hex_dump [61ae] handle_notes [6250] handle_notes_data [6343] handle_core_note [7098] handle_file_note [719b] handle_siginfo_note [7257] buf_read_ulong [73c7] buf_read_int [74ad] buf_has_data [74e6] handle_auxv_note [75bd] handle_core_registers [764a] same_set [777b] compare_register_sets [7832] compare_registers [7873] compare_sets_by_info [789e] register_bitpos [78bc] handle_core_register [7a7d] handle_bit_registers [7ab7] handle_core_items [7c1d] compare_core_item_groups [7ce8] compare_core_items [7d91] handle_core_item [875a] convert [8935] print_core_item [89d5] print_debug [9a61] getone_dwflmod [9ae3] is_split_dwarf [9bd8] print_gdb_index_section [ac5b] print_debug_exception_table [be99] print_debug_frame_hdr_section [c643] print_debug_str_offsets_section [c849] print_debug_str_section [cd60] print_debug_pubnames_section [cf0c] print_pubnames [d002] print_debug_macro_section [faee] print_debug_macinfo_section [10772] mac_compare [107da] print_debug_loc_section [1207f] print_debug_loclists_section [15832] print_debug_line_section [15afb] advance_pc [1942e] print_form_data [1a3f8] print_decoded_line_section [1a5df] print_debug_types_section [1a6bc] print_debug_info_section [1a719] print_debug_units [1a96a] attr_callback [1c9de] die_type_sign_bytes [1ca3d] print_debug_frame_section [21b47] print_encoding_base [21b7d] print_relinfo [21b9d] print_encoding [21d43] encoded_ptr_size [21d70] print_cfa_program [21e1a] regname [21eda] read_encoded [21f9f] register_info [2220e] print_debug_ranges_section [22d2c] print_debug_rnglists_section [258e0] split_dwarf_cu_base [25934] print_debug_aranges_section [26a31] print_decoded_aranges_section [26b18] print_debug_addr_section [26d00] print_debug_abbrev_section [27334] listptr_cu [273ad] get_listptr [273da] next_listptr_offset [27423] skip_listptr_hole [274ce] sort_listptr [274f7] notice_listptr [2757e] reset_listptr [2759a] compare_listptr [275f5] listptr_base [2761f] cudie_base [276f2] print_ops [29b4d] get_indexed_addr [29d88] print_bytes [29e4b] print_block [29e81] dwarf_line_content_description_name [29f19] dwarf_loc_list_encoding_name [29f46] dwarf_range_list_encoding_name [29f73] dwarf_unit_name [2a009] dwarf_discr_list_name [2a036] dwarf_ordering_name [2a063] dwarf_calling_convention_name [2a090] dwarf_identifier_case_name [2a0bd] dwarf_virtuality_name [2a0ea] dwarf_visibility_name [2a117] dwarf_defaulted_name [2a144] dwarf_access_name [2a171] dwarf_encoding_name [2a19e] dwarf_inline_name [2a1cb] dwarf_lang_name [2a1f8] dwarf_form_name [2a36e] dwarf_attr_name [2a406] dwarf_tag_name [2a49e] string_or_unknown [2a509] dwarf_line_content_description_string [2a529] dwarf_loc_list_encoding_string [2a549] dwarf_range_list_encoding_string [2a569] dwarf_unit_string [2a589] dwarf_locexpr_opcode_string [2a5d5] dwarf_discr_list_string [2a621] dwarf_ordering_string [2a658] dwarf_calling_convention_string [2a6a4] dwarf_identifier_case_string [2a6f0] dwarf_virtuality_string [2a73c] dwarf_visibility_string [2a773] dwarf_defaulted_string [2a7aa] dwarf_access_string [2a7e1] dwarf_encoding_string [2a82d] dwarf_inline_string [2a864] dwarf_lang_string [2a884] dwarf_form_string [2a8a4] dwarf_attr_string [2a8c4] dwarf_tag_string [2a8e4] print_dwarf_addr [2afa0] print_attributes [2b028] left [2b0e4] print_liblist [2b1ad] handle_hash [2bceb] handle_gnu_hash [2be46] handle_sysv_hash64 [2bf38] handle_sysv_hash [2c024] print_hash_info [2c12d] handle_versym [2c491] handle_verdef [2c576] handle_verneed [2c65d] get_ver_flags [2c801] print_verinfo [2c846] handle_symtab [2caad] print_symtab [2d90b] handle_relocs_rela [2dab6] handle_relocs_rel [2dc71] print_relocs [2dcc3] print_dynamic [2dd31] handle_dynamic [2e501] print_dt_posflag_1 [2e52a] print_dt_feature_1 [2e553] print_dt_flags_1 [2e57c] print_dt_flags [2e5a5] print_flags [2e76f] print_scngrp [2ed93] handle_scngrp [2ee76] section_name [2eeb0] print_phdr [2f03f] print_shdr [2f113] elf_ch_type_name [2f133] get_visibility_type [2f153] print_ehdr [300d4] print_file_type [3011e] process_elf_file [33c84] elf_contains_chdrs [33ccd] process_file [345f9] create_dwfl [349ed] find_no_debuginfo [34b36] process_dwflmod [34ca3] count_dwflmod [34d12] check_archive_index [34d54] open_input_section [354e7] parse_opt [35549] add_dump_section [35942] main [35bf4] __libdw_link_skel_split [35c37] str_offsets_base_off [35d4d] __libdw_cu_addr_base [35da4] cu_sec_idx [35dc3] __libdw_get_sleb128 [35e7d] __libdw_get_uleb128 [35eeb] __libdw_max_len_sleb128 [35f21] __libdw_max_len_uleb128 [35f57] __libdw_max_len_leb128 [35f99] libdw_valid_user_form [35fb9] __libdw_first_die_off_from_cu [35fd8] __libdw_first_die_from_cu_start [3602c] write_retry [36089] error [360bd] fstat [360f0] strncpy [36126] stpcpy [36150] memset [36186] memcpy [361bc] dwarf_whatform [361dc] dwarf_whatattr [361fc] open [36227] __bswap_64 [36245] __bswap_32 [36263] __bswap_16 [36281] vasprintf [362bd] asprintf [362e8] printf [36307] fprintf [36332] snprintf [36369] sprintf [36394] putchar_unlocked [363b2] putc_unlocked [363dc] fputc_unlocked [36406] putchar [36424] __libdw_get_uleb128 [3656e] compare_sets_by_info [3660c] compare_registers [366fd] string_or_unknown [36876] print_block [36a1e] section_name [36a7e] print_shdr [370d5] print_hash_info [375b0] handle_versym [38140] print_string_section [38617] dump_data_section [38c90] notice_listptr [38d9f] print_encoding_base [39076] split_dwarf_cu_base [3919c] print_debug_str_offsets_section [39f7b] print_debug_units [3ad6f] print_debug_info_section [3ae18] print_core_item [3b1a6] handle_notes_data [3c0e8] listptr_base [3c1be] compare_listptr [3c4fe] skip_listptr_hole [3c68e] listptr_cu [3c729] read_encoded [3cc12] print_debug_addr_section [3e725] ../../elfutils-0.176/libebl/eblopenbackend.c [4092b] default_abi_cfi [4096d] default_check_reloc_target_type [409af] default_check_object_attribute [40a2d] default_syscall_abi [40a9a] default_register_info [40b15] default_return_value_location [40b57] default_bss_plt_p [40b8a] default_check_st_other_bits [40bbd] default_data_marker_symbol [40bff] default_check_special_symbol [40c5f] default_copy_reloc_p [40c7e] default_debugscn_p [40d3f] default_object_note [40d9f] default_object_note_type_name [40dff] default_core_note [40e8c] default_auxv_info [40edd] default_core_note_type_name [40f2e] default_osabi_name [40f67] default_destr [40f96] default_dynamic_tag_check [40fc9] default_dynamic_tag_name [4101a] default_symbol_binding_name [41053] default_symbol_type_name [4108c] default_check_special_section [410ec] default_machine_section_flag_check [4111f] default_machine_flag_check [41152] default_machine_flag_name [4118b] default_section_name [411eb] default_section_type_name [41224] default_segment_type_name [4125d] default_gotpc_reloc_check [41289] default_reloc_simple_type [412d9] default_reloc_valid_use [41306] default_reloc_type_check [41326] default_reloc_type_name [41360] ebl_openbackend_emulation [413b8] ebl_openbackend_machine [41414] ebl_openbackend [414c1] openbackend [41aa3] fill_defaults [41ad0] stpcpy [41afa] strcpy [41b24] mempcpy [41b5a] snprintf [41b91] default_reloc_type_name [41bc2] default_reloc_type_check [41be5] default_reloc_valid_use [41c0f] default_register_info [41e4f] ../../elfutils-0.176/libebl/eblclosebackend.c [42e69] ebl_closebackend [42ef7] ../../elfutils-0.176/libebl/eblreloctypename.c [44180] ebl_reloc_type_name [4422e] ../../elfutils-0.176/libebl/eblsegmenttypename.c [454c1] ebl_segment_type_name [456c1] snprintf [4571b] ../../elfutils-0.176/libebl/eblsectiontypename.c [469ae] ebl_section_type_name [46c37] snprintf [46c91] ../../elfutils-0.176/libebl/eblmachineflagname.c [47fe5] ebl_machine_flag_name [4822a] mempcpy [4826c] snprintf [482d2] ../../elfutils-0.176/libebl/eblsymboltypename.c [49565] ebl_symbol_type_name [49770] snprintf [497d6] ../../elfutils-0.176/libebl/ebldynamictagname.c [4ab25] ebl_dynamic_tag_name [4ad59] snprintf [4adb3] ../../elfutils-0.176/libebl/eblsectionname.c [4c046] ebl_section_name [4c337] snprintf [4c391] ../../elfutils-0.176/libebl/eblsymbolbindingname.c [4d624] ebl_symbol_binding_name [4d82f] snprintf [4d895] ../../elfutils-0.176/libebl/eblosabiname.c [4eb28] ebl_osabi_name [4ec8b] snprintf [4ece5] ../../elfutils-0.176/libebl/eblreloctypecheck.c [4fcff] ebl_reloc_type_check [4fd63] ../../elfutils-0.176/libebl/eblcorenotetypename.c [50ff6] ebl_core_note_type_name [51161] snprintf [511bb] ../../elfutils-0.176/libebl/eblobjnotetypename.c [5244e] ebl_object_note_type_name [52890] snprintf [528f5] ../../elfutils-0.176/libebl/eblcorenote.c [53b7e] ebl_core_note [53cf1] ../../elfutils-0.176/libebl/eblobjnote.c [56435] ebl_object_note [5856c] __bswap_64 [5858a] __bswap_32 [585a8] __bswap_16 [585c6] printf [585e5] putchar_unlocked [5871d] ../../elfutils-0.176/libebl/eblreginfo.c [59737] ebl_register_info [5983c] ../../elfutils-0.176/libebl/eblsysvhashentrysize.c [5a856] ebl_sysvhash_entrysize [5a88f] ../../elfutils-0.176/libebl/eblauxvinfo.c [5bb6c] ebl_auxv_info [5bc17] ../../elfutils-0.176/libebl/eblcheckobjattr.c [5cc31] ebl_check_object_attribute [5cd05] ../../elfutils-0.176/lib/xmalloc.c [5ce56] xrealloc [5cf2d] xcalloc [5d016] xmalloc [5d0e6] error [5d164] ../../elfutils-0.176/lib/printversion.c [5d759] print_version [5d899] fprintf [5d8e8] ../../../../../../../work-shared/gcc-9.1.0-r0/gcc-9.1.0/libgcc/libgcc2.c [5e592] __popcountdi2 [5e5d1] elf-init.c [5e6ba] __libc_csu_fini [5e6d4] __libc_csu_init [5e7ac] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/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 [c0c] _dl_elf_hash [c61] ../../elfutils-0.176/libelf/elf_error.c [1307] elf_errmsg [144e] __libelf_seterrno [1483] elf_errno [14de] ../../elfutils-0.176/libelf/elf_fill.c [19cf] elf_fill [1a04] ../../elfutils-0.176/libelf/elf_begin.c [311c] elf_begin [339c] lock_dup_elf [33d6] write_file [342d] dup_elf [350b] __libelf_next_arhdr_wrlock [412c] read_long_names [41cb] read_file [4909] read_unmmaped_file [49b9] __libelf_read_mmaped_file [4a3a] file_read_elf [5710] get_shnum [5819] file_read_ar [587f] allocate_elf [5903] determine_kind [5953] atol [5973] pread_retry [59dc] fstat [5a0f] pread [5a51] memset [5a87] mempcpy [5abd] memcpy [5af3] __bswap_64 [5b11] __bswap_32 [5b2f] __bswap_16 [5b4d] __libelf_read_mmaped_file [601a] ../../elfutils-0.176/libelf/elf_next.c [7314] elf_next [7413] ../../elfutils-0.176/libelf/elf_rand.c [870d] elf_rand [8785] ../../elfutils-0.176/libelf/elf_end.c [9aa1] elf_end [9dbd] ../../elfutils-0.176/libelf/elf_kind.c [b0b7] elf_kind [b0f0] ../../elfutils-0.176/libelf/gelf_getclass.c [c3ea] gelf_getclass [c423] ../../elfutils-0.176/libelf/elf_getbase.c [d71d] elf_getbase [d756] ../../elfutils-0.176/libelf/elf_getident.c [ea50] elf_getident [eaa1] ../../elfutils-0.176/libelf/elf32_fsize.c [f0d3] elf32_fsize [f175] ../../elfutils-0.176/libelf/elf64_fsize.c [f7a7] elf64_fsize [f849] ../../elfutils-0.176/libelf/gelf_fsize.c [10c9c] gelf_fsize [10cde] gelf_fsize [10dbb] ../../elfutils-0.176/libelf/elf32_xlatetof.c [1146e] elf32_xlatetof [115b2] memmove [1160c] ../../elfutils-0.176/libelf/elf32_xlatetom.c [11cbf] elf32_xlatetom [11e03] memmove [11e5d] ../../elfutils-0.176/libelf/elf64_xlatetof.c [12510] elf64_xlatetof [12654] memmove [126ae] ../../elfutils-0.176/libelf/elf64_xlatetom.c [12d61] elf64_xlatetom [12ea5] memmove [12eff] ../../elfutils-0.176/libelf/gelf_xlate.c [140b8] Elf64_cvt_chdr [140f6] Elf32_cvt_chdr [14134] elf_cvt_note8 [141d2] elf_cvt_note4 [14270] elf_cvt_note [1458c] elf_cvt_gnuhash [14748] elf_cvt_Verneed [147fc] elf_cvt_Verdef [148b0] Elf64_cvt_Chdr [14916] Elf64_cvt_auxv_t [14a69] Elf64_cvt_Lib [14cc7] Elf64_cvt_Move [14f07] Elf64_cvt_Syminfo [1504e] Elf64_cvt_Dyn [151a1] Elf64_cvt_Rela [15351] Elf64_cvt_Rel [154a4] Elf64_cvt_Sym [1569f] Elf64_cvt_Shdr [15aa4] Elf64_cvt_Phdr [15e01] Elf64_cvt_Ehdr [162ec] Elf64_cvt_Sxword [16333] Elf64_cvt_Sxword1 [16359] Elf64_cvt_Xword [163a0] Elf64_cvt_Xword1 [163c6] Elf64_cvt_Sword [1640d] Elf64_cvt_Sword1 [16433] Elf64_cvt_Word [1647a] Elf64_cvt_Word1 [164a0] Elf64_cvt_Half [164e7] Elf64_cvt_Half1 [1650d] Elf64_cvt_Off [16554] Elf64_cvt_Off1 [1657a] Elf64_cvt_Addr [165c1] Elf64_cvt_Addr1 [165e7] Elf32_cvt_Chdr [1664d] Elf32_cvt_auxv_t [167a0] Elf32_cvt_Lib [169fe] Elf32_cvt_Move [16c44] Elf32_cvt_Syminfo [16d8b] Elf32_cvt_Dyn [16ede] Elf32_cvt_Nhdr [16f44] Elf32_cvt_Rela [170f4] Elf32_cvt_Rel [17247] Elf32_cvt_Sym [1743c] Elf32_cvt_Shdr [17847] Elf32_cvt_Phdr [17b9e] Elf32_cvt_Ehdr [1808f] Elf32_cvt_Sxword [180d6] Elf32_cvt_Sxword1 [180fc] Elf32_cvt_Xword [18257] Elf32_cvt_Xword1 [1827d] Elf32_cvt_Sword [182c4] Elf32_cvt_Sword1 [182ea] Elf32_cvt_Word [18331] Elf32_cvt_Word1 [18357] Elf32_cvt_Half [1849a] Elf32_cvt_Half1 [184c0] Elf32_cvt_Off [18507] Elf32_cvt_Off1 [1852d] Elf32_cvt_Addr [18688] Elf32_cvt_Addr1 [186ae] elf_cvt_Byte [18787] memmove [187bd] memcpy [187f3] __bswap_64 [18811] __bswap_32 [1882f] __bswap_16 [1884d] Elf32_cvt_chdr [18afe] Elf64_cvt_chdr [18e1e] elf_cvt_Verneed [191d7] elf_cvt_Verdef [195ba] ../../elfutils-0.176/libelf/elf32_getehdr.c [1a9fb] elf32_getehdr [1aadd] __elf32_getehdr_wrlock [1abc4] getehdr_impl [1ac0f] ../../elfutils-0.176/libelf/elf64_getehdr.c [1c050] elf64_getehdr [1c132] __elf64_getehdr_wrlock [1c219] getehdr_impl [1c264] ../../elfutils-0.176/libelf/gelf_getehdr.c [1d6bb] gelf_getehdr [1d734] __gelf_getehdr_rdlock [1d87d] memcpy [1d8cc] ../../elfutils-0.176/libelf/elf32_newehdr.c [1ed2e] elf32_newehdr [1edec] memset [1ee3b] ../../elfutils-0.176/libelf/elf64_newehdr.c [2029d] elf64_newehdr [2035b] memset [203aa] ../../elfutils-0.176/libelf/gelf_newehdr.c [216a4] gelf_newehdr [2173b] ../../elfutils-0.176/libelf/gelf_update_ehdr.c [22bb3] gelf_update_ehdr [22d3c] memcpy [22d8b] ../../elfutils-0.176/libelf/elf32_getphdr.c [242e7] elf32_getphdr [24356] __elf32_getphdr_wrlock [24a25] memcpy [24a5b] pread_retry [24ac4] pread [24b06] __bswap_32 [24b91] ../../elfutils-0.176/libelf/elf64_getphdr.c [260ed] elf64_getphdr [2615c] __elf64_getphdr_wrlock [2682b] memcpy [26861] pread_retry [268ca] pread [2690c] __bswap_64 [2692a] __bswap_32 [269b5] ../../elfutils-0.176/libelf/gelf_getphdr.c [27e0c] gelf_getphdr [27ffa] memcpy [28079] ../../elfutils-0.176/libelf/elf32_newphdr.c [294fd] elf32_newphdr [297c8] memset [29848] ../../elfutils-0.176/libelf/elf64_newphdr.c [2accc] elf64_newphdr [2af98] memset [2b018] ../../elfutils-0.176/libelf/gelf_newphdr.c [2c312] gelf_newphdr [2c3b0] ../../elfutils-0.176/libelf/gelf_update_phdr.c [2d828] gelf_update_phdr [2d9ed] memcpy [2da6c] ../../elfutils-0.176/libelf/elf_getarhdr.c [2eead] elf_getarhdr [2efff] ../../elfutils-0.176/libelf/elf_getarsym.c [3051d] elf_getarsym [3103c] read_number_entries [310bc] _dl_elf_hash [31105] pread_retry [3116e] pread [311b0] memcpy [311e6] atol [31206] __bswap_64 [31224] __bswap_32 [312c7] ../../elfutils-0.176/libelf/elf_rawfile.c [32708] elf_rawfile [327cf] ../../elfutils-0.176/libelf/elf_readall.c [33e45] __libelf_readall [3417b] set_address [341f6] libelf_release_all [3421e] libelf_acquire_all [34246] pread_retry [342af] fstat [342e2] pread [34324] libelf_acquire_all [343ba] libelf_release_all [344b1] ../../elfutils-0.176/libelf/elf_cntl.c [35942] elf_cntl [35a0a] ../../elfutils-0.176/libelf/elf_getscn.c [36e8e] elf_getscn [36fa1] ../../elfutils-0.176/libelf/elf_nextscn.c [3829b] elf_nextscn [38305] elf_nextscn [383e0] ../../elfutils-0.176/libelf/elf_ndxscn.c [396da] elf_ndxscn [39713] ../../elfutils-0.176/libelf/elf_newscn.c [3ab97] elf_newscn [3ad53] ../../elfutils-0.176/libelf/elf32_getshdr.c [3c28e] elf32_getshdr [3c301] __elf32_getshdr_wrlock [3c388] __elf32_getshdr_rdlock [3c3b2] scn_valid [3c41a] load_shdr_wrlock [3c51e] memcpy [3c554] pread_retry [3c5bd] __bswap_32 [3c5db] pread [3c61d] load_shdr_wrlock [3cdc9] __elf32_getshdr_rdlock [3cee7] ../../elfutils-0.176/libelf/elf64_getshdr.c [3e422] elf64_getshdr [3e495] __elf64_getshdr_wrlock [3e51c] __elf64_getshdr_rdlock [3e546] scn_valid [3e5ae] load_shdr_wrlock [3e6b2] memcpy [3e6e8] pread_retry [3e751] __bswap_64 [3e76f] __bswap_32 [3e78d] pread [3e7cf] load_shdr_wrlock [3ef5b] __elf64_getshdr_rdlock [3f079] ../../elfutils-0.176/libelf/gelf_getshdr.c [404d0] gelf_getshdr [405f3] memcpy [4065c] ../../elfutils-0.176/libelf/gelf_update_shdr.c [41ad4] gelf_update_shdr [41c23] memcpy [41c8c] ../../elfutils-0.176/libelf/elf_strptr.c [430cd] elf_strptr [4336d] validate_str [433a9] get_zdata [434a5] ../../elfutils-0.176/libelf/elf_rawdata.c [44908] elf_rawdata [44938] elf_rawdata [44a07] ../../elfutils-0.176/libelf/elf_getdata.c [45f96] elf_getdata [46013] __elf_getdata_rdlock [46092] __libelf_set_data_list_rdlock [462f3] __libelf_set_rawdata [4634e] __libelf_set_rawdata_wrlock [466ea] convert_data [46765] __libelf_data_type [467c5] pread_retry [4682e] pread [46870] memcpy [468a6] __libelf_data_type [469a5] __elf_getdata_rdlock [46b36] ../../elfutils-0.176/libelf/elf_newdata.c [47fba] elf_newdata [48105] ../../elfutils-0.176/libelf/elf_getdata_rawchunk.c [49640] elf_getdata_rawchunk [49a96] pread_retry [49aff] pread [49b41] memcpy [49be6] ../../elfutils-0.176/libelf/elf_flagelf.c [4b048] elf_flagelf [4b0fe] ../../elfutils-0.176/libelf/elf_flagehdr.c [4c560] elf_flagehdr [4c616] ../../elfutils-0.176/libelf/elf_flagphdr.c [4da78] elf_flagphdr [4db2e] ../../elfutils-0.176/libelf/elf_flagscn.c [4ef90] elf_flagscn [4f046] ../../elfutils-0.176/libelf/elf_flagshdr.c [504a8] elf_flagshdr [5055e] ../../elfutils-0.176/libelf/elf_flagdata.c [519c0] elf_flagdata [51a96] ../../elfutils-0.176/libelf/elf_memory.c [52ed7] elf_memory [52f90] ../../elfutils-0.176/libelf/elf_update.c [54594] elf_update [548c6] write_file [5491f] fstat [54a1a] ../../elfutils-0.176/libelf/elf32_updatenull.c [55f7e] __elf32_updatenull_wrlock [567c8] default_ehdr32 [56884] memcpy [5694c] ../../elfutils-0.176/libelf/elf64_updatenull.c [57ebe] __elf64_updatenull_wrlock [586ec] default_ehdr64 [587a8] memcpy [58870] ../../elfutils-0.176/libelf/elf32_updatefile.c [5a2fb] __elf32_updatefile [5ad80] fill [5af9f] __elf32_updatemmap [5bc44] fill_mmap [5bca8] sort_sections [5bd54] compare_sections [5bdcf] pwrite_retry [5be38] memset [5be6e] memmove [5bea4] memcpy [5bf9c] ../../elfutils-0.176/libelf/elf64_updatefile.c [5da27] __elf64_updatefile [5e4ac] fill [5e6cb] __elf64_updatemmap [5f36e] fill_mmap [5f3d2] sort_sections [5f47e] compare_sections [5f4f9] pwrite_retry [5f562] memset [5f598] memmove [5f5ce] memcpy [5f6c6] ../../elfutils-0.176/libelf/gelf_getsym.c [60c03] gelf_getsym [60d25] ../../elfutils-0.176/libelf/gelf_update_sym.c [62283] gelf_update_sym [623b3] ../../elfutils-0.176/libelf/gelf_getversym.c [6380c] gelf_getversym [6391a] ../../elfutils-0.176/libelf/gelf_getverneed.c [64dcf] gelf_getverneed [64e96] memcpy [64ee5] ../../elfutils-0.176/libelf/gelf_getvernaux.c [6639a] gelf_getvernaux [66461] memcpy [664b0] ../../elfutils-0.176/libelf/gelf_getverdef.c [67981] gelf_getverdef [67a89] memcpy [67ad8] ../../elfutils-0.176/libelf/gelf_getverdaux.c [68f63] gelf_getverdaux [6902a] memcpy [69079] ../../elfutils-0.176/libelf/gelf_getrel.c [6a550] gelf_getrel [6a6c0] memcpy [6a724] ../../elfutils-0.176/libelf/gelf_getrela.c [6bc47] gelf_getrela [6bdf8] memcpy [6be5c] ../../elfutils-0.176/libelf/gelf_update_rel.c [6d34a] gelf_update_rel [6d50c] ../../elfutils-0.176/libelf/gelf_update_rela.c [6ea46] gelf_update_rela [6ec08] ../../elfutils-0.176/libelf/gelf_getdyn.c [70137] gelf_getdyn [7026d] ../../elfutils-0.176/libelf/gelf_update_dyn.c [717bd] gelf_update_dyn [718ed] ../../elfutils-0.176/libelf/gelf_getmove.c [72d98] gelf_getmove [72ec3] ../../elfutils-0.176/libelf/gelf_update_move.c [7438f] gelf_update_move [7448f] ../../elfutils-0.176/libelf/gelf_getsyminfo.c [75910] gelf_getsyminfo [759f8] ../../elfutils-0.176/libelf/gelf_update_syminfo.c [76e9a] gelf_update_syminfo [76fb0] ../../elfutils-0.176/libelf/gelf_getauxv.c [7849f] gelf_getauxv [78609] memcpy [78658] ../../elfutils-0.176/libelf/gelf_update_auxv.c [79b5e] gelf_update_auxv [79c8e] ../../elfutils-0.176/libelf/gelf_getnote.c [7b12e] gelf_getnote [7b264] ../../elfutils-0.176/libelf/gelf_xlatetof.c [7c563] gelf_xlatetof [7c63c] ../../elfutils-0.176/libelf/gelf_xlatetom.c [7d93b] gelf_xlatetom [7da14] ../../elfutils-0.176/libelf/nlist.c [7f07d] nlist [7f6f1] nlist_fshash_find [7f75d] nlist_fshash_overwrite [7f7b7] nlist_fshash_lookup [7f807] nlist_fshash_fini [7f821] nlist_fshash_init [7f857] open [7f882] nlist_fshash_lookup [7f9f6] ../../elfutils-0.176/libelf/gelf_getsymshndx.c [80f33] gelf_getsymshndx [810b4] ../../elfutils-0.176/libelf/gelf_update_symshndx.c [82612] gelf_update_symshndx [82798] ../../elfutils-0.176/libelf/gelf_update_versym.c [83c12] gelf_update_versym [83cf8] ../../elfutils-0.176/libelf/gelf_update_verneed.c [851ce] gelf_update_verneed [852e8] memcpy [85337] ../../elfutils-0.176/libelf/gelf_update_vernaux.c [8680d] gelf_update_vernaux [86927] memcpy [86976] ../../elfutils-0.176/libelf/gelf_update_verdef.c [87e68] gelf_update_verdef [87f76] memcpy [87fc5] ../../elfutils-0.176/libelf/gelf_update_verdaux.c [89471] gelf_update_verdaux [8958b] memcpy [895da] ../../elfutils-0.176/libelf/elf_getphdrnum.c [8aa20] elf_getphdrnum [8aab0] __elf_getphdrnum_chk_rdlock [8ab7b] __elf_getphdrnum_rdlock [8ac1b] ../../elfutils-0.176/libelf/elf_getshdrnum.c [8c05c] elf_getshdrnum [8c0d5] __elf_getshdrnum_rdlock [8c16d] ../../elfutils-0.176/libelf/elf_getshdrstrndx.c [8d670] elf_getshdrstrndx [8da7d] pread_retry [8dae6] pread [8db28] __bswap_32 [8db80] ../../elfutils-0.176/libelf/gelf_checksum.c [8ee7a] gelf_checksum [8eefd] ../../elfutils-0.176/libelf/elf32_checksum.c [9034a] elf32_checksum [90646] ../../elfutils-0.176/libelf/elf64_checksum.c [91a93] elf64_checksum [91d8f] ../../elfutils-0.176/libelf/libelf_crc32.c [91e52] __libelf_crc32 [91ed7] ../../elfutils-0.176/libelf/libelf_next_prime.c [91f1a] __libelf_next_prime [91fb1] is_prime [91ffc] ../../elfutils-0.176/libelf/elf_clone.c [9345e] elf_clone [935a2] allocate_elf [9364c] ../../elfutils-0.176/libelf/gelf_getlib.c [94af7] gelf_getlib [94bf1] ../../elfutils-0.176/libelf/gelf_update_lib.c [960bd] gelf_update_lib [961ad] ../../elfutils-0.176/libelf/elf32_offscn.c [975ee] elf32_offscn [976fa] ../../elfutils-0.176/libelf/elf64_offscn.c [98b3b] elf64_offscn [98c47] ../../elfutils-0.176/libelf/gelf_offscn.c [9a094] gelf_offscn [9a157] ../../elfutils-0.176/libelf/elf_getaroff.c [9b451] elf_getaroff [9b517] ../../elfutils-0.176/libelf/elf_gnu_hash.c [9b94b] elf_gnu_hash [9b9b4] ../../elfutils-0.176/libelf/elf_scnshndx.c [9ccba] elf_scnshndx [9cd63] ../../elfutils-0.176/libelf/elf32_getchdr.c [9e1e6] elf32_getchdr [9e313] ../../elfutils-0.176/libelf/elf64_getchdr.c [9f7a4] elf64_getchdr [9f8d1] ../../elfutils-0.176/libelf/gelf_getchdr.c [a0db0] gelf_getchdr [a0e21] gelf_getchdr [a0f3c] ../../elfutils-0.176/libelf/elf_compress.c [a2687] elf_compress [a2c5c] __libelf_reset_rawdata [a2d19] __libelf_decompress_elf [a2e9b] __libelf_decompress [a3021] __libelf_compress [a3663] do_deflate_cleanup [a36af] memcpy [a36e5] __bswap_64 [a3703] __bswap_32 [a3829] ../../elfutils-0.176/libelf/elf_compress_gnu.c [a4c95] elf_compress_gnu [a5244] memmove [a527a] memcpy [a52b0] __bswap_64 [a5360] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/crti.S [2d] ../../elfutils-0.176/libdw/dwarf_begin.c [d8b] dwarf_begin [de5] fstat [e18] dwarf_begin [1084] ../../elfutils-0.176/libdw/dwarf_begin_elf.c [32e4] dwarf_begin_elf [388f] scngrp_read [3932] global_read [3979] valid_p [3b57] __libdw_debugdir [3cb2] check_section [3f80] sprintf [3fab] realpath [410a] ../../elfutils-0.176/libdw/dwarf_end.c [5d6e] dwarf_end [5f5a] cu_free [5f7e] noop_free [5fab] cu_free [60b2] ../../elfutils-0.176/libdw/dwarf_getelf.c [6aa0] dwarf_getelf [6ad9] ../../elfutils-0.176/libdw/dwarf_getpubnames.c [77ec] dwarf_getpubnames [7fb1] get_offsets [8099] __libdw_read_offset [8156] __libdw_in_section [81aa] __libdw_offset_in_section [81fe] __libdw_checked_get_data [8238] __libdw_relocate_offset [828c] __bswap_64 [82aa] __bswap_32 [82c8] __bswap_16 [833a] ../../elfutils-0.176/libdw/dwarf_getabbrev.c [9092] dwarf_getabbrev [9184] __libdw_getabbrev [9a61] __libdw_get_sleb128 [9b21] __libdw_get_uleb128 [9b8f] __libdw_max_len_sleb128 [9bc5] __libdw_max_len_uleb128 [9bfb] __libdw_max_len_leb128 [9c7b] ../../elfutils-0.176/libdw/dwarf_tag.c [a806] dwarf_tag [aa1a] __libdw_findabbrev [aae7] __libdw_dieabbrev [ab36] __libdw_get_uleb128 [aba4] __libdw_max_len_uleb128 [abda] __libdw_max_len_leb128 [ac57] ../../elfutils-0.176/libdw/dwarf_error.c [aec5] dwarf_errmsg [aeef] __libdw_seterrno [af22] dwarf_errno [af59] dwarf_errmsg [b026] ../../elfutils-0.176/libdw/dwarf_nextcu.c [bc6c] dwarf_nextcu [be17] __libdw_next_unit [c620] dwarf_next_unit [c6b6] __libdw_read_offset_inc [c773] __libdw_in_section [c7ce] __libdw_offset_in_section [c822] __libdw_checked_get_data [c85c] __libdw_relocate_offset [c8b0] __libdw_first_die_from_cu_start [c904] __bswap_64 [c922] __bswap_32 [c940] __bswap_16 [c95e] dwarf_next_unit [ca4b] ../../elfutils-0.176/libdw/dwarf_diename.c [d92e] dwarf_diename [d9e7] ../../elfutils-0.176/libdw/dwarf_offdie.c [e5d3] dwarf_offdie_types [e660] dwarf_offdie [e6e7] __libdw_offdie [e7f8] memset [e854] ../../elfutils-0.176/libdw/dwarf_attr.c [f2da] dwarf_attr [f37e] ../../elfutils-0.176/libdw/dwarf_formstring.c [105c4] dwarf_formstring [110f3] __libdw_cu_str_off_base [11112] str_offsets_base_off [11228] cu_sec_idx [11247] __libdw_read_offset [11304] __libdw_in_section [1135f] __libdw_offset_in_section [113b3] __libdw_checked_get_data [113ed] __libdw_relocate_offset [11441] read_3ubyte_unaligned [114b6] file_byte_order [114d6] __libdw_get_uleb128 [1154a] __libdw_max_len_uleb128 [11580] __libdw_max_len_leb128 [115c2] __libdw_first_die_off_from_cu [115e1] __libdw_first_die_from_cu_start [11635] __bswap_64 [11653] __bswap_32 [11671] __bswap_16 [116d8] ../../elfutils-0.176/libdw/dwarf_abbrev_hash.c [11952] __libdwarf_next_prime [11970] is_prime [119b3] Dwarf_Abbrev_Hash_find [11a65] Dwarf_Abbrev_Hash_insert [11b33] Dwarf_Abbrev_Hash_free [11b77] Dwarf_Abbrev_Hash_init [11c5c] insert_entry_2 [11dea] lookup [11e3a] lookup [11eaa] __libdwarf_next_prime [11f59] ../../elfutils-0.176/libdw/dwarf_sig8_hash.c [1212e] Dwarf_Sig8_Hash_find [121e0] Dwarf_Sig8_Hash_insert [122ae] Dwarf_Sig8_Hash_free [122f2] Dwarf_Sig8_Hash_init [12369] insert_entry_2 [1247e] lookup [124ce] lookup [12570] ../../elfutils-0.176/libdw/dwarf_attr_integrate.c [13499] dwarf_attr_integrate [13774] is_cudie [13794] cu_sec_idx [137b3] __libdw_first_die_off_from_cu [137d2] __libdw_first_die_from_cu_start [13862] ../../elfutils-0.176/libdw/dwarf_hasattr_integrate.c [1478b] dwarf_hasattr_integrate [14a55] is_cudie [14a75] cu_sec_idx [14a94] __libdw_first_die_off_from_cu [14ab3] __libdw_first_die_from_cu_start [14b50] ../../elfutils-0.176/libdw/dwarf_child.c [157f9] dwarf_child [15864] __libdw_find_attr [15def] memset [15e25] __libdw_form_val_len [15ea8] __libdw_dieabbrev [15ef7] __libdw_get_sleb128_unchecked [15fa5] __libdw_get_uleb128_unchecked [16007] __libdw_get_uleb128 [16075] __libdw_max_len_uleb128 [160ab] __libdw_max_len_leb128 [160ed] dwarf_child [1640e] ../../elfutils-0.176/libdw/dwarf_haschildren.c [16f84] dwarf_haschildren [17198] __libdw_dieabbrev [171e7] __libdw_get_uleb128 [17255] __libdw_max_len_uleb128 [1728b] __libdw_max_len_leb128 [172f3] ../../elfutils-0.176/libdw/dwarf_formaddr.c [1852e] dwarf_formaddr [18a73] __libdw_addrx [18ce9] __libdw_cu_addr_base [18d40] cu_sec_idx [18d5f] __libdw_read_address [18def] __libdw_in_section [18e4a] __libdw_checked_get_data [18e84] __libdw_relocate_address [18ed8] read_3ubyte_unaligned [18f4d] file_byte_order [18f6d] __libdw_get_uleb128 [18fe1] __libdw_max_len_uleb128 [19017] __libdw_max_len_leb128 [19059] __libdw_first_die_off_from_cu [19078] __libdw_first_die_from_cu_start [190cc] __bswap_64 [190ea] __bswap_32 [19108] __bswap_16 [19162] ../../elfutils-0.176/libdw/dwarf_formudata.c [1a3a7] dwarf_formudata [1ad6d] __libdw_formptr [1b7c6] __libdw_cu_ranges_base [1b921] cu_sec_idx [1b940] __libdw_read_offset [1b9f7] __libdw_read_address [1ba8d] __libdw_in_section [1bae8] __libdw_offset_in_section [1bb3c] __libdw_checked_get_data [1bb76] __libdw_relocate_offset [1bbca] __libdw_relocate_address [1bc1e] read_3ubyte_unaligned [1bc93] file_byte_order [1bcb3] __libdw_get_sleb128_unchecked [1bd61] __libdw_get_sleb128 [1be1b] __libdw_get_uleb128 [1be89] __libdw_max_len_sleb128 [1bebf] __libdw_max_len_uleb128 [1bef5] __libdw_max_len_leb128 [1bf37] __libdw_first_die_off_from_cu [1bf56] __libdw_first_die_from_cu_start [1bfaa] __bswap_64 [1bfc8] __bswap_32 [1bfe6] __bswap_16 [1c040] ../../elfutils-0.176/libdw/dwarf_formsdata.c [1cd4a] dwarf_formsdata [1d22a] __libdw_get_sleb128_unchecked [1d2de] __libdw_get_sleb128 [1d398] __libdw_get_uleb128 [1d406] __libdw_max_len_sleb128 [1d43c] __libdw_max_len_uleb128 [1d472] __libdw_max_len_leb128 [1d4b4] __bswap_64 [1d4d2] __bswap_32 [1d4f0] __bswap_16 [1d527] ../../elfutils-0.176/libdw/dwarf_lowpc.c [1e444] dwarf_lowpc [1e5d3] is_cudie [1e5f3] cu_sec_idx [1e612] __libdw_first_die_off_from_cu [1e631] __libdw_first_die_from_cu_start [1e6c1] ../../elfutils-0.176/libdw/dwarf_entrypc.c [1f599] dwarf_entrypc [1f69a] ../../elfutils-0.176/libdw/dwarf_haspc.c [200dd] dwarf_haspc [2013c] dwarf_haspc [20229] ../../elfutils-0.176/libdw/dwarf_highpc.c [21275] dwarf_highpc [2149c] is_cudie [214bc] cu_sec_idx [214db] __libdw_first_die_off_from_cu [214fa] __libdw_first_die_from_cu_start [215b1] ../../elfutils-0.176/libdw/dwarf_ranges.c [228c1] dwarf_ranges [232af] initial_offset [2337b] __libdw_read_begin_end_pair_inc [26242] __libdw_cu_ranges_base [2639d] is_cudie [263bd] cu_sec_idx [263dc] __libdw_read_address_inc [26479] __libdw_in_section [264d4] __libdw_offset_in_section [26528] __libdw_checked_get_data [26562] __libdw_relocate_address [265b6] __libdw_get_uleb128 [26624] __libdw_max_len_uleb128 [2665a] __libdw_max_len_leb128 [2669c] __libdw_first_die_off_from_cu [266bb] __libdw_first_die_from_cu_start [2670f] __bswap_64 [2672d] __bswap_32 [2674b] __bswap_16 [2680d] ../../elfutils-0.176/libdw/dwarf_formref.c [274cf] dwarf_formref [2753c] __libdw_formref [277f1] __libdw_get_uleb128 [27865] __libdw_max_len_uleb128 [2789b] __libdw_max_len_leb128 [278dd] __bswap_64 [278fb] __bswap_32 [27919] __bswap_16 [27950] ../../elfutils-0.176/libdw/dwarf_formref_die.c [286e3] dwarf_formref_die [28bdc] cu_sec_idx [28bfb] __libdw_read_offset [28cb8] __libdw_in_section [28d13] __libdw_offset_in_section [28d67] __libdw_checked_get_data [28da1] __libdw_relocate_offset [28df5] __bswap_64 [28e13] __bswap_32 [28e31] memset [28ed6] ../../elfutils-0.176/libdw/dwarf_siblingof.c [29edd] dwarf_siblingof [2a088] memset [2a0fa] ../../elfutils-0.176/libdw/dwarf_dieoffset.c [2ab31] dwarf_dieoffset [2ab74] ../../elfutils-0.176/libdw/dwarf_cuoffset.c [2b5ab] dwarf_cuoffset [2b5ee] ../../elfutils-0.176/libdw/dwarf_diecu.c [2c064] dwarf_diecu [2c158] cu_sec_idx [2c177] __libdw_first_die_off_from_cu [2c196] __libdw_first_die_from_cu_start [2c1f2] ../../elfutils-0.176/libdw/dwarf_hasattr.c [2ce96] dwarf_hasattr [2cf06] __libdw_dieabbrev [2cf55] __libdw_get_sleb128_unchecked [2d003] __libdw_get_uleb128_unchecked [2d065] __libdw_get_uleb128 [2d0d3] __libdw_max_len_uleb128 [2d109] __libdw_max_len_leb128 [2d14b] dwarf_hasattr [2d5f5] ../../elfutils-0.176/libdw/dwarf_hasform.c [2e032] dwarf_hasform [2e079] ../../elfutils-0.176/libdw/dwarf_whatform.c [2eab6] dwarf_whatform [2eaef] ../../elfutils-0.176/libdw/dwarf_whatattr.c [2f52c] dwarf_whatattr [2f565] ../../elfutils-0.176/libdw/dwarf_bytesize.c [3043d] dwarf_bytesize [30510] ../../elfutils-0.176/libdw/dwarf_arrayorder.c [313e8] dwarf_arrayorder [314bb] ../../elfutils-0.176/libdw/dwarf_bitsize.c [32393] dwarf_bitsize [32466] ../../elfutils-0.176/libdw/dwarf_bitoffset.c [3333e] dwarf_bitoffset [33411] ../../elfutils-0.176/libdw/dwarf_srclang.c [342e9] dwarf_srclang [343bc] ../../elfutils-0.176/libdw/dwarf_getabbrevtag.c [344db] dwarf_getabbrevtag [34514] ../../elfutils-0.176/libdw/dwarf_getabbrevcode.c [34633] dwarf_getabbrevcode [3466c] ../../elfutils-0.176/libdw/dwarf_abbrevhaschildren.c [3478b] dwarf_abbrevhaschildren [347c4] ../../elfutils-0.176/libdw/dwarf_getattrcnt.c [348ff] dwarf_getattrcnt [34a9e] __libdw_get_uleb128_unchecked [34b12] ../../elfutils-0.176/libdw/dwarf_getabbrevattr.c [34ddb] dwarf_getabbrevattr [34e8b] dwarf_getabbrevattr_data [35160] __libdw_get_sleb128_unchecked [35214] __libdw_get_uleb128_unchecked [3527e] ../../elfutils-0.176/libdw/dwarf_getsrclines.c [3676e] dwarf_getsrclines [36ac2] __libdw_getcompdir [36b5e] __libdw_getsrclines [36e96] files_lines_compare [36f04] read_srclines [3971c] add_new_line [3974c] run_advance_pc [3978a] compare_lines [3984d] is_cudie [3986d] cu_sec_idx [3988c] __libdw_read_address_inc [39935] __libdw_in_section [39989] __libdw_offset_in_section [399dd] __libdw_checked_get_data [39a17] __libdw_relocate_address [39a6b] __libdw_form_val_len [39aee] __libdw_get_sleb128 [39ba8] __libdw_get_uleb128 [39c16] __libdw_max_len_sleb128 [39c4c] __libdw_max_len_uleb128 [39c82] __libdw_max_len_leb128 [39cc4] libdw_valid_user_form [39ce4] __libdw_first_die_off_from_cu [39d03] __libdw_first_die_from_cu_start [39d57] stpcpy [39d81] strcpy [39dab] __bswap_64 [39dc9] __bswap_32 [39de7] __bswap_16 [39e05] __libdw_get_uleb128 [39f4e] add_new_line [3a0b9] ../../elfutils-0.176/libdw/dwarf_getsrc_die.c [3ac30] dwarf_getsrc_die [3ae00] ../../elfutils-0.176/libdw/dwarf_getscopes.c [3c0ac] dwarf_getscopes [3c1ca] pc_record [3c26a] origin_match [3c2ea] pc_match [3c346] origin_match [3c47f] pc_record [3c6de] pc_match [3c8a9] ../../elfutils-0.176/libdw/dwarf_getscopes_die.c [3d492] dwarf_getscopes_die [3d5e3] scope_visitor [3d657] cu_sec_idx [3d676] __libdw_first_die_off_from_cu [3d695] __libdw_first_die_from_cu_start [3d6e9] scope_visitor [3d84b] ../../elfutils-0.176/libdw/dwarf_getscopevar.c [3e96f] dwarf_getscopevar [3eedb] file_matches [3ef55] getattr [3ef9d] getfiles [3efcd] cu_sec_idx [3efec] __libdw_first_die_off_from_cu [3f00b] __libdw_first_die_from_cu_start [3f100] ../../elfutils-0.176/libdw/dwarf_linesrc.c [3f492] dwarf_linesrc [3f529] ../../elfutils-0.176/libdw/dwarf_lineno.c [3f781] dwarf_lineno [3f7d8] ../../elfutils-0.176/libdw/dwarf_lineaddr.c [3fa30] dwarf_lineaddr [3fa87] ../../elfutils-0.176/libdw/dwarf_linecol.c [3fcdf] dwarf_linecol [3fd36] ../../elfutils-0.176/libdw/dwarf_linebeginstatement.c [3ff8e] dwarf_linebeginstatement [3ffe5] ../../elfutils-0.176/libdw/dwarf_lineendsequence.c [4023d] dwarf_lineendsequence [40294] ../../elfutils-0.176/libdw/dwarf_lineblock.c [404ec] dwarf_lineblock [40543] ../../elfutils-0.176/libdw/dwarf_lineprologueend.c [4079b] dwarf_lineprologueend [407f2] ../../elfutils-0.176/libdw/dwarf_lineepiloguebegin.c [40a4a] dwarf_lineepiloguebegin [40aa1] ../../elfutils-0.176/libdw/dwarf_lineisa.c [40cf9] dwarf_lineisa [40d50] ../../elfutils-0.176/libdw/dwarf_linediscriminator.c [40fa8] dwarf_linediscriminator [40fff] ../../elfutils-0.176/libdw/dwarf_lineop_index.c [41257] dwarf_lineop_index [412ae] ../../elfutils-0.176/libdw/dwarf_line_file.c [41641] dwarf_line_file [416de] ../../elfutils-0.176/libdw/dwarf_onesrcline.c [41abe] dwarf_onesrcline [41b3c] ../../elfutils-0.176/libdw/dwarf_formblock.c [4282e] dwarf_formblock [42a94] __libdw_get_uleb128 [42b08] __libdw_max_len_uleb128 [42b3e] __libdw_max_len_leb128 [42b80] __bswap_32 [42b9e] __bswap_16 [42bd5] ../../elfutils-0.176/libdw/dwarf_getsrcfiles.c [43811] dwarf_getsrcfiles [43b63] is_cudie [43b83] cu_sec_idx [43ba2] __libdw_first_die_off_from_cu [43bc1] __libdw_first_die_from_cu_start [43c77] ../../elfutils-0.176/libdw/dwarf_filesrc.c [43dd9] dwarf_filesrc [43e46] ../../elfutils-0.176/libdw/dwarf_getsrcdirs.c [43fad] dwarf_getsrcdirs [44018] ../../elfutils-0.176/libdw/dwarf_getlocation.c [45853] dwarf_getlocations [45b5f] dwarf_getlocation_addr [45ec8] getlocations_addr [45fdd] initial_offset [46609] __libdw_cu_base_address [46762] dwarf_getlocation [4694c] getlocation [469a5] __libdw_intern_expression [46ce6] check_constant_offset [46dea] dwarf_getlocation_implicit_value [46ecd] store_implicit_value [46f58] loc_compare [46fc1] attr_ok [46fdf] __libdw_cu_locs_base [47125] cu_sec_idx [47144] __libdw_read_offset_inc [47207] __libdw_read_address_inc [472a4] __libdw_in_section [472f8] __libdw_offset_in_section [4734c] __libdw_checked_get_data [47386] __libdw_relocate_offset [473da] __libdw_relocate_address [4742e] __libdw_get_sleb128 [474e8] __libdw_get_uleb128 [47556] __libdw_max_len_sleb128 [4758c] __libdw_max_len_uleb128 [475c2] __libdw_max_len_leb128 [47604] __libdw_first_die_off_from_cu [47623] __libdw_first_die_from_cu_start [47677] dwarf_whatform [47697] __bswap_64 [476b5] __bswap_32 [476d3] __bswap_16 [476f1] attr_ok [4772e] check_constant_offset [47973] __libdw_intern_expression [49592] __libdw_intern_expression [49678] getlocation [496e2] getlocations_addr [49b32] ../../elfutils-0.176/libdw/dwarf_getstring.c [4a6db] dwarf_getstring [4a7cd] ../../elfutils-0.176/libdw/dwarf_offabbrev.c [4b1bb] dwarf_offabbrev [4b290] ../../elfutils-0.176/libdw/dwarf_getaranges.c [4bef3] dwarf_getaranges [4c0fe] compare_aranges [4c18b] __libdw_read_offset_inc [4c24e] __libdw_read_address_inc [4c2f1] __libdw_in_section [4c345] __libdw_offset_in_section [4c399] __libdw_checked_get_data [4c3d3] __libdw_relocate_offset [4c427] __libdw_relocate_address [4c47b] __libdw_first_die_off_from_cu [4c49a] __libdw_first_die_from_cu_start [4c4ee] __bswap_64 [4c50c] __bswap_32 [4c52a] __bswap_16 [4c548] dwarf_getaranges [4cf75] ../../elfutils-0.176/libdw/dwarf_onearange.c [4da9e] dwarf_onearange [4db1c] ../../elfutils-0.176/libdw/dwarf_getarangeinfo.c [4dc5b] dwarf_getarangeinfo [4dce0] ../../elfutils-0.176/libdw/dwarf_getarange_addr.c [4e809] dwarf_getarange_addr [4e8c9] ../../elfutils-0.176/libdw/dwarf_getattrs.c [4f5ed] dwarf_getattrs [4fb5c] __libdw_form_val_len [4fbdf] __libdw_dieabbrev [4fc2e] __libdw_get_sleb128_unchecked [4fcdc] __libdw_get_uleb128_unchecked [4fd3e] __libdw_get_uleb128 [4fdac] __libdw_max_len_uleb128 [4fde2] __libdw_max_len_leb128 [4fe60] ../../elfutils-0.176/libdw/dwarf_formflag.c [50afa] dwarf_formflag [50b78] ../../elfutils-0.176/libdw/dwarf_getmacros.c [52039] dwarf_getmacros [523b8] dwarf_getmacros_off [52639] macro_info_getmacros_off [526b8] gnu_macros_getmacros_off [52739] offset_from_token [5276c] token_from_offset [52799] read_macros [531e5] cache_op_table [53280] get_table_for_offset [53a9b] get_macinfo_table [53b5b] init_macinfo_table [53d2b] build_table [53d68] macro_op_compare [53dac] get_offset_from [53e71] str_offsets_base_off [53f8d] cu_sec_idx [53fac] __libdw_form_val_len [5402f] __libdw_get_uleb128 [540a3] __libdw_max_len_uleb128 [540d9] __libdw_max_len_leb128 [5411b] libdw_valid_user_form [5413b] __libdw_first_die_off_from_cu [5415a] __libdw_first_die_from_cu_start [541ae] memset [541e4] memcpy [5421a] __bswap_64 [54238] __bswap_32 [54256] __bswap_16 [54274] macro_op_compare [542f9] gnu_macros_getmacros_off [54497] ../../elfutils-0.176/libdw/dwarf_macro_getparamcnt.c [55052] dwarf_macro_getparamcnt [550cd] libdw_macro_nforms [550f5] ../../elfutils-0.176/libdw/dwarf_macro_opcode.c [55cb0] dwarf_macro_opcode [55d07] ../../elfutils-0.176/libdw/dwarf_macro_param.c [568c2] dwarf_macro_param [56945] libdw_macro_nforms [5696d] ../../elfutils-0.176/libdw/dwarf_macro_param1.c [57528] dwarf_macro_param1 [5760c] ../../elfutils-0.176/libdw/dwarf_macro_param2.c [582f5] dwarf_macro_param2 [58419] ../../elfutils-0.176/libdw/dwarf_macro_getsrcfiles.c [58fd9] dwarf_macro_getsrcfiles [590be] ../../elfutils-0.176/libdw/dwarf_addrdie.c [59af5] dwarf_addrdie [59c59] ../../elfutils-0.176/libdw/dwarf_getfuncs.c [5af01] dwarf_getfuncs [5b0bc] tree_visitor [5b1cf] cu_sec_idx [5b1ee] __libdw_first_die_off_from_cu [5b20d] __libdw_first_die_from_cu_start [5b2aa] ../../elfutils-0.176/libdw/dwarf_decl_file.c [5c2fb] dwarf_decl_file [5c557] cu_sec_idx [5c576] __libdw_first_die_off_from_cu [5c595] __libdw_first_die_from_cu_start [5c63e] ../../elfutils-0.176/libdw/dwarf_decl_line.c [5d645] __libdw_attr_intval [5d744] dwarf_decl_line [5d7ed] ../../elfutils-0.176/libdw/dwarf_decl_column.c [5e67c] dwarf_decl_column [5e70e] ../../elfutils-0.176/libdw/dwarf_func_inline.c [5f904] dwarf_func_inline_instances [5fa46] dwarf_func_inline [5fae5] scope_visitor [5fc1f] cu_sec_idx [5fc3e] __libdw_first_die_off_from_cu [5fc5d] __libdw_first_die_from_cu_start [5fd07] ../../elfutils-0.176/libdw/dwarf_getsrc_file.c [60884] dwarf_getsrc_file [60d59] ../../elfutils-0.176/libdw/libdw_findcu.c [62041] __libdw_find_split_dbg_addr [62109] __libdw_findcu_addr [621e5] __libdw_findcu [6231d] __libdw_intern_next_unit [6272e] __libdw_finddbg_cb [62819] findcu_cb [6285b] cu_sec_idx [6287a] __libdw_first_die_off_from_cu [62899] __libdw_first_die_from_cu_start [628ed] findcu_cb [62a2a] ../../elfutils-0.176/libdw/libdw_form.c [636a2] __libdw_form_val_compute_len [63c6d] __libdw_form_val_len [63cf0] __libdw_get_uleb128 [63d64] __libdw_max_len_uleb128 [63d9a] __libdw_max_len_leb128 [63ddc] __bswap_32 [63dfa] __bswap_16 [63e3d] ../../elfutils-0.176/libdw/libdw_alloc.c [64908] __libdw_oom [6497e] dwarf_new_oom_handler [649d1] __libdw_allocate [64a80] error [64ad8] ../../elfutils-0.176/libdw/libdw_visit_scopes.c [65dbc] walk_children [65f94] __libdw_visit_scopes [662cc] may_have_scopes [662f0] walk_children [664a9] ../../elfutils-0.176/libdw/dwarf_entry_breakpoints.c [6705a] dwarf_entry_breakpoints [677c5] search_range [6786f] entrypc_bkpt [678b0] add_bkpt [678f1] cu_sec_idx [67910] __libdw_first_die_off_from_cu [6792f] __libdw_first_die_from_cu_start [679f3] ../../elfutils-0.176/libdw/dwarf_next_cfi.c [6832d] dwarf_next_cfi [68c5a] encoded_value_size [68cae] __libdw_get_sleb128 [68d6e] __libdw_get_uleb128 [68ddc] __libdw_max_len_sleb128 [68e12] __libdw_max_len_uleb128 [68e48] __libdw_max_len_leb128 [68e8a] __bswap_64 [68ea8] __bswap_32 [68ec6] encoded_value_size [68f61] ../../elfutils-0.176/libdw/cie.c [6b13d] __libdw_intern_cie [6b224] __libdw_find_cie [6b360] intern_new_cie [6b524] compare_cie [6b58d] encoded_value_size [6b5e1] encoded_value_size [6b6b7] ../../elfutils-0.176/libdw/fde.c [6d93b] __libdw_find_fde [6dca1] binary_search_fde [6dd43] __libdw_fde_by_offset [6de4d] intern_fde [6e184] compare_fde [6e1c8] read_encoded_value [6f337] __libdw_cfi_read_address_inc [6f3bd] encoded_value_size [6f411] __libdw_read_address_inc [6f4ae] __libdw_in_section [6f502] __libdw_checked_get_data [6f53c] __libdw_relocate_address [6f590] __libdw_get_sleb128 [6f64a] __libdw_get_uleb128 [6f6b8] __libdw_max_len_sleb128 [6f6ee] __libdw_max_len_uleb128 [6f724] __libdw_max_len_leb128 [6f766] __bswap_64 [6f784] __bswap_32 [6f7a2] __bswap_16 [6f7c0] encoded_value_size [6f836] compare_fde [6f93f] ../../elfutils-0.176/libdw/cfi.c [72143] __libdw_frame_at_address [72344] cie_cache_initial_state [723a7] execute_cfi [7678e] require_cfa_offset [767a7] enough_registers [7681b] duplicate_frame_state [7690a] read_encoded_value [769d6] __libdw_cfi_read_address_inc [76a5c] encoded_value_size [76ab0] memset [76ae6] memcpy [76b1c] __libdw_read_address_inc [76bb9] __libdw_in_section [76c0d] __libdw_checked_get_data [76c47] __libdw_relocate_address [76c9b] __libdw_get_sleb128 [76d55] __libdw_get_uleb128 [76dc3] __libdw_max_len_sleb128 [76df9] __libdw_max_len_uleb128 [76e2f] __libdw_max_len_leb128 [76e71] __bswap_64 [76e8f] __bswap_32 [76ead] __bswap_16 [76f69] ../../elfutils-0.176/libdw/frame-cache.c [78e97] __libdw_destroy_frame_cache [78f22] free_expr [78f91] free_cie [7902b] ../../elfutils-0.176/libdw/dwarf_frame_info.c [7af1e] dwarf_frame_info [7af96] ../../elfutils-0.176/libdw/dwarf_frame_cfa.c [7d03b] dwarf_frame_cfa [7d12a] ../../elfutils-0.176/libdw/dwarf_frame_register.c [7f620] dwarf_frame_register [7f8e1] __libdw_get_uleb128 [7f955] __libdw_max_len_uleb128 [7f98b] __libdw_max_len_leb128 [7f9fc] ../../elfutils-0.176/libdw/dwarf_cfi_addrframe.c [81a1e] dwarf_cfi_addrframe [81b2b] ../../elfutils-0.176/libdw/dwarf_getcfi.c [83815] dwarf_getcfi [83917] ../../elfutils-0.176/libdw/dwarf_getcfi_elf.c [857c8] dwarf_getcfi_elf [85dea] getcfi_shdr [85e82] getcfi_scn_eh_frame [85f28] getcfi_phdr [85f8a] getcfi_gnu_eh_frame [86052] parse_eh_frame_hdr [861ee] allocate_cfi [862be] read_encoded_value [8742d] __libdw_cfi_read_address_inc [874b3] encoded_value_size [87507] __libdw_read_address_inc [875a4] __libdw_in_section [875f8] __libdw_checked_get_data [87632] __libdw_relocate_address [87686] __libdw_get_sleb128 [87740] __libdw_get_uleb128 [877ae] __libdw_max_len_sleb128 [877e4] __libdw_max_len_uleb128 [8781a] __libdw_max_len_leb128 [8785c] __bswap_64 [8787a] __bswap_32 [87898] __bswap_16 [878b6] encoded_value_size [879ff] ../../elfutils-0.176/libdw/dwarf_cfi_end.c [895e6] dwarf_cfi_end [89604] dwarf_cfi_end [896ad] ../../elfutils-0.176/libdw/dwarf_aggregate_size.c [8a7f0] dwarf_aggregate_size [8a8bd] aggregate_size [8ae5f] array_size [8af62] get_type [8b02d] cu_sec_idx [8b04c] __libdw_first_die_off_from_cu [8b06b] __libdw_first_die_from_cu_start [8b156] ../../elfutils-0.176/libdw/dwarf_getlocation_implicit_pointer.c [8c7e1] dwarf_getlocation_implicit_pointer [8c8ef] __libdw_empty_loc_attr [8c958] ../../elfutils-0.176/libdw/dwarf_getlocation_die.c [8da25] dwarf_getlocation_die [8db11] ../../elfutils-0.176/libdw/dwarf_getlocation_attr.c [8f1bb] dwarf_getlocation_attr [8f3a6] addr_valp [8f594] attr_form_cu [8f5b2] __libdw_cu_addr_base [8f609] cu_sec_idx [8f628] __libdw_first_die_off_from_cu [8f647] __libdw_first_die_from_cu_start [8f6fe] ../../elfutils-0.176/libdw/dwarf_getalt.c [91299] dwarf_getalt [912b7] find_debug_altlink [91385] __libdw_filepath [917fc] open [91827] strcpy [91851] mempcpy [91887] sprintf [918b2] dwarf_getalt [91db3] ../../elfutils-0.176/libdw/dwarf_setalt.c [927f1] dwarf_setalt [92878] ../../elfutils-0.176/libdw/dwarf_cu_getdwarf.c [93272] dwarf_cu_getdwarf [932b4] ../../elfutils-0.176/libdw/dwarf_cu_die.c [93d5a] dwarf_cu_die [93ea9] cu_sec_idx [93ec8] __libdw_first_die_off_from_cu [93ee7] __libdw_first_die_from_cu_start [93f43] ../../elfutils-0.176/libdw/dwarf_peel_type.c [95038] dwarf_peel_type [9509a] dwarf_peel_type [951fe] ../../elfutils-0.176/libdw/dwarf_default_lower_bound.c [954e2] dwarf_default_lower_bound [95560] ../../elfutils-0.176/libdw/dwarf_die_addr_die.c [95fa3] dwarf_die_addr_die [9613a] memset [961a3] ../../elfutils-0.176/libdw/dwarf_get_units.c [96df9] dwarf_get_units [970f5] cu_sec_idx [97114] __libdw_first_die_off_from_cu [97133] __libdw_first_die_from_cu_start [97187] memset [971f0] ../../elfutils-0.176/libdw/libdw_find_split_unit.c [99401] __libdw_find_split_unit [996b6] try_split_file [999f2] open [99a1d] __libdw_link_skel_split [99a60] __libdw_cu_addr_base [99ab7] cu_sec_idx [99ad6] __libdw_first_die_off_from_cu [99af5] __libdw_first_die_from_cu_start [99c04] ../../elfutils-0.176/libdw/dwarf_cu_info.c [9a7d9] dwarf_cu_info [9aa65] cu_sec_idx [9aa84] __libdw_first_die_off_from_cu [9aaa3] __libdw_first_die_from_cu_start [9aaf7] memset [9ab53] ../../elfutils-0.176/libdw/dwarf_next_lines.c [9bc6c] dwarf_next_lines [9c0f8] __bswap_64 [9c116] __bswap_32 [9c134] __bswap_16 [9c1ce] ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_debuglink.c [9c5f2] dwelf_elf_gnu_debuglink [9c904] ../../elfutils-0.176/libdwelf/dwelf_dwarf_gnu_debugaltlink.c [9d4c5] dwelf_dwarf_gnu_debugaltlink [9d5ce] ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_build_id.c [9f008] dwelf_elf_gnu_build_id [9f0ce] __libdwfl_find_elf_build_id [9f258] find_elf_build_id [9f58c] check_notes [9f73a] ../../elfutils-0.176/libdwelf/dwelf_scn_gnu_compressed_size.c [a0a6f] dwelf_scn_gnu_compressed_size [a0b55] memcpy [a0b8b] __bswap_64 [a0bd7] ../../elfutils-0.176/libdwelf/dwelf_strtab.c [a1582] dwelf_strent_str [a15ba] dwelf_strent_off [a15ec] dwelf_strtab_finalize [a171d] copystrings [a18ae] dwelf_strtab_add_len [a1933] dwelf_strtab_add [a19b4] strtab_add [a1b9d] searchstring [a1bd3] newstring [a1c2c] dwelf_strtab_free [a1cbd] morememory [a1cfe] dwelf_strtab_init [a1de0] mempcpy [a1e8f] ../../elfutils-0.176/libdwelf/dwelf_elf_begin.c [a3303] dwelf_elf_begin [a348c] ../../elfutils-0.176/libdwfl/dwfl_begin.c [a4cd3] dwfl_begin [a4dae] ../../elfutils-0.176/libdwfl/dwfl_end.c [a663f] dwfl_end [a6786] ../../elfutils-0.176/libdwfl/dwfl_error.c [a70b4] dwfl_errmsg [a7177] __libdwfl_seterrno [a721d] __libdwfl_canon_error [a72c8] canonicalize [a731a] dwfl_errno [a7351] canonicalize [a742b] ../../elfutils-0.176/libdwfl/dwfl_version.c [a8c72] dwfl_version [a8cab] ../../elfutils-0.176/libdwfl/dwfl_module.c [ab3ab] dwfl_report_end [ab4b9] dwfl_report_module [ab698] use [ab6ce] dwfl_report_begin [ab713] dwfl_report_begin_add [ab740] __libdwfl_module_free [ab8fd] free_file [ab917] nofree [ab944] free_cu [ab95d] free_file [aba69] ../../elfutils-0.176/libdwfl/dwfl_report_elf.c [ad491] _compat_without_add_p_vaddr_dwfl_report_elf [ad557] dwfl_report_elf [ad73e] __libdwfl_report_elf [ad945] __libdwfl_elf_address_range [adde1] open [adece] ../../elfutils-0.176/libdwfl/relocate.c [b0680] __libdwfl_relocate_section [b084f] __libdwfl_relocate [b0ab6] relocate_section [b1479] check_badreltype [b14bb] relocate [b167b] resolve_symbol [b1765] relocate_getsym [b17ed] __libdwfl_relocate_value [b186d] dwfl_adjusted_st_value [b18a7] dwfl_adjusted_aux_sym_addr [b18d4] dwfl_adjusted_dwarf_addr [b1901] dwfl_adjusted_address [b192e] memset [b1964] __libdwfl_relocate_value [b1b3f] relocate [b24a7] ../../elfutils-0.176/libdwfl/dwfl_module_build_id.c [b3d03] _compat_vaddr_at_end_dwfl_module_build_id [b3d9e] dwfl_module_build_id [b3e30] __libdwfl_find_build_id [b3eca] found_build_id [b3f24] memcpy [b3f5a] __libdwfl_find_build_id [b4219] ../../elfutils-0.176/libdwfl/dwfl_module_report_build_id.c [b5a75] dwfl_module_report_build_id [b5ac3] memcpy [b5af9] dwfl_module_report_build_id [b5ce4] ../../elfutils-0.176/libdwfl/derelocate.c [b7762] dwfl_module_address_section [b78e3] dwfl_module_relocate_address [b7965] __libdwfl_find_section_ndx [b79f4] find_section [b7b23] check_module [b7b8e] dwfl_module_relocation_info [b7c89] dwfl_module_relocations [b7d8a] cache_sections [b7efa] compare_secrefs [b7f87] dwfl_adjusted_address [b7fb4] cache_sections [b8465] check_module [b865c] ../../elfutils-0.176/libdwfl/offline.c [ba092] dwfl_report_offline [ba1a5] __libdwfl_report_offline [ba326] process_archive [ba397] process_archive_member [ba45c] process_elf [ba4b5] process_file [ba50e] dwfl_offline_section_address [ba898] open [ba8c3] asprintf [ba8ee] process_file [bb010] ../../elfutils-0.176/libdwfl/segment.c [bc8fa] dwfl_report_segment [bca48] dwfl_addrsegment [bcdbd] reify_segments [bce79] lookup [bced1] insert [bd195] __libdwfl_segment_end [bd1da] __libdwfl_segment_start [bd219] memmove [bd2a5] ../../elfutils-0.176/libdwfl/dwfl_module_info.c [beaec] dwfl_module_info [bed4f] dwfl_adjusted_st_value [bed89] dwfl_adjusted_aux_sym_addr [bedb6] dwfl_adjusted_dwarf_addr [bede3] dwfl_adjusted_address [bee18] ../../elfutils-0.176/libdwfl/dwfl_getmodules.c [c0686] dwfl_getmodules [c07c2] ../../elfutils-0.176/libdwfl/dwfl_getdwarf.c [c2075] dwfl_getdwarf [c2137] module_callback [c227a] ../../elfutils-0.176/libdwfl/dwfl_module_getdwarf.c [c4b05] dwfl_module_getsymtab_first_global [c4b82] dwfl_module_getsymtab [c4be0] dwfl_module_getdwarf [c4c0d] find_dw [c4c32] load_dw [c4dba] __libdwfl_module_getebl [c4dda] find_symtab [c5186] find_aux_sym [c51d5] find_dynsym [c5467] translate_offs [c55d7] find_offsets [c567b] load_symtab [c57cc] find_debug_altlink [c5ab6] find_debuginfo [c5afd] find_prelink_address_sync [c5da2] consider_shdr [c5e06] __libdwfl_getelf [c5e2c] mod_verify_build_id [c5e6e] open_elf [c5f1f] open_elf_file [c5f62] open [c5f8d] dwfl_adjusted_dwarf_addr [c5fba] dwfl_adjusted_address [c5fe7] open_elf [c606c] translate_offs [c63f0] find_prelink_address_sync [c6cc2] find_debuginfo [c7070] __libdwfl_getelf [c7466] __libdwfl_module_getebl [c74d9] dwfl_module_getdwarf [c78f8] ../../elfutils-0.176/libdwfl/dwfl_module_getelf.c [c913f] dwfl_module_getelf [c9169] dwfl_adjusted_address [c9196] dwfl_module_getelf [c92b2] ../../elfutils-0.176/libdwfl/dwfl_validate_address.c [cab1d] dwfl_validate_address [cac93] ../../elfutils-0.176/libdwfl/argp-std.c [cc91f] dwfl_standard_argp [cc93e] parse_opt [cda60] fail [cdaa2] failure [cdae0] open [cdb0b] atoi [cdc96] ../../elfutils-0.176/libdwfl/find-debuginfo.c [cf747] dwfl_standard_find_debuginfo [cf9eb] find_debuginfo_in_path [d02f9] validate [d03a6] check_crc [d03db] try_open [d045f] fstat [d0492] stat [d04bf] open [d04ea] memcpy [d0520] realpath [d054a] asprintf [d0575] try_open [d09a6] ../../elfutils-0.176/libdwfl/dwfl_build_id_find_elf.c [d22b9] dwfl_build_id_find_elf [d24e0] __libdwfl_open_mod_by_build_id [d258f] __libdwfl_open_by_build_id [d2ad6] open [d2b01] strcpy [d2b2b] mempcpy [d2b61] memcpy [d2b97] realpath [d2bc1] snprintf [d2cec] ../../elfutils-0.176/libdwfl/dwfl_build_id_find_debuginfo.c [d45a0] dwfl_build_id_find_debuginfo [d496f] ../../elfutils-0.176/libdwfl/linux-kernel-modules.c [d7a5d] dwfl_linux_kernel_report_modules [d7e6d] dwfl_linux_kernel_module_section_address [d82e4] dwfl_linux_kernel_find_elf [d8410] subst_name [d8484] dwfl_linux_kernel_report_kernel [d8a99] check_module_notes [d8aeb] check_kernel_notes [d8b18] check_notes [d8db4] intuit_kernel_bounds [d8e17] read_address [d8e4a] dwfl_linux_kernel_report_offline [d9407] check_suffix [d9453] report_kernel_archive [d94fe] report_kernel [d9701] get_release [d9737] find_kernel_elf [d9778] kernel_release [d97a0] try_kernel_name [d9a27] open [d9a52] mempcpy [d9a88] memcpy [d9abe] asprintf [d9ae9] ferror_unlocked [d9b07] feof_unlocked [d9b25] getline [d9b5b] read [d9b91] find_kernel_elf [d9d5f] get_release [d9e69] dwfl_linux_kernel_find_elf [da8c9] ../../elfutils-0.176/libdwfl/linux-proc-maps.c [dca22] dwfl_linux_proc_find_elf [dce76] read_proc_memory [dcfbb] dwfl_linux_proc_report [dd180] dwfl_linux_proc_maps_report [dd1f2] proc_maps_report [dd931] do_report [dd981] grovel_auxv [ddaff] get_pid_class [ddb5c] pread_retry [ddbc5] pread [ddc07] read [ddc3d] open [ddc68] stat [ddc9b] asprintf [ddcc6] ferror_unlocked [ddce4] feof_unlocked [ddd02] getline [ddd38] grovel_auxv [de444] ../../elfutils-0.176/libdwfl/dwfl_addrmodule.c [dfc8b] dwfl_addrmodule [dfd3a] ../../elfutils-0.176/libdwfl/dwfl_addrdwarf.c [e1581] dwfl_addrdwarf [e163b] ../../elfutils-0.176/libdwfl/cu.c [e3087] __libdwfl_addrcu [e3474] arangecu [e34f7] __libdwfl_nextcu [e3634] intern_cu [e3812] compare_cukey [e39cd] cudie_offset [e39f0] less_lazy [e3a0a] nofree [e3a57] addrarange [e3b13] dwar [e3b43] dwfl_deadjust_dwarf_addr [e3b70] dwfl_deadjust_address [e3b9d] __libdw_first_die_off_from_cu [e3bbc] __libdw_first_die_from_cu_start [e3c10] nofree [e3d36] ../../elfutils-0.176/libdwfl/dwfl_module_nextcu.c [e557d] dwfl_module_nextcu [e569c] ../../elfutils-0.176/libdwfl/dwfl_nextcu.c [e6ee3] dwfl_nextcu [e7061] dwfl_adjusted_dwarf_addr [e708e] dwfl_adjusted_address [e70f6] ../../elfutils-0.176/libdwfl/dwfl_cumodule.c [e893d] dwfl_cumodule [e8993] ../../elfutils-0.176/libdwfl/dwfl_module_addrdie.c [ea1da] dwfl_module_addrdie [ea2f9] ../../elfutils-0.176/libdwfl/dwfl_addrdie.c [ebb40] dwfl_addrdie [ebc06] ../../elfutils-0.176/libdwfl/lines.c [ed44d] __libdwfl_cu_getsrclines [ed53f] ../../elfutils-0.176/libdwfl/dwfl_lineinfo.c [eeedc] dwfl_lineinfo [ef07a] dwfl_adjusted_dwarf_addr [ef0a7] dwfl_adjusted_address [ef0d4] dwfl_linecu_inline [ef125] ../../elfutils-0.176/libdwfl/dwfl_line_comp_dir.c [f0e23] dwfl_line_comp_dir [f0ef3] dwfl_linecu_inline [f0f5b] ../../elfutils-0.176/libdwfl/dwfl_linemodule.c [f27b8] dwfl_linemodule [f2831] dwfl_linecu_inline [f2876] ../../elfutils-0.176/libdwfl/dwfl_linecu.c [f40d3] dwfl_linecu [f415f] dwfl_linecu_inline [f41a4] ../../elfutils-0.176/libdwfl/dwfl_dwarf_line.c [f5a12] dwfl_dwarf_line [f5b43] dwfl_adjusted_dwarf_addr [f5b70] dwfl_adjusted_address [f5b9d] dwfl_linecu_inline [f5be2] ../../elfutils-0.176/libdwfl/dwfl_getsrclines.c [f742f] dwfl_getsrclines [f7504] ../../elfutils-0.176/libdwfl/dwfl_onesrcline.c [f8e86] dwfl_onesrcline [f8f7c] ../../elfutils-0.176/libdwfl/dwfl_module_getsrc.c [fa7db] dwfl_module_getsrc [faa25] ../../elfutils-0.176/libdwfl/dwfl_getsrc.c [fc278] dwfl_getsrc [fc323] ../../elfutils-0.176/libdwfl/dwfl_module_getsrc_file.c [fdcc6] dwfl_module_getsrc_file [fe1fb] dwfl_line_file [fe21f] dwfl_line [fe23d] dwfl_dwarf_line_file [fe261] dwfl_linecu_inline [fe327] ../../elfutils-0.176/libdwfl/libdwfl_crc32.c [fe712] __libdwfl_crc32 [fe78d] ../../elfutils-0.176/libdwfl/libdwfl_crc32_file.c [ff22e] __libdwfl_crc32_file [ff59c] fstat [ff5cf] pread [ff67c] ../../elfutils-0.176/libdwfl/elf-from-memory.c [100b06] elf_from_remote_memory [100dd0] handle_segment [100f61] handle_segment [101475] ../../elfutils-0.176/libdwfl/dwfl_module_dwarf_cfi.c [103b2b] dwfl_module_dwarf_cfi [103b55] __libdwfl_set_cfi [103c26] dwfl_adjusted_dwarf_addr [103c53] dwfl_adjusted_address [103c80] dwfl_module_dwarf_cfi [103df2] ../../elfutils-0.176/libdwfl/dwfl_module_eh_cfi.c [1064a8] dwfl_module_eh_cfi [1064d2] dwfl_adjusted_address [1064ff] dwfl_module_eh_cfi [1065ed] ../../elfutils-0.176/libdwfl/dwfl_module_getsym.c [107eb8] dwfl_module_getsym [107f8b] dwfl_module_getsym_info [10808d] __libdwfl_getsym [108927] dwfl_deadjust_st_value [108961] dwfl_adjusted_st_value [10899b] dwfl_deadjust_aux_sym_addr [1089c8] dwfl_adjusted_aux_sym_addr [1089f5] dwfl_deadjust_dwarf_addr [108a22] dwfl_adjusted_dwarf_addr [108a4f] dwfl_deadjust_address [108a7c] dwfl_adjusted_address [108b3c] ../../elfutils-0.176/libdwfl/dwfl_module_addrname.c [10a407] dwfl_module_addrname [10a4d5] ../../elfutils-0.176/libdwfl/dwfl_module_addrsym.c [10be9a] dwfl_module_addrinfo [10bf90] dwfl_module_addrsym [10c05e] __libdwfl_addrsym [10d525] search_table [10d5c1] try_sym_value [10d623] binding_value [10d647] same_section [10d6d9] dwfl_deadjust_st_value [10d713] dwfl_adjusted_st_value [10d74d] dwfl_deadjust_aux_sym_addr [10d77a] dwfl_adjusted_aux_sym_addr [10d7a7] dwfl_deadjust_dwarf_addr [10d7d4] dwfl_adjusted_dwarf_addr [10d801] dwfl_deadjust_address [10d82e] dwfl_adjusted_address [10d8ca] ../../elfutils-0.176/libdwfl/dwfl_module_return_value_location.c [10f160] dwfl_module_return_value_location [10f2a7] ../../elfutils-0.176/libdwfl/dwfl_module_register_names.c [110b16] dwfl_module_register_names [110de9] ../../elfutils-0.176/libdwfl/dwfl_segment_report_module.c [113722] dwfl_segment_report_module [113833] segment_read [113887] release_buffer [113913] finish [113921] read_portion [113968] finish_portion [113c02] consider_notes [113ca6] consider_phdr [1141c9] consider_dyn [11476c] final_read [11489b] read_phdr [11576f] invalid_elf [1157cb] handle_file_note [1158e4] buf_read_ulong [115969] buf_has_data [11599e] addr_segndx [115a13] open [115a3e] memcpy [115a74] __bswap_64 [115a92] __bswap_32 [115ab0] finish [115bb1] buf_read_ulong [115d14] invalid_elf [115ed3] ../../elfutils-0.176/libdwfl/link_map.c [117cf6] dwfl_link_map_report [117e6e] consider_phdr [11984c] find_executable [1198de] consider_executable [119d3e] report_r_debug [119dc7] release_buffer [119df2] read_addrs [11a00a] addrsize [11a028] integrated_memory_callback [11a2b0] auxv_format_probe [11a2fe] do_check32 [11a358] do_check64 [11a3b2] open [11a3dd] pread_retry [11a446] pread [11a488] dwfl_adjusted_address [11a4b5] strcpy [11a4df] __bswap_64 [11a4fd] __bswap_32 [11a699] ../../elfutils-0.176/libdwfl/core-file.c [11cf84] _compat_without_executable_dwfl_core_file_report [11cff7] dwfl_core_file_report [11d457] __libdwfl_dynamic_vaddr_get [11d551] clear_r_debug_info [11d582] dwfl_elf_phdr_memory_callback [11dcfd] do_more [11dd75] update_end [11ddb3] core_file_read_eagerly [11de61] dwfl_report_core_segments [11df98] elf_begin_rand [11e038] do_fail [11e06e] pread_retry [11e0d7] pread [11e119] memset [11e14f] memcpy [11e185] clear_r_debug_info [11e1f7] core_file_read_eagerly [11e72b] ../../elfutils-0.176/libdwfl/open.c [11fbd7] __libdw_open_elf [11fc4b] __libdw_open_file [11fcf3] libdw_open_elf [11febc] what_kind [11ff15] decompress [11ff94] what_kind [120260] ../../elfutils-0.176/libdwfl/image-header.c [1207bc] __libdw_image_header [1209ed] pread_retry [120a56] pread [120ac5] ../../elfutils-0.176/libdwfl/dwfl_frame.c [1224e8] dwfl_thread_getframes [122a4b] dwfl_getthread_frames [122c75] get_one_thread_frames_cb [122cee] getthread [122d79] get_one_thread_cb [122db8] dwfl_getthreads [12300a] dwfl_frame_thread [12303b] dwfl_thread_tid [123059] dwfl_thread_dwfl [12308a] dwfl_pid [1230e2] dwfl_attach_state [123178] process_alloc [12319e] __libdwfl_process_free [123281] state_alloc [1232eb] thread_free_all_states [123305] state_free [123353] state_fetch_pc [123396] memset [1233cc] state_free [123484] get_one_thread_cb [12354e] dwfl_attach_state [12375c] dwfl_thread_tid [12385c] ../../elfutils-0.176/libdwfl/frame_unwind.c [1267a9] __libdwfl_frame_unwind [126b0a] readfunc [126bc4] getfunc [126c40] setfunc [126cb4] handle_cfi [1271ec] new_unwound [127275] expr_eval [1288da] do_pop [12890a] do_push [1289b3] bra_compar [1289f4] state_get_reg [128a2a] __libdwfl_frame_reg_set [128ae7] __libdwfl_frame_reg_get [128b8c] bsearch [128c16] memset [128c4c] new_unwound [128de5] getfunc [128eff] setfunc [129192] ../../elfutils-0.176/libdwfl/dwfl_frame_pc.c [12a9d9] dwfl_frame_pc [12aa3c] dwfl_frame_pc [12ab66] ../../elfutils-0.176/libdwfl/linux-pid-attach.c [12d4ea] __libdwfl_get_pid_arg [12d523] dwfl_linux_proc_attach [12dab6] pid_thread_detach [12db21] __libdwfl_ptrace_detach [12dba1] pid_detach [12dc49] pid_set_initial_registers [12dcd2] pid_thread_state_registers_cb [12dd4e] pid_getthread [12ddf7] pid_next_thread [12df57] pid_memory_read [12e214] clear_cached_memory [12e23a] read_cached_memory [12e2b8] __libdwfl_ptrace_attach [12e316] linux_proc_pid_is_stopped [12e364] open [12e38f] memcpy [12e3c5] fgets [12e3fb] snprintf [12e432] pid_thread_state_registers_cb [12e5e2] __libdwfl_ptrace_attach [12e959] pid_set_initial_registers [12eaac] pid_thread_detach [12ed89] ../../elfutils-0.176/libdwfl/linux-core-attach.c [130a63] dwfl_core_file_attach [130f32] core_detach [130fb3] core_set_initial_registers [13175d] core_next_thread [131a1d] core_memory_read [131d02] __uint64_identity [131d20] __uint32_identity [131d3e] __bswap_64 [131d5c] __bswap_32 [131eca] ../../elfutils-0.176/libdwfl/dwfl_frame_regs.c [13371c] dwfl_thread_state_register_pc [133775] dwfl_thread_state_registers [13382d] dwfl_thread_state_registers [13397a] dwfl_thread_state_register_pc [133aa9] ../../elfutils-0.176/libdwfl/gzip.c [134094] __libdw_gunzip [134957] open_stream [1349aa] zlib_fail [1349d4] fail [1349fe] smaller_buffer [134a24] bigger_buffer [134a64] pread_retry [134acd] pread [134bcb] ../../elfutils-0.176/libdwfl/bzip2.c [13524b] __libdw_bunzip2 [135b40] zlib_fail [135b70] fail [135b9a] smaller_buffer [135bc0] bigger_buffer [135c00] pread_retry [135c69] pread [135d23] ../../elfutils-0.176/libebl/eblopenbackend.c [137f29] default_abi_cfi [137f6b] default_check_reloc_target_type [137fad] default_check_object_attribute [13802b] default_syscall_abi [138098] default_register_info [138113] default_return_value_location [138155] default_bss_plt_p [138188] default_check_st_other_bits [1381bb] default_data_marker_symbol [1381fd] default_check_special_symbol [13825d] default_copy_reloc_p [13827c] default_debugscn_p [13833d] default_object_note [13839d] default_object_note_type_name [1383fd] default_core_note [13848a] default_auxv_info [1384db] default_core_note_type_name [13852c] default_osabi_name [138565] default_destr [138594] default_dynamic_tag_check [1385c7] default_dynamic_tag_name [138618] default_symbol_binding_name [138651] default_symbol_type_name [13868a] default_check_special_section [1386ea] default_machine_section_flag_check [13871d] default_machine_flag_check [138750] default_machine_flag_name [138789] default_section_name [1387e9] default_section_type_name [138822] default_segment_type_name [13885b] default_gotpc_reloc_check [138887] default_reloc_simple_type [1388d7] default_reloc_valid_use [138904] default_reloc_type_check [138924] default_reloc_type_name [13895e] ebl_openbackend_emulation [1389b6] ebl_openbackend_machine [138a12] ebl_openbackend [138abf] openbackend [1390a1] fill_defaults [1390ce] stpcpy [1390f8] strcpy [139122] mempcpy [139158] snprintf [13918f] default_reloc_type_name [1391c0] default_reloc_type_check [1391e3] default_reloc_valid_use [13920d] default_register_info [13944d] ../../elfutils-0.176/libebl/eblclosebackend.c [13a467] ebl_closebackend [13a4f5] ../../elfutils-0.176/libebl/eblreloctypename.c [13b77e] ebl_reloc_type_name [13b82c] ../../elfutils-0.176/libebl/eblsegmenttypename.c [13cabf] ebl_segment_type_name [13ccbf] snprintf [13cd19] ../../elfutils-0.176/libebl/eblsectiontypename.c [13dfac] ebl_section_type_name [13e235] snprintf [13e28f] ../../elfutils-0.176/libebl/eblmachineflagname.c [13f5e3] ebl_machine_flag_name [13f828] mempcpy [13f86a] snprintf [13f8d0] ../../elfutils-0.176/libebl/eblsymboltypename.c [140b63] ebl_symbol_type_name [140d6e] snprintf [140dd4] ../../elfutils-0.176/libebl/ebldynamictagname.c [142123] ebl_dynamic_tag_name [142357] snprintf [1423b1] ../../elfutils-0.176/libebl/eblsectionname.c [143644] ebl_section_name [143935] snprintf [14398f] ../../elfutils-0.176/libebl/eblsymbolbindingname.c [144c22] ebl_symbol_binding_name [144e2d] snprintf [144e93] ../../elfutils-0.176/libebl/eblbackendname.c [14611c] ebl_backend_name [146190] ../../elfutils-0.176/libebl/eblosabiname.c [147423] ebl_osabi_name [147586] snprintf [1475e0] ../../elfutils-0.176/libebl/eblmachineflagcheck.c [1485fa] ebl_machine_flag_check [14865e] ../../elfutils-0.176/libebl/eblmachinesectionflagcheck.c [149678] ebl_machine_section_flag_check [1496dc] ../../elfutils-0.176/libebl/eblreloctypecheck.c [14a6f6] ebl_reloc_type_check [14a75a] ../../elfutils-0.176/libebl/eblrelocvaliduse.c [14b774] ebl_reloc_valid_use [14b7d8] ../../elfutils-0.176/libebl/eblrelocsimpletype.c [14c7f2] ebl_reloc_simple_type [14c878] ../../elfutils-0.176/libebl/ebldynamictagcheck.c [14d892] ebl_dynamic_tag_check [14d902] ../../elfutils-0.176/libebl/eblcorenotetypename.c [14eb95] ebl_core_note_type_name [14ed00] snprintf [14ed5a] ../../elfutils-0.176/libebl/eblobjnotetypename.c [14ffed] ebl_object_note_type_name [15042f] snprintf [150494] ../../elfutils-0.176/libebl/eblcorenote.c [15171d] ebl_core_note [151890] ../../elfutils-0.176/libebl/eblobjnote.c [153fd4] ebl_object_note [15610b] __bswap_64 [156129] __bswap_32 [156147] __bswap_16 [156165] printf [156184] putchar_unlocked [1562bc] ../../elfutils-0.176/libebl/ebldebugscnp.c [1572d6] ebl_debugscn_p [15733a] ../../elfutils-0.176/libebl/eblgotpcreloccheck.c [158354] ebl_gotpc_reloc_check [1583b8] ../../elfutils-0.176/libebl/eblcopyrelocp.c [1593d2] ebl_copy_reloc_p [159436] ../../elfutils-0.176/libebl/eblsectionstripp.c [15a461] ebl_section_strip_p [15a658] ../../elfutils-0.176/libebl/eblelfclass.c [15b672] ebl_get_elfclass [15b6ab] ../../elfutils-0.176/libebl/eblelfdata.c [15c6c5] ebl_get_elfdata [15c6fe] ../../elfutils-0.176/libebl/eblelfmachine.c [15d718] ebl_get_elfmachine [15d751] ../../elfutils-0.176/libebl/ebl_check_special_symbol.c [15e76b] ebl_check_special_symbol [15e805] ../../elfutils-0.176/libebl/eblbsspltp.c [15f81f] ebl_bss_plt_p [15f85e] ../../elfutils-0.176/libebl/eblretval.c [160878] ebl_return_value_location [1608f7] ../../elfutils-0.176/libebl/eblreginfo.c [161911] ebl_register_info [161a16] ../../elfutils-0.176/libebl/eblnonerelocp.c [162a30] ebl_none_reloc_p [162a94] ../../elfutils-0.176/libebl/eblrelativerelocp.c [163aae] ebl_relative_reloc_p [163b12] ../../elfutils-0.176/libebl/eblsysvhashentrysize.c [164b2c] ebl_sysvhash_entrysize [164b65] ../../elfutils-0.176/libebl/eblauxvinfo.c [165e42] ebl_auxv_info [165eed] ../../elfutils-0.176/libebl/eblcheckobjattr.c [166f07] ebl_check_object_attribute [166fdb] ../../elfutils-0.176/libebl/ebl_check_special_section.c [167ff5] ebl_check_special_section [168096] ../../elfutils-0.176/libebl/ebl_syscall_abi.c [1690b0] ebl_syscall_abi [16916a] ../../elfutils-0.176/libebl/eblabicfi.c [16a184] ebl_ra_offset [16a1b5] ebl_abi_cfi [16a220] ../../elfutils-0.176/libebl/eblstother.c [16b23a] ebl_check_st_other_bits [16b28d] ../../elfutils-0.176/libebl/eblinitreg.c [16c2a7] ebl_func_addr_mask [16c2d8] ebl_frame_nregs [16c309] ebl_set_initial_registers_tid [16c41a] ../../elfutils-0.176/libebl/ebldwarftoregno.c [16d434] ebl_dwarf_to_regno [16d49f] ../../elfutils-0.176/libebl/eblnormalizepc.c [16e4b9] ebl_normalize_pc [16e51f] ../../elfutils-0.176/libebl/eblunwind.c [16f539] ebl_unwind [16f626] ../../elfutils-0.176/libebl/eblresolvesym.c [170640] ebl_resolve_sym_value [1706ab] ../../elfutils-0.176/libebl/eblcheckreloctargettype.c [1716c5] ebl_check_reloc_target_type [17172f] ../../elfutils-0.176/libebl/ebl_data_marker_symbol.c [172749] ebl_data_marker_symbol [1727c8] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/crti.S [2d] ../../elfutils-0.176/backends/i386_init.c [14c6] i386_init [154f] i386_init_reloc [1569] i386_relative_reloc_p [159a] i386_none_reloc_p [15cb] i386_copy_reloc_p [15fc] i386_reloc_valid_use [1684] i386_reloc_type_check [16bb] i386_reloc_type_name [1714] i386_reloc_valid_use [1862] ../../elfutils-0.176/backends/i386_symbol.c [289a] i386_debugscn_p [28e1] i386_reloc_simple_type [2934] i386_gotpc_reloc_check [297b] ../../elfutils-0.176/backends/i386_corenote.c [30c2] i386_core_note [325e] ioperm_info [32ce] tls_info [333f] ../../elfutils-0.176/backends/i386_cfi.c [443b] i386_abi_cfi [44b1] ../../elfutils-0.176/backends/i386_retval.c [5260] i386_return_value_location [5576] dwarf_peeled_die_type [5629] ../../elfutils-0.176/backends/i386_regs.c [66e7] i386_register_info [67db] stpcpy [680d] ../../elfutils-0.176/backends/i386_auxv.c [68e5] i386_auxv_info [693a] ../../elfutils-0.176/backends/i386_syscall.c [7960] i386_syscall_abi [79cf] ../../elfutils-0.176/backends/i386_initreg.c [7d73] i386_set_initial_registers_tid [7e81] ../../elfutils-0.176/backends/i386_unwind.c [8ea7] i386_unwind [907b] ../../elfutils-0.176/libcpu/i386_disasm.c [d53e] i386_disasm [f581] FCT_xmmreg [f5fb] FCT_string [f62c] FCT_sreg3 [f706] FCT_sreg2 [f75e] FCT_sel [f8fc] FCT_reg16 [f948] FCT_freg [f9a0] FCT_reg$w [fa5d] FCT_reg64 [fb50] FCT_reg [fc50] FCT_mod$16r_m [fdb8] FCT_mod$8r_m [feb5] FCT_mod$r_m$w [10035] FCT_moda$r_m [10082] FCT_mod$r_m [101d3] FCT_mmxreg [10238] FCT_rel [10344] FCT_imm8 [10432] FCT_imms8 [10483] FCT_imm16 [10597] FCT_imm$s [10784] FCT_imms [10872] FCT_imm$w [10a99] FCT_imm [10b1c] FCT_es_di [10bfd] FCT_dx [10c82] FCT_ds_si [10cdb] FCT_ds_bx [10d34] FCT_ds_xx [10eb2] FCT_disp8 [10ffb] FCT_ddd [11054] FCT_ccc [110ad] FCT_crdb [1123d] FCT_ax$w [112c0] FCT_ax [1134b] FCT_abs [113a4] FCT_absval [113fd] generic_abs [1147a] FCT_Mod$R_m [1166b] FCT_MOD$R_M [118ec] general_mod$r_m [11a73] data_prefix [11ab5] printf [11ad4] snprintf [11b0b] stpcpy [11b35] memcpy [11b6b] FCT_xmmreg [11cb8] FCT_mmxreg [11e05] FCT_freg [11f80] generic_abs [12152] FCT_sreg2 [12218] general_mod$r_m [12a13] FCT_moda$r_m [12c87] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/crti.S [2d] ../../elfutils-0.176/backends/x86_64_init.c [1465] x86_64_init [14ee] x86_64_init_reloc [1508] x86_64_relative_reloc_p [1539] x86_64_none_reloc_p [156a] x86_64_copy_reloc_p [159b] x86_64_reloc_valid_use [1623] x86_64_reloc_type_check [165a] x86_64_reloc_type_name [16b3] x86_64_reloc_valid_use [1801] ../../elfutils-0.176/backends/x86_64_symbol.c [2827] x86_64_section_type_name [287a] x86_64_reloc_simple_type [28d5] ../../elfutils-0.176/backends/x86_64_corenote.c [2fc6] x86_64_core_note [3100] ioperm_info [3187] ../../elfutils-0.176/backends/x86_64_cfi.c [4283] x86_64_abi_cfi [42f9] ../../elfutils-0.176/backends/x86_64_retval.c [50be] x86_64_return_value_location [5416] dwarf_peeled_die_type [54d6] ../../elfutils-0.176/backends/x86_64_regs.c [6594] x86_64_register_info [6688] stpcpy [66ba] ../../elfutils-0.176/backends/i386_auxv.c [6792] i386_auxv_info [67e7] ../../elfutils-0.176/backends/x86_64_syscall.c [780d] x86_64_syscall_abi [787c] ../../elfutils-0.176/backends/x86_64_initreg.c [7c20] x86_64_set_initial_registers_tid [7d2e] ../../elfutils-0.176/backends/x86_64_unwind.c [8d59] x86_64_unwind [8f6c] ../../elfutils-0.176/backends/x32_corenote.c [965d] x32_core_note [9797] ioperm_info [981e] ../../elfutils-0.176/libcpu/x86_64_disasm.c [dc22] x86_64_disasm [fd0c] FCT_xmmreg [fd86] FCT_string [fdb7] FCT_sreg3 [fe91] FCT_sreg2 [fee9] FCT_sel [10087] FCT_freg [100df] FCT_oreg$w [10152] FCT_reg$w [102e1] FCT_reg64 [10435] FCT_oreg [104a8] FCT_reg [10609] FCT_mod$64r_m [10784] FCT_mod$16r_m [108d7] FCT_mod$8r_m [109d4] FCT_mod$r_m$w [10c5d] FCT_mod$r_m [10e0e] FCT_mmxreg [10e73] FCT_rel [10f7f] FCT_imm8 [1106d] FCT_imms8 [111ea] FCT_imm16 [112fe] FCT_imm$s [115ac] FCT_imms [115fe] FCT_imm64$w [117da] FCT_imm$w [11abb] FCT_imm [11b3e] FCT_es_di [11c1f] FCT_dx [11ca4] FCT_ds_si [11cfd] FCT_ds_bx [11d56] FCT_ds_xx [11ed4] FCT_disp8 [1201d] FCT_ddd [12076] FCT_ccc [120cf] FCT_crdb [1225f] FCT_ax$w [122e2] FCT_ax [1236d] FCT_abs [123cb] FCT_absval [12429] generic_abs [124b3] FCT_Mod$R_m [126a4] FCT_MOD$R_M [12925] general_mod$r_m [12a68] data_prefix [12aaa] printf [12ac9] snprintf [12b00] stpcpy [12b2a] memcpy [12b60] FCT_xmmreg [12cad] general_mod$r_m [132e8] FCT_mmxreg [13435] FCT_freg [135b0] generic_abs [13795] FCT_sreg2 [139b3] ../sysdeps/x86_64/crtn.S [b] ../../elfutils-0.176/src/size.c [c27] handle_elf [1fc2] show_segments [2043] show_bsd_totals [206c] show_bsd [2125] show_sysv_one_line [2191] show_sysv [22d0] handle_ar [2737] print_header [27f4] process_file [2c8d] parse_opt [2dfa] main [305e] error [3091] mempcpy [30c7] memcpy [30fd] open [3128] printf [b] ../../elfutils-0.176/src/strip.c [1260] cleanup_debug [126a] handle_elf [16b9] check_preserved [1848] update_section_size [18a8] no_symtab_updates [1c60] handle_debug_relocs [1d6e] process_file [21a1] remove_debug_relocations [2379] relocate [33a8] update_shdrstrndx [34f0] get_xndxdata [357c] secndx_name [35dd] parse_opt [386b] main [3acb] section_name_matches [3b01] free_patterns [3b0a] free_sec_patterns [3b96] add_pattern [3bcc] pwrite_retry [3c35] error [3c68] fstat [3c9b] stat [3cc8] strcpy [3cf2] memset [3d28] mempcpy [3d5e] memcpy [3d94] open [3dbf] cleanup_debug [3e43] update_section_size [3f9c] 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 0x55563f046000 0x55563f04b000 /usr/lib/elfutils/ptest/tests/backtrace-child 0x7f81736a8000 0x7f817385c000 /lib/libc-2.29.so 0x7f8173860000 0x7f817387c000 /lib/libpthread-2.29.so 0x7f8173891000 0x7f81738ba000 /lib/ld-2.29.so 0x7ffd2a6dd000 0x7ffd2a6de000 [vdso: 12886] TID 12886: # 0 0x7f8173872f60 raise # 1 0x55563f047234 - 1 main # 2 0x7f81736cebab - 1 __libc_start_main # 3 0x55563f04733a - 1 _start TID 12887: # 0 0x7f8173872f60 raise # 1 0x55563f04745b - 1 sigusr2 # 2 0x55563f0474fa - 1 stdarg # 3 0x55563f047510 - 1 backtracegen # 4 0x55563f047519 - 1 start # 5 0x7f8173868ec4 - 1 start_thread # 6 0x7f817379cecf - 1 __clone # 1 0x55563f047234 - 1 main PASS: run-backtrace-native.sh # 0 0x7fd2d69d54a0 raise # 1 0x5627a32ee450 - 1 main # 2 0x7fd2d69c2bab - 1 __libc_start_main # 3 0x5627a32ee5fa - 1 _start # 1 0x5627a32ee450 - 1 main PASS: run-backtrace-data.sh 0x7f174fb474a0 raise 0x7f174fb33524 abort 0x55915f1ed206 (null) 0x55915f1ed20e (null) 0x55915f1ed7bc (null) 0x7f174fb34bab __libc_start_main 0x55915f1ed24a (null) dwfl_thread_getframes returned, main not found dwfl_getthreads returned, main not found dwfl_thread_getframes returned, main not found dwfl_getthreads returned, main not found PASS: run-backtrace-dwarf.sh biarch testing disabled SKIP: run-backtrace-native-biarch.sh 0x7fff79af8000 0x7fff79af9000 linux-vdso.so.1 0x7f6a23020000 0x7f6a23049130 ld-linux-x86-64.so.2 0x7f6a22e37000 0x7f6a22fee4d8 libc.so.6 0x7f6a22fef000 0x7f6a2300e1e0 libpthread.so.0 0x563191494000 0x563191498028 backtrace-child TID 12943: # 0 0x7f6a23001f60 raise # 1 0x56319149542d - 1 sigusr2 # 2 0x5631914954fa - 1 stdarg # 3 0x563191495510 - 1 backtracegen # 4 0x563191495519 - 1 start # 5 0x7f6a22ff7ec4 - 1 start_thread # 6 0x7f6a22f2becf - 1 __clone TID 12942: # 0 0x7f6a22ff9318 __GI___pthread_timedjoin_ex # 1 0x56319149525b - 1 main # 2 0x7f6a22e5dbab - 1 __libc_start_main # 3 0x56319149533a - 1 _start # 1 0x56319149525b - 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 13482 - process TID 13482: #0 0x00007fc69b749204 __nanosleep #1 0x00007fc69b74914a sleep #2 0x00007fc69b84d11e libfunc #3 0x00005581d500b1c3 main #4 0x00007fc69b6abbab __libc_start_main #5 0x00005581d500b1fa _start PASS: run-deleted.sh /usr/bin/eu-stack: dwfl_thread_getframes tid 3130 at 0x3fdf821d64 in /usr/lib64/libc-2.18.so: Callback returned failure PID 3130 - core 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: 13554] vdso syms: 10 0: '' 0 (0) 1: 'clock_gettime' 6f0 (7ffca79ee6f0) 2: '__vdso_gettimeofday' 750 (7ffca79ee750) 3: 'gettimeofday' 750 (7ffca79ee750) 4: '__vdso_time' 7c0 (7ffca79ee7c0) 5: 'time' 7c0 (7ffca79ee7c0) 6: '__vdso_clock_gettime' 6f0 (7ffca79ee6f0) 7: 'LINUX_2.6' 0 (0) 8: '__vdso_getcpu' 7d0 (7ffca79ee7d0) 9: 'getcpu' 7d0 (7ffca79ee7d0) 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): (0x563a24b890f8 + 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): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b890f8 + 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): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b890f8 + 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): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b890f8 + 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): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 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): (0x563a24b8dc60 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x563a24b890f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x563a24b890f8 + 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: 13623 thread tid: 13624 thread tid: 13625 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: 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 4185 checking CU at 4909 checking CU at 4ae4 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 4fdd checking CU at 8707 checking CU at 97af checking CU at a82d checking CU at ba4f checking CU at cacd checking CU at d251 checking CU at d42c 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 515a checking CU at 8884 checking CU at 992c checking CU at ac63 checking CU at bf60 checking CU at c3bf checking CU at d2ab checking CU at da2f checking CU at dc0a 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 3e71a checking CU at 41e44 checking CU at 42eec checking CU at 44223 checking CU at 45710 checking CU at 46c86 checking CU at 482c7 checking CU at 497cb checking CU at 4ada8 checking CU at 4c386 checking CU at 4d88a checking CU at 4ecda checking CU at 4fd58 checking CU at 511b0 checking CU at 528ea checking CU at 53ce6 checking CU at 58712 checking CU at 59831 checking CU at 5a884 checking CU at 5bc0c checking CU at 5ccfa checking CU at 5d159 checking CU at 5d8dd checking CU at 5e5c6 checking CU at 5e7a1 checking /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so checking CU at 0 checking CU at 22 checking CU at 737 checking CU at c56 checking CU at 14d3 checking CU at 19f9 checking CU at 600f checking CU at 7408 checking CU at 877a checking CU at 9db2 checking CU at b0e5 checking CU at c418 checking CU at d74b checking CU at ea96 checking CU at f16a checking CU at f83e checking CU at 10db0 checking CU at 11601 checking CU at 11e52 checking CU at 126a3 checking CU at 12ef4 checking CU at 195af checking CU at 1ac04 checking CU at 1c259 checking CU at 1d8c1 checking CU at 1ee30 checking CU at 2039f checking CU at 21730 checking CU at 22d80 checking CU at 24b86 checking CU at 269aa checking CU at 2806e checking CU at 2983d checking CU at 2b00d checking CU at 2c3a5 checking CU at 2da61 checking CU at 2eff4 checking CU at 312bc checking CU at 327c4 checking CU at 344a6 checking CU at 359ff checking CU at 36f96 checking CU at 383d5 checking CU at 39708 checking CU at 3ad48 checking CU at 3cedc checking CU at 3f06e checking CU at 40651 checking CU at 41c81 checking CU at 4349a checking CU at 449fc checking CU at 46b2b checking CU at 480fa checking CU at 49bdb checking CU at 4b0f3 checking CU at 4c60b checking CU at 4db23 checking CU at 4f03b checking CU at 50553 checking CU at 51a8b checking CU at 52f85 checking CU at 54a0f checking CU at 56941 checking CU at 58865 checking CU at 5bf91 checking CU at 5f6bb checking CU at 60d1a checking CU at 623a8 checking CU at 6390f checking CU at 64eda checking CU at 664a5 checking CU at 67acd checking CU at 6906e checking CU at 6a719 checking CU at 6be51 checking CU at 6d501 checking CU at 6ebfd checking CU at 70262 checking CU at 718e2 checking CU at 72eb8 checking CU at 74484 checking CU at 759ed checking CU at 76fa5 checking CU at 7864d checking CU at 79c83 checking CU at 7b259 checking CU at 7c631 checking CU at 7da09 checking CU at 7f9eb checking CU at 810a9 checking CU at 8278d checking CU at 83ced checking CU at 8532c checking CU at 8696b checking CU at 87fba checking CU at 895cf checking CU at 8ac10 checking CU at 8c162 checking CU at 8db75 checking CU at 8eef2 checking CU at 9063b checking CU at 91d84 checking CU at 91ecc checking CU at 91ff1 checking CU at 93641 checking CU at 94be6 checking CU at 961a2 checking CU at 976ef checking CU at 98c3c checking CU at 9a14c checking CU at 9b50c checking CU at 9b9a9 checking CU at 9cd58 checking CU at 9e308 checking CU at 9f8c6 checking CU at a0f31 checking CU at a381e checking CU at a5355 checking /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so checking CU at 0 checking CU at 22 checking CU at 1079 checking CU at 40ff checking CU at 60a7 checking CU at 6ace checking CU at 832f checking CU at 9c70 checking CU at ac4c checking CU at b01b checking CU at ca40 checking CU at d9dc checking CU at e849 checking CU at f373 checking CU at 116cd checking CU at 11f4e checking CU at 12565 checking CU at 13857 checking CU at 14b45 checking CU at 16403 checking CU at 172e8 checking CU at 19157 checking CU at 1c035 checking CU at 1d51c checking CU at 1e6b6 checking CU at 1f68f checking CU at 2021e checking CU at 215a6 checking CU at 26802 checking CU at 27945 checking CU at 28ecb checking CU at 2a0ef checking CU at 2ab69 checking CU at 2b5e3 checking CU at 2c1e7 checking CU at 2d5ea checking CU at 2e06e checking CU at 2eae4 checking CU at 2f55a checking CU at 30505 checking CU at 314b0 checking CU at 3245b checking CU at 33406 checking CU at 343b1 checking CU at 34509 checking CU at 34661 checking CU at 347b9 checking CU at 34b07 checking CU at 35273 checking CU at 3a0ae checking CU at 3adf5 checking CU at 3c89e checking CU at 3d840 checking CU at 3f0f5 checking CU at 3f51e checking CU at 3f7cd checking CU at 3fa7c checking CU at 3fd2b checking CU at 3ffda checking CU at 40289 checking CU at 40538 checking CU at 407e7 checking CU at 40a96 checking CU at 40d45 checking CU at 40ff4 checking CU at 412a3 checking CU at 416d3 checking CU at 41b31 checking CU at 42bca checking CU at 43c6c checking CU at 43e3b checking CU at 4400d checking CU at 49b27 checking CU at 4a7c2 checking CU at 4b285 checking CU at 4cf6a checking CU at 4db11 checking CU at 4dcd5 checking CU at 4e8be checking CU at 4fe55 checking CU at 50b6d checking CU at 5448c checking CU at 550ea checking CU at 55cfc checking CU at 56962 checking CU at 57601 checking CU at 5840e checking CU at 590b3 checking CU at 59c4e checking CU at 5b29f checking CU at 5c633 checking CU at 5d7e2 checking CU at 5e703 checking CU at 5fcfc checking CU at 60d4e checking CU at 62a1f checking CU at 63e32 checking CU at 64acd checking CU at 6649e checking CU at 679e8 checking CU at 68f56 checking CU at 6b6ac checking CU at 6f934 checking CU at 76f5e checking CU at 79020 checking CU at 7af8b checking CU at 7d11f checking CU at 7f9f1 checking CU at 81b20 checking CU at 8390c checking CU at 879f4 checking CU at 896a2 checking CU at 8b14b checking CU at 8c94d checking CU at 8db06 checking CU at 8f6f3 checking CU at 91da8 checking CU at 9286d checking CU at 932a9 checking CU at 93f38 checking CU at 951f3 checking CU at 95555 checking CU at 96198 checking CU at 971e5 checking CU at 99bf9 checking CU at 9ab48 checking CU at 9c1c3 checking CU at 9c8f9 checking CU at 9d5c3 checking CU at 9f72f checking CU at a0bcc checking CU at a1e84 checking CU at a3481 checking CU at a4da3 checking CU at a677b checking CU at a7420 checking CU at a8ca0 checking CU at aba5e checking CU at adec3 checking CU at b249c checking CU at b420e checking CU at b5cd9 checking CU at b8651 checking CU at bb005 checking CU at bd29a checking CU at bee0d checking CU at c07b7 checking CU at c226f checking CU at c78ed checking CU at c92a7 checking CU at cac88 checking CU at cdc8b checking CU at d099b checking CU at d2ce1 checking CU at d4964 checking CU at da8be checking CU at de439 checking CU at dfd2f checking CU at e1630 checking CU at e3d2b checking CU at e5691 checking CU at e70eb checking CU at e8988 checking CU at ea2ee checking CU at ebbfb checking CU at ed534 checking CU at ef11a checking CU at f0f50 checking CU at f286b checking CU at f4199 checking CU at f5bd7 checking CU at f74f9 checking CU at f8f71 checking CU at faa1a checking CU at fc318 checking CU at fe31c checking CU at fe782 checking CU at ff671 checking CU at 10146a checking CU at 103de7 checking CU at 1065e2 checking CU at 108b31 checking CU at 10a4ca checking CU at 10d8bf checking CU at 10f29c checking CU at 110dde checking CU at 115ec8 checking CU at 11a68e checking CU at 11e720 checking CU at 120255 checking CU at 120aba checking CU at 123851 checking CU at 129187 checking CU at 12ab5b checking CU at 12ed7e checking CU at 131ebf checking CU at 133a9e checking CU at 134bc0 checking CU at 135d18 checking CU at 139442 checking CU at 13a4ea checking CU at 13b821 checking CU at 13cd0e checking CU at 13e284 checking CU at 13f8c5 checking CU at 140dc9 checking CU at 1423a6 checking CU at 143984 checking CU at 144e88 checking CU at 146185 checking CU at 1475d5 checking CU at 148653 checking CU at 1496d1 checking CU at 14a74f checking CU at 14b7cd checking CU at 14c86d checking CU at 14d8f7 checking CU at 14ed4f checking CU at 150489 checking CU at 151885 checking CU at 1562b1 checking CU at 15732f checking CU at 1583ad checking CU at 15942b checking CU at 15a64d checking CU at 15b6a0 checking CU at 15c6f3 checking CU at 15d746 checking CU at 15e7fa checking CU at 15f853 checking CU at 1608ec checking CU at 161a0b checking CU at 162a89 checking CU at 163b07 checking CU at 164b5a checking CU at 165ee2 checking CU at 166fd0 checking CU at 16808b checking CU at 16915f checking CU at 16a215 checking CU at 16b282 checking CU at 16c40f checking CU at 16d494 checking CU at 16e514 checking CU at 16f61b checking CU at 1706a0 checking CU at 171724 checking CU at 1727bd checking /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so checking CU at 0 checking CU at 22 checking CU at 1857 checking CU at 2970 checking CU at 3334 checking CU at 44a6 checking CU at 561e checking CU at 6802 checking CU at 692f checking CU at 79c4 checking CU at 7e76 checking CU at 9070 checking CU at 12c7c checking /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so checking CU at 0 checking CU at 22 checking CU at 17f6 checking CU at 28ca checking CU at 317c checking CU at 42ee checking CU at 54cb checking CU at 66af checking CU at 67dc checking CU at 7871 checking CU at 7d23 checking CU at 8f61 checking CU at 9813 checking CU at 139a8 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/x86_64/start.S, unit_type: 1 Got cudie: init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/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: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp Got cudie: ../sysdeps/x86_64/start.S, unit_type: 1 Got cudie: init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/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: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/objdump Got cudie: ../sysdeps/x86_64/start.S, unit_type: 1 Got cudie: init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/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: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/readelf Got cudie: ../sysdeps/x86_64/start.S, unit_type: 1 Got cudie: init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/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: ../../../../../../../work-shared/gcc-9.1.0-r0/gcc-9.1.0/libgcc/libgcc2.c, unit_type: 1 Got cudie: elf-init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so Got cudie: ../sysdeps/x86_64/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: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so Got cudie: ../sysdeps/x86_64/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: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so Got cudie: ../sysdeps/x86_64/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: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so Got cudie: ../sysdeps/x86_64/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: ../sysdeps/x86_64/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 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 4, unit_type 1 28 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 4, unit_type 1 28 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 PASS: run-reloc-bpf.sh PASS: run-next-cfi.sh /usr/lib/elfutils/ptest/tests/..//src/addr2line .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [48] CIE augmentation="zR" [72] FDE cie=[48] [112] FDE cie=[48] [136] FDE cie=[48] [156] FDE cie=[48] [176] FDE cie=[48] [284] FDE cie=[48] [360] FDE cie=[48] [416] FDE cie=[48] [460] FDE cie=[48] [496] FDE cie=[48] [608] FDE cie=[48] [664] FDE cie=[48] [696] FDE cie=[48] [768] FDE cie=[48] /usr/lib/elfutils/ptest/tests/..//src/elfcmp .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [48] CIE augmentation="zR" [72] FDE cie=[48] [112] FDE cie=[48] [136] FDE cie=[48] [156] FDE cie=[48] [176] FDE cie=[48] [196] FDE cie=[48] [256] FDE cie=[48] [336] FDE cie=[48] [376] FDE cie=[48] [424] FDE cie=[48] [444] FDE cie=[48] [464] FDE cie=[48] [484] FDE cie=[48] [504] FDE cie=[48] [524] FDE cie=[48] [544] FDE cie=[48] [564] FDE cie=[48] [584] FDE cie=[48] [604] FDE cie=[48] [624] FDE cie=[48] [644] FDE cie=[48] [664] FDE cie=[48] [684] FDE cie=[48] [704] FDE cie=[48] [724] FDE cie=[48] [744] FDE cie=[48] [764] FDE cie=[48] [784] FDE cie=[48] [804] FDE cie=[48] [824] FDE cie=[48] [844] FDE cie=[48] [864] FDE cie=[48] [884] FDE cie=[48] [904] FDE cie=[48] [924] FDE cie=[48] [944] FDE cie=[48] [964] FDE cie=[48] [1060] FDE cie=[48] [1084] FDE cie=[48] [1164] FDE cie=[48] [1184] FDE cie=[48] [1204] FDE cie=[48] [1224] FDE cie=[48] [1244] FDE cie=[48] [1264] FDE cie=[48] [1284] FDE cie=[48] [1304] FDE cie=[48] [1340] FDE cie=[48] [1360] FDE cie=[48] [1384] FDE cie=[48] [1416] FDE cie=[48] [1440] FDE cie=[48] [1496] FDE cie=[48] [1520] FDE cie=[48] [1552] FDE cie=[48] [1624] FDE cie=[48] /usr/lib/elfutils/ptest/tests/..//src/objdump .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [48] CIE augmentation="zR" [72] FDE cie=[48] [112] FDE cie=[48] [136] FDE cie=[48] [180] FDE cie=[48] [244] FDE cie=[48] [324] FDE cie=[48] [380] FDE cie=[48] [512] FDE cie=[48] [564] FDE cie=[48] [612] FDE cie=[48] [720] FDE cie=[48] [784] FDE cie=[48] [804] FDE cie=[48] [824] FDE cie=[48] [844] FDE cie=[48] [864] FDE cie=[48] [884] FDE cie=[48] [904] FDE cie=[48] [924] FDE cie=[48] [944] FDE cie=[48] [964] FDE cie=[48] [984] FDE cie=[48] [1004] FDE cie=[48] [1024] FDE cie=[48] [1044] FDE cie=[48] [1064] FDE cie=[48] [1084] FDE cie=[48] [1104] FDE cie=[48] [1124] FDE cie=[48] [1144] FDE cie=[48] [1164] FDE cie=[48] [1184] FDE cie=[48] [1204] FDE cie=[48] [1224] FDE cie=[48] [1244] FDE cie=[48] [1264] FDE cie=[48] [1284] FDE cie=[48] [1304] FDE cie=[48] [1324] FDE cie=[48] [1420] FDE cie=[48] [1444] FDE cie=[48] [1524] FDE cie=[48] [1544] FDE cie=[48] [1564] FDE cie=[48] [1584] FDE cie=[48] [1604] FDE cie=[48] [1624] FDE cie=[48] [1644] FDE cie=[48] [1664] FDE cie=[48] [1700] FDE cie=[48] [1720] FDE cie=[48] [1744] FDE cie=[48] [1776] FDE cie=[48] [1808] FDE cie=[48] [1832] FDE cie=[48] [1860] FDE cie=[48] [1888] FDE cie=[48] [1920] FDE cie=[48] [2000] FDE cie=[48] [2032] FDE cie=[48] [2104] FDE cie=[48] /usr/lib/elfutils/ptest/tests/..//src/readelf .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [48] CIE augmentation="zR" [72] FDE cie=[48] [112] FDE cie=[48] [136] FDE cie=[48] [156] FDE cie=[48] [176] FDE cie=[48] [196] FDE cie=[48] [216] FDE cie=[48] [268] FDE cie=[48] [312] FDE cie=[48] [348] FDE cie=[48] [400] FDE cie=[48] [456] FDE cie=[48] [476] FDE cie=[48] [556] FDE cie=[48] [652] FDE cie=[48] [776] FDE cie=[48] [856] FDE cie=[48] [948] FDE cie=[48] [984] FDE cie=[48] [1028] FDE cie=[48] [1080] FDE cie=[48] [1148] FDE cie=[48] [1176] FDE cie=[48] [1268] FDE cie=[48] [1316] FDE cie=[48] [1368] FDE cie=[48] [1416] FDE cie=[48] [1516] FDE cie=[48] [1536] FDE cie=[48] [1556] FDE cie=[48] [1624] FDE cie=[48] [1680] FDE cie=[48] [1708] FDE cie=[48] [1728] FDE cie=[48] [1748] FDE cie=[48] [1768] FDE cie=[48] [1788] FDE cie=[48] [1808] FDE cie=[48] [1888] FDE cie=[48] [1944] FDE cie=[48] [1988] FDE cie=[48] [2124] FDE cie=[48] [2184] FDE cie=[48] [2264] FDE cie=[48] [2404] FDE cie=[48] [2480] FDE cie=[48] [2604] FDE cie=[48] [2760] FDE cie=[48] [2808] FDE cie=[48] [2972] FDE cie=[48] [3112] FDE cie=[48] [3156] FDE cie=[48] [3228] FDE cie=[48] [3300] FDE cie=[48] [3432] FDE cie=[48] [3676] FDE cie=[48] [3696] FDE cie=[48] [3716] FDE cie=[48] [3796] FDE cie=[48] [3844] CIE augmentation="zR" [3884] FDE cie=[3844] [3904] FDE cie=[48] [3952] FDE cie=[3844] [3972] FDE cie=[48] [4052] CIE augmentation="zR" [4092] FDE cie=[4052] [4112] FDE cie=[48] [4140] FDE cie=[48] [4212] FDE cie=[48] [4328] FDE cie=[48] [4368] FDE cie=[48] [4444] FDE cie=[48] [4588] FDE cie=[48] [4952] FDE cie=[48] [5008] FDE cie=[48] [5056] FDE cie=[48] [5224] FDE cie=[48] [5320] FDE cie=[48] [5396] FDE cie=[48] [5496] FDE cie=[48] [5544] FDE cie=[48] [5612] FDE cie=[48] [5700] FDE cie=[48] [6120] FDE cie=[48] [6644] FDE cie=[48] [6796] FDE cie=[48] [6908] FDE cie=[48] [7032] FDE cie=[48] [7208] FDE cie=[48] [7352] FDE cie=[48] [7588] FDE cie=[48] [7636] FDE cie=[48] [7732] FDE cie=[48] [7832] FDE cie=[48] [7852] FDE cie=[48] [7872] FDE cie=[48] [7892] FDE cie=[48] [7912] FDE cie=[48] [7932] FDE cie=[48] [7952] FDE cie=[48] [7972] FDE cie=[48] [7992] FDE cie=[48] [8012] FDE cie=[48] [8032] FDE cie=[48] [8052] FDE cie=[48] [8072] FDE cie=[48] [8092] FDE cie=[48] [8112] FDE cie=[48] [8132] FDE cie=[48] [8152] FDE cie=[48] [8172] FDE cie=[48] [8192] FDE cie=[48] [8212] FDE cie=[48] [8232] FDE cie=[48] [8252] FDE cie=[48] [8272] FDE cie=[48] [8292] FDE cie=[48] [8312] FDE cie=[48] [8332] FDE cie=[48] [8352] FDE cie=[48] [8372] FDE cie=[48] [8468] FDE cie=[48] [8492] FDE cie=[48] [8572] FDE cie=[48] [8592] FDE cie=[48] [8612] FDE cie=[48] [8632] FDE cie=[48] [8652] FDE cie=[48] [8672] FDE cie=[48] [8692] FDE cie=[48] [8712] FDE cie=[48] [8748] FDE cie=[48] [8768] FDE cie=[48] [8792] FDE cie=[48] [8824] FDE cie=[48] [8856] FDE cie=[48] [8928] FDE cie=[48] [8992] FDE cie=[48] [9096] FDE cie=[48] [9192] FDE cie=[48] [9248] FDE cie=[48] [9336] FDE cie=[48] [9432] FDE cie=[48] [9512] FDE cie=[48] [9536] FDE cie=[48] [9696] FDE cie=[48] [9776] FDE cie=[48] [9864] FDE cie=[48] [9944] FDE cie=[48] [9968] FDE cie=[48] [9992] FDE cie=[48] [10040] FDE cie=[48] [10088] FDE cie=[48] [10116] FDE cie=[48] [10144] FDE cie=[48] [10176] FDE cie=[48] [10208] FDE cie=[48] [10232] FDE cie=[48] [10304] FDE cie=[48] /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [64] FDE cie=[0] [88] FDE cie=[0] [112] FDE cie=[0] [136] FDE cie=[0] [160] FDE cie=[0] [188] FDE cie=[0] [232] FDE cie=[0] [256] FDE cie=[0] [336] FDE cie=[0] [476] FDE cie=[0] [572] FDE cie=[0] [652] FDE cie=[0] [732] FDE cie=[0] [840] FDE cie=[0] [920] FDE cie=[0] [968] FDE cie=[0] [1048] FDE cie=[0] [1072] FDE cie=[0] [1096] FDE cie=[0] [1120] FDE cie=[0] [1144] FDE cie=[0] [1176] FDE cie=[0] [1208] FDE cie=[0] [1248] FDE cie=[0] [1304] FDE cie=[0] [1360] FDE cie=[0] [1416] FDE cie=[0] [1472] FDE cie=[0] [1492] FDE cie=[0] [1512] FDE cie=[0] [1532] FDE cie=[0] [1552] FDE cie=[0] [1572] FDE cie=[0] [1592] FDE cie=[0] [1612] FDE cie=[0] [1632] FDE cie=[0] [1652] FDE cie=[0] [1672] FDE cie=[0] [1692] FDE cie=[0] [1712] FDE cie=[0] [1732] FDE cie=[0] [1752] FDE cie=[0] [1772] FDE cie=[0] [1792] FDE cie=[0] [1812] FDE cie=[0] [1832] FDE cie=[0] [1852] FDE cie=[0] [1872] FDE cie=[0] [1892] FDE cie=[0] [1912] FDE cie=[0] [1932] FDE cie=[0] [1952] FDE cie=[0] [1972] FDE cie=[0] [1992] FDE cie=[0] [2012] FDE cie=[0] [2032] FDE cie=[0] [2052] FDE cie=[0] [2072] FDE cie=[0] [2092] FDE cie=[0] [2112] FDE cie=[0] [2132] FDE cie=[0] [2152] FDE cie=[0] [2172] FDE cie=[0] [2192] FDE cie=[0] [2212] FDE cie=[0] [2232] FDE cie=[0] [2328] FDE cie=[0] [2348] FDE cie=[0] [2368] FDE cie=[0] [2424] FDE cie=[0] [2480] FDE cie=[0] [2528] FDE cie=[0] [2592] FDE cie=[0] [2624] FDE cie=[0] [2656] FDE cie=[0] [2688] FDE cie=[0] [2720] FDE cie=[0] [2760] FDE cie=[0] [2784] FDE cie=[0] [2824] FDE cie=[0] [2864] FDE cie=[0] [2888] FDE cie=[0] [2928] FDE cie=[0] [3004] FDE cie=[0] [3032] FDE cie=[0] [3108] FDE cie=[0] [3136] FDE cie=[0] [3192] FDE cie=[0] [3288] FDE cie=[0] [3384] FDE cie=[0] [3408] FDE cie=[0] [3472] FDE cie=[0] [3504] FDE cie=[0] [3584] FDE cie=[0] [3624] FDE cie=[0] [3668] FDE cie=[0] [3696] FDE cie=[0] [3724] FDE cie=[0] [3800] FDE cie=[0] [3840] FDE cie=[0] [3912] FDE cie=[0] [3936] FDE cie=[0] [3960] FDE cie=[0] [4024] FDE cie=[0] [4052] FDE cie=[0] [4128] FDE cie=[0] [4168] FDE cie=[0] [4208] FDE cie=[0] [4240] FDE cie=[0] [4268] FDE cie=[0] [4344] FDE cie=[0] [4384] FDE cie=[0] [4424] FDE cie=[0] [4456] FDE cie=[0] [4496] FDE cie=[0] [4576] FDE cie=[0] [4612] FDE cie=[0] [4728] FDE cie=[0] [4768] FDE cie=[0] [4796] FDE cie=[0] [4876] FDE cie=[0] [4896] FDE cie=[0] [4972] FDE cie=[0] [5016] FDE cie=[0] [5040] FDE cie=[0] [5096] FDE cie=[0] [5176] FDE cie=[0] [5208] FDE cie=[0] [5240] FDE cie=[0] [5272] FDE cie=[0] [5304] FDE cie=[0] [5336] FDE cie=[0] [5368] FDE cie=[0] [5392] FDE cie=[0] [5464] FDE cie=[0] [5544] FDE cie=[0] [5624] FDE cie=[0] [5644] FDE cie=[0] [5664] FDE cie=[0] [5764] FDE cie=[0] [5844] FDE cie=[0] [5928] FDE cie=[0] [5948] FDE cie=[0] [5968] FDE cie=[0] [6068] FDE cie=[0] [6148] FDE cie=[0] [6232] FDE cie=[0] [6272] FDE cie=[0] [6312] FDE cie=[0] [6344] FDE cie=[0] [6384] FDE cie=[0] [6424] FDE cie=[0] [6464] FDE cie=[0] [6504] FDE cie=[0] [6544] FDE cie=[0] [6584] FDE cie=[0] [6656] FDE cie=[0] [6736] FDE cie=[0] [6776] FDE cie=[0] [6816] FDE cie=[0] [6840] FDE cie=[0] [6864] FDE cie=[0] [6896] FDE cie=[0] [6928] FDE cie=[0] [6968] FDE cie=[0] [7008] FDE cie=[0] [7048] FDE cie=[0] [7072] FDE cie=[0] [7096] FDE cie=[0] [7192] FDE cie=[0] [7272] FDE cie=[0] [7312] FDE cie=[0] [7368] FDE cie=[0] [7400] FDE cie=[0] [7432] FDE cie=[0] [7464] FDE cie=[0] [7504] FDE cie=[0] [7536] FDE cie=[0] [7560] FDE cie=[0] [7604] FDE cie=[0] [7632] FDE cie=[0] [7656] FDE cie=[0] [7680] FDE cie=[0] [7760] FDE cie=[0] [7784] FDE cie=[0] [7864] FDE cie=[0] [7944] FDE cie=[0] [7968] FDE cie=[0] [7992] FDE cie=[0] [8088] FDE cie=[0] [8128] FDE cie=[0] [8160] FDE cie=[0] [8216] FDE cie=[0] [8272] FDE cie=[0] [8296] FDE cie=[0] [8320] FDE cie=[0] [8344] FDE cie=[0] [8376] FDE cie=[0] [8432] FDE cie=[0] [8488] FDE cie=[0] [8528] FDE cie=[0] [8608] FDE cie=[0] [8668] FDE cie=[0] [8720] FDE cie=[0] [8760] FDE cie=[0] [8856] FDE cie=[0] /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [64] FDE cie=[0] [88] FDE cie=[0] [144] FDE cie=[0] [224] FDE cie=[0] [260] FDE cie=[0] [320] FDE cie=[0] [400] FDE cie=[0] [420] FDE cie=[0] [472] FDE cie=[0] [512] FDE cie=[0] [536] FDE cie=[0] [616] FDE cie=[0] [744] FDE cie=[0] [768] FDE cie=[0] [820] FDE cie=[0] [856] FDE cie=[0] [880] FDE cie=[0] [908] FDE cie=[0] [952] FDE cie=[0] [1180] FDE cie=[0] [1224] FDE cie=[0] [1272] FDE cie=[0] [1304] FDE cie=[0] [1340] FDE cie=[0] [1360] FDE cie=[0] [1384] FDE cie=[0] [1448] FDE cie=[0] [1520] FDE cie=[0] [1540] FDE cie=[0] [1620] FDE cie=[0] [1648] FDE cie=[0] [1672] FDE cie=[0] [1700] FDE cie=[0] [1720] FDE cie=[0] [1744] FDE cie=[0] [1764] FDE cie=[0] [1844] FDE cie=[0] [1872] FDE cie=[0] [1896] FDE cie=[0] [1924] FDE cie=[0] [1944] FDE cie=[0] [2024] FDE cie=[0] [2096] FDE cie=[0] [2172] FDE cie=[0] [2248] FDE cie=[0] [2288] FDE cie=[0] [2356] FDE cie=[0] [2392] FDE cie=[0] [2420] FDE cie=[0] [2504] FDE cie=[0] [2568] FDE cie=[0] [2608] FDE cie=[0] [2664] FDE cie=[0] [2736] FDE cie=[0] [2792] FDE cie=[0] [2868] FDE cie=[0] [2968] FDE cie=[0] [3028] FDE cie=[0] [3048] FDE cie=[0] [3128] FDE cie=[0] [3208] FDE cie=[0] [3232] FDE cie=[0] [3256] FDE cie=[0] [3296] FDE cie=[0] [3368] FDE cie=[0] [3392] FDE cie=[0] [3416] FDE cie=[0] [3440] FDE cie=[0] [3472] FDE cie=[0] [3504] FDE cie=[0] [3536] FDE cie=[0] [3568] FDE cie=[0] [3600] FDE cie=[0] [3624] FDE cie=[0] [3648] FDE cie=[0] [3672] FDE cie=[0] [3696] FDE cie=[0] [3812] FDE cie=[0] [3832] FDE cie=[0] [3852] FDE cie=[0] [3872] FDE cie=[0] [3892] FDE cie=[0] [3912] FDE cie=[0] [3992] FDE cie=[0] [4088] FDE cie=[0] [4116] FDE cie=[0] [4184] FDE cie=[0] [4224] FDE cie=[0] [4268] FDE cie=[0] [4328] FDE cie=[0] [4372] FDE cie=[0] [4424] FDE cie=[0] [4484] FDE cie=[0] [4520] FDE cie=[0] [4600] FDE cie=[0] [4624] FDE cie=[0] [4648] FDE cie=[0] [4672] FDE cie=[0] [4696] FDE cie=[0] [4720] FDE cie=[0] [4744] FDE cie=[0] [4768] FDE cie=[0] [4792] FDE cie=[0] [4816] FDE cie=[0] [4840] FDE cie=[0] [4864] FDE cie=[0] [4888] FDE cie=[0] [4912] FDE cie=[0] [4936] FDE cie=[0] [4992] FDE cie=[0] [5056] FDE cie=[0] [5080] FDE cie=[0] [5104] FDE cie=[0] [5124] FDE cie=[0] [5148] FDE cie=[0] [5208] FDE cie=[0] [5276] FDE cie=[0] [5352] FDE cie=[0] [5388] FDE cie=[0] [5408] FDE cie=[0] [5452] FDE cie=[0] [5544] FDE cie=[0] [5604] FDE cie=[0] [5656] FDE cie=[0] [5756] FDE cie=[0] [5856] FDE cie=[0] [5912] FDE cie=[0] [5944] FDE cie=[0] [5964] FDE cie=[0] [6088] FDE cie=[0] [6112] FDE cie=[0] [6136] FDE cie=[0] [6160] FDE cie=[0] [6240] FDE cie=[0] [6264] FDE cie=[0] [6308] FDE cie=[0] [6388] FDE cie=[0] [6484] FDE cie=[0] [6504] FDE cie=[0] [6524] FDE cie=[0] [6556] FDE cie=[0] [6596] FDE cie=[0] [6696] FDE cie=[0] [6720] FDE cie=[0] [6744] FDE cie=[0] [6768] FDE cie=[0] [6816] FDE cie=[0] [6880] FDE cie=[0] [6928] FDE cie=[0] [6984] FDE cie=[0] [7096] FDE cie=[0] [7160] FDE cie=[0] [7200] FDE cie=[0] [7236] FDE cie=[0] [7256] FDE cie=[0] [7280] FDE cie=[0] [7324] FDE cie=[0] [7352] FDE cie=[0] [7384] FDE cie=[0] [7480] FDE cie=[0] [7500] FDE cie=[0] [7520] FDE cie=[0] [7628] FDE cie=[0] [7688] FDE cie=[0] [7716] FDE cie=[0] [7744] FDE cie=[0] [7808] FDE cie=[0] [7868] FDE cie=[0] [7888] FDE cie=[0] [7912] FDE cie=[0] [7988] FDE cie=[0] [8064] FDE cie=[0] [8144] FDE cie=[0] [8164] FDE cie=[0] [8320] FDE cie=[0] [8340] FDE cie=[0] [8360] FDE cie=[0] [8420] FDE cie=[0] [8480] FDE cie=[0] [8536] FDE cie=[0] [8556] FDE cie=[0] [8576] FDE cie=[0] [8624] FDE cie=[0] [8740] FDE cie=[0] [8792] FDE cie=[0] [8872] FDE cie=[0] [8916] FDE cie=[0] [8996] FDE cie=[0] [9128] FDE cie=[0] [9156] FDE cie=[0] [9184] FDE cie=[0] [9216] FDE cie=[0] [9240] FDE cie=[0] [9308] CIE augmentation="zR" [9332] FDE cie=[9308] [9352] FDE cie=[0] [9440] FDE cie=[0] [9496] FDE cie=[0] [9552] FDE cie=[0] [9600] FDE cie=[0] [9620] FDE cie=[0] [9668] FDE cie=[0] [9744] FDE cie=[0] [9856] FDE cie=[0] [9888] FDE cie=[0] [9916] FDE cie=[0] [9992] FDE cie=[0] [10040] FDE cie=[0] [10060] FDE cie=[0] [10104] FDE cie=[0] [10144] FDE cie=[0] [10212] FDE cie=[0] [10272] FDE cie=[0] [10372] FDE cie=[0] [10448] FDE cie=[0] [10488] FDE cie=[0] [10512] FDE cie=[0] [10576] FDE cie=[0] [10632] FDE cie=[0] [10656] FDE cie=[0] [10736] FDE cie=[0] [10840] FDE cie=[0] [10932] FDE cie=[0] [11000] FDE cie=[0] [11064] FDE cie=[0] [11176] FDE cie=[0] [11248] FDE cie=[0] [11320] FDE cie=[0] [11396] FDE cie=[0] [11472] FDE cie=[0] [11540] FDE cie=[0] [11568] FDE cie=[0] [11608] FDE cie=[0] [11684] FDE cie=[0] [11732] FDE cie=[0] [11764] FDE cie=[0] [11804] FDE cie=[0] [11844] FDE cie=[0] [11864] FDE cie=[0] [11932] FDE cie=[0] [11952] FDE cie=[0] [11976] FDE cie=[0] [12032] FDE cie=[0] [12080] FDE cie=[0] [12128] FDE cie=[0] [12148] FDE cie=[0] [12172] FDE cie=[0] [12216] FDE cie=[0] [12244] FDE cie=[0] [12296] FDE cie=[0] [12320] FDE cie=[0] [12340] FDE cie=[0] [12372] FDE cie=[0] [12420] FDE cie=[0] [12440] FDE cie=[0] [12460] FDE cie=[0] [12536] FDE cie=[0] [12600] FDE cie=[0] [12680] FDE cie=[0] [12768] FDE cie=[0] [12856] FDE cie=[0] [12880] FDE cie=[0] [12972] FDE cie=[0] [13048] CIE augmentation="zR" [13088] FDE cie=[13048] [13108] FDE cie=[0] [13232] FDE cie=[0] [13328] FDE cie=[0] [13424] FDE cie=[0] [13500] FDE cie=[0] [13564] FDE cie=[0] [13592] FDE cie=[0] [13680] FDE cie=[0] [13724] FDE cie=[0] [13804] FDE cie=[0] [13840] FDE cie=[0] [13884] FDE cie=[0] [13908] FDE cie=[0] [13960] FDE cie=[0] [13992] FDE cie=[0] [14056] FDE cie=[0] [14136] FDE cie=[0] [14232] FDE cie=[0] [14308] FDE cie=[0] [14376] FDE cie=[0] [14432] FDE cie=[0] [14536] FDE cie=[0] [14556] FDE cie=[0] [14576] FDE cie=[0] [14676] FDE cie=[0] [14768] FDE cie=[0] [14792] FDE cie=[0] [14912] FDE cie=[0] [14992] FDE cie=[0] [15024] FDE cie=[0] [15104] FDE cie=[0] [15160] FDE cie=[0] [15180] FDE cie=[0] [15260] FDE cie=[0] [15372] FDE cie=[0] [15448] FDE cie=[0] [15516] FDE cie=[0] [15584] CIE augmentation="zR" [15620] FDE cie=[15584] [15640] FDE cie=[0] [15752] FDE cie=[0] [15784] FDE cie=[0] [15832] FDE cie=[0] [15904] FDE cie=[0] [15940] FDE cie=[0] [15976] FDE cie=[0] [16040] FDE cie=[0] [16112] FDE cie=[0] [16188] FDE cie=[0] [16208] FDE cie=[0] [16268] FDE cie=[0] [16348] FDE cie=[0] [16440] FDE cie=[0] [16520] FDE cie=[0] [16576] FDE cie=[0] [16648] FDE cie=[0] [16704] FDE cie=[0] [16800] FDE cie=[0] [16820] FDE cie=[0] [16880] FDE cie=[0] [16912] FDE cie=[0] [16980] FDE cie=[0] [17060] FDE cie=[0] [17140] FDE cie=[0] [17216] FDE cie=[0] [17300] FDE cie=[0] [17376] FDE cie=[0] [17456] FDE cie=[0] [17512] FDE cie=[0] [17612] FDE cie=[0] [17692] FDE cie=[0] [17712] FDE cie=[0] [17772] FDE cie=[0] [17848] FDE cie=[0] [17880] FDE cie=[0] [17912] FDE cie=[0] [17980] FDE cie=[0] [18000] FDE cie=[0] [18020] FDE cie=[0] [18092] FDE cie=[0] [18168] FDE cie=[0] [18216] FDE cie=[0] [18264] FDE cie=[0] [18288] FDE cie=[0] [18336] FDE cie=[0] [18376] FDE cie=[0] [18424] FDE cie=[0] [18464] FDE cie=[0] [18496] FDE cie=[0] [18520] FDE cie=[0] [18544] FDE cie=[0] [18568] FDE cie=[0] [18600] FDE cie=[0] [18640] FDE cie=[0] [18688] FDE cie=[0] [18720] FDE cie=[0] [18800] FDE cie=[0] [18824] FDE cie=[0] [18904] FDE cie=[0] [18984] CIE augmentation="zR" [19024] FDE cie=[18984] [19048] FDE cie=[0] [19092] FDE cie=[0] [19128] FDE cie=[0] [19184] FDE cie=[0] [19264] FDE cie=[0] [19304] FDE cie=[0] [19344] FDE cie=[0] [19384] FDE cie=[0] [19504] FDE cie=[0] [19544] FDE cie=[0] [19576] FDE cie=[0] [19624] FDE cie=[0] [19752] FDE cie=[0] [19772] FDE cie=[0] [19828] FDE cie=[0] [19868] FDE cie=[0] [19936] FDE cie=[0] [19980] FDE cie=[0] [20084] FDE cie=[0] [20352] FDE cie=[0] [20468] FDE cie=[0] [20580] FDE cie=[0] [21016] FDE cie=[0] [21056] FDE cie=[0] [21136] FDE cie=[0] [21216] FDE cie=[0] [21292] FDE cie=[0] [21352] FDE cie=[0] [21468] FDE cie=[0] [21488] FDE cie=[0] [21564] FDE cie=[0] [21640] FDE cie=[0] [21660] FDE cie=[0] [21688] FDE cie=[0] [21768] FDE cie=[0] [21788] FDE cie=[0] [21824] FDE cie=[0] [21868] FDE cie=[0] [21992] FDE cie=[0] [22020] FDE cie=[0] [22040] FDE cie=[0] [22060] FDE cie=[0] [22080] FDE cie=[0] [22156] FDE cie=[0] [22236] CIE augmentation="zR" [22276] FDE cie=[22236] [22296] FDE cie=[0] [22316] FDE cie=[0] [22368] FDE cie=[0] [22388] FDE cie=[0] [22444] FDE cie=[0] [22488] FDE cie=[0] [22572] FDE cie=[0] [22632] FDE cie=[0] [22712] FDE cie=[0] [22800] FDE cie=[0] [22876] FDE cie=[0] [22956] FDE cie=[0] [23024] FDE cie=[0] [23072] FDE cie=[0] [23100] FDE cie=[0] [23132] FDE cie=[0] [23184] FDE cie=[0] [23216] FDE cie=[0] [23296] FDE cie=[0] [23360] FDE cie=[0] [23416] FDE cie=[0] [23436] FDE cie=[0] [23472] FDE cie=[0] [23552] FDE cie=[0] [23576] FDE cie=[0] [23604] FDE cie=[0] [23684] FDE cie=[0] [23784] CIE augmentation="zR" [23824] FDE cie=[23784] [23844] FDE cie=[0] [23944] FDE cie=[0] [24048] FDE cie=[0] [24136] FDE cie=[0] [24168] FDE cie=[0] [24248] FDE cie=[0] [24328] FDE cie=[0] [24348] FDE cie=[0] [24368] FDE cie=[0] [24388] FDE cie=[0] [24408] FDE cie=[0] [24428] FDE cie=[0] [24448] FDE cie=[0] [24468] FDE cie=[0] [24488] FDE cie=[0] [24508] FDE cie=[0] [24528] FDE cie=[0] [24548] FDE cie=[0] [24568] FDE cie=[0] [24588] FDE cie=[0] [24608] FDE cie=[0] [24628] FDE cie=[0] [24648] FDE cie=[0] [24668] FDE cie=[0] [24688] FDE cie=[0] [24708] FDE cie=[0] [24728] FDE cie=[0] [24748] FDE cie=[0] [24768] FDE cie=[0] [24788] FDE cie=[0] [24808] FDE cie=[0] [24828] FDE cie=[0] [24848] FDE cie=[0] [24868] FDE cie=[0] [24964] FDE cie=[0] [24988] FDE cie=[0] [25068] FDE cie=[0] [25088] FDE cie=[0] [25108] FDE cie=[0] [25128] FDE cie=[0] [25148] FDE cie=[0] [25168] FDE cie=[0] [25188] FDE cie=[0] [25208] FDE cie=[0] [25244] FDE cie=[0] [25264] FDE cie=[0] [25288] FDE cie=[0] [25320] FDE cie=[0] [25352] FDE cie=[0] [25424] FDE cie=[0] [25488] FDE cie=[0] [25592] FDE cie=[0] [25688] FDE cie=[0] [25744] FDE cie=[0] [25832] FDE cie=[0] [25928] FDE cie=[0] [25952] FDE cie=[0] [26032] FDE cie=[0] [26056] FDE cie=[0] [26080] FDE cie=[0] [26104] FDE cie=[0] [26128] FDE cie=[0] [26152] FDE cie=[0] [26184] FDE cie=[0] [26344] FDE cie=[0] [26424] FDE cie=[0] [26512] FDE cie=[0] [26592] FDE cie=[0] [26616] FDE cie=[0] [26640] FDE cie=[0] [26664] FDE cie=[0] [26720] FDE cie=[0] [26744] FDE cie=[0] [26768] FDE cie=[0] [26792] FDE cie=[0] [26816] FDE cie=[0] [26840] FDE cie=[0] [26864] FDE cie=[0] [26888] FDE cie=[0] [26912] FDE cie=[0] [26936] FDE cie=[0] [26960] FDE cie=[0] [27008] FDE cie=[0] [27056] FDE cie=[0] [27080] FDE cie=[0] [27104] FDE cie=[0] [27124] FDE cie=[0] [27144] FDE cie=[0] [27168] FDE cie=[0] [27188] FDE cie=[0] [27208] FDE cie=[0] [27232] FDE cie=[0] [27256] FDE cie=[0] [27280] FDE cie=[0] [27304] FDE cie=[0] [27328] FDE cie=[0] [27360] FDE cie=[0] /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [64] FDE cie=[0] [88] FDE cie=[0] [108] FDE cie=[0] [128] FDE cie=[0] [148] FDE cie=[0] [168] FDE cie=[0] [188] FDE cie=[0] [224] FDE cie=[0] [248] FDE cie=[0] [268] FDE cie=[0] [288] FDE cie=[0] [320] FDE cie=[0] [400] FDE cie=[0] [424] FDE cie=[0] [488] FDE cie=[0] [512] FDE cie=[0] [536] FDE cie=[0] [560] FDE cie=[0] [608] FDE cie=[0] [688] FDE cie=[0] [708] FDE cie=[0] [728] FDE cie=[0] [748] FDE cie=[0] [768] FDE cie=[0] [792] FDE cie=[0] [832] FDE cie=[0] [904] FDE cie=[0] [948] FDE cie=[0] [1032] FDE cie=[0] [1076] FDE cie=[0] [1120] FDE cie=[0] [1164] FDE cie=[0] [1236] FDE cie=[0] [1256] FDE cie=[0] [1276] FDE cie=[0] [1344] FDE cie=[0] [1364] FDE cie=[0] [1384] FDE cie=[0] [1428] FDE cie=[0] [1472] FDE cie=[0] [1492] FDE cie=[0] [1516] FDE cie=[0] [1536] FDE cie=[0] [1560] FDE cie=[0] [1584] FDE cie=[0] [1628] FDE cie=[0] [1672] FDE cie=[0] [1716] FDE cie=[0] [1788] FDE cie=[0] [1808] FDE cie=[0] [1828] FDE cie=[0] [1852] FDE cie=[0] [2004] FDE cie=[0] [2076] FDE cie=[0] [2144] FDE cie=[0] [2200] FDE cie=[0] [2256] FDE cie=[0] [2280] FDE cie=[0] [2320] FDE cie=[0] [2344] FDE cie=[0] [2424] CIE augmentation="zR" [2464] FDE cie=[2424] /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [64] FDE cie=[0] [88] FDE cie=[0] [108] FDE cie=[0] [128] FDE cie=[0] [148] FDE cie=[0] [168] FDE cie=[0] [188] FDE cie=[0] [224] FDE cie=[0] [248] FDE cie=[0] [268] FDE cie=[0] [288] FDE cie=[0] [368] FDE cie=[0] [392] FDE cie=[0] [456] FDE cie=[0] [480] FDE cie=[0] [504] FDE cie=[0] [528] FDE cie=[0] [576] FDE cie=[0] [656] FDE cie=[0] [736] FDE cie=[0] [756] FDE cie=[0] [776] FDE cie=[0] [796] FDE cie=[0] [816] FDE cie=[0] [840] FDE cie=[0] [880] FDE cie=[0] [952] FDE cie=[0] [1032] FDE cie=[0] [1104] FDE cie=[0] [1148] FDE cie=[0] [1192] FDE cie=[0] [1236] FDE cie=[0] [1280] FDE cie=[0] [1352] FDE cie=[0] [1372] FDE cie=[0] [1392] FDE cie=[0] [1460] FDE cie=[0] [1480] FDE cie=[0] [1500] FDE cie=[0] [1544] FDE cie=[0] [1588] FDE cie=[0] [1608] FDE cie=[0] [1668] FDE cie=[0] [1708] FDE cie=[0] [1804] FDE cie=[0] [1844] FDE cie=[0] [1924] FDE cie=[0] [1968] FDE cie=[0] [2104] FDE cie=[0] [2200] FDE cie=[0] [2300] FDE cie=[0] [2368] FDE cie=[0] [2424] FDE cie=[0] [2480] FDE cie=[0] [2504] FDE cie=[0] [2544] FDE cie=[0] [2588] FDE cie=[0] [2632] FDE cie=[0] [2704] FDE cie=[0] [2724] FDE cie=[0] [2744] FDE cie=[0] [2768] FDE cie=[0] [2848] CIE augmentation="zR" [2888] FDE cie=[2848] /usr/lib/elfutils/ptest/tests/..//src/size.o .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [88] FDE cie=[0] [136] FDE cie=[0] [184] FDE cie=[0] [272] FDE cie=[0] /usr/lib/elfutils/ptest/tests/..//src/strip.o .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [84] FDE cie=[0] [128] FDE cie=[0] [168] FDE cie=[0] [280] CIE augmentation="zR" [320] FDE cie=[280] [340] FDE cie=[0] [508] FDE cie=[0] [560] FDE cie=[0] [616] FDE cie=[0] [664] FDE cie=[0] [748] 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 PASS: run-disasm-bpf.sh ====================== All 199 tests passed (4 tests were not run) ====================== DURATION: 28 END: /usr/lib/elfutils/ptest 2019-07-17T01:15 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:15 BEGIN: /usr/lib/ethtool/ptest PASS: test-cmdline PASS: test-features ================== All 2 tests passed ================== DURATION: 0 END: /usr/lib/ethtool/ptest 2019-07-17T01:15 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:15 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: 1 END: /usr/lib/flex/ptest 2019-07-17T01:15 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:15 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: assignnumfield2 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: fscaret 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: synerr3 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: sandbox1 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: 18 END: /usr/lib/gawk/ptest 2019-07-17T01:16 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:16 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: 1 END: /usr/lib/gdbm/ptest 2019-07-17T01:16 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:16 BEGIN: /usr/lib/gdk-pixbuf/ptest Running test: gdk-pixbuf/pixbuf-area-updated.test /pixbuf/area-updated/ico: OK /pixbuf/area-updated/gif: OK /pixbuf/area-updated/gif2: Executing: gdk-pixbuf/pixbuf-area-updated.test Executing: gdk-pixbuf/pixbuf-area-updated.test Executing: gdk-pixbuf/pixbuf-area-updated.test Executing: gdk-pixbuf/pixbuf-area-updated.test Executing: gdk-pixbuf/pixbuf-area-updated.test OK /pixbuf/area-updated/gif3: OK PASS: gdk-pixbuf/pixbuf-area-updated.test Running test: gdk-pixbuf/pixbuf-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-icon-serialize.test /pixbuf/icon/serialize: OK PASS: gdk-pixbuf/pixbuf-icon-serialize.test Running test: gdk-pixbuf/pixbuf-pixdata.test /pixbuf/pixdata: OK /pixbuf/pixdata/success: OK /pixbuf/pixdata/bug775693: OK /pixbuf/pixdata/bug775229: OK PASS: gdk-pixbuf/pixbuf-pixdata.test Running test: gdk-pixbuf/pixbuf-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/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-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-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-scale-two-step.test /pixbuf/scale/two-step/tiles: OK /pixbuf/scale/two-step/bilinear: OK /pixbuf/scale/two-step/hyper: OK /pixbuf/scale/two-step/offset/tiles: OK /pixbuf/scale/two-step/offset/bilinear: OK /pixbuf/scale/two-step/offset/hyper: OK /pixbuf/scale/two-step/dest/tiles: OK /pixbuf/scale/two-step/dest/bilinear: OK /pixbuf/scale/two-step/dest/hyper: OK PASS: gdk-pixbuf/pixbuf-scale-two-step.test Running test: gdk-pixbuf/pixbuf-threads.test /pixbuf/threads: OK PASS: gdk-pixbuf/pixbuf-threads.test Running test: gdk-pixbuf/pixbuf-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-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-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 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-icc.test /pixbuf/icc/png: OK /pixbuf/icc/jpeg: OK /pixbuf/icc/png/incremental: OK /pixbuf/icc/jpeg/incremental: OK PASS: gdk-pixbuf/pixbuf-icc.test Running test: gdk-pixbuf/pixbuf-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-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-resource.test /pixbuf/resource: OK /pixbuf/resource/at-scale: OK PASS: gdk-pixbuf/pixbuf-resource.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-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 SUMMARY: total=22; passed=21; skipped=0; failed=1; user=30.3s; system=0.2s; maxrss=20100 FAIL: gdk-pixbuf/pixbuf-gif-circular-table.test (Child process killed by signal 6) ERROR: Exit status is 512 DURATION: 31 END: /usr/lib/gdk-pixbuf/ptest 2019-07-17T01:16 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:16 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 PASS: lang-python-1 PASS: 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 ======================================== 3 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: 27 END: /usr/lib/gettext/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 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: 2 END: /usr/lib/gzip/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 BEGIN: /usr/lib/json-glib/ptest 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/builder.test /builder/complex: OK /builder/empty: OK /builder/reset: OK PASS: json-glib-1.0/builder.test Running test: json-glib-1.0/serialize-full.test /deserialize/json-to-gobject: OK PASS: json-glib-1.0/serialize-full.test Running test: json-glib-1.0/array.test /array/empty-array: OK /array/add-element: OK /array/remove-element: OK /array/foreach-element: OK PASS: json-glib-1.0/array.test Running test: json-glib-1.0/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/boxed.test /boxed/serialize-property: OK /boxed/deserialize-property: OK PASS: json-glib-1.0/boxed.test Running test: json-glib-1.0/invalid.test /invalid/json/bareword-1: OK /invalid/json/bareword-2: OK /invalid/json/bareword-3: OK /invalid/json/bareword-4: OK /invalid/json/bareword-5: OK /invalid/json/values-1: OK /invalid/json/assignment-1: OK /invalid/json/assignment-2: OK /invalid/json/assignment-3: OK /invalid/json/assignment-4: OK /invalid/json/assignment-5: OK /invalid/json/array-1: OK /invalid/json/array-2: OK /invalid/json/array-3: OK /invalid/json/object-1: OK /invalid/json/object-2: OK /invalid/json/object-3: OK /invalid/json/object-4: OK /invalid/json/object-5: OK /invalid/json/object-6: OK /invalid/json/object-7: OK /invalid/json/missing-comma-1: OK /invalid/json/missing-comma-2: OK /invalid/json/trailing-comma-1: OK /invalid/json/trailing-comma-2: OK PASS: json-glib-1.0/invalid.test Running test: json-glib-1.0/serialize-complex.test /serialize/gobject-boxed: OK PASS: json-glib-1.0/serialize-complex.test Running test: json-glib-1.0/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/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/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/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 SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.0s; maxrss=5624 DURATION: 1 END: /usr/lib/json-glib/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 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: 0 END: /usr/lib/kbd/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 BEGIN: /usr/lib/libconvert-asn1-perl/ptest 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..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS: t/11indef 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 4294967296 ok 36 ok 37 ok 38 ok 39 # INTEGER -4294967296 ok 40 ok 41 ok 42 ok 43 # INTEGER 2147483648 ok 44 ok 45 ok 46 ok 47 # INTEGER -2147483648 ok 48 ok 49 ok 50 ok 51 # INTEGER 1073741824 ok 52 ok 53 ok 54 ok 55 # INTEGER -1073741824 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..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..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/14any 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..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..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..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 -128 ok 39 ok 40 ok 41 ok 42 # INTEGER 0 ok 43 ok 44 ok 45 ok 46 # INTEGER 6715289 ok 47 ok 48 ok 49 ok 50 # INTEGER 128 ok 51 ok 52 ok 53 ok 54 # INTEGER -255 ok 55 ok 56 ok 57 ok 58 # INTEGER -457 ok 59 ok 60 ok 61 ok 62 # INTEGER 1073741824 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 'A string' ok 75 ok 76 ok 77 ok 78 # STRING '' ok 79 ok 80 ok 81 ok 82 # OBJECT_ID 2.5.457 ok 83 ok 84 ok 85 ok 86 # OBJECT_ID 2.99999.99 ok 87 ok 88 ok 89 ok 90 # OBJECT_ID 1.2.3.4.5 ok 91 ok 92 ok 93 ok 94 # OBJECT_ID 0.0.17.773.1.1.1 ok 95 ok 96 ok 97 ok 98 # ENUM 6573456 ok 99 ok 100 ok 101 ok 102 # ENUM -99 ok 103 ok 104 ok 105 ok 106 # ENUM 0 ok 107 ok 108 ok 109 ok 110 # BIT STRING 011011111101110111000000 7 ok 111 ok 112 ok 113 ok 114 ok 115 # BIT STRING 00000000 1 ok 116 ok 117 ok 118 ok 119 ok 120 # BIT STRING 011011100101110111000000 21 ok 121 ok 122 ok 123 ok 124 ok 125 # BIT STRING 00110011 3 ok 126 ok 127 ok 128 ok 129 ok 130 # REAL Inf ok 131 ok 132 ok 133 ok 134 # REAL 1.5 ok 135 ok 136 ok 137 ok 138 # REAL 0 ok 139 ok 140 ok 141 ok 142 # REAL -Inf ok 143 ok 144 ok 145 ok 146 # REAL -5.5 ok 147 ok 148 ok 149 ok 150 # RELATIVE-OID 1.2.3.4.5 ok 151 ok 152 ok 153 ok 154 # RELATIVE-OID 2.5.457 ok 155 ok 156 ok 157 ok 158 # RELATIVE-OID 0.0.17.773.1.1.1 ok 159 ok 160 ok 161 ok 162 # BCDString 0 ok 163 ok 164 ok 165 ok 166 # BCDString 2.2 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..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 PASS: t/04opt 1..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..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 PASS: t/07io 1..21 ok 1 ok 2 ok 3 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..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..2 ok 1 ok 2 PASS: t/99misc 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..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..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..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..4 ok 1 ok 2 ok 3 ok 4 PASS: t/09contr DURATION: 1 END: /usr/lib/libconvert-asn1-perl/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 BEGIN: /usr/lib/liberror-perl/ptest 1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/02order 1..1 ok 1 - Testing that the excpetion is not trampeled PASS: t/07try-in-obj-destructor 1..2 ok 1 - Testing for thrown exception ok 2 - No Errors caught. PASS: t/03throw-non-Error 1..4 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..1 ok 1 - Testing that the use base worked. PASS: t/04use-base-Error-Simple 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 - 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..2 ok 1 - Error.pm loaded ok ok 2 - Error/Simple.pm loaded ok PASS: t/00-compile 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..1 ok 1 - Testing that the VERSION was not overrided PASS: t/14Error-Simple-VERSION 1..2 ok 1 - Checking that eval { ... } is sane # Error::THROWN = This is caught by eval, not by try. at t/12wrong-error-var.t line 12. # Error::THROWN = # E = This is a simple 'die' exception. at t/12wrong-error-var.t line 22. ok 2 - Checking that the argument to otherwise is the thrown exception PASS: t/12wrong-error-var 1..2 ok 1 - Error thrown in the catch clause is registered ok 2 - Error thrown in the otherwise clause is registered PASS: t/10throw-in-catch 1..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..4 ok 1 ok 2 ok 3 ok 4 PASS: t/01throw DURATION: 2 END: /usr/lib/liberror-perl/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 BEGIN: /usr/lib/libmodule-build-perl/ptest 1..4 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 - runtime prereqs in MYMETA ok 2 - test prereqs in MYMETA ok 3 - runtime prereqs in META ok 4 - test prereqs in META PASS: t/test_reqs Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291. FAIL: t/xs 1..6 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - cpan_client is mocked with perl ok 3 - ran mocked Build installdeps ok 4 - saw File::Spec prereq ok 5 - saw Getopt::Long prereq ok 6 - Build installdeps with bad cpan_client fails PASS: t/actions/installdeps 1..7 ok 1 - MANIFEST.SKIP doesn't exist at start ok 2 - An object of class 'Module::Build' isa 'Module::Build' ok 3 - 'Build manifest_skip' creates MANIFEST.SKIP ok 4 - Saw creation message ok 5 - Running it again warns about pre-existing MANIFEST.SKIP ok 6 - File does not appear modified ok 7 - MANIFEST.SKIP still exists after distclean ok 1 - MANIFEST.SKIP doesn't exist at start ok 3 - 'Build manifest_skip' creates MANIFEST.SKIP ok 5 - Running it again warns about pre-existing MANIFEST.SKIP ok 7 - MANIFEST.SKIP still exists after distclean SKIP: t/actions/manifest_skip 1..25 ok 1 ok 2 - saw expected output from first test ok 3 - saw expected output from second test ok 4 - we have some test output ok 5 - saw expected output from first test ok 6 - saw expected output from second test ok 7 - expected output from basic.t ok 8 - expected output from basic.t ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 - saw expected output from first test ok 16 - saw expected output from second test ok 17 - we have some test output ok 18 - saw expected output from first test ok 19 - saw expected output from second test ok 20 - expected output from basic.t ok 21 - expected output from basic.t ok 22 ok 23 ok 24 ok 25 PASS: t/test_types 1..21 ok 1 - bindoc_dirs ok 2 - libdoc_dirs Building Simple ok 3 ok 4 - lib/Simple/AllPod.pod should contain POD ok 5 - Created blib/libdoc/Simple::AllPod.3 manpage ok 6 - lib/Simple.pm should contain POD ok 7 - Created blib/libdoc/Simple.3 manpage ok 8 - bin/haspod.pl should contain POD ok 9 - Created blib/bindoc/haspod.pl.1 manpage ok 10 - lib/Simple/NoPod.pm should not contain POD ok 11 - bin/nopod.pl should not contain POD Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/man/man1/haspod.pl.1 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/html/bin/haspod.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/lib/perl5/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/lib/perl5/Simple/AllPod.pod Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/lib/perl5/Simple/NoPod.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/man/man3/Simple::AllPod.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/html/site/lib/Simple/AllPod.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/bin/nopod.pl Installing /usr/lib/libmodule-build-perl/ptest/t/install_test21841/bin/haspod.pl ok 12 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test21841/man/man3/Simple::AllPod.3 manpage ok 13 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test21841/man/man3/Simple.3 manpage ok 14 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test21841/man/man1/haspod.pl.1 manpage Cleaning up build files Cleaning up configuration files ok 15 - override libdoc_dirs ok 16 ok 17 ok 18 ok 19 - =item testcover # # [version 0.26] # # Runs the C action using C, generating a # code-coverage report showing which parts of the code were actually # exercised during the tests. # # To pass options to C, set the C<$DEVEL_COVER_OPTIONS> # environment variable: # # DEVEL_COVER_OPTIONS=-ignore,Build ./Build testcover # # ok 20 ok 21 - =item disttest # # [version 0.05] # # Performs the 'distdir' action, then switches into that directory and runs a # C, followed by the 'build' and 'test' actions in that directory. # Use PERL_MB_OPT or F<.modulebuildrc> to set options that should be applied # during subprocesses # # # PASS: t/manifypods 1..2 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 - dodged the bullet ok 2 PASS: t/new_from_context 1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 - ./Build distdir --sign 0 does not sign ok 9 ok 10 ok 11 ok 12 - Build.PL --sign=1 signs PASS: t/signature ok 1 - Module::Build->new_from_context ok 2 - small Makefile.PL created ok 3 - Makefile.PL does not require a perl version ok 4 - Makefile.PL ran without error ok 5 - Makefile exists ok 6 - (skipping cleanup) ok 7 - Makefile has correct PREREQ_PM line ok 8 - make ran without error ok 9 - make test ran without error ok 10 - make test output indicated success ok 11 - make realclean ran without error ok 12 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 13 - Makefile exists ok 14 - Makefile cleaned up with realclean ok 15 - Makefile.PL ran without error ok 16 - Makefile exists ok 17 - Makefile cleaned up with distclean ok 18 - cleaned up Makefile ok 19 - Module::Build->new_from_context ok 20 - passthrough Makefile.PL created ok 21 - Makefile.PL does not require a perl version ok 22 - Makefile.PL ran without error ok 23 - Makefile exists ok 24 - (skipping cleanup) ok 25 - Makefile has correct PREREQ_PM line ok 26 - make ran without error ok 27 - make test ran without error ok 28 - make test output indicated success ok 29 - make realclean ran without error ok 30 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 31 - Makefile exists ok 32 - Makefile cleaned up with realclean ok 33 - Makefile.PL ran without error ok 34 - Makefile exists ok 35 - Makefile cleaned up with distclean ok 36 - cleaned up Makefile ok 37 - Module::Build->new_from_context ok 38 - traditional Makefile.PL created ok 39 - Makefile.PL does not require a perl version ok 40 - Makefile.PL ran without error ok 41 - Makefile exists ok 42 - (skipping cleanup) ok 43 - Makefile has correct PREREQ_PM line ok 44 - Found WriteMakefile arguments ok 45 - Makefile.PL has correct PL_FILES line not ok 46 - make ran without error # Failed test 'make ran without error' # at t/compat.t line 417. not ok 47 - make test ran without error # Failed test 'make test ran without error' # at t/compat.t line 427. not ok 48 - make test output indicated success # Failed test 'make test output indicated success' # at t/compat.t line 428. # 'MAKE: *** NO RULE TO MAKE TARGET '/USR/LIB/PERL5/5.30.0/X86_64-LINUX/CONFIG.PM', NEEDED BY 'MAKEFILE'. STOP. # ' # doesn't match '(?^:DONE\.|SUCCESS)' not ok 49 - make realclean ran without error # Failed test 'make realclean ran without error' # at t/compat.t line 433. ok 50 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 51 - Makefile exists not ok 52 - Makefile cleaned up with realclean # Failed test 'Makefile cleaned up with realclean' # at t/compat.t line 467. ok 53 - Makefile.PL ran without error ok 54 - Makefile exists not ok 55 - Makefile cleaned up with distclean # Failed test 'Makefile cleaned up with distclean' # at t/compat.t line 467. ok 56 - cleaned up Makefile ok 57 - Module::Build->new_from_context ok 58 - small Makefile.PL created ok 59 - Makefile.PL has 'require 5.030000;' ok 60 - Makefile.PL ran without error ok 61 - Makefile exists ok 62 - (skipping cleanup) ok 63 - Makefile has correct PREREQ_PM line ok 64 - make ran without error ok 65 - PL_files generated - foo ok 66 - make test ran without error ok 67 - make test output indicated success ok 68 - make realclean ran without error ok 69 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 70 - Makefile exists ok 71 - Makefile cleaned up with realclean ok 72 - Makefile.PL ran without error ok 73 - Makefile exists ok 74 - Makefile cleaned up with distclean ok 75 - cleaned up Makefile ok 76 - Module::Build->new_from_context ok 77 - passthrough Makefile.PL created ok 78 - Makefile.PL has 'require 5.030000;' ok 79 - Makefile.PL ran without error ok 80 - Makefile exists ok 81 - (skipping cleanup) ok 82 - Makefile has correct PREREQ_PM line ok 83 - make ran without error ok 84 - PL_files generated - foo ok 85 - make test ran without error ok 86 - make test output indicated success ok 87 - make realclean ran without error ok 88 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 89 - Makefile exists ok 90 - Makefile cleaned up with realclean ok 91 - Makefile.PL ran without error ok 92 - Makefile exists ok 93 - Makefile cleaned up with distclean ok 94 - cleaned up Makefile ok 95 - Module::Build->new_from_context ok 96 - traditional Makefile.PL created ok 97 - Makefile.PL has 'require 5.030000;' ok 98 - Makefile.PL ran without error ok 99 - Makefile exists ok 100 - (skipping cleanup) ok 101 - Makefile has correct PREREQ_PM line ok 102 - Found WriteMakefile arguments ok 103 - Makefile.PL has correct PL_FILES line not ok 104 - make ran without error # Failed test 'make ran without error' # at t/compat.t line 417. not ok 105 - PL_files generated - foo # Failed test 'PL_files generated - foo' # at t/compat.t line 420. not ok 106 - make test ran without error # Failed test 'make test ran without error' # at t/compat.t line 427. not ok 107 - make test output indicated success # Failed test 'make test output indicated success' # at t/compat.t line 428. # 'MAKE: *** NO RULE TO MAKE TARGET '/USR/LIB/PERL5/5.30.0/X86_64-LINUX/CONFIG.PM', NEEDED BY 'MAKEFILE'. STOP. # ' # doesn't match '(?^:DONE\.|SUCCESS)' not ok 108 - make realclean ran without error # Failed test 'make realclean ran without error' # at t/compat.t line 433. ok 109 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 110 - Makefile exists not ok 111 - Makefile cleaned up with realclean # Failed test 'Makefile cleaned up with realclean' # at t/compat.t line 467. ok 112 - Makefile.PL ran without error ok 113 - Makefile exists not ok 114 - Makefile cleaned up with distclean # Failed test 'Makefile cleaned up with distclean' # at t/compat.t line 467. ok 115 - cleaned up Makefile ok 116 - Module::Build->new_from_context ok 117 - fake_makefile lived ok 118 - found 'realclean' in fake_makefile output ok 119 - saw warning about 'build_class' ok 120 - passthrough Makefile.PL created ok 121 - Makefile.PL failed ok 122 - custom builder wasn't found ok 123 - small Makefile.PL created ok 124 - Makefile.PL failed ok 125 - custom builder wasn't found ok 126 - passthrough Makefile.PL created ok 127 - Makefile.PL ran without error ok 128 - small Makefile.PL created ok 129 - Makefile.PL ran without error ok 130 - passthrough Makefile.PL created ok 131 - passthrough Makefile.PL ran with arguments ok 132 - Build.PL generated ok 133 - installdirs is core ok 134 - tests set for verbose ok 135 - custom libdir ok 136 - PERL_POLLUTE set ok 137 - make test ran without error ok 138 - Should be verbose ok 139 - make test without verbose ran ok ok 140 - Should be non-verbose ok 141 - fakeinstall INSTALLDIRS=vendor ran ok ok 142 - Saw destination directory for INSTALLDIRS=vendor ok 143 - fakeinstall PREFIX=$libdir2 ran ok ok 144 - Saw destination directory for PREFIX=$libdir2 ok 145 - fakeinstall PREFIX=$libdir2 LIB=mylib ran ok ok 146 - Saw destination directory for PREFIX=$libdir2 LIB=mylib ok 147 - Makefile shouldn't exist ok 148 - Makefile.PL cleaned up ok 149 - passthrough Makefile.PL created ok 150 - install_base set ok 151 - Tildes should be expanded ok 152 - Makefile shouldn't exist ok 153 - Makefile.PL cleaned up ok 154 - traditional Makefile.PL created ok 155 - Found WriteMakefile arguments ok 156 - Makefile.PL has correct TESTS line for recursive test files ok 157 - Makefile.PL cleaned up ok 158 - Makefile.PL created ok 159 - Correctly complains and converts dotted-decimal ok 160 - Properly converted dotted-decimal ok 161 - Makefile.PL cleaned up ok 162 - Makefile.PL doesn't exist before we start ok 163 - Correctly dies when it encounters invalid prereq ok 164 - Makefile.PL NOT created ok 165 - Makefile.PL cleaned up 1..165 # Looks like you failed 13 tests of 165. FAIL: t/compat Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291. FAIL: t/ppm 1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set 1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set SKIP: t/bundle_inc 1..9 ok 1 - runtests ran with expected parameters ok 2 - runtests ran with expected parameters ok 3 - switches are undef ok 4 - switches are undef ok 5 - run_test_harness should not produce warning if Test::Harness::[Ss]witches are undef and harness_switches() return empty list ok 6 - runtests ran with expected parameters ok 7 - runtests ran with expected parameters ok 8 - switches are empty string ok 9 - switches are empty string PASS: t/unit_run_test_harness 1..23 ok 1 ok 2 - MyModuleBuilder->can('ACTION_foo') ok 3 - got doc for 'foo' ok 4 - got the right doc ok 5 - got doc for 'bar' ok 6 - got the right doc ok 7 - got doc for 'baz' ok 8 - got the right doc ok 9 - slap ok 10 - informative error ok 11 - got doc for 'help' not ok 12 - got the right doc # TODO Do we allow overrides on just docs? # Failed (TODO) test 'got the right doc' # at t/help.t line 93. # '=item help # # Does the help thing. # # You should probably not be seeing this. That is, we haven't # overridden the help action, but we're able to override just the # docs? That almost seems reasonable, but is probably wrong. # # =item help # # [version 0.03] # # This action will simply print out a message that is meant to help you # use the build process. It will show you a list of available build # actions too. # # With an optional argument specifying an action name (e.g. C), the 'help' action will show you any POD documentation it can # find for that action. # # ' # matches '(?^s:^=\w+ help\n\nDoes the help thing\.)' not ok 13 - got doc for 'foo' # TODO Support capitalized Actions section # Failed (TODO) test 'got doc for 'foo'' # at t/help.t line 182. not ok 14 - got the right doc # TODO Support capitalized Actions section # Failed (TODO) test 'got the right doc' # at t/help.t line 183. # 'undef' # doesn't match '(?^s:^=\w+ foo\n\nDoes the foo thing\.)' not ok 15 - got doc for 'bar' # TODO Support capitalized Actions section # Failed (TODO) test 'got doc for 'bar'' # at t/help.t line 182. not ok 16 - got the right doc # TODO Support capitalized Actions section # Failed (TODO) test 'got the right doc' # at t/help.t line 183. # 'undef' # doesn't match '(?^s:^=\w+ bar\n\nDoes the bar thing\.)' ok 17 - got doc for 'foo' ok 18 - got the right doc ok 19 - got doc for 'bar' ok 20 - got the right doc ok 21 - got doc for 'baz' ok 22 - got the right doc ok 23 - nothing after uplevel PASS: t/help 1..8 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' Building Simple Installing test_install/lib/perl5/Simple.pm Installing test_install/lib/perl5/Bar.pm Installing test_install/man/man3/Simple.3 Installing test_install/html/site/lib/Simple.html Installing test_install/bin/foo ok 1 - Generated PL_files installed from bin ok 2 - and from lib ok 3 - PL_files not installed from bin ok 4 - nor from lib ok 5 - Generated bin contains correct content ok 6 - so does the lib Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 7 - special PL file ran ok 8 - generated special file not added to cleanup PASS: t/PL_files 1..8 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - dist_name is 'Simple' ok 3 - set for no recursive testing ok 4 - recursive tests run via PERL_MB_OPT Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Deleting MYMETA.json Removed previous 'MYMETA.json' Deleting MYMETA.yml Removed previous 'MYMETA.yml' Created MYMETA.yml and MYMETA.json Deleting Build Removed previous script 'Build' Creating new 'Build' script for 'Simple' version '0.01' ok 5 - PERL_MB_OPT set recusive tests in Build.PL ok 6 - PERL_MB_OPT set verbose in Build.PL ok 7 - PERL_MB_OPT cleared ok 8 - recursive tests run via Build object PASS: t/perl_mb_opt 1..14 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '3.14159265' ok 1 - saw warning about M::B not in configure_requires ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 - Add M::B to configure_requires ok 8 - Test::More was required by ->new ok 9 ok 10 - 'meta-spec' -> 'version' field present in META.yml ok 11 - 'meta-spec' -> 'url' field present in META.yml ok 12 ok 13 ok 14 - Add M::B to configure_requires PASS: t/metadata 1..6 ok 1 - Built etc/config ok 2 - Built shared/data ok 3 - Built shared/html ok 4 - installed etc/config ok 5 - installed shared/data ok 6 - installed shared/html PASS: t/install_extra_target 1..113 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 - An object of class 'Module::Build' isa 'Module::Build::Base' ok 2 - install_path() accessor ok 3 - returns assigned path ok 4 - can read stored path ok 5 - can access map ok 6 - can delete a path element ok 7 - deletes path from map ok 8 - install_base_relpaths() accessor ok 9 - emits error if path not relative ok 10 - returns assigned path ok 11 - can read stored path ok 12 - can access map ok 13 - can delete a path element ok 14 - deletes path from map ok 15 - prefix_relpaths() accessor ok 16 - defaults to 'site' ok 17 - emits error if path not relative ok 18 - returns assigned path ok 19 - can read stored path ok 20 - can access map ok 21 - can delete a path element ok 22 - deletes path from map ok 23 ok 24 ok 25 ok 26 - binhtml destination ok 27 - arch destination ok 28 - bin destination ok 29 - libdoc destination ok 30 - bindoc destination ok 31 - script destination ok 32 - lib destination ok 33 - libhtml destination ok 34 ok 35 - bindoc destination ok 36 - libhtml destination ok 37 - script destination ok 38 - lib destination ok 39 - bin destination ok 40 - arch destination ok 41 - binhtml destination ok 42 - libdoc destination ok 43 ok 44 ok 45 ok 46 - bin destination ok 47 - arch destination ok 48 - binhtml destination ok 49 - libdoc destination ok 50 - bindoc destination ok 51 - libhtml destination ok 52 - script destination ok 53 - lib destination ok 54 ok 55 ok 56 - lib prefixed ok 57 - suffix correctish (/tmp/MB-AMAIsTNl/site/lib/perl5/site_perl + some/prefix = some/prefix/lib/perl5/site_perl) ok 58 - arch prefixed ok 59 - suffix correctish (/tmp/MB-AMAIsTNl/site/lib/perl5/site_perl/5.30.0/x86_64-linux + some/prefix = some/prefix/lib/perl5/site_perl/5.30.0/x86_64-linux) ok 60 - bin prefixed ok 61 - suffix correctish (/tmp/MB-AMAIsTNl/site/bin + some/prefix = some/prefix/bin) ok 62 - script prefixed ok 63 - suffix correctish (/tmp/MB-AMAIsTNl/site/bin + some/prefix = some/prefix/bin) ok 64 - bindoc prefixed ok 65 - suffix correctish (/tmp/MB-AMAIsTNl/site/man/man1 + some/prefix = some/prefix/man/man1) ok 66 - libdoc prefixed ok 67 - suffix correctish (/tmp/MB-AMAIsTNl/site/man/man3 + some/prefix = some/prefix/man/man3) ok 68 - binhtml prefixed ok 69 - suffix correctish (/tmp/MB-AMAIsTNl/site/html + some/prefix = some/prefix/html) ok 70 - libhtml prefixed ok 71 - suffix correctish (/tmp/MB-AMAIsTNl/site/html + some/prefix = some/prefix/html) ok 72 ok 73 - lib prefixed ok 74 # skip 'lib' not configured ok 75 - arch prefixed ok 76 # skip 'arch' not configured ok 77 - bin prefixed ok 78 # skip 'bin' not configured ok 79 - script prefixed ok 80 # skip 'script' not configured ok 81 - bindoc prefixed ok 82 # skip 'bindoc' not configured ok 83 - libdoc prefixed ok 84 # skip 'libdoc' not configured ok 85 - binhtml prefixed ok 86 # skip 'binhtml' not configured ok 87 - libhtml prefixed ok 88 # skip 'libhtml' not configured ok 89 ok 90 - lib prefixed ok 91 - suffix correctish (/foo/bar/lib/perl5/site_perl + another/prefix = another/prefix/lib/perl5/site_perl) ok 92 - arch prefixed ok 93 - suffix correctish (/lib/perl5/site_perl/5.30.0/x86_64-linux + another/prefix = another/prefix/lib/perl5/site_perl/5.30.0/x86_64-linux) ok 94 - bin prefixed ok 95 - suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin) ok 96 - script prefixed ok 97 - suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin) ok 98 - bindoc prefixed ok 99 - suffix correctish (/foo/bar/man/man1 + another/prefix = another/prefix/man/man1) ok 100 - libdoc prefixed ok 101 - suffix correctish (/foo/bar/man/man3 + another/prefix = another/prefix/man/man3) ok 102 - binhtml prefixed ok 103 - suffix correctish (/biz/html + another/prefix = another/prefix/html) ok 104 - libhtml prefixed ok 105 - suffix correctish (/foo/bar/html + another/prefix = another/prefix/html) ok 106 - libdoc destination ok 107 - bin destination ok 108 - arch destination ok 109 - binhtml destination ok 110 - libhtml destination ok 111 - script destination ok 112 - lib destination ok 113 - bindoc destination ok 74 # skip 'lib' not configured ok 76 # skip 'arch' not configured ok 78 # skip 'bin' not configured ok 80 # skip 'script' not configured ok 82 # skip 'bindoc' not configured ok 84 # skip 'libdoc' not configured ok 86 # skip 'binhtml' not configured ok 88 # skip 'libhtml' not configured SKIP: t/destinations 1..225 ok 1 - Split using Module::Build ok 2 - Split using Module::Build ok 3 - Split using Module::Build::Platform::Unix ok 4 - Split using Module::Build::Platform::Unix ok 5 - Split using Module::Build::Platform::Windows ok 6 - Split using Module::Build::Platform::Windows ok 7 - 'one t'wo th'ree f"o\"ur " "five" ' result all defined ok 8 ok 9 - ' foo bar ' result all defined ok 10 ok 11 - ' D\'oh f{g\'h\"i\]\* ' result all defined ok 12 ok 13 - ' D\$foo ' result all defined ok 14 ok 15 - 'one\\ # two' result all defined ok 16 ok 17 - 'a" "b\c" "d' result all defined ok 18 ok 19 - '"a b\c d"' result all defined ok 20 ok 21 - '"a b"\"c d"' result all defined ok 22 ok 23 - '"a b"\\"c d"' result all defined ok 24 ok 25 - '"a"\"b" "a\"b"' result all defined ok 26 ok 27 - '"a"\\"b" "a\\"b"' result all defined ok 28 ok 29 - '"a"\"b a\"b"' result all defined ok 30 ok 31 - 'a"\"b" "a\"b' result all defined ok 32 ok 33 - 'a"\"b" "a\"b' result all defined ok 34 ok 35 - 'a b' result all defined ok 36 ok 37 - 'a"\"b a\"b' result all defined ok 38 ok 39 - '"a""b" "a"b"' result all defined ok 40 ok 41 - '\"a\"' result all defined ok 42 ok 43 - '"a"" "b"' result all defined ok 44 ok 45 - 'a"b' result all defined ok 46 ok 47 - 'a""b' result all defined ok 48 ok 49 - 'a"""b' result all defined ok 50 ok 51 - 'a""""b' result all defined ok 52 ok 53 - 'a"""""b' result all defined ok 54 ok 55 - 'a""""""b' result all defined ok 56 ok 57 - '"a"b"' result all defined ok 58 ok 59 - '"a""b"' result all defined ok 60 ok 61 - '"a"""b"' result all defined ok 62 ok 63 - '"a""""b"' result all defined ok 64 ok 65 - '"a"""""b"' result all defined ok 66 ok 67 - '"a""""""b"' result all defined ok 68 ok 69 - '' result all defined ok 70 ok 71 - ' ' result all defined ok 72 ok 73 - '""' result all defined ok 74 ok 75 - '" "' result all defined ok 76 ok 77 - '""a' result all defined ok 78 ok 79 - '""a b' result all defined ok 80 ok 81 - 'a""' result all defined ok 82 ok 83 - 'a"" b' result all defined ok 84 ok 85 - '"" a' result all defined ok 86 ok 87 - 'a ""' result all defined ok 88 ok 89 - 'a "" b' result all defined ok 90 ok 91 - 'a " " b' result all defined ok 92 ok 93 - 'a " b " c' result all defined ok 94 ok 95 - 'a "0" c' result all defined ok 96 ok 97 - '"a\b"' result all defined ok 98 ok 99 - '"a\\b"' result all defined ok 100 ok 101 - '"a\\\b"' result all defined ok 102 ok 103 - '"a\\\\b"' result all defined ok 104 ok 105 - '"a\"' result all defined ok 106 ok 107 - '"a\\"' result all defined ok 108 ok 109 - '"a\\\"' result all defined ok 110 ok 111 - '"a\\\\"' result all defined ok 112 ok 113 - '"a\\\""' result all defined ok 114 ok 115 ok 116 ok 117 - perl round trip for {one}{two three}{fo"ur }{five} ok 118 - perl round trip for {foo}{bar} ok 119 - perl round trip for {D'oh}{f{g'h"i]*} ok 120 - perl round trip for {D$foo} ok 121 - perl round trip for {one # two} ok 122 - perl round trip for {a b\c d} ok 123 - perl round trip for {a b\c d} ok 124 - perl round trip for {a b"c}{d} ok 125 - perl round trip for {a b\c d} ok 126 - perl round trip for {a"b a"b} ok 127 - perl round trip for {a\b}{a\b} ok 128 - perl round trip for {a"b}{a"b} ok 129 - perl round trip for {a"b}{a"b} ok 130 - perl round trip for {a"b}{a"b} ok 131 - perl round trip for {a}{b} ok 132 - perl round trip for {a"b a"b} ok 133 - perl round trip for {a"b ab} ok 134 - perl round trip for {"a"} ok 135 - perl round trip for {a"}{b} ok 136 - perl round trip for {ab} ok 137 - perl round trip for {ab} ok 138 - perl round trip for {a"b} ok 139 - perl round trip for {a"b} ok 140 - perl round trip for {a"b} ok 141 - perl round trip for {a""b} ok 142 - perl round trip for {ab} ok 143 - perl round trip for {a"b} ok 144 - perl round trip for {a"b} ok 145 - perl round trip for {a"b} ok 146 - perl round trip for {a""b} ok 147 - perl round trip for {a""b} ok 148 - perl round trip for ok 149 - perl round trip for ok 150 - perl round trip for {} ok 151 - perl round trip for { } ok 152 - perl round trip for {a} ok 153 - perl round trip for {a}{b} ok 154 - perl round trip for {a} ok 155 - perl round trip for {a}{b} ok 156 - perl round trip for {}{a} ok 157 - perl round trip for {a}{} ok 158 - perl round trip for {a}{}{b} ok 159 - perl round trip for {a}{ }{b} ok 160 - perl round trip for {a}{ b }{c} ok 161 - perl round trip for {a}{0}{c} ok 162 - perl round trip for {a\b} ok 163 - perl round trip for {a\\b} ok 164 - perl round trip for {a\\\b} ok 165 - perl round trip for {a\\\\b} ok 166 - perl round trip for {a"} ok 167 - perl round trip for {a\} ok 168 - perl round trip for {a\"} ok 169 - perl round trip for {a\\} ok 170 - perl round trip for {a\"} ok 171 - backticks round trip for {one}{two three}{fo"ur }{five} ok 172 - backticks round trip for {foo}{bar} ok 173 - backticks round trip for {D'oh}{f{g'h"i]*} ok 174 - backticks round trip for {D$foo} ok 175 - backticks round trip for {one # two} ok 176 - backticks round trip for {a b\c d} ok 177 - backticks round trip for {a b\c d} ok 178 - backticks round trip for {a b"c}{d} ok 179 - backticks round trip for {a b\c d} ok 180 - backticks round trip for {a"b a"b} ok 181 - backticks round trip for {a\b}{a\b} ok 182 - backticks round trip for {a"b}{a"b} ok 183 - backticks round trip for {a"b}{a"b} ok 184 - backticks round trip for {a"b}{a"b} ok 185 - backticks round trip for {a}{b} ok 186 - backticks round trip for {a"b a"b} ok 187 - backticks round trip for {a"b ab} ok 188 - backticks round trip for {"a"} ok 189 - backticks round trip for {a"}{b} ok 190 - backticks round trip for {ab} ok 191 - backticks round trip for {ab} ok 192 - backticks round trip for {a"b} ok 193 - backticks round trip for {a"b} ok 194 - backticks round trip for {a"b} ok 195 - backticks round trip for {a""b} ok 196 - backticks round trip for {ab} ok 197 - backticks round trip for {a"b} ok 198 - backticks round trip for {a"b} ok 199 - backticks round trip for {a"b} ok 200 - backticks round trip for {a""b} ok 201 - backticks round trip for {a""b} ok 202 - backticks round trip for ok 203 - backticks round trip for ok 204 - backticks round trip for {} ok 205 - backticks round trip for { } ok 206 - backticks round trip for {a} ok 207 - backticks round trip for {a}{b} ok 208 - backticks round trip for {a} ok 209 - backticks round trip for {a}{b} ok 210 - backticks round trip for {}{a} ok 211 - backticks round trip for {a}{} ok 212 - backticks round trip for {a}{}{b} ok 213 - backticks round trip for {a}{ }{b} ok 214 - backticks round trip for {a}{ b }{c} ok 215 - backticks round trip for {a}{0}{c} ok 216 - backticks round trip for {a\b} ok 217 - backticks round trip for {a\\b} ok 218 - backticks round trip for {a\\\b} ok 219 - backticks round trip for {a\\\\b} ok 220 - backticks round trip for {a"} ok 221 - backticks round trip for {a\} ok 222 - backticks round trip for {a\"} ok 223 - backticks round trip for {a\\} ok 224 - backticks round trip for {a\"} ok 225 PASS: t/ext 1..1 ok 1 - found nested ACTION_* debug statements PASS: t/debug 1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - API does not expand tildes ok 14 ok 15 ok 16 PASS: t/tilde Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'bin-foo' version '0.01' ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 1..8 PASS: t/script_dist ok 1 - Default maniskip written ok 2 - default MANIFEST.SKIP used ok 3 - Module::Build specific entries ok 4 - distribution tarball entry 1..4 ok 1 - Default maniskip written ok 2 - default MANIFEST.SKIP used SKIP: t/write_default_maniskip 1..2 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - dist_suffix set correctly PASS: t/properties/dist_suffix ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - regular version has release_status 'stable' ok 3 - An object of class 'Module::Build' isa 'Module::Build' ok 4 - dotted-decimal version has release_status 'stable' ok 5 - An object of class 'Module::Build' isa 'Module::Build' ok 6 - alpha version has release_status 'testing' ok 7 - An object of class 'Module::Build' isa 'Module::Build' ok 8 - explicit 'unstable' keeps release_status 'unstable' ok 9 - An object of class 'Module::Build' isa 'Module::Build' ok 10 - regular version marked 'testing' gets 'TRIAL' suffix ok 11 - An object of class 'Module::Build' isa 'Module::Build' ok 12 - dotted version marked 'testing' gets 'TRIAL' suffix ok 13 - An object of class 'Module::Build' isa 'Module::Build' ok 14 - regular version marked 'unstable' gets 'TRIAL' suffix ok 15 - Got error message for illegal release_status ok 16 - Got error message for illegal 'stable' with alpha version ok 17 - An object of class 'Module::Build' isa 'Module::Build' ok 18 - non-standard dist_version does not get a suffix ok 19 - non-standard dist_version defaults to stable release_status 1..19 PASS: t/properties/release_status 1..23 ok 1 - Created Module::Build object ok 2 - default share_dir undef if no 'share' dir exists ok 3 - File::ShareDir not added to 'requires' ok 4 - Created 'share' directory ok 5 - Created 'share/subdir/share' directory ok 6 - Created 'share/subdir/whatever' directory ok 7 - Created 'other/share' directory ok 8 - Default share_dir is undef even if 'share' exists ok 9 - File::ShareDir not added to 'requires' ok 10 - Scalar share_dir set as dist-type share ok 11 - Arrayref share_dir set as dist-type share ok 12 - Hashref share_dir w/ scalar dist set as dist-type share ok 13 - Hashref share_dir w/ arrayref dist set as dist-type share ok 14 - Hashref share_dir w/ both dist and module shares (scalar-form) ok 15 - Hashref share_dir w/ both dist and module shares (array-form) ok 16 - share_dir filemap for copying to lib complete ok 17 - Build ran and blib exists ok 18 - blib/lib/auto/share exists ok 19 - share_dir files copied to blib ok 20 - temp install dir created ok 21 - share_dir files correctly installed ok 22 # skip needs File::ShareDir 1.00 ok 23 # skip needs File::ShareDir 1.00 ok 22 # skip needs File::ShareDir 1.00 ok 23 # skip needs File::ShareDir 1.00 SKIP: t/properties/share_dir 1..19 ok 1 - Default Build.PL ok 2 - needs_compiler is false ok 3 - ExtUtils::CBuilder is not in build_requires ok 4 - Build.PL with c_source ok 5 - c_source is set ok 6 - needs_compiler is true ok 7 - ExtUtils::CBuilder was added to build_requires ok 8 - Build.PL with xs files ok 9 - needs_compiler is true ok 10 - ExtUtils::CBuilder was added to build_requires ok 11 - Build.PL with xs files, but needs_compiler => 0 ok 12 - needs_compiler is false ok 13 - ExtUtils::CBuilder is not in build_requires ok 14 - Build.PL with xs files, build_requires EU::CB 0.2 ok 15 - needs_compiler is true ok 16 - build_requires for ExtUtils::CBuilder is correct version ok 17 - Build.PL while hiding compiler ok 18 - hidden compiler resulted in warning message during Build.PL Could not find a typemap for C type 'SV *'. The following C types are mapped by the current typemap: 'const char *' in Simple.xs, line 12 Error: No OUTPUT definition for type 'const char *', typekind 'T_PV' found in Simple.xs, line 19 Error: No OUTPUT definition for type 'const char *', typekind 'T_PV' found in Simple.xs, line 26 ok 19 - hidden compiler resulted in fatal message during Build PASS: t/properties/needs_compiler 1..4 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - undef prereq converted to 0 ok 3 - An object of class 'Module::Build' isa 'Module::Build' ok 4 - empty string prereq converted to 0 PASS: t/properties/requires ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - license 'perl' is valid ok 3 - META license will be 'perl' ok 4 - META license URL is correct ok 5 - An object of class 'Module::Build' isa 'Module::Build' ok 6 - license 'VaporWare' is valid ok 7 - META license will be 'unrestricted' ok 8 - META license URL is correct 1..8 PASS: t/properties/license 1..4 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - module_name guessed from dist_name ok 3 - An object of class 'Module::Build' isa 'Module::Build' ok 4 - module_name guessed from dist_version_from PASS: t/properties/module_name 1..63 ok 1 ok 2 Cleaning up build files Cleaning up configuration files ok 3 - MBB->can('ACTION_loop') ok 4 - MBB->can('ACTION_loop2') ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - The foo element should be in build_elements only once Building Simple ok 13 Cleaning up build files Cleaning up configuration files ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 - An object of class 'MBSub' isa 'Module::Build' ok 21 - An object of class 'MBSub' isa 'MBSub' ok 22 ok 23 - MBSub->can('module_name') ok 24 - MBSub->can('foo') ok 25 ok 26 ok 27 ok 28 - MBSub->can('bar') ok 29 ok 30 ok 31 ok 32 ok 33 - MBSub->can('hash') ok 34 - A reference of type 'HASH' isa 'HASH' ok 35 ok 36 ok 37 ok 38 - MBSub->can('hash') ok 39 - A reference of type 'HASH' isa 'HASH' ok 40 ok 41 ok 42 ok 43 - An object of class 'MBSub2' isa 'Module::Build' ok 44 - An object of class 'MBSub2' isa 'MBSub2' ok 45 ok 46 - MBSub2->can('bar') ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 - prompt() requires a prompt ok 54 - y_n() requires a prompt ok 55 - y_n() requires a default of 'y' or 'n' Is this a question? ok 56 - Do not allow default-less y_n() for unattended builds Is this a question? ok 57 - Do not allow default-less prompt() for unattended builds Is this a question? ok 58 - prompt() doesn't require default for interactive builds Say yes ok 59 - y_n() doesn't require default for interactive build Is this a question ok 60 - default for prompt() without a default is '' Is this a question [y ]y ok 61 - prompt() with a default Is this a question [y ]y ok 62 - y_n() with a default Is this a question [] ok 63 - prompt() with undef() default PASS: t/extend 1..41 ok 1 - META.yml doesn't exist before Build.PL runs ok 2 - MYMETA.yml doesn't exist before Build.PL runs ok 3 - META.json doesn't exist before Build.PL runs ok 4 - MYMETA.json doesn't exist before Build.PL runs ok 5 - Ran Build.PL and saw MYMETA.yml creation message ok 6 - MYMETA.yml exists ok 7 - MYMETA.json exists ok 8 - Ran Build distmeta to create META.yml ok 9 - Re-ran Build.PL and regenerated MYMETA.yml based on META.yml ok 10 - META.yml 'dynamic_config' is 1 ok 11 - MYMETA.yml 'dynamic_config' is 0 ok 12 - Other generated MYMETA.yml matches generated META.yml ok 13 - CPAN meta spec mentioned in meta-spec URL ok 14 - META.json 'dynamic_config' is 1 ok 15 - MYMETA.json 'dynamic_config' is 0 ok 16 - Other generated MYMETA.json matches generated META.json ok 17 - CPAN meta spec mentioned in meta-spec URL ok 18 - Ran realclean ok 19 - Build file removed ok 20 - MYMETA.yml file removed ok 21 - MYMETA.json file removed ok 22 - Ran Build.PL with dynamic config ok 23 - MYMETA.yml exists ok 24 - MYMETA.json exists ok 25 - MYMETA.yml requires differs from META.yml ok 26 - MYMETA.json requires differs from META.json ok 27 - Ran realclean ok 28 - Build file removed ok 29 - MYMETA file removed ok 30 - MYMETA file removed ok 31 - Wrote manually modified META.yml ok 32 - Wrote manually modified META.json ok 33 - Ran Build.PL ok 34 - MYMETA.yml preserved META.yml modifications ok 35 - MYMETA.json preserved META.json modifications ok 36 - MANIFEST.SKIP created for distcheck ok 37 - MYMETA not flagged by distcheck ok 38 - Ran Build.PL and saw MYMETA.yml creation message ok 39 - No MYMETA.yml after distclean ok 40 - No MYMETA.json after distclean ok 41 - No MANIFEST.SKIP after distclean ok 36 - MANIFEST.SKIP created for distcheck ok 41 - No MANIFEST.SKIP after distclean SKIP: t/mymeta 1..3 ok 1 - Makefile.PL exit ok 2 ok 3 PASS: t/compat/exit 1..1 ok 1 PASS: t/add_property_hash 1..11 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 10 ok 11 PASS: t/notes 1..27 ok 1 - Create new build object ok 2 - Property "foo" should be undef ok 3 - Set "foo" ok 4 - Now "foo" should have new value ok 5 - Property "bar" should be its default ok 6 - Set "bar" ok 7 - Now "bar" should have new value ok 8 - Property "check" should be its default ok 9 - Should get an error for an invalid value ok 10 - It should be the correct error ok 11 - Property "code" should have its code value ok 12 - Property "hash" should be default ok 13 - Should be able to get key in hash ok 14 - Add a key to the hash prop ok 15 - New key should be in hash ok 16 - Should get exception for assigning invalid hash ok 17 - It should be the correct error ok 18 - Should get exception for assigning an array for a hash ok 19 - It should be the proper error ok 20 - Should be able to set hash to undef ok 21 - Property "installdirs" should be default ok 22 - Set "installdirst" to "core" ok 23 - Now "installdirs" should be "core" ok 24 - Should have caught exception setting "installdirs" to "perl" ok 25 - And it should suggest "core" in the error message ok 26 - Should catch exception for invalid "installdirs" value ok 27 - And it should suggest the proper values in the error message PASS: t/add_property 1..58 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 Cleaning up build files Cleaning up configuration files ok 12 ok 13 ok 14 ok 15 ok 16 Cleaning up build files Cleaning up configuration files ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 Cleaning up build files Cleaning up configuration files Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 - bar ok 30 - bat ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 - dist_author converted to array if simple string ok 43 ok 44 ok 45 ok 46 - Should split shell string into list ok 47 - Should split shell string into list Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 48 ok 49 - Should split shell string into list ok 50 - Should split shell string into list ok 51 ok 52 - Should have include dirs ok 53 ok 54 - Should have string include dir Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 55 ok 56 - Should have include dirs Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 57 ok 58 - Should have single include dir PASS: t/basic 1..2 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - dist_name is 'Simple' PASS: t/sample 1..7 ok 1 t/special_ext.st .. ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.05 cusr 0.00 csys = 0.07 CPU) Result: PASS ok 2 - called once ok 3 ok 4 ok 5 - called again ok 6 ok 7 - called a third time PASS: t/test_type 1..1 ok 1 PASS: t/add_property_array 1..2 ok 1 - version_from_file ok 2 - compare: 1.0_01 > 1.0 PASS: t/versions Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291. FAIL: t/par Can't stat lib: No such file or directory at t/00-compile.t line 8. You said to run 0 tests at t/00-compile.t line 10. FAIL: t/00-compile 1..18 ok 1 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' Created META.yml and META.json ok 2 ok 3 ok 4 ok 5 - Creating Simple.pm Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '3.14159265' Creating README using Pod::Text ok 6 - Generating README from .pm ok 7 - Extracting AUTHOR from .pm ok 8 - Extracting abstract from .pm ok 9 - Creating Simple.pm ok 10 - Creating Simple.pod Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '3.14159265' Creating README using Pod::Text ok 11 - Generating README from .pod ok 12 - Extracting AUTHOR from .pod ok 13 - Extracting abstract from .pod ok 14 - Creating Simple.pm ok 15 - Creating Simple.pod Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '3.14159265' Creating README using Pod::Text ok 16 - Generating README from .pod over .pm ok 17 - Extracting AUTHOR from .pod over .pm ok 18 - Extracting abstract from .pod over .pm PASS: t/metadata2 1..34 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/lib/perl5/site_perl/5.30.0/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/tmp/MB-CUTCpI3I/site/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/share/doc/perl/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/bin/script ok 2 ok 3 ok 4 ok 5 - /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/lib/perl5/site_perl/5.30.0/x86_64-linux/auto/Simple/.packlist should be written Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/lib/perl5/5.30.0/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/tmp/MB-CUTCpI3I/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/share/doc/perl/html/lib/Simple.html ok 6 ok 7 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/foo/bar/Simple.pm ok 8 ok 9 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/foo/base/lib/perl5/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/foo/base/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/foo/base/html/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/foo/base/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/foo/base/bin/script ok 10 ok 11 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/lib/perl5/site_perl/5.30.0/Simple/ConfigData.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/tmp/MB-CUTCpI3I/site/man/man3/Simple::ConfigData.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/share/doc/perl/html/site/lib/Simple/ConfigData.html ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 Cleaning up build files Cleaning up configuration files ok 20 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 21 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/foo/lib/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/share/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/share/doc/perl/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/usr/bin/script ok 22 ok 23 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/bar/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/bar/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test23368/bar/bin/script ok 24 ok 25 - Look for file at /usr/lib/libmodule-build-perl/ptest/t/install_test23368/foo/lib/Simple.pm Cleaning up build files Cleaning up configuration files ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 PASS: t/install 1..29 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 ok 2 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 - Check version used to create META.yml: 0.4229 == 0.4229 Creating Simple-0.01 Creating Simple-0.01.tar.gz ok 18 ok 19 ok 20 ok 21 - should rewrite the shebang line Cleaning up build files Cleaning up configuration files ok 22 ok 23 ok 24 ok 25 ok 26 # skip Windows-only test ok 27 # skip Windows-only test ok 28 # skip Windows-only test ok 29 # skip Windows-only test ok 26 # skip Windows-only test ok 27 # skip Windows-only test ok 28 # skip Windows-only test ok 29 # skip Windows-only test SKIP: t/runthrough 1..3 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - dist_name is 'Simple' ok 3 - resume added @INC addition to @INC PASS: t/resume 1..14 ok 1 - object created ok 2 - author ok 3 - abstract ok 4 - object created ok 5 - author ok 6 - abstract ok 7 - object created ok 8 - author ok 9 - abstract ok 10 - object created ok 11 - author ok 12 - abstract ok 13 - object created ok 14 - abstract PASS: t/pod_parser 1..3 ok 1 - Construct build object with test_file_exts parameter ok 2 - Should see first test output ok 3 - Should see second test output PASS: t/test_file_exts 1..9 ok 1 - Construct build object with test_file_exts parameter ok 2 - Should see first test output ok 3 - Should see test success message ok 4 - Construct build object with test_file_exts parameter ok 5 - Should not see first test output ok 6 - Should see test success message ok 7 - Construct build object after setting tests to fail ok 8 - 'Build test' had non-zero exit code ok 9 - Saw emulated Test::Harness die() message PASS: t/use_tap_harness 1..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/parents 1..2 Building Simple ok 1 - Manpage is found at blib/libdoc/Simple::PodWithUtf8.3 ok 2 - POD should contain special characters PASS: t/manifypods_with_utf8 1..4 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 ok 2 ok 3 ok 4 PASS: t/files DURATION: 33 END: /usr/lib/libmodule-build-perl/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 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: 1 END: /usr/lib/libpcre/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 BEGIN: /usr/lib/libtest-needs-perl/ptest 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 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 DURATION: 3 END: /usr/lib/libtest-needs-perl/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 BEGIN: /usr/lib/libtimedate-perl/ptest 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" Sat Jul 17 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 Wed Jul 17 10:00:00 2019 GMT ok 136 10:00:00 Wed Jul 17 10:00:00 2019 GMT ok 137 10:00 Wed Jul 17 10:00:00 2019 GMT ok 138 10:00 +100 Wed Jul 17 09:00:00 2019 GMT ok 139 10:00 +0100 Wed Jul 17 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 1..8 # -0430 => -0430 -0430 ok 1 # -0445 => -0445 -0445 ok 2 # 2008.11.30 22:35 CET => -:35:22:30:10:108:3600 ok 3 # 2008-11-30 22:35 CET => -:35:22:30:10:108:3600 ok 4 # 4/3/2005 ok 5 ok 6 ok 7 ok 8 PASS: t/cpanrt 1..202 ok 1 - %y ok 2 - %Y 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..4 ok 1 ok 2 ok 3 ok 4 PASS: t/lang 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 DURATION: 0 END: /usr/lib/libtimedate-perl/ptest 2019-07-17T01:17 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:17 BEGIN: /usr/lib/liburi-perl/ptest ok 1 ok 2 ok 3 ok 4 ok 5 1..5 PASS: t/utf8 1..102 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:17:48 2019 # Current time GMT: Wed Jul 17 01:17:48 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 1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 PASS: t/pop 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..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS: t/idna 1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 PASS: t/old-file ok 1 - Query parameters are sorted 1..1 PASS: t/sort-hash-query-form 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..0 # SKIP Need Business::ISBN 1..0 # SKIP Need Business::ISBN SKIP: t/urn-isbn 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..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..4 ok 1 ok 2 ok 3 ok 4 PASS: t/rsync 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..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..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 PASS: t/rtsp 1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 PASS: t/mms 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..4 ok 1 ok 2 ok 3 ok 4 PASS: t/urn-oid # Turn lib path . into /usr/lib/liburi-perl/ptest/. # Self tests for URI::URL version 5.04... # Subtest: scheme tests # Testing 'file://host/fseg/fs?g/fseg' ok 1 - URI::URL->path ok 2 - URI::URL->host ok 3 - URI::URL->as_string # Testing 'ftp://0%3A:%40@h:0/0?0' ok 4 - URI::URL->as_string ok 5 - URI::URL->scheme ok 6 - URI::URL->port ok 7 - URI::URL->path ok 8 - URI::URL->password ok 9 - URI::URL->user ok 10 - URI::URL->host ok 11 - URI::URL->params ok 12 - URI::URL->netloc ok 13 - URI::URL->query # Testing 'ftp://host/a/b' ok 14 - URI::URL->path ok 15 - URI::URL->port ok 16 - URI::URL->as_string ok 17 - URI::URL->user ok 18 - URI::URL->host # Testing 'ftp://usr:pswd@web:1234/a/b;type=i' ok 19 - URI::URL->port ok 20 - URI::URL->path ok 21 - URI::URL->params ok 22 - URI::URL->password ok 23 - URI::URL->user ok 24 - URI::URL->host ok 25 - URI::URL->as_string # 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->as_string ok 30 - URI::URL->gtype # 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->params ok 34 - URI::URL->host ok 35 - URI::URL->equery ok 36 - URI::URL->query ok 37 - URI::URL->as_string ok 38 - URI::URL->eparams ok 39 - URI::URL->frag ok 40 - URI::URL->port ok 41 - URI::URL->scheme ok 42 - URI::URL->epath ok 43 - URI::URL->path ok 44 - URI::URL->full_path # Testing 'http://0:0/0/0;0?0#0' ok 45 - URI::URL->as_string ok 46 - URI::URL->frag ok 47 - URI::URL->port ok 48 - URI::URL->scheme ok 49 - URI::URL->path ok 50 - URI::URL->params ok 51 - URI::URL->host ok 52 - URI::URL->netloc ok 53 - URI::URL->query # Testing 'http://web.net' ok 54 - URI::URL->query ok 55 - URI::URL->host ok 56 - URI::URL->path ok 57 - URI::URL->full_path ok 58 - URI::URL->scheme ok 59 - URI::URL->frag ok 60 - URI::URL->port ok 61 - URI::URL->as_string # Testing 'http://web.net/' ok 62 - URI::URL->query ok 63 - URI::URL->host ok 64 - URI::URL->full_path ok 65 - URI::URL->path ok 66 - URI::URL->scheme ok 67 - URI::URL->frag ok 68 - URI::URL->port ok 69 - URI::URL->as_string # Testing 'http://web:1/a?query+text' ok 70 - URI::URL->path ok 71 - URI::URL->frag ok 72 - URI::URL->port ok 73 - URI::URL->scheme ok 74 - URI::URL->query ok 75 - URI::URL->host # Testing 'http:/0?0' ok 76 - URI::URL->scheme ok 77 - URI::URL->path ok 78 - URI::URL->full_path ok 79 - URI::URL->query ok 80 - URI::URL->as_string # Testing 'http:0' ok 81 - URI::URL->scheme ok 82 - URI::URL->full_path ok 83 - URI::URL->query ok 84 - URI::URL->path ok 85 - URI::URL->as_string # Testing 'mailto:libwww-perl@ics.uci.edu' ok 86 - URI::URL->address ok 87 - URI::URL->as_string ok 88 - URI::URL->encoded822addr # Testing 'news:*' ok 89 - URI::URL->group ok 90 - URI::URL->groupart ok 91 - URI::URL->as_string # Testing 'news:comp.lang.perl' ok 92 - URI::URL->group # 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->host ok 98 - URI::URL->user ok 99 - URI::URL->password 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/87gvFxVC33/ 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 ok 1 - == ok 2 - != 1..2 PASS: t/num_eq 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..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 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..3 # store # retrieve ok 1 ok 2 ok 3 PASS: t/storable 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 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..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..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS: t/news 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/old-absconf 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..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..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 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..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/mix 1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/rel 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..2 ok 1 ok 2 PASS: t/clone 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 ok 1 - path_segments in list context ok 2 - path_segments in scalar context ok 3 - set path_segments in list context ok 4 - set path_segments in scalar context ok 5 - set path_segments in void context ok 6 - escaping special characters ok 7 - An object of class 'URI::_segment' isa 'URI::_segment' ok 8 - dealing with URI segments 1..8 PASS: t/path-segments 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS: t/mailto DURATION: 22 END: /usr/lib/liburi-perl/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 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: 5 END: /usr/lib/libusb1/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 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: 0 END: /usr/lib/libxml-namespacesupport-perl/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 BEGIN: /usr/lib/libxml-parser-perl/ptest 1..2 ok 1 ok 2 PASS: t/cdata 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/defaulted 1..1 ok 1 PASS: t/file_open_scalar 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/skip 1..1 ok 1 PASS: t/file 1..13 ok 1 - doctype called Couldn't load LWP based external entity handler Switching to file-based external entity handler (To avoid this message, use NoLWP option to XML::Parser) ok 2 - when el eq foo ok 3 - when el eq bar ok 4 ok 5 ok 6 ok 7 ok 8 - got 'more' ok 9 ok 10 - internal exists ok 11 - doctype called ok 12 - when el eq foo ok 13 PASS: t/parament 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..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/encoding 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/finish 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..3 ok 1 ok 2 ok 3 PASS: t/partial 1..3 ok 1 ok 2 ok 3 PASS: t/stream 1..13 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:15 2019 # Current time GMT: Wed Jul 17 01:18:15 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..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 DURATION: 1 END: /usr/lib/libxml-parser-perl/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 BEGIN: /usr/lib/libxml-perl/ptest 1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 PASS: t/subs 1..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..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 DURATION: 1 END: /usr/lib/libxml-perl/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 BEGIN: /usr/lib/libxml-sax-base-perl/ptest 1..16 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 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..3 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/13handlerswitch 1..1 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 PASS: t/00basic 1..33 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 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..1 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 PASS: t/02simplefilter 1..14 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 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..12 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 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..0 # SKIP these tests are for release candidate testing 1..0 # SKIP these tests are for release candidate testing SKIP: t/release-pod-syntax 1..3 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/14downstreamswitch 1..7 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 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..12 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 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..3 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/15parentswitch 1..4 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 PASS: t/08errorhdriver 1..10 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 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 1..8 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 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..2 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 ok 2 PASS: t/16gethandlers 1..5 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 PASS: t/07declhdriver 1..2 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 ok 2 PASS: t/09resoldriver 1..1 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 PASS: t/01simpledriver DURATION: 0 END: /usr/lib/libxml-sax-base-perl/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 BEGIN: /usr/lib/libxml-sax-perl/ptest 1..6 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/12miscstart 1..10 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:16 2019 # Current time GMT: Wed Jul 17 01:18:16 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..2 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 ok 1 ok 2 PASS: t/00basic 1..5 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 PASS: t/30parse_file 1..5 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 PASS: t/10xmldecl1 1..32 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 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 1..3 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 ok 1 ok 2 parsed 80085 bytes in 0 seconds ok 3 PASS: t/16large 1..3 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/01known 1..4 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 PASS: t/40cdata 1..4 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 PASS: t/42entities 1..3 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/13int_ent 1..9 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 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..1 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 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..8 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 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..2 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:17 2019 # Current time GMT: Wed Jul 17 01:18:17 2019 # Using Test.pm version 1.31 ok 1 ok 2 PASS: t/19pi 1..16 # Running under perl version 5.030000 for linux # Current time local: Wed Jul 17 01:18:18 2019 # Current time GMT: Wed Jul 17 01:18:18 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 DURATION: 2 END: /usr/lib/libxml-sax-perl/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 BEGIN: /usr/lib/libxml-simple-perl/ptest 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..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..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..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..132 ok 1 - Module compiled OK # Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown) ok 2 - XMLin() didn't crash ok 3 - and it returned a value ok 4 - and a hasref at that ok 5 - matches expectations (attributes) ok 6 - same again with nested elements ok 7 - attributes in empty element ok 8 - repeated child elements give arrays of scalars ok 9 - nested element gives hash ok 10 - repeated child elements give list of hashes ok 11 - array folded on default key 'name' ok 12 - not folded when keyattr turned off ok 13 - still works when keyattr is empty hash ok 14 - folded on default key 'key' ok 15 - folded on default key 'id' ok 16 - folded on non-default key 'xname' ok 17 - same again but keyattr set with hash ok 18 - keyattr as array with value in second position ok 19 - keyattr as scalar ok 20 - KeyAttr as scalar ok 21 - key_attr as scalar ok 22 - fold same array on two different keys ok 23 - same again but with priority switch ok 24 - folded on multi-key keyattr hash ok 25 - same again but with '+' prefix to copy keys ok 26 - did not fold on default key with non-scalar value ok 27 - no warning issued ok 28 - did not fold on specific key with non-scalar value ok 29 - warning issued as expected ok 30 - text in warning is correct ok 31 - same again but with keyattr as array ok 32 - warning issued as expected ok 33 - text in warning is correct ok 34 - did not fold on specific key with non-scalar value ok 35 - no warning issued (as expected) ok 36 - did not fold when element missing key attribute ok 37 - expected warning issued ok 38 - same again ok 39 - but with no warning this time ok 40 - folded elements despite non-unique key attribute ok 41 - expected warning issued ok 42 - same again but with keyattr as array ok 43 - expected warning issued ok 44 - same again ok 45 - but with no warning this time ok 46 - keeproot option works ok 47 - CDATA section parsed correctly ok 48 - CDATA section containing markup characters parsed correctly ok 49 - XMLin didn't choke on named external file ok 50 - and contents parsed as expected ok 51 - XMLin didn't choke on un-named (default) external file ok 52 - and contents parsed as expected ok 53 - XMLin found file using searchpath ok 54 - and contents parsed as expected ok 55 - XMLin choked on nonexistant file ok 56 - with the expected message ok 57 - nonexistant file not found in current directory ok 58 - with the expected message ok 59 - search path ignored when pathname supplied ok 60 - failed with expected message ok 61 - XMLin didn't choke on an IO::File object ok 62 - and it parsed the right file ok 63 - XMLin didn't choke on STDIN ('-') ok 64 - and data parsed correctly ok 65 - anonymous arrays parsed correctly ok 66 - anonymous arrays parsed correctly ok 67 - top level anonymous array returned arrayref ok 68 - nested anonymous arrays parsed correctly ok 69 - 'content' key appears as expected ok 70 - 'content' key successfully renamed to 'text' ok 71 - 'content' key not munged by forcearray ok 72 - gratuitous use of content key works as expected ok 73 - even when we change it's name to 'text' ok 74 - spurious content keys not eliminated after folding ok 75 - spurious content keys not eliminated after folding ok 76 - mixed content doesn't work - no surprises there ok 77 - nested element rolls up to scalar ok 78 - except when forcearray is enabled ok 79 - array folding works with single nested hash ok 80 - but not if forcearray is turned off ok 81 - selective application of forcearray successful ok 82 - forcearray using regex successful ok 83 - forcearray using a single regex successful ok 84 - attributes successfully skipped ok 85 - noattr does not intefere with array folding ok 86 - empty elements parse to hashrefs ok 87 - or are suppressed ok 88 - or parse to 'undef' ok 89 - or parse to an empty string ok 90 - empty document parses to undef ok 91 - grouped tags parse normally ok 92 - disintermediation of grouped tags works ok 93 - disintermediation works with multiple groups ok 94 - folding and ungrouping work together ok 95 - folding, ungrouping and content stripping work together ok 96 - folding without forcearray but with ungrouping fails as expected ok 97 - folding with forcearray and ungrouping works ok 98 - undefined variables are left untouched ok 99 - substitution of pre-defined variables works ok 100 - variables defined in XML work ok 101 - variables defined in XML merged successfully with predefined vars ok 102 - variables are expanded in later variable definitions ok 103 - grouptags requires a hash ok 104 - with correct error message ok 105 - variables requires a hash ok 106 - with correct error message ok 107 - disintermediation using wrong child key - as expected ok 108 - invalid options are trapped ok 109 - with correct error message ok 110 - invalid number of options are trapped ok 111 - with correct error message ok 112 - NS-1: folding OK ok 113 - NS-2: space normalised in hash key ok 114 - NS-3: space normalised in hash key ok 115 - NS-4: space not normalised in hash value ok 116 - NS-1a: folding OK ok 117 - NS-2a: space normalised in hash key ok 118 - NS-3a: space normalised in hash key ok 119 - NS-4a: space not normalised in hash value ok 120 - NS-5: folding OK ok 121 - NS-6: space normalised in hash key ok 122 - NS-7: space normalised in attribute value ok 123 - NS-8: space normalised in hash key ok 124 - NS-9: space normalised in element text content ok 125 - NS-10: space normalised in anonymous array ok 126 - NS-11: space normalized in anonymous array ok 127 - Nothing special about 'value' attributes ok 128 - ValueAttr as arrayref works ok 129 - ValueAttr as arrayref works ok 130 - ValueAttr as hashref works too ok 131 - ValueAttr as hashref works too ok 132 - successfully read an SRT config file ok 84 - attributes successfully skipped SKIP: t/1_XMLin 1..7 ok 1 - copied source XML file ok 2 - parsed expected data through the cache ok 3 - deleted the source XML file ok 4 - got what we expected from the cache ok 5 - even though the source XML file is empty ok 6 - parsed expected data through cache ok 7 - cache not modified PASS: t/5_MemCopy 1..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..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..0 # SKIP these tests are for testing by the author 1..0 # SKIP these tests are for testing by the author SKIP: t/author-pod-syntax 1..2 ok 1 - External entity not retrieved ok 2 - External entity left as URL PASS: t/C_External_Entities 1..44 ok 1 - XML::Simple loads ok with qw(:strict) ok 2 - XMLin() did not fail ok 3 - and managed to produce the expected results ok 4 - omitting forcearray was a fatal error ok 5 - with the correct error message ok 6 - omitting keyattr was a fatal error ok 7 - with the correct error message ok 8 - omitting forcearray for elements in keyattr was a fatal error ok 9 - with the correct error message ok 10 - omitting keyattr elements from forcearray was a fatal error ok 11 - with the correct error message ok 12 - key attribute missing from names element was a fatal error ok 13 - with the correct error message ok 14 - non-unique key attribute values was a fatal error ok 15 - with the correct error message ok 16 - key attribute not a scalar was a fatal error ok 17 - with the correct error message ok 18 - XMLout() did not fail ok 19 - and managed to produce the expected results ok 20 - omitting keyattr was a fatal error ok 21 - with the correct error message ok 22 - omitting forcearray was not a fatal error on output ok 23 - $xs->XMLin() did not fail ok 24 - and managed to produce the expected results ok 25 - omitting forcearray was a fatal error ok 26 - with the correct error message ok 27 - omitting keyattr was a fatal error ok 28 - with the correct error message ok 29 - omitting forcearray for elements in keyattr was a fatal error ok 30 - with the correct error message ok 31 - omitting keyattr elements from forcearray was a fatal error ok 32 - with the correct error message ok 33 - key attribute missing from names element was a fatal error ok 34 - with the correct error message ok 35 - key attribute not a scalar was a fatal error ok 36 - with the correct error message ok 37 - XMLout() did not fail ok 38 - and managed to produce the expected results ok 39 - omitting keyattr was a fatal error ok 40 - with the correct error message ok 41 - other namespaces do not have strict mode forced upon them ok 42 - other namespaces do not have strict mode forced upon them ok 43 - with the correct error message ok 44 - other namespaces do not have strict mode forced upon them PASS: t/9_Strict 1..14 ok 1 - created source XML file ok 2 - deleted old cache files 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..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 DURATION: 13 END: /usr/lib/libxml-simple-perl/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 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: 16 END: /usr/lib/libxml2/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 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 72.436 181.990 | LZO1B-2 | services 18790 1 10510 55.9 110.727 0.000 | LZO1B-3 | services 18790 1 10435 55.5 0.000 0.000 | LZO1B-4 | services 18790 1 10289 54.8 117.925 0.000 | LZO1B-5 | services 18790 1 10178 54.2 91.612 0.000 | LZO1B-6 | services 18790 1 9981 53.1 97.174 0.000 | LZO1B-7 | services 18790 1 10017 53.3 97.648 0.000 | LZO1B-8 | services 18790 1 9808 52.2 89.838 0.000 | LZO1B-9 | services 18790 1 9734 51.8 100.260 0.000 | LZO1C-1 | services 18790 1 10577 56.3 181.563 0.000 | LZO1C-2 | services 18790 1 10381 55.2 187.333 0.000 | LZO1C-3 | services 18790 1 10314 54.9 178.330 0.000 | LZO1C-4 | services 18790 1 10170 54.1 120.298 0.000 | LZO1C-5 | services 18790 1 10066 53.6 124.791 0.000 | LZO1C-6 | services 18790 1 9828 52.3 116.981 0.000 | LZO1C-7 | services 18790 1 9890 52.6 90.835 0.000 | LZO1C-8 | services 18790 1 9678 51.5 89.332 0.000 | LZO1C-9 | services 18790 1 9608 51.1 96.585 0.000 | LZO1-1 | services 18790 1 10939 58.2 0.000 0.000 | LZO1A-1 | services 18790 1 10822 57.6 0.000 0.000 | LZO1F-1 | services 18790 1 10571 56.3 161.646 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 74.897 0.000 | LZO1B-999 | services 18790 1 9138 48.6 31.454 0.000 | LZO1C-99 | services 18790 1 9451 50.3 77.483 0.000 | LZO1C-999 | services 18790 1 8970 47.7 29.800 0.000 | LZO1-99 | services 18790 1 9753 51.9 70.300 0.000 | LZO1A-99 | services 18790 1 9669 51.5 70.893 0.000 | LZO2A-999 | services 18790 1 8578 45.7 26.415 0.000 | LZO1F-999 | services 18790 1 8931 47.5 24.898 0.000 | LZO1X-999 | services 18790 1 8764 46.6 12.869 0.000 | LZO1Y-999 | services 18790 1 8639 46.0 13.367 0.000 | LZO1Z-999 | services 18790 1 8790 46.8 12.796 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 | xorg.conf 1165 1 646 55.5 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 514 1 281 54.7 0.000 0.000 | LZO1-1 | busybox.links.nosuid 2392 1 1260 52.7 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 2073 38.8 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 26 1 27 104 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 | machconfig 193 1 153 79.3 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 577 26.7 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 11 1 12 109 0.000 0.000 | LZO1-1 | hosts 258 1 203 78.7 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 1021 1 491 48.1 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 2066 1 1168 56.5 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 1140 1 794 69.6 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 57657 1 21432 37.2 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 812 1 480 59.1 0.000 0.000 | LZO1-1 | uvesafb.conf 39 1 38 97.4 0.000 0.000 | LZO1-1 | uvesafb.conf 8 1 9 113 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 132 1 126 95.5 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 88 1 70 79.5 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 1236 1 865 70.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 19 1 20 105 0.000 0.000 | LZO1-1 | rpmrc 104 1 76 73.1 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 923.626 0.000 | LZO1-1 | ssh_config 1548 1 1067 68.9 0.000 0.000 | LZO1-1 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 | LZO1-1 | ssh_host_ecdsa_key.pub 177 1 169 95.5 0.000 0.000 | LZO1-1 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 | LZO1-1 | ssh_host_ed25519_key.pub 97 1 99 102 0.000 0.000 | LZO1-1 | ssh_host_rsa_key 2602 1 2580 99.2 0.000 0.000 | LZO1-1 | ssh_host_rsa_key.pub 569 1 574 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 166427 83.2 106.974 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*** 4449 1.0 1615 70.4 191.740 0.000 LZO1-1 ***TOTALS*** 1245965 282 452286 36.3 191.740 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 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 | xorg.conf 1165 1 642 55.1 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 514 1 279 54.3 0.000 0.000 | LZO1A-1 | busybox.links.nosuid 2392 1 1259 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 2065 38.7 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 26 1 27 104 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 | machconfig 193 1 152 78.8 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 575 26.6 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 11 1 12 109 0.000 0.000 | LZO1A-1 | hosts 258 1 203 78.7 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 1021 1 489 47.9 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 2066 1 1166 56.4 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 1140 1 790 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 57657 1 20692 35.9 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 812 1 477 58.7 0.000 0.000 | LZO1A-1 | uvesafb.conf 39 1 38 97.4 0.000 0.000 | LZO1A-1 | uvesafb.conf 8 1 9 113 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 132 1 126 95.5 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 88 1 69 78.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 1236 1 862 69.7 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 19 1 20 105 0.000 0.000 | LZO1A-1 | rpmrc 104 1 75 72.1 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 940.771 0.000 | LZO1A-1 | ssh_config 1548 1 1062 68.6 0.000 0.000 | LZO1A-1 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 | LZO1A-1 | ssh_host_ecdsa_key.pub 177 1 169 95.5 0.000 0.000 | LZO1A-1 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 | LZO1A-1 | ssh_host_ed25519_key.pub 97 1 99 102 0.000 0.000 | LZO1A-1 | ssh_host_rsa_key 2602 1 2580 99.2 0.000 0.000 | LZO1A-1 | ssh_host_rsa_key.pub 569 1 574 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 166091 83.0 109.184 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*** 4449 1.0 1604 70.1 195.661 0.000 LZO1A-1 ***TOTALS*** 1245965 282 449217 36.1 195.661 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-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 | xorg.conf 1165 1 635 54.5 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 514 1 277 53.9 0.000 0.000 | LZO1B-1 | busybox.links.nosuid 2392 1 1275 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 2033 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 26 1 29 112 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 | machconfig 193 1 154 79.8 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 599 27.8 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 11 1 15 136 0.000 0.000 | LZO1B-1 | hosts 258 1 208 80.6 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 1021 1 504 49.4 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 2066 1 1170 56.6 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 1140 1 801 70.3 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 57657 1 19025 33.0 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 812 1 482 59.4 0.000 0.000 | LZO1B-1 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1B-1 | uvesafb.conf 8 1 12 150 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 132 1 126 95.5 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 88 1 69 78.4 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 1236 1 867 70.1 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 19 1 23 121 0.000 0.000 | LZO1B-1 | rpmrc 104 1 80 76.9 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 1067.128 0.000 | LZO1B-1 | ssh_config 1548 1 1077 69.6 0.000 0.000 | LZO1B-1 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1B-1 | ssh_host_ecdsa_key.pub 177 1 172 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 97 1 102 105 0.000 0.000 | LZO1B-1 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 | LZO1B-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1B-1 | sshd_config 3177 1 2070 65.2 0.000 0.000 | LZO1B-1 | sshd_config_readonly 3186 1 2069 64.9 0.000 0.000 | LZO1B-1 | ca-certificates.crt 200061 1 158918 79.4 109.230 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*** 4449 1.0 1476 72.7 198.175 0.000 LZO1B-1 ***TOTALS*** 1245965 282 413451 33.2 198.175 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 | xorg.conf 1165 1 630 54.1 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 514 1 278 54.1 0.000 0.000 | LZO1B-2 | busybox.links.nosuid 2392 1 1255 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 2045 38.3 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 26 1 29 112 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 | machconfig 193 1 154 79.8 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 602 27.9 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 11 1 15 136 0.000 0.000 | LZO1B-2 | hosts 258 1 207 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 1021 1 501 49.1 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 2066 1 1154 55.9 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 1140 1 801 70.3 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 57657 1 18061 31.3 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 812 1 480 59.1 0.000 0.000 | LZO1B-2 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1B-2 | uvesafb.conf 8 1 12 150 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 132 1 126 95.5 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 88 1 69 78.4 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 1236 1 865 70.0 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 19 1 23 121 0.000 0.000 | LZO1B-2 | rpmrc 104 1 80 76.9 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 1066.847 0.000 | LZO1B-2 | ssh_config 1548 1 1068 69.0 0.000 0.000 | LZO1B-2 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 | LZO1B-2 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1B-2 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 | LZO1B-2 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1B-2 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 | LZO1B-2 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1B-2 | sshd_config 3177 1 2049 64.5 0.000 0.000 | LZO1B-2 | sshd_config_readonly 3186 1 2053 64.4 0.000 0.000 | LZO1B-2 | ca-certificates.crt 200061 1 157744 78.8 106.716 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*** 4449 1.0 1463 72.5 194.025 0.000 LZO1B-2 ***TOTALS*** 1245965 282 409873 32.9 194.025 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 | xorg.conf 1165 1 628 53.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 514 1 281 54.7 0.000 0.000 | LZO1B-3 | busybox.links.nosuid 2392 1 1247 52.1 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 2026 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 26 1 29 112 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 | machconfig 193 1 154 79.8 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 604 28.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 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 11 1 15 136 0.000 0.000 | LZO1B-3 | hosts 258 1 207 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 1021 1 501 49.1 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 2066 1 1152 55.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 1140 1 799 70.1 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 57657 1 18216 31.6 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 812 1 483 59.5 0.000 0.000 | LZO1B-3 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1B-3 | uvesafb.conf 8 1 12 150 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 132 1 126 95.5 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 88 1 69 78.4 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 1236 1 862 69.7 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 19 1 23 121 0.000 0.000 | LZO1B-3 | rpmrc 104 1 80 76.9 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 1054.638 0.000 | LZO1B-3 | ssh_config 1548 1 1068 69.0 0.000 0.000 | LZO1B-3 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 | LZO1B-3 | ssh_host_ecdsa_key.pub 177 1 172 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 97 1 102 105 0.000 0.000 | LZO1B-3 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 | LZO1B-3 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1B-3 | sshd_config 3177 1 2040 64.2 0.000 0.000 | LZO1B-3 | sshd_config_readonly 3186 1 2042 64.1 0.000 0.000 | LZO1B-3 | ca-certificates.crt 200061 1 157304 78.6 110.180 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*** 4449 1.0 1460 72.4 199.516 0.000 LZO1B-3 ***TOTALS*** 1245965 282 408840 32.8 199.516 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 | xorg.conf 1165 1 629 54.0 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 514 1 275 53.5 0.000 0.000 | LZO1B-4 | busybox.links.nosuid 2392 1 1237 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 2014 37.7 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 26 1 29 112 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 | machconfig 193 1 152 78.8 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 595 27.6 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 11 1 15 136 0.000 0.000 | LZO1B-4 | hosts 258 1 204 79.1 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 1021 1 486 47.6 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 2066 1 1134 54.9 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 1140 1 785 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 57657 1 18090 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 812 1 479 59.0 0.000 0.000 | LZO1B-4 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-4 | uvesafb.conf 8 1 12 150 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 132 1 124 93.9 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 88 1 67 76.1 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 1236 1 848 68.6 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 19 1 23 121 0.000 0.000 | LZO1B-4 | rpmrc 104 1 76 73.1 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 902.661 0.000 | LZO1B-4 | ssh_config 1548 1 1065 68.8 0.000 0.000 | LZO1B-4 | ssh_host_ecdsa_key 505 1 449 88.9 0.000 0.000 | LZO1B-4 | ssh_host_ecdsa_key.pub 177 1 171 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 97 1 101 104 0.000 0.000 | LZO1B-4 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 | LZO1B-4 | ssh_host_rsa_key.pub 569 1 576 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 157606 78.8 102.329 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*** 4449 1.0 1446 71.7 183.819 0.000 LZO1B-4 ***TOTALS*** 1245965 282 405138 32.5 183.819 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 | xorg.conf 1165 1 621 53.3 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 514 1 275 53.5 0.000 0.000 | LZO1B-5 | busybox.links.nosuid 2392 1 1229 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 2017 37.8 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 26 1 29 112 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 | machconfig 193 1 152 78.8 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 598 27.7 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 11 1 15 136 0.000 0.000 | LZO1B-5 | hosts 258 1 204 79.1 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 1021 1 483 47.3 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 2066 1 1136 55.0 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 1140 1 784 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 57657 1 19754 34.3 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 812 1 473 58.3 0.000 0.000 | LZO1B-5 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-5 | uvesafb.conf 8 1 12 150 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 132 1 125 94.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 88 1 67 76.1 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 1236 1 842 68.1 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 19 1 23 121 0.000 0.000 | LZO1B-5 | rpmrc 104 1 76 73.1 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 955.150 0.000 | LZO1B-5 | ssh_config 1548 1 1055 68.2 0.000 0.000 | LZO1B-5 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1B-5 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-5 | ssh_host_ed25519_key 411 1 324 78.8 0.000 0.000 | LZO1B-5 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-5 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 | LZO1B-5 | ssh_host_rsa_key.pub 569 1 576 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 157075 78.5 106.426 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*** 4449 1.0 1444 71.5 191.513 0.000 LZO1B-5 ***TOTALS*** 1245965 282 404536 32.5 191.513 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 | xorg.conf 1165 1 627 53.8 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 514 1 281 54.7 0.000 0.000 | LZO1B-6 | busybox.links.nosuid 2392 1 1217 50.9 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 1978 37.0 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 26 1 29 112 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 | machconfig 193 1 152 78.8 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 598 27.7 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 11 1 15 136 0.000 0.000 | LZO1B-6 | hosts 258 1 202 78.3 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 1021 1 485 47.5 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 2066 1 1121 54.3 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 1140 1 780 68.4 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 57657 1 19372 33.6 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 812 1 469 57.8 0.000 0.000 | LZO1B-6 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-6 | uvesafb.conf 8 1 12 150 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 132 1 125 94.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 88 1 67 76.1 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 1236 1 835 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 19 1 23 121 0.000 0.000 | LZO1B-6 | rpmrc 104 1 76 73.1 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 906.704 0.000 | LZO1B-6 | ssh_config 1548 1 1045 67.5 0.000 0.000 | LZO1B-6 | ssh_host_ecdsa_key 505 1 449 88.9 0.000 0.000 | LZO1B-6 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-6 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 | LZO1B-6 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-6 | ssh_host_rsa_key 2602 1 2575 99.0 0.000 0.000 | LZO1B-6 | ssh_host_rsa_key.pub 569 1 576 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 156875 78.4 102.740 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*** 4449 1.0 1438 71.3 184.566 0.000 LZO1B-6 ***TOTALS*** 1245965 282 402673 32.3 184.566 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 | xorg.conf 1165 1 611 52.4 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 514 1 275 53.5 0.000 0.000 | LZO1B-7 | busybox.links.nosuid 2392 1 1231 51.5 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 1964 36.8 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 26 1 29 112 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 | machconfig 193 1 152 78.8 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 594 27.5 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 11 1 15 136 0.000 0.000 | LZO1B-7 | hosts 258 1 204 79.1 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 1021 1 482 47.2 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 2066 1 1121 54.3 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 1140 1 784 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 57657 1 18238 31.6 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 812 1 471 58.0 0.000 0.000 | LZO1B-7 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-7 | uvesafb.conf 8 1 12 150 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 132 1 124 93.9 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 88 1 67 76.1 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 1236 1 838 67.8 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 19 1 23 121 0.000 0.000 | LZO1B-7 | rpmrc 104 1 76 73.1 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 700.756 0.000 | LZO1B-7 | ssh_config 1548 1 1054 68.1 0.000 0.000 | LZO1B-7 | ssh_host_ecdsa_key 505 1 448 88.7 0.000 0.000 | LZO1B-7 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-7 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO1B-7 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-7 | ssh_host_rsa_key 2602 1 2570 98.8 0.000 0.000 | LZO1B-7 | ssh_host_rsa_key.pub 569 1 575 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 156511 78.2 76.177 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*** 4449 1.0 1432 71.2 137.415 0.000 LZO1B-7 ***TOTALS*** 1245965 282 401024 32.2 137.415 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 | xorg.conf 1165 1 613 52.6 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 514 1 277 53.9 0.000 0.000 | LZO1B-8 | busybox.links.nosuid 2392 1 1218 50.9 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 1936 36.3 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 26 1 29 112 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 | machconfig 193 1 151 78.2 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 600 27.8 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 11 1 15 136 0.000 0.000 | LZO1B-8 | hosts 258 1 204 79.1 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 1021 1 494 48.4 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 2066 1 1115 54.0 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 1140 1 779 68.3 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 57657 1 19832 34.4 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 812 1 464 57.1 0.000 0.000 | LZO1B-8 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-8 | uvesafb.conf 8 1 12 150 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 132 1 125 94.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 88 1 67 76.1 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 1236 1 830 67.2 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 19 1 23 121 0.000 0.000 | LZO1B-8 | rpmrc 104 1 76 73.1 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 686.513 0.000 | LZO1B-8 | ssh_config 1548 1 1044 67.4 0.000 0.000 | LZO1B-8 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1B-8 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-8 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1B-8 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-8 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 | LZO1B-8 | ssh_host_rsa_key.pub 569 1 576 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 155649 77.8 82.081 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*** 4449 1.0 1429 71.0 146.631 0.000 LZO1B-8 ***TOTALS*** 1245965 282 400346 32.1 146.631 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 | xorg.conf 1165 1 600 51.5 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 514 1 276 53.7 0.000 0.000 | LZO1B-9 | busybox.links.nosuid 2392 1 1206 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 1920 36.0 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 26 1 29 112 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 | machconfig 193 1 151 78.2 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 585 27.1 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 1584 28.2 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 11 1 15 136 0.000 0.000 | LZO1B-9 | hosts 258 1 202 78.3 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 1021 1 477 46.7 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 2066 1 1116 54.0 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 1140 1 776 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 57657 1 18381 31.9 0.000 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 812 1 467 57.5 0.000 0.000 | LZO1B-9 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-9 | uvesafb.conf 8 1 12 150 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 132 1 124 93.9 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 88 1 67 76.1 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 1236 1 834 67.5 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 19 1 23 121 0.000 0.000 | LZO1B-9 | rpmrc 104 1 76 73.1 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 339.878 0.000 | LZO1B-9 | ssh_config 1548 1 1038 67.1 0.000 0.000 | LZO1B-9 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1B-9 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-9 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1B-9 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-9 | ssh_host_rsa_key 2602 1 2570 98.8 0.000 0.000 | LZO1B-9 | ssh_host_rsa_key.pub 569 1 576 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 155411 77.7 93.790 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*** 4449 1.0 1412 70.8 147.011 0.000 LZO1B-9 ***TOTALS*** 1245965 282 395623 31.8 147.011 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 | xorg.conf 1165 1 625 53.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 514 1 277 53.9 0.000 0.000 | LZO1C-1 | busybox.links.nosuid 2392 1 1231 51.5 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 2005 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 26 1 29 112 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 | machconfig 193 1 153 79.3 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 595 27.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 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 11 1 15 136 0.000 0.000 | LZO1C-1 | hosts 258 1 208 80.6 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 1021 1 498 48.8 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 2066 1 1158 56.1 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 1140 1 797 69.9 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 57657 1 18556 32.2 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 6509 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 812 1 480 59.1 0.000 0.000 | LZO1C-1 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1C-1 | uvesafb.conf 8 1 12 150 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 132 1 126 95.5 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 88 1 69 78.4 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 1236 1 863 69.8 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 19 1 23 121 0.000 0.000 | LZO1C-1 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1C-1 | securetty 1848 1 1304 70.6 0.000 0.000 | LZO1C-1 | services 18790 1 10588 56.3 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 0.000 0.000 | LZO1C-1 | ssh_config 1548 1 1074 69.4 0.000 0.000 | LZO1C-1 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1C-1 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1C-1 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1C-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1C-1 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 | LZO1C-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1C-1 | sshd_config 3177 1 2056 64.7 0.000 0.000 | LZO1C-1 | sshd_config_readonly 3186 1 2055 64.5 0.000 0.000 | LZO1C-1 | ca-certificates.crt 200061 1 161746 80.8 96.379 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*** 4449 1.0 1519 72.4 96.379 0.000 LZO1C-1 ***TOTALS*** 1245965 282 425353 34.1 96.379 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 | xorg.conf 1165 1 620 53.2 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 514 1 278 54.1 0.000 0.000 | LZO1C-2 | busybox.links.nosuid 2392 1 1209 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 2017 37.8 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 26 1 29 112 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 | machconfig 193 1 153 79.3 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 599 27.8 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 11 1 15 136 0.000 0.000 | LZO1C-2 | hosts 258 1 207 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 1021 1 495 48.5 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 2066 1 1142 55.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 1140 1 797 69.9 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 57657 1 17618 30.6 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 6446 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 812 1 478 58.9 0.000 0.000 | LZO1C-2 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1C-2 | uvesafb.conf 8 1 12 150 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 132 1 126 95.5 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 88 1 69 78.4 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 1236 1 861 69.7 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 19 1 23 121 0.000 0.000 | LZO1C-2 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1C-2 | securetty 1848 1 1301 70.4 0.000 0.000 | LZO1C-2 | services 18790 1 10390 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 0.000 0.000 | LZO1C-2 | ssh_config 1548 1 1065 68.8 0.000 0.000 | LZO1C-2 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 | LZO1C-2 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1C-2 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1C-2 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1C-2 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 | LZO1C-2 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1C-2 | sshd_config 3177 1 2036 64.1 0.000 0.000 | LZO1C-2 | sshd_config_readonly 3186 1 2040 64.0 0.000 0.000 | LZO1C-2 | ca-certificates.crt 200061 1 160795 80.4 96.307 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*** 4449 1.0 1467 72.2 96.307 0.000 LZO1C-2 ***TOTALS*** 1245965 282 410770 33.0 96.307 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 | xorg.conf 1165 1 618 53.0 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 514 1 281 54.7 0.000 0.000 | LZO1C-3 | busybox.links.nosuid 2392 1 1197 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 1998 37.4 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 26 1 29 112 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 | machconfig 193 1 153 79.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 601 27.8 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 11 1 15 136 0.000 0.000 | LZO1C-3 | hosts 258 1 207 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 1021 1 495 48.5 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 2066 1 1140 55.2 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 1140 1 795 69.7 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 57657 1 17813 30.9 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 812 1 481 59.2 0.000 0.000 | LZO1C-3 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1C-3 | uvesafb.conf 8 1 12 150 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 132 1 126 95.5 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 88 1 69 78.4 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 1236 1 858 69.4 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 19 1 23 121 0.000 0.000 | LZO1C-3 | rpmrc 104 1 80 76.9 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 0.000 0.000 | LZO1C-3 | ssh_config 1548 1 1065 68.8 0.000 0.000 | LZO1C-3 | ssh_host_ecdsa_key 505 1 453 89.7 0.000 0.000 | LZO1C-3 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1C-3 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1C-3 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1C-3 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 | LZO1C-3 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1C-3 | sshd_config 3177 1 2025 63.7 0.000 0.000 | LZO1C-3 | sshd_config_readonly 3186 1 2027 63.6 0.000 0.000 | LZO1C-3 | ca-certificates.crt 200061 1 160519 80.2 75.237 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*** 4449 1.0 1464 72.1 75.237 0.000 LZO1C-3 ***TOTALS*** 1245965 282 409943 32.9 75.237 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 | xorg.conf 1165 1 618 53.0 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 514 1 273 53.1 0.000 0.000 | LZO1C-4 | busybox.links.nosuid 2392 1 1186 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 1982 37.1 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 26 1 29 112 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 | machconfig 193 1 151 78.2 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 590 27.3 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 11 1 15 136 0.000 0.000 | LZO1C-4 | hosts 258 1 204 79.1 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 1021 1 481 47.1 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 2066 1 1122 54.3 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 1140 1 778 68.2 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 57657 1 17228 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 812 1 477 58.7 0.000 0.000 | LZO1C-4 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-4 | uvesafb.conf 8 1 12 150 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 132 1 124 93.9 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 88 1 67 76.1 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 1236 1 844 68.3 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 19 1 23 121 0.000 0.000 | LZO1C-4 | rpmrc 104 1 76 73.1 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 961.801 0.000 | LZO1C-4 | ssh_config 1548 1 1061 68.5 0.000 0.000 | LZO1C-4 | ssh_host_ecdsa_key 505 1 449 88.9 0.000 0.000 | LZO1C-4 | ssh_host_ecdsa_key.pub 177 1 171 96.6 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 97 1 101 104 0.000 0.000 | LZO1C-4 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 | LZO1C-4 | ssh_host_rsa_key.pub 569 1 576 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 159978 80.0 74.288 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*** 4449 1.0 1451 71.4 137.923 0.000 LZO1C-4 ***TOTALS*** 1245965 282 406546 32.6 137.923 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 | xorg.conf 1165 1 611 52.4 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 514 1 273 53.1 0.000 0.000 | LZO1C-5 | busybox.links.nosuid 2392 1 1176 49.2 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 1984 37.2 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 26 1 29 112 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 | machconfig 193 1 151 78.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 593 27.5 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 11 1 15 136 0.000 0.000 | LZO1C-5 | hosts 258 1 204 79.1 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 1021 1 477 46.7 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 2066 1 1124 54.4 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 1140 1 777 68.2 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 57657 1 19287 33.5 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 812 1 471 58.0 0.000 0.000 | LZO1C-5 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-5 | uvesafb.conf 8 1 12 150 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 132 1 125 94.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 88 1 67 76.1 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 1236 1 839 67.9 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 19 1 23 121 0.000 0.000 | LZO1C-5 | rpmrc 104 1 76 73.1 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 977.747 0.000 | LZO1C-5 | ssh_config 1548 1 1051 67.9 0.000 0.000 | LZO1C-5 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1C-5 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-5 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 | LZO1C-5 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-5 | ssh_host_rsa_key 2602 1 2574 98.9 0.000 0.000 | LZO1C-5 | ssh_host_rsa_key.pub 569 1 576 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 159335 79.6 72.874 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*** 4449 1.0 1451 71.2 135.639 0.000 LZO1C-5 ***TOTALS*** 1245965 282 406437 32.6 135.639 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 | xorg.conf 1165 1 616 52.9 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 514 1 279 54.3 0.000 0.000 | LZO1C-6 | busybox.links.nosuid 2392 1 1161 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 1942 36.4 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 26 1 29 112 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 | machconfig 193 1 151 78.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 593 27.5 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 11 1 15 136 0.000 0.000 | LZO1C-6 | hosts 258 1 202 78.3 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 1021 1 479 46.9 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 2066 1 1111 53.8 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 1140 1 772 67.7 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 57657 1 19086 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 812 1 467 57.5 0.000 0.000 | LZO1C-6 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-6 | uvesafb.conf 8 1 12 150 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 132 1 125 94.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 88 1 67 76.1 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 1236 1 831 67.2 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 19 1 23 121 0.000 0.000 | LZO1C-6 | rpmrc 104 1 76 73.1 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 1044.846 0.000 | LZO1C-6 | ssh_config 1548 1 1040 67.2 0.000 0.000 | LZO1C-6 | ssh_host_ecdsa_key 505 1 449 88.9 0.000 0.000 | LZO1C-6 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-6 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1C-6 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-6 | ssh_host_rsa_key 2602 1 2575 99.0 0.000 0.000 | LZO1C-6 | ssh_host_rsa_key.pub 569 1 576 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 159000 79.5 73.065 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*** 4449 1.0 1438 71.0 136.579 0.000 LZO1C-6 ***TOTALS*** 1245965 282 402722 32.3 136.579 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 | xorg.conf 1165 1 600 51.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 514 1 274 53.3 0.000 0.000 | LZO1C-7 | busybox.links.nosuid 2392 1 1179 49.3 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 1930 36.1 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 26 1 29 112 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 | machconfig 193 1 151 78.2 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 589 27.3 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 11 1 15 136 0.000 0.000 | LZO1C-7 | hosts 258 1 204 79.1 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 1021 1 476 46.6 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 2066 1 1109 53.7 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 1140 1 777 68.2 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 57657 1 17341 30.1 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 812 1 469 57.8 0.000 0.000 | LZO1C-7 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-7 | uvesafb.conf 8 1 12 150 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 132 1 124 93.9 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 88 1 67 76.1 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 1236 1 835 67.6 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 19 1 23 121 0.000 0.000 | LZO1C-7 | rpmrc 104 1 76 73.1 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 742.373 0.000 | LZO1C-7 | ssh_config 1548 1 1050 67.8 0.000 0.000 | LZO1C-7 | ssh_host_ecdsa_key 505 1 448 88.7 0.000 0.000 | LZO1C-7 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-7 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 | LZO1C-7 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-7 | ssh_host_rsa_key 2602 1 2570 98.8 0.000 0.000 | LZO1C-7 | ssh_host_rsa_key.pub 569 1 575 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 158899 79.4 49.169 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*** 4449 1.0 1430 70.9 92.229 0.000 LZO1C-7 ***TOTALS*** 1245965 282 400658 32.2 92.229 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 | xorg.conf 1165 1 603 51.8 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 514 1 275 53.5 0.000 0.000 | LZO1C-8 | busybox.links.nosuid 2392 1 1166 48.7 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 1902 35.6 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 26 1 29 112 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 | machconfig 193 1 150 77.7 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 595 27.6 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 11 1 15 136 0.000 0.000 | LZO1C-8 | hosts 258 1 204 79.1 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 1021 1 488 47.8 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 2066 1 1105 53.5 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 1140 1 773 67.8 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 57657 1 19693 34.2 0.000 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 812 1 462 56.9 0.000 0.000 | LZO1C-8 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-8 | uvesafb.conf 8 1 12 150 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 132 1 125 94.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 88 1 67 76.1 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 1236 1 827 66.9 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 19 1 23 121 0.000 0.000 | LZO1C-8 | rpmrc 104 1 76 73.1 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 762.122 0.000 | LZO1C-8 | ssh_config 1548 1 1039 67.1 0.000 0.000 | LZO1C-8 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1C-8 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-8 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO1C-8 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-8 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 | LZO1C-8 | ssh_host_rsa_key.pub 569 1 576 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 157985 79.0 49.636 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*** 4449 1.0 1431 70.7 93.202 0.000 LZO1C-8 ***TOTALS*** 1245965 282 400713 32.2 93.202 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 | xorg.conf 1165 1 590 50.6 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 1222 69.7 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 514 1 274 53.3 0.000 0.000 | LZO1C-9 | busybox.links.nosuid 2392 1 1151 48.1 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 1891 35.4 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 26 1 29 112 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 | machconfig 193 1 150 77.7 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 580 26.9 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 1575 28.0 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 11 1 15 136 0.000 0.000 | LZO1C-9 | hosts 258 1 202 78.3 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 1021 1 471 46.1 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 2066 1 1105 53.5 0.000 0.000 | LZO1C-9 | tcf-agent 1298 1 713 54.9 0.000 0.000 | LZO1C-9 | udev 2779 1 1566 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 1140 1 769 67.5 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 57657 1 18031 31.3 0.000 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 5913 53.6 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 812 1 465 57.3 0.000 0.000 | LZO1C-9 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-9 | uvesafb.conf 8 1 12 150 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 132 1 124 93.9 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 88 1 67 76.1 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 1236 1 829 67.1 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 19 1 23 121 0.000 0.000 | LZO1C-9 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1C-9 | securetty 1848 1 1193 64.6 0.000 0.000 | LZO1C-9 | services 18790 1 9618 51.2 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 346.761 0.000 | LZO1C-9 | ssh_config 1548 1 1032 66.7 0.000 0.000 | LZO1C-9 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1C-9 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-9 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO1C-9 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-9 | ssh_host_rsa_key 2602 1 2570 98.8 0.000 0.000 | LZO1C-9 | ssh_host_rsa_key.pub 569 1 576 101 0.000 0.000 | LZO1C-9 | sshd_config 3177 1 1911 60.2 0.000 0.000 | LZO1C-9 | sshd_config_readonly 3186 1 1919 60.2 0.000 0.000 | LZO1C-9 | ca-certificates.crt 200061 1 157738 78.8 70.456 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*** 4449 1.0 1413 70.5 117.116 0.000 LZO1C-9 ***TOTALS*** 1245965 282 395831 31.8 117.116 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 | xorg.conf 1165 1 613 52.6 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 514 1 276 53.7 0.000 0.000 | LZO1F-1 | busybox.links.nosuid 2392 1 1181 49.4 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 2002 37.5 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 26 1 29 112 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 | machconfig 193 1 152 78.8 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 592 27.4 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 1821 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 11 1 15 136 0.000 0.000 | LZO1F-1 | hosts 258 1 206 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 1021 1 487 47.7 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 2066 1 1135 54.9 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 1140 1 789 69.2 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 57657 1 18483 32.1 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 6557 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 812 1 473 58.3 0.000 0.000 | LZO1F-1 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1F-1 | uvesafb.conf 8 1 12 150 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 132 1 126 95.5 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 88 1 66 75.0 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 1236 1 845 68.4 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 19 1 23 121 0.000 0.000 | LZO1F-1 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1F-1 | securetty 1848 1 1128 61.0 0.000 0.000 | LZO1F-1 | services 18790 1 10575 56.3 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 0.000 0.000 | LZO1F-1 | ssh_config 1548 1 1051 67.9 0.000 0.000 | LZO1F-1 | ssh_host_ecdsa_key 505 1 445 88.1 0.000 0.000 | LZO1F-1 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1F-1 | ssh_host_ed25519_key 411 1 318 77.4 0.000 0.000 | LZO1F-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1F-1 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 | LZO1F-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1F-1 | sshd_config 3177 1 1999 62.9 0.000 0.000 | LZO1F-1 | sshd_config_readonly 3186 1 1997 62.7 0.000 0.000 | LZO1F-1 | ca-certificates.crt 200061 1 161840 80.9 96.509 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*** 4449 1.0 1499 71.5 96.509 0.000 LZO1F-1 ***TOTALS*** 1245965 282 419720 33.7 96.509 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 | xorg.conf 1165 1 637 54.7 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 514 1 299 58.2 0.000 0.000 | LZO1X-1 | busybox.links.nosuid 2392 1 1192 49.8 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 2040 38.2 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 26 1 30 115 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 | machconfig 193 1 157 81.3 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 610 28.3 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 11 1 15 136 0.000 0.000 | LZO1X-1 | hosts 258 1 207 80.2 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 1021 1 509 49.9 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 2066 1 1146 55.5 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 1140 1 818 71.8 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 57657 1 18716 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 812 1 512 63.1 0.000 0.000 | LZO1X-1 | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1X-1 | uvesafb.conf 8 1 12 150 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 132 1 132 100 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 88 1 70 79.5 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 1236 1 874 70.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 19 1 23 121 0.000 0.000 | LZO1X-1 | rpmrc 104 1 92 88.5 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 466 92.3 0.000 0.000 | LZO1X-1 | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 | LZO1X-1 | ssh_host_ed25519_key 411 1 334 81.3 0.000 0.000 | LZO1X-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1X-1 | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1X-1 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | 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 175619 87.8 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*** 4449 1.0 1595 73.8 0.000 0.000 LZO1X-1 ***TOTALS*** 1245965 282 446742 35.9 0.000 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer 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 | xorg.conf 1165 1 624 53.6 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 514 1 297 57.8 0.000 0.000 | LZO1Y-1 | busybox.links.nosuid 2392 1 1119 46.8 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 1972 36.9 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 26 1 30 115 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 | machconfig 193 1 153 79.3 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 605 28.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 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 11 1 15 136 0.000 0.000 | LZO1Y-1 | hosts 258 1 204 79.1 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 1021 1 502 49.2 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 2066 1 1123 54.4 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 1140 1 810 71.1 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 57657 1 17842 30.9 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 812 1 502 61.8 0.000 0.000 | LZO1Y-1 | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1Y-1 | uvesafb.conf 8 1 12 150 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 132 1 131 99.2 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 88 1 70 79.5 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 1236 1 867 70.1 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 19 1 23 121 0.000 0.000 | LZO1Y-1 | rpmrc 104 1 90 86.5 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 463 91.7 0.000 0.000 | LZO1Y-1 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1Y-1 | ssh_host_ed25519_key 411 1 332 80.8 0.000 0.000 | LZO1Y-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1Y-1 | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1Y-1 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | 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 175748 87.8 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*** 4449 1.0 1587 73.3 0.000 0.000 LZO1Y-1 ***TOTALS*** 1245965 282 444529 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(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) | xorg.conf 1165 1 640 54.9 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 514 1 299 58.2 0.000 0.000 | LZO1X-1(11) | busybox.links.nosuid 2392 1 1196 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 2059 38.6 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 26 1 30 115 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) | machconfig 193 1 157 81.3 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 615 28.5 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 1731 30.8 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 11 1 15 136 0.000 0.000 | LZO1X-1(11) | hosts 258 1 207 80.2 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 1021 1 511 50.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 2066 1 1149 55.6 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 1140 1 821 72.0 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 57657 1 18701 32.4 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 812 1 514 63.3 0.000 0.000 | LZO1X-1(11) | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1X-1(11) | uvesafb.conf 8 1 12 150 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 132 1 132 100 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 88 1 70 79.5 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 1236 1 877 71.0 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 19 1 23 121 0.000 0.000 | LZO1X-1(11) | rpmrc 104 1 92 88.5 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 466 92.3 0.000 0.000 | LZO1X-1(11) | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 | LZO1X-1(11) | ssh_host_ed25519_key 411 1 334 81.3 0.000 0.000 | LZO1X-1(11) | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1X-1(11) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1X-1(11) | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | 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 182145 91.0 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*** 4449 1.0 1627 74.1 0.000 0.000 LZO1X-1(11) ***TOTALS*** 1245965 282 455680 36.6 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) | xorg.conf 1165 1 639 54.8 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 514 1 299 58.2 0.000 0.000 | LZO1X-1(12) | busybox.links.nosuid 2392 1 1196 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 2043 38.3 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 26 1 30 115 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) | machconfig 193 1 157 81.3 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 615 28.5 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 11 1 15 136 0.000 0.000 | LZO1X-1(12) | hosts 258 1 207 80.2 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 1021 1 511 50.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 2066 1 1146 55.5 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 1140 1 818 71.8 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 57657 1 18754 32.5 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 812 1 514 63.3 0.000 0.000 | LZO1X-1(12) | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1X-1(12) | uvesafb.conf 8 1 12 150 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 132 1 132 100 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 88 1 70 79.5 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 1236 1 875 70.8 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 19 1 23 121 0.000 0.000 | LZO1X-1(12) | rpmrc 104 1 92 88.5 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 466 92.3 0.000 0.000 | LZO1X-1(12) | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 | LZO1X-1(12) | ssh_host_ed25519_key 411 1 334 81.3 0.000 0.000 | LZO1X-1(12) | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1X-1(12) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1X-1(12) | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | 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 179376 89.7 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*** 4449 1.0 1612 73.9 0.000 0.000 LZO1X-1(12) ***TOTALS*** 1245965 282 451575 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(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) | xorg.conf 1165 1 639 54.8 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 514 1 299 58.2 0.000 0.000 | LZO1X-1(15) | busybox.links.nosuid 2392 1 1195 50.0 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 2041 38.2 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 26 1 30 115 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) | machconfig 193 1 157 81.3 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 615 28.5 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 11 1 15 136 0.000 0.000 | LZO1X-1(15) | hosts 258 1 207 80.2 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 1021 1 509 49.9 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 2066 1 1146 55.5 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 1140 1 818 71.8 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 57657 1 18729 32.5 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 812 1 513 63.2 0.000 0.000 | LZO1X-1(15) | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1X-1(15) | uvesafb.conf 8 1 12 150 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 132 1 132 100 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 88 1 70 79.5 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 1236 1 875 70.8 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 19 1 23 121 0.000 0.000 | LZO1X-1(15) | rpmrc 104 1 92 88.5 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 466 92.3 0.000 0.000 | LZO1X-1(15) | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 | LZO1X-1(15) | ssh_host_ed25519_key 411 1 334 81.3 0.000 0.000 | LZO1X-1(15) | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1X-1(15) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1X-1(15) | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | 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 177151 88.5 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*** 4449 1.0 1602 73.8 0.000 0.000 LZO1X-1(15) ***TOTALS*** 1245965 282 448660 36.0 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 | xorg.conf 1165 1 601 51.6 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 514 1 272 52.9 0.000 0.000 | LZO1-99 | busybox.links.nosuid 2392 1 1204 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 1902 35.6 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 26 1 26 100 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 | machconfig 193 1 149 77.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 563 26.1 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 1541 27.4 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 11 1 12 109 0.000 0.000 | LZO1-99 | hosts 258 1 199 77.1 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 1021 1 472 46.2 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 2066 1 1113 53.9 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 1140 1 777 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 57657 1 17149 29.7 0.000 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 812 1 464 57.1 0.000 0.000 | LZO1-99 | uvesafb.conf 39 1 37 94.9 0.000 0.000 | LZO1-99 | uvesafb.conf 8 1 9 113 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 132 1 121 91.7 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 88 1 65 73.9 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 1236 1 834 67.5 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 19 1 20 105 0.000 0.000 | LZO1-99 | rpmrc 104 1 73 70.2 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 305.531 0.000 | LZO1-99 | ssh_config 1548 1 1038 67.1 0.000 0.000 | LZO1-99 | ssh_host_ecdsa_key 505 1 444 87.9 0.000 0.000 | LZO1-99 | ssh_host_ecdsa_key.pub 177 1 168 94.9 0.000 0.000 | LZO1-99 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 | LZO1-99 | ssh_host_ed25519_key.pub 97 1 98 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 569 1 572 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 160464 80.2 47.214 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*** 4449 1.0 1440 68.2 81.789 0.000 LZO1-99 ***TOTALS*** 1245965 282 403294 32.4 81.789 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 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 | xorg.conf 1165 1 597 51.2 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 514 1 271 52.7 0.000 0.000 | LZO1A-99 | busybox.links.nosuid 2392 1 1203 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 1895 35.5 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 26 1 26 100 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 | machconfig 193 1 148 76.7 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 561 26.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 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 1528 27.2 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 11 1 12 109 0.000 0.000 | LZO1A-99 | hosts 258 1 199 77.1 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 1021 1 470 46.0 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 2066 1 1111 53.8 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 1140 1 772 67.7 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 57657 1 16422 28.5 0.000 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 812 1 463 57.0 0.000 0.000 | LZO1A-99 | uvesafb.conf 39 1 37 94.9 0.000 0.000 | LZO1A-99 | uvesafb.conf 8 1 9 113 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 132 1 121 91.7 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 88 1 64 72.7 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 1236 1 829 67.1 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 19 1 20 105 0.000 0.000 | LZO1A-99 | rpmrc 104 1 73 70.2 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 311.496 0.000 | LZO1A-99 | ssh_config 1548 1 1033 66.7 0.000 0.000 | LZO1A-99 | ssh_host_ecdsa_key 505 1 444 87.9 0.000 0.000 | LZO1A-99 | ssh_host_ecdsa_key.pub 177 1 168 94.9 0.000 0.000 | LZO1A-99 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 | LZO1A-99 | ssh_host_ed25519_key.pub 97 1 98 101 0.000 0.000 | LZO1A-99 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 | LZO1A-99 | ssh_host_rsa_key.pub 569 1 572 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 160022 80.0 47.613 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*** 4449 1.0 1429 67.9 82.600 0.000 LZO1A-99 ***TOTALS*** 1245965 282 400372 32.1 82.600 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-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 | xorg.conf 1165 1 598 51.3 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 514 1 276 53.7 0.000 0.000 | LZO1B-99 | busybox.links.nosuid 2392 1 1206 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 1881 35.2 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 26 1 29 112 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 | machconfig 193 1 151 78.2 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 570 26.4 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 1556 27.7 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 11 1 15 136 0.000 0.000 | LZO1B-99 | hosts 258 1 202 78.3 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 1021 1 477 46.7 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 2066 1 1108 53.6 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 1140 1 776 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 57657 1 16076 27.9 0.000 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 812 1 467 57.5 0.000 0.000 | LZO1B-99 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-99 | uvesafb.conf 8 1 12 150 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 132 1 124 93.9 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 88 1 67 76.1 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 1236 1 829 67.1 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 19 1 23 121 0.000 0.000 | LZO1B-99 | rpmrc 104 1 76 73.1 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 295.814 0.000 | LZO1B-99 | ssh_config 1548 1 1034 66.8 0.000 0.000 | LZO1B-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1B-99 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-99 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1B-99 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-99 | ssh_host_rsa_key 2602 1 2570 98.8 0.000 0.000 | LZO1B-99 | ssh_host_rsa_key.pub 569 1 575 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 151818 75.9 43.994 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*** 4449 1.0 1384 70.6 76.596 0.000 LZO1B-99 ***TOTALS*** 1245965 282 387601 31.1 76.596 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 | xorg.conf 1165 1 588 50.5 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 1221 69.7 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 514 1 274 53.3 0.000 0.000 | LZO1C-99 | busybox.links.nosuid 2392 1 1151 48.1 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 1857 34.8 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 26 1 29 112 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 | machconfig 193 1 150 77.7 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 565 26.2 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 1542 27.4 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 11 1 15 136 0.000 0.000 | LZO1C-99 | hosts 258 1 202 78.3 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 1021 1 471 46.1 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 2066 1 1097 53.1 0.000 0.000 | LZO1C-99 | tcf-agent 1298 1 702 54.1 0.000 0.000 | LZO1C-99 | udev 2779 1 1553 55.9 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 1140 1 769 67.5 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 57657 1 15236 26.4 0.000 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 812 1 465 57.3 0.000 0.000 | LZO1C-99 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-99 | uvesafb.conf 8 1 12 150 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 132 1 124 93.9 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 88 1 67 76.1 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 1236 1 825 66.7 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 19 1 23 121 0.000 0.000 | LZO1C-99 | rpmrc 104 1 76 73.1 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 314.222 0.000 | LZO1C-99 | ssh_config 1548 1 1028 66.4 0.000 0.000 | LZO1C-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1C-99 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-99 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO1C-99 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-99 | ssh_host_rsa_key 2602 1 2570 98.8 0.000 0.000 | LZO1C-99 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | LZO1C-99 | sshd_config 3177 1 1895 59.6 0.000 0.000 | LZO1C-99 | sshd_config_readonly 3186 1 1891 59.4 0.000 0.000 | LZO1C-99 | ca-certificates.crt 200061 1 156116 78.0 40.241 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*** 4449 1.0 1389 70.2 71.345 0.000 LZO1C-99 ***TOTALS*** 1245965 282 389124 31.2 71.345 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 | xorg.conf 1165 1 587 50.4 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 514 1 268 52.1 0.000 0.000 | LZO1B-999 | busybox.links.nosuid 2392 1 1186 49.6 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 1735 32.5 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 26 1 24 92.3 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 | machconfig 193 1 151 78.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 555 25.7 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 11 1 15 136 0.000 0.000 | LZO1B-999 | hosts 258 1 202 78.3 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 1021 1 471 46.1 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 2066 1 1093 52.9 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 1140 1 769 67.5 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 57657 1 15496 26.9 9.146 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 0.000 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 812 1 451 55.5 0.000 0.000 | LZO1B-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-999 | uvesafb.conf 8 1 12 150 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 132 1 123 93.2 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 88 1 67 76.1 0.000 0.000 | LZO1B-999 | opkg.conf 845 1 589 69.7 0.000 0.000 | LZO1B-999 | passwd 1006 1 609 60.5 0.000 0.000 | LZO1B-999 | cert9.db 28672 1 968 3.4 18.729 0.000 | LZO1B-999 | key4.db 36864 1 1215 3.3 30.373 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 1236 1 820 66.3 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 19 1 23 121 0.000 0.000 | LZO1B-999 | rpmrc 104 1 72 69.2 0.000 0.000 | LZO1B-999 | securetty 1848 1 1165 63.0 0.000 0.000 | LZO1B-999 | services 18790 1 9138 48.6 32.203 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 66.720 0.000 | LZO1B-999 | ssh_config 1548 1 1025 66.2 0.000 0.000 | LZO1B-999 | ssh_host_ecdsa_key 505 1 445 88.1 0.000 0.000 | LZO1B-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-999 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 | LZO1B-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-999 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 | LZO1B-999 | ssh_host_rsa_key.pub 569 1 575 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 147961 74.0 19.255 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*** 4449 1.0 1351 69.7 20.434 0.000 LZO1B-999 ***TOTALS*** 1245965 282 378453 30.4 20.434 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 | xorg.conf 1165 1 575 49.4 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 514 1 266 51.8 0.000 0.000 | LZO1C-999 | busybox.links.nosuid 2392 1 1122 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 1689 31.6 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 26 1 24 92.3 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 | machconfig 193 1 150 77.7 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 548 25.4 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 11 1 15 136 0.000 0.000 | LZO1C-999 | hosts 258 1 202 78.3 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 1021 1 464 45.4 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 2066 1 1081 52.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 1140 1 761 66.8 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 57657 1 14676 25.5 8.069 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 0.000 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 812 1 448 55.2 0.000 0.000 | LZO1C-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-999 | uvesafb.conf 8 1 12 150 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 132 1 122 92.4 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 88 1 67 76.1 0.000 0.000 | LZO1C-999 | opkg.conf 845 1 586 69.3 0.000 0.000 | LZO1C-999 | passwd 1006 1 602 59.8 0.000 0.000 | LZO1C-999 | cert9.db 28672 1 959 3.3 23.979 0.000 | LZO1C-999 | key4.db 36864 1 1205 3.3 29.081 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 1236 1 814 65.9 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 19 1 23 121 0.000 0.000 | LZO1C-999 | rpmrc 104 1 72 69.2 0.000 0.000 | LZO1C-999 | securetty 1848 1 1156 62.6 0.000 0.000 | LZO1C-999 | services 18790 1 8970 47.7 30.591 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 100.394 0.000 | LZO1C-999 | ssh_config 1548 1 1019 65.8 0.000 0.000 | LZO1C-999 | ssh_host_ecdsa_key 505 1 445 88.1 0.000 0.000 | LZO1C-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-999 | ssh_host_ed25519_key 411 1 316 76.9 0.000 0.000 | LZO1C-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-999 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 | LZO1C-999 | ssh_host_rsa_key.pub 569 1 575 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 153548 76.8 37.201 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*** 4449 1.0 1360 69.3 22.259 0.000 LZO1C-999 ***TOTALS*** 1245965 282 380964 30.6 22.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 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 | xorg.conf 1165 1 533 45.8 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 514 1 265 51.6 0.000 0.000 | LZO2A-999 | busybox.links.nosuid 2392 1 1080 45.2 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 1609 30.1 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 26 1 24 92.3 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 | machconfig 193 1 146 75.6 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 514 23.8 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 11 1 15 136 0.000 0.000 | LZO2A-999 | hosts 258 1 187 72.5 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 1021 1 421 41.2 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 2066 1 993 48.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 1140 1 694 60.9 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 57657 1 14869 25.8 10.823 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 0.000 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 812 1 406 50.0 0.000 0.000 | LZO2A-999 | uvesafb.conf 39 1 42 108 0.000 0.000 | LZO2A-999 | uvesafb.conf 8 1 12 150 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 132 1 114 86.4 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 88 1 63 71.6 0.000 0.000 | LZO2A-999 | opkg.conf 845 1 518 61.3 0.000 0.000 | LZO2A-999 | passwd 1006 1 528 52.5 0.000 0.000 | LZO2A-999 | cert9.db 28672 1 857 3.0 13.694 0.000 | LZO2A-999 | key4.db 36864 1 1112 3.0 16.765 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 1236 1 744 60.2 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 19 1 23 121 0.000 0.000 | LZO2A-999 | rpmrc 104 1 70 67.3 0.000 0.000 | LZO2A-999 | securetty 1848 1 969 52.4 0.000 0.000 | LZO2A-999 | services 18790 1 8578 45.7 26.475 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 91.972 0.000 | LZO2A-999 | ssh_config 1548 1 913 59.0 0.000 0.000 | LZO2A-999 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 | LZO2A-999 | ssh_host_ecdsa_key.pub 177 1 182 103 0.000 0.000 | LZO2A-999 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO2A-999 | ssh_host_ed25519_key.pub 97 1 106 109 0.000 0.000 | LZO2A-999 | ssh_host_rsa_key 2602 1 2744 105 0.000 0.000 | LZO2A-999 | ssh_host_rsa_key.pub 569 1 608 107 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 162330 81.1 32.030 0.000 | LZO2A-999 | openssl.cnf 10909 1 4213 38.6 0.000 0.000 | LZO2A-999 | sudoers 3174 1 1599 50.4 0.000 0.000 | LZO2A-999 | sudoers.dist 3174 1 1599 50.4 0.000 0.000 | 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 19 127 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 19 127 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.000 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*** 4449 1.0 1330 65.5 19.676 0.000 LZO2A-999 ***TOTALS*** 1245965 282 372419 29.9 19.676 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-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 | xorg.conf 1165 1 559 48.0 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 514 1 264 51.4 0.000 0.000 | LZO1F-999 | busybox.links.nosuid 2392 1 1084 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 1679 31.4 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 26 1 24 92.3 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 | machconfig 193 1 148 76.7 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 543 25.2 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 11 1 15 136 0.000 0.000 | LZO1F-999 | hosts 258 1 200 77.5 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 1021 1 454 44.5 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 2066 1 1036 50.1 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 1140 1 746 65.4 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 57657 1 14513 25.2 7.464 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 0.000 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 812 1 441 54.3 0.000 0.000 | LZO1F-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1F-999 | uvesafb.conf 8 1 12 150 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 132 1 120 90.9 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 88 1 64 72.7 0.000 0.000 | LZO1F-999 | opkg.conf 845 1 565 66.9 0.000 0.000 | LZO1F-999 | passwd 1006 1 568 56.5 0.000 0.000 | LZO1F-999 | cert9.db 28672 1 890 3.1 13.831 0.000 | LZO1F-999 | key4.db 36864 1 1137 3.1 11.506 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 1236 1 790 63.9 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 19 1 23 121 0.000 0.000 | LZO1F-999 | rpmrc 104 1 70 67.3 0.000 0.000 | LZO1F-999 | securetty 1848 1 1035 56.0 0.000 0.000 | LZO1F-999 | services 18790 1 8931 47.5 24.159 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 99.182 0.000 | LZO1F-999 | ssh_config 1548 1 982 63.4 0.000 0.000 | LZO1F-999 | ssh_host_ecdsa_key 505 1 440 87.1 0.000 0.000 | LZO1F-999 | ssh_host_ecdsa_key.pub 177 1 170 96.0 0.000 0.000 | LZO1F-999 | ssh_host_ed25519_key 411 1 313 76.2 0.000 0.000 | LZO1F-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1F-999 | ssh_host_rsa_key 2602 1 2560 98.4 0.000 0.000 | LZO1F-999 | ssh_host_rsa_key.pub 569 1 574 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 156148 78.1 36.045 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*** 4449 1.0 1344 67.8 16.111 0.000 LZO1F-999 ***TOTALS*** 1245965 282 376374 30.2 16.111 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 | xorg.conf 1165 1 551 47.3 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 0.000 0.000 | LZO1X-999 | quilt 7117 1 2206 31.0 0.000 0.000 | LZO1X-999 | bindresvport.blacklist 429 1 308 71.8 0.000 0.000 | LZO1X-999 | input.conf 397 1 321 80.9 0.000 0.000 | LZO1X-999 | network.conf 120 1 119 99.2 0.000 0.000 | LZO1X-999 | build 514 1 266 51.8 0.000 0.000 | LZO1X-999 | busybox.links.nosuid 2392 1 1057 44.2 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 1632 30.6 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 26 1 24 92.3 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 | machconfig 193 1 146 75.6 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 532 24.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 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 11 1 15 136 0.000 0.000 | LZO1X-999 | hosts 258 1 197 76.4 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 0.000 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 1021 1 446 43.7 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 2066 1 1019 49.3 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 1140 1 728 63.9 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 57657 1 14431 25.0 4.195 0.000 | LZO1X-999 | ld.so.conf 33 1 34 103 0.000 0.000 | LZO1X-999 | classid 1130 1 585 51.8 0.000 0.000 | LZO1X-999 | pktloc 1532 1 747 48.8 0.000 0.000 | LZO1X-999 | collect_dnf.conf 813 1 469 57.7 0.000 0.000 | LZO1X-999 | limits 827 1 585 70.7 0.000 0.000 | LZO1X-999 | login.access 2006 1 1102 54.9 0.000 0.000 | LZO1X-999 | login.defs 11030 1 5351 48.5 16.241 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 812 1 429 52.8 0.000 0.000 | LZO1X-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1X-999 | uvesafb.conf 8 1 12 150 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 132 1 119 90.2 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 88 1 64 72.7 0.000 0.000 | LZO1X-999 | opkg.conf 845 1 548 64.9 0.000 0.000 | LZO1X-999 | passwd 1006 1 555 55.2 0.000 0.000 | LZO1X-999 | cert9.db 28672 1 888 3.1 24.722 0.000 | LZO1X-999 | key4.db 36864 1 1133 3.1 29.206 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 1236 1 759 61.4 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 19 1 23 121 0.000 0.000 | LZO1X-999 | rpmrc 104 1 68 65.4 0.000 0.000 | LZO1X-999 | securetty 1848 1 1025 55.5 0.000 0.000 | LZO1X-999 | services 18790 1 8764 46.6 13.063 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 71.166 0.000 | LZO1X-999 | ssh_config 1548 1 950 61.4 0.000 0.000 | LZO1X-999 | ssh_host_ecdsa_key 505 1 445 88.1 0.000 0.000 | LZO1X-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1X-999 | ssh_host_ed25519_key 411 1 315 76.6 0.000 0.000 | LZO1X-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1X-999 | ssh_host_rsa_key 2602 1 2563 98.5 0.000 0.000 | LZO1X-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1X-999 | sshd_config 3177 1 1712 53.9 0.000 0.000 | LZO1X-999 | sshd_config_readonly 3186 1 1715 53.8 0.000 0.000 | LZO1X-999 | ca-certificates.crt 200061 1 148059 74.0 12.547 0.000 | LZO1X-999 | openssl.cnf 10909 1 4292 39.3 18.727 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 0.000 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*** 4449 1.0 1299 66.9 13.370 0.000 LZO1X-999 ***TOTALS*** 1245965 282 363962 29.2 13.370 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 | xorg.conf 1165 1 535 45.9 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 0.000 0.000 | LZO1Y-999 | quilt 7117 1 2188 30.7 0.000 0.000 | LZO1Y-999 | bindresvport.blacklist 429 1 305 71.1 0.000 0.000 | LZO1Y-999 | input.conf 397 1 320 80.6 0.000 0.000 | LZO1Y-999 | network.conf 120 1 119 99.2 0.000 0.000 | LZO1Y-999 | build 514 1 264 51.4 0.000 0.000 | LZO1Y-999 | busybox.links.nosuid 2392 1 957 40.0 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 1584 29.7 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 26 1 24 92.3 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 | machconfig 193 1 141 73.1 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 524 24.3 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 11 1 15 136 0.000 0.000 | LZO1Y-999 | hosts 258 1 193 74.8 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 0.000 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 1021 1 440 43.1 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 2066 1 996 48.2 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 1140 1 716 62.8 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 57657 1 13787 23.9 4.184 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 15.379 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 812 1 421 51.8 0.000 0.000 | LZO1Y-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1Y-999 | uvesafb.conf 8 1 12 150 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 132 1 117 88.6 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 88 1 64 72.7 0.000 0.000 | LZO1Y-999 | opkg.conf 845 1 537 63.6 0.000 0.000 | LZO1Y-999 | passwd 1006 1 533 53.0 0.000 0.000 | LZO1Y-999 | cert9.db 28672 1 848 3.0 24.389 0.000 | LZO1Y-999 | key4.db 36864 1 1092 3.0 28.923 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 1236 1 750 60.7 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 19 1 23 121 0.000 0.000 | LZO1Y-999 | rpmrc 104 1 67 64.4 0.000 0.000 | LZO1Y-999 | securetty 1848 1 1015 54.9 0.000 0.000 | LZO1Y-999 | services 18790 1 8639 46.0 13.258 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 61.343 0.000 | LZO1Y-999 | ssh_config 1548 1 937 60.5 0.000 0.000 | LZO1Y-999 | ssh_host_ecdsa_key 505 1 443 87.7 0.000 0.000 | LZO1Y-999 | ssh_host_ecdsa_key.pub 177 1 170 96.0 0.000 0.000 | LZO1Y-999 | ssh_host_ed25519_key 411 1 314 76.4 0.000 0.000 | LZO1Y-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1Y-999 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 | LZO1Y-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1Y-999 | sshd_config 3177 1 1722 54.2 0.000 0.000 | LZO1Y-999 | sshd_config_readonly 3186 1 1725 54.1 0.000 0.000 | LZO1Y-999 | ca-certificates.crt 200061 1 148155 74.1 12.503 0.000 | LZO1Y-999 | openssl.cnf 10909 1 4330 39.7 20.060 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 0.000 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*** 4449 1.0 1294 66.2 13.307 0.000 LZO1Y-999 ***TOTALS*** 1245965 282 362361 29.1 13.307 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 | xorg.conf 1165 1 544 46.7 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 0.000 0.000 | LZO1Z-999 | quilt 7117 1 2203 31.0 0.000 0.000 | LZO1Z-999 | bindresvport.blacklist 429 1 305 71.1 0.000 0.000 | LZO1Z-999 | input.conf 397 1 320 80.6 0.000 0.000 | LZO1Z-999 | network.conf 120 1 119 99.2 0.000 0.000 | LZO1Z-999 | build 514 1 266 51.8 0.000 0.000 | LZO1Z-999 | busybox.links.nosuid 2392 1 1053 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 1632 30.6 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 26 1 24 92.3 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 | machconfig 193 1 146 75.6 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 531 24.6 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 11 1 15 136 0.000 0.000 | LZO1Z-999 | hosts 258 1 196 76.0 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 0.000 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 1021 1 444 43.5 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 2066 1 1017 49.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 1140 1 726 63.7 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 57657 1 14435 25.0 4.160 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 15.503 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 812 1 428 52.7 0.000 0.000 | LZO1Z-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1Z-999 | uvesafb.conf 8 1 12 150 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 132 1 119 90.2 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 88 1 63 71.6 0.000 0.000 | LZO1Z-999 | opkg.conf 845 1 547 64.7 0.000 0.000 | LZO1Z-999 | passwd 1006 1 553 55.0 0.000 0.000 | LZO1Z-999 | cert9.db 28672 1 837 2.9 24.235 0.000 | LZO1Z-999 | key4.db 36864 1 1085 2.9 28.295 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 1236 1 758 61.3 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 19 1 23 121 0.000 0.000 | LZO1Z-999 | rpmrc 104 1 68 65.4 0.000 0.000 | LZO1Z-999 | securetty 1848 1 910 49.2 0.000 0.000 | LZO1Z-999 | services 18790 1 8790 46.8 12.863 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 70.290 0.000 | LZO1Z-999 | ssh_config 1548 1 947 61.2 0.000 0.000 | LZO1Z-999 | ssh_host_ecdsa_key 505 1 445 88.1 0.000 0.000 | LZO1Z-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1Z-999 | ssh_host_ed25519_key 411 1 315 76.6 0.000 0.000 | LZO1Z-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1Z-999 | ssh_host_rsa_key 2602 1 2563 98.5 0.000 0.000 | LZO1Z-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1Z-999 | sshd_config 3177 1 1722 54.2 0.000 0.000 | LZO1Z-999 | sshd_config_readonly 3186 1 1728 54.2 0.000 0.000 | LZO1Z-999 | ca-certificates.crt 200061 1 148026 74.0 12.679 0.000 | LZO1Z-999 | openssl.cnf 10909 1 4304 39.5 20.218 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 0.000 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*** 4449 1.0 1297 66.7 13.294 0.000 LZO1Z-999 ***TOTALS*** 1245965 282 363418 29.2 13.294 0.000 Done. Align init: 0x7fb66a0b7010 ( 0x7fb66a0b7010 ) 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: 2 END: /usr/lib/lzo/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 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: 6433 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: 5 END: /usr/lib/m4/ptest 2019-07-17T01:18 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:18 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: 7 END: /usr/lib/nettle/ptest 2019-07-17T01:19 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:19 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, 79 wallclock secs ( 1.26 usr 0.15 sys + 62.56 cusr 8.73 csys = 72.70 CPU) Result: PASS DURATION: 79 END: /usr/lib/openssl/ptest 2019-07-17T01:20 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:20 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: 7 END: /usr/lib/opkg/ptest 2019-07-17T01:20 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:20 BEGIN: /usr/lib/pango/ptest Running test: pango/test-font.test /pango/fontdescription/parse: OK /pango/fontdescription/roundtrip: OK /pango/fontdescription/variation: OK PASS: pango/test-font.test Running test: pango/test-pangocairo-threads.test PASS: pango/test-pangocairo-threads.test Running test: pango/cxx-test.test PASS: pango/cxx-test.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/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/test-ot-tags.test /tags/script: OK /tags/language: OK PASS: pango/test-ot-tags.test Running test: pango/test-layout.test /layout/valid-1.markup: OK /layout/valid-2.markup: OK PASS: pango/test-layout.test Running test: pango/markup-parse.test /markup/parse/fail-1.markup: OK /markup/parse/valid-7.markup: OK /markup/parse/valid-9.markup: OK /markup/parse/valid-8.markup: OK /markup/parse/fail-2.markup: OK /markup/parse/valid-3.markup: OK /markup/parse/valid-1.markup: OK /markup/parse/valid-2.markup: OK /markup/parse/valid-4.markup: OK /markup/parse/fail-5.markup: OK /markup/parse/valid-6.markup: OK /markup/parse/fail-3.markup: OK /markup/parse/fail-4.markup: OK /markup/parse/valid-5.markup: OK PASS: pango/markup-parse.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/testscript.test /script/iter: OK PASS: pango/testscript.test Running test: pango/testattributes.test /attributes/basic: OK /attributes/equal: OK /attributes/list/basic: OK /attributes/list/change: OK /attributes/list/splice: OK /attributes/list/filter: OK /attributes/iter/basic: OK /attributes/iter/get: OK /attributes/iter/get_font: OK /attributes/iter/get_attrs: OK PASS: pango/testattributes.test SUMMARY: total=12; passed=12; skipped=0; failed=0; user=0.3s; system=0.0s; maxrss=21744 DURATION: 1 END: /usr/lib/pango/ptest 2019-07-17T01:20 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:20 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 t6001-psep.sh: skipped test: no device-mapper support SKIP: 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 PASS: t8000-loop.sh PASS: 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: 42 # SKIP: 22 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[1]: Leaving directory '/usr/lib/parted/ptest/tests' make: Leaving directory '/usr/lib/parted/ptest/tests' DURATION: 3 END: /usr/lib/parted/ptest 2019-07-17T01:20 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:20 BEGIN: /usr/lib/quilt/ptest [add-filename-check.test] [1] $ mkdir patches -- ok [3] $ quilt new test.diff -- ok [6] $ echo foo > foo -- ok [7] $ quilt add foo -- ok [10] $ quilt add patches/bar -- ok [13] $ quilt add /baz -- failed File /baz added to patch patches/test.diff != File /baz is located below / 6 commands (5 passed, 1 failed) make: *** [Makefile:9: check-add-filename-check] Error 1 FAIL: add-filename-check.test [altered-series.test] 12 commands (12 passed, 0 failed) PASS: altered-series.test [annotate.test] 31 commands (31 passed, 0 failed) PASS: annotate.test [applied.test] 15 commands (15 passed, 0 failed) PASS: applied.test [auto-refresh.test] 14 commands (14 passed, 0 failed) PASS: auto-refresh.test [backup-files.test] 119 commands (119 passed, 0 failed) PASS: backup-files.test [colon-in-patch-name.test] 23 commands (23 passed, 0 failed) PASS: colon-in-patch-name.test [comments.test] 11 commands (11 passed, 0 failed) PASS: comments.test [conflicts.test] 39 commands (39 passed, 0 failed) PASS: conflicts.test [create-delete.test] 19 commands (19 passed, 0 failed) PASS: create-delete.test [dir-a-b.test] 11 commands (11 passed, 0 failed) PASS: dir-a-b.test [dotglob.test] 7 commands (7 passed, 0 failed) PASS: dotglob.test [duplicate-patch-in-series.test] 9 commands (9 passed, 0 failed) PASS: duplicate-patch-in-series.test [edit.test] 30 commands (30 passed, 0 failed) PASS: edit.test [empty-files.test] 40 commands (40 passed, 0 failed) PASS: empty-files.test [empty.test] 10 commands (10 passed, 0 failed) PASS: empty.test [example1.test] 30 commands (30 passed, 0 failed) PASS: example1.test [failbackup.test] 10 commands (10 passed, 0 failed) PASS: failbackup.test [faildiff.test] 15 commands (15 passed, 0 failed) PASS: faildiff.test [failpop.test] 13 commands (13 passed, 0 failed) PASS: failpop.test [fold.test] 11 commands (11 passed, 0 failed) PASS: fold.test [formats.test] 13 commands (13 passed, 0 failed) PASS: formats.test [half-applies.test] 18 commands (18 passed, 0 failed) PASS: half-applies.test [hard-linked-patch.test] 15 commands (15 passed, 0 failed) PASS: hard-linked-patch.test [header.test] 17 commands (17 passed, 0 failed) PASS: header.test [import.test] [1] $ mkdir patches -- ok [3] $ quilt new patch1.diff -- ok [6] $ quilt add f -- ok [9] $ echo f > f -- ok [11] $ quilt refresh -- ok [14] $ quilt new patchR.diff -- ok [17] $ quilt add f -- ok [20] $ rm -f f -- ok [22] $ quilt refresh -- ok [25] $ quilt fork patchRp0.diff -- ok [28] $ quilt refresh -p0 -- ok [31] $ quilt pop -a -- ok [40] $ mkdir t -- ok [41] $ mv patches/patch1.diff t/patch1.diff -- ok [42] $ mv patches/patchR.diff t/patchR.diff -- ok [43] $ mv patches/patchRp0.diff t/patchRp0.diff -- ok [46] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [47] $ mkdir patches -- ok [48] $ quilt import t/patch1.diff -- ok [51] $ quilt push -- ok [57] $ quilt new patch2.diff -- ok [60] $ quilt add g -- ok [63] $ echo g > g -- ok [65] $ quilt refresh -- ok [68] $ quilt pop -- ok [74] $ quilt header -a -- ok [78] $ quilt pop -- ok [84] $ quilt delete patch1 -- ok [87] $ cat patches/series -- ok [92] $ quilt import missing.diff -- ok [95] $ quilt import patches/patch1.diff -- ok [98] $ quilt import patches/patch2.diff -- ok [103] $ quilt import t/patch1.diff -- ok [106] $ quilt import -f t/patch1.diff -- ok [110] $ sed -e 's/original/new/' patches/patch1.diff > t/patch1.diff -- ok [111] $ quilt import t/patch1.diff -- ok [114] $ quilt import -f t/patch1.diff -- ok [121] $ quilt import -d a -f t/patch1.diff -- ok [125] $ head -n 3 patches/patch1.diff -- ok [130] $ quilt import -d n -f t/patch1.diff -- ok [133] $ quilt header patch1 -- ok [136] $ quilt delete patch1 -- ok [142] $ cp patches/patch1.diff t/patch1.patch -- ok [143] $ quilt import t/patch1.patch -- ok [146] $ ls patches/ -- ok [152] $ cat patches/series -- ok [156] $ quilt delete patch1.diff -- ok [160] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [161] $ mkdir patches -- ok [162] $ quilt import -R t/patchR.diff -- ok [165] $ quilt push -- ok [171] $ cat f -- ok [174] $ cat patches/series -- ok [178] $ echo "# Test of -R import" > patches/series -- ok [179] $ echo "patchR.diff -R # This patch was originally -R -p1" >> patches/series -- ok [182] $ quilt refresh -- ok [185] $ cat patches/series -- ok [189] $ touch f -- ok [190] $ quilt pop -- ok [197] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [198] $ mkdir patches -- ok [199] $ quilt import -R -p0 t/patchRp0.diff -- ok [202] $ quilt push -- ok [208] $ cat f -- ok [211] $ cat patches/series -- ok [215] $ quilt refresh -- ok [218] $ cat patches/series -- ok [221] $ touch f -- ok [222] $ quilt pop -- ok [229] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [230] $ mkdir patches -- ok [231] $ quilt import t/patch1.diff t/patchR.diff -- ok [235] $ cat patches/series -- ok [239] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [240] $ mkdir patches -- ok [241] $ quilt import t/patchR.diff -- ok [243] $ quilt import t/patch1.diff -- ok [246] $ cat patches/series -- ok [251] $ touch empty.patch -- ok [252] $ cd t -- ok [253] $ touch empty2.patch -- ok [254] $ quilt import ../empty.patch -- ok [256] $ quilt import /usr/lib/quilt/ptest/test/import.test.7364/t/empty2.patch -- ok 83 commands (78 passed, 5 failed) make: *** [Makefile:9: check-import] Error 5 FAIL: import.test [import2.test] [3] $ mkdir patches -- ok [5] $ quilt new patch1.diff -- ok [8] $ quilt add f -- ok [11] $ echo f > f -- ok [13] $ quilt refresh -- ok [16] $ quilt pop -- ok [22] $ mkdir t -- ok [23] $ gzip < patches/patch1.diff > t/patch1.diff.gz -- ok [24] $ rm -f patches/patch1.diff -- ok [27] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [28] $ mkdir patches -- ok [29] $ quilt import t/patch1.diff.gz -- ok [32] $ quilt push -- ok [38] $ quilt new patch2.diff.gz -- ok [41] $ quilt add g -- ok [44] $ echo g > g -- ok [46] $ quilt refresh -- ok [49] $ quilt pop -- ok [55] $ quilt header -a -- ok [59] $ quilt pop -- ok [65] $ quilt delete patch1 -- ok [68] $ cat patches/series -- ok [73] $ quilt import missing.diff.gz -- ok [76] $ quilt import patches/patch1.diff.gz -- ok [79] $ quilt import patches/patch2.diff.gz -- ok [84] $ quilt import t/patch1.diff.gz -- ok [87] $ quilt import -f t/patch1.diff.gz -- ok [91] $ zcat patches/patch1.diff.gz | sed -e 's/original/new/' | gzip > t/patch1.diff.gz -- ok [92] $ quilt import t/patch1.diff.gz -- ok [95] $ quilt import -f t/patch1.diff.gz -- ok [102] $ quilt import -d a -f t/patch1.diff.gz -- ok [106] $ zcat patches/patch1.diff.gz | head -n 3 -- ok [111] $ quilt import -d n -f t/patch1.diff.gz -- ok [114] $ quilt header patch1 -- ok [117] $ quilt delete patch1 -- ok [123] $ cp patches/patch1.diff.gz t/patch1.patch.gz -- ok [124] $ quilt import t/patch1.patch.gz -- ok [127] $ ls patches/ -- ok [133] $ cat patches/series -- ok [137] $ quilt delete patch1.diff.gz -- ok 40 commands (39 passed, 1 failed) make: *** [Makefile:9: check-import2] Error 1 FAIL: import2.test [merge.test] 11 commands (11 passed, 0 failed) PASS: merge.test [missing-newline.test] 9 commands (9 passed, 0 failed) PASS: missing-newline.test [missing.test] 5 commands (5 passed, 0 failed) PASS: missing.test [new-nosubdir.test] 4 commands (4 passed, 0 failed) PASS: new-nosubdir.test [new.test] 9 commands (9 passed, 0 failed) PASS: new.test [no-file-to-patch.test] 5 commands (5 passed, 0 failed) PASS: no-file-to-patch.test [nolink.test] [1] $ mkdir patches -- ok [4] $ echo foo > foo -- ok [5] $ ln foo foo2 -- ok [6] $ ls -l foo | awk '{ print $2 }' -- ok [9] $ quilt new test.diff -- ok [12] $ quilt add foo -- ok [15] $ ls -l foo | awk '{ print $2 }' -- ok [18] $ ls -l /test.diff/foo | awk '{ print $2 }' -- failed ls: cannot access '/test.diff/foo': No such file or directory != 2 [21] $ echo "foo changed" > foo -- ok [22] $ quilt refresh -- ok [25] $ quilt new test2.diff -- ok [28] $ quilt add foo -- ok [31] $ ls -l foo | awk '{ print $2 }' -- ok [34] $ ls -l /test2.diff/foo | awk '{ print $2 }' -- failed ls: cannot access '/test2.diff/foo': No such file or directory != 1 [37] $ echo "foo changed again" > foo -- ok [38] $ quilt refresh -- ok [41] $ quilt pop -q -- ok [45] $ ls -l foo | awk '{ print $2 }' -- ok [48] $ ls -l /test.diff/foo | awk '{ print $2 }' -- failed ls: cannot access '/test.diff/foo': No such file or directory != 2 [51] $ quilt pop -q -- ok [55] $ ls -l foo | awk '{ print $2 }' -- ok [59] $ echo bar > bar -- ok [60] $ quilt push -q -- ok [64] $ quilt add bar -- ok [66] $ echo "bar changed" > bar -- ok [67] $ quilt revert bar -- ok [70] $ ls -l bar | awk '{ print $2 }' -- ok [73] $ quilt pop -q -- ok 28 commands (25 passed, 3 failed) make: *** [Makefile:9: check-nolink] Error 3 FAIL: nolink.test [null-bug.test] 9 commands (9 passed, 0 failed) PASS: null-bug.test [one.test] 44 commands (44 passed, 0 failed) PASS: one.test [patch-wrapper.test] 38 commands (38 passed, 0 failed) PASS: patch-wrapper.test [perms.test] 21 commands (21 passed, 0 failed) PASS: perms.test [project-settings.test] [2] $ export QUILT_PATCHES=my_patches -- ok [3] $ export QUILT_SERIES=my_series -- ok [5] $ mkdir quilt_patches -- ok [6] $ mkdir -- failed mkdir: missing operand != ~ Try 'mkdir --help' for more information. != ~ [7] $ echo 2 > /.version -- failed /.version: Permission denied != ~ [8] $ echo quilt_patches > /.quilt_patches -- failed /.quilt_patches: Permission denied != ~ [9] $ echo quilt_series > /.quilt_series -- failed /.quilt_series: Permission denied != ~ [10] $ echo create.patch > quilt_patches/quilt_series -- ok [12] $ cat > quilt_patches/create.patch -- ok [18] $ quilt push -- failed No series file found !~ Applying patch (quilt_patches/)?create.patch ~ != patching file file ~ != ~ !~ Now at patch (quilt_patches/)?create.patch 10 commands (5 passed, 5 failed) make: *** [Makefile:9: check-project-settings] Error 5 FAIL: project-settings.test [refresh-z.test] 10 commands (10 passed, 0 failed) PASS: refresh-z.test [refresh.test] 12 commands (12 passed, 0 failed) PASS: refresh.test [refresh_patch_order.test] 20 commands (20 passed, 0 failed) PASS: refresh_patch_order.test [remember-locations.test] [1] $ mkdir -p my/changes -- ok [3] $ export QUILT_PATCHES=my/changes -- ok [4] $ export QUILT_SERIES=patchlist -- ok [5] $ quilt new mychange1 -- ok [7] $ unset QUILT_PATCHES -- ok [8] $ unset QUILT_SERIES -- ok [9] $ cat /.quilt_patches -- failed cat: /.quilt_patches: No such file or directory != my/changes [11] $ cat /.quilt_series -- failed cat: /.quilt_series: No such file or directory != patchlist [13] $ cat my/changes/patchlist -- ok [18] $ quilt new mychange2 -- ok [22] $ cd my -- ok [23] $ quilt applied -- ok [27] $ cd .. -- ok 13 commands (11 passed, 2 failed) make: *** [Makefile:9: check-remember-locations] Error 2 FAIL: remember-locations.test [remove-trailing-ws.test] 44 commands (44 passed, 0 failed) PASS: remove-trailing-ws.test [rename.test] 18 commands (18 passed, 0 failed) PASS: rename.test [revert.test] 27 commands (27 passed, 0 failed) PASS: revert.test [setup.test] 64 commands (64 passed, 0 failed) PASS: setup.test [snapshot.test] 15 commands (15 passed, 0 failed) PASS: snapshot.test [snapshot2.test] 16 commands (16 passed, 0 failed) PASS: snapshot2.test [sort.test] 25 commands (25 passed, 0 failed) PASS: sort.test [space-in-filenames.test] 33 commands (33 passed, 0 failed) PASS: space-in-filenames.test [space-in-series.test] 31 commands (31 passed, 0 failed) PASS: space-in-series.test [space-in-work-dir.test] 20 commands (20 passed, 0 failed) PASS: space-in-work-dir.test [subdir.test] 18 commands (18 passed, 0 failed) PASS: subdir.test [symlink.test] 49 commands (49 passed, 0 failed) PASS: symlink.test [tester.test] 10 commands (10 passed, 0 failed) PASS: tester.test [three.test] 66 commands (66 passed, 0 failed) PASS: three.test [timestamps.test] 12 commands (12 passed, 0 failed) PASS: timestamps.test [trailing-ws.test] 21 commands (21 passed, 0 failed) PASS: trailing-ws.test [two.test] 57 commands (57 passed, 0 failed) PASS: two.test DURATION: 25 END: /usr/lib/quilt/ptest 2019-07-17T01:20 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:20 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: 4 END: /usr/lib/sed/ptest 2019-07-17T01:21 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:21 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: 20 END: /usr/lib/slang/ptest 2019-07-17T01:21 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-07-17T01:21 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-07-17T01:21 STOP: ptest-runner