[From nobody Fri Apr 17 14:51:08 2026
Received: (at submit) by bugs.debian.org; 16 Apr 2026 18:35:49 +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=-109.7 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
 DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
 SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
 XMAILER_REPORTBUG autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 20; hammy, 130; neutral, 27; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;bunk@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:39048)
 by buxtehude.debian.org with utf8esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bunk@debian.org&gt;) id 1wDRZ7-00Bqlu-0g
 for submit@bugs.debian.org; Thu, 16 Apr 2026 18:35:49 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Date:Message-ID:Subject:To:From:
 Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=mYmh/6Be1bglG94v7NDS3+BlYUnNIwguq+kLmfS5sBs=; b=OJVC0AwCDVJIlnoEQAMoSDdT9J
 e2szcLnOJx+j5jJH+mDx4U6phxInQ8jS8nAUOlqwQVXEPb8869KB35MsVK0qnvSX44rofPlu/kTII
 Hq2LE4+ZZGaHHnY4IZDFZLz2rlFSLAleSdvNgLflqvemc8Srya7AAxFmIPZsh1nQ242Cj1h2nPwyv
 Iap60DlwRflQX0zXHQe5WQPrnmrId/i42boXeGKi7/5ewE6BhbAQ/OhdFJdZMtrAsJzCZKPGzyTg0
 GMAzvigz3bDlgcme7mKz+L6DA1Fsj3FD8gMkaAyho5kP5bXxocuMXVIFXDKtcSCSzvodDw2BgWQzc
 zLPGWT7g==;
Received: from authenticated user by stravinsky.debian.org with utf8esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bunk@debian.org&gt;) id 1wDRZ5-00Eo4v-1p;
 Thu, 16 Apr 2026 18:35:47 +0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Adrian Bunk &lt;bunk@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: starship FTBFS: no method named `to_string_as` found for struct
 `systemstat::ByteSize` in the current scope
Message-ID: &lt;177636454714.1187335.987383154309054231.reportbug@localhost&gt;
X-Mailer: reportbug 13.2.0
Date: Thu, 16 Apr 2026 21:35:47 +0300
X-Debian-User: bunk
Delivered-To: submit@bugs.debian.org

Source: starship
Version: 1.22.1-8.1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=starship&amp;ver=1.22.1-8.1%2Bb1

...
error[E0599]: no method named `to_string_as` found for struct `systemstat::ByteSize` in the current scope
  --&gt; src/modules/memory_usage.rs:13:32
   |
13 |     let mut display_bytes = bs.to_string_as(true);
   |                                ^^^^^^^^^^^^
   |
help: there is a method `to_string` with a similar name, but with different arguments
  --&gt; /usr/src/rustc-1.94.1/library/alloc/src/string.rs:2882:4

For more information about this error, try `rustc --explain E0599`.
warning: `starship` (lib) generated 1 warning
error: could not compile `starship` (lib) due to 1 previous error; 1 warning emitted
...
]