raulcd opened a new issue, #51217:
URL: https://github.com/apache/arrow/issues/51217

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The debian-trixie nightly jobs:
   - 
[debian-trixie-amd64](https://github.com/apache/arrow/actions/runs/34075994366/job/101602118975)
   - 
[debian-trixie-arm64](https://github.com/apache/arrow/actions/runs/34075994366/job/101602119077)
   
   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 <[email protected]>" 
imported
   gpg: key 02DABFDF1679D194: public key "Julien Le Dem <[email protected]>" 
imported
   gpg: key 29D94E228CAAD602: public key "Uwe L. Korn <[email protected]>" 
imported
   gpg: key F105883A1735623D: public key "William Wesley McKinney (CODE SIGNING 
KEY) <[email protected]>" imported
   gpg: key 91D18FCF079F8007: 38 signatures not checked due to missing keys
   gpg: key 91D18FCF079F8007: public key "Kouhei Sutou <[email protected]>" 
imported
   gpg: key 9F453D0CC3E4F6BA: public key "Charles Phillip Cloud 
<[email protected]>" imported
   gpg: key 25BCCA5220D84079: public key "Krisztian Szucs (apache) 
<[email protected]>" imported
   gpg: key 755E743692EA1D85: public key "Micah Kornfield (Apache Arrow Code 
Signing Key) <[email protected]>" imported
   gpg: key 0801999AF78748E8: public key "Jorge C. Leitao 
<[email protected]>" imported
   gpg: key 45127976E1E825D4: public key "Andrew A Lamb 
(https://github.com/alamb) <[email protected]>" imported
   gpg: key CA1AB41406F9DBAD: public key "Qingping Hou (CODE SIGNING KEY) 
<[email protected]>" imported
   gpg: key 000488D7717D3FB2: public key "Neville Dipale <[email protected]>" 
imported
   gpg: key 0B8A854E87467E2C: public key "Andy Grove <[email protected]>" 
imported
   gpg: key 9CBA4EF977CA20B8: public key "David Li (CODE SIGNING KEY) 
<[email protected]>" imported
   gpg: key 03F0D5EA3790810C: public key "Raphael Jaen Taylor-Davies 
<[email protected]>" imported
   gpg: key 275C532289DD0F4A: public key "Ra�l Cumplido Dom�nguez (CODE SIGNING 
KEY) <[email protected]>" imported
   gpg: key 4B86A1E5E59C8B81: public key "Matt Topol <[email protected]>" 
imported
   gpg: key 36FFB914CB8433D7: public key "Bryce Douglas Mecum 
<[email protected]>" imported
   gpg: key 72A6333C8A461DF4: public key "Gang Wu <[email protected]>" imported
   gpg: key 65F4A8CA9769ECD7: public key "Apache Arrow Automated Release 
Signing <[email protected]>" imported
   gpg: key 11EED37774305956: public key "Curt Hagenlocher 
<[email protected]>" imported
   gpg: key 9E922B2D60E9FD1C: public key "Raul Cumplido Dominguez (CODE SIGNING 
KEY) <[email protected]>" imported
   gpg: key BFF2EE42C8282E76: public key "Jean-Baptiste Onofr� 
<[email protected]>" imported
   gpg: key D98117EFADB40C2B: public key "Dewey Dunnington (Apache Code Signing 
Key) <[email protected]>" 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").
   ```
   
   
   ### Component(s)
   
   Continuous Integration, Packaging


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to