[From nobody Sun May 24 12:07:07 2026
Received: (at submit) by bugs.debian.org; 2 Jul 2024 13:18:21 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-105.2 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,
 USER_IN_DKIM_WHITELIST autolearn=ham autolearn_force=no
 version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 13; hammy, 150; neutral, 130; 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:108, 0.000-+--H*RT:311
Return-path: &lt;lucas@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:36414)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=stravinsky.debian.org, EMAIL=hostmaster@stravinsky.debian.org (verified)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;lucas@debian.org&gt;) id 1sOdOo-009tl0-79
 for submit@bugs.debian.org; Tue, 02 Jul 2024 13:18:20 +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-Type:MIME-Version:Message-ID:
 Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=+VifM94a3NEec7o3u9gPyCD6GG88P04ShESl9fuQXxk=; b=D6xnhCcCWHg9a1+5AA6xfR2pa7
 B9nVKSF1c0f1+UAAHrLg+KOupO+2aer0j4TOS0gB5bmtvBwhA1MjhbX2VGr6eRxEwJffxQ0z3iQma
 8DdBxdMdNCk2Gfnc4+pg6w8/iiegRhT/sfNX5TM1113ibCzB9PZ1+6kUHPKJzXXZ9GEz81uG+UYZk
 DLl6g/CjtRcafRWZA1epAsYkNAlPRctiKLVA2gYgq4+kQREQXJGN+yJZWGn0ktxQ+pZ5qOsrxQnop
 TFa3gBjAcWsBcjM51cPuud1EYmND15lgDIFrLLJJwQHha61FIKsUyyPkV3HSdClXWqRxQkV16VHgD
 B2lVGA3A==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;lucas@debian.org&gt;) id 1sOdOl-002exs-IL
 for submit@bugs.debian.org; Tue, 02 Jul 2024 13:18:19 +0000
Date: Tue, 2 Jul 2024 14:45:00 +0200
From: Lucas Nussbaum &lt;lucas@debian.org&gt;
To: submit@bugs.debian.org
Subject: pytest-salt: FTBFS: AttributeError: module 'configparser' has no
 attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
Message-ID: &lt;ZoP2TP6ZsmSVp56_@grub.nussbaum.fr&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Debian-User: lucas
Delivered-To: submit@bugs.debian.org

Source: pytest-salt
Version: 2019.6.13-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20240702 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
&gt;  fakeroot debian/rules clean
&gt; dh clean --buildsystem=pybuild --with python3
&gt;    dh_auto_clean -O--buildsystem=pybuild
&gt; I: pybuild base:311: python3.12 setup.py clean 
&gt; Traceback (most recent call last):
&gt;   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/setup.py&quot;, line 34, in &lt;module&gt;
&gt;     version=versioneer.get_version(),
&gt;             ^^^^^^^^^^^^^^^^^^^^^^^^
&gt;   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/versioneer.py&quot;, line 1614, in get_version
&gt;     return get_versions()[&quot;version&quot;]
&gt;            ^^^^^^^^^^^^^^
&gt;   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/versioneer.py&quot;, line 1546, in get_versions
&gt;     cfg = get_config_from_root(root)
&gt;           ^^^^^^^^^^^^^^^^^^^^^^^^^^
&gt;   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/versioneer.py&quot;, line 344, in get_config_from_root
&gt;     parser = configparser.SafeConfigParser()
&gt;              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
&gt; AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
&gt; E: pybuild pybuild:389: clean: plugin distutils failed with: exit code=1: python3.12 setup.py clean 
&gt; dh_auto_clean: error: pybuild --clean -i python{version} -p 3.12 returned exit code 13
&gt; make: *** [debian/rules:4: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/07/02/pytest-salt_2019.6.13-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&amp;merged=ign&amp;fnewerval=7&amp;flastmodval=7&amp;fusertag=only&amp;fusertagtag=ftbfs-20240702&amp;fusertaguser=lucas@debian.org&amp;allbugs=1&amp;cseverity=1&amp;ctags=1&amp;caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
]