wiki:TracQuery

Version 3 (modified by trac, at 2010-06-13T20:31:26Z) (diff)

--

Trac Ticket Queries

In addition to reports, Trac provides support for custom ticket queries, used to display lists of tickets meeting a specified set of criteria.

To configure and execute a custom query, switch to the View Tickets module from the navigation bar, and select the Custom Query link.

Filters

When you first go to the query page the default filter will display tickets relevant to you:

  • If logged in then all open tickets it will display open tickets assigned to you.
  • If not logged in but you have specified a name or email address in the preferences then it will display all open tickets where your email (or name if email not defined) is in the CC list.
  • If not logged and no name/email defined in the preferences then all open issues are displayed.

Current filters can be removed by clicking the button to the right with the minus sign on the label. New filters are added from the pulldown lists at the bottom corners of the filters box ('And' conditions on the left, 'Or' conditions on the right). Filters with either a text box or a pulldown menu of options can be added multiple times to perform an or of the criteria.

You can use the fields just below the filters box to group the results based on a field, or display the full description for each ticket.

Once you've edited your filters click the Update button to refresh your results.

Clicking on one of the query results will take you to that ticket. You can navigate through the results by clicking the Next Ticket or Previous Ticket links just below the main menu bar, or click the Back to Query link to return to the query page.

You can safely edit any of the tickets and continue to navigate through the results using the Next/Previous/Back to Query links after saving your results. When you return to the query any tickets which were edited will be displayed with italicized text. If one of the tickets was edited such that it no longer matches the query criteria the text will also be greyed. Lastly, if a new ticket matching the query criteria has been created, it will be shown in bold.

The query results can be refreshed and cleared of these status indicators by clicking the Update button again.

Saving Queries

Trac allows you to save the query as a named query accessible from the reports module. To save a query ensure that you have Updated the view and then click the Save query button displayed beneath the results. You can also save references to queries in Wiki content, as described below.

Note: one way to easily build queries like the ones below, you can build and test the queries in the Custom report module and when ready - click Save query. This will build the query string for you. All you need to do is remove the extra line breaks.

You may want to save some queries so that you can come back to them later. You can do this by making a link to the query from any Wiki page.

[query:status=new|assigned|reopened&version=1.0 Active tickets against 1.0]

Which is displayed as:

Active tickets against 1.0

This uses a very simple query language to specify the criteria (see Query Language).

Alternatively, you can copy the query string of a query and paste that into the Wiki link, including the leading ? character:

[query:?status=new&status=assigned&status=reopened&group=owner Assigned tickets by owner]

Which is displayed as:

Assigned tickets by owner

Using the [[TicketQuery]] Macro

The TicketQuery macro lets you display lists of tickets matching certain criteria anywhere you can use WikiFormatting.

Example:

[[TicketQuery(version=0.6|0.7&resolution=duplicate)]]

This is displayed as:

No results

Just like the query: wiki links, the parameter of this macro expects a query string formatted according to the rules of the simple ticket query language.

A more compact representation without the ticket summaries is also available:

[[TicketQuery(version=0.6|0.7&resolution=duplicate, compact)]]

This is displayed as:

No results

Finally if you wish to receive only the number of defects that match the query using the count parameter.

[[TicketQuery(version=0.6|0.7&resolution=duplicate, count)]]

This is displayed as:

0

Customizing the table format

You can also customize the columns displayed in the table format (format=table) by using col=<field> - you can specify multiple fields and what order they are displayed by placing pipes (|) between the columns like below:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]]

This is displayed as:

Results (1 - 3 of 2578)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#4172 duplicate Release 1.20.0 changed archive name + contents daira hacklschorsch
#4166 fixed Debian package stopped building on Debian Unstable hacklschorsch hacklschorsch
#4165 fixed Documentation: Upload-Helper: Wording: Neutral term instead of "consumer" hacklschorsch hacklschorsch
1 2 3 4 5 6 7 8 9 10 11

Full rows

In table format you can also have full rows by using rows=<field> like below:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]]

This is displayed as:

Results (1 - 3 of 2578)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#4172 duplicate Release 1.20.0 changed archive name + contents daira hacklschorsch
Description

Via the mailing list: A report that our last release didn't look like the ones before.


