[Collab-qa-commits] r1494 - in collab-qa-tools: bin lib/collab-qa test/dest test/source

Lucas Nussbaum lucas at alioth.debian.org
Sun Jun 21 16:25:29 UTC 2009


Author: lucas
Date: 2009-06-21 16:25:28 +0000 (Sun, 21 Jun 2009)
New Revision: 1494

Added:
   collab-qa-tools/test/dest/alsa-lib_1.0.20-2_lsid64.buildoutput
   collab-qa-tools/test/source/alsa-lib_1.0.20-2_lsid64.buildlog
Modified:
   collab-qa-tools/bin/cqa-merge-results
   collab-qa-tools/lib/collab-qa/log-parser-build.rb
Log:
various cqa-tools improvements

Modified: collab-qa-tools/bin/cqa-merge-results
===================================================================
--- collab-qa-tools/bin/cqa-merge-results	2009-06-19 11:25:20 UTC (rev 1493)
+++ collab-qa-tools/bin/cqa-merge-results	2009-06-21 16:25:28 UTC (rev 1494)
@@ -1,9 +1,9 @@
 #! /usr/bin/ruby1.8 -w
 
 class Result
-  attr_accessor :version, :result, :time, :guess, :explanation
+  attr_accessor :version, :result, :guess, :explanation
   def to_s
-    "#{@version} #{@result} #{@time} #{@guess} #{@explanation}"
+    "#{@version} #{@result} #{@guess} #{@explanation}"
   end
 end
 
@@ -11,7 +11,7 @@
 IO::read(ARGV[0]).each_line do |l|
   l.chomp!
   r = Result::new
-  p, r.version, r.result, r.time, r.guess, r.explanation = l.split(' ', 6)
+  p, r.version, r.result, r.guess, r.explanation = l.split(' ', 5)
   if r.explanation.nil?
     r.explanation = ""
   end
@@ -23,7 +23,7 @@
 IO::read(ARGV[1]).each_line do |l|
   l.chomp!
   r = Result::new
-  pkg, r.version, r.result, r.time, r.guess, r.explanation = l.split(' ', 6)
+  pkg, r.version, r.result, r.guess, r.explanation = l.split(' ', 5)
   prev = previous[pkg]
   if prev.nil?
     if r.explanation.nil?
@@ -39,22 +39,6 @@
     r.explanation += " RECHECK"
     r.explanation += " RECHECK_VERSION" if r.version != prev.version
     r.explanation += " RECHECK_GUESS" if r.guess != prev.guess
-    nt = r.time.to_f
-    ot = prev.time.to_f
-    m = [ nt, ot ].min.to_f
-    ratio = (nt - ot).abs.to_f
-    if m < 30
-      p = 1.0
-    elsif m < 100
-      p = 0.6
-    elsif m < 300
-      p = 0.4
-    else
-      p = 0.2
-    end
-    if (ratio/m) >= p
-      r.explanation += " RECHECK_TIME(#{nt.to_i}/#{ot.to_i})"
-    end
   else
     r.explanation = prev.explanation
   end

Modified: collab-qa-tools/lib/collab-qa/log-parser-build.rb
===================================================================
--- collab-qa-tools/lib/collab-qa/log-parser-build.rb	2009-06-19 11:25:20 UTC (rev 1493)
+++ collab-qa-tools/lib/collab-qa/log-parser-build.rb	2009-06-21 16:25:28 UTC (rev 1494)
@@ -1,7 +1,7 @@
 module CollabQA
   class Log
     def guess_failed_build
-      if not @data =~ /^dpkg-source: extracting /
+      if not @data =~ /^dpkg-source: (info: )?extracting /
         @reasons = ["BUILDDEPS"]
         return
       end
@@ -149,7 +149,9 @@
       if not @lines.grep(/^Source-dependencies not satisfied; skipping/).empty?
         if not (g = @lines.grep(/^The following packages have unmet dependencies:$/)).empty?
           beg_ml = @lines.index(g[0]) + 1
-          end_full = @lines.grep_index(/^E: Broken packages$/)[0]
+          end_full = @lines.grep_index(/^E: Broken packages$/)[-1]
+          STDERR.puts @lines[(end_full - 5)..end_full].join("\n")
+          p end_full
           end_ml = end_full - 1
           @extract = @lines[beg_full..end_full]
           @sum_ml = @lines[beg_ml..end_ml]

