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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 19:55:04 UTC 2015


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

------------------------------------------
[...truncated 8141 lines...]
      1.0000000000];
 assert (histeq (0:0.1:1), J', 10^-8);
!!!!! known failure
ASSERT errors for:  assert (histeq (0:0.1:1),J',10 ^ -8)

  Location  |  Observed  |  Expected  |  Reason
    (1)        0.090909     0.079365     Abs err 0.011544 exceeds tol 1e-08
    (2)        0.18182      0.12698      Abs err 0.054834 exceeds tol 1e-08
    (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]
***** test
 npt = 100000;
 [crw, cap] = coords (npt);
 ttype = 'projective';
 T = cp2tform (crw, cap, ttype);
 crw2 = tforminv (T, cap);
 finalerr = norm (crw - crw2)/npt;
 assert (finalerr < eps, "norm = %3.2e ( > eps)", finalerr)
!!!!! test failed
norm = 2.89e-16 ( > eps)
[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]
PASSES 9 out of 9 tests
[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//40520/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//40520/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//40520 and its subdirectories
I: Current time: lundi 31 août 2015, 09:55:04 (UTC+1400)
I: pbuilder-time-stamp: 1440964504
+ 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:
 4255f9774295ecac0d8de1943482d807d672757c 6077198 octave-image-dbgsym_2.4.0-1_amd64.deb
 c64ce205ee1d8e5e5877aa7e55d131d22f4d635c 11261 octave-image_2.4.0-1_amd64.buildinfo
 eba41e9698279d9ecc02a25117bd63cf332a3f0e 474574 octave-image_2.4.0-1_amd64.deb
Checksums-Sha256:
 58949b189109bacbb2a8990d022cc87a24a3089b9fddc9cd3f67775ff700e780 6077198 octave-image-dbgsym_2.4.0-1_amd64.deb
 fd7bceeddf49b13c8cfb889058b357da4dd063f7c22cc565ea53c315a3f35656 11261 octave-image_2.4.0-1_amd64.buildinfo
 50b47927e6dd25c471c84fe775b25c41fc28bb27df0b55e3abed36603e3d2961 474574 octave-image_2.4.0-1_amd64.deb
Files:
 fa9738f9b027ed1fa72303b48e929019 6077198 debugsym extra octave-image-dbgsym_2.4.0-1_amd64.deb
 6293e6bb98453397a62db885dd77e528 11261 math optional octave-image_2.4.0-1_amd64.buildinfo
 4cec5131f28d309600c42b69451f4e71 474574 math optional octave-image_2.4.0-1_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.z3oYHoiR2a/tmp.Y8ugYgyruY:	 86.0% -- replaced with /srv/reproducible-results/tmp.z3oYHoiR2a/tmp.Y8ugYgyruY.gz
INFO: Starting at 2015-08-30 19:55:04.432289
INFO: Finished at 2015-08-30 19:55:04.447362, took: 0:00:00.015088
Sun 30 Aug 19:55:04 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-h8hBOM9s, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list