[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_7 #17394

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Oct 15 07:46:04 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_armhf_7/17394/------------------------------------------
[...truncated 3989 lines...]
+Inizializzazione dello stato dei pacchetti...
+Scrittura delle informazioni sullo stato esteso...
+Costruzione del database delle etichette...
  -> Finished parsing the build-deps
-Reading package lists...
-Building dependency tree...
-Reading state information...
+Lettura elenco dei pacchetti...
+Generazione albero delle dipendenze...
+Lettura informazioni sullo stato...
 fakeroot is already the newest version (1.21-2).
-0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
 I: Copying source file
 I: copying [node-serve-static_1.6.4-2.dsc]
 I: copying [./node-serve-static_1.6.4.orig.tar.gz]
 I: copying [./node-serve-static_1.6.4-2.debian.tar.xz]
 I: Extracting source
 gpgv: unknown type of key resource 'trustedkeys.kbx'
-gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
-gpgv: Signature made Thu Feb 19 00:05:37 2015 -12
+gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': Errore generale
+gpgv: Signature made ven 20 feb 2015 02:05:37 +14
 gpgv:                using RSA key A3BABAE2408DD6CF
-gpgv: Can't check signature: No public key
+gpgv: Can't check signature: Nessuna chiave pubblica
 dpkg-source: warning: failed to verify signature on ./node-serve-static_1.6.4-2.dsc
 dpkg-source: info: extracting node-serve-static in node-serve-static-1.6.4
 dpkg-source: info: unpacking node-serve-static_1.6.4.orig.tar.gz
 dpkg-source: info: unpacking node-serve-static_1.6.4-2.debian.tar.xz
 dpkg-source: info: applying CVE-2015-1164.patch
 I: Building the package
-I: Running cd /build-1st/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b --buildinfo-id=armhf -rfakeroot
+I: Running cd /build-2nd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" HOME="/nonexistent/second-build" dpkg-buildpackage -us -uc -b --buildinfo-id=armhf -rfakeroot
 dpkg-buildpackage: info: source package node-serve-static
 dpkg-buildpackage: info: source version 1.6.4-2
 dpkg-buildpackage: info: source distribution unstable
@@ -631,7 +642,7 @@
    dh_auto_build
 dh_auto_build: Compatibility levels before 9 are deprecated (level 8 in use)
    debian/rules override_dh_auto_test
-make[1]: Entering directory '/build-1st/node-serve-static-1.6.4'
+make[1]: ingresso nella directory "/build-2nd/node-serve-static-1.6.4"
 mocha -C --reporter spec --bail --check-leaks --require should test/
 
 
@@ -639,22 +650,22 @@
     basic operations
 
      ✓ should require root path 
 
      ✓ should require root path to be string 
-
      ✓ should serve static files (546ms)
-
      ✓ should support nesting (149ms)
-
      ✓ should set Content-Type (43ms)
-
      ✓ should set Last-Modified (45ms)
-
      ✓ should default max-age=0 (42ms)
-
      ✓ should support urlencoded pathnames (47ms)
-
      ✓ should not choke on auth-looking URL (58ms)
-
      ✓ should support index.html (61ms)
-
      ✓ should support ../ (44ms)
+
      ✓ should serve static files (100ms)
+
      ✓ should support nesting (62ms)
+
      ✓ should set Content-Type 
+
      ✓ should set Last-Modified 
+
      ✓ should default max-age=0 
+
      ✓ should support urlencoded pathnames 
+
      ✓ should not choke on auth-looking URL 
+
      ✓ should support index.html 
+
      ✓ should support ../ 
 
      ✓ should support HEAD 
 
      ✓ should skip POST requests 
-
      ✓ should support conditional requests (96ms)
+
      ✓ should support conditional requests 
 
      ✓ should ignore hidden files 
-
      ✓ should set max-age=0 by default (51ms)
+
      ✓ should set max-age=0 by default 
     current dir
-
      ✓ should be served with "." (44ms)
+
      ✓ should be served with "." 
     extensions
 
      ✓ should be not be enabled by default 
 
      ✓ should be configurable 
@@ -662,15 +673,15 @@
 
      ✓ should support fallbacks 
 
      ✓ should 404 if nothing found 
     hidden files
-
      ✓ should be served when dotfiles: "allow" is given (42ms)
+
      ✓ should be served when dotfiles: "allow" is given 
     lastModified
       when false
-
        ✓ should not include Last-Modifed (150ms)
+
        ✓ should not include Last-Modifed 
       when true
 
        ✓ should include Last-Modifed 
     maxAge
 
      ✓ should accept string 
-
      ✓ should be reasonable when infinite (46ms)
+
      ✓ should be reasonable when infinite 
     redirect
 
      ✓ should redirect directories 
 
      ✓ should include HTML link 
@@ -690,8 +701,8 @@
     on ENOENT
 
      ✓ should next() 
     Range
-
      ✓ should support byte ranges (54ms)
-
      ✓ should be inclusive (41ms)
+
      ✓ should support byte ranges 
+
      ✓ should be inclusive 
 
      ✓ should set Content-Range 
 
      ✓ should support -n 
 
      ✓ should support n- 
@@ -706,7 +717,7 @@
       when syntactically invalid
 
        ✓ should respond with 200 and the entire contents 
     with a malformed URL
-
      ✓ should respond with 400 (53ms)
+
      ✓ should respond with 400 
     on ENAMETOOLONG
 
      ✓ should next() 
     on ENOTDIR
@@ -717,17 +728,17 @@
 
      ✓ should redirect relative to the originalUrl 
 
      ✓ should not choke on auth-looking URL 
     when responding non-2xx or 304
-
      ✓ should respond as-is (91ms)
+
      ✓ should respond as-is 
     when index file serving disabled
-
      ✓ should next() on directory (87ms)
-
      ✓ should redirect to trailing slash (39ms)
-
      ✓ should next() on mount point (49ms)
-
      ✓ should redirect to trailing slash mount point (43ms)
+
      ✓ should next() on directory 
+
      ✓ should redirect to trailing slash 
+
      ✓ should next() on mount point 
+
      ✓ should redirect to trailing slash mount point 
 
 
-  63 passing (3s)
+  63 passing (737ms)
 
-make[1]: Leaving directory '/build-1st/node-serve-static-1.6.4'
+make[1]: uscita dalla directory "/build-2nd/node-serve-static-1.6.4"
  fakeroot debian/rules binary
 dh binary
 dh: Compatibility levels before 9 are deprecated (level 8 in use)
@@ -740,9 +751,9 @@
    dh_installdocs
 dh_installdocs: Compatibility levels before 9 are deprecated (level 8 in use)
    debian/rules override_dh_installchangelogs
-make[1]: Entering directory '/build-1st/node-serve-static-1.6.4'
+make[1]: ingresso nella directory "/build-2nd/node-serve-static-1.6.4"
 dh_installchangelogs -k HISTORY.md
-make[1]: Leaving directory '/build-1st/node-serve-static-1.6.4'
+make[1]: uscita dalla directory "/build-2nd/node-serve-static-1.6.4"
    dh_perl
    dh_link
    dh_strip_nondeterminism
@@ -762,12 +773,14 @@
  dpkg-source --after-build node-serve-static-1.6.4
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/15941/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/15941/tmp/hooks/B01_cleanup finished
 I: unmounting /dev/shm filesystem
 I: unmounting dev/pts filesystem
 I: unmounting run/shm filesystem
 I: unmounting proc filesystem
 I: unmounting sys filesystem
 I: cleaning the build env 
-I: removing directory /srv/workspace/pbuilder/5500 and its subdirectories
-I: Current time: Fri Oct 14 19:42:52 GMT+12 2016
-I: pbuilder-time-stamp: 1476517372
+I: removing directory /srv/workspace/pbuilder/15941 and its subdirectories
+I: Current time: sab 15 ott 2016, 21.45.56, GMT-14
+I: pbuilder-time-stamp: 1476517556
/srv/reproducible-results/rbuild-debian-vdWuyAph/tmp.kUiKkeAmQJ:	 77.5% -- replaced with /srv/reproducible-results/rbuild-debian-vdWuyAph/tmp.kUiKkeAmQJ.gz
INFO: Starting at 2016-10-15 07:46:04.377548
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/armhf/node-serve-static_1.6.4-2_armhf.buildinfo
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/armhf/node-serve-static didn't produce a buildlog, even though it has been built.
INFO: Finished at 2016-10-15 07:46:04.590601, took: 0:00:00.213068
Sat 15 Oct 07:46:04 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-RHaziW9V, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list