Added: collab-qa-tools/test/dest/alsa-lib_1.0.20-2_lsid64.buildoutput
===================================================================
--- collab-qa-tools/test/dest/alsa-lib_1.0.20-2_lsid64.buildoutput	                        (rev 0)
+++ collab-qa-tools/test/dest/alsa-lib_1.0.20-2_lsid64.buildoutput	2009-06-21 16:25:28 UTC (rev 1494)
@@ -0,0 +1,374 @@
+alsa-lib 1.0.20-2 Failed 14.723429
+Reason: BUILDDEPS
+
+1-line summary:
+Unsatisfiable build-dependency: lib32gcc1: Depends: libc6-i386 (>= 2.5)
+
+multi-line summary:
+  lib32gcc1: Depends: libc6-i386 (>= 2.5) but it is not going to be installed
+  libc6-dev-i386: Depends: libc6-i386 (= 2.9-16) but it is not going to be installed
+E: Broken packages
+apt-get failed.
+Package installation failed
+Trying to reinstall removed packages:
+Trying to uninstall newly installed packages:
+Source-dependencies not satisfied; skipping alsa-lib
+Not removing build depends: cloned chroot in use
+────────────────────────────────────────────────────────────────────────────────
+Finished at 20090620-2206
+Build needed 00:00:00, 0k disc space
+DC-Message: Failed, but took only 15.498173. Retrying, you never know.
+sbuild (Debian sbuild) 0.58.5 (15 Jun 2009) on paradent-50.rennes.grid5000.fr
+
+╔══════════════════════════════════════════════════════════════════════════════╗
+║ alsa-lib 1.0.20-2 (amd64)                                  20 Jun 2009 22:06 ║
+╚══════════════════════════════════════════════════════════════════════════════╝
+
+Package: alsa-lib
+Version: 1.0.20-2
+Architecture: amd64
+Start Time: 20090620-2206
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Fetch source files                                                           │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+
+Check APT
+─────────
+
+Checking available source versions...
+
+Download source files with APT
+──────────────────────────────
+
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Need to get 1700kB of source archives.
+Get:1 http://localhost sid/main alsa-lib 1.0.20-2 (dsc) [1851B]
+Get:2 http://localhost sid/main alsa-lib 1.0.20-2 (tar) [1121kB]
+Get:3 http://localhost sid/main alsa-lib 1.0.20-2 (diff) [577kB]
+Fetched 1700kB in 0s (45.6MB/s)
+Download complete and in download only mode
+
+Check arch
+──────────
+
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), autotools-dev, doxygen, libc6-dev-powerpc [ppc64], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], libc6-dev-ppc64 [powerpc], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], lib32gcc1 [amd64 ppc64], lib64gcc1 [i386 powerpc sparc s390], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc], python2.4-dev, libcxxtools-dev
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Install build dependencies                                                   │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 7.2.16
+quilt: missing
+Using default version 0.46-7
+autotools-dev: missing
+doxygen: missing
+libc6-dev-i386: missing
+lib32gcc1: missing
+gcc-multilib: missing
+python2.4-dev: missing
+libcxxtools-dev: missing
+Checking for source dependency conflicts...
+E: Broken packages
+Installing positive dependencies: debhelper quilt autotools-dev doxygen libc6-dev-i386 lib32gcc1 gcc-multilib python2.4-dev libcxxtools-dev
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Some packages could not be installed. This may mean that you have
+requested an impossible situation or if you are using the unstable
+distribution that some required packages have not yet been created
+or been moved out of Incoming.
+The following information may help to resolve the situation:
+
+The following packages have unmet dependencies:
+  lib32gcc1: Depends: libc6-i386 (>= 2.5) but it is not going to be installed
+  libc6-dev-i386: Depends: libc6-i386 (= 2.9-16) but it is not going to be installed
+E: Broken packages
+apt-get failed.
+Package installation failed
+Trying to reinstall removed packages:
+Trying to uninstall newly installed packages:
+Source-dependencies not satisfied; skipping alsa-lib
+Not removing build depends: cloned chroot in use
+────────────────────────────────────────────────────────────────────────────────
+Finished at 20090620-2206
+Build needed 00:00:00, 0k disc space
+DC-Message: Failed, but took only 16.630103. Retrying, you never know.
+sbuild (Debian sbuild) 0.58.5 (15 Jun 2009) on paradent-50.rennes.grid5000.fr
+
+╔══════════════════════════════════════════════════════════════════════════════╗
+║ alsa-lib 1.0.20-2 (amd64)                                  20 Jun 2009 22:06 ║
+╚══════════════════════════════════════════════════════════════════════════════╝
+
+Package: alsa-lib
+Version: 1.0.20-2
+Architecture: amd64
+Start Time: 20090620-2206
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Fetch source files                                                           │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+
+Check APT
+─────────
+
+Checking available source versions...
+
+Download source files with APT
+──────────────────────────────
+
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Need to get 1700kB of source archives.
+Get:1 http://localhost sid/main alsa-lib 1.0.20-2 (dsc) [1851B]
+Get:2 http://localhost sid/main alsa-lib 1.0.20-2 (tar) [1121kB]
+Get:3 http://localhost sid/main alsa-lib 1.0.20-2 (diff) [577kB]
+Fetched 1700kB in 0s (45.1MB/s)
+Download complete and in download only mode
+
+Check arch
+──────────
+
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), autotools-dev, doxygen, libc6-dev-powerpc [ppc64], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], libc6-dev-ppc64 [powerpc], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], lib32gcc1 [amd64 ppc64], lib64gcc1 [i386 powerpc sparc s390], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc], python2.4-dev, libcxxtools-dev
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Install build dependencies                                                   │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 7.2.16
+quilt: missing
+Using default version 0.46-7
+autotools-dev: missing
+doxygen: missing
+libc6-dev-i386: missing
+lib32gcc1: missing
+gcc-multilib: missing
+python2.4-dev: missing
+libcxxtools-dev: missing
+Checking for source dependency conflicts...
+E: Broken packages
+Installing positive dependencies: debhelper quilt autotools-dev doxygen libc6-dev-i386 lib32gcc1 gcc-multilib python2.4-dev libcxxtools-dev
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Some packages could not be installed. This may mean that you have
+requested an impossible situation or if you are using the unstable
+distribution that some required packages have not yet been created
+or been moved out of Incoming.
+The following information may help to resolve the situation:
+
+The following packages have unmet dependencies:
+  lib32gcc1: Depends: libc6-i386 (>= 2.5) but it is not going to be installed
+  libc6-dev-i386: Depends: libc6-i386 (= 2.9-16) but it is not going to be installed
+
+excerpt for mail:
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), autotools-dev, doxygen, libc6-dev-powerpc [ppc64], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], libc6-dev-ppc64 [powerpc], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], lib32gcc1 [amd64 ppc64], lib64gcc1 [i386 powerpc sparc s390], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc], python2.4-dev, libcxxtools-dev
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Install build dependencies                                                   │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 7.2.16
+quilt: missing
+Using default version 0.46-7
+autotools-dev: missing
+doxygen: missing
+libc6-dev-i386: missing
+lib32gcc1: missing
+gcc-multilib: missing
+python2.4-dev: missing
+libcxxtools-dev: missing
+Checking for source dependency conflicts...
+E: Broken packages
+Installing positive dependencies: debhelper quilt autotools-dev doxygen libc6-dev-i386 lib32gcc1 gcc-multilib python2.4-dev libcxxtools-dev
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Some packages could not be installed. This may mean that you have
+requested an impossible situation or if you are using the unstable
+distribution that some required packages have not yet been created
+or been moved out of Incoming.
+The following information may help to resolve the situation:
+
+The following packages have unmet dependencies:
+  lib32gcc1: Depends: libc6-i386 (>= 2.5) but it is not going to be installed
+  libc6-dev-i386: Depends: libc6-i386 (= 2.9-16) but it is not going to be installed
+E: Broken packages
+apt-get failed.
+Package installation failed
+Trying to reinstall removed packages:
+Trying to uninstall newly installed packages:
+Source-dependencies not satisfied; skipping alsa-lib
+Not removing build depends: cloned chroot in use
+────────────────────────────────────────────────────────────────────────────────
+Finished at 20090620-2206
+Build needed 00:00:00, 0k disc space
+DC-Message: Failed, but took only 15.498173. Retrying, you never know.
+sbuild (Debian sbuild) 0.58.5 (15 Jun 2009) on paradent-50.rennes.grid5000.fr
+
+╔══════════════════════════════════════════════════════════════════════════════╗
+║ alsa-lib 1.0.20-2 (amd64)                                  20 Jun 2009 22:06 ║
+╚══════════════════════════════════════════════════════════════════════════════╝
+
+Package: alsa-lib
+Version: 1.0.20-2
+Architecture: amd64
+Start Time: 20090620-2206
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Fetch source files                                                           │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+
+Check APT
+─────────
+
+Checking available source versions...
+
+Download source files with APT
+──────────────────────────────
+
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Need to get 1700kB of source archives.
+Get:1 http://localhost sid/main alsa-lib 1.0.20-2 (dsc) [1851B]
+Get:2 http://localhost sid/main alsa-lib 1.0.20-2 (tar) [1121kB]
+Get:3 http://localhost sid/main alsa-lib 1.0.20-2 (diff) [577kB]
+Fetched 1700kB in 0s (45.6MB/s)
+Download complete and in download only mode
+
+Check arch
+──────────
+
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), autotools-dev, doxygen, libc6-dev-powerpc [ppc64], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], libc6-dev-ppc64 [powerpc], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], lib32gcc1 [amd64 ppc64], lib64gcc1 [i386 powerpc sparc s390], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc], python2.4-dev, libcxxtools-dev
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Install build dependencies                                                   │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 7.2.16
+quilt: missing
+Using default version 0.46-7
+autotools-dev: missing
+doxygen: missing
+libc6-dev-i386: missing
+lib32gcc1: missing
+gcc-multilib: missing
+python2.4-dev: missing
+libcxxtools-dev: missing
+Checking for source dependency conflicts...
+E: Broken packages
+Installing positive dependencies: debhelper quilt autotools-dev doxygen libc6-dev-i386 lib32gcc1 gcc-multilib python2.4-dev libcxxtools-dev
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Some packages could not be installed. This may mean that you have
+requested an impossible situation or if you are using the unstable
+distribution that some required packages have not yet been created
+or been moved out of Incoming.
+The following information may help to resolve the situation:
+
+The following packages have unmet dependencies:
+  lib32gcc1: Depends: libc6-i386 (>= 2.5) but it is not going to be installed
+  libc6-dev-i386: Depends: libc6-i386 (= 2.9-16) but it is not going to be installed
+E: Broken packages
+apt-get failed.
+Package installation failed
+Trying to reinstall removed packages:
+Trying to uninstall newly installed packages:
+Source-dependencies not satisfied; skipping alsa-lib
+Not removing build depends: cloned chroot in use
+────────────────────────────────────────────────────────────────────────────────
+Finished at 20090620-2206
+Build needed 00:00:00, 0k disc space
+DC-Message: Failed, but took only 16.630103. Retrying, you never know.
+sbuild (Debian sbuild) 0.58.5 (15 Jun 2009) on paradent-50.rennes.grid5000.fr
+
+╔══════════════════════════════════════════════════════════════════════════════╗
+║ alsa-lib 1.0.20-2 (amd64)                                  20 Jun 2009 22:06 ║
+╚══════════════════════════════════════════════════════════════════════════════╝
+
+Package: alsa-lib
+Version: 1.0.20-2
+Architecture: amd64
+Start Time: 20090620-2206
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Fetch source files                                                           │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+
+Check APT
+─────────
+
+Checking available source versions...
+
+Download source files with APT
+──────────────────────────────
+
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Need to get 1700kB of source archives.
+Get:1 http://localhost sid/main alsa-lib 1.0.20-2 (dsc) [1851B]
+Get:2 http://localhost sid/main alsa-lib 1.0.20-2 (tar) [1121kB]
+Get:3 http://localhost sid/main alsa-lib 1.0.20-2 (diff) [577kB]
+Fetched 1700kB in 0s (45.1MB/s)
+Download complete and in download only mode
+
+Check arch
+──────────
+
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), autotools-dev, doxygen, libc6-dev-powerpc [ppc64], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], libc6-dev-ppc64 [powerpc], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], lib32gcc1 [amd64 ppc64], lib64gcc1 [i386 powerpc sparc s390], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc], python2.4-dev, libcxxtools-dev
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Install build dependencies                                                   │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 7.2.16
+quilt: missing
+Using default version 0.46-7
+autotools-dev: missing
+doxygen: missing
+libc6-dev-i386: missing
+lib32gcc1: missing
+gcc-multilib: missing
+python2.4-dev: missing
+libcxxtools-dev: missing
+Checking for source dependency conflicts...
+E: Broken packages
+Installing positive dependencies: debhelper quilt autotools-dev doxygen libc6-dev-i386 lib32gcc1 gcc-multilib python2.4-dev libcxxtools-dev
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Some packages could not be installed. This may mean that you have
+requested an impossible situation or if you are using the unstable
+distribution that some required packages have not yet been created
+or been moved out of Incoming.
+The following information may help to resolve the situation:
+
+The following packages have unmet dependencies:
+  lib32gcc1: Depends: libc6-i386 (>= 2.5) but it is not going to be installed
+  libc6-dev-i386: Depends: libc6-i386 (= 2.9-16) but it is not going to be installed
+E: Broken packages

