[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#990627: marked as done (python3-torchaudio: torchaudio import aborts)



Your message dated Thu, 09 Feb 2023 19:35:19 +0000
with message-id <E1pQChT-00GqoI-U4@fasolo.debian.org>
and subject line Bug#990627: fixed in pytorch-audio 0.13.1-1
has caused the Debian Bug report #990627,
regarding python3-torchaudio: torchaudio import aborts
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 owner@bugs.debian.org
immediately.)


-- 
990627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990627
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: python3-torchaudio
Version: 0.7.2-1
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: johnmohagan@gmail.com

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

The line "import torchaudio" at the python interactive shell or in a python
script or imported file results in the progra aborting with the following
output:

--------------

terminate called after throwing an instance of 'c10::Error'
  what():  Type c10::intrusive_ptr<ConvPackedParamsBase<2>,
c10::detail::intrusive_target_default_null_type<ConvPackedParamsBase<2> > >
could not be converted to any of the known types.
Exception raised from call at ../aten/src/ATen/core/jit_type.h:1698 (most
recent call first):
frame #0: c10::Error::Error(c10::SourceLocation,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>) + 0x5c (0x7fb37a0b925c in /usr/lib/x86_64-linux-gnu/libc10.so.1.7)
frame #1: <unknown function> + 0x11d0ac2 (0x7fb376ddfac2 in
/usr/lib/x86_64-linux-gnu/libtorch_cpu.so.1.7)
frame #2: <unknown function> + 0xe7d991 (0x7fb376a8c991 in
/usr/lib/x86_64-linux-gnu/libtorch_cpu.so.1.7)
frame #3:
c10::detail::infer_schema::make_function_schema(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >&&,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>&&, c10::ArrayRef<c10::detail::infer_schema::ArgumentDef>,
c10::ArrayRef<c10::detail::infer_schema::ArgumentDef>) + 0x6a (0x7fb376a8d70a
in /usr/lib/x86_64-linux-gnu/libtorch_cpu.so.1.7)
frame #4: <unknown function> + 0x120457f (0x7fb376e1357f in
/usr/lib/x86_64-linux-gnu/libtorch_cpu.so.1.7)
frame #5: <unknown function> + 0x11fe28f (0x7fb376e0d28f in
/usr/lib/x86_64-linux-gnu/libtorch_cpu.so.1.7)
frame #6: <unknown function> + 0x11fe404 (0x7fb376e0d404 in
/usr/lib/x86_64-linux-gnu/libtorch_cpu.so.1.7)
frame #7: <unknown function> + 0xdb5480 (0x7fb3769c4480 in
/usr/lib/x86_64-linux-gnu/libtorch_cpu.so.1.7)
frame #8: <unknown function> + 0xcdd79c (0x7fb3768ec79c in
/usr/lib/x86_64-linux-gnu/libtorch_cpu.so.1.7)
frame #9: <unknown function> + 0xffe2 (0x7fb3d5ec1fe2 in /lib64/ld-
linux-x86-64.so.2)
frame #10: <unknown function> + 0x100e9 (0x7fb3d5ec20e9 in /lib64/ld-
linux-x86-64.so.2)
frame #11: _dl_catch_exception + 0xdd (0x7fb3d5c302bd in /lib/x86_64-linux-
gnu/libc.so.6)
frame #12: <unknown function> + 0x14058 (0x7fb3d5ec6058 in /lib64/ld-
linux-x86-64.so.2)
frame #13: _dl_catch_exception + 0x80 (0x7fb3d5c30260 in /lib/x86_64-linux-
gnu/libc.so.6)
frame #14: <unknown function> + 0x138fa (0x7fb3d5ec58fa in /lib64/ld-
linux-x86-64.so.2)
frame #15: <unknown function> + 0x1258 (0x7fb3d5e55258 in /lib/x86_64-linux-
gnu/libdl.so.2)
frame #16: _dl_catch_exception + 0x80 (0x7fb3d5c30260 in /lib/x86_64-linux-
gnu/libc.so.6)
frame #17: _dl_catch_error + 0x2f (0x7fb3d5c3031f in /lib/x86_64-linux-
gnu/libc.so.6)
frame #18: <unknown function> + 0x1a65 (0x7fb3d5e55a65 in /lib/x86_64-linux-
gnu/libdl.so.2)
frame #19: dlopen + 0x44 (0x7fb3d5e552e4 in /lib/x86_64-linux-gnu/libdl.so.2)
frame #20: <unknown function> + 0x14e8d (0x7fb3d5e9ce8d in
/usr/lib/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so)
frame #21: /usr/bin/python3() [0x53f38a]
frame #22: _PyObject_MakeTpCall + 0x39b (0x51d89b in /usr/bin/python3)
frame #23: _PyEval_EvalFrameDefault + 0x5654 (0x5170e4 in /usr/bin/python3)
frame #24: /usr/bin/python3() [0x510fe7]
frame #25: _PyFunction_Vectorcall + 0x361 (0x528d21 in /usr/bin/python3)
frame #26: /usr/bin/python3() [0x537b80]
frame #27: _PyObject_MakeTpCall + 0x1f5 (0x51d6f5 in /usr/bin/python3)
frame #28: _PyEval_EvalFrameDefault + 0x5b2a (0x5175ba in /usr/bin/python3)
frame #29: _PyFunction_Vectorcall + 0x1a3 (0x528b63 in /usr/bin/python3)
frame #30: /usr/bin/python3() [0x53bcfb]
frame #31: _PyEval_EvalFrameDefault + 0x53e6 (0x516e76 in /usr/bin/python3)
frame #32: _PyFunction_Vectorcall + 0x1a3 (0x528b63 in /usr/bin/python3)
frame #33: /usr/bin/python3() [0x53bcfb]
frame #34: _PyEval_EvalFrameDefault + 0x53e6 (0x516e76 in /usr/bin/python3)
frame #35: _PyFunction_Vectorcall + 0x1a3 (0x528b63 in /usr/bin/python3)
frame #36: _PyEval_EvalFrameDefault + 0x525 (0x511fb5 in /usr/bin/python3)
frame #37: _PyFunction_Vectorcall + 0x1a3 (0x528b63 in /usr/bin/python3)
frame #38: _PyEval_EvalFrameDefault + 0x525 (0x511fb5 in /usr/bin/python3)
frame #39: /usr/bin/python3() [0x5106ed]
frame #40: _PyEval_EvalCodeWithName + 0x47 (0x510497 in /usr/bin/python3)
frame #41: PyEval_EvalCode + 0x23 (0x5f5be3 in /usr/bin/python3)
frame #42: /usr/bin/python3() [0x5fa670]
frame #43: /usr/bin/python3() [0x5298c4]
frame #44: _PyEval_EvalFrameDefault + 0x610b (0x517b9b in /usr/bin/python3)
frame #45: /usr/bin/python3() [0x5106ed]
frame #46: _PyFunction_Vectorcall + 0x361 (0x528d21 in /usr/bin/python3)
frame #47: _PyEval_EvalFrameDefault + 0x53e6 (0x516e76 in /usr/bin/python3)
frame #48: _PyFunction_Vectorcall + 0x1a3 (0x528b63 in /usr/bin/python3)
frame #49: _PyEval_EvalFrameDefault + 0x702 (0x512192 in /usr/bin/python3)
frame #50: _PyFunction_Vectorcall + 0x1a3 (0x528b63 in /usr/bin/python3)
frame #51: _PyEval_EvalFrameDefault + 0x525 (0x511fb5 in /usr/bin/python3)
frame #52: _PyFunction_Vectorcall + 0x1a3 (0x528b63 in /usr/bin/python3)
frame #53: _PyEval_EvalFrameDefault + 0x525 (0x511fb5 in /usr/bin/python3)
frame #54: _PyFunction_Vectorcall + 0x1a3 (0x528b63 in /usr/bin/python3)
frame #55: /usr/bin/python3() [0x52842e]
frame #56: _PyObject_CallMethodIdObjArgs + 0xf9 (0x53f559 in /usr/bin/python3)
frame #57: PyImport_ImportModuleLevelObject + 0x916 (0x53e786 in
/usr/bin/python3)
frame #58: /usr/bin/python3() [0x5507e4]
frame #59: /usr/bin/python3() [0x53f350]
frame #60: PyObject_Call + 0x129 (0x53c3c9 in /usr/bin/python3)
frame #61: _PyEval_EvalFrameDefault + 0x610b (0x517b9b in /usr/bin/python3)
frame #62: /usr/bin/python3() [0x5106ed]
frame #63: _PyFunction_Vectorcall + 0x361 (0x528d21 in /usr/bin/python3)