I am updating pkgsrc to 1.20.0 and find that the sources suddenly have _ instead of -. This seems like a bug, and structural changes are a packaging speedbump. Plus the direcotry to which it unpacked has changed. I didn't find this in NEWS. Is this change intended?

-rw-r--r--  1954858 Oct  3  2022 /links/distfiles/tahoe-lafs-1.18.0.tar.gz
-rw-r--r--  2281905 Jan 18  2024 /links/distfiles/tahoe-lafs-1.19.0.tar.gz
-rw-r--r--  2237761 Dec 19 00:21 /links/distfiles/tahoe_lafs-1.20.0.tar.gz
#4166 fixed Debian package stopped building on Debian Unstable hacklschorsch hacklschorsch
Description

Via Andrius per eMail I received note of the following defect:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098632

https://tracker.debian.org/pkg/tahoe-lafs


Package: src:tahoe-lafs
Version: 1.20.0-2
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
  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.12 with
"build" module
I: pybuild base:311: python3.12 -m build --skip-dependency-check
--no-isolation --wheel --outdir
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tahoe-lafs  * Building wheel...

[... snipped ...]

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py:
246 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_node.py: 1
warning
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_client.py:
5 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:
606 warnings
   /usr/lib/python3/dist-packages/twisted/internet/_sslverify.py:1643:
DeprecationWarning: Passing pyOpenSSL PKey objects is deprecated. You
should use a cryptography private key instead.
     ctx.use_privatekey(self.privateKey)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/cli/test_run.py:
2 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_client.py:
37 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py:
3 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py:
70 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_multi_introducers.py:
4 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_node.py: 2
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_client.py:
5 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py:
68 warnings

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/client.py:313:
DeprecationWarning: twisted.internet.defer.returnValue was deprecated in
Twisted 24.7.0; please use standard return statement instead
     defer.returnValue(client)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/cli/test_status.py:
2 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py:
73 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_client.py:
3 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py:
54 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py:
4 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py:
150 warnings

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/common_web.py:65:
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/mutable/test_checker.py:
25 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_different_encoding.py:
1 warning
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_filenode.py:
25 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_interoperability.py:
1 warning
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_multiple_encodings.py:
1 warning
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_multiple_versions.py:
2 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py:
13 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_repair.py:
17 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_roundtrip.py:
29 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_servermap.py:
8 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_update.py:
13 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_version.py:
19 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_client.py: 3
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py:
10 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py:
16 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py:
69 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage.py:
59 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_client.py:
2 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/web/test_grid.py:
12 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py:
4 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_logs.py:
1 warning
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_root.py:
1 warning

/usr/lib/python3/dist-packages/testtools/twistedsupport/_runtest.py:338:
DeprecationWarning: twisted.internet.defer.returnValue was deprecated in
Twisted 24.7.0; please use standard return statement instead
     defer.returnValue(last_exception)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py::Problems::test_bad_server

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py:235:
DeprecationWarning: Please use assertEqual instead.
     d.addCallback(lambda res: self.assertEquals(res, b"contents 1"))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py::Problems::test_bad_server

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py:243:
DeprecationWarning: Please use assertEqual instead.
     d.addCallback(lambda res: self.assertEquals(res, b"contents 2"))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py::Problems::test_bad_server_overlap

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py:275:
DeprecationWarning: Please use assertEqual instead.
     d.addCallback(lambda res: self.assertEquals(res, b"contents 1"))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py::Problems::test_bad_server_overlap

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py:283:
DeprecationWarning: Please use assertEqual instead.
     d.addCallback(lambda res: self.assertEquals(res, b"contents 2"))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py::Problems::test_block_and_hash_query_error

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_problems.py:414:
DeprecationWarning: Please use assertEqual instead.
     self.assertEquals(data, CONTENTS))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/mutable/test_repair.py::Repair::test_non_merge
   /usr/lib/python3/dist-packages/twisted/internet/defer.py:1088:
