[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_epsilon #28254

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 20:52:29 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_epsilon/28254/>

------------------------------------------
[...truncated 9977 lines...]
    (3)        0.27273      0.22222      Abs err 0.050505 exceeds tol 1e-08
    (4)        0.36364      0.31746      Abs err 0.046176 exceeds tol 1e-08
    (5)        0.45455       0.4127      Abs err 0.041847 exceeds tol 1e-08
    (6)        0.54545      0.49206      Abs err 0.053391 exceeds tol 1e-08
    (7)        0.63636       0.5873      Abs err 0.049062 exceeds tol 1e-08
    (8)        0.72727      0.68254      Abs err 0.044733 exceeds tol 1e-08
    (9)        0.81818      0.77778      Abs err 0.040404 exceeds tol 1e-08
    (10)       0.90909      0.87302      Abs err 0.036075 exceeds tol 1e-08
PASSES 7 out of 22 tests (15 expected failures)
[graythresh]
PASSES 9 out of 9 tests
[grayslice]
PASSES 8 out of 8 tests
[getrangefromclass]
PASSES 7 out of 7 tests
[fspecial]
PASSES 2 out of 2 tests
[findbounds]
PASSES 1 out of 1 test
[fftconvn]
PASSES 11 out of 11 tests
[fftconv2]
***** test
 a = repmat (1:10, 5);
 b = repmat (10:-1:3, 7);
 assert (fftconv2 (a, b), conv2 (a, b), 1e4*eps)
 assert (fftconv2 (b, a), conv2 (b, a), 1e4*eps)
 assert (fftconv2 (a, b, "full"), conv2 (a, b, "full"), 1e4*eps)
 assert (fftconv2 (b, a, "full"), conv2 (b, a, "full"), 1e4*eps)
 assert (fftconv2 (a, b, "same"), conv2 (a, b, "same"), 1e4*eps)
 assert (fftconv2 (b, a, "same"), conv2 (b, a, "same"), 1e4*eps)
 assert (isempty (fftconv2 (a, b, "valid")));
 assert (fftconv2 (b, a, "valid"),  conv2 (b, a, "valid"), 1e4*eps)
!!!!! test failed
ASSERT errors for:  assert (fftconv2 (a, b),conv2 (a, b),1e4 * eps)

  Location  |  Observed  |  Expected  |  Reason
   (5,5)     650-2.688117e-13i     650        Abs err 2.4025e-12 exceeds tol 2.2204e-12
   (6,5)     650-2.673205e-13i     650        Abs err 2.4023e-12 exceeds tol 2.2204e-12
   (7,5)     650-2.870336e-13i     650        Abs err 2.4046e-12 exceeds tol 2.2204e-12
   (3,95)    1092-4.309881e-14i     1092       Abs err 2.2741e-12 exceeds tol 2.2204e-12
  (6,100)    1325-3.530269e-13i     1325       Abs err 2.7512e-12 exceeds tol 2.2204e-12
  (7,100)    1325-3.587767e-13i     1325       Abs err 2.5267e-12 exceeds tol 2.2204e-12
[edgetaper]
PASSES 2 out of 2 tests
[cp2tform]
***** xtest
 npt = 100000;
 [crw, cap] = coords (npt);
 ttype = 'polynomial';
 ord = 4;
 T = cp2tform (crw, cap, ttype, ord);
 crw2 = tforminv (T, cap);
 finalerr = norm (crw - crw2)/npt;
 assert (finalerr < eps, "norm = %3.2e ( > eps)", finalerr)
!!!!! known failure
norm = 4.00e-16 ( > eps)
PASSES 6 out of 7 tests (1 expected failure)
[colfilt]
PASSES 1 out of 1 test
[col2im]
PASSES 15 out of 15 tests
[bwperim]
PASSES 11 out of 11 tests
[bwmorph]
***** test
 in  = logical ([0  1  0  0  0
                 1  0  0  1  0
                 1  0  1  0  0
                 1  1  1  1  1
                 1  1  1  1  1]);

 out = logical ([0  1  0  0   0
                 1  0  0  1  0
                 1  0  1  0  0
                 1  1  0  1  1
                 1  1  1  1  1]);
 assert (bwmorph (in, "remove"), out);

 out = logical ([0  1  0  0  0
                 1  0  0  1  0
                 1  0  1  0  0
                 1  1  0  1  1
                 1  1  1  1  1]);
 assert (bwmorph (in, "remove", Inf), out);

 ## tests for spur are failing (matlab incompatible)
 out = logical ([0  1  0  0  0
                 1  0  0  0  0
                 1  0  1  0  0
                 1  1  1  1  1
                 1  1  1  1  1]);
 assert (bwmorph (in, "spur"), out);

 out = logical ([0  1  0  0  0
                 1  0  0  0  0
                 1  0  0  0  0
                 1  1  1  1  1
                 1  1  1  1  1]);
 assert (bwmorph (in, "spur", Inf), out);
!!!!! test failed
ASSERT errors for:  assert (bwmorph (in, "spur"),out)

  Location  |  Observed  |  Expected  |  Reason
   (1,2)          0            1         Abs err 1 exceeds tol 0
[bweuler]
PASSES 2 out of 2 tests
[bwareafilt]
PASSES 8 out of 8 tests
[blockproc]
PASSES 12 out of 12 tests
[bestblk]
PASSES 12 out of 12 tests
[applylut]
PASSES 3 out of 3 tests
[@strel/strel]
PASSES 28 out of 28 tests
Checking CC files ...
[bwlabeln]
PASSES 23 out of 23 tests
[conndef]
PASSES 42 out of 42 tests
[bwconncomp]
***** test
 a = rand (40, 40) > 0.2;
 cc = bwconncomp (a, 4);
 assert (rows (cc.PixelIdxList), 1)
 assert (columns (cc.PixelIdxList) > 1)
!!!!! test failed
assert (columns (cc.PixelIdxList) > 1) failed
[hough_line]
PASSES 1 out of 1 test
[imreconstruct]
PASSES 9 out of 9 tests
[imerode]
PASSES 13 out of 13 tests
[__spatial_filtering__]
PASSES 21 out of 21 tests
[bwdist]
PASSES 7 out of 7 tests
[graycomatrix]
PASSES 2 out of 2 tests
[ -e PKG_ADD.bak ] && mv PKG_ADD.bak PKG_ADD
/usr/share/cdbs/1/class/octave-pkg.mk:134: recipe for target 'check-pkg' failed
make: [check-pkg] Error 1 (ignored)
rmdir --ignore-fail-on-non-empty -p	\
	 /tmp/buildd/octave-image-2.4.0/debian/octave-image/usr/share/octave/packages	\
	 /tmp/buildd/octave-image-2.4.0/debian/octave-image/usr/lib/x86_64-linux-gnu/octave/packages
dh_installdocs -poctave-image ./NEWS 
dh_installexamples -poctave-image 
dh_installman -poctave-image  
dh_installinfo -poctave-image  
dh_installmenu -poctave-image 
dh_installcron -poctave-image 
dh_installinit -poctave-image  
dh_installdebconf -poctave-image 
dh_installemacsen -poctave-image   
dh_installcatalogs -poctave-image 
dh_installpam -poctave-image 
dh_installlogrotate -poctave-image 
dh_installlogcheck -poctave-image 
dh_installchangelogs -poctave-image  
dh_installudev -poctave-image 
dh_lintian -poctave-image 
dh_bugfiles -poctave-image 
dh_install -poctave-image  
dh_link -poctave-image  
dh_installmime -poctave-image 
dh_installgsettings -poctave-image 
dh_strip -poctave-image  
dh_strip_nondeterminism
dh_compress -poctave-image  
dh_fixperms -poctave-image  
dh_makeshlibs -poctave-image  
dh_installdeb -poctave-image 
dh_perl -poctave-image 
dh_shlibdeps -poctave-image    
dh_gencontrol -poctave-image  
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums -poctave-image 
dh_builddeb -poctave-image 
dpkg-deb: building package 'octave-image-dbgsym' in '../octave-image-dbgsym_2.4.0-1_amd64.deb'.
dpkg-deb: building package 'octave-image' in '../octave-image_2.4.0-1_amd64.deb'.
 dpkg-genbuildinfo  >../octave-image_2.4.0-1_amd64.buildinfo
 dpkg-distaddfile octave-image_2.4.0-1_amd64.buildinfo math optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../octave-image_2.4.0-1_amd64.changes
dpkg-genchanges: warning: package octave-image-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build octave-image-2.4.0
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//44984/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//44984/tmp/hooks/B01_cleanup finished
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//44984 and its subdirectories
I: Current time: lundi 31 août 2015, 10:52:28 (UTC+1400)
I: pbuilder-time-stamp: 1440967948
+ false
+ set +x
Format: 1.8
Date: Sun, 19 Jul 2015 17:55:34 +0200
Source: octave-image
Binary: octave-image
Architecture: amd64
Version: 2.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
Changed-By: Sébastien Villemot <sebastien at debian.org>
Description:
 octave-image - image manipulation for Octave
Changes:
 octave-image (2.4.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Rafael Laboissiere ]
   * Imported Upstream version 2.4.0
   * d/p/autoload-yes.patch: Remove patch (deprecated upstream)
 .
   [ Sébastien Villemot ]
   * d/copyright: reflect upstream changes.
   * d/p/use-dpkg-buildflags.patch: drop patch, no longer needed.
   * Bump B-D on octave-pkg-dev to >= 1.3, to enfore Octave 4.0.
Checksums-Sha1:
 f588bda92605410c825463f5738a7e689101972a 5821864 octave-image-dbgsym_2.4.0-1_amd64.deb
 ca30303a0e24be9ebf198dd46cd5f9b81fb4a819 11209 octave-image_2.4.0-1_amd64.buildinfo
 627ded27f8762332d28fc0973adfe7209cc4a5ac 469698 octave-image_2.4.0-1_amd64.deb
Checksums-Sha256:
 5ec269e07428c681a749085f1cbe70251d1f38d2c48241d412845600ef48cf54 5821864 octave-image-dbgsym_2.4.0-1_amd64.deb
 4697f42e3e29ad878b5a493b0efd43fd0e10d027bb31ff337145bf4fec65a0f9 11209 octave-image_2.4.0-1_amd64.buildinfo
 e3d5e5c9c4794fdeeb58c58cbe0d3e957a4a577244e79cae8763a79812aec1bf 469698 octave-image_2.4.0-1_amd64.deb
Files:
 640047a0670221335d4ee373a44cce64 5821864 debugsym extra octave-image-dbgsym_2.4.0-1_amd64.deb
 2ab3498820fd18bba529ca95b38a6346 11209 math optional octave-image_2.4.0-1_amd64.buildinfo
 eb4159b7bbd732bac92a79f6fbf4509b 469698 math optional octave-image_2.4.0-1_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.Tn4n0fBdKO/tmp.e9x7ax07aL:	 80.5% -- replaced with /srv/reproducible-results/tmp.Tn4n0fBdKO/tmp.e9x7ax07aL.gz
INFO: Starting at 2015-08-30 20:52:28.955606
INFO: Finished at 2015-08-30 20:52:28.962678, took: 0:00:00.007080
Sun 30 Aug 20:52:29 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-JCMUKDlH, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list