From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Thu, 16 Oct 2025 17:50:59 +0000
with message-id
and subject line Bug#1112619: Removed package(s) from unstable
has caused the Debian Bug report #1059642,
regarding python-duckpy: autopkgtest failure
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.)
--
1059642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059642
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 29 Dec 2023 18:58:03 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
(2021-04-09) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-5.8 required=4.0 tests=BAYES_00,FROMDEVELOPER,
RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,
SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no
version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 29; hammy, 139; neutral, 38; spammy,
0. spammytokens: hammytokens:0.000-+--autopkgtest, 0.000-+--trixie,
0.000-+--H*RU:198.252.153.129,
0.000-+--Hx-spam-relays-external:mx1.riseup.net,
0.000-+--Hx-spam-relays-external:198.252.153.129
Return-path:
Received: from mx1.riseup.net ([198.252.153.129]:39080)
by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_X25519__RSA_P
S_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.94.2)
(envelope-from )
id 1rJI3V-00Dsm5-3M
for submit@bugs.debian.org; Fri, 29 Dec 2023 18:58:03 +0000
Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest
SHA256)
(No client certificate requested)
by mx1.riseup.net (Postfix) with ESMTPS id 4T1vlX437lzDqQ4
for ; Fri, 29 Dec 2023 18:58:00 +0000 (UTC)
X-Riseup-User-ID: 404E68103E51709CC3EF3C5D0AD1B415C10467D81BA65A
8A215164AC6112E4E
Received: from [127.0.0.1] (localhost [127.0.0.1])
by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4T1vlX2x7VzJmhy
for ; Fri, 29 Dec 2023 18:58:00 +0000 (UTC)
Received: by mail-oa1-f50.google.com with SMTP id 586e51a60fabf-
03fbbff863so3051114fac.0
for ; Fri, 29 Dec 2023 10:58:00 -0800 (PST)
X-Gm-Message-State: AOJu0Yy2GoI7cq8UPiiP94zzQPC0/smPFTExF1Uz12m78phFNqYoh3zb
axcKlfNoIpC8plsdbgrtuJJHWIHhsodL1Xi5/KM=
X-Google-Smtp-Source: AGHT+IGR4ACqx4F0j/yN9USSovmTV92eNzfEZQxLq0
/noMjs03DKxhTMkdxgptI/GW1oySwirdJpV0jJ3n+7V/s/go=
X-Received: by 2002:a05:6870:91d2:b0:203:da16:1df6 with SMTP id
c18-20020a05687091d200b00203da161df6mr4198455oaf.25.1703876279589; Fri, 29
Dec 2023 10:57:59 -0800 (PST)
MIME-Version: 1.0
From: Graham Inggs
Date: Fri, 29 Dec 2023 20:57:48 +0200
X-Gmail-Original-Message-ID:
Message-ID:
Subject: python-duckpy: autopkgtest failure with Python 3.12
To: Debian Bug Tracking System
Content-Type: text/plain; charset="UTF-8"
Delivered-To: submit@bugs.debian.org
Source: python-duckpy
Version: 3.2.0-3
Severity: serious
Tags: sid trixie
User: debian-python@lists.debian.org
Usertags: python3.12
Hi Maintainer
python-duckpy's autopkgtests fail with Python 3.12 [1]. I've copied
what I hope is the relevant part of the log below.
Regards
Graham
[1] https://ci.debian.net/packages/p/python-duckpy/testing/amd64/
29s =================================== FAILURES
===================================
29s _____________________________ test_asyncio_results
_____________________________
29s
29s def test_asyncio_results():
29s loop = asyncio.get_event_loop()
29s > loop.run_until_complete(get_asyncio_results())
29s
29s test_duckpy_basic.py:34:
29s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
29s /usr/lib/python3.11/asyncio/base_events.py:653: in run_until_complete
29s return future.result()
29s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
29s
29s async def get_asyncio_results():
29s client = AsyncClient()
29s results = await client.search("Debian")
29s
29s # Assert first result title is not empty
29s > assert results[0]['title'] != ""
29s E IndexError: list index out of range
29s
29s test_duckpy_basic.py:23: IndexError
29s =========================== short test summary info
============================
29s FAILED test_duckpy_basic.py::test_asyncio_results - IndexError:
list index ou...
Received: (at 1059642-done) by bugs.debian.org; 16 Oct 2025 17:51:00 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-107.4 required=4.0 tests=BAYES_00,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HAS_BUG_NUMBER,RDNS_NONE,
SPF_HELO_NONE,SPF_NONE,USER_IN_DKIM_WELCOMELIST,VERSION autolearn=ham
autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 14; hammy, 139; neutral, 33; spammy,
0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|