DeprecationWarning: Please use assertEqual instead.
     current.result = callback(  # type: ignore[misc]

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_client.py::StorageClients::test_invalid_static_server
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_client.py::StorageClients::test_static_servers
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::LogCallDeferredTests::test_raise_exception
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::LogCallDeferredTests::test_return_value
   /usr/lib/python3/dist-packages/eliot/testing.py:342:
DeprecationWarning: Using a JSON encoder subclass is no longer
supported, please switch to using a default function
     kwargs["logger"] = logger = MemoryLogger(encoder=encoder_)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_client.py: 5
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py:
37 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py:
2725 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_node.py: 2
warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_storage_client.py:
47 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_introducer.py:
96 warnings

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/node.py:113:
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).
     d = datetime.datetime.utcfromtimestamp(when)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py:
11 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_system.py:
30 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_common.py:
3 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_grid.py:
28 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_web.py:
55 warnings

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/common.py:610:
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/test_deepcheck.py:
7 warnings
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/web/test_grid.py:
62 warnings

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

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py:
58 warnings

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

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py:184:
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/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py:197:
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/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py::DeepCheckWebGood::test_good

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_deepcheck.py:206:
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/test_deferredutil.py:
1 warning
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_repairer.py:
1 warning
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_upload.py:
23 warnings
   /usr/lib/python3/dist-packages/eliot/_generators.py:97:
DeprecationWarning: the (type, exc, tb) signature of throw() is
deprecated, use the single-arg signature instead.
     value_out = gen.throw(*value_in)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggedTestTests::test_logs_non_utf_8_byte

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py:120:
DeprecationWarning: Message.log() is deprecated since 1.11.0, use
Action.log() or eliot.log_message() instead.
     Message.log(hello=b"\xFF")

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggedTestTests::test_returns_fired_deferred

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py:142:
DeprecationWarning: Message.log() is deprecated since 1.11.0, use
Action.log() or eliot.log_message() instead.
     Message.log(hello="world")

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggedTestTests::test_returns_none

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py:131:
DeprecationWarning: Message.log() is deprecated since 1.11.0, use
Action.log() or eliot.log_message() instead.
     Message.log(hello="world")

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggedTestTests::test_returns_unfired_deferred

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py:154:
DeprecationWarning: Message.log() is deprecated since 1.11.0, use
Action.log() or eliot.log_message() instead.
     Message.log(hello="world")

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggedTestTests::test_returns_unfired_deferred

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py:159:
DeprecationWarning: Message.log() is deprecated since 1.11.0, use
Action.log() or eliot.log_message() instead.
     d.addCallback(lambda ignored: Message.log(goodbye="world"))

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggedTestTests::test_unserializable_fails

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py:109:
DeprecationWarning: Message.log() is deprecated since 1.11.0, use
Action.log() or eliot.log_message() instead.
     Message.log(hello=world)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::ParseDestinationDescriptionTests::test_regular_file
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::ParseDestinationDescriptionTests::test_stdout

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/util/eliotutil.py:295:
DeprecationWarning: Using a JSON encoder subclass is no longer
supported, please switch to using a default function
     return lambda reactor: FileDestination(get_file(),
encoder=AnyBytesJSONEncoder)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggingTests::test_stdlib_event_relayed
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggingTests::test_twisted_event_relayed
   /usr/lib/python3/dist-packages/eliot/logwriter.py:48:
