Your message dated Mon, 17 Nov 2025 17:00:28 +0000
with message-id <[email protected]>
and subject line Bug#1117435: fixed in tahoe-lafs 1.20.0-7
has caused the Debian Bug report #1117435,
regarding tahoe-lafs: FTBFS: FAILED 
allmydata/test/web/test_logs.py::TestStreamingLogs::test_one_log - Fai...
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 [email protected]
immediately.)


-- 
1117435: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117435
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tahoe-lafs
Version: 1.20.0-6
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202510/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:tahoe-lafs, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs  
* Building wheel...
Successfully built tahoe_lafs-1.20.0-py3-none-any.whl

[... snipped ...]


.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py::Signatures::test_sign
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py:1014:
 DeprecationWarning: Please use assertRaises instead.
    self.failUnlessRaises(UnknownKeyError,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py::Signatures::test_sign
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py:1016:
 DeprecationWarning: Please use assertRaises instead.
    self.failUnlessRaises(UnknownKeyError,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py::Signatures::test_sign
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py:1021:
 DeprecationWarning: Please use assertRaises instead.
    self.failUnlessRaises(BadSignature,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py::Signatures::test_sign
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py:1025:
 DeprecationWarning: Please use assertRaises instead.
    self.failUnlessRaises(UnknownKeyError,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py::Signatures::test_sign
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py:1027:
 DeprecationWarning: Please use assertRaises instead.
    self.failUnlessRaises(UnknownKeyError,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py: 
77 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py: 4 
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 990 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/storage/http_client.py:290:
 DeprecationWarning: Attempting to mutate a Context after a Connection was 
created. In the future, this will raise an exception
    ctx.set_verify(SSL.VERIFY_PEER, always_validate)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py: 
77 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py: 4 
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 989 
warnings
  /usr/lib/python3/dist-packages/twisted/internet/_sslverify.py:2019: 
DeprecationWarning: Attempting to mutate a Context after a Connection was 
created. In the future, this will raise an exception
    context.set_alpn_select_callback(protoSelectCallback)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py: 
77 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py: 4 
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 989 
warnings
  /usr/lib/python3/dist-packages/twisted/internet/_sslverify.py:2020: 
DeprecationWarning: Attempting to mutate a Context after a Connection was 
created. In the future, this will raise an exception
    context.set_alpn_protos(acceptableProtocols)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py: 
12 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py:414:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue((storage_index, renew_secret, cancel_secret))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py: 
18 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 56 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/storage_client.py:1606:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    defer.returnValue(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py: 
22 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 134 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/storage_client.py:1530:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    defer.returnValue(None)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py: 
45 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 555 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/storage_client.py:1503:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    defer.returnValue(result)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py: 
5 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 188 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/storage_client.py:1627:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    defer.returnValue({

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py: 
14 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py:904:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue((secrets, storage_index))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_multi_introducers.py::MultiIntroTests::test_reject_default_in_yaml
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/node.py:618: 
DeprecationWarning: tahoe.cfg [client]introducer.furl is deprecated; use 
private/introducers.yaml instead.
    warn(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_openmetrics.py::OpenMetrics::test_spec_compliance
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_openmetrics.py:224:
 DeprecationWarning: Using readBody with a transport that does not have an 
abortConnection method
    d = readBody(response)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py::Server::test_bad_container_version
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py:832:
 DeprecationWarning: Please use assertRaises instead.
    e = self.failUnlessRaises(UnknownImmutableContainerVersionError,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py::Server::test_leases
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py:1088:
 DeprecationWarning: Please use assertRaises instead.
    self.failUnlessRaises(IndexError, ss.renew_lease, b"si0", cs0)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py::Server::test_leases
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py:1089:
 DeprecationWarning: Please use assertRaises instead.
    self.failUnlessRaises(IndexError, ss.renew_lease, b"si0", rs1)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py::MutableServer::test_allocate
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py:1537:
 DeprecationWarning: Please use assertRaises instead.
    f = self.failUnlessRaises(BadWriteEnablerError,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py::MutableServer::test_bad_magic
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py:1401:
 DeprecationWarning: Please use assertRaises instead.
    e = self.failUnlessRaises(UnknownMutableContainerVersionError,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py::MutableServer::test_container_size
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py:1426:
 DeprecationWarning: Please use assertRaises instead.
    self.failUnlessRaises(DataTooLargeError,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py::MutableServer::test_leases
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py:1721:
 DeprecationWarning: Please use assertRaises instead.
    e = self.failUnlessRaises(IndexError,

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py::MDMFProxies::test_write_enforces_order_constraints
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py:2738:
 DeprecationWarning: Please use assertRaises instead.
    self.failUnlessRaises(LayoutInvalid, mw0.get_signable))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_server_certificate_expired
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_server_certificate_has_wrong_hash
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_server_certificate_has_wrong_hash
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_server_certificate_not_valid_yet
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_success
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/certs.py:50:
 DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for 
removal in a future version. Use timezone-aware objects to represent datetimes 
in UTC: datetime.datetime.now(datetime.UTC).
    starts = datetime.datetime.utcnow() + datetime.timedelta(days=valid_in_days)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_server_certificate_expired
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_server_certificate_has_wrong_hash
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_server_certificate_has_wrong_hash
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_server_certificate_not_valid_yet
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_https.py::PinningHTTPSValidation::test_success
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/certs.py:51:
 DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for 
removal in a future version. Use timezone-aware objects to represent datetimes 
in UTC: datetime.datetime.now(datetime.UTC).
    expires = datetime.datetime.utcnow() + datetime.timedelta(days=expires_days)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_web.py::LeaseCrawler::test_expire_cutoff_date
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_web.py::LeaseCrawler::test_expire_cutoff_date
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_web.py::LeaseCrawler::test_only_immutable
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_web.py::LeaseCrawler::test_only_mutable
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_time_format.py::TimeFormat::test_iso_utc
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_time_format.py::TimeFormat::test_iso_utc
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/util/time_format.py:21:
 DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and 
scheduled for removal in a future version. Use timezone-aware objects to 
represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, 
datetime.UTC).
    return datetime.datetime.utcfromtimestamp(now).isoformat()[:10]

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 4 
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_grid.py: 10 
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py: 10 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/directory.py:694:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    defer.returnValue(self.dirnode_children)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 4 
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_grid.py: 10 
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py: 10 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/directory.py:680:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    defer.returnValue(template)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py: 126 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py:1408:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    defer.returnValue((out,err))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py::SystemTest::test_upload_and_download_convergent
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py::SystemTest::test_upload_and_download_random_key
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py::HTTPSystemTest::test_upload_and_download_convergent
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py::HTTPSystemTest::test_upload_and_download_random_key
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/common_system.py:968:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    defer.returnValue(c)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_tor_provider.py::LaunchTor::test_launch
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_tor_provider.py::LaunchTor::test_launch_executable
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/util/tor_provider.py:137:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue((tor_control_endpoint_desc, tor))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_tor_provider.py::ConnectToTor::test_connect
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_tor_provider.py::ConnectToTor::test_connect_endpoint
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/util/tor_provider.py:154:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue((port, tor_control_proto)) ; break # helps editor

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_tor_provider.py::Provider::test_handler_launch
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_tor_provider.py::Provider::test_handler_launch
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/util/tor_provider.py:301:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue(tor_control_endpoint)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_common.py::RenderExceptionTests::test_unknown
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/common.py:615:
 DeprecationWarning: Message.log() is deprecated since 1.11.0, use Action.log() 
or eliot.log_message() instead.
    Message.log(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_grid.py::Grid::test_mutant_dirnodes_are_omitted
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_grid.py:586:
 DeprecationWarning: Call to deprecated method findNextSibling. (Replaced by 
find_next_sibling) -- Deprecated since version 4.0.0.
    a = td.findNextSibling()(u"a")[0]

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_grid.py::Grid::test_mutant_dirnodes_are_omitted
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_grid.py::Grid::test_mutant_dirnodes_are_omitted
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_grid.py:590:
 DeprecationWarning: Call to deprecated method findNextSibling. (Replaced by 
find_next_sibling) -- Deprecated since version 4.0.0.
    self.assertThat(td.findNextSibling().findNextSibling().text, 
Equals(u"{}".format(len("one"))))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py::IntroducerWeb::test_basic_information
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py::IntroducerWeb::test_json_front_page
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py::IntroducerWeb::test_tahoe_css
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py::IntroducerWeb::test_welcome
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py:97:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    defer.returnValue((intro_node, ws))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py::IntroducerRootTests::test_json
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py:210:
 DeprecationWarning: Tub.listenOn('tcp:0') was deprecated in Foolscap 0.12.0; 
please use pre-allocated port numbers instead
    main_tub.listenOn(b"tcp:0")

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_private.py: 1 
warning
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_webish.py: 9 
warnings
  /usr/lib/python3/dist-packages/twisted/web/resource.py:190: 
DeprecationWarning: twisted.web.resource._UnsafeNoResource.__init__ was 
deprecated in Twisted 22.10.0; please use Use twisted.web.pages.notFound 
instead, which properly escapes HTML. instead
    return _UnsafeNoResource()

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_root.py::RenderRoot::test_root_json
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_root.py:212:
 DeprecationWarning: Please use assertEqual instead.
    self.assertEquals(len(servers), 2)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::MultiFormatResourceTests::test_unknown_format
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/common.py:815:
 DeprecationWarning: twisted.web.resource._UnsafeErrorPage.__init__ was 
deprecated in Twisted 22.10.0; please use Use twisted.web.pages.errorPage 
instead, which properly escapes HTML. instead
    return resource.ErrorPage(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py: 169 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py:565:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue(data)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_GET_DIRURL
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_GET_DIRURL
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py:2082:
 DeprecationWarning: Call to deprecated method findNextSibling. (Replaced by 
find_next_sibling) -- Deprecated since version 4.0.0.
    td.findNextSibling()(u"a")[0][u"href"] == sub_url

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py: 27 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/common.py:978:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue(body)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_GET_DIRURL_literal
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py:2130:
 DeprecationWarning: Call to deprecated method findNextSibling. (Replaced by 
find_next_sibling) -- Deprecated since version 4.0.0.
    td.findNextSibling()(u"a")[0]

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_GET_DIRURL_readonly_dir
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py:2101:
 DeprecationWarning: Call to deprecated method findNextSibling. (Replaced by 
find_next_sibling) -- Deprecated since version 4.0.0.
    td.findNextSibling()(u"a")[0]

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py: 32 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py:562:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue( (data, str(response.code), response.headers) )

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_GET_FILE_URI_badchild
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/filenode.py:180:
 DeprecationWarning: twisted.web.resource._UnsafeErrorPage.__init__ was 
deprecated in Twisted 22.10.0; please use Use twisted.web.pages.errorPage 
instead, which properly escapes HTML. instead
    return ErrorPage(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py: 16 
warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py:4353:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue(location)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_HEAD_FILEURL
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_HEAD_FILEURL_partial_end_range
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_HEAD_FILEURL_partial_range
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_HEAD_FILEURL_range
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_POST_upload_mutable
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py:576:
 DeprecationWarning: twisted.internet.defer.returnValue was deprecated in 
Twisted 24.7.0; please use standard return statement instead
    returnValue( ("", response.code, response.headers) )

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_PUT_FILE_URI_badchild
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/filenode.py:174:
 DeprecationWarning: twisted.web.resource._UnsafeErrorPage.__init__ was 
deprecated in Twisted 22.10.0; please use Use twisted.web.pages.errorPage 
instead, which properly escapes HTML. instead
    return ErrorPage(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_PUT_NEWDIRURL_blocked
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_PUT_NEWFILEURL_blocked
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/directory.py:205:
 DeprecationWarning: twisted.web.resource._UnsafeErrorPage.__init__ was 
deprecated in Twisted 22.10.0; please use Use twisted.web.pages.errorPage 
instead, which properly escapes HTML. instead
    return ErrorPage(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_bad_method
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_short_url
  /usr/lib/python3/dist-packages/twisted/web/server.py:343: DeprecationWarning: 
twisted.web.resource._UnsafeErrorPage.__init__ was deprecated in Twisted 
22.10.0; please use Use twisted.web.pages.errorPage instead, which properly 
escapes HTML. instead
    epage = resource._UnsafeErrorPage(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_status_path_404_error
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_status_path_404_error
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_status_path_404_error
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_status_path_404_error
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py::Web::test_status_path_404_error
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/common.py:496:
 DeprecationWarning: twisted.web.resource._UnsafeNoResource.__init__ was 
deprecated in Twisted 22.10.0; please use Use twisted.web.pages.notFound 
instead, which properly escapes HTML. instead
    return resource.NoResource()

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED allmydata/test/web/test_logs.py::TestStreamingLogs::test_one_log - Fai...
= 1 failed, 1840 passed, 5 skipped, 1 deselected, 25145 warnings in 203.10s 
(0:03:23) =
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build; python3.13 -m pytest 
-k 'not testing_tub'
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: tahoe-lafs
Source-Version: 1.20.0-7
Done: Andrius Merkys <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tahoe-lafs, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrius Merkys <[email protected]> (supplier of updated tahoe-lafs 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 [email protected])


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

Format: 1.8
Date: Mon, 17 Nov 2025 02:41:52 -0500
Source: tahoe-lafs
Architecture: source
Version: 1.20.0-7
Distribution: unstable
Urgency: medium
Maintainer: Andrius Merkys <[email protected]>
Changed-By: Andrius Merkys <[email protected]>
Closes: 1117435
Changes:
 tahoe-lafs (1.20.0-7) unstable; urgency=medium
 .
   [ Elena Grandi ]
   * Backport Amend TestStreamingLogs to work with Twisted 25.5.0
     (Closes: #1117435)
   * Explicitely add missing dependencies (Closes: #1117435)
Checksums-Sha1:
 27bb67e46173f1daecec25fe39fa5eca9fb9eb3b 2781 tahoe-lafs_1.20.0-7.dsc
 536edde24860d746bdf83c4ae6a1105a137f0378 19560 
tahoe-lafs_1.20.0-7.debian.tar.xz
 548f07c3cf58233a858ed171fcd740ecbf55604e 9672 
tahoe-lafs_1.20.0-7_source.buildinfo
Checksums-Sha256:
 8e8288b11a927fe9f64e7f24147cb92b94fad304e3f5eb6c1daa04f6e6827555 2781 
tahoe-lafs_1.20.0-7.dsc
 c17cce2e2c1ccaaf7a652e512b96712fc8599aa8a214195899b3b40d1936d458 19560 
tahoe-lafs_1.20.0-7.debian.tar.xz
 ac3a3f1b66749efc080003c29f850d751729892c53b57b75c1f75dfab3216ef5 9672 
tahoe-lafs_1.20.0-7_source.buildinfo
Files:
 7534904a8595e081dcb2f43c8aed3b5f 2781 utils optional tahoe-lafs_1.20.0-7.dsc
 97214ca9e185593a5f6f974bd67498d8 19560 utils optional 
tahoe-lafs_1.20.0-7.debian.tar.xz
 2c81a74ae7d50e9c3fa4019409d0d48c 9672 utils optional 
tahoe-lafs_1.20.0-7_source.buildinfo

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

iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmka0kASHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHOtUP/jJ0TsQ3tLlANo6kWT4Mdu76D1iSee88
qNgL45IQyTndiG3Ly2iKplhBlCpnDwuo+r1R5FpjDShPKPRVov3zD5n/yrHy8p9C
0mHnNGzPQeVoYWW7yHTT7oautkSw6SXP/rDAqxM8Rps0orSNX3XuiIXCFVQHJIKO
QhzkIbfE5iZrXhgECRhaSx3+M5m5Q5lVFEdRjCZ47aqLDRJdzIcn22+gSVirBXKP
5YP9PR/ms1xAqapw5eik9Lx9NjdsIkuRHpA6bbbCkZh/aGy6uzU5VGX3VQp2g4zR
uz2WgAFbUGzYahhBbVJ6huWxrYxbIQazJlY6AeOENTn6DHjaHWMDtL24ABLkDqeA
2mswMeLmeLYyDoOuPhzxIXGziyDc122H7KIjQ+pW5o88kUvXYBFJirSz2bR4og5V
Pnlg8b8MsQ6htMw2pDlpDgUcy5wIdW99+QDd7hydMC0hHv4DOotcYqf0fNiRh8JY
uzZ4sbVI15RZFJFYqpLh7asl7FWvj0ar9ahwQxRpAtSfqtZJCanpiOkYYWtNORPo
WtxH8vpo2mUobBlxzrHuR5Gv7Jw98ZvndDNyK2mmvZCPq/c/y4U3GmFrq0BLg9Aj
GW+05kwgNh+ZXvzrFoITHI59zls5uV9G/1K3lNurKmaNQ1XE9kmplp5iS1Gh248V
lpeGouCT1ZJy
=aZer
-----END PGP SIGNATURE-----

Attachment: pgpzaT0x3r7By.pgp
Description: PGP signature


--- End Message ---

Reply via email to