[Debian-med-packaging] Bug#1050623: intake: autopkgtest needs update for dask 2023.8.0

Graham Inggs ginggs at debian.org
Sun Aug 27 11:45:53 BST 2023


Source: intake
Version: 0.6.6-1
Severity: serious
Tags: ftbfs
User: debian-ci at lists.debian.org
Usertags: needs-update

Hi Maintainer

Since the upload of dask 2023.8.0+dfsg-1, the autopkgtests of intake
are failing [1].  I've copied what I hope is the relevant part of the
log below.  This same failure causes intake to FTBFS in unstable.

Regards
Graham


[1] https://ci.debian.net/packages/i/intake/testing/amd64/


103s =================================== FAILURES
===================================
103s _______________________________ test_remote_env
________________________________
103s
103s intake_server = 'intake://localhost:7483'
103s
103s     def test_remote_env(intake_server):
103s         import os
103s         os.environ['INTAKE_TEST'] = 'client'
103s         catalog = open_catalog(intake_server)
103s         catalog.remote_env
103s         with pytest.raises(Exception) as e:
103s             catalog.remote_env.read()
103s
103s         with pytest.raises(Exception) as e:
103s             catalog.local_env
103s >       assert 'path-client' in str(e.value)
103s E       assert 'path-client' in "('Connection aborted.',
RemoteDisconnected('Remote end closed connection without response'))"
103s E        +  where "('Connection aborted.',
RemoteDisconnected('Remote end closed connection without response'))"
= str(ConnectionError(ProtocolError('Connection aborted.',
RemoteDisconnected('Remote end closed connection without response'))))
103s E        +    where ConnectionError(ProtocolError('Connection
aborted.', RemoteDisconnected('Remote end closed connection without
response'))) = <ExceptionInfo
ConnectionError(ProtocolError('Connection aborted.',
RemoteDisconnected('Remote end closed connection without response')))
tblen=13>.value
103s
103s intake/catalog/tests/test_remote_integration.py:247: AssertionError



More information about the Debian-med-packaging mailing list