DeprecationWarning: add_destination is deprecated since 1.1.0. Use
add_destinations instead.
     addDestination(self)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggingTests::test_stdlib_event_relayed

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/util/eliotutil.py:203:
DeprecationWarning: Message.new() is deprecated since 1.11.0, use
eliot.log_message() instead.
     Message.new(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggingTests::test_twisted_event_relayed

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/util/eliotutil.py:187:
DeprecationWarning: Message.new() is deprecated since 1.11.0, use
eliot.log_message() instead.
     Message.new(

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py::EliotLoggingTests::test_validation_failure

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_eliotutil.py:260:
DeprecationWarning: MessageType.__call__() is deprecated since 1.11.0,
use MessageType.log() instead.
     MSG(foo="Hello").write()

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py::Complete::test_create

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py:28:
DeprecationWarning: Please use assertRaises instead.
     self.failUnlessRaises(IndexError, ht.get_leaf, 8)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py::Complete::test_create

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py:30:
DeprecationWarning: Please use assertRaises instead.
     self.failUnlessRaises(IndexError, ht.parent, 0)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py::Complete::test_create

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py:31:
DeprecationWarning: Please use assertRaises instead.
     self.failUnlessRaises(IndexError, ht.needed_for, -1)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py::Incomplete::test_check

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py:209:
DeprecationWarning: Please use assertRaises instead.
     self.failUnlessRaises(IndexError, ht.get_leaf, 8)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py::Incomplete::test_create

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_hashtree.py:78:
DeprecationWarning: Please use assertRaises instead.
     self.failUnlessRaises(IndexError, ht.get_leaf, 8)

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_i2p_provider.py::ConnectToI2P::test_connect
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_i2p_provider.py::ConnectToI2P::test_connect_endpoint

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/util/i2p_provider.py:109:
DeprecationWarning: twisted.internet.defer.returnValue was deprecated in
Twisted 24.7.0; please use standard return statement instead
     returnValue(port) ; break # helps editor

.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_introducer.py::NonV1Server::test_failure
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py::FoolscapImmutableAPIsTests::test_non_matching_overlapping_writes
.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/test/test_istorageserver.py::FoolscapMutableAPIsTests::test_STARAW_write_enabler_must_match
   /usr/lib/python3/dist-packages/foolscap/call.py:887:
DeprecationWarning: twisted.python.failure.Failure.stack was deprecated
in Twisted 24.10.0
     self.stack = []

.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:
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:
562 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_logs.py::TestStreamingLogs::test_one_log

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tahoe-lafs/build/allmydata/web/logs.py:51:
DeprecationWarning: add_destination is deprecated since 1.1.0. Use
add_destinations instead.
     eliot.add_destination(self._received_eliot_log)

.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:328:
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/cli/test_grid_manager.py::GridManagerCommandLine::test_create_already
= 1 failed, 1840 passed, 5 skipped, 1 deselected, 20284 warnings in
199.16s (0:03:19) =
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.12 3.13" returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit
status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here:

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

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 could not 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.

#4165 fixed Documentation: Upload-Helper: Wording: Neutral term instead of "consumer" hacklschorsch hacklschorsch
Description

Greg Troxel suggested an improvement for the Tahoe-LAFS upload helper documentation (copy-pasted from the Tahoe-LAFS Mobile issue tracker ):

I suggest editing out the word "consumer". That's a political word that labels individuals as existing to buy things from companies, rather than a neutral term. It's also wrong; lots of businesses use cable modems that are asymmetric too. I would suggest just "DSL", but given that DSL is fading, and the concept is really "asymmetric", say that instead, as in

Unfortunately, this “expansion penalty” occurs in the upstream direction, and many Internet access connections (DSL, cable modems, cellular) have much lower upstream capacity then downstream capacity.)

1 2 3 4 5 6 7 8 9 10 11

Query Language

query: TracLinks and the [[TicketQuery]] macro both use a mini “query language” for specifying query filters. Basically, the filters are separated by ampersands (&). Each filter then consists of the ticket field name, an operator, and one or more values. More than one value are separated by a pipe (|), meaning that the filter matches any of the values. To include a litteral & or | in a value, escape the character with a backslash (\).

The available operators are:

= the field content exactly matches the one of the values
~= the field content contains one or more of the values
^= the field content starts with one of the values
$= the field content ends with one of the values

All of these operators can also be negated:

!= the field content matches none of the values
!~= the field content does not contain any of the values
!^= the field content does not start with any of the values
!$= the field content does not end with any of the values

The date fields created and modified can be constrained by using the = operator and specifying a value containing two dates separated by two dots (..). Either end of the date range can be left empty, meaning that the corresponding end of the range is open. The date parser understands a few natural date specifications like "3 weeks ago", "last month" and "now", as well as Bugzilla-style date specifications like "1d", "2w", "3m" or "4y" for 1 day, 2 weeks, 3 months and 4 years, respectively. Spaces in date specifications can be left out to avoid having to quote the query string.

created=2007-01-01..2008-01-01 query tickets created in 2007
created=lastmonth..thismonth query tickets created during the previous month
modified=1weekago.. query tickets that have been modified in the last week
modified=..30daysago query tickets that have been inactive for the last 30 days

See also: TracTickets, TracReports, TracGuide