[From nobody Tue Mar 17 15:11:08 2026
Received: (at submit) by bugs.debian.org; 17 Mar 2026 11:00:26 +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=-116.2 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,SPF_HELO_NONE,
 SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 17; hammy, 100; neutral, 27; spammy,
 1. spammytokens:0.855-+--forward
 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;plugwash@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:37460)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;plugwash@debian.org&gt;) id 1w2S9y-00DPwI-1z
 for submit@bugs.debian.org; Tue, 17 Mar 2026 11:00:26 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Content-Transfer-Encoding:Content-Type
 :Subject:From:To:MIME-Version:Date:Message-ID:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=S6Ky4Hp+s0+Q1BqBEYdDnZ5tZO8GJOXqSOHrYdWhzMQ=; b=Re78e/q4IRL8d/KKKHl84ikDZ3
 6zjEwWuK8YJCKti+Yh++EDeVgj64YRFA9NdM/gMU1JLLHClunW2H2nWuUYGcE1KDHe4QM/8xl9slA
 VxL7Q1hkQR4qXiPJvp1aMa2gjEb/MWWNX8KJ2Ku0SKxihMFqpfJ/9e7y1zcq7eA/Y3ho3dd5xQRSp
 53ABkIcu2Y5LEQM2oYFksXwrA/hE0MkYJOPOPShDYNgnjMBLkAefIWB7RNjcVN+SLo0iV40P2VSCo
 79xkByePfuGhrP0dk3o5MZ1Toy4zV02KJy8c67XyMmhSoYSKWiy5BP9A8jxHAj9o8uox5lHqB3NLz
 EDOTdmVQ==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128)
 (Exim 4.94.2) (envelope-from &lt;plugwash@debian.org&gt;)
 id 1w2S9y-002q0j-6W
 for submit@bugs.debian.org; Tue, 17 Mar 2026 11:00:25 +0000
Message-ID: &lt;d0033bf7-2acb-4dad-90f6-d386371b1623@debian.org&gt;
Date: Tue, 17 Mar 2026 11:00:24 +0000
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
From: Peter Green &lt;plugwash@debian.org&gt;
Subject: rust-subunit - autopkgtest failure
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Debian-User: plugwash
Delivered-To: submit@bugs.debian.org

Package: rust-subunit
Version: 0.3.0-1
Severity: serious

rust-subunit's autopkgtest fails because the code enabled by the &quot;v1&quot; feature
fails to build if the sync feature is not also enabled.

I see three possible ways forward.

1. Make the &quot;v1&quot; feature
2. Add additional conditionals to disable the &quot;sync&quot; parts of the &quot;v1&quot; code
    if the sync feature is not enabled.
3. Declare that using the &quot;v1&quot; feature without the &quot;sync&quot; feature is
    unsupported and set test_is_broken.

I feel others are likely better placed than me to decide which of these
is most appropriate.
]