[From nobody Sun Jul 12 04:53:07 2026
Received: (at submit) by bugs.debian.org; 9 Jul 2026 16:42:24 +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,
 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, 9; hammy, 150; neutral, 117; 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]:46378)
 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 1whrpQ-00HHXj-0L
 for submit@bugs.debian.org; Thu, 09 Jul 2026 16:42:24 +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 1whrpO-00597L-1b
 for submit@bugs.debian.org; Thu, 09 Jul 2026 16:42:22 +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=b1JETWwlavxkbKPOVknZozmxUhd2wqmWXqOZGs069Ck=; b=JOVY64/kbgG4UX9XS6eF2sii3W
 FgPoUTsWBtZ6nGKt3Pfo01OPQ5Sp1PkWfI3E/KSgzMtNIQ9ttYE3Kmda/wqWgHTYZeFxW73PhlN8S
 vuOUkPd9dCSe7QAoJz3axAV/atTZRhQ9pNWb2Xlw1L5fCq17NMwwcCttSmPUWginGHVtSnt/1OFCC
 DRwZLN0F+i03mXzSDqkGc78ZJmdYlnUEaTDqlZBsF2OFLxBwEL6/ZWjajhkPpUm1bywqg/vmPgmoF
 jbSNSJCMS+i4ybWatJwElBZMG/UlVhZRPdtgwsjW1QIZ1mV3hmlF3fjxlukxoe+0CYK479B+dLE5c
 MlkrOv4Q==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1whrpM-004hhx-31
 for submit@bugs.debian.org; Thu, 09 Jul 2026 16:42:20 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: php-parser: FTBFS with the nocheck build profile
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1whrpM-004hhx-31@paradis.debian.org&gt;
Date: Thu, 09 Jul 2026 16:42:20 +0000
Delivered-To: submit@bugs.debian.org

Package: src:php-parser
Version: 5.8.0-1
Severity: serious
Tags: forky sid ftbfs
User: debian-qa@lists.debian.org
Usertags: ftbfs-nocheck-profile

Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
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/

A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:

https://wiki.debian.org/qa.debian.org/FTBFS/nocheck

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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
phpab \
	--tolerant \
	--output lib/PhpParser/autoload.php \
	--template debian/autoload.php.tpl \
	lib/PhpParser
phpab %development% - Copyright (C) 2009 - 2026 by Arne Blankerts and Contributors

Scanning directory lib/PhpParser

Autoload file lib/PhpParser/autoload.php generated.

# Workaround to mimic the installation path during tests.
mkdir --parents \
	vendor \
	mimic/usr/bin \
	mimic/usr/share/php/data \
	mimic/usr/share/php/SebastianBergmann
cp -a /usr/bin/phpunit mimic/usr/bin/
cp: cannot stat '/usr/bin/phpunit': No such file or directory
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 1
make[1]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]