Aborted

------------------------------------




-- System Information:
Debian Release: 11.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-7-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8),
LANGUAGE=en_AU:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-torchaudio depends on:
ii  libc6          2.31-12
ii  libgcc-s1      10.2.1-6
ii  libsox3        14.4.2+git20190427-2
ii  libstdc++6     10.2.1-6
ii  libtorch1.7    1.7.1-7
ii  python3        3.9.2-3
ii  python3-torch  1.7.1-7
ii  python3.9      3.9.2-1

python3-torchaudio recommends no packages.

python3-torchaudio suggests no packages.

--- End Message ---
--- Begin Message ---
Source: pytorch-audio
Source-Version: 0.13.1-1
Done: Aron Xu <aron@debian.org>

We believe that the bug you reported is fixed in the latest version of
pytorch-audio, 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 990627@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aron Xu <aron@debian.org> (supplier of updated pytorch-audio 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 10 Feb 2023 03:05:28 +0800
Source: pytorch-audio
Architecture: source
Version: 0.13.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Changed-By: Aron Xu <aron@debian.org>
Closes: 990627 1008922
Changes:
 pytorch-audio (0.13.1-1) unstable; urgency=medium
 .
   [ Mo Zhou ]
   * New upstream version 0.12.1
   * cme update dpkg-copyright.
   * Require python3-torch (>= 1.12.0~).
   * Add autopkgtest file.
 .
   [ Aron Xu ]
   * Team upload.
   * New upstream version 0.13.1 (Closes: #990627)
   * d/control: allow building with torch >= 1.13
   * d/control: update std-ver to 4.6.2, no changes
   * d/control: add cmake, pkg-config, ffmpeg to B-D
   * d/control: set X-Python3-Version to 3.11 (Closes: #1008922)
   * d/patches: add patch to address build system fixes
   * d/rules: disable ext-rename from dh-python and better cleanup
Checksums-Sha1:
 6bccdc2162941663b56c1fecc83d15a186eeb8d8 2056 pytorch-audio_0.13.1-1.dsc
 563ea5dfdf95d4d2ac841f2509c9c36f727f4fb0 3901507 pytorch-audio_0.13.1.orig.tar.gz
 47c7602d8b2dbedaa372d1509239a0db99a6ffb1 11792 pytorch-audio_0.13.1-1.debian.tar.xz
 8565d85733c210de0485cf06b8f3fd9a0d049b2a 19179 pytorch-audio_0.13.1-1_source.buildinfo
Checksums-Sha256:
 501c61bb9d6a1de06a0ff252d9c6a8e7bbb5e63f2c6d8b9aa6bc34e4d122e93c 2056 pytorch-audio_0.13.1-1.dsc
 3a5c108a9ea31d0e6533a2cd6cbaf133efaefe4bdcb4b689183a33b991c95d12 3901507 pytorch-audio_0.13.1.orig.tar.gz
 114484073f87252d91cb91ff0f9150e0084aafeb8f11cf9ca548abf4ba827bb8 11792 pytorch-audio_0.13.1-1.debian.tar.xz
 59e2f797867905954277a0f2327ad841c6b164618de049fa4095f1266b332043 19179 pytorch-audio_0.13.1-1_source.buildinfo
Files:
 3b23cfc63b54942586cc32dec36b3e1c 2056 science optional pytorch-audio_0.13.1-1.dsc
 3d01ce0f6f01d5478b99307e54b984fa 3901507 science optional pytorch-audio_0.13.1.orig.tar.gz
 3d782e832c17822d6572d2d5ac0b0208 11792 science optional pytorch-audio_0.13.1-1.debian.tar.xz
 a9fa1784cff68c5a3cca042f425e57b0 19179 science optional pytorch-audio_0.13.1-1_source.buildinfo

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

iQEzBAEBCAAdFiEEhhz+aYQl/Bp4OTA7O1LKKgqv2VQFAmPlReEACgkQO1LKKgqv
2VSooAf+NMciYPKDumX5f8IpQH3jVdPKGedF5t7q1M8+4u0vMXCaQOlWP+Vu7AbT
q7VPNAGtRS2DKlROz81whjX+RO2KHFGWAhlMqc90NHPJgQSSjo7MJ9oOzj6elOo0
o6WGzTGuLRRPumK1av4t3H12Vlhfw+Vc/W26vS6gWVdWDFm9lgdMY1xDMqW7Jf9x
aYgWBOGUBv9MlOjebrNrBEgSzfrMbWsWCT43zlvVDxzBAiIXmixX/0FSzRZpeICN
SMsFRGWVfBbDo6lr+Ty3Rdv4JMsDifd1uuS6kEUVPKd/3uFs/inmu8IVovkJcI7l
xHSeE6w8X43x5b7Ankr/UEWKsoqKVg==
=yRy2
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: