Your message dated Thu, 06 Apr 2017 20:49:05 +0000
with message-id <e1cwel3-0005gm...@fasolo.debian.org>
and subject line Bug#859752: fixed in khmer 2.0+dfsg-10
has caused the Debian Bug report #859752,
regarding please re-enable arm64 arch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
859752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: khmer
Version: 2.0+dfsg-8
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=khmer&arch=arm64&ver=2.0%2Bdfsg-8&stamp=1484489855&raw=0

...
changing mode of 
/«BUILDDIR»/khmer-2.0+dfsg/debian/khmer/usr/lib/khmer/bin/partition-graph.py to 
775
changing mode of 
/«BUILDDIR»/khmer-2.0+dfsg/debian/khmer/usr/lib/khmer/bin/readstats.py to 775
changing mode of 
/«BUILDDIR»/khmer-2.0+dfsg/debian/khmer/usr/lib/khmer/bin/sample-reads-randomly.py
 to 775
changing mode of 
/«BUILDDIR»/khmer-2.0+dfsg/debian/khmer/usr/lib/khmer/bin/split-paired-reads.py 
to 775
changing mode of 
/«BUILDDIR»/khmer-2.0+dfsg/debian/khmer/usr/lib/khmer/bin/trim-low-abund.py to 
775
changing mode of 
/«BUILDDIR»/khmer-2.0+dfsg/debian/khmer/usr/lib/khmer/bin/unique-kmers.py to 775
PYBUILD_SYSTEM=custom \
    PYBUILD_TEST_ARGS="cd {dir}; export PATH={destdir}/usr/lib/khmer/bin:$PATH 
; \
    cd {build_dir}; {interpreter} -m nose --attr \
    '!known_failing,!jenkins,!huge'" dh_auto_test
        pybuild --test --test-nose -i python{version} -p 3.5
I: pybuild base:184: cd /«BUILDDIR»/khmer-2.0+dfsg; export 
PATH=/«BUILDDIR»/khmer-2.0+dfsg/debian/khmer/usr/lib/khmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 ;     cd /«BUILDDIR»/khmer-2.0+dfsg/.pybuild/pythonX.Y_3.5/build; python3.5 -m 
nose --attr     '!known_failing,!jenkins,!huge'
......................................................................................................................................................................................................................................................................................................................................................Exception
 in thread Thread-12:
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File 
"/«BUILDDIR»/khmer-2.0+dfsg/.pybuild/pythonX.Y_3.5/build/khmer/tests/test_read_parsers.py",
 line 218, in count_reads
    counters[tnum] = reduce(operator.add, (1 for read in rparser))
  File 
"/«BUILDDIR»/khmer-2.0+dfsg/.pybuild/pythonX.Y_3.5/build/khmer/tests/test_read_parsers.py",
 line 218, in <genexpr>
    counters[tnum] = reduce(operator.add, (1 for read in rparser))
OSError: p      

FException in thread Thread-17:
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File 
"/«BUILDDIR»/khmer-2.0+dfsg/.pybuild/pythonX.Y_3.5/build/khmer/tests/test_read_parsers.py",
 line 218, in count_reads
    counters[tnum] = reduce(operator.add, (1 for read in rparser))
  File 
"/«BUILDDIR»/khmer-2.0+dfsg/.pybuild/pythonX.Y_3.5/build/khmer/tests/test_read_parsers.py",
 line 218, in <genexpr>
    counters[tnum] = reduce(operator.add, (1 for read in rparser))
OSError: x

F........SSSSSSSSSS.....................................................................................................................................................................................................................................................
======================================================================
FAIL: khmer.tests.test_read_parsers.test_with_multiple_threads
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File 
"/«BUILDDIR»/khmer-2.0+dfsg/.pybuild/pythonX.Y_3.5/build/khmer/tests/test_read_parsers.py",
 line 236, in test_with_multiple_threads
    reads_counts_per_thread
AssertionError: [1120, 0, 724, 588]

======================================================================
FAIL: khmer.tests.test_read_parsers.test_with_multiple_threads_big
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File 
"/«BUILDDIR»/khmer-2.0+dfsg/.pybuild/pythonX.Y_3.5/build/khmer/tests/test_read_parsers.py",
 line 241, in test_with_multiple_threads_big
    test_with_multiple_threads(testfile="test-large.fa")
  File 
"/«BUILDDIR»/khmer-2.0+dfsg/.pybuild/pythonX.Y_3.5/build/khmer/tests/test_read_parsers.py",
 line 236, in test_with_multiple_threads
    reads_counts_per_thread
AssertionError: [2866, 6192, 0, 3721]

----------------------------------------------------------------------
Ran 607 tests in 163.458s

