joblib: FTBFS: AttributeError: Can't pickle local object 'test_parallel_pickling.<locals>.g'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
joblib (Debian) |
Fix Released
|
Unknown
|
|||
joblib (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Wily |
Triaged
|
High
|
Unassigned | ||
Xenial |
Fix Released
|
High
|
Unassigned |
Bug Description
Imported from Debian bug http://
Source: joblib
Version: 0.8.3-1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: <email address hidden>
Usertags: ftbfs
X-Debbugs-CC: <email address hidden>
Dear Maintainer,
The package fails to build:
Check that MemmapingPool uses /dev/shm when possible ... ok
Check that large arrays are not copied in memory in return ... ok
Check that memmaps with a bad buffer are returned as regular arrays ... ok
Doctest: joblib ... ok
=======
ERROR: Check that pmap captures the errors when it is passed an object
-------
Traceback (most recent call last):
File "/usr/lib/
self.
File "/joblib-
(delayed(g)(x) for x in range(10))
File "/usr/lib/
return context.
File "/usr/lib/
callable_
File "/joblib-
for function, args, kwargs in iterable:
File "/joblib-
(delayed(g)(x) for x in range(10))
File "/joblib-
pickle.
AttributeError: Can't pickle local object 'test_parallel_
=======
FAIL: Check that name collisions with functions will raise warnings
-------
Traceback (most recent call last):
File "/usr/lib/
self.
AssertionError: 7 != 1
'7 != 1' = '%s != %s' % _common_
'7 != 1' = self._formatMes
>> raise self.failureExc
=======
FAIL: Check that name collisions with functions will raise warnings
-------
Traceback (most recent call last):
File "/usr/lib/
self.
AssertionError: False is not true
'False is not true' = self._formatMes
>> raise self.failureExc
...
FAILED (errors=1, failures=5)
debian/rules:25: recipe for target 'python-test3.5' failed
make[1]: *** [python-test3.5] Error 1
Full build log:
https:/
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Changed in joblib (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Critical |
importance: | Critical → High |
tags: | added: ftbfs |
description: | updated |
Changed in joblib (Debian): | |
importance: | Undecided → Unknown |
Changed in joblib (Debian): | |
status: | New → Fix Released |
Changed in joblib (Ubuntu Wily): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in joblib (Ubuntu Xenial): | |
status: | Triaged → Fix Released |