Added: collab-qa-tools/test/source/alsa-lib_1.0.20-2_lsid64.buildlog
===================================================================
--- collab-qa-tools/test/source/alsa-lib_1.0.20-2_lsid64.buildlog	                        (rev 0)
+++ collab-qa-tools/test/source/alsa-lib_1.0.20-2_lsid64.buildlog	2009-06-21 16:25:28 UTC (rev 1494)
@@ -0,0 +1,361 @@
+DC-Build-Header: alsa-lib 1.0.20-2 / Sat Jun 20 22:06:09 +0200 2009
+sbuild (Debian sbuild) 0.58.5 (15 Jun 2009) on paradent-50.rennes.grid5000.fr
+
+╔══════════════════════════════════════════════════════════════════════════════╗
+║ alsa-lib 1.0.20-2 (amd64)                                  20 Jun 2009 22:06 ║
+╚══════════════════════════════════════════════════════════════════════════════╝
+
+Package: alsa-lib
+Version: 1.0.20-2
+Architecture: amd64
+Start Time: 20090620-2206
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Fetch source files                                                           │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+
+Check APT
+─────────
+
+Checking available source versions...
+
+Download source files with APT
+──────────────────────────────
+
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Need to get 1700kB of source archives.
+Get:1 http://localhost sid/main alsa-lib 1.0.20-2 (dsc) [1851B]
+Get:2 http://localhost sid/main alsa-lib 1.0.20-2 (tar) [1121kB]
+Get:3 http://localhost sid/main alsa-lib 1.0.20-2 (diff) [577kB]
+Fetched 1700kB in 1s (1480kB/s)
+Download complete and in download only mode
+
+Check arch
+──────────
+
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), autotools-dev, doxygen, libc6-dev-powerpc [ppc64], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], libc6-dev-ppc64 [powerpc], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], lib32gcc1 [amd64 ppc64], lib64gcc1 [i386 powerpc sparc s390], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc], python2.4-dev, libcxxtools-dev
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Install build dependencies                                                   │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 7.2.16
+quilt: missing
+Using default version 0.46-7
+autotools-dev: missing
+doxygen: missing
+libc6-dev-i386: missing
+lib32gcc1: missing
+gcc-multilib: missing
+python2.4-dev: missing
+libcxxtools-dev: missing
+Checking for source dependency conflicts...
+E: Broken packages
+Installing positive dependencies: debhelper quilt autotools-dev doxygen libc6-dev-i386 lib32gcc1 gcc-multilib python2.4-dev libcxxtools-dev
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Some packages could not be installed. This may mean that you have
+requested an impossible situation or if you are using the unstable
+distribution that some required packages have not yet been created
+or been moved out of Incoming.
+The following information may help to resolve the situation:
+
+The following packages have unmet dependencies:
+  lib32gcc1: Depends: libc6-i386 (>= 2.5) but it is not going to be installed
+  libc6-dev-i386: Depends: libc6-i386 (= 2.9-16) but it is not going to be installed
+E: Broken packages
+apt-get failed.
+Package installation failed
+Trying to reinstall removed packages:
+Trying to uninstall newly installed packages:
+Source-dependencies not satisfied; skipping alsa-lib
+Not removing build depends: cloned chroot in use
+────────────────────────────────────────────────────────────────────────────────
+Finished at 20090620-2206
+Build needed 00:00:00, 0k disc space
+DC-Message: Failed, but took only 15.498173. Retrying, you never know.
+sbuild (Debian sbuild) 0.58.5 (15 Jun 2009) on paradent-50.rennes.grid5000.fr
+
+╔══════════════════════════════════════════════════════════════════════════════╗
+║ alsa-lib 1.0.20-2 (amd64)                                  20 Jun 2009 22:06 ║
+╚══════════════════════════════════════════════════════════════════════════════╝
+
+Package: alsa-lib
+Version: 1.0.20-2
+Architecture: amd64
+Start Time: 20090620-2206
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Fetch source files                                                           │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+
+Check APT
+─────────
+
+Checking available source versions...
+
+Download source files with APT
+──────────────────────────────
+
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Need to get 1700kB of source archives.
+Get:1 http://localhost sid/main alsa-lib 1.0.20-2 (dsc) [1851B]
+Get:2 http://localhost sid/main alsa-lib 1.0.20-2 (tar) [1121kB]
+Get:3 http://localhost sid/main alsa-lib 1.0.20-2 (diff) [577kB]
+Fetched 1700kB in 0s (45.6MB/s)
+Download complete and in download only mode
+
+Check arch
+──────────
+
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), autotools-dev, doxygen, libc6-dev-powerpc [ppc64], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], libc6-dev-ppc64 [powerpc], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], lib32gcc1 [amd64 ppc64], lib64gcc1 [i386 powerpc sparc s390], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc], python2.4-dev, libcxxtools-dev
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Install build dependencies                                                   │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 7.2.16
+quilt: missing
+Using default version 0.46-7
+autotools-dev: missing
+doxygen: missing
+libc6-dev-i386: missing
+lib32gcc1: missing
+gcc-multilib: missing
+python2.4-dev: missing
+libcxxtools-dev: missing
+Checking for source dependency conflicts...
+E: Broken packages
+Installing positive dependencies: debhelper quilt autotools-dev doxygen libc6-dev-i386 lib32gcc1 gcc-multilib python2.4-dev libcxxtools-dev
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Some packages could not be installed. This may mean that you have
+requested an impossible situation or if you are using the unstable
+distribution that some required packages have not yet been created
+or been moved out of Incoming.
+The following information may help to resolve the situation:
+
+The following packages have unmet dependencies:
+  lib32gcc1: Depends: libc6-i386 (>= 2.5) but it is not going to be installed
+  libc6-dev-i386: Depends: libc6-i386 (= 2.9-16) but it is not going to be installed
+E: Broken packages
+apt-get failed.
+Package installation failed
+Trying to reinstall removed packages:
+Trying to uninstall newly installed packages:
+Source-dependencies not satisfied; skipping alsa-lib
+Not removing build depends: cloned chroot in use
+────────────────────────────────────────────────────────────────────────────────
+Finished at 20090620-2206
+Build needed 00:00:00, 0k disc space
+DC-Message: Failed, but took only 16.630103. Retrying, you never know.
+sbuild (Debian sbuild) 0.58.5 (15 Jun 2009) on paradent-50.rennes.grid5000.fr
+
+╔══════════════════════════════════════════════════════════════════════════════╗
+║ alsa-lib 1.0.20-2 (amd64)                                  20 Jun 2009 22:06 ║
+╚══════════════════════════════════════════════════════════════════════════════╝
+
+Package: alsa-lib
+Version: 1.0.20-2
+Architecture: amd64
+Start Time: 20090620-2206
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Fetch source files                                                           │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+
+Check APT
+─────────
+
+Checking available source versions...
+
+Download source files with APT
+──────────────────────────────
+
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Need to get 1700kB of source archives.
+Get:1 http://localhost sid/main alsa-lib 1.0.20-2 (dsc) [1851B]
+Get:2 http://localhost sid/main alsa-lib 1.0.20-2 (tar) [1121kB]
+Get:3 http://localhost sid/main alsa-lib 1.0.20-2 (diff) [577kB]
+Fetched 1700kB in 0s (45.1MB/s)
+Download complete and in download only mode
+
+Check arch
+──────────
+
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), autotools-dev, doxygen, libc6-dev-powerpc [ppc64], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], libc6-dev-ppc64 [powerpc], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], lib32gcc1 [amd64 ppc64], lib64gcc1 [i386 powerpc sparc s390], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc], python2.4-dev, libcxxtools-dev
+
+┌──────────────────────────────────────────────────────────────────────────────┐
+│ Install build dependencies                                                   │
+└──────────────────────────────────────────────────────────────────────────────┘
+
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 7.2.16
+quilt: missing
+Using default version 0.46-7
+autotools-dev: missing
+doxygen: missing
+libc6-dev-i386: missing
+lib32gcc1: missing
+gcc-multilib: missing
+python2.4-dev: missing
+libcxxtools-dev: missing
+Checking for source dependency conflicts...
+E: Broken packages
+Installing positive dependencies: debhelper quilt autotools-dev doxygen libc6-dev-i386 lib32gcc1 gcc-multilib python2.4-dev libcxxtools-dev
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Some packages could not be installed. This may mean that you have
+requested an impossible situation or if you are using the unstable
+distribution that some required packages have not yet been created
+or been moved out of Incoming.
+The following information may help to resolve the situation:
+
+The following packages have unmet dependencies:
+  lib32gcc1: Depends: libc6-i386 (>= 2.5) but it is not going to be installed
+  libc6-dev-i386: Depends: libc6-i386 (= 2.9-16) but it is not going to be installed
+E: Broken packages
+apt-get failed.
+Package installation failed
+Trying to reinstall removed packages:
+Trying to uninstall newly installed packages:
+Source-dependencies not satisfied; skipping alsa-lib
+Not removing build depends: cloned chroot in use
+────────────────────────────────────────────────────────────────────────────────
+Finished at 20090620-2206
+Build needed 00:00:00, 0k disc space
+DC-Build-Status: Failed 14.723429s
+### Content of /var/log/daemon.log ###
+### End of content of /var/log/daemon.log ###
+DC-Time-Estimation: 14.723429 versus expected 382 (r/m: 24.9450431010331 ; m: 14.723429)
+DC-Build-Network: USED. See /tmp/rulesafter.YdqlvN !
+************************************************************
+# Generated by iptables-save v1.4.2 on Sat Jun 20 22:06:56 2009
+*filter
+:INPUT ACCEPT [1263175:5207185879]
+:FORWARD ACCEPT [0:0]
+:OUTPUT DROP [0:0]
+:LD - [0:0]
+[402114:3982516399] -A OUTPUT -o lo -j ACCEPT 
+[0:0] -A OUTPUT -d 129.88.0.0/16 -j ACCEPT 
+[0:0] -A OUTPUT -d 10.0.0.0/8 -j ACCEPT 
+[0:0] -A OUTPUT -d 192.168.133.0/24 -j ACCEPT 
+[0:0] -A OUTPUT -d 192.168.159.0/24 -j ACCEPT 
+[0:0] -A OUTPUT -d 192.168.160.0/24 -j ACCEPT 
+[0:0] -A OUTPUT -d 10.69.0.0/17 -j ACCEPT 
+[0:0] -A OUTPUT -d 172.28.52.0/22 -j ACCEPT 
+[0:0] -A OUTPUT -d 172.24.0.0/16 -j ACCEPT 
+[37728:6149190] -A OUTPUT -d 131.254.202.0/23 -j ACCEPT 
+[0:0] -A OUTPUT -d 138.96.20.0/22 -j ACCEPT 
+[0:0] -A OUTPUT -d 192.168.22.0/24 -j ACCEPT 
+[342492:30896615] -A OUTPUT -d 172.16.0.0/16 -j ACCEPT 
+[2:120] -A OUTPUT -j LD 
+[2:120] -A LD -j LOG 
+[2:120] -A LD -j REJECT --reject-with icmp-port-unreachable 
+COMMIT
+# Completed on Sat Jun 20 22:06:56 2009
+************************************************************
+--- /tmp/rulesbefore.LJOojE	2009-06-20 22:06:09.000000000 +0200
++++ /tmp/rulesafter.YdqlvN	2009-06-20 22:06:56.000000000 +0200
+@@ -1,10 +1,10 @@
+-# Generated by iptables-save v1.4.2 on Sat Jun 20 22:06:09 2009
++# Generated by iptables-save v1.4.2 on Sat Jun 20 22:06:56 2009
+ *filter
+-:INPUT ACCEPT [1260521:5200172540]
++:INPUT ACCEPT [1263175:5207185879]
+ :FORWARD ACCEPT [0:0]
+ :OUTPUT DROP [0:0]
+ :LD - [0:0]
+-[401312:3977371350] -A OUTPUT -o lo -j ACCEPT 
++[402114:3982516399] -A OUTPUT -o lo -j ACCEPT 
+ [0:0] -A OUTPUT -d 129.88.0.0/16 -j ACCEPT 
+ [0:0] -A OUTPUT -d 10.0.0.0/8 -j ACCEPT 
+ [0:0] -A OUTPUT -d 192.168.133.0/24 -j ACCEPT 
+@@ -13,12 +13,12 @@
+ [0:0] -A OUTPUT -d 10.69.0.0/17 -j ACCEPT 
+ [0:0] -A OUTPUT -d 172.28.52.0/22 -j ACCEPT 
+ [0:0] -A OUTPUT -d 172.24.0.0/16 -j ACCEPT 
+-[37179:6060180] -A OUTPUT -d 131.254.202.0/23 -j ACCEPT 
++[37728:6149190] -A OUTPUT -d 131.254.202.0/23 -j ACCEPT 
+ [0:0] -A OUTPUT -d 138.96.20.0/22 -j ACCEPT 
+ [0:0] -A OUTPUT -d 192.168.22.0/24 -j ACCEPT 
+-[341942:30544536] -A OUTPUT -d 172.16.0.0/16 -j ACCEPT 
++[342492:30896615] -A OUTPUT -d 172.16.0.0/16 -j ACCEPT 
+ [2:120] -A OUTPUT -j LD 
+ [2:120] -A LD -j LOG 
+ [2:120] -A LD -j REJECT --reject-with icmp-port-unreachable 
+ COMMIT
+-# Completed on Sat Jun 20 22:06:09 2009
++# Completed on Sat Jun 20 22:06:56 2009
+************************************************************
+[   12.838234] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
+[   12.881017] uhci_hcd 0000:00:1d.3: setting latency timer to 64
+[   12.881019] uhci_hcd 0000:00:1d.3: UHCI Host Controller
+[   12.912411] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
+[   12.956816] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001860
+[   12.991362] usb usb5: configuration #1 chosen from 1 choice
+[   13.024821] hub 5-0:1.0: USB hub found
+[   13.047311] hub 5-0:1.0: 2 ports detected
+[   13.071454] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
+[   13.112160] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
+[   13.155492] usb usb5: Product: UHCI Host Controller
+[   13.184748] usb usb5: Manufacturer: Linux 2.6.28-1-amd64 uhci_hcd
+[   13.221308] usb usb5: SerialNumber: 0000:00:1d.3
+[   13.289426] PM: Starting manual resume from disk
+[   13.369536] kjournald starting.  Commit interval 5 seconds
+[   13.369550] EXT3-fs: mounted filesystem with ordered data mode.
+[   14.196117] udevd version 125 started
+[   14.523488] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
+[   14.609771] ACPI: Power Button (FF) [PWRF]
+[   14.634546] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input2
+[   14.637247] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
+[   14.668314] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
+[   14.785759] ACPI: Power Button (CM) [PWRB]
+[   14.868655] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.04
+[   14.902326] iTCO_wdt: Found a 631xESB/632xESB TCO device (Version=2, TCOBASE=0x1060)
+[   14.949191] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
+[   15.054231] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 23 (level, low) -> IRQ 23
+[   15.138646] input: PC Speaker as /devices/platform/pcspkr/input/input3
+[   15.336029] intel_rng: FWH not detected
+[   15.382946] Error: Driver 'pcspkr' is already registered, aborting...
+[   46.059020] Adding 3903752k swap on /dev/sda1.  Priority:-1 extents:1 across:3903752k
+[   46.119175] EXT3 FS on sda3, internal journal
+[   47.180298] device-mapper: uevent: version 1.0.3
+[   47.208127] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel at redhat.com
+[   47.437983] kjournald starting.  Commit interval 5 seconds
+[   47.448519] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
+[   47.448737] EXT3 FS on sda5, internal journal
+[   47.448739] EXT3-fs: recovery complete.
+[   47.448947] EXT3-fs: mounted filesystem with ordered data mode.
+[   48.048329] e1000e 0000:0f:00.0: irq 4345 for MSI/MSI-X
+[   48.104045] e1000e 0000:0f:00.0: irq 4345 for MSI/MSI-X
+[   50.768909] 0000:0f:00.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: RX
+[   57.308028] NET: Registered protocol family 10
+[   57.335238] lo: Disabled Privacy Extensions
+[   58.005314] mx_mcp: disagrees about version of symbol struct_module
+[  245.859239] RPC: Registered udp transport module.
+[  245.887515] RPC: Registered tcp transport module.
+[  334.659705] ip_tables: (C) 2000-2006 Netfilter Core Team
+[ 1716.454828] IN= OUT=eth0 SRC=131.254.202.150 DST=72.5.124.55 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=46476 DF PROTO=TCP SPT=57480 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
+[ 1719.540026] IN= OUT=eth0 SRC=131.254.202.150 DST=72.5.124.55 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=46477 DF PROTO=TCP SPT=57480 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
+************************************************************




More information about the Collab-qa-commits mailing list