[From nobody Tue Sep  8 05:37:07 2026
Received: (at submit) by bugs.debian.org; 1 Jul 2026 11:32:34 +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=-120.5 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,
 PP_MIME_FAKE_ASCII_TEXT,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,
 USER_IN_DKIM_WELCOMELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 59; hammy, 150; neutral, 241; spammy,
 0. spammytokens: hammytokens:0.000-+--pkgbuilddir,
 0.000-+--PKGBUILDDIR, 0.000-+--HTo:N*Debian, 0.000-+--forky,
 0.000-+--H*F:U*sanvila
Return-path: &lt;sanvila@debian.org&gt;
Received: from mitropoulos.debian.org
 ([2001:648:2ffc:deb:216:61ff:fe9d:958d]:56080)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wetBB-009YU9-2M
 for submit@bugs.debian.org; Wed, 01 Jul 2026 11:32:33 +0000
Received: via submission
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by mitropoulos.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wetB9-00GgsA-1Y
 for submit@bugs.debian.org; Wed, 01 Jul 2026 11:32:31 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Subject:To:From:Reply-To:Cc:
 MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=lenf3gNTyzvWUfQ3t3P1Z6xnedQq6boLXO/HfSEJ3JI=; b=GV4sNTQ18yP8waSBGqFKPdmIUb
 T00KUjNWGikXLDVj81ogjeKmlxdm4/vx1Cb9bCkg0GWCWLlcDXfUEfwcqt4iVDaAGn230eMywqQ5T
 54K7GD9dbd0N9M5+XgumUnoBVWmCZrzQQuT78QTX7Z/csneUJMQkBjk7QaEZa+JYFmeAvsxKJu2p1
 18CJq19b67nUONLv/780TQguqWRyz9lYeE8lJojk4b8ee17SN8jk5G67wq3UmT/FkcbOAFXzsvIrx
 tlFgFm3MCQPlWI4xs8T1c2FaAkthiALCRMTjrunyOneZ82wKAdWMDJfaTUT8nbkZPCQTmD2283HYP
 2xY7bvQg==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1wetB6-00DaBE-1r
 for submit@bugs.debian.org; Wed, 01 Jul 2026 11:32:28 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: matrix-synapse: FTBFS: error[E0407]: method `write_to_string` is not
 a member of trait `writeable::Writeable`
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1wetB6-00DaBE-1r@paradis.debian.org&gt;
Date: Wed, 01 Jul 2026 11:32:28 +0000
Delivered-To: submit@bugs.debian.org

Package: src:matrix-synapse
Version: 1.152.1-1
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/202607/

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:matrix-synapse, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]

help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:379:9
    |
379 |         writeable::impl_display_with_writeable!($type);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/extensions/unicode/keywords.rs:407:1
    |
407 | impl_writeable_for_key_value!(Keywords, &quot;ca&quot;, &quot;islamic-civil&quot;, &quot;mm&quot;, &quot;mm&quot;);
    | -------------------------------------------------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_writeable_for_key_value` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:167:9
    |
167 |           writeable::impl_display_with_writeable!($name);
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/extensions/unicode/subdivision.rs:10:1
    |
 10 | / impl_tinystr_subtag!(
 11 | |     /// A subdivision suffix used in [`SubdivisionId`].
 12 | |     ///
 13 | |     /// This suffix represents a specific subdivision code under a given [`Region`].
...   |
 46 | |     [&quot;toolooong&quot;],
 47 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/extensions/unicode/subdivision.rs:154:1
    |
154 | writeable::impl_display_with_writeable!(SubdivisionId);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:379:9
    |
379 |         writeable::impl_display_with_writeable!($type);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/extensions/unicode/value.rs:318:1
    |
318 | impl_writeable_for_subtag_list!(Value, &quot;islamic&quot;, &quot;civil&quot;);
    | ---------------------------------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_writeable_for_subtag_list` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/extensions/unicode/mod.rs:225:1
    |
225 | writeable::impl_display_with_writeable!(Unicode);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:379:9
    |
379 |         writeable::impl_display_with_writeable!($type);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/extensions/mod.rs:364:1
    |