FAILED (SKIP=10, failures=2)
E: pybuild pybuild:276: test: plugin custom failed with: exit code=1: cd 
/«BUILDDIR»/khmer-2.0+dfsg; export 
PATH=/«BUILDDIR»/khmer-2.0+dfsg/debian/khmer/usr/lib/khmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 ;     cd /«BUILDDIR»/khmer-2.0+dfsg/.pybuild/pythonX.Y_3.5/build; python3.5 -m 
nose --attr     '!known_failing,!jenkins,!huge'
dh_auto_test: pybuild --test --test-nose -i python{version} -p 3.5 returned 
exit code 13
debian/rules:26: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25

--- End Message ---
--- Begin Message ---
Source: khmer
Source-Version: 2.0+dfsg-10

We believe that the bug you reported is fixed in the latest version of
khmer, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 859...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated khmer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 06 Apr 2017 22:02:24 +0200
Source: khmer
Binary: khmer-common khmer liboxli1 liboxli-dev
Architecture: source
Version: 2.0+dfsg-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Description:
 khmer      - in-memory DNA sequence kmer counting, filtering & graph traversal
 khmer-common - common files for the khmer project tools
 liboxli-dev - in-memory DNA sequence analysis dev library
 liboxli1   - in-memory DNA sequence analysis library from the khmer project
Closes: 859752
Changes:
 khmer (2.0+dfsg-10) unstable; urgency=medium
 .
   * Team upload.
   * Revert "Drop arm64 due to failing tests."  Closes: #859752
Checksums-Sha1:
 34612d9e127913efabebccc674e80e84777818b8 2752 khmer_2.0+dfsg-10.dsc
 17fe4ac5b2426b18321e9280ba4ea1016274745a 11220 khmer_2.0+dfsg-10.debian.tar.xz
 8897e10b1bbe805b2ae9fca2e95280ebd442b430 8727 khmer_2.0+dfsg-10_amd64.buildinfo
Checksums-Sha256:
 5634950c58fa0490d4f808a72b396018ceae48d346b2bb291454c934cfaf568d 2752 
khmer_2.0+dfsg-10.dsc
 f38391e1e03bb72f04a30c9e6e6848129b7222aa43c578680284d4519f81ee5c 11220 
khmer_2.0+dfsg-10.debian.tar.xz
 9715f88ae6e96f8ee265a4e6b7fa3d5a501618521da9a1f8a7998e4ddfe227ae 8727 
khmer_2.0+dfsg-10_amd64.buildinfo
Files:
 38043e7110a1822d22f1181c2c4754da 2752 science optional khmer_2.0+dfsg-10.dsc
 f3e5a3aa2eeec210e6145b12e26c951b 11220 science optional 
khmer_2.0+dfsg-10.debian.tar.xz
 3f090a166ebac2e64fe7f2550c84b504 8727 science optional 
khmer_2.0+dfsg-10_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAljmoGQACgkQCBa54Yx2
K62huQ//RBDujJUhXWmm8OVzCHv0QmRZs7bNLfxcBvDQ56ih3Eppi17kJfOzArKf
+vVhZrpF46NGlXzU7FKcofUp8mUSDmrWNCkko5qG3RXBpiEGDCj1su4YwGBe4M2t
aEW9EIHICrNxhZdKglQ/UUvN/MYPjJGRbT7O/+7W6j+bRoelYPbTl4HYyPuNP1hk
P0EPiETyDcIvd0NGB+Zza6daKzqS9eHfs3BFmyuM+gz4S/g0/bvGfauqz8jgM+gM
4XGoD69LNRjy7YwP+X3HS/2eUN2gtIG6uXX17QLoYBwEGn/WxXDMvcCUjZlOJeZ6
4sT6UE/p1SnG/v6o+aeARIRjEld4K9HwAeYSA9ckK/Pb17TqNzqyBUFsB4AxWSLe
h2umdl8OSav79PXQx/cqIq3pnJVYg717RT92U1M3IKY3I1gJqv3OMugtACW+nm/g
QH3ZvYsGIAU1z25Cnh4gDMzYfP+U+/STk5mpwUG/GysZc6CNGSr29GwCKU+hBViL
612I46N2y1t8IXPrH1wXVJeGempWgy8gGDXBbEJtkMOV5uPFiefcxtr3njYUU4CW
GU0mBy/F6DAnqujb1lTeroZ16W0p7gy0Ypmg6lhX3WpcsWZ0cGX8jFNUWvObQ6ht
CxIhqF3iQzWlZBG0pEhhBkt3JyqAJEoJTllVpNzAVlwvzZpCekU=
=XE4H
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to