Have been failing for the last couple of days on the verify reproducibility step, I am not entirely sure this is the failure, I can't seem to find what is the problem:
perl: warning: Falling back to the standard locale ("C").
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/package/apache-arrow-apt-source-26.0.0~dev20260906'
gpg \
--no-default-keyring \
--homedir /tmp \
--keyring ./apache-arrow-apt-source.kbx \
--import KEYS
gpg: keybox './apache-arrow-apt-source.kbx' created
gpg: key 97D7E8647AE7E47B: 2 signatures not checked due to missing keys
gpg: /tmp/trustdb.gpg: trustdb created
gpg: key 97D7E8647AE7E47B: public key "Julien Le Dem <julien@ledem.net>" imported
gpg: key 02DABFDF1679D194: public key "Julien Le Dem <julien@ledem.net>" imported
gpg: key 29D94E228CAAD602: public key "Uwe L. Korn <uwe@apache.org>" imported
gpg: key F105883A1735623D: public key "William Wesley McKinney (CODE SIGNING KEY) <wesm@apache.org>" imported
gpg: key 91D18FCF079F8007: 38 signatures not checked due to missing keys
gpg: key 91D18FCF079F8007: public key "Kouhei Sutou <kou@cozmixng.org>" imported
gpg: key 9F453D0CC3E4F6BA: public key "Charles Phillip Cloud <cpcloud@gmail.com>" imported
gpg: key 25BCCA5220D84079: public key "Krisztian Szucs (apache) <szucs.krisztian@gmail.com>" imported
gpg: key 755E743692EA1D85: public key "Micah Kornfield (Apache Arrow Code Signing Key) <emkornfield@gmail.com>" imported
gpg: key 0801999AF78748E8: public key "Jorge C. Leitao <jorgecarleitao@gmail.com>" imported
gpg: key 45127976E1E825D4: public key "Andrew A Lamb (https://github.com/alamb) <andrew@nerdnetworks.org>" imported
gpg: key CA1AB41406F9DBAD: public key "Qingping Hou (CODE SIGNING KEY) <houqp@apache.org>" imported
gpg: key 000488D7717D3FB2: public key "Neville Dipale <nevime@apache.org>" imported
gpg: key 0B8A854E87467E2C: public key "Andy Grove <agrove@apache.org>" imported
gpg: key 9CBA4EF977CA20B8: public key "David Li (CODE SIGNING KEY) <lidavidm@apache.org>" imported
gpg: key 03F0D5EA3790810C: public key "Raphael Jaen Taylor-Davies <r.taylordavies@googlemail.com>" imported
gpg: key 275C532289DD0F4A: public key "Ra�l Cumplido Dom�nguez (CODE SIGNING KEY) <raulcd@apache.org>" imported
gpg: key 4B86A1E5E59C8B81: public key "Matt Topol <zeroshade@apache.org>" imported
gpg: key 36FFB914CB8433D7: public key "Bryce Douglas Mecum <brycemecum@apache.org>" imported
gpg: key 72A6333C8A461DF4: public key "Gang Wu <gangwu@apache.org>" imported
gpg: key 65F4A8CA9769ECD7: public key "Apache Arrow Automated Release Signing <private@arrow.apache.org>" imported
gpg: key 11EED37774305956: public key "Curt Hagenlocher <curt@hagenlocher.org>" imported
gpg: key 9E922B2D60E9FD1C: public key "Raul Cumplido Dominguez (CODE SIGNING KEY) <raulcd@apache.org>" imported
gpg: key BFF2EE42C8282E76: public key "Jean-Baptiste Onofr� <jbonofre@apache.org>" imported
gpg: key D98117EFADB40C2B: public key "Dewey Dunnington (Apache Code Signing Key) <dewey@dunnington.ca>" imported
gpg: Total number processed: 24
gpg: imported: 24
gpg: no ultimately trusted keys found
gpg \
--no-default-keyring \
--homedir /tmp \
--keyring ./apache-arrow-apt-source.kbx \
--armor \
--export > apache-arrow-apt-source.asc
( \
distribution=$(lsb_release --id --short | tr 'A-Z' 'a-z'); \
code_name=$(lsb_release --codename --short); \
echo "Types: deb deb-src"; \
echo "URIs: [https://packages.apache.org/artifactory/arrow/${distribution}/](https://packages.apache.org/artifactory/arrow/$%7Bdistribution%7D/)"; \
echo "Suites: ${code_name}"; \
echo "Components: main"; \
echo "Signed-By: /usr/share/keyrings/apache-arrow-apt-source.asc"; \
) > apache-arrow.sources
make[1]: Leaving directory '/build/package/apache-arrow-apt-source-26.0.0~dev20260906'
dh_prep
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "et_EE.UTF-8",
LC_CTYPE = (unset),
LC_NUMERIC = (unset),
LC_COLLATE = (unset),
LC_TIME = (unset),
LC_MESSAGES = (unset),
LC_MONETARY = (unset),
LC_ADDRESS = (unset),
LC_IDENTIFICATION = (unset),
LC_MEASUREMENT = (unset),
LC_PAPER = (unset),
LC_TELEPHONE = (unset),
LC_NAME = (unset),
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
dh_auto_install --destdir=debian/apache-arrow-apt-source/
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "et_EE.UTF-8",
LC_CTYPE = (unset),
LC_NUMERIC = (unset),
LC_COLLATE = (unset),
LC_TIME = (unset),
LC_MESSAGES = (unset),
LC_MONETARY = (unset),
LC_ADDRESS = (unset),
LC_IDENTIFICATION = (unset),
LC_MEASUREMENT = (unset),
LC_PAPER = (unset),
LC_TELEPHONE = (unset),
LC_NAME = (unset),
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
dh_auto_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
debian/rules override_dh_install
make[1]: Entering directory '/build/package/apache-arrow-apt-source-26.0.0~dev20260906'
install -d debian/tmp/usr/share/keyrings/
install -m 0644 apache-arrow-apt-source.asc \
debian/tmp/usr/share/keyrings/
install -d debian/tmp/etc/apt/sources.list.d/
install -m 0644 apache-arrow.sources \
debian/tmp/etc/apt/sources.list.d/
dh_install
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "et_EE.UTF-8",
LC_CTYPE = (unset),
LC_NUMERIC = (unset),
LC_COLLATE = (unset),
LC_TIME = (unset),
LC_MESSAGES = (unset),
LC_MONETARY = (unset),
LC_ADDRESS = (unset),
LC_IDENTIFICATION = (unset),
LC_MEASUREMENT = (unset),
LC_PAPER = (unset),
LC_TELEPHONE = (unset),
LC_NAME = (unset),
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
make[1]: Leaving directory '/build/package/apache-arrow-apt-source-26.0.0~dev20260906'
dh_installdocs
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "et_EE.UTF-8",
LC_CTYPE = (unset),
LC_NUMERIC = (unset),
LC_COLLATE = (unset),
LC_TIME = (unset),
LC_MESSAGES = (unset),
LC_MONETARY = (unset),
LC_ADDRESS = (unset),
LC_IDENTIFICATION = (unset),
LC_MEASUREMENT = (unset),
LC_PAPER = (unset),
LC_TELEPHONE = (unset),
LC_NAME = (unset),
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_installchangelogs
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "et_EE.UTF-8",
LC_CTYPE = (unset),
LC_NUMERIC = (unset),
LC_COLLATE = (unset),
LC_TIME = (unset),
LC_MESSAGES = (unset),
LC_MONETARY = (unset),
LC_ADDRESS = (unset),
LC_IDENTIFICATION = (unset),
LC_MEASUREMENT = (unset),
LC_PAPER = (unset),
LC_TELEPHONE = (unset),
LC_NAME = (unset),
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Describe the bug, including details regarding any error messages, version, and platform.
The debian-trixie nightly jobs:
Have been failing for the last couple of days on the verify reproducibility step, I am not entirely sure this is the failure, I can't seem to find what is the problem:
Component(s)
Continuous Integration, Packaging