364 | impl_writeable_for_each_subtag_str_no_test!(Extensions);
    | ------------------------------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_writeable_for_each_subtag_str_no_test` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:167:9
    |
167 |           writeable::impl_display_with_writeable!($name);
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/subtags/language.rs:5:1
    |
  5 | / impl_tinystr_subtag!(
  6 | |     /// A language subtag (examples: `&quot;en&quot;`, `&quot;csb&quot;`, `&quot;zh&quot;`, `&quot;und&quot;`, etc.)
  7 | |     ///
  8 | |     /// [`Language`] represents a Unicode base language code conformant to the
...   |
 47 | |     [&quot;419&quot;, &quot;german&quot;, &quot;en1&quot;],
 48 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:167:9
    |
167 |           writeable::impl_display_with_writeable!($name);
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/subtags/region.rs:5:1
    |
  5 | / impl_tinystr_subtag!(
  6 | |     /// A region subtag (examples: `&quot;US&quot;`, `&quot;CN&quot;`, `&quot;AR&quot;` etc.)
  7 | |     ///
  8 | |     /// [`Region`] represents a Unicode base language code conformant to the
...   |
 44 | |     [&quot;12&quot;, &quot;FRA&quot;, &quot;b2&quot;],
 45 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:167:9
    |
167 |           writeable::impl_display_with_writeable!($name);
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/subtags/script.rs:7:1
    |
  7 | / impl_tinystr_subtag!(
  8 | |     /// A script subtag (examples: `&quot;Latn&quot;`, `&quot;Arab&quot;`, etc.)
  9 | |     ///
 10 | |     /// [`Script`] represents a Unicode base language code conformant to the
...   |
 34 | |     [&quot;Latin&quot;],
 35 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:167:9
    |
167 |           writeable::impl_display_with_writeable!($name);
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/subtags/variant.rs:5:1
    |
  5 | / impl_tinystr_subtag!(
  6 | |     /// A variant subtag (examples: `&quot;macos&quot;`, `&quot;posix&quot;`, `&quot;1996&quot;` etc.)
  7 | |     ///
  8 | |     /// [`Variant`] represents a Unicode base language code conformant to the
...   |
 34 | |     [&quot;yes&quot;],
 35 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:379:9
    |
379 |         writeable::impl_display_with_writeable!($type);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/subtags/variants.rs:128:1
    |
128 | impl_writeable_for_subtag_list!(Variants, &quot;macos&quot;, &quot;posix&quot;);
    | ----------------------------------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_writeable_for_subtag_list` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

error[E0782]: expected a type, found a trait
   --&gt; /usr/share/cargo/registry/icu_locale_core-2.0.0/src/helpers.rs:167:9
    |
167 |           writeable::impl_display_with_writeable!($name);
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /usr/share/cargo/registry/icu_locale_core-2.0.0/src/subtags/mod.rs:64:1
    |
 64 | / impl_tinystr_subtag!(
 65 | |     /// A generic subtag.
 66 | |     ///
 67 | |     /// The subtag has to be an ASCII alphanumerical string no shorter than
...   |
 91 | |     [&quot;f&quot;, &quot;toolooong&quot;],
 92 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `writeable::impl_display_with_writeable` which comes from the expansion of the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info)
help: you may have misspelled this associated item, causing `Writeable` to be interpreted as a type rather than a trait
   --&gt; /usr/share/cargo/registry/writeable-0.6.3/src/lib.rs:398:36
    |
398 -                 $crate::Writeable::write_to_string(self).into_owned()
398 +                 $crate::Writeable::write_to_parts(self).into_owned()
    |

Some errors have detailed explanations: E0407, E0425, E0599, E0782.
For more information about an error, try `rustc --explain E0407`.
error: could not compile `icu_locale_core` (lib) due to 73 previous errors

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CA [too-long-redacted] argo/registry` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
💥 maturin failed
  Caused by: Failed to build a native library through cargo
  Caused by: Cargo build finished with &quot;exit status: 101&quot;: `env -u CARGO PYO3_BUILD_EXTENSION_MODULE=&quot;1&quot; PYO3_ENVIRONMENT_SIGNATURE=&quot;cpython-3.14-64bit&quot; PYO3_PYTHON=&quot;/usr/bin/python3.14&quot; PYTHON_SYS_EXECUTABLE=&quot;/usr/bin/python3.14&quot; &quot;/usr/share/cargo/bin/cargo&quot; &quot;rustc&quot; &quot;--message-format&quot; &quot;json-render-diagnostics&quot; &quot;--manifest-path&quot; &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/rust/Cargo.toml&quot; &quot;--release&quot; &quot;--lib&quot; &quot;--crate-type&quot; &quot;cdylib&quot;`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/usr/bin/python3.14', '--compatibility', 'off'] returned non-zero exit status 1

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:485: build: plugin pyproject failed with: exit code=1: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /&lt;&lt;PKGBUILDDIR&gt;&gt;/.pybuild/cpython3_3.14_matrix-synapse  
dh_auto_build: error: pybuild --build -i python{version} -p &quot;3.13 3.14&quot; --parallel=2 returned exit code 13
make: *** [debian/rules:40: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]