aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2004-12-11 01:13:51 +0000
committerdancer <dancer>2004-12-11 01:13:51 +0000
commitb799f74f5b09f2995796ae56825fbe767e4ac224 (patch)
treeea39eb069edd0205992f7b8cdb283cb01e5560c1
parent3885bcdbee551ac1721a107294253a2037670d18 (diff)
downloadpbuilder-b799f74f5b09f2995796ae56825fbe767e4ac224.tar
pbuilder-b799f74f5b09f2995796ae56825fbe767e4ac224.tar.gz
+
+ * Documentation/pbuilder-doc.xml: some more minor fixes before it is released + + * pdebuild-user-mode-linux, pdebuild: use bash instead of sh + re-run testsuites and pdebuild tests.
-rw-r--r--ChangeLog6
-rw-r--r--Documentation/pbuilder-doc.xml22
-rw-r--r--debian/changelog9
-rw-r--r--pdebuild2
-rw-r--r--pdebuild-user-mode-linux2
-rw-r--r--testsuite/normal/iostat2220
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sarge.log226
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sid.log247
-rw-r--r--testsuite/normal/pbuilder-create-sarge.log140
-rw-r--r--testsuite/normal/pbuilder-create-sid.log207
-rw-r--r--testsuite/normal/pbuilder-execute-sarge.log2
-rw-r--r--testsuite/normal/pbuilder-execute-sid.log2
-rw-r--r--testsuite/normal/pdebuild-internal-sarge.log228
-rw-r--r--testsuite/normal/pdebuild-internal-sid.log242
-rw-r--r--testsuite/normal/pdebuild-normal-sarge.log243
-rw-r--r--testsuite/normal/pdebuild-normal-sid.log266
-rw-r--r--testsuite/normal/vmstat1115
17 files changed, 2576 insertions, 2603 deletions
diff --git a/ChangeLog b/ChangeLog
index bff4ba2..2b4df3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-12-11 Junichi Uekawa <dancer@debian.org>
+
+ * Documentation/pbuilder-doc.xml: some more minor fixes before it is released
+
+ * pdebuild-user-mode-linux, pdebuild: use bash instead of sh
+
2004-12-02 Junichi Uekawa <dancer@debian.org>
* Documentation/pbuilder-doc.xml: some parts I fixed, but
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index 4cabd04..dcad9ce 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -8,8 +8,7 @@
<title>pbuilder User's Manual</title>
<abbrev>pbuilder-doc</abbrev>
<subtitle>Usage and operations</subtitle>
- <!-- TODO: maybe fix wrapping of the CVS $Revision tag -->
- <releaseinfo>documentation in progress ($Revision$)</releaseinfo>
+ <releaseinfo>documentation in progress ($Id$)</releaseinfo>
<authorgroup>
<author>
<firstname>Junichi</firstname>
@@ -192,7 +191,7 @@
inside the chroot with
the <command><option>--use-pdebuild-internal</option></command>.
<!-- FIXME: name of option is misleading, change it?
- -- maybe when it's more useful.
+ maybe when it's more useful.
-->
It will try to bind mount the working directory inside chroot,
and run <command>dpkg-buildpackage</command> inside.
@@ -252,19 +251,19 @@
when root privilege is required.
</para>
<para>
- <!-- FIXME: what are these parameters? Environment variables? Explain -->
- BUILDUSERID should be set to a value for a user id that
+ BUILDUSERID configuration option should be set to a value for a user id that
does not already exist on the system, so that it is more difficult for
packages that are being built with
<command>pbuilder</command> to affect the environment outside the chroot.
- <!-- FIXME: what does the following mean? Clarify, please -->
- When BUILDUSERNAME is also set,
- pbuilder will use that user id and fakeroot for building packages.
+ When BUILDUSERNAME configuration option is also set,
+ pbuilder will use the specified user name and fakeroot for building packages,
+ instead of running as root inside chroot.
</para>
<para>
- Using the fakerooting method, pbuilder will run with
- root privilege when it is required, when installing
- packages to the chroot.
+ Even when using the fakerooting method, pbuilder will run with
+ root privilege when it is required.
+ For example, when installing
+ packages to the chroot, pbuilder will run under root privilege.
</para>
<para>
To be able to invoke pbuilder without being
@@ -407,7 +406,6 @@
<para>Automatically running lintian/linda (distributed as an example in
<filename>/usr/share/doc/pbuilder/examples/B90linda</filename>).</para>
</listitem>
- <!-- FIXME: either obsolete or update this item? -->
<listitem>
<para>Automatic debian-test of the package?
The debian-test package has been removed from Debian.
diff --git a/debian/changelog b/debian/changelog
index ad7e695..f3ae4d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,16 @@
-pbuilder (0.119) UNRELEASED; urgency=low
+pbuilder (0.119) unstable; urgency=low
* pbuilderrc.5:Fix manual page formatting (closes: #279700)
* Add example script from Jamin W Collins for short-cut way of specifying distribution. (closes: #255165)
* Warn if build-depends is not satisfied when invoking dpkg-buildpackage -S (closes: #266349)
- * TODO: Potential pdebuild fix, waiting for confirmation from submitter (closes: #281085)
- * TODO: doc patches update.
+ * Potential pdebuild debbuildopts fix (closes: #281085)
+ pdebuild --debug --debbuildopts '"-i\+\+pristine-trees|,,*|\{arch\}|\.arch-ids"'
+ seems to work now.
* "Documentation updates & fixes", thanks to era
eriksson (Closes: #283135).
* default distribution in pbuilder create is now 'sid', not 'woody'.
- -- Junichi Uekawa <dancer@debian.org> Thu, 2 Dec 2004 08:45:05 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sat, 11 Dec 2004 10:12:27 +0900
pbuilder (0.118) unstable; urgency=low
diff --git a/pdebuild b/pdebuild
index d149aad..d373ca1 100644
--- a/pdebuild
+++ b/pdebuild
@@ -39,7 +39,7 @@ else
if [ ! dpkg-checkbuilddeps -B ]; then
echo "W: Unmet build-dependency in source"
fi
- echo "dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} $DEBBUILDOPTS" | /bin/sh
+ echo "dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} $DEBBUILDOPTS" | /bin/bash
${PBUILDERROOTCMD} pbuilder build "$@" ${EXTRA_CONFIGFILE[@]/#/--configfile } --buildresult "${BUILDRESULT}" --debbuildopts "${DEBBUILDOPTS}" ../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc
fi
diff --git a/pdebuild-user-mode-linux b/pdebuild-user-mode-linux
index 3431e26..95ade77 100644
--- a/pdebuild-user-mode-linux
+++ b/pdebuild-user-mode-linux
@@ -45,7 +45,7 @@ else
if [ ! dpkg-checkbuilddeps -B ]; then
echo "W: Unmet build-dependency in source"
fi
- echo "dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} $DEBBUILDOPTS" | /bin/sh
+ echo "dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} $DEBBUILDOPTS" | /bin/bash
pbuilder-user-mode-linux build "$@" --buildresult "${UML_BUILDRESULT}" --debbuildopts "${DEBBUILDOPTS}" ../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc
fi
diff --git a/testsuite/normal/iostat b/testsuite/normal/iostat
index fdc9c61..5ab6157 100644
--- a/testsuite/normal/iostat
+++ b/testsuite/normal/iostat
@@ -1,2266 +1,2218 @@
-Linux 2.6.8.1 (atoron) 10/16/04
+Linux 2.6.9 (atoron) 12/11/04
-Time: 19:47:12
+Time: 09:56:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.13 6.78 3.78 3.69 89.24 84.67 44.62 42.34 23.29 0.27 36.38 3.59 2.68
+hda 0.16 15.18 3.06 18.97 93.67 275.86 46.83 137.93 16.77 1.79 81.36 2.02 4.44
-Time: 19:47:13
+Time: 09:56:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 1.00 84.00 3.00 2064.00 32.00 1032.00 16.00 24.09 0.71 8.21 6.56 57.10
+hda 0.00 0.00 17.82 1.98 760.40 7.92 380.20 3.96 38.80 0.19 12.70 7.50 14.85
-Time: 19:47:14
+Time: 09:56:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 12.00 0.00 216.00 0.00 108.00 0.00 18.00 0.15 12.83 6.33 7.60
+hda 0.00 0.00 6.06 0.00 161.62 0.00 80.81 0.00 26.67 0.04 6.50 4.83 2.93
-Time: 19:47:15
+Time: 09:56:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 10.00 0.00 5.00 0.00 120.00 0.00 60.00 24.00 0.00 0.20 0.20 0.10
-Time: 19:47:16
+Time: 09:56:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 1.00 0.00 16.00 0.00 8.00 0.00 16.00 0.00 0.00 0.00 0.00
-Time: 19:47:18
+Time: 09:56:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.94 3174.53 27.36 43.40 1403.77 26279.25 701.89 13139.62 391.25 30.62 131.87 4.51 31.89
-
-Time: 19:47:19
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 30.69 103.96 74.26 10859.41 277.23 5429.70 138.61 62.49 13.29 199.89 5.27 93.96
-
-Time: 19:47:20
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 13.00 0.00 648.00 0.00 324.00 0.00 49.85 0.14 11.15 9.08 11.80
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:21
+Time: 09:56:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 3243.00 0.00 22.00 0.00 26120.00 0.00 13060.00 1187.27 2.28 103.64 12.86 28.30
-Time: 19:47:22
+Time: 09:56:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:23
+Time: 09:56:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 294.00 0.00 21.00 0.00 2520.00 0.00 1260.00 120.00 0.10 4.86 0.71 1.50
+hda 0.00 1.00 0.00 5.00 0.00 48.00 0.00 24.00 9.60 0.00 0.00 0.00 0.00
-Time: 19:47:24
+Time: 09:56:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.98 1.96 11.76 2.94 188.24 39.22 94.12 19.61 15.47 0.17 11.47 9.00 13.24
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:25
+Time: 09:56:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:26
+Time: 09:56:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:27
+Time: 09:56:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:28
+Time: 09:56:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.07 0.00 6.06 0.00 105.05 0.00 52.53 17.33 0.00 0.17 0.17 0.10
+hda 0.00 1.01 3.03 5.05 24.24 48.48 12.12 24.24 9.00 0.03 3.12 3.12 2.53
-Time: 19:47:29
+Time: 09:57:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 469.70 0.00 34.34 0.00 4032.32 0.00 2016.16 117.41 0.38 11.03 0.97 3.33
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:30
+Time: 09:57:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:31
+Time: 09:57:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 63.37 0.00 31.68 0.00 64.00 0.01 11.00 11.00 1.09
+hda 0.00 2622.77 0.00 45.54 0.00 21354.46 0.00 10677.23 468.87 4.31 94.65 5.28 24.06
-Time: 19:47:32
+Time: 09:57:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:33
+Time: 09:57:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5.05 0.00 6.06 0.00 88.89 0.00 44.44 14.67 0.00 0.17 0.17 0.10
+hda 0.00 29.29 0.00 119.19 0.00 1187.88 0.00 593.94 9.97 19.00 159.37 3.79 45.15
-Time: 19:47:34
+Time: 09:57:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1600.99 0.00 32.67 0.00 13425.74 0.00 6712.87 410.91 3.73 28.76 1.91 6.24
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:35
+Time: 09:57:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 13.00 0.00 47.00 0.00 120.00 0.00 60.00 2.55 3.22 128.38 2.15 10.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:36
+Time: 09:57:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 17.00 0.00 136.00 0.00 68.00 0.00 8.00 0.15 9.06 9.06 15.40
+hda 0.00 2533.98 0.00 28.16 0.00 20504.85 0.00 10252.43 728.28 3.18 113.03 7.79 21.94
-Time: 19:47:37
+Time: 09:57:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.01 13.00 13.00 1.31
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:38
+Time: 09:57:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2.97 0.00 4.95 0.00 63.37 0.00 31.68 12.80 0.00 0.20 0.20 0.10
+hda 0.00 0.99 0.00 4.95 0.00 47.52 0.00 23.76 9.60 0.00 0.00 0.00 0.00
-Time: 19:47:39
+Time: 09:57:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:40
+Time: 09:57:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.01 15.00 15.00 1.49
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:41
+Time: 09:57:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2196.97 0.00 88.89 0.00 18286.87 0.00 9143.43 205.73 7.75 87.18 2.03 18.08
+hda 0.00 511.88 0.00 18.81 0.00 4245.54 0.00 2122.77 225.68 0.34 18.16 2.42 4.55
-Time: 19:47:42
+Time: 09:57:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 7.84 0.00 282.35 0.00 141.18 0.00 36.00 0.11 13.88 11.38 8.92
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:43
+Time: 09:57:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.03 2.02 5.05 24.24 64.65 12.12 32.32 12.57 0.03 4.00 4.00 2.83
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:44
+Time: 09:57:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 3.96 0.00 39.60 0.00 19.80 0.00 10.00 0.01 3.00 3.00 1.19
+hda 0.00 0.99 0.00 4.95 0.00 47.52 0.00 23.76 9.60 0.00 0.00 0.00 0.00
-Time: 19:47:45
+Time: 09:57:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 10.89 0.00 102.97 0.00 51.49 0.00 9.45 0.07 6.45 5.36 5.84
-Time: 19:47:46
+Time: 09:57:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1378.22 0.00 63.37 0.00 11532.67 0.00 5766.34 182.00 2.82 44.52 2.08 13.17
+hda 0.00 851.00 1.00 18.00 8.00 6952.00 4.00 3476.00 366.32 0.72 37.84 4.84 9.20
-Time: 19:47:47
+Time: 09:57:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:48
+Time: 09:57:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5.94 0.00 4.95 0.00 87.13 0.00 43.56 17.60 0.00 0.80 0.40 0.20
+hda 0.00 3.96 0.00 5.94 0.00 79.21 0.00 39.60 13.33 0.01 1.50 0.50 0.30
-Time: 19:47:49
+Time: 09:57:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:50
+Time: 09:57:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 1.01 8.08 8.08 4.04 4.04 8.00 0.01 6.50 6.50 1.31
+hda 7.07 2763.64 85.86 35.35 11288.89 22391.92 5644.44 11195.96 277.87 4.10 33.79 3.62 43.84
-Time: 19:47:51
+Time: 09:57:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 8.00 1.00 53.00 8.00 488.00 4.00 244.00 9.19 0.27 5.07 0.78 4.20
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:52
+Time: 09:57:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:53
+Time: 09:57:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1802.04 1.02 80.61 8.16 15061.22 4.08 7530.61 184.60 6.69 81.91 2.64 21.53
+hda 0.00 606.06 12.12 20.20 193.94 5010.10 96.97 2505.05 161.00 0.41 12.62 4.75 15.35
-Time: 19:47:54
+Time: 09:57:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 11.00 11.00 1.10
+hda 0.00 0.00 0.00 0.00 0.00 7.92 0.00 3.96 0.00 0.00 0.00 0.00 0.00
-Time: 19:47:55
+Time: 09:57:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 45.54 0.00 5.94 0.00 403.96 0.00 201.98 68.00 0.01 1.33 0.83 0.50
-Time: 19:47:56
+Time: 09:57:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.00 0.00 3.00 0.00 32.00 0.00 16.00 10.67 0.01 3.00 1.00 0.30
+hda 0.00 0.00 11.11 3.03 88.89 24.24 44.44 12.12 8.00 0.05 3.71 3.29 4.65
-Time: 19:47:57
+Time: 09:57:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 4046.53 6.93 51.49 55.45 33948.51 27.72 16974.26 582.10 10.09 14.61 1.95 11.39
-Time: 19:47:58
+Time: 09:57:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.00 967.00 13.00 43.00 1120.00 8104.00 560.00 4052.00 164.71 2.50 40.21 3.82 21.40
+hda 0.00 3759.00 0.00 158.00 0.00 31072.00 0.00 15536.00 196.66 139.25 564.49 6.34 100.10
-Time: 19:47:59
+Time: 09:57:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 28.00 64.00 39.00 1880.00 512.00 940.00 256.00 23.22 0.80 10.11 2.46 25.30
+hda 1.01 574.75 10.10 134.34 298.99 4767.68 149.49 2383.84 35.08 58.64 819.74 7.00 101.11
-Time: 19:48:00
+Time: 09:57:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 247.00 22.00 377.00 1584.00 4992.00 792.00 2496.00 16.48 1.43 3.59 0.61 24.50
+hda 0.00 2821.78 14.85 73.27 261.39 23683.17 130.69 11841.58 271.73 35.81 149.60 5.08 44.75
-Time: 19:48:01
+Time: 09:57:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 187.13 33.66 226.73 792.08 3358.42 396.04 1679.21 15.94 0.91 3.48 0.88 22.97
+hda 0.00 1859.60 0.00 174.75 0.00 15878.79 0.00 7939.39 90.87 10.80 187.23 2.82 49.19
-Time: 19:48:02
+Time: 09:57:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 6766.00 4.00 329.00 240.00 58160.00 120.00 29080.00 175.38 120.29 215.10 2.68 89.20
+hda 0.00 4024.00 1.00 68.00 8.00 33136.00 4.00 16568.00 480.35 4.79 42.90 3.46 23.90
-Time: 19:48:03
+Time: 09:57:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2331.68 0.00 313.86 0.00 20023.76 0.00 10011.88 63.80 109.13 495.67 3.16 99.11
+hda 0.00 611.88 0.00 224.75 0.00 7081.19 0.00 3540.59 31.51 97.38 332.05 4.41 99.11
-Time: 19:48:04
+Time: 09:57:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2393.94 6.06 220.20 274.75 20856.57 137.37 10428.28 93.39 3.82 24.69 2.12 47.98
+hda 0.00 223.23 6.06 273.74 137.37 3951.52 68.69 1975.76 14.61 118.04 424.46 3.61 101.11
-Time: 19:48:05
+Time: 09:57:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3698.00 19.00 73.00 720.00 31184.00 360.00 15592.00 346.78 7.05 8.51 1.73 15.90
+hda 0.00 848.00 19.00 158.00 1016.00 7136.00 508.00 3568.00 46.06 26.72 294.80 4.06 71.90
-Time: 19:48:06
+Time: 09:57:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1216.00 2.00 231.00 16.00 10560.00 8.00 5280.00 45.39 25.51 136.38 2.29 53.30
+hda 0.00 2727.72 1.98 140.59 79.21 23168.32 39.60 11584.16 163.06 1.63 4.15 1.78 25.45
-Time: 19:48:07
+Time: 09:57:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2655.45 2.97 184.16 39.60 22756.44 19.80 11378.22 121.82 5.04 26.96 1.63 30.50
+hda 0.00 1821.21 5.05 139.39 404.04 15450.51 202.02 7725.25 109.76 4.74 40.17 3.15 45.56
-Time: 19:48:08
+Time: 09:57:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1734.00 3.00 155.00 24.00 15072.00 12.00 7536.00 95.54 1.40 8.89 1.44 22.70
+hda 0.00 1721.57 12.75 225.49 109.80 15584.31 54.90 7792.16 65.88 0.54 2.24 1.34 31.96
-Time: 19:48:09
+Time: 09:57:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1574.75 3.03 217.17 48.48 14335.35 24.24 7167.68 65.32 0.33 1.50 0.88 19.39
+hda 0.00 3613.00 32.00 123.00 248.00 30072.00 124.00 15036.00 195.61 37.06 157.39 4.58 71.00
-Time: 19:48:10
+Time: 09:57:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3857.43 0.00 211.88 0.00 32554.46 0.00 16277.23 153.64 36.64 172.93 2.54 53.76
+hda 0.00 2621.00 0.00 261.00 0.00 22872.00 0.00 11436.00 87.63 3.64 62.49 2.34 61.10
-Time: 19:48:11
+Time: 09:57:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2315.00 1.00 434.00 8.00 22064.00 4.00 11032.00 50.74 13.24 29.29 1.29 55.90
+hda 0.00 3385.00 3.00 257.00 24.00 29128.00 12.00 14564.00 112.12 1.07 4.11 1.80 46.70
-Time: 19:48:12
+Time: 09:57:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2668.00 2.00 287.00 16.00 23568.00 8.00 11784.00 81.61 1.14 5.70 1.48 42.70
+hda 1.00 864.00 2.00 295.00 128.00 9280.00 64.00 4640.00 31.68 2.40 8.08 1.67 49.50
-Time: 19:48:13
+Time: 09:57:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 1675.00 2.00 387.00 128.00 16496.00 64.00 8248.00 42.74 0.77 1.98 1.25 48.50
+hda 0.00 795.05 0.00 398.02 0.00 9536.63 0.00 4768.32 23.96 1.82 4.58 1.49 59.21
-Time: 19:48:14
+Time: 09:57:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 899.00 0.00 438.00 0.00 10704.00 0.00 5352.00 24.44 0.63 1.43 1.00 43.70
+hda 0.00 754.55 0.00 333.33 0.00 8711.11 0.00 4355.56 26.13 16.66 49.97 2.56 85.45
-Time: 19:48:15
+Time: 09:57:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 673.00 0.00 281.00 0.00 7624.00 0.00 3812.00 27.13 0.56 2.00 1.12 31.50
+hda 0.00 140.00 0.00 40.00 0.00 1432.00 0.00 716.00 35.80 0.07 1.77 1.75 7.00
-Time: 19:48:16
+Time: 09:57:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:17
+Time: 09:57:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:18
+Time: 09:57:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 870.71 2.02 71.72 88.89 7563.64 44.44 3781.82 103.78 1.74 23.62 1.56 11.52
+hda 0.00 2353.47 0.00 152.48 0.00 20253.47 0.00 10126.73 132.83 12.08 70.34 2.82 42.97
-Time: 19:48:19
+Time: 09:57:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2682.35 9.80 322.55 1137.25 24031.37 568.63 12015.69 75.73 8.77 26.26 1.76 58.63
+hda 0.00 3374.00 0.00 238.00 0.00 28704.00 0.00 14352.00 120.61 4.47 23.75 2.33 55.50
-Time: 19:48:20
+Time: 09:57:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4220.41 12.24 213.27 1257.14 36073.47 628.57 18036.73 165.54 8.53 20.68 1.91 43.06
+hda 0.00 2651.52 6.06 119.19 48.48 22157.58 24.24 11078.79 177.29 5.31 43.87 3.51 43.94
-Time: 19:48:21
+Time: 09:57:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 1557.00 10.00 215.00 1040.00 13584.00 520.00 6792.00 65.00 10.01 61.50 2.32 52.20
+hda 0.00 1072.55 0.00 131.37 0.00 9631.37 0.00 4815.69 73.31 8.00 60.92 2.32 30.49
-Time: 19:48:22
+Time: 09:57:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.96 2170.59 22.55 172.55 964.71 18745.10 482.35 9372.55 101.03 7.64 39.16 2.35 45.78
+hda 0.00 4911.00 2.00 153.00 48.00 40936.00 24.00 20468.00 264.41 16.99 47.23 3.25 50.30
-Time: 19:48:23
+Time: 09:57:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5510.20 3.06 268.37 367.35 47134.69 183.67 23567.35 175.01 40.53 135.40 2.15 58.47
+hda 1.01 2718.18 3.03 149.49 145.45 22682.83 72.73 11341.41 149.67 22.63 179.49 4.45 67.88
-Time: 19:48:24
+Time: 09:57:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 569.31 27.72 337.62 1045.54 6384.16 522.77 3192.08 20.34 18.33 60.19 1.89 69.11
+hda 0.00 728.71 0.99 300.99 31.68 8071.29 15.84 4035.64 26.83 3.89 29.19 2.43 73.37
-Time: 19:48:25
+Time: 09:57:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 351.00 3.00 533.00 48.00 7152.00 24.00 3576.00 13.43 88.59 159.52 1.61 86.30
+hda 0.00 242.00 3.00 310.00 128.00 5688.00 64.00 2844.00 18.58 118.56 275.14 2.85 89.30
-Time: 19:48:26
+Time: 09:57:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 33.00 29.00 35.00 1088.00 456.00 544.00 228.00 24.12 0.51 56.31 3.31 21.20
+hda 0.00 42.00 26.00 236.00 760.00 952.00 380.00 476.00 6.53 56.89 340.96 3.45 90.40
-Time: 19:48:27
+Time: 09:57:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3040.20 0.98 111.76 7.84 25215.69 3.92 12607.84 223.72 13.54 120.06 2.55 28.73
-
-Time: 19:48:28
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1035.35 0.00 4.04 0.00 8597.98 0.00 4298.99 2128.00 0.08 1.50 1.00 0.40
-
-Time: 19:48:29
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2819.80 0.00 150.50 0.00 23485.15 0.00 11742.57 156.05 5.89 39.61 2.21 33.27
-
-Time: 19:48:30
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 158.00 16.00 39.00 136.00 1576.00 68.00 788.00 31.13 0.29 5.27 3.38 18.60
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:31
+Time: 09:57:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 228.00 12.00 18.00 280.00 1968.00 140.00 984.00 74.93 0.20 6.63 3.43 10.30
+hda 0.00 3273.00 2.00 26.00 16.00 26392.00 8.00 13196.00 943.14 2.72 97.07 11.86 33.20
-Time: 19:48:32
+Time: 09:58:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 7.92 0.00 261.39 0.00 130.69 0.00 33.00 0.06 8.00 4.62 3.66
+hda 0.00 2715.00 1.00 36.00 8.00 22008.00 4.00 11004.00 595.03 0.95 25.68 6.41 23.70
-Time: 19:48:33
+Time: 09:58:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 21.78 0.00 1235.64 0.00 617.82 0.00 56.73 0.20 9.41 6.18 13.47
+hda 0.00 1383.84 6.06 32.32 509.09 11329.29 254.55 5664.65 308.42 0.85 22.11 3.66 14.04
-Time: 19:48:34
+Time: 09:58:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 17.17 0.00 2698.99 0.00 1349.49 0.00 157.18 0.12 6.76 5.65 9.70
+hda 0.00 400.00 92.00 52.00 1360.00 3616.00 680.00 1808.00 34.56 0.36 2.49 2.20 31.70
-Time: 19:48:35
+Time: 09:58:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 46.00 41.00 5.00 2312.00 408.00 1156.00 204.00 59.13 0.16 3.52 2.20 10.10
+hda 0.00 0.00 3.00 0.00 32.00 0.00 16.00 0.00 10.67 0.03 8.00 10.33 3.10
-Time: 19:48:36
+Time: 09:58:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 2199.00 78.00 78.00 1888.00 18216.00 944.00 9108.00 128.87 8.99 57.63 2.99 46.60
+hda 0.00 0.00 60.00 0.00 736.00 0.00 368.00 0.00 12.27 0.08 1.50 1.38 8.30
-Time: 19:48:37
+Time: 09:58:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 0.00 34.34 0.00 1276.77 0.00 638.38 0.00 37.18 0.07 2.06 2.06 7.07
+hda 0.00 0.00 4.95 0.00 39.60 0.00 19.80 0.00 8.00 0.01 1.80 1.80 0.89
-Time: 19:48:38
+Time: 09:58:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.94 0.00 48.04 0.00 1788.24 0.00 894.12 0.00 37.22 0.11 2.37 2.12 10.20
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:39
+Time: 09:58:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 102.00 0.00 1400.00 0.00 700.00 0.00 13.73 0.27 2.61 2.28 23.30
+hda 0.00 3639.00 6.00 36.00 56.00 29408.00 28.00 14704.00 701.52 4.95 117.48 10.10 42.40
-Time: 19:48:40
+Time: 09:58:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.02 0.00 186.73 0.00 2661.22 0.00 1330.61 0.00 14.25 0.51 2.73 2.74 51.22
+hda 0.00 0.00 49.50 1.98 388.12 7.92 194.06 3.96 7.69 0.11 2.40 1.15 5.94
-Time: 19:48:41
+Time: 09:58:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.98 1739.22 93.14 62.75 1945.10 14415.69 972.55 7207.84 104.96 14.16 90.88 3.90 60.78
+hda 0.00 0.00 83.00 0.00 3448.00 0.00 1724.00 0.00 41.54 0.10 1.14 0.99 8.20
-Time: 19:48:42
+Time: 09:58:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 36.00 0.00 752.00 0.00 376.00 0.00 20.89 0.11 3.08 3.11 11.20
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:43
+Time: 09:58:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 5.05 0.00 129.29 0.00 3070.71 0.00 1535.35 0.00 23.75 0.18 1.43 1.38 17.78
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:44
+Time: 09:58:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 376.24 0.00 4182.18 0.00 2091.09 0.00 11.12 0.33 0.87 0.84 31.58
+hda 0.00 1501.98 0.00 13.86 0.00 12126.73 0.00 6063.37 874.86 0.77 55.86 11.14 15.45
-Time: 19:48:45
+Time: 09:58:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 0.00 44.44 1.01 1567.68 8.08 783.84 4.04 34.67 0.13 2.89 2.87 13.03
+hda 0.00 0.00 16.00 0.00 152.00 0.00 76.00 0.00 9.50 0.02 1.31 1.31 2.10
-Time: 19:48:46
+Time: 09:58:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2593.07 20.79 105.94 657.43 21592.08 328.71 10796.04 175.56 22.66 178.84 4.91 62.18
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:47
+Time: 09:58:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 38.61 0.00 1679.21 0.00 839.60 0.00 43.49 0.10 2.67 2.59 10.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:48
+Time: 09:58:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 43.00 0.00 1072.00 0.00 536.00 0.00 24.93 0.15 3.42 3.58 15.40
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:49
+Time: 09:58:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.06 0.00 20.41 0.00 759.18 0.00 379.59 0.00 37.20 0.06 3.35 3.00 6.12
+hda 0.00 2456.57 0.00 16.16 0.00 19781.82 0.00 9890.91 1224.00 1.42 87.94 13.94 22.53
-Time: 19:48:50
+Time: 09:58:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 48.51 0.99 1457.43 7.92 728.71 3.96 29.60 0.27 5.54 5.24 25.94
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:48:51
+Time: 09:58:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1929.00 19.00 76.00 2256.00 16040.00 1128.00 8020.00 192.59 7.97 83.94 4.33 41.10
+hda 0.00 0.00 4.95 0.00 118.81 0.00 59.41 0.00 24.00 0.02 4.00 4.00 1.98
-Time: 19:48:52
+Time: 09:58:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 11.00 1.00 928.00 8.00 464.00 4.00 78.00 0.07 5.50 5.50 6.60
+hda 0.00 0.00 0.00 1.00 0.00 8.00 0.00 4.00 8.00 0.00 3.00 3.00 0.30
-Time: 19:48:53
+Time: 09:58:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 36.00 0.00 320.00 0.00 160.00 0.00 8.89 0.04 1.14 1.14 4.10
-Time: 19:48:54
+Time: 09:58:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2532.00 0.00 11.00 0.00 20368.00 0.00 10184.00 1851.64 1.39 74.36 17.91 19.70
-Time: 19:48:55
+Time: 09:58:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 184.16 0.00 1607.92 0.00 803.96 0.00 8.73 0.47 2.55 2.27 41.78
+hda 0.00 8.91 13.86 4.95 229.70 87.13 114.85 43.56 16.84 0.21 41.42 8.05 15.15
-Time: 19:48:56
+Time: 09:58:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1727.27 73.74 79.80 597.98 14456.57 298.99 7228.28 98.05 18.25 118.86 5.33 81.82
+hda 0.00 0.00 87.25 0.00 11772.55 0.00 5886.27 0.00 134.92 0.60 6.87 5.36 46.76
-Time: 19:48:57
+Time: 09:58:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 117.82 0.00 3184.16 0.00 1592.08 0.00 27.03 1.00 8.50 5.93 69.90
+hda 0.00 0.00 61.00 0.00 2448.00 0.00 1224.00 0.00 40.13 0.58 9.52 3.43 20.90
-Time: 19:48:58
+Time: 09:58:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 9.90 457.43 112.87 16.83 10875.25 3801.98 5437.62 1900.99 113.16 1.24 9.21 3.89 50.50
+hda 3.00 541.00 143.00 6.00 10696.00 4376.00 5348.00 2188.00 101.15 2.78 18.70 4.07 60.70
-Time: 19:48:59
+Time: 09:58:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 0.00 68.69 1.01 937.37 0.00 468.69 0.00 13.45 0.52 8.09 3.97 27.68
+hda 0.00 4260.61 3.03 51.52 24.24 35515.15 12.12 17757.58 651.56 31.85 122.43 4.30 23.43
-Time: 19:49:00
+Time: 09:58:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3221.78 11.88 283.17 102.97 28039.60 51.49 14019.80 95.38 41.19 139.60 2.45 72.38
+hda 0.00 3833.66 2.97 155.45 23.76 31588.12 11.88 15794.06 199.55 67.94 543.00 6.21 98.42
-Time: 19:49:01
+Time: 09:58:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5473.47 12.24 264.29 89.80 46653.06 44.90 23326.53 169.03 103.23 279.55 3.41 94.39
+hda 0.00 3222.55 0.00 113.73 0.00 26894.12 0.00 13447.06 236.48 96.04 482.34 8.80 100.10
-Time: 19:49:02
+Time: 09:58:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 695.05 4.95 123.76 39.60 5829.70 19.80 2914.85 45.60 21.38 361.58 5.12 65.84
+hda 0.00 5164.36 0.00 163.37 0.00 42637.62 0.00 21318.81 260.99 108.09 745.68 6.07 99.11
-Time: 19:49:03
+Time: 09:58:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3493.00 26.00 166.00 3784.00 29272.00 1892.00 14636.00 172.17 8.21 42.75 3.64 69.80
+hda 0.00 2672.45 17.35 105.10 522.45 22563.27 261.22 11281.63 188.53 127.32 680.38 8.34 102.14
-Time: 19:49:04
+Time: 09:58:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4951.49 13.86 278.22 419.80 42304.95 209.90 21152.48 146.28 28.58 65.52 2.59 75.64
+hda 0.00 2335.29 2.94 151.96 23.53 19898.04 11.76 9949.02 128.61 152.63 1130.66 6.35 98.33
-Time: 19:49:05
+Time: 09:58:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 5468.69 3.03 269.70 404.04 46197.98 202.02 23098.99 170.87 92.28 293.69 3.71 101.11
+hda 0.00 4784.68 18.92 136.94 641.44 39200.00 320.72 19600.00 255.63 147.21 591.41 6.46 100.72
-Time: 19:49:06
+Time: 09:58:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 6204.00 8.00 222.00 680.00 51736.00 340.00 25868.00 227.90 127.28 428.09 4.35 100.10
+hda 0.89 2358.93 21.43 109.82 1957.14 19900.00 978.57 9950.00 166.53 132.17 1313.05 7.61 99.91
-Time: 19:49:07
+Time: 09:58:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 2173.00 8.00 213.00 1008.00 18008.00 504.00 9004.00 86.05 63.38 514.90 4.43 97.90
+hda 0.00 694.06 25.74 145.54 1552.48 6447.52 776.24 3223.76 46.71 98.44 789.58 5.79 99.11
-Time: 19:49:08
+Time: 09:58:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 5.88 2646.08 71.57 100.00 3027.45 22015.69 1513.73 11007.84 145.97 7.88 41.61 4.90 84.02
+hda 0.00 3055.00 0.00 125.00 0.00 25424.00 0.00 12712.00 203.39 120.37 776.66 8.01 100.10
-Time: 19:49:09
+Time: 09:58:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5.05 3.03 10.10 48.48 72.73 24.24 36.36 9.23 0.09 65.54 5.38 7.07
+hda 0.00 196.00 0.00 251.00 0.00 3560.00 0.00 1780.00 14.18 116.46 527.39 3.99 100.10
-Time: 19:49:10
+Time: 09:58:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 248.00 0.00 314.00 0.00 4504.00 0.00 2252.00 14.34 118.07 402.36 3.19 100.10
-Time: 19:49:11
+Time: 09:58:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 15.00 15.00 1.50
+hda 0.00 1416.16 8.08 245.45 113.13 12363.64 56.57 6181.82 49.21 65.76 390.81 3.78 95.96
-Time: 19:49:12
+Time: 09:58:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2163.64 15.15 276.77 387.88 19523.23 193.94 9761.62 68.21 1.41 4.84 1.32 38.59
+hda 0.00 0.00 0.00 0.99 0.00 7.92 0.00 3.96 8.00 0.00 3.00 3.00 0.30
-Time: 19:49:13
+Time: 09:58:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2017.00 1.00 301.00 8.00 18544.00 4.00 9272.00 61.43 5.53 18.30 1.86 56.10
+hda 0.00 0.00 15.00 0.00 208.00 0.00 104.00 0.00 13.87 0.07 4.47 3.20 4.80
-Time: 19:49:14
+Time: 09:58:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.96 1594.12 25.49 171.57 321.57 14125.49 160.78 7062.75 73.31 2.49 12.66 1.91 37.65
+hda 0.00 853.00 5.00 68.00 384.00 7368.00 192.00 3684.00 106.19 0.95 13.08 2.27 16.60
-Time: 19:49:15
+Time: 09:58:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 222.77 33.66 49.50 689.11 2178.22 344.55 1089.11 34.48 0.55 6.24 3.33 27.72
+hda 0.00 2389.00 10.00 209.00 1304.00 20864.00 652.00 10432.00 101.22 4.70 14.23 2.76 60.40
-Time: 19:49:16
+Time: 09:58:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.02 7.14 7.14 65.31 65.31 32.65 32.65 9.14 0.06 6.64 2.64 3.78
+hda 0.00 1172.00 1.00 230.00 8.00 11136.00 4.00 5568.00 48.24 2.33 16.92 3.36 77.60
-Time: 19:49:17
+Time: 09:58:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 18.81 0.00 261.39 0.00 130.69 0.00 13.89 0.10 5.16 3.21 6.04
+hda 0.00 1744.44 5.05 134.34 226.26 15030.30 113.13 7515.15 109.45 0.74 5.32 2.87 40.00
-Time: 19:49:18
+Time: 09:58:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 91.09 0.00 1718.81 0.00 859.41 0.00 18.87 0.87 9.52 2.26 20.59
+hda 0.00 224.51 29.41 45.10 1427.45 2156.86 713.73 1078.43 48.11 0.32 4.24 2.68 20.00
-Time: 19:49:19
+Time: 09:58:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 12.12 0.00 145.45 0.00 72.73 0.00 12.00 0.11 9.08 4.58 5.56
+hda 0.00 0.00 7.00 0.00 232.00 0.00 116.00 0.00 33.14 0.03 4.00 4.00 2.80
-Time: 19:49:20
+Time: 09:58:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 587.13 0.00 67.33 0.00 5235.64 0.00 2617.82 77.76 2.49 36.97 2.06 13.86
+hda 0.00 0.00 6.12 0.00 228.57 0.00 114.29 0.00 37.33 0.01 1.83 1.83 1.12
-Time: 19:49:21
+Time: 09:58:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 1.01 116.16 6.06 3135.35 56.57 1567.68 28.28 26.12 0.72 5.85 1.27 15.56
+hda 0.00 0.00 4.95 0.00 198.02 0.00 99.01 0.00 40.00 0.03 7.00 7.00 3.47
-Time: 19:49:22
+Time: 09:58:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:49:23
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 13.13 1.01 250.51 8.08 125.25 4.04 18.29 0.12 8.43 3.29 4.65
-
-Time: 19:49:24
+Time: 09:58:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 6.93 2.97 79.21 23.76 39.60 11.88 10.40 0.09 9.00 3.40 3.37
+hda 0.00 633.00 0.00 27.00 0.00 5280.00 0.00 2640.00 195.56 0.78 29.00 4.74 12.80
-Time: 19:49:25
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 70.71 8.08 17.17 121.21 703.03 60.61 351.52 32.64 0.10 3.88 1.28 3.23
-
-Time: 19:49:26
+Time: 09:58:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:49:27
+Time: 09:58:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:49:28
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.03 12.50 6.50 1.30
-
-Time: 19:49:29
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2.00 19.00 11.00 184.00 104.00 92.00 52.00 9.60 0.15 5.10 1.53 4.60
-
-Time: 19:49:30
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 113.00 13.00 40.00 128.00 1224.00 64.00 612.00 25.51 0.20 3.79 0.42 2.20
-
-Time: 19:49:31
+Time: 09:58:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 4.08 0.00 89.80 0.00 44.90 0.00 22.00 0.03 7.50 5.00 2.04
+hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.00 0.00 0.00 0.00
-Time: 19:49:32
+Time: 09:58:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:49:33
+Time: 09:58:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 72.00 0.00 13.00 0.00 680.00 0.00 340.00 52.31 0.01 1.08 0.62 0.80
-Time: 19:49:34
+Time: 09:58:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.01 6.50 6.50 1.30
-Time: 19:49:35
+Time: 09:58:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 51.00 0.00 18.00 0.00 552.00 0.00 276.00 30.67 0.04 2.11 0.28 0.50
+hda 0.00 0.00 1.96 0.00 109.80 0.00 54.90 0.00 56.00 0.00 0.50 0.50 0.10
-Time: 19:49:36
+Time: 09:59:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 482.83 0.00 129.29 0.00 4896.97 0.00 2448.48 37.88 5.61 43.36 0.91 11.82
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:49:37
+Time: 09:59:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.97 2.97 79.21 23.76 39.60 11.88 17.33 0.03 4.83 4.00 2.38
+hda 0.00 30.30 0.00 1.01 0.00 250.51 0.00 125.25 248.00 0.00 4.00 4.00 0.40
-Time: 19:49:38
+Time: 09:59:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 40.59 0.00 578.22 0.00 289.11 0.00 14.24 0.27 6.54 2.68 10.89
+hda 0.00 113.86 0.00 24.75 0.00 1108.91 0.00 554.46 44.80 0.06 2.52 0.32 0.79
-Time: 19:49:39
+Time: 09:59:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 36.36 0.00 468.69 0.00 234.34 0.00 12.89 0.39 10.11 5.33 19.39
+hda 1.01 0.00 4.04 0.00 40.40 0.00 20.20 0.00 10.00 0.05 12.75 4.75 1.92
-Time: 19:49:40
+Time: 09:59:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2.00 31.00 0.00 312.00 48.00 156.00 24.00 11.61 0.32 10.19 6.58 20.40
+hda 0.00 0.00 2.97 0.00 23.76 0.00 11.88 0.00 8.00 0.02 6.67 6.67 1.98
-Time: 19:49:41
+Time: 09:59:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 6.06 507.07 100.00 25.25 9923.23 4226.26 4961.62 2113.13 112.97 2.06 16.65 4.02 50.30
+hda 0.00 0.00 7.92 0.00 205.94 0.00 102.97 0.00 26.00 0.09 10.88 5.62 4.46
-Time: 19:49:42
+Time: 09:59:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.92 0.00 81.37 0.00 2007.84 0.00 1003.92 0.00 24.67 0.77 9.46 6.23 50.69
+hda 0.00 0.00 6.00 0.00 128.00 0.00 64.00 0.00 21.33 0.12 20.33 3.50 2.10
-Time: 19:49:43
+Time: 09:59:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.03 0.00 49.49 0.00 921.21 0.00 460.61 0.00 18.61 0.37 7.55 6.22 30.81
+hda 0.00 53.00 1.00 15.00 8.00 544.00 4.00 272.00 34.50 0.04 2.62 1.94 3.10
-Time: 19:49:44
+Time: 09:59:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 117.00 13.00 8.00 128.00 1000.00 64.00 500.00 53.71 0.36 17.24 5.29 11.10
+hda 0.00 0.00 53.00 0.00 720.00 0.00 360.00 0.00 13.58 0.13 2.47 2.26 12.00
-Time: 19:49:45
+Time: 09:59:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1949.50 2.97 40.59 31.68 17235.64 15.84 8617.82 396.36 4.98 48.11 2.75 11.98
+hda 0.00 0.00 136.00 0.00 14128.00 0.00 7064.00 0.00 103.88 1.07 7.63 4.40 59.90
-Time: 19:49:46
+Time: 09:59:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4593.94 2.02 313.13 8.08 39078.79 4.04 19539.39 124.03 144.22 341.37 3.21 101.11
+hda 3.92 0.00 141.18 0.00 10831.37 0.00 5415.69 0.00 76.72 2.36 16.93 4.30 60.69
-Time: 19:49:47
+Time: 09:59:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2519.00 4.00 274.00 152.00 21248.00 76.00 10624.00 76.98 85.35 445.22 3.53 98.10
+hda 1.00 0.00 37.00 0.00 880.00 0.00 440.00 0.00 23.78 0.23 6.19 5.95 22.00
-Time: 19:49:48
+Time: 09:59:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 5062.38 18.81 231.68 2613.86 43247.52 1306.93 21623.76 183.08 50.14 97.81 3.22 80.59
+hda 0.00 2081.19 14.85 14.85 300.99 17314.85 150.50 8657.43 593.07 2.78 10.10 4.13 12.28
-Time: 19:49:49
+Time: 09:59:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3470.00 10.00 281.00 1768.00 30000.00 884.00 15000.00 109.17 112.89 410.70 3.44 100.10
+hda 0.00 693.94 1.01 77.78 8.08 5616.16 4.04 2808.08 71.38 11.41 176.90 6.76 53.23
-Time: 19:49:50
+Time: 09:59:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 4175.25 14.85 380.20 1885.15 36871.29 942.57 18435.64 98.11 128.84 315.36 2.53 100.00
+hda 0.00 6893.00 0.00 163.00 0.00 57288.00 0.00 28644.00 351.46 74.99 263.37 5.25 85.50
-Time: 19:49:51
+Time: 09:59:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3303.00 2.00 231.00 88.00 28224.00 44.00 14112.00 121.51 145.35 433.06 4.29 100.00
+hda 0.00 1865.35 0.99 92.08 7.92 15706.93 3.96 7853.47 168.85 110.83 828.89 10.65 99.11
-Time: 19:49:52
+Time: 09:59:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2645.00 27.00 338.00 312.00 24248.00 156.00 12124.00 67.29 155.56 501.99 2.76 100.90
+hda 0.00 3460.61 1.01 146.46 8.08 28864.65 4.04 14432.32 195.78 113.19 918.12 6.86 101.11
-Time: 19:49:53
+Time: 09:59:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3752.48 0.00 259.41 7.92 31089.11 3.96 15544.55 119.88 103.67 466.91 3.82 99.21
+hda 0.00 4782.18 68.32 38.61 4403.96 39041.58 2201.98 19520.79 406.30 113.90 445.25 9.27 99.11
-Time: 19:49:54
+Time: 09:59:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1976.00 3.00 450.00 16.00 20232.00 8.00 10116.00 44.70 95.21 183.75 2.19 99.30
+hda 0.00 2152.53 0.00 95.96 0.00 17745.45 0.00 8872.73 184.93 145.29 1459.15 10.54 101.11
-Time: 19:49:55
+Time: 09:59:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1416.83 2.97 407.92 31.68 14376.24 15.84 7188.12 35.07 113.29 210.05 2.41 99.11
+hda 0.00 10295.05 0.00 107.92 0.00 83310.89 0.00 41655.45 771.96 142.26 1415.40 9.18 99.11
-Time: 19:49:56
+Time: 09:59:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 8.08 3.03 98.99 24.24 88.89 12.12 44.44 1.11 37.52 756.63 4.57 46.67
+hda 0.00 0.00 0.00 97.00 0.00 0.00 0.00 0.00 0.00 81.86 1258.26 10.32 100.10
-Time: 19:49:57
+Time: 09:59:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.00 3.00 3.00 56.00 80.00 28.00 40.00 22.67 0.08 12.83 6.50 3.90
+hda 0.00 2597.98 1.01 56.57 8.08 20945.45 4.04 10472.73 363.93 19.80 1244.21 17.35 99.90
-Time: 19:49:58
+Time: 09:59:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 3.96 0.00 31.68 0.00 15.84 0.00 8.00 0.04 10.00 8.75 3.47
+hda 0.00 76.24 1.98 184.16 39.60 2574.26 19.80 1287.13 14.04 37.16 126.56 3.01 55.94
-Time: 19:49:59
+Time: 09:59:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2167.00 16.00 276.00 184.00 19544.00 92.00 9772.00 67.56 1.44 4.92 1.31 38.30
+hda 0.00 0.00 0.00 69.00 0.00 0.00 0.00 0.00 0.00 7.43 311.78 3.16 21.80
-Time: 19:50:00
+Time: 09:59:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.97 1978.22 92.08 225.74 1124.75 17631.68 562.38 8815.84 59.02 4.31 13.52 1.91 60.59
+hda 0.00 685.71 11.22 7.14 457.14 5624.49 228.57 2812.24 331.11 0.54 7.94 5.89 10.82
-Time: 19:50:01
+Time: 09:59:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 449.49 194.95 162.63 2577.78 4905.05 1288.89 2452.53 20.93 1.47 4.14 1.68 60.20
+hda 0.00 1529.70 10.89 229.70 1362.38 13996.04 681.19 6998.02 63.84 1.35 7.20 2.38 57.33
-Time: 19:50:02
+Time: 09:59:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 1307.00 134.00 62.00 1712.00 10944.00 856.00 5472.00 64.57 3.96 20.10 3.41 66.80
+hda 0.99 2044.55 70.30 197.03 1156.44 17932.67 578.22 8966.34 71.41 5.47 20.44 2.90 77.52
-Time: 19:50:03
+Time: 09:59:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 235.35 97.98 54.55 2197.98 2319.19 1098.99 1159.60 29.62 3.57 22.52 5.66 86.36
+hda 1.00 1801.00 90.00 179.00 1432.00 15856.00 716.00 7928.00 64.27 1.86 5.39 2.36 63.50
-Time: 19:50:04
+Time: 09:59:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.95 9.90 93.07 8.91 2091.09 150.50 1045.54 75.25 21.98 2.14 22.59 8.11 82.67
+hda 0.00 230.69 19.80 53.47 966.34 2257.43 483.17 1128.71 44.00 0.27 9.30 2.23 16.34
-Time: 19:50:05
+Time: 09:59:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 12.00 0.00 28.00 0.00 928.00 0.00 464.00 0.00 33.14 0.27 9.71 7.11 19.90
+hda 1.00 0.00 30.00 0.00 1088.00 0.00 544.00 0.00 36.27 0.47 15.77 11.80 35.40
-Time: 19:50:06
+Time: 09:59:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 10.10 0.00 121.21 0.00 60.61 0.00 12.00 0.09 8.80 7.40 7.47
+hda 0.00 0.00 7.07 0.00 234.34 0.00 117.17 0.00 33.14 0.03 4.43 4.43 3.13
-Time: 19:50:07
+Time: 09:59:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.96 0.00 309.80 0.00 3615.69 0.00 1807.84 0.00 11.67 2.96 9.56 1.36 42.25
+hda 1.00 0.00 39.00 0.00 3296.00 0.00 1648.00 0.00 84.51 0.29 7.41 6.51 25.40
-Time: 19:50:08
+Time: 09:59:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 658.00 118.00 70.00 1328.00 5824.00 664.00 2912.00 38.04 3.77 20.04 2.41 45.40
+hda 1.98 0.00 100.00 0.00 1885.15 0.00 942.57 0.00 18.85 0.67 6.74 4.82 48.22
-Time: 19:50:09
+Time: 09:59:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 15.00 0.00 192.00 0.00 96.00 0.00 12.80 0.44 29.60 11.13 16.70
+hda 0.00 582.83 1.01 23.23 16.16 4896.97 8.08 2448.48 202.67 1.19 22.33 4.96 12.02
-Time: 19:50:10
+Time: 09:59:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 0.00 4.04 1.01 193.94 8.08 96.97 4.04 40.00 0.04 7.60 7.60 3.84
+hda 0.00 49.00 27.00 8.00 216.00 408.00 108.00 204.00 17.83 0.09 20.83 2.57 9.00
-Time: 19:50:11
+Time: 09:59:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 0.00 133.00 0.00 4064.00 0.00 2032.00 0.00 30.56 1.28 8.76 1.69 22.50
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:12
+Time: 09:59:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 81.00 0.00 1784.00 0.00 892.00 0.00 22.02 0.76 10.84 2.52 20.40
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:13
+Time: 09:59:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 24.51 5.88 16.67 62.75 329.41 31.37 164.71 17.39 0.02 0.74 0.35 0.78
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:14
+Time: 09:59:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.01 7.00 7.00 1.40
+hda 0.00 69.00 1.00 12.00 8.00 648.00 4.00 324.00 50.46 0.02 1.46 0.54 0.70
-Time: 19:50:15
+Time: 09:59:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 15.15 0.00 137.37 0.00 68.69 0.00 9.07 0.06 4.27 4.07 6.16
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 10.00 10.00 1.00
-Time: 19:50:16
+Time: 09:59:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 20.79 2.97 538.61 23.76 269.31 11.88 23.67 0.35 14.79 5.29 12.57
+hda 6.93 0.00 1.98 0.00 71.29 0.00 35.64 0.00 36.00 0.04 18.50 18.50 3.66
-Time: 19:50:17
+Time: 09:59:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.01 8.00 8.00 0.81
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:18
+Time: 09:59:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 40.00 10.00 0.00 96.00 496.00 48.00 248.00 59.20 0.20 7.60 8.80 8.80
+hda 0.00 0.00 3.96 0.99 31.68 7.92 15.84 3.96 8.00 0.00 0.80 0.80 0.40
-Time: 19:50:19
+Time: 09:59:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 21.00 7.00 26.00 56.00 200.00 28.00 100.00 7.76 0.23 10.58 1.64 5.40
+hda 0.00 89.90 3.03 23.23 32.32 905.05 16.16 452.53 35.69 0.08 2.92 0.96 2.53
-Time: 19:50:20
+Time: 09:59:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 5.94 1.98 63.37 15.84 31.68 7.92 10.00 0.04 5.62 5.25 4.16
+hda 0.00 0.00 1.98 0.00 110.89 0.00 55.45 0.00 56.00 0.01 7.00 7.00 1.39
-Time: 19:50:21
+Time: 09:59:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 5.00 0.00 40.00 0.00 20.00 0.00 8.00 0.04 8.20 5.80 2.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:22
+Time: 09:59:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 6.93 0.99 95.05 7.92 47.52 3.96 13.00 0.04 5.62 5.62 4.46
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:23
+Time: 09:59:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 99.00 11.00 44.00 192.00 1144.00 96.00 572.00 24.29 0.23 4.22 1.51 8.30
+hda 0.00 5.00 0.00 21.00 0.00 208.00 0.00 104.00 9.90 0.05 2.43 0.24 0.50
-Time: 19:50:24
+Time: 09:59:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 4.00 0.00 88.00 0.00 44.00 0.00 22.00 0.01 3.25 3.25 1.30
+hda 0.00 37.00 0.00 12.00 0.00 392.00 0.00 196.00 32.67 0.01 1.25 0.25 0.30
-Time: 19:50:25
+Time: 09:59:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:26
+Time: 09:59:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:27
+Time: 09:59:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 7.00 0.00 56.00 0.00 28.00 0.00 8.00 0.02 2.43 2.43 1.70
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 12.00 12.00 1.20
-Time: 19:50:28
+Time: 09:59:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 51.49 87.13 1.98 1275.25 578.22 637.62 289.11 20.80 0.67 6.61 3.54 31.58
+hda 0.00 381.00 9.00 109.00 344.00 4816.00 172.00 2408.00 43.73 46.26 158.01 4.00 47.20
-Time: 19:50:29
+Time: 09:59:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 104.00 86.00 148.00 688.00 2552.00 344.00 1276.00 13.85 91.07 220.06 4.28 100.10
+hda 0.00 1186.00 1.00 267.00 32.00 10776.00 16.00 5388.00 40.33 66.49 351.10 3.16 84.70
-Time: 19:50:30
+Time: 09:59:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 39.22 85.29 313.73 7.84 156.86 3.92 2.58 19.08 465.55 5.73 71.37
+hda 0.00 118.00 42.00 16.00 776.00 1024.00 388.00 512.00 31.03 0.95 16.67 7.10 41.20
-Time: 19:50:31
+Time: 09:59:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 48.51 0.00 689.11 0.00 344.55 0.00 14.20 0.11 2.22 1.88 9.11
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:32
+Time: 09:59:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 0.00 120.20 0.00 1761.62 0.00 880.81 0.00 14.66 0.14 1.13 0.91 10.91
+hda 6.93 3980.20 0.99 79.21 63.37 33362.38 31.68 16681.19 416.79 30.17 137.74 6.01 48.22
-Time: 19:50:33
+Time: 09:59:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.75 23.85 111.01 5.50 1636.70 234.86 818.35 117.43 16.06 0.05 0.46 0.42 4.86
+hda 0.00 3381.00 0.00 190.00 0.00 28576.00 0.00 14288.00 150.40 112.13 493.19 5.27 100.10
-Time: 19:50:34
+Time: 09:59:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 13.86 0.00 51.49 0.00 625.74 0.00 312.87 0.00 12.15 0.22 4.17 3.13 16.14
+hda 1.00 3469.00 10.00 140.00 1120.00 29232.00 560.00 14616.00 202.35 112.90 696.41 6.67 100.10
-Time: 19:50:35
+Time: 09:59:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 7.00 0.00 90.00 0.00 1096.00 0.00 548.00 0.00 12.18 0.13 1.54 1.44 13.00
+hda 0.00 1762.00 5.00 158.00 72.00 15384.00 36.00 7692.00 94.82 147.53 692.43 6.14 100.10
-Time: 19:50:36
+Time: 10:00:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 95.05 0.00 1029.70 0.00 514.85 0.00 10.83 0.11 1.15 1.04 9.90
+hda 0.00 4046.00 0.00 198.00 0.00 33768.00 0.00 16884.00 170.55 144.23 820.15 5.06 100.10
-Time: 19:50:37
+Time: 10:00:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 41.00 0.00 544.00 0.00 272.00 0.00 13.27 0.03 0.78 0.78 3.20
+hda 0.00 3616.83 0.99 103.96 7.92 29948.51 3.96 14974.26 285.43 141.25 1070.29 9.44 99.11
-Time: 19:50:38
+Time: 10:00:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 951.52 64.65 80.81 1187.88 8129.29 593.94 4064.65 64.06 147.30 729.96 6.95 101.11
-Time: 19:50:39
+Time: 10:00:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 39.00 0.00 13.00 0.00 416.00 0.00 208.00 32.00 0.02 1.38 0.31 0.40
+hda 0.00 4431.00 41.00 75.00 1088.00 36272.00 544.00 18136.00 322.07 142.97 1133.91 8.63 100.10
-Time: 19:50:40
+Time: 10:00:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.02 18.00 18.00 1.80
+hda 0.99 2871.29 5.94 131.68 499.01 23984.16 249.50 11992.08 177.90 152.64 1442.63 7.20 99.11
-Time: 19:50:41
+Time: 10:00:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.00 0.00 56.00 0.00 28.00 0.00 28.00 0.05 19.00 15.50 3.10
+hda 1.01 2517.17 48.48 73.74 1107.07 20452.53 553.54 10226.26 176.40 141.89 783.91 8.27 101.11
-Time: 19:50:42
+Time: 10:00:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 16.83 0.00 475.25 0.00 237.62 0.00 28.24 0.13 8.18 4.41 7.43
+hda 0.00 572.28 5.94 100.99 142.57 5600.00 71.29 2800.00 53.70 142.39 1337.58 9.27 99.11
-Time: 19:50:43
+Time: 10:00:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 23.00 0.00 208.00 0.00 104.00 0.00 9.04 0.25 11.22 7.39 17.00
+hda 0.00 1975.76 8.08 169.70 56.57 16161.62 28.28 8080.81 91.23 58.08 928.97 5.68 100.91
-Time: 19:50:44
+Time: 10:00:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 35.51 175.70 9.35 3633.64 358.88 1816.82 179.44 21.58 2.53 13.65 2.37 43.83
+hda 0.00 1371.29 19.80 23.76 285.15 11097.03 142.57 5548.51 261.27 1.12 39.09 7.05 30.69
-Time: 19:50:45
+Time: 10:00:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 19.00 0.00 312.00 0.00 156.00 0.00 16.42 0.14 7.16 4.00 7.60
+hda 0.00 717.82 30.69 103.96 665.35 6590.10 332.67 3295.05 53.88 7.96 59.09 2.98 40.10
-Time: 19:50:46
+Time: 10:00:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 24.00 0.00 12.00 0.00 24.00 0.00 0.00 0.00 0.00
+hda 0.00 2124.00 0.00 151.00 0.00 18216.00 0.00 9108.00 120.64 3.31 21.13 4.28 64.60
-Time: 19:50:47
+Time: 10:00:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 38.61 0.00 879.21 0.00 439.60 0.00 22.77 0.44 11.51 2.72 10.50
+hda 0.00 667.33 81.19 182.18 3287.13 6772.28 1643.56 3386.14 38.20 0.89 3.85 1.98 52.18
-Time: 19:50:48
+Time: 10:00:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 34.91 0.00 1018.87 0.00 509.43 0.00 29.19 0.28 8.14 2.54 8.87
+hda 1.01 1459.60 152.53 48.48 2012.12 12056.57 1006.06 6028.28 69.99 1.64 8.21 1.60 32.22
-Time: 19:50:49
+Time: 10:00:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 176.24 22.77 24.75 205.94 1607.92 102.97 803.96 38.17 0.53 11.06 3.79 18.02
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:50:50
+Time: 10:00:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 33.00 0.00 480.00 0.00 240.00 0.00 14.55 0.19 6.06 2.88 9.50
+hda 0.00 864.00 0.00 47.00 0.00 8000.00 0.00 4000.00 170.21 3.52 10.43 2.68 12.60
-Time: 19:50:51
+Time: 10:00:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 70.30 0.00 776.24 0.00 388.12 0.00 11.04 0.67 9.49 6.04 42.48
+hda 0.00 1586.87 0.00 205.05 0.00 13721.21 0.00 6860.61 66.92 14.15 76.73 3.69 75.76
-Time: 19:50:52
+Time: 10:00:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 51.96 0.00 415.69 0.00 207.84 0.00 8.00 0.21 4.00 3.68 19.12
+hda 0.00 1051.00 1.00 175.00 8.00 9712.00 4.00 4856.00 55.23 2.28 21.22 3.35 58.90
-Time: 19:50:53
+Time: 10:00:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 121.78 1.98 982.18 15.84 491.09 7.92 8.06 1.10 8.80 5.16 63.86
+hda 0.00 196.00 4.00 79.00 40.00 2192.00 20.00 1096.00 26.89 0.13 1.53 1.39 11.50
-Time: 19:50:54
+Time: 10:00:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 771.29 105.94 36.63 855.45 6463.37 427.72 3231.68 51.33 2.23 15.67 5.29 75.45
+hda 5.88 0.00 139.22 0.00 5058.82 0.00 2529.41 0.00 36.34 0.50 3.61 1.61 22.45
-Time: 19:50:55
+Time: 10:00:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 182.18 0.00 1449.50 0.00 724.75 0.00 7.96 1.19 6.57 4.75 86.53
+hda 0.00 0.00 1.98 0.00 39.60 0.00 19.80 0.00 20.00 0.02 9.50 9.50 1.88
-Time: 19:50:56
+Time: 10:00:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 5.05 107.07 3.03 1082.83 64.65 541.41 32.32 10.42 0.85 7.75 5.43 59.80
+hda 0.00 0.00 12.00 0.00 400.00 0.00 200.00 0.00 33.33 0.05 4.00 3.92 4.70
-Time: 19:50:57
+Time: 10:00:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 1.00 0.00 4.00 0.00 144.00 0.00 72.00 0.00 36.00 0.05 12.25 12.25 4.90
-Time: 19:50:58
+Time: 10:00:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 64.65 0.00 23.23 0.00 703.03 0.00 351.52 30.26 0.05 2.22 0.48 1.11
-Time: 19:50:59
+Time: 10:00:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2481.00 8.00 259.00 168.00 23160.00 84.00 11580.00 87.37 97.10 244.25 2.63 70.30
+hda 0.00 0.00 28.16 0.00 2267.96 0.00 1133.98 0.00 80.55 0.22 7.76 6.10 17.18
-Time: 19:51:00
+Time: 10:00:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3136.00 63.00 181.00 928.00 26368.00 464.00 13184.00 111.87 146.11 408.83 4.10 100.10
+hda 1.00 0.00 116.00 0.00 12008.00 0.00 6004.00 0.00 103.52 0.91 7.78 4.00 46.40
-Time: 19:51:01
+Time: 10:00:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2789.00 38.00 200.00 1752.00 24048.00 876.00 12024.00 108.40 146.98 671.66 4.21 100.10
+hda 2.00 0.00 109.00 0.00 10040.00 0.00 5020.00 0.00 92.11 2.05 18.87 3.68 40.10
-Time: 19:51:02
+Time: 10:00:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 137.62 63.37 57.43 3413.86 1425.74 1706.93 712.87 40.07 140.41 637.43 8.20 99.11
+hda 0.00 0.00 28.71 0.00 982.18 0.00 491.09 0.00 34.21 0.28 9.69 6.76 19.41
-Time: 19:51:03
+Time: 10:00:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 1324.00 17.00 234.00 584.00 14104.00 292.00 7052.00 58.52 123.18 829.44 4.02 101.00
+hda 0.00 80.81 4.04 25.25 48.48 848.48 24.24 424.24 30.62 0.07 2.31 1.69 4.95
-Time: 19:51:04
+Time: 10:00:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.96 2449.50 140.59 187.13 3699.01 21370.30 1849.50 10685.15 76.50 61.77 147.06 3.02 99.11
+hda 0.00 0.00 12.75 0.00 219.61 0.00 109.80 0.00 17.23 0.06 4.46 4.46 5.69
-Time: 19:51:05
+Time: 10:00:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 823.23 210.10 59.60 3587.88 6844.44 1793.94 3422.22 38.68 156.75 234.30 3.75 101.11
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:06
+Time: 10:00:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2428.16 123.30 148.54 1887.38 20675.73 943.69 10337.86 83.00 141.76 820.15 3.66 99.51
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:07
+Time: 10:00:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 3323.00 7.00 292.00 1304.00 28888.00 652.00 14444.00 100.98 143.29 512.20 3.35 100.10
+hda 0.00 0.00 4.00 0.00 40.00 0.00 20.00 0.00 10.00 0.01 2.25 2.25 0.90
-Time: 19:51:08
+Time: 10:00:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4400.00 8.00 315.00 1224.00 38256.00 612.00 19128.00 122.23 144.08 439.28 3.10 100.10
+hda 0.00 551.00 1.00 162.00 112.00 6664.00 56.00 3332.00 41.57 57.58 155.18 3.18 51.90
-Time: 19:51:09
+Time: 10:00:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.97 1076.24 14.85 234.65 1964.36 9504.95 982.18 4752.48 45.97 72.39 375.94 3.97 99.11
+hda 0.00 254.46 0.99 399.01 0.00 5219.80 0.00 2609.90 13.05 115.26 321.61 2.48 99.11
-Time: 19:51:10
+Time: 10:00:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6462.00 8.00 254.00 776.00 54360.00 388.00 27180.00 210.44 118.90 295.23 3.82 100.10
+hda 0.00 53.00 19.00 308.00 736.00 2912.00 368.00 1456.00 11.16 117.00 329.20 3.07 100.50
-Time: 19:51:11
+Time: 10:00:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 2798.02 18.81 195.05 293.07 23318.81 146.53 11659.41 110.41 42.15 402.55 4.42 94.46
+hda 4.95 49.50 33.66 252.48 2914.85 1449.50 1457.43 724.75 15.25 77.84 369.30 3.22 92.08
-Time: 19:51:12
+Time: 10:00:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.12 3.06 34.69 40.82 130.61 20.41 65.31 4.54 1.25 88.46 3.54 13.37
+hda 0.00 0.00 21.00 0.00 168.00 0.00 84.00 0.00 8.00 0.19 9.24 6.62 13.90
-Time: 19:51:13
+Time: 10:00:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1096.04 53.47 128.71 768.32 9805.94 384.16 4902.97 58.04 2.21 12.14 1.92 34.95
+hda 0.00 63.00 0.00 13.00 0.00 608.00 0.00 304.00 46.77 0.02 1.38 0.38 0.50
-Time: 19:51:14
+Time: 10:00:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 2284.00 14.00 262.00 304.00 20360.00 152.00 10180.00 74.87 3.15 11.40 1.55 42.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:15
+Time: 10:00:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 51.52 154.55 24.24 1995.96 606.06 997.98 303.03 14.55 3.08 13.34 2.79 49.90
+hda 0.00 0.00 6.93 0.00 285.15 0.00 142.57 0.00 41.14 0.04 5.57 5.14 3.56
-Time: 19:51:16
+Time: 10:00:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 1481.00 157.00 130.00 1888.00 12888.00 944.00 6444.00 51.48 4.73 18.75 2.25 64.50
+hda 0.00 0.00 13.00 0.00 840.00 0.00 420.00 0.00 64.62 0.07 4.31 4.46 5.80
-Time: 19:51:17
+Time: 10:00:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.96 0.00 0.00 0.00 0.00 0.00 0.00 0.05 44.00 11.50 2.25
+hda 0.00 10.00 31.00 4.00 664.00 112.00 332.00 56.00 22.17 0.27 8.00 5.63 19.70
-Time: 19:51:18
+Time: 10:00:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 129.29 0.00 64.65 0.00 128.00 0.02 15.00 15.00 1.52
+hda 0.00 538.38 0.00 19.19 0.00 4460.61 0.00 2230.30 232.42 0.07 3.68 1.42 2.73
-Time: 19:51:19
+Time: 10:00:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 12.00 0.00 15.00 1.00 288.00 8.00 144.00 4.00 18.50 0.31 19.50 4.25 6.80
+hda 0.00 2718.81 3.96 64.36 31.68 22716.83 15.84 11358.42 332.99 4.69 60.51 4.68 31.98
-Time: 19:51:20
+Time: 10:00:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 14.00 0.00 224.00 0.00 112.00 0.00 16.00 0.08 5.86 4.71 6.60
+hda 0.00 5965.00 0.00 184.00 0.00 49624.00 0.00 24812.00 269.70 95.55 326.60 5.44 100.10
-Time: 19:51:21
+Time: 10:00:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1463.37 19.80 141.58 190.10 12839.60 95.05 6419.80 80.74 1.15 7.15 1.13 18.22
+hda 0.00 2614.00 8.00 124.00 1200.00 21920.00 600.00 10960.00 175.15 112.36 727.30 7.58 100.10
-Time: 19:51:22
+Time: 10:00:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 7.00 2109.00 1.00 306.00 72.00 19320.00 36.00 9660.00 63.17 3.91 12.62 1.79 54.90
+hda 1.00 6043.00 50.00 76.00 2496.00 49368.00 1248.00 24684.00 411.62 116.90 542.17 7.94 100.10
-Time: 19:51:23
+Time: 10:00:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 10.00 0.00 240.00 0.00 120.00 0.00 24.00 0.04 8.30 3.90 3.90
+hda 0.00 3683.00 3.00 131.00 0.00 30496.00 0.00 15248.00 227.58 142.14 1062.18 7.48 100.20
-Time: 19:51:24
+Time: 10:00:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 13.13 6.06 177.78 48.48 88.89 24.24 11.79 0.07 3.74 2.47 4.75
+hda 0.00 11508.08 0.00 136.36 0.00 92880.81 0.00 46440.40 681.13 142.76 1221.64 7.41 101.11
-Time: 19:51:25
+Time: 10:00:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 75.25 0.00 1116.83 0.00 558.42 0.00 14.84 0.82 9.24 1.37 10.30
+hda 0.00 0.00 0.00 88.12 0.00 7.92 0.00 3.96 0.09 59.30 1060.61 11.25 99.11
-Time: 19:51:26
+Time: 10:00:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 0.00 359.60 0.00 4476.77 0.00 2238.38 0.00 12.45 3.19 9.23 1.47 52.93
+hda 0.00 1943.14 54.90 39.22 933.33 15662.75 466.67 7831.37 176.33 5.40 400.91 9.90 93.14
-Time: 19:51:27
+Time: 10:00:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 51.96 43.14 16.67 462.75 549.02 231.37 274.51 16.92 0.23 3.85 2.15 12.84
+hda 2.02 0.00 40.40 2.02 1608.08 8.08 804.04 4.04 38.10 0.37 9.95 7.02 29.80
-Time: 19:51:28
+Time: 10:00:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 7.00 0.00 224.00 0.00 112.00 0.00 32.00 0.05 7.57 6.43 4.50
+hda 0.00 37.62 3.96 5.94 126.73 348.51 63.37 174.26 48.00 0.05 5.00 5.00 4.95
-Time: 19:51:29
+Time: 10:00:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 39.00 0.00 1032.00 0.00 516.00 0.00 26.46 0.23 6.00 1.79 7.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:30
+Time: 10:00:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:31
+Time: 10:00:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.96 0.00 0.99 0.00 39.60 0.00 19.80 40.00 0.00 3.00 3.00 0.30
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:32
+Time: 10:00:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 74.00 2.00 17.00 16.00 728.00 8.00 364.00 39.16 0.05 2.47 1.11 2.10
+hda 0.00 3036.00 0.00 18.00 0.00 24432.00 0.00 12216.00 1357.33 1.56 86.72 12.17 21.90
-Time: 19:51:33
+Time: 10:00:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 6.00 0.00 72.00 0.00 36.00 0.00 12.00 0.05 8.33 8.33 5.00
+hda 0.00 1.00 0.00 5.00 0.00 48.00 0.00 24.00 9.60 0.00 0.00 0.00 0.00
-Time: 19:51:34
+Time: 10:00:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.98 15.84 25.74 174.26 221.78 87.13 110.89 9.52 0.10 2.50 1.21 5.05
+hda 0.00 0.00 2.02 0.00 16.16 0.00 8.08 0.00 8.00 0.01 6.50 6.50 1.31
-Time: 19:51:35
+Time: 10:00:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:36
+Time: 10:01:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:37
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 75.00 0.00 13.00 0.00 784.00 0.00 392.00 60.31 0.06 1.15 0.31 0.40
-
-Time: 19:51:38
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 34.00 9.00 13.00 80.00 296.00 40.00 148.00 17.09 0.07 5.18 3.05 6.70
-
-Time: 19:51:39
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 483.17 3.96 202.97 87.13 6415.84 43.56 3207.92 31.43 26.40 55.75 1.19 24.55
-
-Time: 19:51:40
-Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 295.00 0.00 602.00 0.00 7144.00 0.00 3572.00 11.87 116.65 198.18 1.66 100.10
-
-Time: 19:51:41
+Time: 10:01:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4.04 0.00 131.31 0.00 169.70 0.00 84.85 1.29 16.60 221.50 1.82 23.84
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 7.00 7.00 0.70
-Time: 19:51:42
+Time: 10:01:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 55.45 0.00 10.89 0.00 538.61 0.00 269.31 49.45 0.02 2.00 0.36 0.40
+hda 0.00 1.00 2.00 5.00 16.00 48.00 8.00 24.00 9.14 0.02 2.57 2.57 1.80
-Time: 19:51:43
+Time: 10:01:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 30.00 0.00 3.00 0.00 256.00 0.00 128.00 85.33 0.00 1.00 0.33 0.10
+hda 0.00 1962.38 0.00 41.58 0.00 16031.68 0.00 8015.84 385.52 1.61 38.81 3.57 14.85
-Time: 19:51:44
+Time: 10:01:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.99 0.00 7.92 0.00 3.96 8.00 0.00 3.00 3.00 0.30
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:45
+Time: 10:01:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:46
+Time: 10:01:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 22.00 0.00 256.00 0.00 128.00 0.00 11.64 0.15 7.00 2.59 5.70
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:47
+Time: 10:01:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 58.42 12.87 13.86 285.15 594.06 142.57 297.03 32.89 0.14 5.00 2.30 6.14
+hda 0.00 7.00 0.00 6.00 0.00 104.00 0.00 52.00 17.33 0.00 0.00 0.00 0.00
-Time: 19:51:48
+Time: 10:01:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 27.00 3.00 232.00 8.00 116.00 4.00 8.00 0.26 8.60 6.07 18.20
+hda 0.00 1607.92 0.00 30.69 0.00 13108.91 0.00 6554.46 427.10 2.01 65.55 4.71 14.46
-Time: 19:51:49
+Time: 10:01:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 10.10 89.90 4.04 880.81 113.13 440.40 56.57 10.58 1.01 10.76 5.81 54.55
+hda 0.00 0.00 0.00 2.02 0.00 16.16 0.00 8.08 8.00 0.01 3.00 1.50 0.30
-Time: 19:51:50
+Time: 10:01:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 29.00 0.00 224.00 0.00 112.00 0.00 7.72 0.03 1.24 0.93 2.70
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:51
+Time: 10:01:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 78.00 0.00 14520.00 0.00 7260.00 0.00 186.15 0.34 4.33 4.01 31.30
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:52
+Time: 10:01:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4684.00 13.00 257.00 2776.00 39568.00 1388.00 19784.00 156.83 17.86 63.72 3.07 82.90
+hda 0.00 0.99 0.00 4.95 0.00 47.52 0.00 23.76 9.60 0.00 0.00 0.00 0.00
-Time: 19:51:53
+Time: 10:01:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6288.12 7.92 260.40 126.73 52958.42 63.37 26479.21 197.85 22.88 71.15 2.98 80.00
+hda 0.00 2060.00 5.00 21.00 40.00 16648.00 20.00 8324.00 641.85 2.12 81.73 8.12 21.10
-Time: 19:51:54
+Time: 10:01:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 4611.88 12.87 217.82 1401.98 39104.95 700.99 19552.48 175.59 51.94 162.24 4.17 96.14
+hda 0.00 0.00 2.02 1.01 16.16 8.08 8.08 4.04 8.00 0.03 9.33 9.33 2.83
-Time: 19:51:55
+Time: 10:01:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.04 5075.51 8.16 296.94 1738.78 42955.10 869.39 21477.55 146.49 146.07 384.69 3.35 102.14
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:56
+Time: 10:01:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3573.27 6.93 224.75 855.45 30645.54 427.72 15322.77 135.97 141.80 621.94 4.28 99.11
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:51:57
+Time: 10:01:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1511.76 19.61 215.69 2243.14 13121.57 1121.57 6560.78 65.30 29.61 249.70 3.63 85.49
+hda 0.00 1.00 0.00 5.00 0.00 48.00 0.00 24.00 9.60 0.00 0.20 0.20 0.10
-Time: 19:51:58
+Time: 10:01:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 8.08 66.67 24.24 6.06 436.36 581.82 218.18 290.91 33.60 0.63 20.63 10.57 32.02
+hda 0.00 874.51 0.00 17.65 0.00 7137.25 0.00 3568.63 404.44 0.54 30.33 4.33 7.65
-Time: 19:51:59
+Time: 10:01:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.04 474.75 82.83 23.23 2125.25 3983.84 1062.63 1991.92 57.60 1.87 17.59 6.13 65.05
+hda 0.00 314.14 0.00 176.77 0.00 4824.24 0.00 2412.12 27.29 65.05 194.35 3.15 55.66
-Time: 19:52:00
+Time: 10:01:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 4.90 0.00 109.80 0.00 54.90 0.00 22.40 0.06 12.20 7.80 3.82
+hda 0.00 616.00 2.00 243.00 16.00 6008.00 8.00 3004.00 24.59 83.87 460.74 4.09 100.10
-Time: 19:52:01
+Time: 10:01:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 14.00 0.00 5.00 0.00 160.00 0.00 80.00 0.00 32.00 0.05 9.40 9.40 4.70
+hda 0.00 0.00 2.97 2.97 23.76 0.00 11.88 0.00 4.00 0.16 255.17 14.50 8.61
-Time: 19:52:02
+Time: 10:01:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 35.00 0.00 8.00 0.00 344.00 0.00 172.00 43.00 0.01 0.62 0.38 0.30
+hda 0.00 8.00 0.00 5.00 0.00 104.00 0.00 52.00 20.80 0.00 0.20 0.20 0.10
-Time: 19:52:03
+Time: 10:01:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:52:04
+Time: 10:01:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2826.21 0.00 97.09 0.00 23386.41 0.00 11693.20 240.88 11.04 113.69 2.53 24.56
+hda 0.00 1772.00 0.00 26.00 0.00 14384.00 0.00 7192.00 553.23 1.72 66.00 6.35 16.50
-Time: 19:52:05
+Time: 10:01:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:52:06
+Time: 10:01:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 2.00 0.00 24.00 0.00 12.00 0.00 12.00 0.02 8.00 8.00 1.60
-Time: 19:52:07
+Time: 10:01:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.06 0.00 6.06 0.00 96.97 0.00 48.48 16.00 0.00 0.33 0.33 0.20
+hda 0.00 1.00 0.00 5.00 0.00 48.00 0.00 24.00 9.60 0.00 0.00 0.00 0.00
-Time: 19:52:08
+Time: 10:01:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 34.00 0.00 5.00 0.00 312.00 0.00 156.00 0.00 62.40 0.02 3.40 3.40 1.70
+hda 1.00 0.00 12.00 3.00 768.00 24.00 384.00 12.00 52.80 0.24 15.80 4.93 7.40
-Time: 19:52:09
+Time: 10:01:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 10.00 0.00 2.00 0.00 96.00 0.00 48.00 0.00 48.00 0.01 4.00 4.00 0.80
+hda 0.00 5157.43 0.00 127.72 0.00 43065.35 0.00 21532.67 337.18 73.66 205.37 4.37 55.84
-Time: 19:52:10
+Time: 10:01:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 1.01 403.03 5.05 105.05 202.02 3264.65 101.01 1632.32 31.49 43.15 831.39 7.87 86.67
-Time: 19:52:11
+Time: 10:01:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 5533.66 0.99 87.13 55.45 45972.28 27.72 22986.14 522.34 80.75 207.46 6.58 58.02
-Time: 19:52:12
+Time: 10:01:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2479.80 0.00 116.16 0.00 20767.68 0.00 10383.84 178.78 13.30 114.49 2.21 25.66
+hda 0.00 968.69 1.01 198.99 8.08 8315.15 4.04 4157.58 41.62 53.96 588.42 4.65 92.93
-Time: 19:52:13
+Time: 10:01:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1357.43 0.99 94.06 7.92 11611.88 3.96 5805.94 122.25 3.22 33.85 3.28 31.19
-Time: 19:52:14
+Time: 10:01:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 1.01 0.00 8.08 0.00 4.04 8.00 0.00 3.00 3.00 0.30
+hda 0.00 4172.00 2.00 94.00 144.00 34128.00 72.00 17064.00 357.00 16.84 175.18 6.00 57.60
-Time: 19:52:15
+Time: 10:01:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 7.00 0.00 1.00 0.00 64.00 0.00 32.00 0.00 64.00 0.02 22.00 22.00 2.20
+hda 0.00 1433.33 36.36 134.34 4412.12 12573.74 2206.06 6286.87 99.50 0.69 3.64 2.65 45.25
-Time: 19:52:16
+Time: 10:01:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 13.73 0.00 1.96 0.00 125.49 0.00 62.75 0.00 64.00 0.01 4.00 4.00 0.78
+hda 0.00 2607.07 18.18 124.24 2230.30 21834.34 1115.15 10917.17 168.96 5.24 36.87 3.65 52.02
-Time: 19:52:17
+Time: 10:01:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4.04 0.00 6.06 0.00 80.81 0.00 40.40 13.33 0.00 0.17 0.17 0.10
+hda 0.00 2450.00 37.25 188.24 3788.24 21090.20 1894.12 10545.10 110.33 4.52 20.39 2.85 64.22
-Time: 19:52:18
+Time: 10:01:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 7.00 2141.00 1.00 41.00 64.00 17872.00 32.00 8936.00 427.05 5.80 35.17 2.02 8.50
+hda 0.00 4048.00 5.00 133.00 192.00 34128.00 96.00 17064.00 248.70 10.80 21.25 1.86 25.70
-Time: 19:52:19
+Time: 10:01:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 920.79 0.00 176.24 0.00 8514.85 0.00 4257.43 48.31 17.34 91.68 2.55 44.95
+hda 0.00 1237.62 16.83 201.98 1425.74 10851.49 712.87 5425.74 56.11 24.04 145.47 3.66 80.00
-Time: 19:52:20
+Time: 10:01:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 18.81 0.00 0.00 0.00 0.00 0.00 2.23 409.32 9.74 18.32
+hda 0.00 1548.48 16.16 237.37 1616.16 14949.49 808.08 7474.75 65.34 24.23 67.34 3.29 83.43
-Time: 19:52:21
+Time: 10:01:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1237.62 15.84 216.83 1695.05 10978.22 847.52 5489.11 54.47 13.88 89.80 3.28 76.24
-Time: 19:52:22
+Time: 10:01:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5.88 0.00 5.88 0.00 94.12 0.00 47.06 16.00 0.00 0.17 0.17 0.10
+hda 1.00 2269.00 8.00 199.00 648.00 19760.00 324.00 9880.00 98.59 1.70 8.16 2.97 61.40
-Time: 19:52:23
+Time: 10:01:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 14.29 0.00 2.04 0.00 130.61 0.00 65.31 0.00 64.00 0.02 11.00 11.00 2.24
+hda 0.00 991.00 0.00 394.00 0.00 11064.00 0.00 5532.00 28.08 2.88 7.34 1.81 71.50
-Time: 19:52:24
+Time: 10:01:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 865.00 0.00 36.00 0.00 7208.00 0.00 3604.00 200.22 0.91 25.33 1.81 6.50
+hda 0.00 774.26 4.95 343.56 39.60 8942.57 19.80 4471.29 25.77 2.09 5.99 1.79 62.28
-Time: 19:52:25
+Time: 10:01:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 625.25 7.07 261.62 323.23 7094.95 161.62 3547.47 27.61 6.69 24.91 2.17 58.18
-Time: 19:52:26
+Time: 10:01:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:52:27
+Time: 10:01:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.80 0.00 4.85 0.00 93.20 0.00 46.60 19.20 0.00 0.20 0.20 0.10
+hda 0.00 4.00 0.00 5.00 0.00 72.00 0.00 36.00 14.40 0.00 0.00 0.00 0.00
-Time: 19:52:28
+Time: 10:01:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 74.26 9.90 12.87 1750.50 697.03 875.25 348.51 107.48 0.12 5.09 4.48 10.20
-Time: 19:52:29
+Time: 10:01:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 963.37 0.00 60.40 0.00 8190.10 0.00 4095.05 135.61 2.56 42.36 1.61 9.70
+hda 0.00 2419.19 27.27 188.89 4888.89 20872.73 2444.44 10436.36 119.18 18.78 86.88 4.29 92.63
-Time: 19:52:30
+Time: 10:01:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2250.50 51.49 167.33 8300.99 19342.57 4150.50 9671.29 126.33 1.66 7.60 3.64 79.70
-Time: 19:52:31
+Time: 10:01:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 3193.00 34.00 92.00 6272.00 26296.00 3136.00 13148.00 258.48 8.82 67.02 6.73 84.80
-Time: 19:52:32
+Time: 10:01:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.96 0.00 5.94 0.00 79.21 0.00 39.60 13.33 0.00 0.17 0.17 0.10
+hda 0.00 3525.00 29.00 118.00 5024.00 29280.00 2512.00 14640.00 233.36 3.68 16.31 4.54 66.80
-Time: 19:52:33
+Time: 10:01:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 3171.00 8.00 146.00 912.00 26744.00 456.00 13372.00 179.58 20.16 58.83 3.79 58.40
-Time: 19:52:34
+Time: 10:01:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1610.00 0.00 71.00 0.00 13448.00 0.00 6724.00 189.41 4.78 67.37 1.94 13.80
+hda 0.00 2665.35 18.81 138.61 4221.78 22209.90 2110.89 11104.95 167.90 19.98 172.34 5.32 83.76
-Time: 19:52:35
+Time: 10:01:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 698.99 6.06 283.84 323.23 7733.33 161.62 3866.67 27.79 3.38 30.98 2.68 77.58
-Time: 19:52:36
+Time: 10:01:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.01 5.00 5.00 1.00
+hda 0.00 280.00 3.00 323.00 128.00 5936.00 64.00 2968.00 18.60 112.33 252.62 2.76 90.10
-Time: 19:52:37
+Time: 10:01:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.03 0.00 5.05 0.00 64.65 0.00 32.32 12.80 0.00 0.20 0.20 0.10
+hda 0.00 44.44 25.25 241.41 654.55 1155.56 327.27 577.78 6.79 49.18 297.99 2.81 74.95
-Time: 19:52:38
+Time: 10:01:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 5.94 0.00 178.22 0.00 2978.22 0.00 1489.11 0.00 16.71 1.32 7.39 4.81 85.74
+hda 0.00 0.00 3.96 0.00 31.68 0.00 15.84 0.00 8.00 0.04 9.75 9.75 3.86
-Time: 19:52:39
+Time: 10:01:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3732.00 26.00 265.00 208.00 31984.00 104.00 15992.00 110.63 67.76 232.42 3.33 97.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:52:40
+Time: 10:02:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 114.85 6.93 1077.23 47.52 538.61 23.76 9.24 0.93 8.65 6.76 82.38
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:52:41
+Time: 10:02:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5326.00 55.00 184.00 480.00 45216.00 240.00 22608.00 191.20 74.54 161.83 3.89 92.90
+hda 0.00 3035.64 22.77 27.72 190.10 24506.93 95.05 12253.47 489.10 2.25 44.47 7.73 39.01
-Time: 19:52:42
+Time: 10:02:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1859.00 6.00 263.00 64.00 15872.00 32.00 7936.00 59.24 88.31 461.19 3.72 100.00
+hda 3.03 3853.54 9.09 72.73 274.75 31410.10 137.37 15705.05 387.26 1.09 13.46 4.32 35.35
-Time: 19:52:43
+Time: 10:02:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 976.00 55.00 136.00 432.00 8864.00 216.00 4432.00 48.67 3.07 16.67 4.42 84.50
+hda 1.01 169.70 51.52 41.41 1276.77 1688.89 638.38 844.44 31.91 0.50 5.36 3.45 32.02
-Time: 19:52:44
+Time: 10:02:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1115.00 54.00 127.00 432.00 9936.00 216.00 4968.00 57.28 5.19 28.63 5.16 93.40
+hda 0.98 0.00 181.37 0.00 2635.29 0.00 1317.65 0.00 14.53 0.21 1.14 1.12 20.29
-Time: 19:52:45
+Time: 10:02:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3609.00 32.00 100.00 256.00 30312.00 128.00 15156.00 231.58 31.32 93.17 3.94 52.00
+hda 0.00 0.00 87.00 0.00 1240.00 0.00 620.00 0.00 14.25 0.19 2.20 2.18 19.00
-Time: 19:52:46
+Time: 10:02:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1016.00 36.00 158.00 288.00 8768.00 144.00 4384.00 46.68 15.24 176.29 4.20 81.40
+hda 0.00 0.00 238.00 0.00 2224.00 0.00 1112.00 0.00 9.34 0.23 0.95 0.92 22.00
-Time: 19:52:47
+Time: 10:02:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 933.33 57.58 158.59 460.61 8751.52 230.30 4375.76 42.62 1.56 7.08 3.36 72.63
+hda 0.00 2728.28 12.12 38.38 557.58 22133.33 278.79 11066.67 449.28 4.32 85.60 6.28 31.72
-Time: 19:52:48
+Time: 10:02:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2171.29 57.43 143.56 459.41 18495.05 229.70 9247.52 94.31 9.82 49.30 4.47 89.90
+hda 0.00 47.52 17.82 3.96 554.46 411.88 277.23 205.94 44.36 0.03 1.55 1.27 2.77
-Time: 19:52:49
+Time: 10:02:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1523.00 64.00 145.00 504.00 13336.00 252.00 6668.00 66.22 2.95 14.14 3.78 79.00
+hda 0.00 0.00 414.00 0.00 3712.00 0.00 1856.00 0.00 8.97 0.14 0.34 0.32 13.10
-Time: 19:52:50
+Time: 10:02:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1160.00 58.00 142.00 472.00 10432.00 236.00 5216.00 54.52 2.31 11.42 4.53 90.50
+hda 0.00 0.00 174.00 0.00 1384.00 0.00 692.00 0.00 7.95 0.04 0.25 0.25 4.30
-Time: 19:52:51
+Time: 10:02:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 537.00 73.00 123.00 576.00 5264.00 288.00 2632.00 29.80 1.68 8.69 4.47 87.70
+hda 0.99 0.00 96.04 0.00 1528.71 0.00 764.36 0.00 15.92 0.27 2.82 2.76 26.53
-Time: 19:52:52
+Time: 10:02:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3481.37 52.94 122.55 423.53 29615.69 211.76 14807.84 171.17 51.59 102.94 4.54 79.61
+hda 2.02 2710.10 22.22 9.09 501.01 21826.26 250.51 10913.13 713.03 1.23 10.42 6.16 19.29
-Time: 19:52:53
+Time: 10:02:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 936.63 37.62 310.89 308.91 9196.04 154.46 4598.02 27.27 15.37 141.05 2.69 93.66
+hda 0.00 9.00 56.00 11.00 576.00 88.00 288.00 44.00 9.91 0.99 28.16 4.36 29.20
-Time: 19:52:54
+Time: 10:02:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 539.00 23.00 240.00 184.00 7160.00 92.00 3580.00 27.92 44.64 142.00 3.76 98.80
+hda 2.00 0.00 86.00 0.00 1984.00 0.00 992.00 0.00 23.07 0.25 2.94 2.22 19.10
-Time: 19:52:55
+Time: 10:02:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 217.17 3.03 312.12 24.24 3410.10 12.12 1705.05 10.90 91.40 292.14 3.21 101.11
+hda 0.00 0.00 14.00 0.00 112.00 0.00 56.00 0.00 8.00 0.04 3.07 3.07 4.30
-Time: 19:52:56
+Time: 10:02:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 760.40 41.58 138.61 332.67 7073.27 166.34 3536.63 41.10 2.92 52.97 5.11 92.08
+hda 0.99 0.00 79.21 0.00 10724.75 0.00 5362.38 0.00 135.40 0.30 3.76 3.56 28.22
-Time: 19:52:57
+Time: 10:02:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1258.59 57.58 159.60 460.61 11385.86 230.30 5692.93 54.55 3.24 14.80 4.31 93.64
+hda 6.00 2836.00 72.00 8.00 8448.00 22824.00 4224.00 11412.00 390.90 1.40 5.42 4.34 34.70
-Time: 19:52:58
+Time: 10:02:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1500.99 48.51 125.74 388.12 12974.26 194.06 6487.13 76.68 2.85 16.39 5.01 87.23
+hda 2.00 16.00 48.00 11.00 8008.00 144.00 4004.00 72.00 138.17 1.74 45.93 9.36 55.20
-Time: 19:52:59
+Time: 10:02:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1198.99 49.49 123.23 395.96 10593.94 197.98 5296.97 63.63 1.73 9.99 4.10 70.81
+hda 3.00 0.00 58.00 0.00 1848.00 0.00 924.00 0.00 31.86 0.13 2.26 2.24 13.00
-Time: 19:53:00
+Time: 10:02:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.98 623.53 64.71 187.25 627.45 6486.27 313.73 3243.14 28.23 1.66 6.66 3.25 81.96
+hda 0.00 482.00 200.00 2.00 2304.00 3872.00 1152.00 1936.00 30.57 0.30 1.48 1.33 26.90
-Time: 19:53:01
+Time: 10:02:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 274.00 89.00 112.00 712.00 3080.00 356.00 1540.00 18.87 2.61 13.00 4.41 88.60
+hda 0.00 0.00 24.00 0.00 368.00 0.00 184.00 0.00 15.33 0.07 2.92 2.42 5.80
-Time: 19:53:02
+Time: 10:02:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 415.00 36.00 158.00 416.00 4576.00 208.00 2288.00 25.73 0.64 3.32 2.26 43.90
+hda 0.00 2296.00 0.00 7.00 0.00 18488.00 0.00 9244.00 2641.14 0.94 24.86 14.43 10.10
-Time: 19:53:03
+Time: 10:02:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 958.00 0.00 317.00 0.00 10208.00 0.00 5104.00 32.20 0.46 1.44 1.46 46.20
+hda 0.99 11.88 113.86 9.90 1045.54 110.89 522.77 55.45 9.34 2.15 23.50 7.26 89.90
-Time: 19:53:04
+Time: 10:02:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 346.00 0.00 101.00 0.00 3568.00 0.00 1784.00 35.33 0.17 1.74 1.70 17.20
+hda 4.00 0.00 146.00 0.00 2568.00 0.00 1284.00 0.00 17.59 0.76 5.21 4.90 71.50
-Time: 19:53:05
+Time: 10:02:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 3.00 0.00 129.00 0.00 12920.00 0.00 6460.00 0.00 100.16 0.86 6.47 4.21 54.30
-Time: 19:53:06
+Time: 10:02:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 5.00 0.00 112.00 0.00 9688.00 0.00 4844.00 0.00 86.50 2.03 18.37 3.63 40.70
-Time: 19:53:07
+Time: 10:02:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2208.91 0.00 107.92 0.00 19049.50 0.00 9524.75 176.51 2.95 14.60 1.12 12.08
+hda 0.00 150.50 0.00 7.92 0.00 1267.33 0.00 633.66 160.00 0.04 4.50 3.50 2.77
-Time: 19:53:08
+Time: 10:02:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2352.53 0.00 284.85 0.00 20573.74 0.00 10286.87 72.23 9.42 38.00 1.56 44.55
+hda 0.00 472.00 0.00 5.00 0.00 3816.00 0.00 1908.00 763.20 0.08 16.00 10.00 5.00
-Time: 19:53:09
+Time: 10:02:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3512.87 1.98 234.65 15.84 29980.20 7.92 14990.10 126.76 11.78 49.80 1.86 43.96
+hda 4.95 435.64 41.58 44.55 1116.83 3841.58 558.42 1920.79 57.56 2.15 24.95 4.44 38.22
-Time: 19:53:10
+Time: 10:02:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3410.10 0.00 246.46 0.00 29252.53 0.00 14626.26 118.69 10.06 40.83 1.64 40.30
+hda 0.00 1886.87 6.06 115.15 48.48 16056.57 24.24 8028.28 132.87 15.71 114.81 3.93 47.68
-Time: 19:53:12
+Time: 10:02:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2666.06 0.00 213.76 0.00 23038.53 0.00 11519.27 107.78 38.38 179.53 2.36 50.37
+hda 0.00 4425.74 0.00 172.28 0.00 37631.68 0.00 18815.84 218.44 96.95 325.34 5.75 99.11
-Time: 19:53:13
+Time: 10:02:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 55.00 0.00 33.00 0.00 704.00 0.00 352.00 21.33 0.04 1.15 0.64 2.10
+hda 1.00 4664.00 3.00 167.00 128.00 39024.00 64.00 19512.00 230.31 111.99 623.95 5.89 100.10
-Time: 19:53:14
+Time: 10:02:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 2813.86 4.95 300.99 895.05 24918.81 447.52 12459.41 84.38 22.13 72.33 1.79 54.85
+hda 0.00 6168.32 6.93 131.68 388.12 50368.32 194.06 25184.16 366.17 142.83 804.45 7.15 99.11
-Time: 19:53:15
+Time: 10:02:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 373.00 3.00 141.00 64.00 4112.00 32.00 2056.00 29.00 0.27 1.64 1.52 21.90
+hda 0.00 3228.00 0.00 118.00 0.00 26592.00 0.00 13296.00 225.36 143.97 861.27 8.48 100.10
-Time: 19:53:16
+Time: 10:02:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 239.39 18.18 502.02 379.80 5931.31 189.90 2965.66 12.13 86.09 165.54 1.67 86.67
+hda 0.00 1300.00 2.00 91.00 232.00 11416.00 116.00 5708.00 125.25 144.74 1641.35 10.76 100.10
-Time: 19:53:17
+Time: 10:02:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 13.00 0.00 176.00 0.00 88.00 0.00 13.54 0.11 8.31 8.31 10.80
+hda 0.00 1178.00 2.00 152.00 48.00 10136.00 24.00 5068.00 66.13 139.88 1368.62 6.50 100.10
-Time: 19:53:18
+Time: 10:02:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2419.00 62.00 105.00 3352.00 20640.00 1676.00 10320.00 143.66 29.06 427.29 5.96 99.60
+
+Time: 10:02:38
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 7543.00 34.00 172.00 936.00 60784.00 468.00 30392.00 299.61 123.09 533.06 4.86 100.10
-Time: 19:53:19
+Time: 10:02:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 57.43 0.99 2.97 23.76 483.17 11.88 241.58 128.00 0.03 7.00 5.25 2.08
+hda 1.00 230.00 15.00 44.00 808.00 2800.00 404.00 1400.00 61.15 88.30 573.22 16.97 100.10
-Time: 19:53:20
+Time: 10:02:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2901.98 1.98 111.88 15.84 24110.89 7.92 12055.45 211.90 15.10 132.63 3.17 36.04
+hda 0.99 418.81 9.90 254.46 285.15 5394.06 142.57 2697.03 21.48 116.46 628.25 3.75 99.11
-Time: 19:53:21
+Time: 10:02:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.00 0.00 5.00 0.00 64.00 0.00 32.00 12.80 0.00 0.20 0.20 0.10
+hda 0.00 90.00 0.00 313.00 0.00 3232.00 0.00 1616.00 10.33 117.30 371.00 3.20 100.10
-Time: 19:53:22
+Time: 10:02:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 14.14 3682.83 20.20 105.05 533.33 30642.42 266.67 15321.21 248.90 6.05 44.46 3.39 42.42
+hda 0.00 1334.34 1.01 234.34 32.32 11579.80 16.16 5789.90 49.34 62.57 353.61 3.97 93.33
-Time: 19:53:23
+Time: 10:02:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 14.00 6.00 24.00 45.00 384.00 72.00 192.00 36.00 6.61 4.03 65.33 3.78 26.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:53:24
+Time: 10:02:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 168.00 55.00 38.00 688.00 1648.00 344.00 824.00 25.12 0.66 7.02 4.23 39.30
+hda 0.00 0.00 7.00 1.00 120.00 8.00 60.00 4.00 16.00 0.05 6.12 6.62 5.30
-Time: 19:53:25
+Time: 10:02:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 10.00 0.00 16.00 0.00 256.00 0.00 128.00 0.00 16.00 0.12 7.31 7.44 11.90
+hda 0.00 675.00 9.00 10.00 376.00 5552.00 188.00 2776.00 312.00 0.22 4.84 2.47 4.70
-Time: 19:53:26
+Time: 10:02:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 600.00 3.00 8.00 16.00 5016.00 8.00 2508.00 457.45 0.13 4.00 2.91 3.20
+hda 0.00 1500.00 14.00 240.00 1296.00 13848.00 648.00 6924.00 59.62 2.26 9.41 2.45 62.30
-Time: 19:53:27
+Time: 10:02:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 12.87 19.80 20.79 245.54 118.81 122.77 59.41 8.98 0.56 16.20 4.39 17.82
+hda 0.00 1922.22 0.00 193.94 0.00 16937.37 0.00 8468.69 87.33 4.39 22.58 3.74 72.53
-Time: 19:53:28
+Time: 10:02:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 51.00 0.00 1296.00 0.00 648.00 0.00 25.41 0.44 8.59 2.90 14.80
+hda 0.00 1720.79 85.15 187.13 3833.66 15263.37 1916.83 7631.68 70.14 1.08 3.61 2.34 63.76
-Time: 19:53:29
+Time: 10:02:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 48.51 21.78 4.95 1782.18 427.72 891.09 213.86 82.67 0.16 6.04 5.30 14.16
+hda 0.00 229.00 24.00 51.00 1400.00 2232.00 700.00 1116.00 48.43 0.33 4.71 2.63 19.70
-Time: 19:53:30
+Time: 10:02:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 20.79 0.00 2685.15 0.00 1342.57 0.00 129.14 0.10 4.67 4.52 9.41
+hda 0.00 0.00 7.07 1.01 121.21 8.08 60.61 4.04 16.00 0.11 24.88 7.88 6.36
-Time: 19:53:31
+Time: 10:02:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 1891.00 89.00 0.00 2760.00 15816.00 1380.00 7908.00 208.72 2.46 1.87 1.82 16.20
+hda 0.00 0.00 3.96 0.00 110.89 0.00 55.45 0.00 28.00 0.01 3.75 3.75 1.49
-Time: 19:53:32
+Time: 10:02:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 10.89 34.65 87.13 1520.79 102.97 760.40 51.49 13.33 20.61 187.89 4.10 49.90
+hda 0.00 0.00 31.00 0.00 984.00 0.00 492.00 0.00 31.74 0.12 4.03 1.74 5.40
-Time: 19:53:33
+Time: 10:02:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.03 0.00 42.42 0.00 1575.76 0.00 787.88 0.00 37.14 0.08 1.88 1.74 7.37
+hda 0.00 0.00 2.00 0.00 24.00 0.00 12.00 0.00 12.00 0.02 8.50 8.50 1.70
-Time: 19:53:34
+Time: 10:02:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 12.87 0.00 95.05 0.00 1489.11 0.00 744.55 0.00 15.67 0.15 1.62 1.31 12.48
+hda 0.00 633.66 0.00 28.71 0.00 5299.01 0.00 2649.50 184.55 0.92 31.90 4.59 13.17
-Time: 19:53:35
+Time: 10:02:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:53:36
+Time: 10:02:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1328.07 170.18 44.74 2105.26 11073.68 1052.63 5536.84 61.32 4.60 14.11 2.09 44.82
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:53:37
+Time: 10:02:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 11.88 111.88 14.85 1441.58 110.89 720.79 55.45 12.25 0.56 18.36 1.55 19.60
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.00 0.00 0.00 0.00
-Time: 19:53:38
+Time: 10:02:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 200.00 0.00 2584.00 0.00 1292.00 0.00 12.92 0.44 2.21 2.22 44.40
+hda 0.00 0.00 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.03 10.00 10.00 3.00
-Time: 19:53:39
+Time: 10:02:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 83.00 0.00 768.00 0.00 384.00 0.00 9.25 0.32 3.82 3.82 31.70
+hda 0.00 77.00 0.00 19.00 0.00 768.00 0.00 384.00 40.42 0.05 2.47 0.58 1.10
-Time: 19:53:40
+Time: 10:03:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 0.00 194.00 0.00 2800.00 0.00 1400.00 0.00 14.43 0.43 2.24 2.16 41.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:53:41
+Time: 10:03:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 12.12 2025.25 94.95 5.05 3070.71 16832.32 1535.35 8416.16 199.03 0.44 1.55 1.51 15.05
+hda 0.00 1.01 0.00 1.01 0.00 16.16 0.00 8.08 16.00 0.00 3.00 3.00 0.30
-Time: 19:53:42
+Time: 10:03:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 10.00 333.00 75.00 2704.00 96.00 1352.00 48.00 6.86 8.74 22.10 1.88 76.70
+hda 0.00 0.00 2.97 0.00 118.81 0.00 59.41 0.00 40.00 0.01 5.00 5.00 1.49
-Time: 19:53:43
+Time: 10:03:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 556.00 0.00 4448.00 16.00 2224.00 8.00 8.03 1.22 1.59 1.65 92.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:53:44
+Time: 10:03:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 376.00 2.00 3008.00 0.00 1504.00 0.00 7.96 1.08 3.72 2.33 88.20
+hda 0.00 116.00 0.00 25.00 0.00 1128.00 0.00 564.00 45.12 0.09 3.44 0.36 0.90
-Time: 19:53:45
+Time: 10:03:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.96 0.00 45.10 0.00 956.86 0.00 478.43 0.00 21.22 0.25 5.89 5.63 25.39
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:53:46
+Time: 10:03:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.04 1058.59 50.51 10.10 1987.88 8913.13 993.94 4456.57 179.87 0.65 5.07 4.27 25.86
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:53:47
+Time: 10:03:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 8.00 49.00 48.00 1752.00 88.00 876.00 44.00 18.97 5.48 59.93 5.60 54.30
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:53:48
+Time: 10:03:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 0.00 80.00 0.00 2520.00 8.00 1260.00 4.00 31.60 0.43 5.34 5.05 40.40
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:53:49
+Time: 10:03:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 59.00 1.00 1232.00 0.00 616.00 0.00 20.53 0.41 6.73 6.67 40.00
+hda 0.00 58.42 0.00 11.88 0.00 562.38 0.00 281.19 47.33 0.01 0.92 0.33 0.40
-Time: 19:53:50
+Time: 10:03:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 6.00 1.00 71.00 2.00 2480.00 24.00 1240.00 12.00 34.30 0.67 9.37 7.78 56.80
+hda 0.00 0.00 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.01 13.00 13.00 1.31
-Time: 19:53:51
+Time: 10:03:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 1228.00 102.00 0.00 2152.00 11096.00 1076.00 5548.00 129.88 1.25 6.22 6.10 62.20
+hda 0.00 0.00 22.77 0.00 1219.80 0.00 609.90 0.00 53.57 0.22 9.70 8.35 19.01
-Time: 19:53:52
+Time: 10:03:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 140.59 113.86 157.43 1235.64 1164.36 617.82 582.18 8.85 95.01 339.61 3.66 99.21
+hda 0.00 0.00 156.00 0.00 14656.00 0.00 7328.00 0.00 93.95 2.08 10.04 3.96 61.70
-Time: 19:53:53
+Time: 10:03:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 14.14 25.25 7.07 3789.90 129.29 1894.95 64.65 121.25 0.45 124.25 7.16 23.13
+hda 7.00 0.00 115.00 0.00 9640.00 0.00 4820.00 0.00 83.83 1.09 13.97 4.14 47.60
-Time: 19:53:54
+Time: 10:03:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 24.51 0.00 3741.18 0.00 1870.59 0.00 152.64 0.15 6.28 6.28 15.39
+hda 3.03 1151.52 54.55 12.12 1074.75 9462.63 537.37 4731.31 158.06 0.53 6.65 5.44 36.26
-Time: 19:53:55
+Time: 10:03:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 20.20 0.00 80.81 0.00 808.08 0.00 404.04 10.00 0.64 7.92 0.23 1.82
+hda 0.00 495.00 16.00 27.00 312.00 4024.00 156.00 2012.00 100.84 3.00 71.74 7.86 33.80
-Time: 19:53:56
+Time: 10:03:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1574.00 0.00 14.00 0.00 13040.00 0.00 6520.00 931.43 0.69 8.07 1.07 1.50
+hda 0.00 1431.00 5.00 52.00 1472.00 11920.00 736.00 5960.00 234.95 3.70 47.28 4.11 23.40
-Time: 19:53:57
+Time: 10:03:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 8.91 63.37 43.56 506.93 87.13 253.47 43.56 5.56 3.91 41.86 4.78 51.09
+hda 2.97 4897.03 13.86 122.77 2233.66 40768.32 1116.83 20384.16 314.72 51.02 193.67 6.64 90.69
-Time: 19:53:58
+Time: 10:03:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 121.00 0.00 976.00 0.00 488.00 0.00 8.07 0.78 6.41 6.06 73.30
+hda 2.02 3025.25 19.19 95.96 1551.52 25155.56 775.76 12577.78 231.93 56.48 505.72 8.78 101.11
-Time: 19:53:59
+Time: 10:03:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 0.00 153.00 0.00 10368.00 0.00 5184.00 0.00 67.76 1.32 8.58 5.58 85.30
+hda 1.96 3729.41 3.92 121.57 525.49 30972.55 262.75 15486.27 251.00 107.45 698.41 7.84 98.43
-Time: 19:54:00
+Time: 10:03:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 8.00 462.00 121.00 16.00 13984.00 3824.00 6992.00 1912.00 129.99 0.86 6.35 3.82 52.40
+hda 0.00 5953.54 1.01 120.20 40.40 48711.11 20.20 24355.56 402.20 143.83 772.67 8.34 101.11
-Time: 19:54:01
+Time: 10:03:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.95 752.48 62.38 22.77 1251.49 6392.08 625.74 3196.04 89.77 1.26 11.31 4.65 39.60
+hda 0.00 1396.00 55.00 39.00 4112.00 11424.00 2056.00 5712.00 165.28 139.22 622.66 10.65 100.10
-Time: 19:54:02
+Time: 10:03:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 484.16 8.91 102.97 95.05 4506.93 47.52 2253.47 41.13 1.95 20.11 2.41 26.93
+hda 0.00 3502.97 7.92 83.17 253.47 28673.27 126.73 14336.63 317.57 141.31 1959.55 10.88 99.11
-Time: 19:54:03
+Time: 10:03:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6631.00 0.00 278.00 16.00 55568.00 8.00 27784.00 199.94 39.04 129.68 3.42 95.10
+hda 0.00 0.00 0.00 117.00 0.00 0.00 0.00 0.00 0.00 64.08 1598.96 8.56 100.10
-Time: 19:54:04
+Time: 10:03:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2909.90 35.64 162.38 4562.38 24506.93 2281.19 12253.47 146.80 38.94 172.32 4.84 95.84
+hda 0.00 8035.00 1.00 49.00 8.00 64768.00 4.00 32384.00 1295.52 26.11 454.54 19.84 99.20
-Time: 19:54:05
+Time: 10:03:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 7.14 3033.67 20.41 148.98 1657.14 25485.71 828.57 12742.86 160.24 15.99 116.57 4.12 69.80
+hda 0.00 1478.00 1.00 36.00 32.00 11936.00 16.00 5968.00 323.46 4.09 521.38 14.84 54.90
-Time: 19:54:06
+Time: 10:03:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6582.18 4.95 316.83 31.68 56198.02 15.84 28099.01 174.74 31.09 88.15 2.76 88.91
+hda 0.00 6.00 0.00 3.00 0.00 72.00 0.00 36.00 24.00 0.00 0.00 0.00 0.00
-Time: 19:54:07
+Time: 10:03:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 13.86 3555.45 6.93 249.50 166.34 29813.86 83.17 14906.93 116.91 132.76 408.53 3.88 99.50
+hda 0.00 0.00 8.91 0.00 142.57 0.00 71.29 0.00 16.00 0.05 5.44 5.44 4.85
-Time: 19:54:08
+Time: 10:03:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.91 1837.27 10.91 143.64 785.45 15272.73 392.73 7636.36 103.91 18.85 329.12 4.41 68.09
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:54:09
+Time: 10:03:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 917.82 28.71 47.52 2138.61 7722.77 1069.31 3861.39 129.35 1.51 19.47 4.45 33.96
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:54:10
+Time: 10:03:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.03 6017.17 28.28 211.11 711.11 49955.56 355.56 24977.78 211.65 50.53 206.10 3.75 89.70
+hda 0.00 73.00 0.00 8.00 0.00 648.00 0.00 324.00 81.00 0.01 1.25 0.38 0.30
-Time: 19:54:11
+Time: 10:03:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.00 13.00 19.00 128.00 80.00 64.00 40.00 6.50 0.72 60.31 7.44 23.80
+hda 0.00 1908.00 14.00 198.00 1624.00 16848.00 812.00 8424.00 87.13 1.41 6.66 2.79 59.10
-Time: 19:54:12
+Time: 10:03:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 4.95 0.00 55.45 0.00 27.72 0.00 11.20 0.04 7.40 7.40 3.66
+hda 0.00 2282.00 0.00 145.00 0.00 19416.00 0.00 9708.00 133.90 6.50 44.83 4.88 70.80
-Time: 19:54:13
+Time: 10:03:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 14.14 0.00 9.09 0.00 193.94 0.00 96.97 0.00 21.33 0.09 10.00 10.00 9.09
+hda 1.98 717.82 8.91 260.40 277.23 7825.74 138.61 3912.87 30.09 0.87 3.21 2.24 60.20
-Time: 19:54:14
+Time: 10:03:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2136.00 18.00 306.00 184.00 19536.00 92.00 9768.00 60.86 2.05 6.32 1.31 42.60
+hda 0.00 1526.26 14.14 70.71 953.54 12775.76 476.77 6387.88 161.81 0.85 9.98 4.06 34.44
-Time: 19:54:15
+Time: 10:03:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1840.20 112.75 250.00 1615.69 16721.57 807.84 8360.78 50.55 5.35 14.71 2.09 75.69
+hda 0.00 0.00 4.95 0.00 300.99 0.00 150.50 0.00 60.80 0.00 0.60 0.60 0.30
-Time: 19:54:16
+Time: 10:03:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.06 1698.98 121.43 193.88 1755.10 15363.27 877.55 7681.63 54.29 2.39 3.53 1.72 54.29
+hda 0.00 0.00 10.00 0.00 256.00 0.00 128.00 0.00 25.60 0.04 4.50 4.50 4.50
-Time: 19:54:17
+Time: 10:03:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 231.37 14.71 75.49 376.47 2243.14 188.24 1121.57 29.04 1.68 32.21 2.99 26.96
+hda 0.00 0.00 8.08 0.00 395.96 0.00 197.98 0.00 49.00 0.04 4.50 3.25 2.63
-Time: 19:54:18
+Time: 10:03:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 46.46 3.03 501.01 24.24 250.51 12.12 10.61 0.85 17.63 4.22 20.91
+hda 0.00 0.00 0.97 0.00 15.53 0.00 7.77 0.00 16.00 0.00 0.00 0.00 0.00
-Time: 19:54:19
+Time: 10:03:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 13.00 5.00 168.00 40.00 84.00 20.00 11.56 0.07 3.67 1.89 3.40
+hda 0.00 620.79 0.00 32.67 0.00 5227.72 0.00 2613.86 160.00 1.38 42.09 3.73 12.18
-Time: 19:54:20
+Time: 10:03:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 182.18 0.00 2320.79 0.00 1160.40 0.00 12.74 1.71 8.38 1.10 20.00
+hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.03 14.50 7.50 1.50
-Time: 19:54:21
+Time: 10:03:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 198.00 0.00 3320.00 0.00 1660.00 0.00 16.77 1.35 7.74 1.42 28.10
+hda 7.92 0.00 47.52 0.00 966.34 0.00 483.17 0.00 20.33 0.51 10.77 5.12 24.36
-Time: 19:54:22
+Time: 10:03:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 591.00 5.00 72.00 56.00 5304.00 28.00 2652.00 69.61 2.14 27.74 1.47 11.30
+hda 1.00 0.00 20.00 0.00 216.00 0.00 108.00 0.00 10.80 0.22 11.00 5.70 11.40
-Time: 19:54:23
+Time: 10:03:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 3.00 0.00 24.00 0.00 12.00 8.00 0.01 3.00 1.00 0.30
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 8.00 8.00 0.80
-Time: 19:54:24
+Time: 10:03:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 199.00 3.00 5568.00 24.00 2784.00 12.00 27.68 1.64 8.13 1.65 33.40
+hda 0.00 62.63 0.00 27.27 0.00 727.27 0.00 363.64 26.67 0.07 2.59 0.26 0.71
-Time: 19:54:25
+Time: 10:03:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:54:26
+Time: 10:03:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.02 1.01 16.16 8.08 8.08 4.04 8.00 0.02 5.67 5.67 1.72
+hda 0.00 0.00 7.07 0.00 64.65 0.00 32.32 0.00 9.14 0.05 6.71 1.14 0.81
-Time: 19:54:27
+Time: 10:03:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 60.40 8.91 21.78 79.21 657.43 39.60 328.71 24.00 0.11 3.68 0.84 2.57
+hda 0.00 0.00 0.98 0.00 23.53 0.00 11.76 0.00 24.00 0.01 14.00 14.00 1.37
-Time: 19:54:28
+Time: 10:03:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 10.89 0.00 118.81 0.00 59.41 0.00 10.91 0.08 7.55 4.82 5.25
+hda 0.00 0.00 1.01 0.00 88.89 0.00 44.44 0.00 88.00 0.01 9.00 9.00 0.91
-Time: 19:54:29
+Time: 10:03:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.01 8.00 8.00 0.81
+hda 0.00 193.00 0.00 255.00 0.00 3616.00 0.00 1808.00 14.18 53.39 209.34 3.09 78.70
-Time: 19:54:30
+Time: 10:03:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 319.80 1.98 578.22 15.84 8087.13 7.92 4043.56 13.97 98.14 150.17 1.45 84.06
+hda 0.00 0.00 0.00 2.00 0.00 8.00 0.00 4.00 4.00 0.01 9.50 4.00 0.80
-Time: 19:54:31
+Time: 10:03:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 397.98 0.00 342.42 0.00 5002.02 0.00 2501.01 14.61 65.52 224.14 2.33 79.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:54:32
+Time: 10:03:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 100.00 4.90 23.53 258.82 988.24 129.41 494.12 43.86 0.15 5.31 1.69 4.80
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:54:33
+Time: 10:03:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 24.00 0.00 248.00 0.00 124.00 0.00 10.33 0.22 9.08 1.62 3.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:54:34
+Time: 10:03:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 8.08 0.00 88.89 0.00 44.44 0.00 11.00 0.08 10.00 4.38 3.54
+hda 0.00 794.95 10.10 295.96 88.89 9624.24 44.44 4812.12 31.74 91.28 240.40 2.59 79.39
-Time: 19:54:35
+Time: 10:03:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 423.76 0.00 45.54 0.00 3754.46 0.00 1877.23 82.43 0.80 17.48 1.15 5.25
+hda 0.00 46.60 0.00 325.24 0.00 2702.91 0.00 1351.46 8.31 113.47 298.70 3.04 99.03
-Time: 19:54:36
+Time: 10:03:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 35.00 0.00 78.00 0.00 296.00 0.00 148.00 3.79 13.56 613.96 4.27 33.30
-Time: 19:54:37
+Time: 10:03:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 82.00 0.00 12.00 0.00 752.00 0.00 376.00 62.67 0.01 1.25 0.33 0.40
+hda 0.00 0.00 1.00 0.00 104.00 0.00 52.00 0.00 104.00 0.02 18.00 23.00 2.30
-Time: 19:54:38
+Time: 10:03:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 117.00 22.00 8.00 560.00 1000.00 280.00 500.00 52.00 0.35 11.57 5.20 15.60
-Time: 19:54:39
+Time: 10:03:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 5.05 0.00 32.32 0.00 16.16 0.00 6.40 0.07 15.40 6.80 3.43
-Time: 19:54:40
+Time: 10:04:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.01 3.03 2.02 32.32 24.24 16.16 12.12 11.20 0.03 6.80 6.20 3.13
+hda 0.00 5301.00 0.00 163.00 0.00 44256.00 0.00 22128.00 271.51 115.24 445.66 5.44 88.70
-Time: 19:54:41
+Time: 10:04:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 18.81 0.00 277.23 0.00 138.61 0.00 14.74 0.13 6.74 3.53 6.63
+hda 0.00 795.00 1.00 74.00 8.00 6408.00 4.00 3204.00 85.55 16.92 793.64 7.64 57.30
-Time: 19:54:42
+Time: 10:04:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 54.00 36.00 14.00 400.00 544.00 200.00 272.00 18.88 0.19 3.86 1.92 9.60
+hda 0.00 2681.00 0.00 48.00 0.00 22064.00 0.00 11032.00 459.67 3.93 80.31 5.00 24.00
-Time: 19:54:43
+Time: 10:04:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 44.00 0.00 448.00 0.00 224.00 0.00 10.18 0.43 9.73 6.84 30.10
+hda 3.96 3387.13 7.92 111.88 1275.25 28396.04 637.62 14198.02 247.67 56.02 259.21 8.27 99.11
-Time: 19:54:44
+Time: 10:04:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 95.00 0.00 824.00 0.00 412.00 0.00 8.67 0.75 7.93 5.84 55.50
+hda 1.01 6474.75 4.04 121.21 517.17 53034.34 258.59 26517.17 427.55 90.55 592.63 8.07 101.11
-Time: 19:54:45
+Time: 10:04:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 5.94 112.87 103.96 9.90 10542.57 982.18 5271.29 491.09 101.22 0.62 5.36 3.77 42.97
+hda 0.00 5173.27 0.00 95.05 0.00 42455.45 0.00 21227.72 446.67 139.26 882.79 10.43 99.11
-Time: 19:54:46
+Time: 10:04:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 5.94 0.00 74.26 0.00 1584.16 0.00 792.08 0.00 21.33 0.72 9.57 5.99 44.46
+hda 0.00 8682.00 0.00 125.00 0.00 69984.00 0.00 34992.00 559.87 129.49 1266.86 8.01 100.10
-Time: 19:54:47
+Time: 10:04:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.03 542.42 34.34 4.04 775.76 4743.43 387.88 2371.72 143.79 0.32 6.84 5.00 19.19
+hda 0.00 0.00 2.00 57.00 80.00 0.00 40.00 0.00 1.36 54.51 1394.05 16.97 100.10
-Time: 19:54:48
+Time: 10:04:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 509.00 21.00 69.00 3824.00 4256.00 1912.00 2128.00 89.78 6.11 68.68 5.89 53.00
+hda 0.00 2494.06 0.00 52.48 0.00 20174.26 0.00 10087.13 384.45 8.84 912.89 17.51 91.88
-Time: 19:54:49
+Time: 10:04:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 47.00 1.00 11024.00 8.00 5512.00 4.00 229.83 0.19 3.92 3.77 18.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:54:50
+Time: 10:04:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5231.00 0.00 296.00 8.00 44744.00 4.00 22372.00 151.19 44.29 111.95 2.55 75.50
+hda 1.00 1268.00 33.00 107.00 544.00 11000.00 272.00 5500.00 82.46 1.95 13.96 3.11 43.60
-Time: 19:54:51
+Time: 10:04:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4187.00 8.00 225.00 96.00 35344.00 48.00 17672.00 152.10 26.17 135.09 3.45 80.40
+hda 0.00 1810.89 18.81 81.19 546.53 15144.55 273.27 7572.28 156.91 3.35 31.91 5.43 54.26
-Time: 19:54:52
+Time: 10:04:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.90 4710.78 22.55 202.94 2494.12 40007.84 1247.06 20003.92 188.49 45.61 201.74 4.38 98.73
+hda 6.86 384.31 28.43 100.00 462.75 3866.67 231.37 1933.33 33.71 1.33 11.56 3.40 43.63
-Time: 19:54:53
+Time: 10:04:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4294.95 5.05 321.21 210.10 36694.95 105.05 18347.47 113.11 146.16 319.40 3.10 101.11
+hda 195.05 136.63 237.62 55.45 4586.14 1544.55 2293.07 772.28 20.92 1.42 4.85 1.56 45.64
-Time: 19:54:54
+Time: 10:04:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 4029.00 31.00 214.00 1752.00 34688.00 876.00 17344.00 148.73 147.41 612.26 4.09 100.10
+hda 261.62 1462.63 118.18 73.74 3797.98 12282.83 1898.99 6141.41 83.79 2.05 10.69 4.02 77.17
-Time: 19:54:55
+Time: 10:04:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 1388.00 13.00 209.00 800.00 11864.00 400.00 5932.00 57.05 50.32 374.58 4.30 95.50
+hda 1.00 1.00 52.00 3.00 2784.00 32.00 1392.00 16.00 51.20 0.35 6.36 5.04 27.70
-Time: 19:54:56
+Time: 10:04:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6133.66 24.75 165.35 657.43 51611.88 328.71 25805.94 274.96 43.05 72.11 2.84 54.06
+hda 0.99 0.00 33.66 3.96 8380.20 31.68 4190.10 15.84 223.58 0.26 6.82 6.66 25.05
-Time: 19:54:57
+Time: 10:04:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 7.07 2735.35 0.00 248.48 64.65 22771.72 32.32 11385.86 91.90 75.05 412.88 4.04 100.40
+hda 1.98 0.00 83.17 4.95 20063.37 39.60 10031.68 19.80 228.13 0.80 9.15 8.30 73.17
-Time: 19:54:58
+Time: 10:04:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 10.00 5.00 24.00 200.00 128.00 100.00 64.00 11.31 0.76 107.90 3.10 9.00
+hda 1.00 3317.00 55.00 123.00 12824.00 27712.00 6412.00 13856.00 227.73 12.62 70.58 4.97 88.40
-Time: 19:54:59
+Time: 10:04:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 6.93 48.51 0.99 1.98 63.37 403.96 31.68 201.98 157.33 0.01 4.67 3.33 0.99
+hda 0.00 3076.77 26.26 91.92 6327.27 25155.56 3163.64 12577.78 266.39 7.55 64.05 7.88 93.13
-Time: 19:55:00
+Time: 10:04:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 4.04 0.00 32.32 0.00 16.16 0.00 8.00 0.06 13.75 9.50 3.84
+hda 0.00 6108.91 66.34 62.38 7350.50 50605.94 3675.25 25302.97 450.28 35.19 66.19 7.47 96.14
-Time: 19:55:01
+Time: 10:04:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.07 0.00 3.03 0.00 80.81 0.00 40.40 26.67 0.00 0.33 0.33 0.10
+hda 0.00 4746.00 29.00 125.00 752.00 39000.00 376.00 19500.00 258.13 145.63 560.54 6.50 100.10
-Time: 19:55:02
+Time: 10:04:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 14.85 647.52 59.41 40.59 942.57 5766.34 471.29 2883.17 67.09 7.18 40.83 5.87 58.71
+hda 0.00 2448.00 88.00 102.00 2056.00 20304.00 1028.00 10152.00 117.68 143.05 605.05 5.27 100.10
-Time: 19:55:03
+Time: 10:04:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 141.58 62.38 74.26 1512.87 1465.35 756.44 732.67 21.80 8.39 84.10 6.51 88.91
+hda 0.77 603.07 41.00 75.48 9655.17 4980.84 4827.59 2490.42 125.66 53.50 834.95 8.11 94.41
-Time: 19:55:04
+Time: 10:04:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.03 369.70 74.75 88.89 1866.67 3668.69 933.33 1834.34 33.83 2.83 17.31 5.08 83.13
+hda 0.00 2450.00 10.00 243.00 1800.00 22656.00 900.00 11328.00 96.66 133.19 379.32 3.92 99.10
-Time: 19:55:05
+Time: 10:04:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 624.75 78.22 468.32 958.42 9734.65 479.21 4867.33 19.57 105.96 175.37 1.78 97.03
+hda 0.00 4027.00 14.00 156.00 3840.00 33600.00 1920.00 16800.00 220.24 142.09 684.51 5.89 100.10
-Time: 19:55:06
+Time: 10:04:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 424.00 5.00 426.00 48.00 5800.00 24.00 2900.00 13.57 63.82 171.66 2.17 93.50
+hda 1.00 2349.00 21.00 121.00 3640.00 19560.00 1820.00 9780.00 163.38 145.39 883.28 7.06 100.20
-Time: 19:55:07
+Time: 10:04:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1667.00 7.00 146.00 80.00 14528.00 40.00 7264.00 95.48 3.92 25.56 4.51 69.00
+hda 0.00 791.00 23.00 112.00 4400.00 7392.00 2200.00 3696.00 87.35 126.19 1031.64 7.41 100.10
-Time: 19:55:08
+Time: 10:04:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 906.00 205.00 208.00 3240.00 8888.00 1620.00 4444.00 29.37 2.24 5.57 1.65 68.10
+hda 0.00 636.63 11.88 106.93 2542.57 5631.68 1271.29 2815.84 68.80 135.73 1000.67 8.34 99.11
-Time: 19:55:09
+Time: 10:04:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 1546.00 79.00 173.00 936.00 13752.00 468.00 6876.00 58.29 3.33 13.21 1.53 38.60
+hda 0.00 6049.00 21.00 139.00 4872.00 49968.00 2436.00 24984.00 342.75 57.40 881.76 6.25 100.00
-Time: 19:55:10
+Time: 10:04:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 234.00 43.00 45.00 600.00 2232.00 300.00 1116.00 32.18 0.69 7.10 3.52 31.00
+hda 0.00 842.00 1.00 110.00 0.00 6880.00 0.00 3440.00 61.98 119.23 555.50 9.02 100.10
-Time: 19:55:11
+Time: 10:04:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 8.00 0.00 32.00 0.00 16.00 0.00 4.00 0.07 17.12 3.38 2.70
+hda 1.01 398.99 23.23 90.91 5955.56 4177.78 2977.78 2088.89 88.78 20.06 699.66 8.71 99.39
-Time: 19:55:12
+Time: 10:04:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 19.19 0.00 210.10 0.00 105.05 0.00 10.95 0.26 13.37 7.11 13.64
+hda 0.00 94.00 13.00 125.00 3080.00 1504.00 1540.00 752.00 33.22 86.79 396.84 7.25 100.10
-Time: 19:55:13
+Time: 10:04:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 54.46 0.00 1362.38 0.00 681.19 0.00 25.02 0.37 6.84 2.25 12.28
+hda 0.98 96.08 25.49 99.02 5796.08 1043.14 2898.04 521.57 54.93 17.51 403.23 7.70 95.88
-Time: 19:55:14
+Time: 10:04:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 12.87 0.00 118.81 0.00 59.41 0.00 9.23 0.26 20.08 4.38 5.64
+hda 0.00 9800.00 29.00 65.00 6664.00 79976.00 3332.00 39988.00 921.70 16.51 131.54 10.61 99.70
-Time: 19:55:15
+Time: 10:04:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 770.71 15.15 104.04 145.45 6997.98 72.73 3498.99 59.93 5.97 50.07 1.70 20.30
+hda 0.00 0.00 0.00 79.00 0.00 8.00 0.00 4.00 0.10 45.01 481.43 12.67 100.10
-Time: 19:55:16
+Time: 10:04:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 64.00 0.00 648.00 0.00 324.00 0.00 10.12 0.39 6.12 5.58 35.70
+hda 2.00 218.00 38.00 63.00 4128.00 2216.00 2064.00 1108.00 62.81 8.02 153.75 9.00 90.90
-Time: 19:55:17
+Time: 10:04:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 220.00 0.00 77.00 0.00 2400.00 0.00 1200.00 0.00 31.17 0.53 6.86 5.62 43.30
+hda 1.00 163.00 68.00 48.00 4208.00 2568.00 2104.00 1284.00 58.41 62.96 101.79 7.21 83.60
-Time: 19:55:18
+Time: 10:04:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 184.31 0.00 4180.39 0.00 2090.20 0.00 22.68 3.10 16.59 3.36 61.86
+hda 0.00 38.00 49.00 101.00 5272.00 1120.00 2636.00 560.00 42.61 115.72 714.17 6.67 100.10
-Time: 19:55:19
+Time: 10:04:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 18.00 0.00 200.00 0.00 100.00 0.00 11.11 0.47 28.78 4.94 8.90
+hda 0.00 1730.00 6.00 210.00 720.00 14752.00 360.00 7376.00 71.63 52.46 521.08 3.75 81.00
-Time: 19:55:20
+Time: 10:04:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 26.00 84.00 16.00 2392.00 336.00 1196.00 168.00 27.28 1.04 10.42 2.36 23.60
+hda 0.00 501.00 93.00 78.00 6872.00 4472.00 3436.00 2236.00 66.34 1.86 13.22 3.16 54.10
-Time: 19:55:21
+Time: 10:04:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 150.48 68.57 68.57 5653.33 1752.38 2826.67 876.19 54.00 0.81 5.90 3.22 44.10
-Time: 19:55:22
+Time: 10:04:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.96 0.00 15.69 0.00 7.84 0.00 8.00 0.02 9.50 9.50 1.86
+hda 0.00 2401.02 1.02 227.55 8.16 21975.51 4.08 10987.76 96.18 65.89 205.85 3.14 71.84
-Time: 19:55:23
+Time: 10:04:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 0.00 13.13 0.00 339.39 0.00 169.70 0.00 25.85 0.09 6.85 3.85 5.05
+hda 0.00 351.00 0.00 339.00 0.00 5512.00 0.00 2756.00 16.26 117.09 311.24 2.95 100.10
-Time: 19:55:24
+Time: 10:04:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 12.87 7.92 102.97 3.96 51.49 8.00 0.02 1.14 0.79 1.09
+hda 0.00 121.36 0.97 436.89 93.20 4497.09 46.60 2248.54 10.48 115.54 295.93 2.27 99.42
-Time: 19:55:25
+Time: 10:04:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 87.00 0.00 75.00 0.00 1296.00 0.00 648.00 17.28 0.44 5.87 0.27 2.00
+hda 1.01 147.47 41.41 333.33 816.16 2884.85 408.08 1442.42 9.88 85.77 270.72 2.68 100.40
-Time: 19:55:26
+Time: 10:04:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 5.00 1086.00 46.00 8.00 2232.00 8752.00 1116.00 4376.00 203.41 0.93 18.50 8.48 45.80
-Time: 19:55:27
+Time: 10:04:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 3.96 0.00 95.05 0.00 47.52 0.00 24.00 0.03 7.25 7.25 2.87
+hda 5.00 30.00 124.00 93.00 4416.00 984.00 2208.00 492.00 24.88 9.94 45.78 2.23 48.40
-Time: 19:55:28
+Time: 10:04:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 0.00 64.65 6.06 977.78 48.48 488.89 24.24 14.51 0.70 9.93 6.11 43.23
+hda 0.00 0.00 5.00 0.00 216.00 0.00 108.00 0.00 43.20 0.00 0.40 0.40 0.20
-Time: 19:55:29
+Time: 10:04:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.98 87.13 11.88 926.73 118.81 463.37 59.41 10.56 0.64 6.46 4.70 46.53
+hda 1.00 0.00 99.00 0.00 9120.00 0.00 4560.00 0.00 92.12 0.44 4.42 4.22 41.80
-Time: 19:55:30
+Time: 10:04:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 422.00 3.00 203.00 16.00 5000.00 8.00 2500.00 24.35 8.42 40.90 1.13 23.20
+hda 2.00 59.00 32.00 17.00 712.00 608.00 356.00 304.00 26.94 0.09 1.76 1.45 7.10
-Time: 19:55:31
+Time: 10:04:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 162.63 47.47 7.07 3612.12 1357.58 1806.06 678.79 91.11 0.53 9.78 6.02 32.83
-Time: 19:55:32
+Time: 10:04:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 13.86 0.00 158.42 0.00 79.21 0.00 11.43 0.14 10.21 2.79 3.86
+hda 0.00 367.33 60.40 172.28 14510.89 5267.33 7255.45 2633.66 85.00 67.44 199.27 3.34 77.82
-Time: 19:55:33
+Time: 10:04:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 36.00 26.00 280.00 3552.00 1568.00 1776.00 784.00 16.73 82.04 337.66 2.89 88.30
-Time: 19:55:34
+Time: 10:04:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.99 0.00 66.34 0.00 12388.12 0.00 6194.06 0.00 186.75 0.88 13.22 7.97 52.87
-Time: 19:55:35
+Time: 10:04:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 81.00 0.00 16.00 0.00 776.00 0.00 388.00 48.50 0.03 1.81 0.38 0.60
+hda 0.00 1660.38 66.04 127.36 15728.30 14445.28 7864.15 7222.64 156.02 21.50 101.20 3.63 70.19
-Time: 19:55:36
+Time: 10:04:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 10114.71 11.76 126.47 2760.78 82941.18 1380.39 41470.59 619.97 118.64 256.74 7.18 99.22
-Time: 19:55:37
+Time: 10:04:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1973.00 17.00 98.00 2864.00 16224.00 1432.00 8112.00 165.98 137.00 1104.13 8.70 100.10
-Time: 19:55:38
+Time: 10:05:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.98 0.00 15.84 0.00 7.92 0.00 8.00 0.02 10.00 10.00 1.98
+hda 0.00 722.00 25.00 114.00 5760.00 5848.00 2880.00 2924.00 83.51 43.94 1013.06 7.17 99.60
-Time: 19:55:39
+Time: 10:05:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 18.18 0.00 218.18 0.00 109.09 0.00 12.00 0.13 6.94 2.83 5.15
+hda 1.00 30.00 111.00 11.00 13272.00 328.00 6636.00 164.00 111.48 1.75 14.37 5.15 62.80
-Time: 19:55:40
+Time: 10:05:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 44.12 35.29 24.51 337.25 549.02 168.63 274.51 14.82 0.15 2.57 1.31 7.84
+hda 1.00 6254.00 100.00 89.00 7616.00 52016.00 3808.00 26008.00 315.51 44.95 144.06 5.10 96.40
-Time: 19:55:41
+Time: 10:05:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 129.29 0.00 1050.51 0.00 525.25 0.00 8.12 1.06 7.12 5.07 65.56
+hda 2.00 395.00 86.00 60.00 8064.00 3416.00 4032.00 1708.00 78.63 138.27 320.79 6.86 100.10
-Time: 19:55:42
+Time: 10:05:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 151.52 0.00 1212.12 0.00 606.06 0.00 8.00 1.03 7.65 4.77 72.22
+hda 0.00 1523.00 65.00 114.00 3168.00 13232.00 1584.00 6616.00 91.62 143.77 992.20 5.59 100.10
-Time: 19:55:43
+Time: 10:05:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 20.59 111.76 79.41 10.78 3176.47 980.39 1588.24 490.20 46.09 1.15 12.90 6.39 57.65
+hda 0.00 4037.00 30.00 174.00 744.00 33592.00 372.00 16796.00 168.31 144.18 761.37 4.91 100.10
-Time: 19:55:44
+Time: 10:05:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 52.48 0.00 12435.64 0.00 6217.82 0.00 236.98 0.21 3.96 3.79 19.90
+hda 1.00 1678.00 55.00 68.00 4744.00 13936.00 2372.00 6968.00 151.87 140.62 581.40 8.14 100.10
-Time: 19:55:45
+Time: 10:05:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5165.66 3.03 210.10 234.34 44185.86 117.17 22092.93 208.42 73.33 160.91 2.42 51.52
+hda 0.99 488.12 82.18 53.47 4736.63 4063.37 2368.32 2031.68 64.88 120.23 751.53 7.31 99.11
-Time: 19:55:46
+Time: 10:05:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3685.00 0.00 293.00 0.00 31008.00 0.00 15504.00 105.83 130.12 523.65 3.42 100.10
+hda 1.00 39.00 122.00 94.00 5784.00 376.00 2892.00 188.00 28.52 51.39 886.78 4.63 100.10
-Time: 19:55:47
+Time: 10:05:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2058.59 6.06 114.14 969.70 17195.96 484.85 8597.98 151.13 8.79 189.58 3.58 43.03
+hda 1.00 7948.00 76.00 87.00 2312.00 65136.00 1156.00 32568.00 413.79 84.68 193.10 6.13 99.90
-Time: 19:55:48
+Time: 10:05:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.95 3933.66 35.64 229.70 1900.99 33314.85 950.50 16657.43 132.72 32.93 105.07 3.55 94.26
+hda 0.00 20.00 13.00 92.00 1392.00 240.00 696.00 120.00 15.54 79.24 937.64 9.53 100.10
-Time: 19:55:49
+Time: 10:05:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 1643.00 21.00 418.00 1616.00 17488.00 808.00 8744.00 43.52 92.95 181.54 2.23 98.10
+hda 0.00 4211.00 53.00 102.00 3152.00 34360.00 1576.00 17180.00 242.01 13.55 370.23 6.32 97.90
-Time: 19:55:50
+Time: 10:05:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 2809.00 13.00 562.00 1864.00 27056.00 932.00 13528.00 50.30 146.79 220.99 1.74 100.10
+hda 0.00 53.00 66.00 45.00 13688.00 672.00 6844.00 336.00 129.37 4.00 50.73 8.22 91.20
-Time: 19:55:51
+Time: 10:05:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 14.00 2587.00 15.00 317.00 400.00 23144.00 200.00 11572.00 70.92 147.02 411.03 3.02 100.10
+hda 2.97 28.71 97.03 17.82 8388.12 372.28 4194.06 186.14 76.28 1.51 13.38 5.99 68.81
-Time: 19:55:52
+Time: 10:05:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1681.19 9.90 325.74 95.05 16007.92 47.52 8003.96 47.98 143.29 473.91 2.95 99.11
+hda 1.01 15.15 17.17 23.23 395.96 307.07 197.98 153.54 17.40 0.13 3.30 2.05 8.28
-Time: 19:55:53
+Time: 10:05:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5552.00 0.00 265.00 0.00 46744.00 0.00 23372.00 176.39 120.98 353.61 3.78 100.10
+hda 0.00 6060.00 9.00 49.00 264.00 48872.00 132.00 24436.00 847.17 9.98 172.10 10.62 61.60
-Time: 19:55:54
+Time: 10:05:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3575.76 0.00 172.73 0.00 29664.65 0.00 14832.32 171.74 13.37 231.26 3.69 63.74
+hda 0.00 1394.00 5.00 9.00 160.00 11224.00 80.00 5612.00 813.14 0.48 34.00 9.79 13.70
-Time: 19:55:55
+Time: 10:05:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 905.05 6.06 116.16 226.26 8169.70 113.13 4084.85 68.69 1.13 9.22 1.20 14.65
+hda 0.00 2867.00 9.00 33.00 296.00 23200.00 148.00 11600.00 559.43 0.94 22.38 7.86 33.00
-Time: 19:55:56
+Time: 10:05:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2127.72 0.99 293.07 7.92 19374.26 3.96 9687.13 65.91 9.16 31.13 1.82 53.56
+hda 0.00 59.00 83.00 16.00 3360.00 600.00 1680.00 300.00 40.00 0.45 4.51 3.22 31.90
-Time: 19:55:57
+Time: 10:05:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 498.00 34.00 163.00 504.00 5288.00 252.00 2644.00 29.40 1.05 5.34 2.16 42.50
+hda 0.00 0.00 16.67 0.00 305.88 0.00 152.94 0.00 18.35 0.08 4.88 1.82 3.04
-Time: 19:55:58
+Time: 10:05:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 1251.49 99.01 75.25 1180.20 10605.94 590.10 5302.97 67.64 3.11 17.87 1.24 21.58
+hda 0.00 0.00 24.00 0.00 400.00 0.00 200.00 0.00 16.67 0.06 2.38 2.38 5.70
-Time: 19:55:59
+Time: 10:05:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 128.00 0.00 64.00 0.00 128.00 0.02 19.00 19.00 1.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:56:00
+Time: 10:05:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.01 1.01 19.19 72.73 161.62 36.36 80.81 11.60 0.04 1.95 0.35 0.71
+hda 0.00 3419.19 0.00 40.40 0.00 27676.77 0.00 13838.38 685.00 6.17 152.82 9.38 37.88
-Time: 19:56:01
+Time: 10:05:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2662.38 11.88 252.48 118.81 23318.81 59.41 11659.41 88.66 5.34 20.19 1.85 49.01
+hda 0.00 97.00 0.00 18.00 0.00 920.00 0.00 460.00 51.11 0.04 1.94 0.50 0.90
-Time: 19:56:02
+Time: 10:05:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 875.76 25.25 248.48 202.02 8993.94 101.01 4496.97 33.59 1.31 4.79 2.67 73.03
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 19:56:03
+Time: 10:05:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 47.12 455.77 11.54 26.92 576.92 4746.15 288.46 2373.08 138.40 1.34 7.15 5.35 20.58
+hda 0.00 20.59 0.00 43.14 0.00 509.80 0.00 254.90 11.82 0.28 6.39 1.09 4.71
-Time: 19:56:04
+Time: 10:05:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 7.62 270.48 2.86 555.24 175.24 6651.43 87.62 3325.71 12.23 114.75 188.23 1.78 99.62
+hda 0.00 0.00 113.13 4.04 3725.25 32.32 1862.63 16.16 32.07 0.65 5.53 3.94 46.16
-Time: 19:56:05
+Time: 10:05:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 58.42 16.83 353.47 213.86 2336.63 106.93 1168.32 6.89 78.89 243.26 2.20 81.49
+hda 0.00 3173.27 10.89 36.63 166.34 25679.21 83.17 12839.60 543.83 7.40 155.65 10.23 48.61
-Time: 19:56:06
+Time: 10:05:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 39.39 0.00 614.14 0.00 307.07 0.00 15.59 0.46 9.59 1.56 6.16
+hda 5.00 410.00 46.00 17.00 1600.00 3416.00 800.00 1708.00 79.62 0.59 9.43 5.95 37.50
-Time: 19:56:07
+Time: 10:05:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 45.54 94.06 19.80 1600.00 522.77 800.00 261.39 18.64 0.73 7.10 1.63 18.61
+hda 1.00 335.00 45.00 63.00 864.00 3184.00 432.00 1592.00 37.48 0.37 3.42 2.22 24.00
-Time: 19:56:08
+Time: 10:05:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 3.00 0.00 184.00 0.00 92.00 0.00 61.33 0.02 8.00 8.00 2.40
+hda 0.00 604.04 34.34 62.63 783.84 5341.41 391.92 2670.71 63.17 0.62 6.19 3.26 31.62
-Time: 19:56:09
+Time: 10:05:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 96.04 0.00 2930.69 0.00 1465.35 0.00 30.52 0.99 10.13 1.88 18.02
+hda 0.00 691.18 27.45 82.35 1254.90 6188.24 627.45 3094.12 67.79 0.77 7.16 3.82 41.96
-Time: 19:56:10
+Time: 10:05:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 105.00 0.00 2720.00 0.00 1360.00 0.00 25.90 0.72 7.04 1.68 17.60
+hda 4.00 333.00 119.00 40.00 2400.00 2984.00 1200.00 1492.00 33.86 1.15 6.89 3.52 55.90
-Time: 19:56:11
+Time: 10:05:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1029.70 10.89 118.81 174.26 9180.20 87.13 4590.10 72.12 1.31 10.54 2.60 33.76
-Time: 19:56:12
+Time: 10:05:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.03 28.28 15.15 11.11 323.23 315.15 161.62 157.58 24.31 0.13 4.96 2.46 6.46
+hda 0.00 412.00 88.00 73.00 2272.00 3880.00 1136.00 1940.00 38.21 0.92 5.69 2.91 46.90
-Time: 19:56:13
+Time: 10:05:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 10.00 4.00 88.00 32.00 44.00 16.00 8.57 0.04 2.86 1.43 2.00
+hda 0.00 498.02 94.06 54.46 760.40 4427.72 380.20 2213.86 34.93 1.05 6.56 3.33 49.50
-Time: 19:56:14
+Time: 10:05:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 11.00 11.00 1.10
+hda 0.00 188.00 170.00 38.00 1368.00 1808.00 684.00 904.00 15.27 2.17 9.95 2.97 61.70
-Time: 19:56:15
+Time: 10:05:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 231.31 253.54 20.20 2044.44 2020.20 1022.22 1010.10 14.85 2.23 8.62 3.48 95.15
-Time: 19:56:16
+Time: 10:05:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 15.84 0.00 7.92 0.00 16.00 0.01 10.00 10.00 0.99
+hda 0.00 1421.78 57.43 74.26 2859.41 11952.48 1429.70 5976.24 112.48 4.33 33.22 5.89 77.52
-Time: 19:56:17
+Time: 10:05:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 97.98 3.03 16.16 24.24 913.13 12.12 456.57 48.84 0.07 3.84 0.95 1.82
+hda 4.04 1566.67 68.69 37.37 13737.37 13010.10 6868.69 6505.05 252.19 12.20 33.67 8.27 87.68
-Time: 19:56:18
+Time: 10:05:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.98 25.74 8.91 253.47 87.13 126.73 43.56 9.83 0.15 4.31 1.17 4.06
+hda 0.00 2554.90 18.63 191.18 3772.55 23019.61 1886.27 11509.80 127.70 102.31 318.06 4.68 98.14
-Time: 19:56:19
+Time: 10:05:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 15.00 0.00 168.00 0.00 84.00 0.00 11.20 0.14 9.47 3.33 5.00
+hda 0.00 190.91 2.02 217.17 16.16 3127.27 8.08 1563.64 14.34 144.38 596.04 4.61 101.11
-Time: 19:56:20
+Time: 10:05:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 516.00 4.00 268.00 1288.00 6080.00 644.00 3040.00 27.09 117.62 540.48 3.68 100.10
-Time: 19:56:21
+Time: 10:05:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 7.07 0.00 1.01 0.00 64.65 0.00 32.32 0.00 64.00 0.02 15.00 15.00 1.52
+hda 0.00 7.00 29.00 143.00 4712.00 664.00 2356.00 332.00 31.26 103.97 600.90 5.82 100.10
-Time: 19:56:22
+Time: 10:05:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 98.04 0.00 20.59 0.00 949.02 0.00 474.51 46.10 0.09 4.14 0.52 1.08
+hda 0.00 2594.06 13.86 116.83 2558.42 21306.93 1279.21 10653.47 182.61 34.61 489.52 7.34 95.94
-Time: 19:56:23
+Time: 10:05:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 1.00 0.00 8.00 0.00 4.00 8.00 0.00 3.00 3.00 0.30
+hda 0.00 867.00 16.00 204.00 3592.00 8568.00 1796.00 4284.00 55.27 46.65 212.05 3.75 82.40
-Time: 19:56:24
+Time: 10:05:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 2.00 3742.00 9.00 146.00 2312.00 31344.00 1156.00 15672.00 217.14 49.08 313.62 5.94 92.00
+
+Time: 10:05:47
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1046.00 9.00 264.00 1792.00 10352.00 896.00 5176.00 44.48 81.86 277.58 3.67 100.10
-Time: 19:56:25
+Time: 10:05:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 39.60 0.00 19.80 0.00 40.00 0.01 10.00 10.00 0.99
+hda 0.92 4569.72 32.11 58.72 7310.09 37321.10 3655.05 18660.55 491.39 22.14 134.90 8.96 81.38
-Time: 19:56:26
+Time: 10:05:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 10.00 0.00 120.00 0.00 60.00 0.00 12.00 0.07 7.50 3.10 3.10
+hda 0.00 1966.67 8.08 92.93 2327.27 16080.81 1163.64 8040.40 182.24 18.80 339.88 10.00 101.01
-Time: 19:56:27
+Time: 10:05:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 57.00 27.00 18.00 592.00 600.00 296.00 300.00 26.49 0.28 6.20 3.27 14.70
+hda 0.00 1455.45 15.84 148.51 3556.44 13726.73 1778.22 6863.37 105.16 95.17 394.79 5.98 98.22
-Time: 19:56:28
+Time: 10:05:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 50.00 0.00 496.00 8.00 248.00 4.00 10.08 0.61 10.48 7.38 36.90
+hda 0.00 201.00 25.00 168.00 5904.00 2008.00 2952.00 1004.00 40.99 67.41 517.66 5.19 100.10
-Time: 19:56:29
+Time: 10:05:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 186.27 0.98 1482.35 0.00 741.18 0.00 7.92 1.30 7.36 4.28 80.20
+hda 0.00 3442.00 21.00 104.00 3936.00 28368.00 1968.00 14184.00 258.43 42.00 336.28 8.01 100.10
-Time: 19:56:30
+Time: 10:05:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 14.14 10.10 91.92 4.04 3434.34 113.13 1717.17 56.57 36.97 1.18 12.31 5.21 50.00
+hda 0.00 2768.00 45.00 47.00 7400.00 22584.00 3700.00 11292.00 325.91 13.92 110.65 10.88 100.10
-Time: 19:56:31
+Time: 10:05:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 53.47 0.00 12198.02 0.00 6099.01 0.00 228.15 0.23 4.39 4.22 22.57
+hda 0.00 2004.00 42.00 33.00 7624.00 16232.00 3812.00 8116.00 318.08 3.64 97.51 12.40 93.00
-Time: 19:56:32
+Time: 10:05:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1288.89 15.15 87.88 121.21 11119.19 60.61 5559.60 109.10 6.09 41.77 1.97 20.30
+hda 4.00 31.00 68.00 117.00 9704.00 1288.00 4852.00 644.00 59.42 59.02 276.54 5.41 100.10
-Time: 19:56:33
+Time: 10:05:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6892.08 7.92 302.97 63.37 58352.48 31.68 29176.24 187.90 69.46 191.07 3.19 99.11
+hda 1.01 0.00 84.85 15.15 8670.71 16.16 4335.35 8.08 86.87 3.57 115.76 9.06 90.61
-Time: 19:56:34
+Time: 10:05:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 4509.00 9.00 260.00 464.00 38144.00 232.00 19072.00 143.52 112.72 343.80 3.72 100.20
+hda 1.98 9868.32 43.56 76.24 1370.30 80768.32 685.15 40384.16 685.62 93.46 146.36 8.21 98.32
-Time: 19:56:35
+Time: 10:05:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4431.00 28.00 283.00 1056.00 37912.00 528.00 18956.00 125.30 126.90 403.83 3.22 100.00
+hda 0.00 639.00 4.00 166.00 96.00 5232.00 48.00 2616.00 31.34 47.64 731.32 5.78 98.30
-Time: 19:56:36
+Time: 10:06:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4399.00 8.00 259.00 432.00 37256.00 216.00 18628.00 141.15 143.31 536.34 3.75 100.10
+hda 0.00 599.01 270.30 29.70 6320.79 5013.86 3160.40 2506.93 37.78 2.30 7.68 3.04 91.29
-Time: 19:56:37
+Time: 10:06:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4028.00 10.00 212.00 544.00 33792.00 272.00 16896.00 154.67 142.81 568.73 4.51 100.10
+hda 3.00 311.00 60.00 307.00 4384.00 5880.00 2192.00 2940.00 27.97 98.11 177.37 2.35 86.30
-Time: 19:56:38
+Time: 10:06:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1942.00 14.00 168.00 2752.00 16472.00 1376.00 8236.00 105.63 54.75 535.80 5.50 100.10
+hda 0.00 355.56 106.06 205.05 8597.98 4452.53 4298.99 2226.26 41.95 118.26 389.81 3.25 101.11
-Time: 19:56:39
+Time: 10:06:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 14.85 465.35 28.71 72.28 1497.03 3889.11 748.51 1944.55 53.33 2.34 95.15 3.38 34.16
+hda 0.00 1234.00 1.00 271.00 32.00 11272.00 16.00 5636.00 41.56 94.78 433.41 3.68 100.10
diff --git a/testsuite/normal/pbuilder-build-dsh-sarge.log b/testsuite/normal/pbuilder-build-dsh-sarge.log
index c1d1a43..99dc1eb 100644
--- a/testsuite/normal/pbuilder-build-dsh-sarge.log
+++ b/testsuite/normal/pbuilder-build-dsh-sarge.log
@@ -2,8 +2,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Oct 16 19:54:00 JST 2004
-pbuilder-time-stamp: 1097924040
+Current time: Sat Dec 11 10:02:29 JST 2004
+pbuilder-time-stamp: 1102726949
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -11,6 +11,7 @@ Building the build Environment
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
+ -> created buildresult dir :/var/cache/pbuilder/result/
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -26,37 +27,37 @@ The following extra packages will be installed:
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl po-debconf
Suggested packages:
debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
- libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs
+ libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
Recommended packages:
- apt-utils
+ apt-utils libmail-sendmail-perl
The following NEW packages will be installed:
debconf debconf-i18n debconf-utils debhelper file gettext gettext-base
html2text intltool-debian libdshconfig1 libdshconfig1-dev
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2714kB of archives.
-After unpacking 11.1MB of additional disk space will be used.
+Need to get 2729kB of archives.
+After unpacking 11.2MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sarge/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sarge/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sarge/main libtext-wrapi18n-perl 0.06-1 [8442B]
-Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.30.8 [84.6kB]
-Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.30.8 [99.7kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.30.10 [88.4kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.30.10 [101kB]
Get:7 http://ring.asahi-net.or.jp sarge/main libmagic1 4.09-1 [217kB]
Get:8 http://ring.asahi-net.or.jp sarge/main file 4.09-1 [25.9kB]
-Get:9 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-5 [91.3kB]
-Get:10 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.8 [33.0kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-6 [91.1kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.10 [33.0kB]
Get:11 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-5 [1557kB]
+Get:12 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-6 [1555kB]
Get:13 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
-Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.14 [66.7kB]
-Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.20 [355kB]
+Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.15 [72.9kB]
+Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.24 [360kB]
Get:16 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2714kB in 0s (3578kB/s)
+Fetched 2729kB in 0s (2747kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7847 files and directories currently installed.)
+(Reading database ... 7698 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -65,27 +66,27 @@ Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.de
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.30.8_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.30.10_all.deb) ...
Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.30.8_all.deb) ...
+Unpacking debconf (from .../debconf_1.4.30.10_all.deb) ...
Selecting previously deselected package libmagic1.
Unpacking libmagic1 (from .../libmagic1_4.09-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.09-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.30.8_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.30.10_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-5_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.14_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.15_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.20_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.24_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -97,23 +98,23 @@ Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up libmagic1 (4.09-1) ...
Setting up file (4.09-1) ...
-Setting up gettext-base (0.14.1-5) ...
+Setting up gettext-base (0.14.1-6) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-5) ...
+Setting up gettext (0.14.1-6) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.14) ...
+Setting up po-debconf (0.8.15) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.30.8) ...
-Setting up debconf (1.4.30.8) ...
+Setting up debconf-i18n (1.4.30.10) ...
+Setting up debconf (1.4.30.10) ...
-Setting up debconf-utils (1.4.30.8) ...
+Setting up debconf-utils (1.4.30.10) ...
-Setting up debhelper (4.2.20) ...
+Setting up debhelper (4.2.24) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
@@ -124,25 +125,25 @@ Need to get 66.4kB of archives.
After unpacking 254kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.0.7 [66.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 66.4kB in 0s (824kB/s)
+Fetched 66.4kB in 0s (898kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8668 files and directories currently installed.)
+(Reading database ... 8526 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.0.7_i386.deb) ...
Setting up fakeroot (1.0.7) ...
Copying source file
- -> copying [testbuild/dsh_0.25.3-1.dsc]
- -> copying [testbuild/dsh_0.25.3.orig.tar.gz]
- -> copying [testbuild/dsh_0.25.3-1.diff.gz]
+ -> copying [testbuild/dsh_0.25.4-1.dsc]
+ -> copying [testbuild/dsh_0.25.4.orig.tar.gz]
+ -> copying [testbuild/dsh_0.25.4-1.diff.gz]
Extracting source
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: extracting dsh in dsh-0.25.3
+dpkg-source: extracting dsh in dsh-0.25.4
-> Building the package
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source package is dsh
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source version is 0.25.3-1
+dpkg-buildpackage: source version is 0.25.4-1
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture is i386
@@ -154,25 +155,25 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
make: [clean] Error 2 (ignored)
dh_clean
- dpkg-source -b dsh-0.25.3
+ dpkg-source -b dsh-0.25.4
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+dpkg-source: building dsh using existing dsh_0.25.4.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.4-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.3-1.dsc
+dpkg-source: building dsh in dsh_0.25.4-1.dsc
debian/rules build
dh_testdir
INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
@@ -322,6 +323,9 @@ checking for unistd.h... (cached) yes
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
checking for libdshconfig.h ... yes
checking for asprintf... yes
checking for strdup... yes
@@ -349,18 +353,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make all-recursive
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making all in m4
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making all in po
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -373,26 +377,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make check
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making check in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making check in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -443,7 +447,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Sat Oct 16 10:54:34 UTC 2004
+Sat Dec 11 01:03:02 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -513,14 +517,14 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Sat Oct 16 10:54:40 UTC 2004
+Sat Dec 11 01:03:08 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
dsh: Process terminated (before write).
-b: b
a: a
+b: b
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -528,9 +532,9 @@ PASS: tests/machinelist-comment-test.sh
===================
All 16 tests passed
===================
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -538,58 +542,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.3/debian/dsh
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.4/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making install in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making install in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/gettext/po/$file; \
+ /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
-test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
+test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-cp /tmp/buildd/dsh-0.25.3/debian/machines.list /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/machines.list
-cp /tmp/buildd/dsh-0.25.3/dsh.conf /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/group/all
-install -d /tmp/buildd/dsh-0.25.3/debian/dsh/usr/lib/update-cluster
-install -m 755 /tmp/buildd/dsh-0.25.3/debian/dsh.updatelist /tmp/buildd/dsh-0.25.3/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+cp /tmp/buildd/dsh-0.25.4/debian/machines.list /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.4/dsh.conf /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.4/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.4/debian/dsh.updatelist /tmp/buildd/dsh-0.25.4/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -614,7 +618,7 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.3-1_i386.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.4-1_i386.deb'.
dpkg-genchanges -mJunichi Uekawa <dancer@debian.org>
dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
@@ -623,10 +627,10 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-/usr/lib/pbuilder/pbuilder-buildpackage: line 122: 12666 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 83: 29877 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Sat Oct 16 19:54:42 JST 2004
-pbuilder-time-stamp: 1097924082
+Current time: Sat Dec 11 10:03:11 JST 2004
+pbuilder-time-stamp: 1102726991
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/12331 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/29542 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-sid.log b/testsuite/normal/pbuilder-build-dsh-sid.log
index 89ca50d..640aa82 100644
--- a/testsuite/normal/pbuilder-build-dsh-sid.log
+++ b/testsuite/normal/pbuilder-build-dsh-sid.log
@@ -2,8 +2,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Oct 16 19:48:58 JST 2004
-pbuilder-time-stamp: 1097923738
+Current time: Sat Dec 11 09:58:27 JST 2004
+pbuilder-time-stamp: 1102726707
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -11,6 +11,7 @@ Building the build Environment
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
+ -> created buildresult dir :/var/cache/pbuilder/result/
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -26,37 +27,37 @@ The following extra packages will be installed:
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl po-debconf
Suggested packages:
debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
- libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs
+ libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
Recommended packages:
- apt-utils
+ apt-utils libmail-sendmail-perl
The following NEW packages will be installed:
debconf debconf-i18n debconf-utils debhelper file gettext gettext-base
html2text intltool-debian libdshconfig1 libdshconfig1-dev
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2726kB of archives.
-After unpacking 11.1MB of additional disk space will be used.
+Need to get 2757kB of archives.
+After unpacking 11.9MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sid/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sid/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sid/main libtext-wrapi18n-perl 0.06-1 [8442B]
-Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.39 [84.6kB]
-Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.39 [99.8kB]
-Get:7 http://ring.asahi-net.or.jp sid/main libmagic1 4.10-3 [223kB]
-Get:8 http://ring.asahi-net.or.jp sid/main file 4.10-3 [28.4kB]
-Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-5 [91.3kB]
-Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.39 [33.0kB]
+Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.41 [90.0kB]
+Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.41 [101kB]
+Get:7 http://ring.asahi-net.or.jp sid/main libmagic1 4.12-1 [233kB]
+Get:8 http://ring.asahi-net.or.jp sid/main file 4.12-1 [28.6kB]
+Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-6 [91.1kB]
+Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.41 [33.0kB]
Get:11 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-5 [1557kB]
+Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-6 [1555kB]
Get:13 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
-Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.14 [66.7kB]
-Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.21 [358kB]
+Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.15 [72.9kB]
+Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.25 [368kB]
Get:16 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2726kB in 1s (2486kB/s)
+Fetched 2757kB in 1s (2560kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7857 files and directories currently installed.)
+(Reading database ... 7702 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -65,27 +66,27 @@ Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.de
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.39_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.41_all.deb) ...
Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.39_all.deb) ...
+Unpacking debconf (from .../debconf_1.4.41_all.deb) ...
Selecting previously deselected package libmagic1.
-Unpacking libmagic1 (from .../libmagic1_4.10-3_i386.deb) ...
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../archives/file_4.10-3_i386.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.39_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.41_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-5_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.14_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.15_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.21_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.25_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -94,55 +95,55 @@ Setting up liblocale-gettext-perl (1.01-17) ...
Setting up libtext-iconv-perl (1.2-3) ...
Setting up libtext-charwidth-perl (0.04-1) ...
Setting up libtext-wrapi18n-perl (0.06-1) ...
-Setting up libmagic1 (4.10-3) ...
+Setting up libmagic1 (4.12-1) ...
-Setting up file (4.10-3) ...
-Setting up gettext-base (0.14.1-5) ...
+Setting up file (4.12-1) ...
+Setting up gettext-base (0.14.1-6) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-5) ...
+Setting up gettext (0.14.1-6) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.14) ...
+Setting up po-debconf (0.8.15) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.39) ...
-Setting up debconf (1.4.39) ...
+Setting up debconf-i18n (1.4.41) ...
+Setting up debconf (1.4.41) ...
-Setting up debconf-utils (1.4.39) ...
+Setting up debconf-utils (1.4.41) ...
-Setting up debhelper (4.2.21) ...
+Setting up debhelper (4.2.25) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 67.9kB of archives.
-After unpacking 258kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.1.2 [67.9kB]
+Need to get 69.4kB of archives.
+After unpacking 262kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.2 [69.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 67.9kB in 0s (645kB/s)
+Fetched 69.4kB in 0s (612kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8679 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.1.2_i386.deb) ...
-Setting up fakeroot (1.1.2) ...
+(Reading database ... 8666 files and directories currently installed.)
+Unpacking fakeroot (from .../archives/fakeroot_1.2_i386.deb) ...
+Setting up fakeroot (1.2) ...
Copying source file
- -> copying [testbuild/dsh_0.25.3-1.dsc]
- -> copying [testbuild/dsh_0.25.3.orig.tar.gz]
- -> copying [testbuild/dsh_0.25.3-1.diff.gz]
+ -> copying [testbuild/dsh_0.25.4-1.dsc]
+ -> copying [testbuild/dsh_0.25.4.orig.tar.gz]
+ -> copying [testbuild/dsh_0.25.4-1.diff.gz]
Extracting source
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: extracting dsh in dsh-0.25.3
+dpkg-source: extracting dsh in dsh-0.25.4
-> Building the package
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source package is dsh
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source version is 0.25.3-1
+dpkg-buildpackage: source version is 0.25.4-1
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture is i386
@@ -154,25 +155,25 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
make: [clean] Error 2 (ignored)
dh_clean
- dpkg-source -b dsh-0.25.3
+ dpkg-source -b dsh-0.25.4
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+dpkg-source: building dsh using existing dsh_0.25.4.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.4-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.3-1.dsc
+dpkg-source: building dsh in dsh_0.25.4-1.dsc
debian/rules build
dh_testdir
INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
@@ -322,6 +323,9 @@ checking for unistd.h... (cached) yes
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
checking for libdshconfig.h ... yes
checking for asprintf... yes
checking for strdup... yes
@@ -349,18 +353,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make all-recursive
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making all in m4
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making all in po
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -373,26 +377,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make check
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making check in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making check in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -443,7 +447,7 @@ PASS: tests/param-r-invalid.sh
1: 1
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Sat Oct 16 10:49:30 UTC 2004
+Sat Dec 11 00:58:59 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -513,11 +517,12 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Sat Oct 16 10:49:36 UTC 2004
+Sat Dec 11 00:59:05 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
+dsh: Process terminated (before write).
b: b
a: a
PASS: tests/segv-catcher.sh
@@ -527,9 +532,9 @@ PASS: tests/machinelist-comment-test.sh
===================
All 16 tests passed
===================
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -537,58 +542,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.3/debian/dsh
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.4/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making install in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making install in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/gettext/po/$file; \
+ /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
-test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
+test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-cp /tmp/buildd/dsh-0.25.3/debian/machines.list /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/machines.list
-cp /tmp/buildd/dsh-0.25.3/dsh.conf /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/group/all
-install -d /tmp/buildd/dsh-0.25.3/debian/dsh/usr/lib/update-cluster
-install -m 755 /tmp/buildd/dsh-0.25.3/debian/dsh.updatelist /tmp/buildd/dsh-0.25.3/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+cp /tmp/buildd/dsh-0.25.4/debian/machines.list /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.4/dsh.conf /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.4/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.4/debian/dsh.updatelist /tmp/buildd/dsh-0.25.4/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -613,7 +618,7 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.3-1_i386.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.4-1_i386.deb'.
dpkg-genchanges -mJunichi Uekawa <dancer@debian.org>
dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
@@ -622,10 +627,10 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-/usr/lib/pbuilder/pbuilder-buildpackage: line 122: 21545 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 83: 8422 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Sat Oct 16 19:49:39 JST 2004
-pbuilder-time-stamp: 1097923779
+Current time: Sat Dec 11 09:59:07 JST 2004
+pbuilder-time-stamp: 1102726747
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/21210 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/8085 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sarge.log b/testsuite/normal/pbuilder-create-sarge.log
index 7b230c4..57e33ed 100644
--- a/testsuite/normal/pbuilder-create-sarge.log
+++ b/testsuite/normal/pbuilder-create-sarge.log
@@ -253,7 +253,7 @@ I: Extracting zlib1g...
I: Installing core packages...
Selecting previously deselected package base-files.
(Reading database ... 0 files and directories currently installed.)
-Unpacking base-files (from .../base-files_3.1_i386.deb) ...
+Unpacking base-files (from .../base-files_3.1.0_i386.deb) ...
Selecting previously deselected package base-passwd.
Unpacking base-passwd (from .../base-passwd_3.5.7_i386.deb) ...
dpkg: base-passwd: dependency problems, but configuring anyway as you request:
@@ -264,51 +264,51 @@ Setting up base-passwd (3.5.7) ...
dpkg: base-files: dependency problems, but configuring anyway as you request:
base-files depends on awk; however:
Package awk is not installed.
-Setting up base-files (3.1) ...
+Setting up base-files (3.1.0) ...
-dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on libc6 (>= 2.3.2.ds1-4)
dpkg: warning - ignoring pre-dependency problem !
(Reading database ... 84 files and directories currently installed.)
-Preparing to replace dpkg 1.10.23 (using .../archives/dpkg_1.10.23_i386.deb) ...
+Preparing to replace dpkg 1.10.25 (using .../archives/dpkg_1.10.25_i386.deb) ...
Unpacking replacement dpkg ...
dpkg: dpkg: dependency problems, but configuring anyway as you request:
dpkg depends on dselect; however:
Package dselect is not installed.
dpkg depends on libc6 (>= 2.3.2.ds1-4); however:
Package libc6 is not installed.
-Setting up dpkg (1.10.23) ...
+Setting up dpkg (1.10.25) ...
Moving /usr/info/dir to /usr/share/info/dir.
Making /usr/info a symlink to /usr/share/info.
Selecting previously deselected package libc6.
-(Reading database ... 257 files and directories currently installed.)
-Unpacking libc6 (from .../libc6_2.3.2.ds1-16_i386.deb) ...
+(Reading database ... 266 files and directories currently installed.)
+Unpacking libc6 (from .../libc6_2.3.2.ds1-18_i386.deb) ...
dpkg: libc6: dependency problems, but configuring anyway as you request:
libc6 depends on libdb1-compat; however:
Package libdb1-compat is not installed.
-Setting up libc6 (2.3.2.ds1-16) ...
+Setting up libc6 (2.3.2.ds1-18) ...
Current default timezone: 'UTC'.
-Local time is now: Sat Oct 16 10:52:46 UTC 2004.
-Universal Time is now: Sat Oct 16 10:52:46 UTC 2004.
+Local time is now: Sat Dec 11 01:01:34 UTC 2004.
+Universal Time is now: Sat Dec 11 01:01:34 UTC 2004.
Run 'tzconfig' if you wish to change it.
Selecting previously deselected package perl-base.
-(Reading database ... 2310 files and directories currently installed.)
-Unpacking perl-base (from .../perl-base_5.8.4-2.3_i386.deb) ...
-Setting up perl-base (5.8.4-2.3) ...
+(Reading database ... 2319 files and directories currently installed.)
+Unpacking perl-base (from .../perl-base_5.8.4-3_i386.deb) ...
+Setting up perl-base (5.8.4-3) ...
Selecting previously deselected package mawk.
-(Reading database ... 2430 files and directories currently installed.)
+(Reading database ... 2439 files and directories currently installed.)
Unpacking mawk (from .../mawk_1.3.3-11_i386.deb) ...
Setting up mawk (1.3.3-11) ...
I: Unpacking required packages...
-(Reading database ... 2449 files and directories currently installed.)
-Preparing to replace base-files 3.1 (using .../base-files_3.1_i386.deb) ...
+(Reading database ... 2458 files and directories currently installed.)
+Preparing to replace base-files 3.1.0 (using .../base-files_3.1.0_i386.deb) ...
Unpacking replacement base-files ...
Preparing to replace base-passwd 3.5.7 (using .../base-passwd_3.5.7_i386.deb) ...
Unpacking replacement base-passwd ...
@@ -332,14 +332,14 @@ dpkg: warning - ignoring pre-dependency problem !
Unpacking debianutils (from .../debianutils_2.8.4_i386.deb) ...
Selecting previously deselected package diff.
Unpacking diff (from .../archives/diff_2.8.1-6_i386.deb) ...
-dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-Preparing to replace dpkg 1.10.23 (using .../archives/dpkg_1.10.23_i386.deb) ...
+Preparing to replace dpkg 1.10.25 (using .../archives/dpkg_1.10.25_i386.deb) ...
Unpacking replacement dpkg ...
Selecting previously deselected package dselect.
-Unpacking dselect (from .../dselect_1.10.23_i386.deb) ...
+Unpacking dselect (from .../dselect_1.10.25_i386.deb) ...
Selecting previously deselected package e2fslibs.
Unpacking e2fslibs (from .../e2fslibs_1.35-6_i386.deb) ...
Selecting previously deselected package e2fsprogs.
@@ -361,24 +361,24 @@ dpkg: regarding .../e2fsprogs_1.35-6_i386.deb containing e2fsprogs, pre-dependen
dpkg: warning - ignoring pre-dependency problem !
Unpacking e2fsprogs (from .../e2fsprogs_1.35-6_i386.deb) ...
Selecting previously deselected package findutils.
-Unpacking findutils (from .../findutils_4.1.20-4_i386.deb) ...
+Unpacking findutils (from .../findutils_4.1.20-5_i386.deb) ...
Selecting previously deselected package gcc-3.3-base.
Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.4-13_i386.deb) ...
Selecting previously deselected package grep.
-Unpacking grep (from .../grep_2.5.1.ds1-3_i386.deb) ...
+Unpacking grep (from .../grep_2.5.1.ds1-4_i386.deb) ...
Selecting previously deselected package gzip.
Unpacking gzip (from .../archives/gzip_1.3.5-9_i386.deb) ...
Selecting previously deselected package hostname.
Unpacking hostname (from .../hostname_2.13_i386.deb) ...
Selecting previously deselected package initscripts.
-Unpacking initscripts (from .../initscripts_2.86-1_i386.deb) ...
+Unpacking initscripts (from .../initscripts_2.86-5_i386.deb) ...
Selecting previously deselected package libacl1.
Unpacking libacl1 (from .../libacl1_2.2.23-1_i386.deb) ...
Selecting previously deselected package libattr1.
Unpacking libattr1 (from .../libattr1_2.4.16-1_i386.deb) ...
Selecting previously deselected package libblkid1.
Unpacking libblkid1 (from .../libblkid1_1.35-6_i386.deb) ...
-Preparing to replace libc6 2.3.2.ds1-16 (using .../libc6_2.3.2.ds1-16_i386.deb) ...
+Preparing to replace libc6 2.3.2.ds1-18 (using .../libc6_2.3.2.ds1-18_i386.deb) ...
Unpacking replacement libc6 ...
Selecting previously deselected package libcap1.
Unpacking libcap1 (from .../libcap1_1%3a1.10-14_i386.deb) ...
@@ -389,7 +389,7 @@ Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
Selecting previously deselected package libdb3.
Unpacking libdb3 (from .../libdb3_3.2.9-20_i386.deb) ...
Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.4.1-4sarge1_i386.deb) ...
+Unpacking libgcc1 (from .../libgcc1_1%3a3.4.2-2_i386.deb) ...
Selecting previously deselected package libncurses5.
Unpacking libncurses5 (from .../libncurses5_5.4-4_i386.deb) ...
Selecting previously deselected package libpam-modules.
@@ -405,15 +405,15 @@ Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.4-13_i386.deb) ...
Selecting previously deselected package libuuid1.
Unpacking libuuid1 (from .../libuuid1_1.35-6_i386.deb) ...
Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-30.1_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-30.4_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam0g (>= 0.76)
libpam0g is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../login_1%3a4.0.3-30.1_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-30.4_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam-runtime (>= 0.76-14)
libpam-runtime is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking login (from .../login_1%3a4.0.3-30.1_i386.deb) ...
+Unpacking login (from .../login_1%3a4.0.3-30.4_i386.deb) ...
Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ...
Unpacking replacement mawk ...
Selecting previously deselected package mount.
@@ -427,25 +427,25 @@ dpkg: regarding .../ncurses-bin_5.4-4_i386.deb containing ncurses-bin, pre-depen
dpkg: warning - ignoring pre-dependency problem !
Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_i386.deb) ...
Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-30.1_i386.deb) ...
-Preparing to replace perl-base 5.8.4-2.3 (using .../perl-base_5.8.4-2.3_i386.deb) ...
+Unpacking passwd (from .../passwd_1%3a4.0.3-30.4_i386.deb) ...
+Preparing to replace perl-base 5.8.4-3 (using .../perl-base_5.8.4-3_i386.deb) ...
Unpacking replacement perl-base ...
Selecting previously deselected package sed.
Unpacking sed (from .../archives/sed_4.1.2-1_i386.deb) ...
Selecting previously deselected package slang1a-utf8.
Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9dbs-8_i386.deb) ...
Selecting previously deselected package sysv-rc.
-Unpacking sysv-rc (from .../sysv-rc_2.86-1_all.deb) ...
+Unpacking sysv-rc (from .../sysv-rc_2.86-5_all.deb) ...
Selecting previously deselected package sysvinit.
-dpkg: regarding .../sysvinit_2.86-1_i386.deb containing sysvinit, pre-dependency problem:
+dpkg: regarding .../sysvinit_2.86-5_i386.deb containing sysvinit, pre-dependency problem:
sysvinit pre-depends on initscripts
initscripts is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../sysvinit_2.86-1_i386.deb containing sysvinit, pre-dependency problem:
+dpkg: regarding .../sysvinit_2.86-5_i386.deb containing sysvinit, pre-dependency problem:
sysvinit pre-depends on sysv-rc (>= 2.85-2) | file-rc (>> 0.7.0)
sysv-rc is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking sysvinit (from .../sysvinit_2.86-1_i386.deb) ...
+Unpacking sysvinit (from .../sysvinit_2.86-5_i386.deb) ...
Selecting previously deselected package tar.
Unpacking tar (from .../tar_1.13.93-4_i386.deb) ...
Selecting previously deselected package util-linux.
@@ -462,19 +462,19 @@ dpkg: regarding .../util-linux_2.12-10_i386.deb containing util-linux, pre-depen
dpkg: warning - ignoring pre-dependency problem !
Unpacking util-linux (from .../util-linux_2.12-10_i386.deb) ...
Selecting previously deselected package zlib1g.
-Unpacking zlib1g (from .../zlib1g_1%3a1.2.1.1-7_i386.deb) ...
+Unpacking zlib1g (from .../zlib1g_1%3a1.2.2-3_i386.deb) ...
I: Configuring required packages...
Setting up ncurses-base (5.4-4) ...
-Setting up sysv-rc (2.86-1) ...
+Setting up sysv-rc (2.86-5) ...
Setting up libpam-runtime (0.76-22) ...
Setting up gcc-3.3-base (3.3.4-13) ...
-Setting up libc6 (2.3.2.ds1-16) ...
+Setting up libc6 (2.3.2.ds1-18) ...
Current default timezone: 'UTC'.
-Local time is now: Sat Oct 16 10:53:01 UTC 2004.
-Universal Time is now: Sat Oct 16 10:53:01 UTC 2004.
+Local time is now: Sat Dec 11 01:01:43 UTC 2004.
+Universal Time is now: Sat Dec 11 01:01:43 UTC 2004.
Run 'tzconfig' if you wish to change it.
Setting up libcap1 (1.10-14) ...
@@ -487,14 +487,14 @@ Setting up libpam0g (0.76-22) ...
Setting up bsdutils (2.12-10) ...
-Setting up perl-base (5.8.4-2.3) ...
+Setting up perl-base (5.8.4-3) ...
Setting up tar (1.13.93-4) ...
-Setting up zlib1g (1.2.1.1-7) ...
+Setting up zlib1g (1.2.2-3) ...
Setting up slang1a-utf8 (1.4.9dbs-8) ...
-Setting up libgcc1 (3.4.1-4sarge1) ...
+Setting up libgcc1 (3.4.2-2) ...
Setting up mount (2.12-10) ...
@@ -512,7 +512,7 @@ Setting up libcomerr2 (1.35-6) ...
Setting up mawk (1.3.3-11) ...
-Setting up grep (2.5.1.ds1-3) ...
+Setting up grep (2.5.1.ds1-4) ...
Setting up hostname (2.13) ...
Setting up libacl1 (2.2.23-1) ...
@@ -520,7 +520,7 @@ Setting up libblkid1 (1.35-6) ...
Setting up libss2 (1.35-6) ...
-Setting up findutils (4.1.20-4) ...
+Setting up findutils (4.1.20-5) ...
Setting up e2fsprogs (1.35-6) ...
Setting up diff (2.8.1-6) ...
@@ -539,31 +539,31 @@ Setting up ncurses-bin (5.4-4) ...
Setting up libpam-modules (0.76-22) ...
-Setting up base-files (3.1) ...
+Setting up base-files (3.1.0) ...
Setting up gzip (1.3.5-9) ...
-Setting up dselect (1.10.23) ...
-Setting up login (4.0.3-30.1) ...
+Setting up dselect (1.10.25) ...
+Setting up login (4.0.3-30.4) ...
-Setting up passwd (4.0.3-30.1) ...
+Setting up passwd (4.0.3-30.4) ...
-Setting up dpkg (1.10.23) ...
+Setting up dpkg (1.10.25) ...
Setting up bash (2.05b-24) ...
-Setting up initscripts (2.86-1) ...
+Setting up initscripts (2.86-5) ...
-Setting up sysvinit (2.86-1) ...
+Setting up sysvinit (2.86-5) ...
sysvinit: creating /dev/initctl
init: timeout opening/writing control channel /dev/initctl
I: Installing base packages...
Selecting previously deselected package apt.
-(Reading database ... 4050 files and directories currently installed.)
+(Reading database ... 4058 files and directories currently installed.)
Unpacking apt (from .../archives/apt_0.5.27_i386.deb) ...
Selecting previously deselected package binutils.
-Unpacking binutils (from .../binutils_2.15-4_i386.deb) ...
+Unpacking binutils (from .../binutils_2.15-5_i386.deb) ...
Selecting previously deselected package cpio.
Unpacking cpio (from .../archives/cpio_2.5-1.1_i386.deb) ...
Selecting previously deselected package cpp.
@@ -571,7 +571,7 @@ Unpacking cpp (from .../cpp_4%3a3.3.4-2_i386.deb) ...
Selecting previously deselected package cpp-3.3.
Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.4-13_i386.deb) ...
Selecting previously deselected package dpkg-dev.
-Unpacking dpkg-dev (from .../dpkg-dev_1.10.23_all.deb) ...
+Unpacking dpkg-dev (from .../dpkg-dev_1.10.25_all.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a3.3.4-2_i386.deb) ...
Selecting previously deselected package g++-3.3.
@@ -581,7 +581,7 @@ Unpacking gcc (from .../gcc_4%3a3.3.4-2_i386.deb) ...
Selecting previously deselected package gcc-3.3.
Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.4-13_i386.deb) ...
Selecting previously deselected package libc6-dev.
-Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-16_i386.deb) ...
+Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-18_i386.deb) ...
Selecting previously deselected package libdb4.2.
Unpacking libdb4.2 (from .../libdb4.2_4.2.52-17_i386.deb) ...
Selecting previously deselected package libgdbm3.
@@ -595,9 +595,9 @@ Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
Selecting previously deselected package perl.
-Unpacking perl (from .../perl_5.8.4-2.3_i386.deb) ...
+Unpacking perl (from .../archives/perl_5.8.4-3_i386.deb) ...
Selecting previously deselected package perl-modules.
-Unpacking perl-modules (from .../perl-modules_5.8.4-2.3_all.deb) ...
+Unpacking perl-modules (from .../perl-modules_5.8.4-3_all.deb) ...
Setting up libgdbm3 (1.8.3-2) ...
Setting up cpp-3.3 (3.3.4-13) ...
Setting up apt (0.5.27) ...
@@ -610,24 +610,24 @@ Setting up make (3.80-9) ...
Setting up cpio (2.5-1.1) ...
-Setting up binutils (2.15-4) ...
+Setting up binutils (2.15-5) ...
Setting up gcc-3.3 (3.3.4-13) ...
-Setting up libc6-dev (2.3.2.ds1-16) ...
+Setting up libc6-dev (2.3.2.ds1-18) ...
Setting up gcc (3.3.4-2) ...
Setting up libstdc++5-3.3-dev (3.3.4-13) ...
-Setting up perl-modules (5.8.4-2.3) ...
-Setting up perl (5.8.4-2.3) ...
+Setting up perl-modules (5.8.4-3) ...
+Setting up perl (5.8.4-3) ...
Setting up g++-3.3 (3.3.4-13) ...
-Setting up dpkg-dev (1.10.23) ...
+Setting up dpkg-dev (1.10.25) ...
Setting up g++ (3.3.4-2) ...
I: Base system installed successfully.
-umount: /var/cache/pbuilder/build/6084/./dev/pts: not mounted
-umount: /var/cache/pbuilder/build/6084/./dev/shm: not mounted
-umount: /var/cache/pbuilder/build/6084/./proc/bus/usb: not mounted
+umount: /var/cache/pbuilder/build/25563/./dev/pts: not mounted
+umount: /var/cache/pbuilder/build/25563/./dev/shm: not mounted
+umount: /var/cache/pbuilder/build/25563/./proc/bus/usb: not mounted
-> debootstrap finished
-> copying local configuration
-> Installing apt-lines
@@ -636,9 +636,9 @@ Refreshing the base.tgz
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
-Get:1 http://ring.asahi-net.or.jp sarge/main Packages [3134kB]
+Get:1 http://ring.asahi-net.or.jp sarge/main Packages [3181kB]
Get:2 http://ring.asahi-net.or.jp sarge/main Release [81B]
-Fetched 3134kB in 3s (901kB/s)
+Fetched 3181kB in 3s (950kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading Package Lists...
@@ -654,13 +654,13 @@ The following NEW packages will be installed:
Need to get 6520B of archives.
After unpacking 49.2kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main build-essential 10.1 [6520B]
-Fetched 6520B in 0s (248kB/s)
+Fetched 6520B in 0s (316kB/s)
Selecting previously deselected package build-essential.
-(Reading database ... 7838 files and directories currently installed.)
+(Reading database ... 7689 files and directories currently installed.)
Unpacking build-essential (from .../build-essential_10.1_i386.deb) ...
Setting up build-essential (10.1) ...
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//6084 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//25563 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sid.log b/testsuite/normal/pbuilder-create-sid.log
index c1afdb5..6971f3a 100644
--- a/testsuite/normal/pbuilder-create-sid.log
+++ b/testsuite/normal/pbuilder-create-sid.log
@@ -253,93 +253,93 @@ I: Extracting zlib1g...
I: Installing core packages...
Selecting previously deselected package base-files.
(Reading database ... 0 files and directories currently installed.)
-Unpacking base-files (from .../base-files_3.1_i386.deb) ...
+Unpacking base-files (from .../base-files_3.1.0_i386.deb) ...
Selecting previously deselected package base-passwd.
-Unpacking base-passwd (from .../base-passwd_3.5.8_i386.deb) ...
+Unpacking base-passwd (from .../base-passwd_3.5.9_i386.deb) ...
dpkg: base-passwd: dependency problems, but configuring anyway as you request:
base-passwd depends on libc6 (>= 2.3.2.ds1-4); however:
Package libc6 is not installed.
-Setting up base-passwd (3.5.8) ...
+Setting up base-passwd (3.5.9) ...
dpkg: base-files: dependency problems, but configuring anyway as you request:
base-files depends on awk; however:
Package awk is not installed.
-Setting up base-files (3.1) ...
+Setting up base-files (3.1.0) ...
-dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on libc6 (>= 2.3.2.ds1-4)
dpkg: warning - ignoring pre-dependency problem !
(Reading database ... 84 files and directories currently installed.)
-Preparing to replace dpkg 1.10.23 (using .../archives/dpkg_1.10.23_i386.deb) ...
+Preparing to replace dpkg 1.10.25 (using .../archives/dpkg_1.10.25_i386.deb) ...
Unpacking replacement dpkg ...
dpkg: dpkg: dependency problems, but configuring anyway as you request:
dpkg depends on dselect; however:
Package dselect is not installed.
dpkg depends on libc6 (>= 2.3.2.ds1-4); however:
Package libc6 is not installed.
-Setting up dpkg (1.10.23) ...
+Setting up dpkg (1.10.25) ...
Moving /usr/info/dir to /usr/share/info/dir.
Making /usr/info a symlink to /usr/share/info.
Selecting previously deselected package libc6.
-(Reading database ... 257 files and directories currently installed.)
-Unpacking libc6 (from .../libc6_2.3.2.ds1-18_i386.deb) ...
+(Reading database ... 266 files and directories currently installed.)
+Unpacking libc6 (from .../libc6_2.3.2.ds1-19_i386.deb) ...
dpkg: libc6: dependency problems, but configuring anyway as you request:
libc6 depends on libdb1-compat; however:
Package libdb1-compat is not installed.
-Setting up libc6 (2.3.2.ds1-18) ...
+Setting up libc6 (2.3.2.ds1-19) ...
Current default timezone: 'UTC'.
-Local time is now: Sat Oct 16 10:48:05 UTC 2004.
-Universal Time is now: Sat Oct 16 10:48:05 UTC 2004.
+Local time is now: Sat Dec 11 00:57:36 UTC 2004.
+Universal Time is now: Sat Dec 11 00:57:36 UTC 2004.
Run 'tzconfig' if you wish to change it.
Selecting previously deselected package perl-base.
-(Reading database ... 2310 files and directories currently installed.)
-Unpacking perl-base (from .../perl-base_5.8.4-2.3_i386.deb) ...
-Setting up perl-base (5.8.4-2.3) ...
+(Reading database ... 2317 files and directories currently installed.)
+Unpacking perl-base (from .../perl-base_5.8.4-4_i386.deb) ...
+Setting up perl-base (5.8.4-4) ...
Selecting previously deselected package mawk.
-(Reading database ... 2430 files and directories currently installed.)
+(Reading database ... 2437 files and directories currently installed.)
Unpacking mawk (from .../mawk_1.3.3-11_i386.deb) ...
Setting up mawk (1.3.3-11) ...
I: Unpacking required packages...
-(Reading database ... 2449 files and directories currently installed.)
-Preparing to replace base-files 3.1 (using .../base-files_3.1_i386.deb) ...
+(Reading database ... 2456 files and directories currently installed.)
+Preparing to replace base-files 3.1.0 (using .../base-files_3.1.0_i386.deb) ...
Unpacking replacement base-files ...
-Preparing to replace base-passwd 3.5.8 (using .../base-passwd_3.5.8_i386.deb) ...
+Preparing to replace base-passwd 3.5.9 (using .../base-passwd_3.5.9_i386.deb) ...
Unpacking replacement base-passwd ...
Selecting previously deselected package bash.
-dpkg: regarding .../archives/bash_3.0-7_i386.deb containing bash, pre-dependency problem:
+dpkg: regarding .../archives/bash_3.0-10_i386.deb containing bash, pre-dependency problem:
bash pre-depends on libncurses5 (>= 5.4-1)
dpkg: warning - ignoring pre-dependency problem !
-Unpacking bash (from .../archives/bash_3.0-7_i386.deb) ...
+Unpacking bash (from .../archives/bash_3.0-10_i386.deb) ...
Selecting previously deselected package bsdutils.
-Unpacking bsdutils (from .../bsdutils_1%3a2.12-10_i386.deb) ...
+Unpacking bsdutils (from .../bsdutils_1%3a2.12j-1_i386.deb) ...
Selecting previously deselected package coreutils.
dpkg: regarding .../coreutils_5.2.1-2_i386.deb containing coreutils, pre-dependency problem:
coreutils pre-depends on libacl1 (>= 2.2.11-1)
dpkg: warning - ignoring pre-dependency problem !
Unpacking coreutils (from .../coreutils_5.2.1-2_i386.deb) ...
Selecting previously deselected package debianutils.
-dpkg: regarding .../debianutils_2.10.2_i386.deb containing debianutils, pre-dependency problem:
+dpkg: regarding .../debianutils_2.10.4_i386.deb containing debianutils, pre-dependency problem:
debianutils pre-depends on coreutils (>= 4.5.8-1)
coreutils is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking debianutils (from .../debianutils_2.10.2_i386.deb) ...
+Unpacking debianutils (from .../debianutils_2.10.4_i386.deb) ...
Selecting previously deselected package diff.
-Unpacking diff (from .../archives/diff_2.8.1-6_i386.deb) ...
-dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
+Unpacking diff (from .../archives/diff_2.8.1-7_i386.deb) ...
+dpkg: regarding .../archives/dpkg_1.10.25_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-Preparing to replace dpkg 1.10.23 (using .../archives/dpkg_1.10.23_i386.deb) ...
+Preparing to replace dpkg 1.10.25 (using .../archives/dpkg_1.10.25_i386.deb) ...
Unpacking replacement dpkg ...
Selecting previously deselected package dselect.
-Unpacking dselect (from .../dselect_1.10.23_i386.deb) ...
+Unpacking dselect (from .../dselect_1.10.25_i386.deb) ...
Selecting previously deselected package e2fslibs.
Unpacking e2fslibs (from .../e2fslibs_1.35-8_i386.deb) ...
Selecting previously deselected package e2fsprogs.
@@ -361,11 +361,11 @@ dpkg: regarding .../e2fsprogs_1.35-8_i386.deb containing e2fsprogs, pre-dependen
dpkg: warning - ignoring pre-dependency problem !
Unpacking e2fsprogs (from .../e2fsprogs_1.35-8_i386.deb) ...
Selecting previously deselected package findutils.
-Unpacking findutils (from .../findutils_4.1.20-4_i386.deb) ...
+Unpacking findutils (from .../findutils_4.1.20-5_i386.deb) ...
Selecting previously deselected package gcc-3.3-base.
-Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.5-1_i386.deb) ...
+Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package grep.
-Unpacking grep (from .../grep_2.5.1.ds1-3_i386.deb) ...
+Unpacking grep (from .../grep_2.5.1.ds1-4_i386.deb) ...
Selecting previously deselected package gzip.
Unpacking gzip (from .../archives/gzip_1.3.5-9_i386.deb) ...
Selecting previously deselected package hostname.
@@ -378,7 +378,7 @@ Selecting previously deselected package libattr1.
Unpacking libattr1 (from .../libattr1_2.4.18-1_i386.deb) ...
Selecting previously deselected package libblkid1.
Unpacking libblkid1 (from .../libblkid1_1.35-8_i386.deb) ...
-Preparing to replace libc6 2.3.2.ds1-18 (using .../libc6_2.3.2.ds1-18_i386.deb) ...
+Preparing to replace libc6 2.3.2.ds1-19 (using .../libc6_2.3.2.ds1-19_i386.deb) ...
Unpacking replacement libc6 ...
Selecting previously deselected package libcap1.
Unpacking libcap1 (from .../libcap1_1%3a1.10-14_i386.deb) ...
@@ -389,7 +389,7 @@ Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
Selecting previously deselected package libdb3.
Unpacking libdb3 (from .../libdb3_3.2.9-20_i386.deb) ...
Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.4.2-2_i386.deb) ...
+Unpacking libgcc1 (from .../libgcc1_1%3a3.4.3-4_i386.deb) ...
Selecting previously deselected package libncurses5.
Unpacking libncurses5 (from .../libncurses5_5.4-4_i386.deb) ...
Selecting previously deselected package libpam-modules.
@@ -401,23 +401,23 @@ Unpacking libpam0g (from .../libpam0g_0.76-22_i386.deb) ...
Selecting previously deselected package libss2.
Unpacking libss2 (from .../libss2_1.35-8_i386.deb) ...
Selecting previously deselected package libstdc++5.
-Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.5-1_i386.deb) ...
+Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package libuuid1.
Unpacking libuuid1 (from .../libuuid1_1.35-8_i386.deb) ...
Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-30.2_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-30.4_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam0g (>= 0.76)
libpam0g is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../login_1%3a4.0.3-30.2_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-30.4_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam-runtime (>= 0.76-14)
libpam-runtime is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking login (from .../login_1%3a4.0.3-30.2_i386.deb) ...
+Unpacking login (from .../login_1%3a4.0.3-30.4_i386.deb) ...
Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ...
Unpacking replacement mawk ...
Selecting previously deselected package mount.
-Unpacking mount (from .../mount_2.12-10_i386.deb) ...
+Unpacking mount (from .../mount_2.12j-1_i386.deb) ...
Selecting previously deselected package ncurses-base.
Unpacking ncurses-base (from .../ncurses-base_5.4-4_all.deb) ...
Selecting previously deselected package ncurses-bin.
@@ -427,11 +427,11 @@ dpkg: regarding .../ncurses-bin_5.4-4_i386.deb containing ncurses-bin, pre-depen
dpkg: warning - ignoring pre-dependency problem !
Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_i386.deb) ...
Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-30.2_i386.deb) ...
-Preparing to replace perl-base 5.8.4-2.3 (using .../perl-base_5.8.4-2.3_i386.deb) ...
+Unpacking passwd (from .../passwd_1%3a4.0.3-30.4_i386.deb) ...
+Preparing to replace perl-base 5.8.4-4 (using .../perl-base_5.8.4-4_i386.deb) ...
Unpacking replacement perl-base ...
Selecting previously deselected package sed.
-Unpacking sed (from .../archives/sed_4.1.2-1_i386.deb) ...
+Unpacking sed (from .../archives/sed_4.1.2-8_i386.deb) ...
Selecting previously deselected package slang1a-utf8.
Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9dbs-8_i386.deb) ...
Selecting previously deselected package sysv-rc.
@@ -449,20 +449,20 @@ Unpacking sysvinit (from .../sysvinit_2.86-5_i386.deb) ...
Selecting previously deselected package tar.
Unpacking tar (from .../archives/tar_1.14-2_i386.deb) ...
Selecting previously deselected package util-linux.
-dpkg: regarding .../util-linux_2.12-10_i386.deb containing util-linux, pre-dependency problem:
+dpkg: regarding .../util-linux_2.12j-1_i386.deb containing util-linux, pre-dependency problem:
util-linux pre-depends on libncurses5 (>= 5.4-1)
libncurses5 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12-10_i386.deb containing util-linux, pre-dependency problem:
+dpkg: regarding .../util-linux_2.12j-1_i386.deb containing util-linux, pre-dependency problem:
util-linux pre-depends on slang1a-utf8 (>> 1.4.9dbs-4)
slang1a-utf8 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12-10_i386.deb containing util-linux, pre-dependency problem:
+dpkg: regarding .../util-linux_2.12j-1_i386.deb containing util-linux, pre-dependency problem:
util-linux pre-depends on zlib1g (>= 1:1.2.1)
dpkg: warning - ignoring pre-dependency problem !
-Unpacking util-linux (from .../util-linux_2.12-10_i386.deb) ...
+Unpacking util-linux (from .../util-linux_2.12j-1_i386.deb) ...
Selecting previously deselected package zlib1g.
-Unpacking zlib1g (from .../zlib1g_1%3a1.2.2-1_i386.deb) ...
+Unpacking zlib1g (from .../zlib1g_1%3a1.2.2-4_i386.deb) ...
I: Configuring required packages...
Setting up ncurses-base (5.4-4) ...
@@ -470,11 +470,11 @@ Setting up sysv-rc (2.86-5) ...
Setting up libpam-runtime (0.76-22) ...
-Setting up gcc-3.3-base (3.3.5-1) ...
-Setting up libc6 (2.3.2.ds1-18) ...
+Setting up gcc-3.3-base (3.3.5-3) ...
+Setting up libc6 (2.3.2.ds1-19) ...
Current default timezone: 'UTC'.
-Local time is now: Sat Oct 16 10:48:12 UTC 2004.
-Universal Time is now: Sat Oct 16 10:48:12 UTC 2004.
+Local time is now: Sat Dec 11 00:57:43 UTC 2004.
+Universal Time is now: Sat Dec 11 00:57:43 UTC 2004.
Run 'tzconfig' if you wish to change it.
Setting up libcap1 (1.10-14) ...
@@ -485,34 +485,34 @@ Setting up libuuid1 (1.35-8) ...
Setting up libpam0g (0.76-22) ...
-Setting up bsdutils (2.12-10) ...
+Setting up bsdutils (2.12j-1) ...
-Setting up perl-base (5.8.4-2.3) ...
+Setting up perl-base (5.8.4-4) ...
Setting up tar (1.14-2) ...
-Setting up zlib1g (1.2.2-1) ...
+Setting up zlib1g (1.2.2-4) ...
Setting up slang1a-utf8 (1.4.9dbs-8) ...
-Setting up libgcc1 (3.4.2-2) ...
+Setting up libgcc1 (3.4.3-4) ...
-Setting up mount (2.12-10) ...
+Setting up mount (2.12j-1) ...
Setting up libncurses5 (5.4-4) ...
Setting up libattr1 (2.4.18-1) ...
-Setting up sed (4.1.2-1) ...
+Setting up sed (4.1.2-8) ...
Setting up e2fslibs (1.35-8) ...
-Setting up base-passwd (3.5.8) ...
+Setting up base-passwd (3.5.9) ...
Setting up libcomerr2 (1.35-8) ...
Setting up mawk (1.3.3-11) ...
-Setting up grep (2.5.1.ds1-3) ...
+Setting up grep (2.5.1.ds1-4) ...
Setting up hostname (2.13) ...
Setting up libacl1 (2.2.26-1) ...
@@ -520,37 +520,36 @@ Setting up libblkid1 (1.35-8) ...
Setting up libss2 (1.35-8) ...
-Setting up findutils (4.1.20-4) ...
+Setting up findutils (4.1.20-5) ...
Setting up e2fsprogs (1.35-8) ...
-Setting up diff (2.8.1-6) ...
-
+Setting up diff (2.8.1-7) ...
Setting up libdb3 (3.2.9-20) ...
-Setting up util-linux (2.12-10) ...
+Setting up util-linux (2.12j-1) ...
-Setting up libstdc++5 (3.3.5-1) ...
+Setting up libstdc++5 (3.3.5-3) ...
Setting up coreutils (5.2.1-2) ...
-Setting up debianutils (2.10.2) ...
+Setting up debianutils (2.10.4) ...
Setting up ncurses-bin (5.4-4) ...
Setting up libpam-modules (0.76-22) ...
-Setting up base-files (3.1) ...
+Setting up base-files (3.1.0) ...
Setting up gzip (1.3.5-9) ...
-Setting up dselect (1.10.23) ...
-Setting up login (4.0.3-30.2) ...
+Setting up dselect (1.10.25) ...
+Setting up login (4.0.3-30.4) ...
-Setting up passwd (4.0.3-30.2) ...
+Setting up passwd (4.0.3-30.4) ...
-Setting up dpkg (1.10.23) ...
+Setting up dpkg (1.10.25) ...
-Setting up bash (3.0-7) ...
+Setting up bash (3.0-10) ...
Setting up initscripts (2.86-5) ...
@@ -560,34 +559,34 @@ init: timeout opening/writing control channel /dev/initctl
I: Installing base packages...
Selecting previously deselected package apt.
-(Reading database ... 4059 files and directories currently installed.)
+(Reading database ... 4061 files and directories currently installed.)
Unpacking apt (from .../archives/apt_0.5.27_i386.deb) ...
Selecting previously deselected package binutils.
-Unpacking binutils (from .../binutils_2.15-4_i386.deb) ...
+Unpacking binutils (from .../binutils_2.15-5_i386.deb) ...
Selecting previously deselected package cpio.
Unpacking cpio (from .../archives/cpio_2.5-1.1_i386.deb) ...
Selecting previously deselected package cpp.
-Unpacking cpp (from .../cpp_4%3a3.3.4-3_i386.deb) ...
+Unpacking cpp (from .../cpp_4%3a3.3.5-1_i386.deb) ...
Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-1_i386.deb) ...
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package dpkg-dev.
-Unpacking dpkg-dev (from .../dpkg-dev_1.10.23_all.deb) ...
+Unpacking dpkg-dev (from .../dpkg-dev_1.10.25_all.deb) ...
Selecting previously deselected package g++.
-Unpacking g++ (from .../g++_4%3a3.3.4-3_i386.deb) ...
+Unpacking g++ (from .../g++_4%3a3.3.5-1_i386.deb) ...
Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-1_i386.deb) ...
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package gcc.
-Unpacking gcc (from .../gcc_4%3a3.3.4-3_i386.deb) ...
+Unpacking gcc (from .../gcc_4%3a3.3.5-1_i386.deb) ...
Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-1_i386.deb) ...
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package libc6-dev.
-Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-18_i386.deb) ...
+Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-19_i386.deb) ...
Selecting previously deselected package libdb4.2.
Unpacking libdb4.2 (from .../libdb4.2_4.2.52-17_i386.deb) ...
Selecting previously deselected package libgdbm3.
Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_i386.deb) ...
Selecting previously deselected package libstdc++5-3.3-dev.
-Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.5-1_i386.deb) ...
+Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package linux-kernel-headers.
Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-17_i386.deb) ...
Selecting previously deselected package make.
@@ -595,39 +594,39 @@ Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
Selecting previously deselected package perl.
-Unpacking perl (from .../perl_5.8.4-2.3_i386.deb) ...
+Unpacking perl (from .../archives/perl_5.8.4-4_i386.deb) ...
Selecting previously deselected package perl-modules.
-Unpacking perl-modules (from .../perl-modules_5.8.4-2.3_all.deb) ...
+Unpacking perl-modules (from .../perl-modules_5.8.4-4_all.deb) ...
Setting up libgdbm3 (1.8.3-2) ...
-Setting up cpp-3.3 (3.3.5-1) ...
+Setting up cpp-3.3 (3.3.5-3) ...
Setting up apt (0.5.27) ...
Setting up patch (2.5.9-2) ...
Setting up libdb4.2 (4.2.52-17) ...
Setting up linux-kernel-headers (2.5.999-test7-bk-17) ...
-Setting up cpp (3.3.4-3) ...
+Setting up cpp (3.3.5-1) ...
Setting up make (3.80-9) ...
Setting up cpio (2.5-1.1) ...
-Setting up binutils (2.15-4) ...
+Setting up binutils (2.15-5) ...
-Setting up gcc-3.3 (3.3.5-1) ...
-Setting up libc6-dev (2.3.2.ds1-18) ...
-Setting up gcc (3.3.4-3) ...
+Setting up gcc-3.3 (3.3.5-3) ...
+Setting up libc6-dev (2.3.2.ds1-19) ...
+Setting up gcc (3.3.5-1) ...
-Setting up libstdc++5-3.3-dev (3.3.5-1) ...
-Setting up perl-modules (5.8.4-2.3) ...
-Setting up perl (5.8.4-2.3) ...
+Setting up libstdc++5-3.3-dev (3.3.5-3) ...
+Setting up perl-modules (5.8.4-4) ...
+Setting up perl (5.8.4-4) ...
-Setting up g++-3.3 (3.3.5-1) ...
-Setting up dpkg-dev (1.10.23) ...
-Setting up g++ (3.3.4-3) ...
+Setting up g++-3.3 (3.3.5-3) ...
+Setting up dpkg-dev (1.10.25) ...
+Setting up g++ (3.3.5-1) ...
I: Base system installed successfully.
-umount: /var/cache/pbuilder/build/17210/./dev/pts: not mounted
-umount: /var/cache/pbuilder/build/17210/./dev/shm: not mounted
-umount: /var/cache/pbuilder/build/17210/./proc/bus/usb: not mounted
+umount: /var/cache/pbuilder/build/4011/./dev/pts: not mounted
+umount: /var/cache/pbuilder/build/4011/./dev/shm: not mounted
+umount: /var/cache/pbuilder/build/4011/./proc/bus/usb: not mounted
-> debootstrap finished
-> copying local configuration
-> Installing apt-lines
@@ -636,9 +635,9 @@ Refreshing the base.tgz
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
-Get:1 http://ring.asahi-net.or.jp sid/main Packages [3286kB]
+Get:1 http://ring.asahi-net.or.jp sid/main Packages [3365kB]
Get:2 http://ring.asahi-net.or.jp sid/main Release [82B]
-Fetched 3286kB in 1s (2188kB/s)
+Fetched 3365kB in 1s (2373kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading Package Lists...
@@ -654,13 +653,13 @@ The following NEW packages will be installed:
Need to get 6520B of archives.
After unpacking 49.2kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main build-essential 10.1 [6520B]
-Fetched 6520B in 0s (317kB/s)
+Fetched 6520B in 0s (107kB/s)
Selecting previously deselected package build-essential.
-(Reading database ... 7848 files and directories currently installed.)
+(Reading database ... 7693 files and directories currently installed.)
Unpacking build-essential (from .../build-essential_10.1_i386.deb) ...
Setting up build-essential (10.1) ...
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//17210 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//4011 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sarge.log b/testsuite/normal/pbuilder-execute-sarge.log
index 409e413..408cdcc 100644
--- a/testsuite/normal/pbuilder-execute-sarge.log
+++ b/testsuite/normal/pbuilder-execute-sarge.log
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//29513 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//15285 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sid.log b/testsuite/normal/pbuilder-execute-sid.log
index f443525..ca17a1c 100644
--- a/testsuite/normal/pbuilder-execute-sid.log
+++ b/testsuite/normal/pbuilder-execute-sid.log
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//5999 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//25479 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sarge.log b/testsuite/normal/pdebuild-internal-sarge.log
index 0ab57d4..72f8bf0 100644
--- a/testsuite/normal/pdebuild-internal-sarge.log
+++ b/testsuite/normal/pdebuild-internal-sarge.log
@@ -22,21 +22,21 @@ The following NEW packages will be installed:
debconf debconf-i18n debootstrap liblocale-gettext-perl libssl0.9.7
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl pbuilder wget
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2956kB of archives.
-After unpacking 9308kB of additional disk space will be used.
+Need to get 2981kB of archives.
+After unpacking 9394kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sarge/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sarge/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sarge/main libtext-wrapi18n-perl 0.06-1 [8442B]
-Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.30.8 [84.6kB]
-Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.30.8 [99.7kB]
-Get:7 http://ring.asahi-net.or.jp sarge/main libssl0.9.7 0.9.7d-5 [2172kB]
-Get:8 http://ring.asahi-net.or.jp sarge/main wget 1.9.1-4 [424kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.30.10 [88.4kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.30.10 [101kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main libssl0.9.7 0.9.7e-2 [2190kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main wget 1.9.1-8 [425kB]
Get:9 http://ring.asahi-net.or.jp sarge/main debootstrap 0.2.45 [65.8kB]
-Get:10 http://ring.asahi-net.or.jp sarge/main pbuilder 0.115 [61.3kB]
-Fetched 2956kB in 0s (4081kB/s)
+Get:10 http://ring.asahi-net.or.jp sarge/main pbuilder 0.118 [63.0kB]
+Fetched 2981kB in 0s (4019kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7847 files and directories currently installed.)
+(Reading database ... 7698 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -45,30 +45,30 @@ Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.de
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.30.8_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.30.10_all.deb) ...
Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.30.8_all.deb) ...
+Unpacking debconf (from .../debconf_1.4.30.10_all.deb) ...
Selecting previously deselected package libssl0.9.7.
-Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7d-5_i386.deb) ...
+Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7e-2_i386.deb) ...
Selecting previously deselected package wget.
-Unpacking wget (from .../archives/wget_1.9.1-4_i386.deb) ...
+Unpacking wget (from .../archives/wget_1.9.1-8_i386.deb) ...
Selecting previously deselected package debootstrap.
Unpacking debootstrap (from .../debootstrap_0.2.45_i386.deb) ...
Selecting previously deselected package pbuilder.
-Unpacking pbuilder (from .../pbuilder_0.115_all.deb) ...
+Unpacking pbuilder (from .../pbuilder_0.118_all.deb) ...
Setting up liblocale-gettext-perl (1.01-17) ...
Setting up libtext-iconv-perl (1.2-3) ...
Setting up libtext-charwidth-perl (0.04-1) ...
Setting up libtext-wrapi18n-perl (0.06-1) ...
-Setting up debconf-i18n (1.4.30.8) ...
-Setting up debconf (1.4.30.8) ...
+Setting up debconf-i18n (1.4.30.10) ...
+Setting up debconf (1.4.30.10) ...
-Setting up libssl0.9.7 (0.9.7d-5) ...
+Setting up libssl0.9.7 (0.9.7e-2) ...
-Setting up wget (1.9.1-4) ...
+Setting up wget (1.9.1-8) ...
Setting up debootstrap (0.2.45) ...
-Setting up pbuilder (0.115) ...
+Setting up pbuilder (0.118) ...
Setting DEBBUILDOPTS=
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -82,45 +82,47 @@ The following extra packages will be installed:
debconf-utils file gettext gettext-base html2text intltool-debian
libdshconfig1 libmagic1 po-debconf
Suggested packages:
- dh-make cvs
+ dh-make cvs gettext-doc
+Recommended packages:
+ libmail-sendmail-perl
The following NEW packages will be installed:
debconf-utils debhelper file gettext gettext-base html2text intltool-debian
libdshconfig1 libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2482kB of archives.
-After unpacking 8789kB of additional disk space will be used.
+Need to get 2491kB of archives.
+After unpacking 8834kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.09-1 [217kB]
Get:2 http://ring.asahi-net.or.jp sarge/main file 4.09-1 [25.9kB]
-Get:3 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-5 [91.3kB]
-Get:4 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.8 [33.0kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-6 [91.1kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.10 [33.0kB]
Get:5 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-1 [89.3kB]
-Get:6 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-5 [1557kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-6 [1555kB]
Get:7 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
-Get:8 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.14 [66.7kB]
-Get:9 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.20 [355kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.15 [72.9kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.24 [360kB]
Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
Get:11 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 2482kB in 0s (3499kB/s)
+Fetched 2491kB in 0s (2781kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 8213 files and directories currently installed.)
+(Reading database ... 8064 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.09-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.09-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.30.8_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.30.10_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-5_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.14_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.15_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.20_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.24_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -128,23 +130,23 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
Setting up libmagic1 (4.09-1) ...
Setting up file (4.09-1) ...
-Setting up gettext-base (0.14.1-5) ...
+Setting up gettext-base (0.14.1-6) ...
-Setting up debconf-utils (1.4.30.8) ...
+Setting up debconf-utils (1.4.30.10) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-5) ...
+Setting up gettext (0.14.1-6) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.14) ...
-Setting up debhelper (4.2.20) ...
+Setting up po-debconf (0.8.15) ...
+Setting up debhelper (4.2.24) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
dpkg-buildpackage: source package is dsh
-dpkg-buildpackage: source version is 0.25.3-1
+dpkg-buildpackage: source version is 0.25.4-1
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
dpkg-buildpackage: host architecture is i386
debian/rules clean
@@ -152,22 +154,22 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make: [clean] Error 2 (ignored)
dh_clean
- dpkg-source -b dsh-0.25.3
-dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+ dpkg-source -b dsh-0.25.4
+dpkg-source: building dsh using existing dsh_0.25.4.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.4-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.3-1.dsc
+dpkg-source: building dsh in dsh_0.25.4-1.dsc
debian/rules build
dh_testdir
INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
@@ -317,6 +319,9 @@ checking for unistd.h... (cached) yes
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
checking for libdshconfig.h ... yes
checking for asprintf... yes
checking for strdup... yes
@@ -344,18 +349,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -368,26 +373,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -438,7 +443,7 @@ PASS: tests/param-r-invalid.sh
1: 1
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Sat Oct 16 10:56:19 UTC 2004
+Sat Dec 11 01:05:20 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -508,11 +513,12 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Sat Oct 16 10:56:25 UTC 2004
+Sat Dec 11 01:05:26 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
+dsh: Process terminated (before write).
b: b
a: a
PASS: tests/segv-catcher.sh
@@ -522,9 +528,9 @@ PASS: tests/machinelist-comment-test.sh
===================
All 16 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
touch build-stamp
debian/rules binary
dh_testdir
@@ -532,58 +538,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -600,7 +606,7 @@ dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.3-1_i386.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.4-1_i386.deb'.
dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
@@ -608,4 +614,4 @@ dpkg-buildpackage: full upload (original source is included)
-> unmounting proc filesystem
-> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/23881 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/8898 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sid.log b/testsuite/normal/pdebuild-internal-sid.log
index e08f45b..ba8e0cc 100644
--- a/testsuite/normal/pdebuild-internal-sid.log
+++ b/testsuite/normal/pdebuild-internal-sid.log
@@ -22,21 +22,21 @@ The following NEW packages will be installed:
debconf debconf-i18n debootstrap liblocale-gettext-perl libssl0.9.7
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl pbuilder wget
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2958kB of archives.
-After unpacking 9312kB of additional disk space will be used.
+Need to get 2984kB of archives.
+After unpacking 9439kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sid/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sid/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sid/main libtext-wrapi18n-perl 0.06-1 [8442B]
-Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.39 [84.6kB]
-Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.39 [99.8kB]
-Get:7 http://ring.asahi-net.or.jp sid/main libssl0.9.7 0.9.7d-5 [2172kB]
-Get:8 http://ring.asahi-net.or.jp sid/main wget 1.9.1-8 [425kB]
+Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.41 [90.0kB]
+Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.41 [101kB]
+Get:7 http://ring.asahi-net.or.jp sid/main libssl0.9.7 0.9.7e-2 [2190kB]
+Get:8 http://ring.asahi-net.or.jp sid/main wget 1.9.1-10 [425kB]
Get:9 http://ring.asahi-net.or.jp sid/main debootstrap 0.2.45 [65.8kB]
-Get:10 http://ring.asahi-net.or.jp sid/main pbuilder 0.116 [62.1kB]
-Fetched 2958kB in 0s (3344kB/s)
+Get:10 http://ring.asahi-net.or.jp sid/main pbuilder 0.118 [63.0kB]
+Fetched 2984kB in 0s (3217kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7857 files and directories currently installed.)
+(Reading database ... 7702 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -45,30 +45,30 @@ Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.de
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.39_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.41_all.deb) ...
Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.39_all.deb) ...
+Unpacking debconf (from .../debconf_1.4.41_all.deb) ...
Selecting previously deselected package libssl0.9.7.
-Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7d-5_i386.deb) ...
+Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7e-2_i386.deb) ...
Selecting previously deselected package wget.
-Unpacking wget (from .../archives/wget_1.9.1-8_i386.deb) ...
+Unpacking wget (from .../wget_1.9.1-10_i386.deb) ...
Selecting previously deselected package debootstrap.
Unpacking debootstrap (from .../debootstrap_0.2.45_i386.deb) ...
Selecting previously deselected package pbuilder.
-Unpacking pbuilder (from .../pbuilder_0.116_all.deb) ...
+Unpacking pbuilder (from .../pbuilder_0.118_all.deb) ...
Setting up liblocale-gettext-perl (1.01-17) ...
Setting up libtext-iconv-perl (1.2-3) ...
Setting up libtext-charwidth-perl (0.04-1) ...
Setting up libtext-wrapi18n-perl (0.06-1) ...
-Setting up debconf-i18n (1.4.39) ...
-Setting up debconf (1.4.39) ...
+Setting up debconf-i18n (1.4.41) ...
+Setting up debconf (1.4.41) ...
-Setting up libssl0.9.7 (0.9.7d-5) ...
+Setting up libssl0.9.7 (0.9.7e-2) ...
-Setting up wget (1.9.1-8) ...
+Setting up wget (1.9.1-10) ...
Setting up debootstrap (0.2.45) ...
-Setting up pbuilder (0.116) ...
+Setting up pbuilder (0.118) ...
Setting DEBBUILDOPTS=
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -82,69 +82,71 @@ The following extra packages will be installed:
debconf-utils file gettext gettext-base html2text intltool-debian
libdshconfig1 libmagic1 po-debconf
Suggested packages:
- dh-make cvs
+ dh-make cvs gettext-doc
+Recommended packages:
+ libmail-sendmail-perl
The following NEW packages will be installed:
debconf-utils debhelper file gettext gettext-base html2text intltool-debian
libdshconfig1 libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2493kB of archives.
-After unpacking 8850kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sid/main libmagic1 4.10-3 [223kB]
-Get:2 http://ring.asahi-net.or.jp sid/main file 4.10-3 [28.4kB]
-Get:3 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-5 [91.3kB]
-Get:4 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.39 [33.0kB]
+Need to get 2517kB of archives.
+After unpacking 9507kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sid/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp sid/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-6 [91.1kB]
+Get:4 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.41 [33.0kB]
Get:5 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-1 [89.3kB]
-Get:6 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-5 [1557kB]
+Get:6 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-6 [1555kB]
Get:7 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
-Get:8 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.14 [66.7kB]
-Get:9 http://ring.asahi-net.or.jp sid/main debhelper 4.2.21 [358kB]
+Get:8 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.15 [72.9kB]
+Get:9 http://ring.asahi-net.or.jp sid/main debhelper 4.2.25 [368kB]
Get:10 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
Get:11 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 2493kB in 1s (2252kB/s)
+Fetched 2517kB in 0s (4303kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 8223 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.10-3_i386.deb) ...
+(Reading database ... 8074 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../archives/file_4.10-3_i386.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.39_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.41_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-5_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.14_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.15_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.21_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.25_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
-Setting up libmagic1 (4.10-3) ...
+Setting up libmagic1 (4.12-1) ...
-Setting up file (4.10-3) ...
-Setting up gettext-base (0.14.1-5) ...
+Setting up file (4.12-1) ...
+Setting up gettext-base (0.14.1-6) ...
-Setting up debconf-utils (1.4.39) ...
+Setting up debconf-utils (1.4.41) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-5) ...
+Setting up gettext (0.14.1-6) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.14) ...
-Setting up debhelper (4.2.21) ...
+Setting up po-debconf (0.8.15) ...
+Setting up debhelper (4.2.25) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
dpkg-buildpackage: source package is dsh
-dpkg-buildpackage: source version is 0.25.3-1
+dpkg-buildpackage: source version is 0.25.4-1
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
dpkg-buildpackage: host architecture is i386
debian/rules clean
@@ -152,22 +154,22 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make: [clean] Error 2 (ignored)
dh_clean
- dpkg-source -b dsh-0.25.3
-dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+ dpkg-source -b dsh-0.25.4
+dpkg-source: building dsh using existing dsh_0.25.4.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.4-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.3-1.dsc
+dpkg-source: building dsh in dsh_0.25.4-1.dsc
debian/rules build
dh_testdir
INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
@@ -317,6 +319,9 @@ checking for unistd.h... (cached) yes
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
checking for libdshconfig.h ... yes
checking for asprintf... yes
checking for strdup... yes
@@ -344,18 +349,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -368,26 +373,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -399,7 +404,6 @@ test to check that unknown parameter checking is right.
PASS: tests/param-unknown.sh
test1
test2
-dsh: Process terminated (before write).
PASS: tests/param-i.sh
Check that cn4 option is working.
PASS: tests/param-cn4.sh
@@ -438,7 +442,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Sat Oct 16 10:51:39 UTC 2004
+Sat Dec 11 01:00:32 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -508,14 +512,14 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Sat Oct 16 10:51:45 UTC 2004
+Sat Dec 11 01:00:38 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
+b: b
dsh: Process terminated (before write).
a: a
-b: b
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -523,9 +527,9 @@ PASS: tests/machinelist-comment-test.sh
===================
All 16 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
touch build-stamp
debian/rules binary
dh_testdir
@@ -533,58 +537,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
-cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -601,7 +605,7 @@ dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.3-1_i386.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.4-1_i386.deb'.
dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
@@ -609,4 +613,4 @@ dpkg-buildpackage: full upload (original source is included)
-> unmounting proc filesystem
-> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/300 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/19761 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sarge.log b/testsuite/normal/pdebuild-normal-sarge.log
index 2581f1c..b5b8722 100644
--- a/testsuite/normal/pdebuild-normal-sarge.log
+++ b/testsuite/normal/pdebuild-normal-sarge.log
@@ -1,27 +1,28 @@
+/usr/bin/pdebuild: line 39: [: dpkg-checkbuilddeps: unary operator expected
dpkg-buildpackage: source package is dsh
-dpkg-buildpackage: source version is 0.25.3-1
+dpkg-buildpackage: source version is 0.25.4-1
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make: [clean] Error 2 (ignored)
dh_clean
- dpkg-source -b dsh-0.25.3
-dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+ dpkg-source -b dsh-0.25.4
+dpkg-source: building dsh using existing dsh_0.25.4.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.4-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.3-1.dsc
+dpkg-source: building dsh in dsh_0.25.4-1.dsc
dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
@@ -29,8 +30,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Oct 16 19:54:47 JST 2004
-pbuilder-time-stamp: 1097924087
+Current time: Sat Dec 11 10:03:15 JST 2004
+pbuilder-time-stamp: 1102726995
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -38,6 +39,7 @@ Building the build Environment
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
+ -> created buildresult dir :/var/cache/pbuilder/result
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -53,37 +55,37 @@ The following extra packages will be installed:
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl po-debconf
Suggested packages:
debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
- libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs
+ libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
Recommended packages:
- apt-utils
+ apt-utils libmail-sendmail-perl
The following NEW packages will be installed:
debconf debconf-i18n debconf-utils debhelper file gettext gettext-base
html2text intltool-debian libdshconfig1 libdshconfig1-dev
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2714kB of archives.
-After unpacking 11.1MB of additional disk space will be used.
+Need to get 2729kB of archives.
+After unpacking 11.2MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sarge/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sarge/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sarge/main libtext-wrapi18n-perl 0.06-1 [8442B]
-Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.30.8 [84.6kB]
-Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.30.8 [99.7kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.30.10 [88.4kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.30.10 [101kB]
Get:7 http://ring.asahi-net.or.jp sarge/main libmagic1 4.09-1 [217kB]
Get:8 http://ring.asahi-net.or.jp sarge/main file 4.09-1 [25.9kB]
-Get:9 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-5 [91.3kB]
-Get:10 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.8 [33.0kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main gettext-base 0.14.1-6 [91.1kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.10 [33.0kB]
Get:11 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-5 [1557kB]
+Get:12 http://ring.asahi-net.or.jp sarge/main gettext 0.14.1-6 [1555kB]
Get:13 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
-Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.14 [66.7kB]
-Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.20 [355kB]
+Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.15 [72.9kB]
+Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.24 [360kB]
Get:16 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2714kB in 2s (989kB/s)
+Fetched 2729kB in 3s (684kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7847 files and directories currently installed.)
+(Reading database ... 7698 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -92,27 +94,27 @@ Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.de
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.30.8_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.30.10_all.deb) ...
Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.30.8_all.deb) ...
+Unpacking debconf (from .../debconf_1.4.30.10_all.deb) ...
Selecting previously deselected package libmagic1.
Unpacking libmagic1 (from .../libmagic1_4.09-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.09-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.30.8_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.30.10_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-5_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.14_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.15_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.20_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.24_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -124,23 +126,23 @@ Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up libmagic1 (4.09-1) ...
Setting up file (4.09-1) ...
-Setting up gettext-base (0.14.1-5) ...
+Setting up gettext-base (0.14.1-6) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-5) ...
+Setting up gettext (0.14.1-6) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.14) ...
+Setting up po-debconf (0.8.15) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.30.8) ...
-Setting up debconf (1.4.30.8) ...
+Setting up debconf-i18n (1.4.30.10) ...
+Setting up debconf (1.4.30.10) ...
-Setting up debconf-utils (1.4.30.8) ...
+Setting up debconf-utils (1.4.30.10) ...
-Setting up debhelper (4.2.20) ...
+Setting up debhelper (4.2.24) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
@@ -151,25 +153,25 @@ Need to get 66.4kB of archives.
After unpacking 254kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.0.7 [66.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 66.4kB in 0s (1442kB/s)
+Fetched 66.4kB in 0s (1438kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8668 files and directories currently installed.)
+(Reading database ... 8526 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.0.7_i386.deb) ...
Setting up fakeroot (1.0.7) ...
Copying source file
- -> copying [../dsh_0.25.3-1.dsc]
- -> copying [../dsh_0.25.3.orig.tar.gz]
- -> copying [../dsh_0.25.3-1.diff.gz]
+ -> copying [../dsh_0.25.4-1.dsc]
+ -> copying [../dsh_0.25.4.orig.tar.gz]
+ -> copying [../dsh_0.25.4-1.diff.gz]
Extracting source
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: extracting dsh in dsh-0.25.3
+dpkg-source: extracting dsh in dsh-0.25.4
-> Building the package
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source package is dsh
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source version is 0.25.3-1
+dpkg-buildpackage: source version is 0.25.4-1
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
@@ -184,25 +186,25 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
make: [clean] Error 2 (ignored)
dh_clean
- dpkg-source -b dsh-0.25.3
+ dpkg-source -b dsh-0.25.4
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+dpkg-source: building dsh using existing dsh_0.25.4.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.4-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.3-1.dsc
+dpkg-source: building dsh in dsh_0.25.4-1.dsc
debian/rules build
dh_testdir
INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
@@ -352,6 +354,9 @@ checking for unistd.h... (cached) yes
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
checking for libdshconfig.h ... yes
checking for asprintf... yes
checking for strdup... yes
@@ -379,18 +384,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make all-recursive
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making all in m4
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making all in po
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -403,26 +408,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make check
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making check in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making check in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -473,7 +478,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Sat Oct 16 10:55:31 UTC 2004
+Sat Dec 11 01:03:47 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -543,7 +548,7 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Sat Oct 16 10:55:37 UTC 2004
+Sat Dec 11 01:03:54 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
@@ -558,9 +563,9 @@ PASS: tests/machinelist-comment-test.sh
===================
All 16 tests passed
===================
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -568,58 +573,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.3/debian/dsh
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.4/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making install in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making install in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/gettext/po/$file; \
+ /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
-test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
+test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-cp /tmp/buildd/dsh-0.25.3/debian/machines.list /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/machines.list
-cp /tmp/buildd/dsh-0.25.3/dsh.conf /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/group/all
-install -d /tmp/buildd/dsh-0.25.3/debian/dsh/usr/lib/update-cluster
-install -m 755 /tmp/buildd/dsh-0.25.3/debian/dsh.updatelist /tmp/buildd/dsh-0.25.3/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+cp /tmp/buildd/dsh-0.25.4/debian/machines.list /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.4/dsh.conf /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.4/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.4/debian/dsh.updatelist /tmp/buildd/dsh-0.25.4/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -644,7 +649,7 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.3-1_i386.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.4-1_i386.deb'.
dpkg-genchanges
dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
@@ -653,10 +658,10 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-/usr/lib/pbuilder/pbuilder-buildpackage: line 122: 18556 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 83: 3378 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Sat Oct 16 19:55:40 JST 2004
-pbuilder-time-stamp: 1097924140
+Current time: Sat Dec 11 10:03:58 JST 2004
+pbuilder-time-stamp: 1102727038
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/18210 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/3039 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sid.log b/testsuite/normal/pdebuild-normal-sid.log
index 410be10..de7509f 100644
--- a/testsuite/normal/pdebuild-normal-sid.log
+++ b/testsuite/normal/pdebuild-normal-sid.log
@@ -1,27 +1,28 @@
+/usr/bin/pdebuild: line 39: [: dpkg-checkbuilddeps: unary operator expected
dpkg-buildpackage: source package is dsh
-dpkg-buildpackage: source version is 0.25.3-1
+dpkg-buildpackage: source version is 0.25.4-1
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.4'
make: [clean] Error 2 (ignored)
dh_clean
- dpkg-source -b dsh-0.25.3
-dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+ dpkg-source -b dsh-0.25.4
+dpkg-source: building dsh using existing dsh_0.25.4.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.4-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.3-1.dsc
+dpkg-source: building dsh in dsh_0.25.4-1.dsc
dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
@@ -29,8 +30,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Oct 16 19:49:43 JST 2004
-pbuilder-time-stamp: 1097923783
+Current time: Sat Dec 11 09:59:11 JST 2004
+pbuilder-time-stamp: 1102726751
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -38,6 +39,7 @@ Building the build Environment
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
+ -> created buildresult dir :/var/cache/pbuilder/result
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -53,37 +55,37 @@ The following extra packages will be installed:
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl po-debconf
Suggested packages:
debconf-doc whiptail dialog gnome-utils libterm-readline-gnu-perl
- libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs
+ libgnome2-perl libqt-perl libnet-ldap-perl dh-make cvs gettext-doc
Recommended packages:
- apt-utils
+ apt-utils libmail-sendmail-perl
The following NEW packages will be installed:
debconf debconf-i18n debconf-utils debhelper file gettext gettext-base
html2text intltool-debian libdshconfig1 libdshconfig1-dev
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2726kB of archives.
-After unpacking 11.1MB of additional disk space will be used.
+Need to get 2757kB of archives.
+After unpacking 11.9MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sid/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sid/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sid/main libtext-wrapi18n-perl 0.06-1 [8442B]
-Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.39 [84.6kB]
-Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.39 [99.8kB]
-Get:7 http://ring.asahi-net.or.jp sid/main libmagic1 4.10-3 [223kB]
-Get:8 http://ring.asahi-net.or.jp sid/main file 4.10-3 [28.4kB]
-Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-5 [91.3kB]
-Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.39 [33.0kB]
+Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.41 [90.0kB]
+Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.41 [101kB]
+Get:7 http://ring.asahi-net.or.jp sid/main libmagic1 4.12-1 [233kB]
+Get:8 http://ring.asahi-net.or.jp sid/main file 4.12-1 [28.6kB]
+Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-6 [91.1kB]
+Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.41 [33.0kB]
Get:11 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-5 [1557kB]
+Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-6 [1555kB]
Get:13 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
-Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.14 [66.7kB]
-Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.21 [358kB]
+Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.15 [72.9kB]
+Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.25 [368kB]
Get:16 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2726kB in 0s (4016kB/s)
+Fetched 2757kB in 0s (3792kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7857 files and directories currently installed.)
+(Reading database ... 7702 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -92,27 +94,27 @@ Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.de
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.4.39_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.41_all.deb) ...
Selecting previously deselected package debconf.
-Unpacking debconf (from .../debconf_1.4.39_all.deb) ...
+Unpacking debconf (from .../debconf_1.4.41_all.deb) ...
Selecting previously deselected package libmagic1.
-Unpacking libmagic1 (from .../libmagic1_4.10-3_i386.deb) ...
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../archives/file_4.10-3_i386.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.39_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.41_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-5_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-6_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.14_all.deb) ...
+Unpacking po-debconf (from .../po-debconf_0.8.15_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.21_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.25_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -121,55 +123,55 @@ Setting up liblocale-gettext-perl (1.01-17) ...
Setting up libtext-iconv-perl (1.2-3) ...
Setting up libtext-charwidth-perl (0.04-1) ...
Setting up libtext-wrapi18n-perl (0.06-1) ...
-Setting up libmagic1 (4.10-3) ...
+Setting up libmagic1 (4.12-1) ...
-Setting up file (4.10-3) ...
-Setting up gettext-base (0.14.1-5) ...
+Setting up file (4.12-1) ...
+Setting up gettext-base (0.14.1-6) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-5) ...
+Setting up gettext (0.14.1-6) ...
Setting up intltool-debian (0.30+20040213) ...
-Setting up po-debconf (0.8.14) ...
+Setting up po-debconf (0.8.15) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-Setting up debconf-i18n (1.4.39) ...
-Setting up debconf (1.4.39) ...
+Setting up debconf-i18n (1.4.41) ...
+Setting up debconf (1.4.41) ...
-Setting up debconf-utils (1.4.39) ...
+Setting up debconf-utils (1.4.41) ...
-Setting up debhelper (4.2.21) ...
+Setting up debhelper (4.2.25) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 67.9kB of archives.
-After unpacking 258kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.1.2 [67.9kB]
+Need to get 69.4kB of archives.
+After unpacking 262kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.2 [69.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 67.9kB in 0s (1458kB/s)
+Fetched 69.4kB in 0s (1419kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8679 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.1.2_i386.deb) ...
-Setting up fakeroot (1.1.2) ...
+(Reading database ... 8666 files and directories currently installed.)
+Unpacking fakeroot (from .../archives/fakeroot_1.2_i386.deb) ...
+Setting up fakeroot (1.2) ...
Copying source file
- -> copying [../dsh_0.25.3-1.dsc]
- -> copying [../dsh_0.25.3.orig.tar.gz]
- -> copying [../dsh_0.25.3-1.diff.gz]
+ -> copying [../dsh_0.25.4-1.dsc]
+ -> copying [../dsh_0.25.4.orig.tar.gz]
+ -> copying [../dsh_0.25.4-1.diff.gz]
Extracting source
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: extracting dsh in dsh-0.25.3
+dpkg-source: extracting dsh in dsh-0.25.4
-> Building the package
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source package is dsh
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source version is 0.25.3-1
+dpkg-buildpackage: source version is 0.25.4-1
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
@@ -184,25 +186,25 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
make: [clean] Error 2 (ignored)
dh_clean
- dpkg-source -b dsh-0.25.3
+ dpkg-source -b dsh-0.25.4
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+dpkg-source: building dsh using existing dsh_0.25.4.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.4-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.3-1.dsc
+dpkg-source: building dsh in dsh_0.25.4-1.dsc
debian/rules build
dh_testdir
INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
@@ -352,6 +354,9 @@ checking for unistd.h... (cached) yes
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
checking for libdshconfig.h ... yes
checking for asprintf... yes
checking for strdup... yes
@@ -379,18 +384,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make all-recursive
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making all in m4
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making all in po
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -403,26 +408,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make check
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making check in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making check in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -473,7 +478,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Sat Oct 16 10:50:23 UTC 2004
+Sat Dec 11 00:59:43 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -543,11 +548,12 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Sat Oct 16 10:50:29 UTC 2004
+Sat Dec 11 00:59:49 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
+dsh: Process terminated (before write).
b: b
a: a
PASS: tests/segv-catcher.sh
@@ -557,9 +563,9 @@ PASS: tests/machinelist-comment-test.sh
===================
All 16 tests passed
===================
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -567,58 +573,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.3/debian/dsh
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.3'
+/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.4/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.4'
Making install in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3/m4'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/m4'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/m4'
Making install in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/gettext/po/$file; \
+ /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.3'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.3'
-test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.3/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.4'
+test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.4/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.3/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.3'
-cp /tmp/buildd/dsh-0.25.3/debian/machines.list /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/machines.list
-cp /tmp/buildd/dsh-0.25.3/dsh.conf /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /tmp/buildd/dsh-0.25.3/debian/dsh/etc/dsh/group/all
-install -d /tmp/buildd/dsh-0.25.3/debian/dsh/usr/lib/update-cluster
-install -m 755 /tmp/buildd/dsh-0.25.3/debian/dsh.updatelist /tmp/buildd/dsh-0.25.3/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.4/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.4'
+cp /tmp/buildd/dsh-0.25.4/debian/machines.list /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.4/dsh.conf /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.4/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.4/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.4/debian/dsh.updatelist /tmp/buildd/dsh-0.25.4/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -643,7 +649,7 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.3-1_i386.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.4-1_i386.deb'.
dpkg-genchanges
dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
@@ -653,9 +659,9 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 83: 14354 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Sat Oct 16 19:50:48 JST 2004
-pbuilder-time-stamp: 1097923848
+Current time: Sat Dec 11 09:59:51 JST 2004
+pbuilder-time-stamp: 1102726791
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/27094 and its subdirectories
-/usr/lib/pbuilder/pbuilder-modules: line 173: 27434 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/14015 and its subdirectories
diff --git a/testsuite/normal/vmstat b/testsuite/normal/vmstat
index ec30eca..086c5b7 100644
--- a/testsuite/normal/vmstat
+++ b/testsuite/normal/vmstat
@@ -1,566 +1,553 @@
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
- 0 2 96 3680 203792 94180 0 0 182 42 1030 539 13 1 83 3
- 2 0 96 3764 200540 95208 0 0 1924 16 1199 38222 29 12 3 56
- 1 0 96 3720 195344 97724 0 0 1004 0 3964 41476 39 19 38 4
- 1 0 96 3136 191480 101784 0 0 768 0 1102 1632 96 4 0 0
- 1 0 96 3044 187420 105836 0 0 896 0 1112 1643 95 5 0 0
- 1 3 96 3200 182352 110380 0 0 1632 13928 1124 1688 95 5 0 0
- 1 1 96 3648 179724 113372 0 0 5664 140 1249 2032 75 19 0 6
- 3 0 96 3628 178364 114256 0 0 1816 0 1065 1553 88 12 0 0
- 4 0 96 3820 179132 114256 0 0 768 0 1120 2424 89 11 0 0
- 1 0 96 3568 180028 114256 0 0 896 0 1058 1651 87 13 0 0
- 1 0 96 3664 179920 114256 0 0 896 1260 1146 1977 84 16 0 0
- 4 0 96 3400 179588 114308 0 0 864 20 1149 1793 87 13 0 0
- 3 0 96 4172 179228 114292 0 0 768 0 1104 1478 89 11 0 0
- 1 0 96 3408 180124 114292 0 0 896 0 1069 1886 86 14 0 0
- 2 0 96 3780 179784 114248 0 0 768 0 1057 3189 89 11 0 0
- 0 0 96 3364 179828 114512 0 0 896 52 1449 3193 84 8 8 0
- 1 0 96 3708 178360 115636 0 0 896 1996 3177 2852 37 16 44 3
- 1 0 96 3772 177180 116812 0 0 768 0 3520 5059 61 18 20 1
- 0 0 96 3440 177032 117040 0 0 800 0 1622 1622 16 3 79 2
- 0 0 96 3192 177296 117032 0 0 1152 0 1061 1483 17 1 80 2
- 0 0 100 3832 174948 118936 0 0 1024 44 3766 4439 30 18 52 0
- 0 1 100 3716 173152 120884 0 0 896 6780 3665 3990 29 17 51 3
- 0 0 100 2964 173928 120884 0 0 768 60 1120 1505 18 2 69 11
- 0 0 100 3760 172896 121436 0 0 964 0 1599 1877 21 2 66 11
- 0 0 100 3632 171924 122648 0 0 900 0 2716 2959 39 17 42 1
- 0 0 100 3708 170040 124540 0 0 768 32 3357 3396 30 19 50 1
- 2 0 100 3760 168148 126384 0 0 1024 0 3393 3551 36 18 45 1
- 2 0 100 3784 167900 126564 0 0 772 0 1373 2012 58 19 21 2
- 0 1 100 3200 164448 130488 0 0 1024 8964 5876 5597 21 19 49 11
- 0 0 100 3000 161152 133948 0 0 904 88 5054 4846 31 17 45 7
- 0 0 100 3544 160600 133916 0 0 908 32 1302 1747 73 14 13 0
- 0 0 100 3076 160364 134628 0 0 796 0 2003 2199 54 19 25 2
- 1 0 100 3692 159460 134960 0 0 896 0 1822 2097 59 18 22 1
- 0 0 100 3452 159344 135232 0 0 768 5824 1440 1593 25 6 58 12
- 0 0 100 3568 159344 135104 0 0 896 0 1040 1182 14 0 85 1
- 1 0 100 4152 158460 135528 0 0 896 44 2115 2176 43 12 44 2
- 2 0 100 3500 157444 137172 0 0 768 0 3296 3326 40 15 45 0
- 3 0 100 3800 156360 137756 0 4 772 4 1870 2231 64 19 17 0
- 2 0 100 3532 156156 138464 0 0 900 244 2081 2186 58 14 28 0
- 0 0 100 3284 153552 141180 0 0 896 0 4552 4494 30 15 54 1
- 1 0 100 3072 152308 142700 0 0 772 7380 3122 2789 45 18 25 12
- 1 0 100 3984 149524 144560 0 0 900 0 3405 3554 48 18 32 1
- 0 0 100 3512 149784 144800 0 0 1152 0 1360 1427 15 2 81 2
- 0 0 100 3028 150296 144800 0 0 512 16 1037 1208 14 1 84 1
- 0 0 100 2948 150176 145056 0 0 768 0 1434 1784 64 15 21 0
- 0 4 100 3216 148220 146196 0 0 1296 4052 2144 2258 56 20 14 10
- 1 0 100 3188 136592 157996 0 4 1988 256 1173 12395 56 30 0 14
- 2 1 100 2968 123572 170596 0 0 1576 2496 1456 12523 55 39 0 6
- 1 0 100 3552 119068 172816 0 0 1296 1696 1303 8536 46 41 0 14
- 0 1 100 3116 119012 172824 0 0 888 27124 1363 1429 25 8 0 67
- 0 2 100 3548 119016 172568 0 0 896 12068 1362 1168 16 2 0 82
- 2 0 100 6680 116300 172432 0 0 1032 10324 1270 4317 38 21 3 38
- 0 2 100 3468 104612 185360 0 0 1128 15572 1122 9604 50 45 0 6
- 0 1 100 14412 105708 173632 0 0 1032 5008 1269 2876 40 18 2 40
- 0 1 100 5404 107088 181120 0 0 916 11212 1246 9191 51 26 3 20
- 1 0 100 8808 108360 176396 0 0 908 7900 1220 4696 64 18 2 16
- 1 1 100 3680 104536 185028 0 0 920 7304 1262 9909 49 36 4 11
- 1 0 100 12568 99832 181252 0 0 896 16440 1265 3639 28 28 1 43
- 0 1 100 12340 101568 179856 0 0 1156 11032 1489 5151 34 23 5 39
- 2 1 100 10236 102924 180384 0 0 776 11784 1325 6413 35 27 5 33
- 3 0 100 11520 104180 178496 0 0 576 8248 1425 3655 38 20 8 34
- 1 0 100 11208 105656 178416 0 0 768 5232 1467 3097 45 17 10 29
- 0 0 100 9932 107032 178168 0 0 896 3932 1329 2360 28 14 37 21
- 0 0 100 9036 107928 178168 0 0 896 0 1045 1209 15 0 83 2
- 0 0 100 8140 108824 178168 0 0 896 0 1046 1185 17 1 81 1
- 0 3 100 3204 109820 181084 0 0 940 3300 1106 3292 29 10 53 8
- 0 2 100 3424 103620 186904 0 0 1852 12700 1451 8401 39 20 2 39
- 0 2 100 3512 90824 199476 0 0 1512 17676 1262 12324 44 29 1 25
- 2 1 100 3540 81516 207800 0 0 1416 6792 1262 7425 32 29 1 38
- 2 0 100 3416 69744 218768 0 0 1388 9560 1243 9090 38 31 2 30
- 0 3 100 3476 60412 227056 0 12 568 23096 1301 7425 32 25 0 42
- 1 1 100 4504 61504 227608 0 0 1984 5516 1928 2647 33 13 5 49
- 0 1 100 3688 62456 228200 0 0 1440 1512 1582 1688 17 10 1 72
- 2 0 100 3296 54892 235724 0 4 768 4 4785 7388 40 18 41 0
- 1 0 100 14688 50356 229324 0 0 900 12856 1159 4645 66 11 0 23
- 1 0 100 5668 51196 237576 0 0 768 10836 1149 1232 70 12 0 18
- 0 1 100 2864 51412 237432 0 0 896 5304 1156 1293 87 4 2 7
- 1 0 100 38816 51624 203572 0 0 984 1748 1125 4187 74 11 1 14
- 1 0 100 35888 52392 205776 0 0 988 0 1051 3468 96 3 0 1
- 2 0 100 32944 53296 207784 0 0 1080 0 1059 3566 93 6 0 1
- 1 0 100 29360 54200 210484 0 0 1748 0 1067 3306 94 5 0 1
- 1 0 100 25072 55100 213860 0 0 2208 0 1071 3628 95 5 0 0
- 0 2 100 21956 55896 216172 0 0 1576 9268 1140 4005 87 5 0 8
- 1 0 100 18756 56696 218620 0 0 1864 44 1126 3320 87 3 0 10
- 1 0 100 15300 57628 221168 0 0 1876 0 1102 4124 90 5 0 5
- 1 0 100 11588 58404 224104 0 0 1324 0 1069 3699 91 7 0 2
- 1 0 100 8908 59332 225804 0 0 1876 0 1208 3048 70 5 0 25
- 0 2 100 5900 60112 227932 0 0 1960 7308 1227 3461 57 5 0 38
- 1 0 100 3228 59984 230764 0 0 1684 44 1181 4137 69 9 0 23
- 1 0 100 3032 56164 234816 0 0 1428 0 1079 4060 86 7 0 7
- 1 0 100 3604 53136 237236 0 0 2432 0 1231 4603 87 7 0 6
- 1 0 100 3360 51052 239496 0 0 2932 0 1356 4675 73 9 0 18
- 0 2 100 3432 49684 240556 0 0 1392 10860 1125 3378 78 5 0 17
- 1 0 100 3808 48580 241544 0 0 1652 48 1119 2953 67 3 0 30
- 1 0 100 3504 48520 241924 0 0 1612 0 1090 3765 87 4 0 9
- 1 0 100 3288 49132 241548 0 0 1368 0 1069 3662 89 5 0 6
- 1 0 100 3408 47784 242796 0 0 1184 0 1056 3575 94 4 0 2
- 1 1 100 3232 45944 244712 0 0 1652 7980 1155 3861 77 7 0 16
- 1 0 100 3740 44304 246016 0 0 2164 44 1067 5000 91 6 0 3
- 1 0 100 2976 43612 247440 0 0 996 4 1046 3782 94 4 0 2
- 1 0 100 3524 41944 248508 0 0 768 0 1038 3276 97 3 0 0
- 0 1 100 3088 41016 249840 0 0 772 0 1037 3250 96 4 0 0
- 0 2 100 72272 42736 181944 0 0 1808 7088 1295 1868 19 26 0 55
- 1 1 100 122868 44020 131336 0 0 1276 68 1184 1636 19 20 0 61
- 0 1 100 134272 44940 120964 0 0 2856 0 1130 1360 49 10 0 42
- 1 0 100 125888 46016 128664 0 0 6056 1920 1693 3014 29 9 15 47
- 1 0 100 109060 48320 142004 0 0 1056 3592 1205 10248 51 41 0 8
- 0 3 100 88132 49632 161060 0 0 832 24604 1268 10618 52 19 0 29
- 0 1 100 77956 50884 169936 0 0 896 10944 1326 5388 31 13 0 56
- 0 1 100 58436 52580 186436 0 0 1792 9020 1177 7165 37 24 0 39
- 1 0 100 32268 54892 208536 0 0 1964 12060 1214 9096 45 29 0 26
- 1 0 100 6988 56708 231044 0 0 804 22132 1340 12105 56 29 0 15
- 0 4 100 2960 41336 251444 0 0 1580 28124 1342 12042 53 27 0 20
- 1 1 100 2944 39840 252980 0 0 1140 19076 1282 2134 22 6 0 72
- 0 1 100 3264 34604 258160 0 0 2356 4152 1212 4071 30 11 0 59
- 1 0 100 3640 33816 257856 0 0 1140 11264 1183 1380 41 10 0 50
- 1 0 100 3452 33836 257392 0 0 900 0 1041 1247 98 2 0 0
- 0 0 100 3712 33720 257396 0 0 772 0 1358 1665 80 2 18 0
- 0 1 104 3140 30504 259368 0 0 1088 3004 3974 3841 23 13 55 10
- 0 1 104 3892 26140 262620 0 0 1024 11480 1368 6522 33 27 4 35
- 1 0 104 3264 26496 261504 0 0 928 5472 1346 3268 42 16 7 36
- 1 0 104 5072 27428 260584 0 0 1036 6184 1271 1508 62 12 9 17
- 2 0 104 4160 28096 261944 0 0 1268 1104 1142 2784 66 18 1 15
- 0 0 104 7492 28388 258384 0 0 1032 28 1078 3251 58 35 2 5
- 2 0 104 6532 29284 258452 0 0 964 0 1045 1208 16 1 80 3
- 2 0 104 4872 30072 259308 0 0 1624 0 1140 1842 62 25 0 13
- 1 0 104 4772 30980 258276 0 0 912 0 1042 1904 68 30 0 2
- 1 0 104 6124 31992 256164 0 0 1024 2672 1128 1973 68 28 0 4
- 2 0 104 4320 32392 257040 0 0 2320 0 1176 2197 55 33 0 12
- 2 0 104 4172 33416 255652 0 0 1024 4 1044 3162 53 47 0 0
- 3 0 104 4404 34456 254772 0 0 1156 0 1056 2100 67 30 0 3
- 0 1 104 6032 34856 251848 0 0 856 12 1048 2129 63 37 0 0
- 1 0 104 5560 36036 250560 0 0 1156 348 1073 1907 69 29 0 2
- 2 0 104 5664 36556 250484 0 0 512 0 1036 1936 62 38 0 0
- 2 1 104 5276 37552 249572 0 0 1152 0 1054 1951 69 31 0 0
- 2 0 104 4960 38740 248532 0 0 1288 16 1067 2184 64 35 0 1
- 1 1 104 3260 39220 246772 0 0 1148 36 1071 1526 82 15 0 3
- 0 1 104 7548 39024 245824 0 0 716 612 1089 2036 66 19 13 2
- 0 0 104 6140 40432 245824 0 0 1408 0 1049 1177 17 1 79 3
- 0 0 104 5628 40944 245824 0 0 512 0 1040 1234 16 1 82 1
- 0 0 104 4688 42096 245824 0 0 1152 0 1051 1193 17 1 79 3
- 0 0 104 3856 43120 245824 0 0 1024 0 1042 1187 17 2 80 1
- 0 1 104 4076 43992 244724 0 0 1280 2700 1186 1187 19 1 76 4
- 2 0 104 4104 45016 244752 0 0 1052 0 1053 1450 24 6 68 2
- 1 0 104 5320 45576 243264 0 0 972 12 1055 3813 73 23 0 4
- 2 0 104 3964 45972 241708 0 0 1128 0 1071 4282 75 20 0 5
- 2 0 104 63752 46808 186040 0 0 996 0 1073 2776 47 38 0 15
- 1 0 104 132188 47860 121056 0 0 1096 2116 1105 1858 42 34 0 23
- 1 0 104 123036 48896 126800 0 0 6392 0 1741 1865 42 6 10 43
- 0 1 104 121948 49812 129296 0 0 1436 0 1124 2754 48 14 0 37
- 1 0 104 121072 50680 129492 0 0 1016 500 1104 3023 56 27 0 17
- 2 0 104 102512 52112 145476 0 0 768 0 1056 11983 59 41 0 0
- 1 3 104 70960 53748 174628 0 0 916 14836 1238 16361 69 31 0 0
- 1 3 104 36020 55936 205428 0 0 768 21752 1340 13804 58 42 0 0
- 0 1 104 8268 58064 229800 0 0 1704 5652 1324 11387 54 31 0 15
- 0 2 104 3832 54704 237192 0 0 1732 22504 1245 4672 30 13 0 57
- 0 4 104 2880 39196 253276 0 4 1720 15548 1352 9592 43 23 0 35
- 0 5 104 2884 34844 257552 0 0 1532 19604 1421 3698 25 10 0 65
- 0 5 104 3156 31200 260960 0 0 1016 8868 1287 3281 26 10 0 64
- 0 3 104 3264 25888 260492 0 0 976 18612 1395 1413 19 9 0 72
- 0 3 104 4232 25944 260188 0 0 904 16484 1365 1216 15 5 0 80
- 0 3 104 3720 26748 260200 0 0 788 8088 1523 1253 15 5 0 80
- 0 1 104 2948 27516 260200 0 0 768 1496 1306 1253 16 1 0 83
- 1 0 104 4356 27552 258680 0 0 936 84 1121 1295 89 4 0 7
- 1 0 104 3428 28320 258680 0 0 768 0 1038 1187 98 2 0 0
- 0 1 104 4252 28632 256176 0 0 872 2856 4371 4115 33 14 35 17
- 0 1 284 3240 27200 258260 0 180 940 11976 1351 6472 35 28 5 33
- 0 1 372 3788 27868 258584 0 88 2444 4520 1509 3177 24 14 5 57
- 1 0 372 7636 28732 255064 0 0 1684 7208 1330 2086 51 12 3 34
- 0 2 372 3272 29116 253400 0 0 1592 644 1251 1726 69 7 0 24
- 0 2 372 4476 29048 249428 0 0 1784 532 1165 2814 49 10 0 42
- 1 1 372 10444 29908 249316 32 0 1824 64 1133 1922 66 14 0 20
- 2 1 372 10128 30860 249512 0 0 1104 0 1064 2877 67 28 0 5
- 1 0 372 9296 31764 249552 0 0 940 0 1076 1390 22 4 67 7
- 1 1 372 4528 32568 251924 0 0 3160 0 1480 1694 48 7 7 38
- 1 0 372 4136 33500 252052 0 0 1044 2912 1144 1760 56 20 0 24
- 1 0 372 5288 34412 250832 0 0 944 0 1059 1810 77 21 0 2
- 2 0 372 5808 35076 249712 0 0 860 4 1052 2028 71 28 0 1
- 3 0 372 4652 35708 250104 0 0 3792 0 1288 1866 54 18 0 28
- 3 1 372 3444 36492 250132 0 0 804 0 1079 2279 71 29 0 0
- 1 0 372 3948 36820 249516 0 0 916 168 1089 2642 64 36 0 0
- 1 0 372 3220 37172 247844 0 0 956 0 1076 2125 71 28 0 1
- 1 0 372 3760 36996 244744 0 0 984 12 1077 1921 76 22 0 2
- 1 0 372 4132 37776 244956 0 0 968 0 1051 2125 61 37 0 2
- 2 0 372 6460 38392 244140 0 0 924 0 1052 1909 69 28 0 3
- 1 0 372 3824 39184 244184 0 0 804 348 1107 1962 79 21 0 0
- 2 0 372 5172 39900 243112 0 0 924 8 1078 1861 76 24 0 0
- 3 0 372 3796 40676 243212 0 0 792 0 1074 2287 72 28 0 0
- 1 0 372 3092 41216 241776 0 0 924 0 1059 1948 76 21 0 3
- 2 0 372 7960 40876 239768 0 0 800 28 1065 1459 91 9 0 0
- 0 0 372 6400 41940 239988 0 0 1156 548 1124 2067 62 16 16 6
- 0 0 372 5376 42964 239996 0 0 1032 0 1048 1227 18 1 79 2
- 0 0 372 4412 43988 239996 0 0 1024 0 1060 1238 18 2 78 2
- 0 0 372 3252 44916 240268 0 0 924 0 1054 1284 20 1 76 3
- 1 1 372 3868 45620 239240 0 0 992 8 1068 1203 36 1 57 6
- 0 3 372 3428 46572 238668 0 0 1640 1120 1377 1885 44 10 0 47
- 2 1 372 3332 47280 237800 0 0 1084 444 1346 3404 52 7 0 41
- 4 0 372 3312 47848 236968 0 0 1016 0 1080 1792 90 6 0 4
- 2 0 372 3736 48388 236772 0 0 1572 0 1147 1940 93 7 0 0
- 2 1 372 4148 48584 235948 0 0 1804 0 1164 1491 97 3 0 0
- 6 0 372 3668 49156 235408 64 0 1368 128 1259 4271 92 8 0 0
- 3 1 372 3736 49536 233724 32 0 1288 0 1252 2788 93 7 0 0
- 3 1 372 4872 50008 233500 0 0 1500 0 1166 2525 93 7 0 0
- 3 0 372 4068 51084 234104 0 0 1612 0 1219 2411 91 9 0 0
- 5 0 372 3060 51980 234104 0 0 896 0 1106 2791 97 3 0 0
- 3 0 372 3344 52612 233304 0 0 896 208 1076 2304 98 2 0 0
- 2 0 372 3348 53016 232672 0 0 1028 0 1130 1385 97 3 0 0
- 4 0 372 4072 53172 230992 0 0 1152 0 1296 2053 94 6 0 0
- 3 0 372 4864 53912 230252 0 0 1132 0 1112 2832 95 5 0 0
- 5 0 372 4164 54468 229404 0 0 988 0 1331 2664 92 8 0 0
- 2 1 372 3240 54872 227400 0 0 1880 192 1410 2793 91 9 0 0
- 3 1 372 4968 55932 226348 0 0 2160 0 1324 3215 95 5 0 0
- 3 0 372 6388 56300 224564 0 0 1048 0 1290 5606 82 16 0 2
- 1 1 372 5740 57208 224636 0 0 916 0 1282 4352 89 11 0 0
- 3 0 372 7004 56752 223404 0 0 1356 0 1815 2501 91 9 0 0
- 3 1 372 7264 57928 222692 0 0 1444 812 1461 3542 91 9 0 0
- 2 0 372 31736 57972 197732 0 0 824 0 1358 3243 70 18 0 12
- 1 1 372 41644 59316 186748 0 0 1340 0 1337 2337 63 18 0 19
- 2 1 372 38372 60872 183660 0 0 1688 0 1342 2520 77 10 0 12
- 0 2 372 49720 61928 174184 0 0 1060 0 1315 2005 75 10 0 15
- 3 1 372 50424 63304 171904 0 0 1320 3272 1510 2583 64 11 0 25
- 0 2 372 68820 64864 152520 0 0 1560 0 1242 2520 30 13 0 57
- 0 1 372 85520 66528 135440 0 0 1664 0 1208 2137 26 15 0 59
- 1 0 372 85840 67244 136840 0 0 696 32 1094 4359 52 35 0 13
- 1 0 372 61584 69116 158424 0 0 1408 0 1143 14649 74 26 0 0
- 3 2 372 40288 70524 173984 0 0 920 7760 1275 10318 75 25 0 0
- 2 2 372 21088 71592 188808 0 0 1284 15104 1553 9205 77 23 0 0
- 1 4 372 5064 73588 205808 0 0 1036 11328 1409 9426 74 26 0 0
- 1 4 372 2924 60228 222680 0 0 2716 2604 1302 10988 52 29 0 19
- 4 4 372 6688 49992 228756 0 0 1708 6284 1258 6579 56 13 0 31
- 0 2 372 4828 50232 229304 0 0 1352 1752 1427 1436 58 6 0 36
- 0 3 372 2960 49424 231840 0 0 3540 10528 1303 1532 17 4 0 79
- 0 3 372 3816 48016 232108 0 0 2284 8596 1360 1312 30 3 0 67
- 0 3 372 6056 45588 232320 0 0 944 13176 1312 2718 65 8 0 27
- 0 6 376 2912 40520 240184 0 4 1888 13772 1378 5981 39 13 0 48
- 0 3 916 3112 38556 242028 0 540 1468 12940 1294 7132 37 15 0 49
- 0 3 916 2928 34644 246544 0 0 1552 27400 1322 4480 33 11 0 56
- 0 2 916 3956 30548 245960 0 0 1036 3700 1286 3696 29 11 0 60
- 1 0 916 3156 28740 246996 0 0 896 11812 1367 1874 60 8 0 32
- 0 1 916 3748 29536 244952 0 0 1020 32 4518 4230 28 15 39 18
- 0 1 916 3392 29904 243340 0 0 1312 12796 1347 6688 39 22 3 36
- 0 1 916 3740 31136 239784 0 0 1356 2628 1248 3077 67 10 3 20
- 0 1 916 6932 31664 240692 0 0 2252 980 1370 2632 36 6 2 56
- 1 0 916 4920 32472 241084 0 0 1160 5464 1180 2722 70 10 0 20
- 1 0 916 3912 33496 241148 0 0 1088 0 1072 2848 93 6 0 1
- 2 0 916 6656 33604 237724 60 0 1040 4 1287 2716 97 3 0 0
- 1 0 916 4012 34560 235508 0 0 1392 0 2647 2741 76 8 13 3
- 2 0 916 3480 35100 236832 0 0 608 6484 2697 4884 50 22 10 18
- 0 1 916 5368 35068 236480 32 0 1184 9324 1328 6262 38 21 5 35
-11 0 916 3808 35924 236864 0 0 1020 336 1104 2992 70 21 1 8
- 0 0 916 9500 36952 231568 0 0 1368 24 1069 2146 66 22 8 4
- 0 1 916 8476 37848 231640 0 0 968 0 1046 1388 18 6 72 4
- 1 0 916 3276 38748 234332 0 0 3584 0 1462 1654 40 11 0 48
- 2 0 916 4832 39520 233684 0 0 1016 0 1083 1925 59 31 0 10
- 1 1 916 3956 39924 232388 0 0 996 280 1075 1979 68 28 0 4
- 4 0 916 5092 40720 232008 0 0 1304 0 1085 2169 65 28 0 7
- 3 0 916 3804 41616 231988 0 0 896 0 1040 3012 53 47 0 0
- 4 0 916 5144 42388 229884 0 0 768 20 1049 2588 65 35 0 0
- 3 0 916 6820 43252 226292 0 0 904 12 1045 2160 66 33 0 1
- 4 0 916 5680 44168 226324 0 0 920 352 1059 2243 59 37 0 4
- 1 0 916 7852 45020 222920 0 0 996 112 1090 2036 72 23 0 5
- 1 0 916 6580 45916 222828 0 0 896 0 1040 1931 68 32 0 0
- 1 0 916 4980 46688 222868 0 0 768 0 1042 1836 70 30 0 0
- 2 0 916 5796 47588 222984 0 0 896 0 1039 2483 60 40 0 0
- 1 0 916 2972 48228 220844 0 0 808 540 1072 1422 88 7 0 5
- 0 1 916 6768 49132 220148 0 0 940 3112 1211 2079 51 22 15 12
- 0 1 916 6000 49900 220148 0 0 768 3348 1618 1362 16 3 0 81
- 0 0 916 5128 50796 220148 0 0 896 436 1241 1424 16 2 69 13
- 0 0 916 4424 51692 220148 0 0 896 0 1042 1283 14 1 83 2
- 0 0 916 4628 52472 220148 0 0 768 400 1052 1279 14 1 84 1
- 0 0 916 3760 53368 220148 0 0 896 4 1044 1280 15 2 81 2
- 2 0 916 3852 54156 220152 0 0 768 0 1038 1560 34 8 58 0
- 2 0 916 5724 54464 218388 0 0 992 0 1075 1765 73 22 0 5
- 2 0 916 5112 54772 216956 0 0 944 0 1075 1858 79 16 0 5
- 0 1 916 69920 55748 155040 0 0 988 304 1078 2114 50 42 0 8
- 2 0 916 112364 56820 116044 0 0 1200 56 1130 2129 24 32 0 44
- 1 0 916 92780 59100 132464 0 0 908 0 1076 12137 60 36 0 4
- 1 0 916 53016 61052 169096 0 0 7644 0 1114 16527 67 29 0 4
- 1 0 916 22744 63592 195164 0 0 2796 19780 1294 12082 53 33 0 14
- 1 0 916 3736 64060 212344 0 0 800 22644 1318 9449 61 26 0 13
- 0 2 916 3632 58092 218140 0 0 1636 22188 1254 6838 37 14 0 48
- 0 5 916 2928 57324 222128 0 0 1576 22720 1369 4193 29 9 0 62
- 2 2 1088 3356 52768 228088 0 172 1284 15184 1279 4982 27 13 0 60
- 0 1 1676 2812 41876 240412 0 544 2092 6884 1287 8688 44 18 0 38
- 2 0 2020 119944 38720 129248 32 344 1148 380 1078 3876 32 46 0 22
- 3 0 2020 177484 39676 72664 0 0 1820 1972 1189 27832 27 20 4 49
- 1 0 2020 171532 40584 77784 0 0 952 0 4764 17994 25 16 54 5
- 2 0 2020 163852 41372 84656 64 0 848 0 1048 1822 76 24 0 0
- 1 0 2020 162956 42268 84656 0 0 896 0 1048 1528 83 17 0 0
- 1 0 2020 162208 43048 84656 0 0 768 172 1045 1445 85 15 0 0
- 1 0 2016 161316 43956 84656 0 0 896 12044 1142 1406 85 15 0 0
- 1 0 2016 160424 44852 84660 0 0 896 0 1039 1373 85 15 0 0
- 1 0 2016 159400 45876 84660 0 0 1024 0 1064 1401 88 12 0 0
- 0 0 2016 158084 46404 85344 0 0 512 0 1916 2013 71 15 14 0
- 0 0 2016 154436 47444 87836 156 0 1180 48 4139 3954 30 17 50 4
- 2 0 2016 149764 48604 91168 48 0 1200 0 5005 4961 29 19 50 2
- 1 0 2016 147204 49640 92908 0 0 1024 0 3283 3401 34 20 46 1
- 0 1 2016 143892 50940 94804 0 0 1280 0 3567 3761 36 19 44 1
- 0 1 2016 142420 52220 94804 0 0 1280 10144 1141 1262 16 3 63 19
- 1 0 2016 141912 52748 94960 0 0 512 136 1122 1335 16 0 81 3
- 3 0 2016 138904 53780 96924 0 0 1024 4 3471 3641 41 18 39 2
- 2 0 2016 136088 54820 98828 32 0 1056 0 3469 3835 38 20 42 1
- 2 0 2016 134744 55972 98932 64 0 1216 0 1285 2077 71 18 10 1
- 0 1 2016 130008 57128 102456 0 0 1152 0 5372 5579 31 14 54 1
- 1 1 2016 127192 58552 103736 32 0 1440 8976 2652 5712 75 15 10 0
- 1 0 2016 123928 59460 106220 0 0 896 4300 4094 3459 44 16 34 6
- 2 1 2016 123032 60104 106512 0 0 640 0 1563 1948 54 11 34 1
- 1 0 2016 121240 61140 107216 0 0 1024 0 2058 2203 61 16 23 0
- 0 0 2016 120152 62164 107268 0 0 1024 0 1041 1154 27 1 70 2
- 3 0 2016 118872 63196 107272 64 0 1088 48 1100 3337 46 5 48 1
- 2 1 2016 117728 64624 107596 0 0 1408 3604 1571 2171 68 18 14 0
- 0 0 2016 116512 65780 107900 0 0 1152 0 1454 3500 75 12 13 0
- 0 0 2016 113504 66684 110004 0 0 896 0 3632 3637 40 13 46 1
- 8 0 2016 107888 67600 110976 0 0 896 48 2427 2629 59 18 23 0
- 1 0 2016 110128 68760 111324 0 0 1152 0 1571 2216 70 15 12 3
- 1 0 2016 107936 69804 112440 0 0 1024 4136 2632 2437 50 17 24 9
- 0 0 2016 103904 70704 115532 0 0 896 0 4893 4735 33 16 51 0
- 0 0 2016 102944 71600 115548 0 0 896 0 1099 1571 23 1 75 1
- 0 0 2016 101984 72504 115660 0 0 896 40 1095 1522 25 1 72 2
- 1 0 2016 98976 73276 117988 0 0 768 0 3895 4140 47 13 40 0
- 0 0 2016 97504 74188 118476 0 0 896 6724 1757 2045 39 12 42 6
- 0 0 2016 96432 75084 118476 0 0 896 0 1043 1318 19 1 79 1
- 1 0 2016 95856 75856 118520 0 0 776 0 1114 1434 35 7 56 2
- 2 0 2016 94000 76772 119468 0 0 896 32 2330 2301 59 17 24 0
- 1 1 2016 79576 78764 130868 0 0 2284 0 1328 8833 56 32 0 12
- 3 2 2016 56792 80612 151496 0 0 988 15992 1328 13582 54 43 0 3
- 3 1 2016 42264 82348 163904 0 0 1444 24 1171 10365 53 43 0 4
- 0 2 2016 38656 83252 164152 0 0 1004 22612 1290 3139 30 25 0 44
- 0 4 2016 37952 84176 164180 0 0 928 7964 1307 1325 13 3 0 84
- 2 0 2016 35472 85172 165088 0 0 860 4412 1230 2635 28 19 0 53
- 1 1 2016 33032 86280 166092 0 0 1116 4956 1217 4647 33 17 0 49
- 0 2 2016 16248 87576 180096 0 0 1016 15156 1177 8648 39 41 0 21
- 0 2 2016 30392 88616 165212 0 0 1048 4700 1237 2966 30 18 0 52
- 0 2 2016 28472 89684 165732 0 0 996 4116 1254 3311 42 22 0 37
- 0 2 2016 26936 90860 166076 0 0 1136 9432 1244 6667 34 20 0 46
- 1 1 2016 25272 91912 166616 0 0 1012 6584 1253 4821 42 20 0 39
- 0 2 2016 23608 93112 166816 0 0 1132 5236 1239 3665 26 18 0 56
- 1 2 2016 16056 94184 173144 0 0 1060 2504 1230 6453 36 23 0 41
- 2 3 2016 4564 95304 182776 0 0 1228 15104 1236 5940 47 35 0 18
- 0 2 2016 17352 96596 169540 0 0 1212 5100 1704 3369 34 15 0 51
- 0 3 2016 15692 97800 169984 0 0 1216 3544 1375 1866 17 5 0 78
- 0 2 2016 14796 98856 169996 0 0 1060 2004 1300 1659 16 4 0 80
- 0 2 2016 12048 100148 171344 0 0 1240 5272 1256 3763 26 17 0 57
- 1 2 2016 11152 101584 170544 0 0 1376 5320 1244 3478 27 18 0 55
- 0 2 2016 9312 102736 171124 0 0 1092 6252 1231 4235 29 17 0 54
- 3 1 2016 12504 103440 169392 0 0 772 4256 1199 3594 46 16 0 37
- 4 0 2016 10140 104896 169560 0 0 1304 3468 1334 2329 27 16 0 57
- 5 0 2016 8020 106060 169896 0 0 1312 864 1183 3076 28 30 0 41
- 0 1 2016 6852 107816 170152 0 0 1460 3580 1313 4052 45 40 4 11
- 2 0 2016 5316 109432 169792 0 0 896 5060 1345 2984 40 16 9 35
- 0 0 2016 4420 110356 169808 0 0 896 220 1064 1366 17 3 78 2
- 0 0 2016 4604 110100 169808 0 0 768 0 1038 1290 17 2 80 1
- 0 0 2016 3828 110868 169808 0 0 768 0 1040 1283 15 0 84 1
- 2 1 2016 3048 101104 179116 0 48 896 10892 1266 8554 50 22 6 22
- 1 2 2016 3428 89128 190656 0 0 772 13524 1272 11983 45 26 2 28
- 2 0 2016 3560 79564 199128 0 0 772 15396 1276 7752 40 27 1 31
- 2 1 2016 3856 66744 210552 0 0 896 9644 1230 10406 46 33 1 20
- 2 1 2016 4216 62248 213984 0 0 768 12804 1314 5359 44 17 1 39
- 0 1 2016 5032 55628 219348 0 0 896 10376 1111 6224 77 17 0 6
- 6 0 2140 3592 54932 219104 0 124 1352 3044 1415 2250 52 8 4 36
- 0 1 2140 8860 55060 218656 0 0 924 3512 1362 3085 58 16 2 24
- 0 0 2140 7960 56016 219252 0 0 1172 716 1943 2055 25 12 11 52
- 1 0 2140 6916 56912 219252 0 0 896 0 1069 1388 27 1 71 1
- 1 0 2140 6308 57552 219376 0 0 640 0 1094 1460 18 1 80 1
- 2 0 2392 3664 51468 227904 0 244 908 244 4059 8463 47 18 34 2
- 1 0 2392 15592 50912 217108 0 8 904 12176 1277 3715 62 8 0 30
- 1 0 2392 6828 51836 225028 0 0 896 5036 1256 1860 87 7 0 6
- 2 0 2392 3980 52132 224092 128 0 1352 10196 1250 2454 60 12 0 28
- 1 0 2392 6656 52272 223656 0 0 900 4 1082 1528 95 3 0 2
- 1 0 2392 39716 53388 190040 0 0 1280 824 1173 3219 61 9 2 28
- 2 0 2392 38248 54304 190552 48 0 980 0 1120 3723 88 10 0 2
- 1 0 2392 35752 55208 192192 0 0 904 2568 1218 3835 94 6 0 0
- 3 0 2392 33392 56024 193664 0 0 1176 0 1190 3126 87 6 0 7
- 1 0 2392 30576 56936 195604 0 0 1652 0 1114 3076 89 5 0 6
- 1 0 2392 27120 57608 198428 0 0 1532 216 1064 3402 95 4 0 1
- 1 0 2392 22772 58260 202084 0 0 2304 0 1066 4334 96 3 0 1
- 1 1 2392 19284 59684 204100 0 0 2188 7908 1188 3859 75 5 0 20
- 1 0 2392 15828 60864 206420 0 0 1988 52 1107 3519 89 5 0 6
- 2 0 2392 10324 61424 207956 0 0 1132 0 1121 4052 91 8 0 1
- 1 0 2392 10068 62724 210336 64 0 2032 0 1148 3645 89 5 0 6
- 1 1 2392 6780 63900 212404 0 0 1884 0 1180 3784 78 8 0 14
- 4 0 2392 6616 62184 211444 0 0 980 6368 1231 3932 84 8 0 8
- 1 0 2392 5600 63632 213848 0 0 2632 0 1204 5296 86 6 0 8
- 6 0 2392 3884 61552 213976 0 0 1684 0 1261 3316 58 7 0 36
- 1 0 2392 5780 61784 215500 0 0 1500 0 1169 2853 74 7 0 19
- 1 0 2392 3924 60392 218668 0 0 2172 0 1193 3977 77 7 0 16
- 1 0 2392 3884 58664 220428 0 0 2076 8380 1199 4574 84 8 0 8
- 0 1 2392 3056 57420 222548 0 0 2724 0 1526 3357 32 5 0 63
- 0 1 2392 3796 55700 223480 0 0 2828 8 1526 2940 20 4 0 76
- 0 1 2392 3328 54664 224916 0 0 2044 0 1348 2907 43 5 0 52
- 1 0 2392 3812 53308 225760 0 0 1488 4 1087 3829 87 4 0 9
- 1 0 2392 3372 53228 226248 0 0 1620 4448 1139 3233 71 4 0 25
- 0 1 2392 2996 51856 228064 0 0 1952 4 1108 3446 76 4 0 20
- 1 0 2392 3128 51680 229756 0 0 2112 4 1125 3315 73 5 0 22
- 0 1 2392 3648 49816 231040 0 0 1560 0 1206 3085 74 5 0 21
- 1 0 2392 3880 48100 232472 0 0 2020 12 1286 2981 57 19 0 25
- 1 1 2392 3464 46908 234144 0 0 2016 5552 1227 2778 48 5 0 47
- 1 0 2392 3808 45720 235076 0 0 1488 648 1354 2820 44 5 0 51
- 1 0 2392 3188 43204 238240 0 0 3216 0 1098 5238 92 8 0 0
- 1 0 2392 3132 41292 240208 0 0 1836 400 1099 4152 91 6 0 3
- 1 0 2392 3168 41032 240368 0 0 896 0 1083 3428 96 4 0 0
- 1 0 2392 3172 40692 240752 0 0 896 6564 1098 3397 95 5 0 0
- 0 1 2392 79800 41844 166108 0 0 1180 0 1139 1848 21 31 0 48
- 0 1 2392 132300 43196 116208 0 0 1352 0 1155 1665 17 23 0 60
- 0 2 2392 123488 44224 123072 0 0 7764 1908 1218 1502 20 2 0 78
- 0 0 2392 116384 45100 128496 0 0 6180 4 1429 1765 53 6 11 30
- 1 0 2392 110552 46720 132720 0 0 1316 3952 1508 4926 33 32 8 26
- 1 0 2392 80472 48064 160696 0 0 800 9784 1200 16634 70 30 0 0
- 2 0 2392 54496 49612 183664 0 0 1052 23708 1362 12942 64 34 0 2
- 1 0 2392 34784 51616 200576 0 0 3380 12516 1236 8074 45 24 0 32
- 2 0 2392 16296 53084 217088 40 0 1268 16460 1337 8085 59 28 0 13
- 0 3 2392 3600 48632 233700 8 0 908 28748 1476 10428 57 25 0 18
- 1 1 2392 3064 36812 245884 72 0 928 10264 1446 8746 72 24 0 4
- 1 0 2392 10940 29212 245512 0 0 1624 8456 1558 9581 72 16 0 12
- 0 1 2392 3524 30108 251664 0 0 2328 18784 1189 4559 42 18 0 41
- 1 0 2392 4800 28768 251372 0 0 784 5984 1265 2934 66 7 0 27
- 1 0 2392 4620 28892 250856 0 0 972 0 1172 2737 94 6 0 0
- 0 0 2392 2872 29700 251436 64 0 864 0 1768 2256 83 4 13 0
- 1 0 2392 3588 29376 249188 0 0 988 5876 3709 4834 30 22 34 14
- 2 0 2392 3416 28400 250016 0 0 932 9644 1313 5979 32 23 3 42
- 0 1 2392 4000 29528 250012 0 0 2320 4468 1497 2778 25 12 6 57
- 0 0 2392 7020 30568 246676 0 0 996 5872 1158 1425 66 11 1 22
- 1 0 2392 4280 31408 247588 0 0 1332 1108 1258 2907 55 14 7 24
- 1 0 2392 7852 31660 244392 0 0 804 32 1055 3169 67 33 0 0
- 0 0 2392 6828 32556 244448 0 0 944 0 1050 1407 23 5 68 4
- 2 0 2392 5384 33328 245040 0 0 3492 0 1412 2014 49 14 12 25
- 2 0 2392 3616 34240 244248 0 0 1024 16 1068 1874 65 28 0 7
- 1 0 2392 4076 35012 243112 0 0 776 2648 1125 2264 73 26 0 1
- 1 0 2392 3152 35796 243768 0 0 3544 0 1235 1741 54 19 0 27
- 1 0 2392 3848 36708 242552 0 0 904 12 1047 2604 57 43 0 0
- 2 0 2392 4648 37480 241096 0 0 768 4 1038 2853 60 40 0 0
- 1 0 2392 3280 38392 239108 0 0 912 0 1047 2065 68 31 0 1
- 1 0 2392 5296 38760 237736 0 0 948 332 1082 2044 69 28 0 3
- 2 0 2392 6124 39672 235732 0 0 936 0 1068 1897 69 31 0 0
- 2 1 2392 4304 40452 235752 0 0 780 2480 1330 1872 71 29 0 0
- 1 0 2392 3248 41348 235748 0 0 896 4080 1637 1962 66 34 0 0
- 3 1 2392 3032 42128 234568 0 0 888 0 1103 2693 72 28 0 0
- 1 0 2392 7024 42976 232556 0 0 1000 504 1109 2496 73 23 0 4
- 4 0 2392 8984 43532 230972 0 0 936 0 1063 1732 83 15 0 2
- 0 0 2392 7172 44428 231012 0 0 932 1896 1107 1941 22 8 66 4
- 0 0 2392 6212 45196 231012 0 0 768 0 1059 1345 20 1 78 1
- 0 0 2392 5704 45964 231012 0 0 768 0 1052 1336 17 1 81 1
- 1 0 2392 5128 46744 231012 0 0 768 376 1066 1325 35 0 63 2
- 0 0 2392 4348 47640 231012 0 0 896 0 1083 1505 17 1 81 1
- 0 0 2392 3548 48536 231016 0 0 896 12 1048 1420 15 2 81 2
- 2 0 2392 5732 49216 229156 0 0 1016 0 1064 3774 60 23 13 4
- 1 0 2392 7332 48804 227948 0 0 1004 0 1090 3008 76 16 0 8
- 0 1 2392 7448 49748 228492 0 0 1008 272 1066 4514 69 22 0 9
- 0 1 2392 100500 50820 136764 0 0 1088 0 1128 2058 23 46 0 30
- 0 1 2392 119372 51896 119600 0 0 2720 496 1127 1533 50 18 0 32
- 1 0 2392 111908 52964 126088 0 0 5196 0 1691 2857 37 11 11 42
- 2 0 2392 107172 53972 128448 0 0 1468 0 1105 3045 59 15 0 26
- 1 0 2392 106044 55116 129932 0 0 2184 4476 1152 2868 42 23 0 35
- 1 0 2392 81276 56176 152648 0 0 6792 0 1102 10866 60 40 0 0
- 1 0 2392 48060 58100 182500 0 0 1152 14112 1222 14625 67 33 0 0
- 1 0 2392 28476 60088 198968 0 0 1044 13652 1294 8052 41 27 0 33
- 1 0 2392 3592 59448 222684 0 0 1708 20532 1258 10358 51 30 0 19
- 0 2 2392 3656 52084 229948 0 0 1772 20552 1328 4846 31 10 0 59
- 0 5 2392 3080 50168 232448 0 0 1712 18056 1329 4986 35 10 0 55
- 0 2 2712 3144 41908 240784 0 312 1520 9344 1305 6398 32 16 0 52
- 0 1 4108 3856 29440 254244 0 1340 1400 7192 1227 9683 51 20 0 29
- 0 1 4108 2984 29584 254372 0 0 984 29500 1323 1627 20 12 0 68
- 1 0 4268 3804 28444 254128 32 168 644 6352 1167 1332 53 4 0 43
- 1 0 4472 3568 28828 253876 0 204 1152 204 1054 1426 95 5 0 0
- 0 0 4472 3496 29080 254052 32 0 1072 0 1544 1527 60 3 34 3
- 0 0 4472 3160 29468 254004 0 0 1152 0 1049 1221 17 1 80 2
- 3 2 4472 3500 29560 252952 64 0 1144 68 2591 2393 25 7 62 7
- 0 2 4472 3796 28180 249696 0 68 2196 3152 2490 2866 33 9 0 58
- 1 2 4472 3964 27640 244780 0 0 1592 984 1198 2090 40 9 0 51
- 0 2 4472 10192 28820 245596 0 0 1812 4712 1452 2592 39 8 0 53
- 0 1 4472 9368 29724 245596 0 0 896 2720 1606 1379 17 3 0 80
- 1 0 4472 6912 30788 247484 0 0 816 3388 1223 2888 22 7 2 69
- 0 1 4472 4052 31796 250416 0 0 1240 9332 1345 5720 31 22 5 43
- 0 1 4472 11448 33024 243548 0 0 2592 2396 1400 2377 44 11 4 42
- 1 0 4472 7352 33936 246632 0 0 1028 6272 1323 1761 68 10 4 18
- 2 0 4472 4632 34836 247220 0 0 1136 0 1115 2997 63 19 0 18
- 0 1 4472 7496 35192 244096 0 0 856 0 1079 2857 71 25 0 4
- 0 0 4472 6504 36088 244124 0 0 920 0 1050 1539 19 4 66 11
- 4 0 4472 3168 36880 244880 0 0 1516 0 1132 1945 56 23 8 14
- 4 1 4472 5300 37172 243824 0 0 960 3212 1095 1794 79 21 0 0
- 1 1 4472 4844 37940 242528 0 0 920 252 1140 1976 69 27 0 4
- 6 1 4420 4820 38104 236740 948 0 2080 0 1242 3164 88 12 0 0
- 0 2 4420 11636 38772 234968 96 0 1672 0 1141 2293 84 10 0 6
- 5 1 4412 4348 39572 236596 0 0 2420 0 1236 3183 71 7 0 22
- 4 0 4412 5632 40516 237852 0 0 2084 168 1147 2725 78 9 0 13
- 4 0 4412 4964 41296 237860 0 0 776 0 1046 2965 56 44 0 0
- 2 0 4412 5296 42200 236460 0 0 896 0 1048 2646 63 37 0 0
- 1 0 4412 3192 42420 234068 0 0 1072 0 1055 2144 64 32 0 4
- 2 0 4412 5892 43204 234076 0 0 772 0 1044 2168 60 39 0 1
- 1 0 4412 5992 44072 232580 0 0 896 700 1140 1786 69 31 0 0
- 2 0 4412 5404 44968 232552 0 0 896 0 1051 2140 69 31 0 0
- 4 0 4412 4608 45744 232632 0 0 768 0 1056 1909 70 30 0 0
- 2 1 4412 5436 46564 230872 0 0 1340 24 1111 1850 84 16 0 0
- 1 1 4412 3828 47348 231188 0 0 1100 0 1108 2041 87 13 0 0
- 2 0 4412 2976 48120 229016 0 0 1128 2560 1300 1358 95 5 0 0
- 1 0 4412 3892 48608 226916 0 0 896 0 1040 1347 97 3 0 0
- 0 0 4412 7440 49116 226412 0 0 848 0 1051 1948 55 21 23 1
- 0 0 4412 6676 49884 226412 0 0 768 0 1037 1407 16 1 81 2
- 0 0 4412 5800 50780 226412 0 0 896 0 1040 1216 13 1 85 1
- 0 0 4412 5220 51560 226412 0 0 768 388 1053 1257 15 1 83 1
- 0 0 4412 4512 52456 226412 0 0 896 0 1043 1269 17 1 80 2
- 0 0 4412 3588 53352 226412 0 0 896 0 1039 1251 14 1 84 1
- 3 0 4412 4400 53608 225520 0 0 768 0 1038 1837 31 8 60 1
- 1 0 4412 4756 54264 224764 0 0 976 0 1052 3607 71 23 0 6
- 2 0 4412 4936 53952 223508 0 0 976 280 1106 4241 72 20 0 8
- 0 1 4412 40064 55076 191376 0 0 1144 0 1109 2748 43 31 0 27
- 0 1 4412 76600 56716 154076 0 0 1640 0 1244 2152 20 17 0 63
- 0 1 4412 112296 57804 121408 96 0 1520 500 1165 2142 34 29 0 38
- 1 0 4412 89832 59328 141596 0 0 6884 0 1121 11367 53 41 0 6
- 0 2 4412 63400 60604 165904 0 0 2056 14516 1196 14036 57 26 0 17
- 1 3 4412 42920 61784 184152 0 0 884 22852 1293 11034 50 28 0 21
- 1 1 4412 16272 64036 206872 0 0 896 3560 1220 12033 51 36 0 13
- 1 1 5004 2984 57344 226612 0 592 1976 21784 1259 12121 54 28 0 18
- 0 3 5076 2872 44484 239120 0 0 1700 8080 1408 8545 43 17 0 40
- 0 5 5076 3288 37728 245460 0 0 1724 6520 1693 7127 35 16 0 49
- 1 4 5076 3536 35408 247500 64 0 1244 18444 1472 3622 25 6 0 69
- 0 4 5316 3140 35480 244696 0 220 1008 6248 1326 2101 19 11 0 70
- 0 3 5392 3480 36144 243860 0 80 1024 26008 1360 1442 17 4 0 79
- 1 0 5392 3912 36608 243108 0 0 896 14684 1290 1288 22 5 0 73
- 0 0 5544 3688 35212 244400 0 172 772 220 4265 4048 49 14 30 8
- 0 1 5628 2992 30376 248572 0 84 1008 11040 1687 6042 37 20 5 38
- 1 0 5628 5136 28180 248280 0 20 1112 4500 1290 2850 46 13 4 38
- 1 0 5628 5376 29116 248868 0 0 1400 6068 1268 1837 65 12 2 21
- 2 0 5628 4320 30012 248932 0 0 960 0 1040 1271 96 3 0 1
- 1 0 5628 3800 30516 249152 0 0 932 0 3360 3137 55 10 34 1
- 2 1 5628 2916 30596 247712 0 0 936 6560 1917 6051 48 21 9 21
- 3 0 5628 5108 31016 246076 0 0 984 8804 1335 3123 26 14 4 56
- 1 0 5628 4496 32064 246088 0 0 984 944 1124 2218 66 13 2 19
- 6 1 5628 7824 32572 241680 256 0 1616 5468 1785 4099 61 23 0 17
- 0 0 5628 10400 33340 239932 0 0 876 1672 1502 1795 51 14 2 33
- 2 0 5628 9252 34236 239988 0 0 944 0 1063 2975 62 6 29 3
- 1 0 5628 7524 35020 241056 0 0 1832 0 1163 1813 55 28 0 17
- 1 0 5628 6224 35940 241152 0 0 988 264 1063 1959 69 29 0 2
- 0 1 5628 6216 36856 241300 4 0 1048 0 1043 1859 70 27 0 3
- 4 0 5628 4712 37696 241528 4 0 3584 0 1244 1647 61 16 0 24
- 2 0 5628 3772 38592 241528 0 0 896 0 1061 3162 52 48 0 0
- 2 0 5628 5072 39500 238948 0 0 980 0 1061 2256 63 34 0 3
- 3 0 5628 6672 40220 235968 0 0 1016 156 1064 2282 63 35 0 2
- 1 1 5628 4932 41000 235984 0 0 772 16 1040 1994 64 35 0 1
- 2 0 5628 6248 41568 235084 0 0 1024 0 1044 1888 70 30 0 0
- 4 0 5628 4928 42464 235092 0 0 904 0 1050 1973 67 33 0 0
- 3 1 5628 3464 43056 234256 0 0 780 324 1051 2105 67 33 0 0
- 1 0 5628 5008 43808 231992 0 0 1024 128 1080 1951 72 24 0 4
- 2 0 5628 8712 44464 230072 0 0 952 44 1059 1840 78 19 0 3
- 0 0 5628 7464 44976 230100 0 0 540 0 1038 1270 16 2 80 2
- 0 0 5628 6320 46128 230100 32 0 1184 0 1044 1189 16 1 80 3
- 0 1 5628 5040 47408 230100 0 0 1280 480 1065 1274 16 1 79 4
- 0 0 5628 4580 48060 230104 0 0 640 4 1040 1358 17 1 81 1
- 0 0 5628 3868 48956 230104 0 0 896 4 1041 1226 15 3 81 1
- 0 0 5628 4136 49712 229104 0 0 1280 0 1045 1209 16 0 81 3
- 1 0 5628 5472 50264 228180 0 0 956 0 1048 1947 71 24 2 3
- 0 1 5628 5704 50796 227380 0 0 1212 300 1097 1533 71 18 0 11
- 1 0 5628 41732 51424 192380 0 0 704 0 1083 1897 51 31 0 18
- 0 1 5628 82400 53220 150960 0 0 1796 4 1272 2187 20 19 0 61
- 1 0 5628 121928 54836 113984 64 0 2592 56 1136 3418 30 34 0 37
- 1 0 5628 92636 57248 140176 0 0 7612 0 1112 13673 67 30 0 3
- 1 1 5628 57820 59404 171236 0 0 956 5500 1098 16284 67 32 0 1
- 1 1 5628 17888 62612 205396 0 0 928 32880 1740 18236 59 35 0 6
- 0 3 5628 3968 59740 221576 0 0 1132 16756 1285 10160 50 19 0 31
- 1 1 5836 4368 58876 223512 0 280 1548 23420 1388 2361 22 7 0 71
- 0 5 5884 2968 54496 229300 0 48 1168 16068 1289 5353 30 10 0 60
- 1 2 5884 3612 47728 235556 0 0 1068 13900 1264 4754 27 10 0 63
- 1 0 5904 3836 40592 242736 0 20 2792 8240 1263 5383 34 11 0 55
- 1 1 5904 146208 41000 105696 64 0 1220 1964 1092 2292 25 52 0 23
+ 0 3 0 105232 31820 157296 0 0 47 138 1040 434 10 1 85 4
+ 0 0 0 101536 31868 159724 0 0 384 4 3607 72315 15 24 48 14
+ 1 0 0 93216 31884 164588 0 0 80 0 1592 887 85 4 9 2
+ 1 0 0 87712 31896 169936 0 0 0 60 1007 207 97 3 0 0
+ 2 0 0 90336 31900 170704 0 0 8 0 1003 399 89 11 0 0
+ 2 0 0 90144 31900 170704 0 0 0 0 1002 498 83 17 0 0
+ 1 0 0 90464 31912 170704 0 0 0 13060 1026 393 84 16 0 0
+ 1 0 0 90400 31912 170704 0 0 0 0 1015 1033 87 13 0 0
+ 1 0 0 90400 31916 170704 0 0 0 24 1043 433 88 12 0 0
+ 1 0 0 90464 31916 170704 0 0 0 0 1020 866 88 12 0 0
+ 1 0 0 90528 31916 170704 0 0 0 0 1047 847 85 15 0 0
+ 3 0 0 86688 31936 172124 0 0 0 0 3060 2764 38 19 42 0
+ 0 0 0 86240 31944 174868 0 0 0 0 4431 4012 25 21 53 0
+ 2 0 0 83552 31972 177472 0 0 12 24 4294 4060 13 16 68 3
+ 0 0 0 81632 31988 179256 0 0 0 0 3349 3056 22 17 61 0
+ 2 0 0 79520 32004 181364 0 0 0 0 3791 3384 22 19 59 0
+ 0 0 0 77536 32020 183280 0 0 0 10784 3556 3191 25 21 48 7
+ 2 0 0 75744 32032 185116 0 0 0 0 3371 2850 15 12 73 0
+ 0 0 0 75552 32040 185248 0 0 0 588 1362 712 32 15 46 7
+ 0 0 0 72736 32044 187984 0 0 0 0 4442 4152 17 17 66 0
+ 0 0 0 69088 32056 191476 0 0 0 0 5307 4749 22 17 61 0
+ 0 0 0 67936 32068 192684 0 0 0 10560 2536 2109 36 20 28 17
+ 0 0 0 67232 32076 193376 0 0 0 0 1997 1437 47 15 37 0
+ 0 0 0 66976 32088 193608 0 0 0 24 1331 590 1 2 97 0
+ 0 0 0 66720 32088 193608 0 0 0 0 1008 243 9 0 91 0
+ 1 0 0 66592 32100 193932 0 0 0 0 1459 886 58 17 25 0
+ 0 0 0 65952 32120 194512 0 0 0 2144 1910 1152 25 9 62 4
+ 1 0 0 60960 32120 194512 0 0 0 0 1036 2076 26 4 70 0
+ 2 0 0 63200 32120 195008 0 0 0 0 1549 1317 32 6 62 0
+ 0 0 0 63840 32136 196500 0 0 0 24 2841 2431 46 16 38 0
+ 3 0 0 62816 32156 197372 0 0 52 0 2228 1876 50 16 31 4
+ 1 0 0 61976 32172 197720 0 0 4 3476 1476 1422 74 14 12 0
+ 0 0 0 60120 32184 199472 0 0 0 0 3275 2831 35 16 48 0
+ 1 0 0 57368 32192 202220 0 0 0 40 4437 4422 32 17 51 0
+ 1 0 0 56920 32196 202504 0 0 0 0 1600 1000 4 3 93 0
+ 2 0 0 49944 32256 208076 0 0 5588 11084 1137 584 49 6 9 37
+ 1 0 0 49240 32260 210128 0 0 0 0 3466 3282 40 15 45 0
+ 0 0 0 48920 32264 210400 0 0 0 0 1446 1113 13 4 83 0
+ 0 0 0 48584 32300 210480 0 0 96 2480 1088 583 10 1 76 13
+ 3 0 0 48264 32312 210632 0 0 0 208 1262 702 50 12 39 0
+ 1 0 0 48072 32316 211120 0 0 0 0 1692 981 75 8 17 0
+ 2 0 0 36232 33260 220952 0 0 44 12 1611 7393 47 27 22 4
+ 3 1 0 8900 34492 243244 0 0 28 17148 1102 13989 59 38 0 3
+ 2 3 0 8120 34560 245020 0 0 0 15596 1159 1714 92 8 0 0
+ 2 0 0 4084 34752 248380 0 0 152 2300 1146 7256 32 27 0 42
+ 0 1 0 18320 35532 232228 0 0 128 11956 1108 1977 16 41 0 43
+ 0 1 0 13428 35944 236252 0 0 0 7860 1222 4209 34 19 2 45
+ 1 1 0 4056 36360 243952 0 0 4 16568 1111 8863 39 39 1 22
+ 0 3 0 4128 36388 243948 0 0 0 3620 1288 546 1 2 0 97
+ 1 2 0 4036 36364 241200 0 0 200 1924 1468 661 59 4 0 37
+ 1 0 0 21620 36520 228036 0 0 412 3700 1175 2436 32 17 2 50
+ 0 1 0 11996 37004 235492 0 0 4 11556 1181 7323 48 27 3 22
+ 0 1 0 17820 37356 228928 0 0 200 8352 1187 4297 44 17 2 37
+ 0 1 0 7188 38160 238500 0 0 64 7248 1233 9135 32 35 5 27
+ 0 1 0 5320 38352 239048 0 0 116 15032 1156 8329 11 19 0 70
+ 2 0 0 18420 39032 225732 0 0 0 11920 1272 4165 17 26 5 52
+ 0 1 0 17236 39580 226296 0 0 12 14520 1267 6576 26 30 6 39
+ 1 0 0 20124 40164 224664 0 0 64 4444 1303 1356 39 10 7 44
+ 0 1 0 19492 40800 224572 0 0 0 4868 1399 1848 26 16 9 49
+ 1 0 0 19364 41320 224292 0 0 0 4272 1336 1248 10 6 7 77
+ 0 0 0 19044 41376 224324 0 0 0 460 1025 415 4 4 89 3
+ 0 0 0 19044 41376 224324 0 0 0 0 1002 154 0 0 100 0
+ 0 0 0 19044 41376 224324 0 0 0 0 1002 168 0 0 100 0
+ 0 2 0 9252 41656 232908 0 0 0 10228 1161 6301 29 14 12 46
+ 2 0 0 6840 41780 235012 0 0 0 14840 1301 9105 25 21 3 51
+ 0 1 0 12984 42064 230116 0 0 24 14896 1162 8944 36 25 1 38
+ 0 1 0 5304 42368 237276 0 0 8 7584 1099 3922 51 21 1 27
+ 0 2 0 30136 39176 215832 0 0 68 13380 1176 7772 32 24 1 42
+ 0 2 0 19064 39660 226200 0 0 20 11228 1182 6105 17 20 0 63
+ 0 1 0 20988 40156 226308 0 0 80 5192 1488 1655 23 14 6 57
+ 0 1 0 20992 40156 226308 0 0 0 1860 1351 446 1 3 0 96
+ 0 0 0 20872 40192 227088 0 0 380 344 1779 1403 7 7 17 69
+ 2 0 0 8840 40208 238592 0 0 0 0 4598 8789 37 20 43 0
+ 1 0 0 18568 40240 229308 0 0 8 13196 1058 2605 66 7 0 27
+ 4 0 0 9680 40328 237680 0 0 128 16608 1117 524 65 14 0 21
+ 0 1 0 28176 40412 219108 0 0 312 832 1074 585 79 6 7 8
+ 1 0 0 23376 40488 221248 0 0 496 980 1105 3685 74 8 0 18
+ 0 1 0 20496 40512 224004 0 0 220 0 1048 2991 87 5 0 8
+ 1 0 0 14672 40528 229672 0 0 184 0 1036 4033 87 10 0 3
+ 1 0 0 12304 40528 231960 0 0 0 0 1002 3629 96 4 0 0
+ 1 0 0 9892 40536 234376 0 0 0 212 1006 3736 96 4 0 0
+ 1 0 0 7780 40544 236188 0 0 224 14496 1098 3625 76 10 0 14
+ 2 0 0 5988 40548 237936 0 0 0 0 1018 3906 95 5 0 0
+ 2 0 0 12516 39652 227788 0 0 1724 0 1116 2316 88 7 0 5
+ 5 0 0 16948 39652 227812 0 0 0 0 1196 806 97 3 0 0
+ 3 0 0 15028 39656 229944 0 0 0 0 1012 2839 95 5 0 0
+ 2 0 0 12852 39664 232120 0 0 0 6124 1066 5646 90 10 0 0
+ 2 0 0 10372 39668 234596 0 0 76 0 1036 3229 94 5 0 1
+ 2 0 0 8260 39668 236740 0 0 0 0 1002 3091 94 6 0 0
+ 2 0 0 6212 39672 238788 0 0 0 0 1008 3465 94 6 0 0
+ 2 0 0 6084 38520 239956 0 0 0 0 1014 1738 98 2 0 0
+ 2 0 0 5836 37760 240980 0 0 0 9792 1024 2051 97 3 0 0
+ 2 0 0 3596 37764 243252 0 0 0 0 1002 3270 96 4 0 0
+ 2 0 0 2308 36964 245300 0 0 60 4 1008 4422 92 6 0 2
+ 4 0 0 1572 33360 245128 0 0 160 0 1066 3835 92 5 0 3
+ 2 0 0 4480 33360 246744 0 0 0 0 1010 2446 97 3 0 0
+ 3 2 0 2348 32788 247512 0 0 0 10228 1036 2735 95 5 0 0
+ 3 0 0 132756 32004 123992 0 0 120 0 1026 1655 60 33 0 7
+ 3 1 0 136256 32028 123244 0 0 6400 0 1107 963 46 13 0 42
+ 3 0 0 130308 32028 128744 0 0 5500 0 1149 624 56 6 0 38
+ 2 0 0 125700 32828 132000 0 0 672 2188 1595 3360 18 38 16 28
+ 2 1 0 95236 34592 159164 0 0 24 17584 1088 15468 53 34 0 13
+ 3 0 0 67588 36124 183080 0 0 0 21044 1192 10939 69 31 0 0
+ 5 1 0 44492 36652 200168 0 0 0 11500 1137 9567 73 27 0 0
+ 2 2 0 12364 37592 233828 0 0 0 26076 1161 16644 67 33 0 0
+ 1 5 4 940 34708 247664 0 0 260 3640 1114 7879 25 14 0 61
+ 1 4 4 3884 33660 245868 0 0 12 31772 1235 6649 26 15 0 59
+ 3 4 4 6624 31244 245320 0 0 356 260 1140 453 67 6 0 27
+ 6 3 4 7072 29856 246136 0 0 1092 11232 1247 348 62 3 0 35
+ 1 2 4 7000 29940 246896 0 0 784 7248 1234 1580 29 10 0 61
+ 1 2 4 9820 27744 246408 0 0 0 8804 1189 1642 27 5 0 68
+ 1 2 4 9884 27760 246408 0 0 0 2604 1256 208 1 1 0 98
+ 1 3 4 10208 27780 246408 0 0 0 6856 1317 196 0 3 0 97
+ 2 0 4 10144 27788 246428 0 0 56 384 1181 202 23 1 0 76
+ 2 0 4 9440 27788 246428 0 0 0 4 1003 226 97 3 0 0
+ 1 0 4 8800 27816 247312 0 0 104 0 2074 1192 52 3 40 5
+ 3 0 4 2856 28200 251140 0 0 844 4908 3546 3813 11 18 31 40
+ 1 1 64 1760 25060 255264 0 60 0 9972 1194 4916 13 22 2 62
+ 2 0 160 3320 24616 256728 0 96 112 5600 1271 2161 14 15 7 65
+ 3 0 288 12152 23684 249904 0 128 24 6644 1196 572 54 12 11 23
+ 5 0 288 7528 23848 253124 0 0 708 1100 1076 2018 64 19 1 16
+ 1 0 288 8804 23888 253248 0 0 116 0 1009 1861 27 30 41 2
+ 2 0 288 8164 23900 253412 0 0 112 0 1008 511 27 12 60 1
+ 3 0 288 7972 23916 253468 0 0 100 0 1007 1123 58 38 0 4
+ 2 0 288 7012 23932 253472 0 0 0 0 1002 985 68 32 0 0
+ 2 0 288 8092 23956 253476 0 0 0 2640 1029 2003 49 50 0 1
+ 4 0 288 7900 23972 253476 0 0 0 0 1002 1540 59 41 0 0
+ 3 0 288 6620 23988 253680 0 0 0 0 1050 1411 54 46 0 0
+ 2 0 288 6684 24004 253688 0 0 4 0 1003 925 64 36 0 0
+ 3 0 288 4892 24012 253704 0 0 0 0 1002 976 62 38 0 0
+ 3 0 288 6348 24028 253748 0 0 0 340 1015 1047 60 40 0 0
+ 5 0 288 6860 24044 253940 0 0 8 0 1007 2633 74 26 0 0
+ 1 0 344 9140 23504 251488 0 0 56 0 1004 927 58 20 22 1
+ 1 0 344 8948 23504 251488 0 0 0 0 1011 384 2 0 98 0
+ 1 0 468 30708 23296 230256 0 124 0 124 1006 724 21 2 77 0
+ 1 0 468 30964 23312 230272 0 0 20 560 1049 592 12 2 86 0
+ 1 0 468 31156 23312 230272 0 0 0 0 1045 453 3 2 95 0
+ 1 0 468 31156 23324 230276 0 0 12 0 1065 827 15 2 81 2
+ 2 0 468 32012 23332 230372 0 0 104 0 1034 1000 30 8 59 3
+ 2 0 468 31308 23412 230516 0 0 64 0 1040 2877 74 26 0 0
+ 2 0 468 30092 23428 230592 0 0 4 272 1018 4120 73 24 0 3
+ 3 0 468 152540 23628 116456 0 0 1560 0 1085 1348 14 60 0 26
+ 2 0 468 143196 23632 124460 0 0 7988 0 1184 557 37 2 0 61
+ 2 0 468 137500 23704 130160 0 0 3412 0 1614 2086 40 15 10 36
+ 1 2 468 137820 23800 130652 0 0 552 424 1044 2145 49 28 0 23
+ 2 1 468 120156 24992 144288 0 0 28 8320 1073 9259 38 58 0 4
+ 2 0 468 83164 26860 177120 0 0 4 6912 1053 17387 58 39 0 3
+ 2 2 468 42716 27740 214252 0 0 0 25904 1175 19868 60 40 0 0
+ 2 2 468 2948 28380 252040 0 0 4 8756 1105 21395 63 35 0 2
+ 1 3 1280 16448 24744 241844 0 8 248 13212 1144 6238 25 14 0 61
+ 1 3 1280 13768 24776 243836 0 0 1980 18584 1107 545 5 10 0 85
+ 1 2 1280 13768 24776 243836 0 0 0 10392 1094 189 0 1 0 99
+ 1 2 1280 13384 24776 243836 0 0 0 40456 1119 184 0 2 0 98
+ 1 1 1280 13772 24776 243836 0 0 0 0 1085 174 0 1 0 99
+ 5 0 1280 10172 24900 243848 0 0 8 10436 1105 945 10 6 0 85
+ 2 0 1280 14268 24900 243828 0 0 16 1232 1249 558 91 6 0 3
+ 1 0 1280 13628 24900 243896 0 0 64 0 1041 312 93 2 1 4
+ 1 1 1280 8264 25192 247404 0 0 196 4720 4447 4763 14 20 34 32
+ 3 1 1296 5560 23840 251384 0 56 656 9376 1222 5272 31 22 2 46
+ 1 1 1296 2808 24444 254336 0 0 1072 5452 1357 2211 20 16 5 59
+ 2 0 1296 6500 24772 252456 0 0 236 7296 1195 1196 56 13 3 28
+ 2 0 1296 1948 24948 255736 0 0 704 1104 1253 2013 66 13 5 16
+ 2 0 1296 3616 25000 252916 0 0 316 0 1021 2177 76 24 0 0
+ 1 0 1296 7000 25000 251180 0 0 116 0 1024 796 26 13 58 3
+ 3 1 1296 4880 25156 251508 0 0 2088 0 1133 1074 43 19 29 9
+ 3 0 1296 4136 25164 250020 0 0 520 0 1085 1106 62 33 0 5
+ 4 0 1296 5144 25156 249060 0 0 0 2628 1036 998 67 33 0 0
+ 3 0 1296 8336 25204 247988 0 0 108 0 1055 1109 71 29 0 0
+ 2 0 1296 8464 25204 247984 0 0 0 0 1032 2549 47 53 0 0
+ 3 0 1296 8336 25220 247984 0 0 0 0 1051 1569 63 37 0 0
+ 5 0 1296 6864 25236 248200 0 0 4 0 1039 1579 64 36 0 0
+ 3 0 1296 8784 25264 246612 0 0 0 324 1071 1397 71 29 0 0
+ 3 0 1296 8784 25280 246616 0 0 4 0 1015 1028 61 39 0 0
+ 2 0 1296 8336 25284 246632 32 0 36 0 1037 1282 72 28 0 0
+ 7 0 1296 8272 25308 246748 0 0 16 0 1038 3196 68 32 0 0
+ 2 0 1296 5712 25328 246856 0 0 8 4 1059 1205 77 23 0 0
+ 1 0 1296 9976 25356 244724 0 0 64 448 1040 1212 71 22 5 2
+ 2 0 1296 5432 25356 244724 0 0 0 0 1048 351 5 1 94 0
+ 1 0 1296 10224 25356 244724 0 0 0 0 1011 286 17 1 82 0
+ 1 0 1296 10480 25356 244724 0 0 0 0 1014 906 4 1 95 0
+ 1 0 1296 10672 25360 244728 0 0 0 104 1025 168 1 1 98 0
+ 1 0 1296 10672 25364 244728 0 0 0 196 1014 166 0 0 100 0
+ 2 0 1296 12248 25364 244728 0 0 0 0 1002 343 4 4 92 0
+ 2 0 1296 10712 25452 244852 0 0 0 0 1002 3093 73 27 0 0
+ 1 1 1296 12920 25480 245040 0 0 176 0 1010 4178 69 27 0 4
+ 1 2 1296 47764 25480 210340 0 0 0 2836 1210 843 7 34 0 59
+ 1 1 1296 146248 25564 116236 0 0 200 4968 1199 661 7 27 0 66
+ 3 0 1296 135000 25992 125340 0 0 204 504 1049 6841 36 48 0 15
+ 3 0 1296 101464 27568 154652 32 0 32 0 1026 17120 71 29 0 0
+ 2 2 1296 59224 28760 192828 0 0 0 20716 1272 16083 58 42 0 0
+ 1 3 1296 21848 29452 228392 0 0 420 12624 1172 17237 61 34 0 5
+ 1 5 1452 724 28348 244632 0 832 176 14268 1161 10630 42 23 0 34
+ 1 4 1520 856 27316 245840 0 68 0 5996 1164 904 5 4 0 91
+ 1 3 1520 2544 27092 244848 0 0 4 19508 1202 291 0 2 0 98
+ 1 3 1520 2504 27092 244848 0 0 0 14328 1139 356 2 1 0 97
+ 1 6 1520 788 25408 244480 0 0 820 7292 1138 434 12 2 0 86
+ 1 6 1528 788 25456 241124 0 8 452 12892 1139 403 13 3 0 84
+ 1 6 2168 3696 25496 236976 0 640 160 12108 1159 340 8 1 0 91
+ 1 4 2168 2880 25564 237576 0 0 556 11436 1138 455 13 4 0 83
+ 1 3 2168 11992 25580 237592 0 0 28 3200 1151 390 3 3 0 94
+ 2 0 2168 11548 25728 237564 0 0 16 11912 1149 495 9 3 0 88
+ 1 0 2168 8608 25728 239888 0 0 144 0 3709 3416 43 12 24 22
+ 2 0 2168 4832 25984 241580 0 0 336 4992 2168 2013 9 14 14 63
+ 2 0 2168 3808 26508 245148 0 0 0 9452 1172 5399 17 19 3 61
+ 2 0 2168 6332 26812 244028 0 0 2640 3664 1369 1278 39 15 3 43
+ 2 0 2168 6016 26828 244012 0 0 16 3716 1016 265 85 4 0 11
+ 2 0 2168 4608 26844 244824 0 0 0 0 2088 1260 77 6 10 7
+ 1 1 2168 13760 26872 234128 0 0 0 4000 3133 3412 27 13 19 41
+ 1 1 2168 7616 27376 239596 0 0 0 7956 1164 4112 13 18 2 67
+ 5 0 2168 7360 27952 241092 0 0 4 4788 1236 4233 37 20 5 38
+ 2 0 2168 6696 27996 240372 0 0 960 0 1089 2639 74 23 0 3
+ 2 0 2168 5976 28008 238272 0 0 1660 0 1126 1211 52 23 17 9
+ 5 0 2168 8336 28012 238376 0 0 92 0 1053 702 28 8 64 0
+ 3 0 2168 10132 28040 238524 0 0 172 0 1055 1361 76 23 0 1
+ 2 0 2168 8980 28056 238536 0 0 8 348 1050 1217 64 34 0 2
+ 2 1 2168 9364 28084 238540 0 0 0 0 1020 1081 67 33 0 0
+ 3 1 2168 1968 28104 244404 0 0 5884 0 1103 2109 53 47 0 0
+ 4 1 2168 14088 28112 231476 0 0 5700 0 1152 1540 70 30 0 0
+ 4 0 2168 11200 28128 236752 0 0 1028 0 1565 2898 78 20 0 2
+ 3 0 2168 9280 28172 237008 0 0 76 344 1059 1508 70 30 0 0
+ 5 0 2168 9088 28184 237044 0 0 32 76 1019 1125 58 38 0 4
+ 2 0 2168 9152 28192 237168 0 0 104 0 1016 988 60 36 0 4
+ 2 0 2168 9216 28192 237176 0 0 0 0 1041 1347 62 38 0 0
+ 2 0 2168 8712 28204 237316 0 0 0 0 1005 1419 58 42 0 0
+ 2 1 2168 4360 28212 237436 0 0 20 492 1057 1059 83 16 0 1
+ 1 1 2168 8248 28240 237644 0 0 56 3640 1287 1245 36 20 0 44
+ 1 1 2168 8312 28240 237644 0 0 0 2440 1423 594 5 2 0 93
+ 2 1 2168 7548 28284 238072 0 0 472 1344 1338 525 47 3 0 50
+ 2 0 2168 3708 28364 239444 0 0 1452 240 1211 284 68 3 0 29
+ 1 0 2168 4784 28376 239444 0 0 0 304 1043 450 36 1 63 0
+ 1 0 2168 4848 28376 239444 0 0 0 0 1020 382 0 0 100 0
+ 2 0 2168 5704 28400 239500 0 0 52 0 1028 727 23 7 69 1
+ 1 1 2168 3784 28436 239800 0 0 176 0 1023 1053 73 23 0 4
+ 3 0 2168 13352 28444 232860 0 0 448 0 1022 1157 55 37 0 8
+ 2 1 2168 112288 28928 136316 0 0 220 2256 1060 3202 22 64 0 14
+ 1 0 2168 76512 30664 168164 0 0 8 8 1032 18185 62 36 0 2
+ 1 0 2168 34464 32124 205700 0 0 8 19668 1158 15556 58 40 0 2
+ 2 2 2400 1524 32040 237816 0 380 0 21400 1187 16255 68 32 0 0
+ 2 3 3104 6160 25328 240496 0 0 612 12196 1156 13302 52 24 0 24
+ 2 4 3104 4000 25424 242452 0 0 1236 22380 1149 1565 30 10 0 60
+ 3 4 3104 39328 25428 206148 0 0 0 21228 1123 2101 76 24 0 0
+ 0 3 3104 49632 25432 155356 0 0 0 36284 1158 1469 24 18 0 57
+ 2 2 3104 50808 25468 112012 0 0 20 1792 1095 601 4 6 0 90
+ 0 1 3104 99552 25756 70092 0 0 1216 6200 1119 713 10 12 0 78
+ 1 0 3104 96288 25780 73252 0 0 36 176 4940 37313 11 19 67 3
+ 1 0 3104 87264 25796 82316 0 0 64 0 1028 711 72 24 0 4
+ 1 0 3104 87264 25796 82316 0 0 0 0 1039 587 84 16 0 0
+ 1 0 3104 87264 25796 82316 0 0 0 0 1008 484 83 17 0 0
+ 1 0 3104 87264 25808 82316 0 0 0 12216 1032 512 83 17 0 0
+ 1 0 3104 87264 25816 82316 0 0 0 24 1010 347 84 16 0 0
+ 0 0 3104 87072 25832 82468 0 0 8 0 1222 587 79 14 7 0
+ 0 0 3104 84384 25840 85108 0 0 0 0 4499 3803 12 19 69 0
+ 0 0 3104 82720 25848 86664 0 0 0 0 3124 2578 9 11 80 0
+ 0 0 3104 82720 25852 86664 0 0 4 0 1009 242 27 0 72 1
+ 0 0 3104 81120 25860 88404 0 0 0 24 2982 2505 1 6 93 0
+ 0 1 3104 79072 25876 90348 0 0 8 8008 3543 3282 19 22 54 5
+ 2 0 3104 77152 25904 92344 0 0 0 88 3625 3304 22 17 56 5
+ 0 0 3104 76000 25920 93440 0 0 0 0 2571 1982 22 17 61 0
+ 1 0 3104 73504 25924 95964 0 0 0 0 4160 3852 16 15 70 0
+ 1 0 3104 72736 25944 96744 0 0 0 52 2121 1878 46 22 33 0
+ 0 1 3104 72352 25948 96960 0 0 0 6532 1328 1481 71 10 18 1
+ 0 0 3104 67936 25964 101480 0 0 0 88 6660 6365 16 18 58 8
+ 1 0 3104 65376 25968 104080 0 0 0 8 4291 4071 30 19 51 0
+ 2 0 3104 64608 25980 104832 0 0 0 0 2149 1650 43 18 39 0
+ 0 0 3104 64288 25992 105128 0 0 0 24 1439 681 20 9 72 0
+ 1 1 3104 63840 26008 105132 0 0 20 8260 1031 421 3 1 93 3
+ 1 0 3104 63716 26028 105420 0 0 0 64 1451 1046 42 13 30 14
+ 0 0 3104 63268 26036 105740 0 0 8 4 1440 746 19 6 73 2
+ 0 0 3104 63268 26036 105740 0 0 0 0 1002 147 0 0 100 0
+ 0 0 3104 62500 26052 106504 0 0 0 24 2029 1265 23 10 67 0
+ 1 0 3104 60644 26060 108400 0 0 0 0 3457 2695 38 17 46 0
+ 0 0 3104 60196 26072 108708 0 0 0 3640 1535 641 2 4 86 8
+ 0 1 3104 60196 26076 108712 0 0 8 3352 1279 303 27 1 8 64
+ 1 0 3104 60004 26092 108992 0 0 12 2040 1522 855 52 16 16 16
+ 0 0 3104 59044 26116 109868 0 0 0 52 2227 1722 44 16 41 0
+ 2 0 3104 55796 26120 113156 0 0 0 0 5187 5044 18 17 65 0
+ 1 0 3104 53172 26124 115832 0 0 0 0 4343 3780 26 17 57 0
+ 0 0 3104 53576 26140 116324 0 0 0 7192 1700 1145 23 11 53 13
+ 0 0 3104 53576 26144 116332 0 0 12 0 1016 247 4 1 94 1
+ 3 0 3104 53320 26156 116464 0 0 0 24 1220 624 33 8 59 0
+ 0 0 3104 52616 26164 117316 0 0 0 0 2197 1336 51 18 31 0
+ 2 0 3104 31752 27424 136152 0 0 384 20 1108 13162 50 38 6 7
+ 2 1 3104 8584 28228 157096 0 0 0 21744 1179 13106 43 42 0 15
+ 2 0 3104 1896 28996 161240 0 0 128 1612 1065 4688 25 67 0 8
+ 0 2 3104 1632 29000 161260 0 0 0 23228 1150 219 3 3 0 94
+ 0 1 3104 2080 29408 165284 0 0 4 8508 1181 3551 21 16 2 60
+ 1 1 3104 21016 29888 150924 0 0 12 16616 1075 8702 38 41 1 20
+ 1 0 3104 34996 30068 137332 0 0 1436 4752 1149 1761 14 14 2 70
+ 0 1 3104 25720 30552 145708 0 0 876 11252 1164 6754 42 23 3 33
+ 1 0 3104 26616 30840 144484 0 0 1776 7324 1159 4058 41 14 1 43
+ 1 1 3104 24684 31496 145420 0 0 1292 8348 1287 5791 33 26 6 36
+ 0 1 3104 11948 31624 157480 0 0 0 15084 1109 6186 19 33 0 48
+ 0 1 3104 24592 32044 144916 0 0 868 7128 1259 2188 9 16 3 72
+ 0 1 3104 23440 32304 145768 0 0 652 6592 1261 2547 10 11 3 76
+ 2 0 3104 21392 32752 147208 0 0 1056 9928 1236 4367 18 19 3 60
+ 1 0 3104 23600 33368 145680 0 0 124 7536 1266 2867 20 17 7 56
+ 1 0 3104 23088 33936 145564 0 0 0 4516 1388 1543 18 14 8 60
+ 0 1 3104 22960 34612 145380 0 0 180 5340 1373 1810 22 15 9 54
+ 0 0 3104 22704 34708 145412 0 0 0 824 1098 529 4 5 65 26
+ 0 0 3104 22704 34716 145412 0 0 0 36 1009 179 1 0 99 0
+ 0 0 3104 22704 34716 145412 0 0 0 0 1002 151 0 0 100 0
+ 0 1 3104 17648 34836 149356 0 0 1068 4412 1152 2270 15 10 36 39
+ 0 1 3104 4404 35144 162116 0 0 3692 10508 1179 6816 20 14 1 65
+ 1 1 3104 2344 35428 174124 0 0 3512 10164 1207 6796 20 17 2 61
+ 0 1 3104 1832 35668 191384 0 0 3524 14896 1169 8898 26 26 2 47
+ 2 0 3236 2136 36124 202116 0 704 1804 10644 1172 5489 20 28 1 51
+ 2 1 3236 7448 36592 197096 0 0 736 11900 1145 7144 20 20 0 60
+ 0 1 3236 3652 36952 205832 0 0 1480 11560 1169 4810 19 15 1 65
+ 0 1 3236 3524 37400 205984 0 0 140 4368 1326 1024 14 14 6 66
+ 0 2 3236 3524 37400 205984 0 0 0 1444 1397 485 1 1 0 98
+ 0 0 3236 5768 37468 204636 0 0 340 300 1653 1083 5 9 50 36
+ 0 0 3236 5784 37468 204636 0 0 0 0 1011 219 1 0 99 0
+ 0 0 3236 4120 37468 206512 0 0 0 0 3146 3287 7 7 86 0
+ 1 2 5172 16944 33324 198984 0 0 28 12356 2167 7840 55 14 13 18
+ 1 0 5172 7088 33384 209068 0 0 204 44 1054 604 92 8 0 0
+ 1 0 5172 5696 33460 209112 0 0 0 15524 1091 563 67 8 1 24
+ 1 0 5172 20052 33972 193128 0 0 1612 836 1280 3239 52 12 2 34
+ 1 0 5172 16980 34012 195516 0 0 364 0 1084 3251 87 4 0 9
+ 1 0 5172 12372 34064 199960 0 0 760 0 1123 3203 74 6 0 20
+ 1 0 5172 7396 34076 204692 0 0 1060 0 1220 3749 83 6 0 11
+ 1 0 5172 5540 34084 206560 0 0 284 10956 1058 2737 67 4 0 29
+ 1 0 5172 2788 34096 209240 0 0 312 208 1042 3765 95 5 0 0
+ 1 0 5172 2440 32416 211728 0 0 2420 0 1583 4947 79 10 0 11
+ 1 1 5172 1672 31300 213840 0 0 484 0 1090 4798 93 5 0 2
+ 1 0 5172 2000 29488 215608 0 0 476 0 1086 3065 87 5 0 8
+ 1 0 5172 1812 28096 217404 0 0 60 10848 1064 5162 88 8 0 4
+ 1 0 5172 1740 25800 219772 0 0 1164 0 1161 3719 83 6 0 11
+ 1 0 5172 1684 24004 221596 0 0 140 0 1054 3400 95 4 0 1
+ 1 0 5172 6084 22696 218572 0 0 2156 0 1073 3783 91 6 0 3
+ 1 0 5172 7952 20388 219180 0 132 5272 132 1085 3564 92 6 0 2
+ 1 0 5172 3240 20412 223908 0 0 3396 11352 1080 2563 59 4 0 37
+ 1 0 5172 2244 17780 227780 0 0 3776 0 1115 3202 87 4 0 9
+ 1 0 5172 2976 17152 227852 0 0 0 0 1008 4889 94 6 0 0
+ 1 0 5172 2972 16412 228676 0 1936 1336 1936 1228 3204 68 6 0 26
+ 1 0 5172 1920 16416 230532 0 0 0 8 1004 2779 97 3 0 0
+ 0 2 5172 30524 16540 202832 0 0 216 9288 1052 1915 58 8 0 34
+ 1 0 5172 99904 17180 134424 0 0 636 4 1164 744 3 19 0 78
+ 0 1 5172 124508 17392 114316 0 0 6460 0 1138 705 10 18 0 72
+ 3 1 5172 117916 17456 120052 0 0 5796 0 1246 573 48 4 1 47
+ 0 0 5172 117532 17468 120324 0 0 8 0 1423 456 3 0 96 1
+ 0 0 5172 117344 17520 120324 0 0 0 2548 1033 435 29 1 62 8
+ 0 1 5172 115364 17668 123092 0 0 552 1940 1130 1732 15 6 51 28
+ 1 0 5172 97444 19364 136984 0 0 24 0 1042 9753 38 56 0 6
+ 1 2 5172 66340 21172 164204 0 0 12 19272 1211 13922 40 35 0 24
+ 0 3 5172 27940 22396 199200 0 0 8 16796 1235 19088 52 43 0 5
+ 0 3 5172 14372 23004 211440 0 0 252 23636 1185 7125 24 16 0 60
+ 0 4 5172 14244 23004 211440 0 0 0 20464 1150 424 1 3 0 96
+ 0 5 7076 820 18836 230904 0 0 116 10272 1101 13085 39 24 0 38
+ 1 3 7076 2476 18776 231080 0 0 0 628 1125 564 1 0 0 99
+ 0 2 7076 2056 19004 235088 0 0 452 5848 1266 9097 32 23 0 46
+ 0 2 7076 3608 19128 233904 0 0 1716 9384 1158 856 4 6 0 90
+ 0 4 7076 2964 19132 233924 0 0 24 31656 1217 328 0 3 0 97
+ 0 4 7076 2900 19176 234420 0 0 524 1360 1127 785 7 5 0 88
+ 0 2 7076 2836 19188 234436 0 0 0 2080 1333 486 2 3 0 95
+ 0 2 7076 2840 19196 234436 0 0 0 1612 1362 700 7 3 0 90
+ 1 0 7076 2456 19224 234436 0 0 16 5148 1107 534 55 3 0 42
+ 1 0 7076 2264 19232 234488 0 0 4 4 1033 722 97 3 0 0
+ 0 0 7076 2344 19228 235416 0 0 80 0 2312 2065 53 6 27 14
+ 0 1 7076 1960 19552 238384 0 0 808 5508 3259 3796 12 19 21 48
+ 0 1 7076 1960 20060 244192 0 0 4 9636 1217 5132 24 20 3 53
+ 0 1 7076 4568 20576 243752 0 0 1928 4144 1311 2059 12 12 5 71
+ 1 0 7076 11288 20820 236888 0 0 8 6540 1232 797 55 11 9 25
+ 1 0 7076 8200 20984 240100 0 0 700 1080 1104 2271 58 21 1 20
+ 0 0 7076 8768 21020 240224 0 0 116 4 1052 2208 30 32 36 3
+ 2 0 7076 8384 21024 240632 0 0 404 0 1063 1354 27 13 57 3
+ 1 0 7076 7360 21044 240736 0 0 100 0 1031 1419 61 37 0 2
+ 2 0 7076 7992 21060 240744 0 0 0 0 1077 1168 70 30 0 0
+ 1 0 7076 7664 21088 240744 0 0 0 2676 1073 2160 48 52 0 0
+ 1 0 7076 7216 21104 240748 0 0 0 0 1059 2089 56 44 0 0
+ 1 0 7076 6128 21120 240956 0 0 0 0 1044 1860 53 47 0 0
+ 1 0 7076 3888 21140 240972 0 0 16 0 1048 1220 65 35 0 0
+ 1 0 7076 4656 21152 240988 0 0 0 0 1026 1247 62 38 0 0
+ 2 0 7076 25912 21120 222988 0 0 0 384 1036 1564 68 32 0 0
+ 1 0 7076 23848 21128 223124 0 0 0 0 1002 1437 59 41 0 0
+ 6 0 7076 26276 21160 223364 0 0 4 8 1004 555 84 16 0 0
+ 2 0 7076 18280 21160 223424 0 0 56 0 1032 1014 21 10 69 0
+ 0 0 7076 25192 21160 223428 0 0 0 0 1026 1355 55 4 41 0
+ 0 0 7076 25384 21172 223428 0 0 0 564 1042 735 27 2 71 0
+ 0 0 7076 25576 21172 223428 0 0 0 0 1016 709 24 2 74 0
+ 0 0 7076 25832 21172 223428 0 0 0 0 1021 706 25 1 74 0
+ 3 0 7076 21096 21172 223428 0 0 0 0 1034 1116 37 4 59 0
+ 3 0 7076 25216 21256 223508 0 0 0 0 1009 3192 72 28 0 0
+ 5 0 7076 19776 21268 223524 0 0 4 284 1043 2848 82 17 0 1
+ 2 0 7076 37280 21292 214360 0 0 168 0 1019 3139 57 37 0 6
+ 1 0 7076 142772 21324 112980 0 0 6604 0 1122 1050 14 38 0 48
+ 0 1 7076 136052 21340 118688 0 0 5344 0 1701 1622 47 6 9 37
+ 0 1 7076 133620 21544 121480 0 0 1004 488 1087 1718 41 13 0 45
+ 2 0 7076 131188 21716 123904 0 0 332 6208 1072 3073 50 28 0 23
+ 2 0 7076 109044 23268 141916 0 0 0 0 1140 11674 38 62 0 0
+ 1 0 7076 78708 24612 169076 0 0 1344 14200 1345 14002 46 32 0 22
+ 2 0 7076 54724 25012 186548 0 0 780 12416 1267 8794 42 21 0 38
+ 1 2 7076 36612 25536 207884 0 0 772 17428 1162 9620 46 26 0 27
+ 1 3 7076 1592 26044 244416 0 0 4 29452 1170 18359 65 32 0 3
+ 0 4 7076 11552 26144 234860 0 0 356 11128 1107 6000 25 16 0 59
+ 0 4 7076 9312 26160 236720 0 0 1848 4968 1139 805 6 8 0 86
+ 0 1 7076 9388 26160 236720 0 0 0 9508 1167 479 2 1 0 97
+ 0 1 7076 9844 26260 236720 0 0 4 32384 1114 385 3 3 0 94
+ 0 1 7076 10420 26300 236720 0 0 16 5968 1109 539 9 4 1 86
+ 1 0 7076 9220 26308 236720 0 0 0 36 1006 306 95 4 0 1
+ 0 0 7076 8900 26316 237028 0 0 64 0 1500 559 60 4 32 4
+ 0 0 7076 8772 26316 237036 0 0 8 0 1010 249 9 0 90 1
+ 0 0 7076 8772 26316 237036 0 0 0 0 1020 507 16 2 82 0
+ 0 0 7076 8772 26328 237036 0 0 0 324 1016 240 0 0 100 0
+ 0 1 7076 3524 26640 240476 0 0 332 4608 3983 4212 11 18 29 42
+ 0 1 7484 2200 21812 245900 0 1904 480 10876 1184 5095 16 19 2 62
+ 0 0 7484 3780 22328 247056 0 0 112 4904 1244 2348 16 15 5 64
+ 1 0 7484 6308 21332 246572 0 0 52 6932 1181 797 49 13 5 33
+ 3 0 7484 2080 21500 249748 0 0 600 1088 1289 1915 62 21 3 14
+ 0 0 7484 6764 18468 249032 0 0 128 0 1029 2857 39 31 25 4
+ 1 0 7484 6700 18472 249148 0 0 108 0 1013 499 22 12 65 1
+ 2 0 7484 6508 18492 249268 0 0 96 0 1006 1113 62 37 0 1
+ 2 0 7484 10300 18504 245516 0 0 0 0 1014 1745 72 28 0 0
+ 2 0 7484 10100 18532 245452 0 0 8 2640 1039 1478 51 42 0 7
+ 1 0 7484 8564 18536 245496 0 0 16 0 1003 2151 52 48 0 0
+ 2 0 7476 9352 18600 245924 32 0 528 0 1067 1186 69 31 0 0
+ 2 1 7476 6536 18616 246200 0 0 56 0 1011 1227 58 41 0 1
+ 2 0 7476 8072 18644 246228 0 0 0 0 1002 887 66 34 0 0
+ 1 0 7476 7176 18656 246200 0 0 0 360 1029 1074 58 42 0 0
+ 2 0 7476 7688 18664 246344 0 0 0 0 1002 1245 60 40 0 0
+ 1 0 7476 2860 18676 246496 0 0 32 0 1009 697 83 17 0 0
+ 0 0 7476 7244 18696 246692 0 0 56 0 1004 928 31 17 49 3
+ 0 0 7476 7308 18700 246692 0 0 0 1260 1147 196 0 1 78 21
+ 0 0 7476 7372 18712 246692 0 0 0 552 1114 202 0 0 79 21
+ 0 0 7476 7568 18712 246692 0 0 0 0 1011 298 1 0 99 0
+ 0 0 7476 7824 18712 246696 0 0 0 0 1041 609 2 1 97 0
+ 0 0 7476 7824 18712 246696 0 0 0 0 1035 373 4 0 96 0
+ 3 1 7476 8184 18732 246740 0 0 44 3112 1148 1452 39 14 47 0
+ 0 3 7476 8760 18784 246820 0 0 0 2648 1452 2662 39 21 0 39
+ 2 0 7476 6828 18796 246824 0 0 0 544 1230 678 63 8 0 29
+ 1 0 7476 9392 18796 246848 0 0 4 0 1003 3407 76 22 0 2
+ 2 0 7476 78124 18808 180632 0 0 160 0 1011 2178 45 50 0 5
+ 1 0 7476 151248 18968 110344 0 0 184 500 1031 3089 27 64 0 9
+ 0 2 7476 128912 20076 130252 0 0 0 17872 1072 11031 38 22 0 40
+ 1 1 7476 87728 21624 168276 0 0 4 7468 2212 16765 30 20 0 50
+ 1 0 7476 57776 22472 195524 0 0 404 19216 1124 11979 41 32 0 27
+ 1 0 7476 33328 22692 218952 0 0 496 22484 1142 11414 42 23 0 35
+ 0 4 7476 12528 22808 239180 0 0 0 22624 1112 10341 37 21 0 43
+ 0 1 7476 14288 22932 234920 0 0 40 47392 3360 2023 25 6 0 69
+ 1 0 7476 6972 22988 241128 0 0 0 6520 2508 1922 37 11 23 29
+ 3 0 7476 2104 20660 240824 0 408 160 5360 3318 3780 34 17 33 16
+ 3 1 7476 6336 20844 241004 0 0 136 6312 1133 4852 74 20 0 6
+ 3 0 7468 5872 21004 240816 0 0 404 2164 1086 1379 48 9 0 43
+ 3 0 6940 6552 21236 236440 608 0 836 1752 1156 2225 68 19 0 13
+ 1 2 5172 6804 21420 238044 1696 0 3348 6356 1396 1505 38 27 0 34
+ 3 1 5172 4840 21448 238724 0 0 704 52 1081 724 72 8 0 20
+ 3 0 5172 27800 22256 218612 0 0 1680 16 1025 3691 50 50 0 0
+ 3 0 5172 12864 22800 234416 0 0 10008 12 1090 14578 68 29 0 3
+ 2 1 5172 18480 23440 228552 0 0 7820 5656 1171 11593 65 22 0 13
+ 4 0 5172 50632 23788 196132 0 0 3720 16504 1123 6657 80 20 0 0
+ 0 1 5172 37704 24500 207820 0 0 4188 12408 3344 6417 23 26 0 51
+ 1 2 5172 30472 24544 211908 0 0 1320 28560 2039 2113 15 8 0 77
+ 0 3 5172 31944 24544 212416 0 0 480 13228 1144 390 6 3 0 91
+ 0 4 5172 24904 24784 218208 0 0 2132 5568 1167 2250 7 5 0 88
+ 0 3 5172 6344 25752 235508 0 0 6664 2152 1155 5346 20 12 0 68
+ 1 1 5172 1744 27004 239868 0 0 4912 4004 1097 10685 34 33 0 33
+ 0 4 5172 1904 26044 240428 0 0 384 11280 1254 1045 3 3 0 94
+ 0 5 5172 2468 26304 239852 0 0 1920 16796 1175 3358 12 6 0 82
+ 0 5 5172 1848 26592 240344 0 0 2080 11492 1144 3593 14 8 0 78
+ 0 6 5172 964 26916 241504 0 0 2068 1984 1139 3561 12 8 0 80
+ 0 6 5172 2044 27100 240492 0 0 1540 2916 1119 2313 33 6 0 61
+ 0 3 5172 7688 27232 234652 0 0 2052 24920 1162 2787 10 11 0 79
+ 0 3 5172 7816 27232 234652 0 0 0 3428 1116 171 0 1 0 99
+ 0 2 5172 2496 27464 240100 0 0 2948 2068 1117 4206 17 10 0 73
+ 0 2 5172 6928 27424 235736 0 0 1540 752 1146 2963 10 11 0 79
+ 0 2 5172 4072 27680 238620 0 0 4364 4944 1469 11084 26 20 0 54
+ 0 3 5172 4888 27728 237252 0 0 1924 35576 1109 2726 12 6 0 82
+ 0 2 5172 8964 27844 233816 0 0 1176 716 1076 1888 8 5 0 87
+ 0 3 5172 14140 27944 228396 0 0 2308 1492 1334 1942 38 8 0 54
+ 2 2 5172 5828 27956 231704 0 0 3316 444 1211 652 20 6 0 75
+ 1 1 5172 9924 27976 231884 0 0 12 844 1238 493 92 5 0 3
+ 3 1 5172 7564 28240 235492 0 0 2524 9072 1174 1263 88 12 0 0
+ 2 0 5172 7928 28164 234672 0 0 3020 632 1502 786 72 8 0 20
+ 0 3 5172 8496 28368 235188 0 0 1216 10352 3355 2882 40 20 1 39
+ 0 3 5172 8496 28376 235188 0 0 0 2820 1338 213 0 1 0 99
+ 0 3 5172 7464 28380 235180 0 0 0 2044 1403 463 75 5 0 20
+ 2 1 5172 17068 28496 226508 0 0 220 2092 1431 1117 40 33 0 27
+ 1 0 5172 112516 28640 136904 0 0 624 4624 1168 849 26 36 0 38
+ 0 1 5172 110020 28700 139636 0 0 2732 492 1210 2028 39 28 0 33
+ 0 0 5172 109700 28704 139836 0 0 200 0 1033 423 7 7 66 20
+ 2 0 5172 105412 28708 144128 0 0 4288 0 1124 978 24 13 33 30
+ 4 0 5172 103748 28744 144772 0 0 652 0 1125 1390 56 30 0 14
+ 4 0 5172 99012 28900 149200 0 0 1744 976 1082 2683 66 32 0 2
+ 2 2 5172 75204 29572 170752 0 0 6020 1956 1128 10119 44 49 0 8
+ 2 2 5172 63940 29728 179292 0 0 2428 1488 1353 3875 59 21 0 20
+ 2 1 5172 54280 29772 190632 0 0 5240 0 1147 4213 66 12 0 22
+ 6 0 5172 20488 30416 223864 0 0 9224 2384 1094 12264 72 22 0 6
+ 1 3 5172 10520 30604 232044 0 0 1556 44704 1252 3710 56 26 0 18
+ 3 4 5644 3604 30736 238052 0 0 1556 9356 1111 5499 58 42 0 0
+ 2 2 5920 11900 31040 228688 0 0 2048 1624 1159 4296 47 53 0 0
+ 1 1 5920 10112 31792 228240 0 0 7112 2968 1113 6377 49 33 0 18
+ 2 3 5920 4956 29252 237948 0 472 3368 13648 1219 12042 53 44 0 3
+ 0 7 5920 17868 29432 223084 0 0 4796 12488 1182 3035 29 21 0 50
+ 1 4 5920 16116 29556 224904 0 0 1936 4540 1163 584 15 5 0 80
+ 1 6 5920 11956 29616 225436 0 0 580 11568 1236 1358 34 4 0 62
+ 0 7 5920 7092 29660 226352 0 0 948 15976 1171 966 32 28 0 41
+ 0 7 5920 6860 30052 225264 0 0 3396 1816 1115 5539 38 21 0 41
+ 0 5 5920 2352 28876 231916 0 0 1768 412 1238 6065 28 18 0 54
+ 1 3 5920 7860 24588 237640 0 276 2812 32576 1728 4916 44 25 0 30
+ 0 3 5920 7604 24620 240024 0 0 696 120 1112 1189 17 8 0 75
+ 2 2 5920 2796 24020 244104 0 0 1960 17208 1156 7920 43 32 0 26
+ 4 1 5920 2352 22820 246896 0 0 7356 456 1125 11612 59 31 0 10
+ 1 0 5920 6628 22944 243440 0 0 3344 40 2376 2909 56 39 0 5
+ 3 2 5920 2636 22960 247564 0 0 192 160 3984 11363 68 30 0 2
+ 3 0 5920 23056 23008 227488 0 0 132 24428 1076 2028 37 13 0 50
+ 0 2 5920 18568 23040 231532 0 0 136 11164 1027 477 70 14 0 16
+ 2 0 5920 17480 23112 231672 0 0 92 6348 1055 1263 71 20 0 9
+ 1 0 5920 9312 23164 236896 0 0 1712 0 5524 5815 46 31 0 23
+ 1 0 5920 8388 23176 241432 0 0 156 0 6231 5988 76 22 0 2
+ 0 0 5920 3056 23244 245556 0 0 168 0 5842 6322 33 38 26 4
+ 0 0 5920 1428 23252 247064 0 0 0 0 2857 2224 3 7 90 0
+ 0 1 5920 12360 23284 236516 0 0 0 14160 2592 2542 24 10 55 11
+ 0 0 5920 8608 23300 240500 0 0 0 0 5903 5804 9 16 75 0
+ 1 0 5920 5200 23312 238696 0 0 0 0 4789 3986 48 18 34 0
+ 0 0 5920 6588 23332 242676 0 0 0 260 5856 4392 43 19 30 8
+ 5 0 5920 2124 23340 236876 0 0 1856 132 1214 1717 52 14 0 34
+ 2 0 5920 6948 23372 236320 0 0 84 12908 1050 330 65 5 0 30
+ 3 0 5920 10744 23452 236808 0 0 980 1652 1063 1570 70 18 0 12
+ 1 1 5920 9980 23696 237460 0 0 288 2368 1122 1328 74 20 0 6
+ 4 0 5920 11552 23896 237892 0 0 340 2480 1104 1134 69 12 0 19
+ 3 1 5920 8056 24080 238760 0 0 668 2656 1108 1000 66 15 0 19
+ 0 2 5920 6580 24236 240136 0 0 1188 2228 1177 1345 44 12 0 43
+ 2 0 5920 11268 24304 237956 0 0 100 3980 1116 1728 67 20 0 13
+ 3 0 5920 11764 24760 237856 0 0 1128 2144 1174 1487 60 21 0 19
+ 0 2 5920 13236 25264 235340 0 0 396 2144 1148 1711 38 28 0 33
+ 4 1 5920 14132 26120 230744 0 0 800 604 1252 1589 35 23 0 42
+ 0 3 5920 22888 27000 223516 0 0 976 1468 1246 1766 9 20 0 71
+ 0 2 5920 16824 28204 228440 0 0 1720 5564 1211 3398 14 40 0 46
+ 0 2 5920 3564 28924 240864 0 0 6928 6440 1125 6016 23 15 0 62
+ 0 3 5920 3004 29224 240924 0 0 1408 11892 1238 1326 5 5 0 90
+ 0 3 5920 6816 29160 237076 0 0 8 2568 1257 661 24 4 0 72
+ 0 6 5920 14292 29316 229728 0 0 1432 1944 1258 3081 27 8 0 65
+ 5 4 5920 1608 29600 237480 0 0 1952 10456 1253 3431 24 8 0 69
+ 0 2 5920 10064 28444 235408 0 0 1168 3808 1129 2561 47 8 0 46
+ 1 1 5920 2224 28284 240592 0 0 2180 13208 1230 4290 18 19 0 63
+ 1 1 5920 10972 28028 233300 0 0 1152 3736 1168 3052 31 8 0 61
+ 2 1 5920 3296 28228 240452 0 0 896 4980 1261 3236 15 10 0 75
+ 1 2 5920 20416 28636 222768 0 0 3472 20304 1122 10374 58 25 0 17
+ 1 0 5920 10496 28992 232032 0 0 1408 8304 1096 3748 31 14 0 55
+ 0 2 5920 4240 29116 238120 0 0 1924 6616 1181 2561 28 7 0 65
+ 1 2 5920 3164 27312 240592 0 0 2964 14256 1223 4851 17 14 0 69
+ 1 3 5920 2632 26912 241848 0 0 2252 904 1142 3457 35 11 0 54
+ 1 2 5920 1984 25192 244188 0 0 3404 11636 1113 5163 19 10 0 71
+ 0 2 5920 3072 24464 243656 0 0 4528 7768 1103 5204 32 14 0 54
+ 2 1 5920 1476 24400 246656 0 0 4052 644 1202 10210 32 24 0 45
+ 0 3 5920 2872 24556 245032 0 0 4116 1448 1092 9868 32 32 0 35
+ 0 3 5920 5928 24636 241876 0 0 448 39824 1232 1990 7 9 0 84
+ 0 2 5920 5916 24716 242216 0 0 276 2140 1134 541 7 7 0 86
+ 7 1 5920 6932 25664 237032 0 0 3028 4172 1397 1838 15 35 0 50
+ 0 3 5920 44220 25736 204888 0 0 4452 1300 1402 1045 21 16 0 63
+ 0 3 5920 81436 25780 167948 0 0 1924 2468 1287 560 0 5 0 95
+ 0 2 5920 93600 25828 155852 0 0 16 5384 1253 281 1 4 0 95