SanderMeinderts opened a new issue, #26585:
URL: https://github.com/apache/airflow/issues/26585

   ### Apache Airflow version
   
   2.4.0
   
   ### What happened
   
   Hi all,
   
   When trying to build the Airflow docker file from source, the build process 
fails with error "Unable to locate package libffi7".
   The exact same script does work with versions 2.3.3 and 2.3.4.
   
   The commands run are:
   ```
   git clone -b v2-4-stable https://github.com/apache/airflow.git ./airflow-src
   docker buildx build --no-cache --build-arg AIRFLOW_VERSION="2.4.0" 
--build-arg AIRFLOW_CONSTRAINTS_REFERENCE="constraints-2.4.0" --build-arg 
PYTHON_BASE_IMAGE="python:3.9-slim-buster" ./airflow-src
   ```
   
   I'm running these commands on WSL2 with Debian version 11 (bullseye) and 
docker version 20.10.18.
   
   
   It seems to me that the docker build is looking for package libffi7 from the 
debian buster repositories (which only contain libffi6), whereas it used to 
perform a check to determine what package to use in this 
[script](https://github.com/apache/airflow/blob/v2-3-stable/scripts/docker/determine_debian_version_specific_variables.sh).
   
   
   ### What you think should happen instead
   
   The docker build should succeed.
   
   ### How to reproduce
   
   Execute the following commands in (WSL2) Debian v11 (bullseye):
   ```
   git clone -b v2-4-stable https://github.com/apache/airflow.git ./airflow-src
   docker buildx build --no-cache --build-arg AIRFLOW_VERSION="2.4.0" 
--build-arg AIRFLOW_CONSTRAINTS_REFERENCE="constraints-2.4.0" --build-arg 
PYTHON_BASE_IMAGE="python:3.9-slim-buster" ./airflow-src```
   
   ### Operating System
   
   Debian GNU/Linux 11 (bullseye)
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Other Docker-based deployment
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   Occurs every time the commands are run. As of writing also fails on the main 
branch without the additional arguments.
   
   <details>
   <summary>
   Complete log
   </summary>
   
   ```bash
   Cloning into './airflow-src'...
   remote: Enumerating objects: 264373, done.
   remote: Counting objects: 100% (56/56), done.
   remote: Compressing objects: 100% (50/50), done.
   remote: Total 264373 (delta 15), reused 30 (delta 6), pack-reused 264317
   Receiving objects: 100% (264373/264373), 185.19 MiB | 15.79 MiB/s, done.
   Resolving deltas: 100% (200479/200479), done.
   Updating files: 100% (5433/5433), done.
   [+] Building 19.7s (40/64)
    => [internal] load build definition from Dockerfile                         
                                      0.1s
    => => transferring dockerfile: 56.74kB                                      
                                      0.1s
    => [internal] load .dockerignore                                            
                                      0.1s
    => => transferring context: 3.07kB                                          
                                      0.1s
    => resolve image config for docker.io/docker/dockerfile:1.4                 
                                      0.9s
    => CACHED 
docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84
  0.0s
    => [internal] load build definition from Dockerfile                         
                                      0.0s
    => [internal] load .dockerignore                                            
                                      0.0s
    => [internal] load metadata for docker.io/library/python:3.9-slim-buster    
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [airflow-build-image  1/15] FROM 
docker.io/library/python:3.9-slim-buster                               0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => [internal] load build context                                            
                                      0.1s
    => => transferring context: 56.74kB                                         
                                      0.1s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => CACHED [internal] preparing inline document                              
                                      0.0s
    => [scripts  1/14] COPY <<EOF /install_os_dependencies.sh                   
                                      0.0s
    => [scripts  2/14] COPY <<EOF /install_mysql.sh                             
                                      0.0s
    => [scripts  3/14] COPY <<EOF /install_mssql.sh                             
                                      0.1s
    => [scripts  4/14] COPY <<EOF /install_postgres.sh                          
                                      0.0s
    => [scripts  5/14] COPY <<EOF /install_pip_version.sh                       
                                      0.1s
    => [scripts  6/14] COPY <<EOF 
/install_airflow_dependencies_from_branch_tip.sh                                
    0.1s
    => [scripts  7/14] COPY <<EOF /common.sh                                    
                                      0.1s
    => [scripts  8/14] COPY <<EOF /pip                                          
                                      0.0s
    => [scripts  9/14] COPY <<EOF /install_from_docker_context_files.sh         
                                      0.0s
    => [scripts 10/14] COPY <<EOF /install_airflow.sh                           
                                      0.0s
    => [scripts 11/14] COPY <<EOF /install_additional_dependencies.sh           
                                      0.0s
    => [scripts 12/14] COPY <<EOF /entrypoint_prod.sh                           
                                      0.1s
    => [scripts 13/14] COPY <<EOF /clean-logs.sh                                
                                      0.0s
    => [scripts 14/14] COPY <<EOF /airflow-scheduler-autorestart.sh             
                                      0.0s
    => [airflow-build-image  2/15] COPY --from=scripts 
install_os_dependencies.sh /scripts/docker/                    0.1s
    => CANCELED [airflow-build-image  3/15] RUN bash 
/scripts/docker/install_os_dependencies.sh dev                  17.7s
    => ERROR [main  3/15] RUN bash /scripts/docker/install_os_dependencies.sh 
runtime                                17.4s
   ------
    > [main  3/15] RUN bash /scripts/docker/install_os_dependencies.sh runtime:
   #0 0.652 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
   #0 0.652 Get:2 http://security.debian.org/debian-security buster/updates 
InRelease [34.8 kB]
   #0 0.679 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 
kB]
   #0 0.755 Get:4 http://security.debian.org/debian-security 
buster/updates/main amd64 Packages [358 kB]
   #0 0.888 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7909 
kB]
   #0 1.365 Get:6 http://deb.debian.org/debian buster-updates/main amd64 
Packages [8788 B]
   #0 2.501 Fetched 8489 kB in 2s (4494 kB/s)
   #0 2.501 Reading package lists...
   #0 4.973 Reading package lists...
   #0 5.830 Building dependency tree...
   #0 5.993 Reading state information...
   #0 6.252 The following additional packages will be installed:
   #0 6.252   dirmngr distro-info-data gnupg gnupg-l10n gnupg-utils gpg 
gpg-agent
   #0 6.254   gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv libassuan0 
libcurl4
   #0 6.254   libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 
libkrb5support0
   #0 6.255   libksba8 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14 
libnpth0
   #0 6.255   libpsl5 libpython3-stdlib libpython3.7-minimal 
libpython3.7-stdlib librtmp1
   #0 6.256   libsasl2-2 libsasl2-modules-db libssh2-1 lsb-base mime-support
   #0 6.258   pinentry-curses python3 python3-minimal python3.7 
python3.7-minimal
   #0 6.260 Suggested packages:
   #0 6.260   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie 
xloadimage
   #0 6.260   scdaemon krb5-doc krb5-user lsb pinentry-doc python3-doc 
python3-tk
   #0 6.260   python3-venv python3.7-venv python3.7-doc binutils binfmt-support
   #0 6.260 Recommended packages:
   #0 6.260   krb5-locales publicsuffix libsasl2-modules bzip2 file xz-utils
   #0 6.537 The following NEW packages will be installed:
   #0 6.537   curl dirmngr distro-info-data gnupg gnupg-l10n gnupg-utils gnupg2 
gpg
   #0 6.537   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 
libcurl4
   #0 6.537   libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 
libkrb5support0
   #0 6.538   libksba8 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14 
libnpth0
   #0 6.538   libpsl5 libpython3-stdlib libpython3.7-minimal 
libpython3.7-stdlib librtmp1
   #0 6.538   libsasl2-2 libsasl2-modules-db libssh2-1 lsb-base lsb-release 
mime-support
   #0 6.539   pinentry-curses python3 python3-minimal python3.7 
python3.7-minimal
   #0 6.540 The following packages will be upgraded:
   #0 6.541   gpgv
   #0 6.591 1 upgraded, 42 newly installed, 0 to remove and 16 not upgraded.
   #0 6.591 Need to get 14.9 MB of archives.
   #0 6.591 After this operation, 43.7 MB of additional disk space will be used.
   #0 6.591 Get:1 http://deb.debian.org/debian buster/main amd64 
libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
   #0 6.595 Get:2 http://security.debian.org/debian-security 
buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u3 [333 kB]
   #0 6.639 Get:3 http://security.debian.org/debian-security 
buster/updates/main amd64 curl amd64 7.64.0-4+deb10u3 [265 kB]
   #0 6.658 Get:4 http://deb.debian.org/debian buster/main amd64 
python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
   #0 6.744 Get:5 http://deb.debian.org/debian buster/main amd64 
python3-minimal amd64 3.7.3-1 [36.6 kB]
   #0 6.744 Get:6 http://deb.debian.org/debian buster/main amd64 mime-support 
all 3.62 [37.2 kB]
   #0 6.748 Get:7 http://deb.debian.org/debian buster/main amd64 libmpdec2 
amd64 2.4.2-2 [87.2 kB]
   #0 6.749 Get:8 http://deb.debian.org/debian buster/main amd64 
libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
   #0 6.825 Get:9 http://deb.debian.org/debian buster/main amd64 python3.7 
amd64 3.7.3-2+deb10u3 [330 kB]
   #0 6.841 Get:10 http://deb.debian.org/debian buster/main amd64 
libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
   #0 6.842 Get:11 http://deb.debian.org/debian buster/main amd64 python3 amd64 
3.7.3-1 [61.5 kB]
   #0 6.845 Get:12 http://deb.debian.org/debian buster/main amd64 gpgv amd64 
2.2.12-1+deb10u2 [584 kB]
   #0 6.863 Get:13 http://deb.debian.org/debian buster/main amd64 libkeyutils1 
amd64 1.6-6 [15.0 kB]
   #0 6.863 Get:14 http://deb.debian.org/debian buster/main amd64 
libkrb5support0 amd64 1.17-3+deb10u4 [65.9 kB]
   #0 6.864 Get:15 http://deb.debian.org/debian buster/main amd64 libk5crypto3 
amd64 1.17-3+deb10u4 [122 kB]
   #0 6.868 Get:16 http://deb.debian.org/debian buster/main amd64 libkrb5-3 
amd64 1.17-3+deb10u4 [369 kB]
   #0 6.880 Get:17 http://deb.debian.org/debian buster/main amd64 
libgssapi-krb5-2 amd64 1.17-3+deb10u4 [158 kB]
   #0 6.884 Get:18 http://deb.debian.org/debian buster/main amd64 
libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
   #0 6.885 Get:19 http://deb.debian.org/debian buster/main amd64 libsasl2-2 
amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
   #0 6.889 Get:20 http://deb.debian.org/debian buster/main amd64 
libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
   #0 6.893 Get:21 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 
amd64 2.4.47+dfsg-3+deb10u7 [224 kB]
   #0 6.901 Get:22 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 
amd64 1.36.0-2+deb10u1 [85.0 kB]
   #0 6.903 Get:23 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 
0.20.2-2 [53.7 kB]
   #0 6.904 Get:24 http://deb.debian.org/debian buster/main amd64 librtmp1 
amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
   #0 6.906 Get:25 http://deb.debian.org/debian buster/main amd64 libssh2-1 
amd64 1.8.0-2.1 [140 kB]
   #0 6.909 Get:26 http://deb.debian.org/debian buster/main amd64 libassuan0 
amd64 2.5.2-1 [49.4 kB]
   #0 6.910 Get:27 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 
2.2.12-1+deb10u2 [510 kB]
   #0 6.925 Get:28 http://deb.debian.org/debian buster/main amd64 lsb-base all 
10.2019051400 [28.4 kB]
   #0 6.925 Get:29 http://deb.debian.org/debian buster/main amd64 libksba8 
amd64 1.3.5-2 [99.7 kB]
   #0 6.927 Get:30 http://deb.debian.org/debian buster/main amd64 libnpth0 
amd64 1.6-1 [18.4 kB]
   #0 6.927 Get:31 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 
2.2.12-1+deb10u2 [712 kB]
   #0 6.948 Get:32 http://deb.debian.org/debian buster/main amd64 
distro-info-data all 0.41+deb10u5 [6976 B]
   #0 6.948 Get:33 http://deb.debian.org/debian buster/main amd64 gnupg-l10n 
all 2.2.12-1+deb10u2 [1009 kB]
   #0 6.972 Get:34 http://deb.debian.org/debian buster/main amd64 gnupg-utils 
amd64 2.2.12-1+deb10u2 [861 kB]
   #0 6.997 Get:35 http://deb.debian.org/debian buster/main amd64 gpg amd64 
2.2.12-1+deb10u2 [865 kB]
   #0 7.017 Get:36 http://deb.debian.org/debian buster/main amd64 
pinentry-curses amd64 1.1.0-2 [64.5 kB]
   #0 7.021 Get:37 http://deb.debian.org/debian buster/main amd64 gpg-agent 
amd64 2.2.12-1+deb10u2 [617 kB]
   #0 7.032 Get:38 http://deb.debian.org/debian buster/main amd64 
gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB]
   #0 7.043 Get:39 http://deb.debian.org/debian buster/main amd64 
gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB]
   #0 7.056 Get:40 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 
2.2.12-1+deb10u2 [604 kB]
   #0 7.070 Get:41 http://deb.debian.org/debian buster/main amd64 gnupg all 
2.2.12-1+deb10u2 [715 kB]
   #0 7.085 Get:42 http://deb.debian.org/debian buster/main amd64 gnupg2 all 
2.2.12-1+deb10u2 [393 kB]
   #0 7.101 Get:43 http://deb.debian.org/debian buster/main amd64 lsb-release 
all 10.2019051400 [27.5 kB]
   #0 8.444 Fetched 14.9 MB in 1s (27.5 MB/s)
   #0 8.475 Selecting previously unselected package libpython3.7-minimal:amd64.
   (Reading database ... 6970 files and directories currently installed.)
   #0 8.479 Preparing to unpack 
.../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
   #0 8.488 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
   #0 8.613 Selecting previously unselected package python3.7-minimal.
   #0 8.614 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb 
...
   #0 8.627 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
   #0 8.805 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
   #0 8.825 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
   #0 9.357 Selecting previously unselected package python3-minimal.
   (Reading database ... 7211 files and directories currently installed.)
   #0 9.361 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
   #0 9.370 Unpacking python3-minimal (3.7.3-1) ...
   #0 9.444 Selecting previously unselected package mime-support.
   #0 9.445 Preparing to unpack .../1-mime-support_3.62_all.deb ...
   #0 9.453 Unpacking mime-support (3.62) ...
   #0 9.532 Selecting previously unselected package libmpdec2:amd64.
   #0 9.533 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
   #0 9.551 Unpacking libmpdec2:amd64 (2.4.2-2) ...
   #0 9.610 Selecting previously unselected package libpython3.7-stdlib:amd64.
   #0 9.611 Preparing to unpack 
.../3-libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
   #0 9.619 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
   #0 9.864 Selecting previously unselected package python3.7.
   #0 9.867 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u3_amd64.deb ...
   #0 9.873 Unpacking python3.7 (3.7.3-2+deb10u3) ...
   #0 9.939 Selecting previously unselected package libpython3-stdlib:amd64.
   #0 9.941 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_amd64.deb ...
   #0 9.950 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
   #0 10.00 Setting up python3-minimal (3.7.3-1) ...
   #0 10.19 Selecting previously unselected package python3.
   (Reading database ... 7648 files and directories currently installed.)
   #0 10.20 Preparing to unpack .../python3_3.7.3-1_amd64.deb ...
   #0 10.21 Unpacking python3 (3.7.3-1) ...
   #0 10.27 Preparing to unpack .../gpgv_2.2.12-1+deb10u2_amd64.deb ...
   #0 10.31 Unpacking gpgv (2.2.12-1+deb10u2) over (2.2.12-1+deb10u1) ...
   #0 10.41 Setting up gpgv (2.2.12-1+deb10u2) ...
   #0 10.48 Selecting previously unselected package libkeyutils1:amd64.
   (Reading database ... 7682 files and directories currently installed.)
   #0 10.49 Preparing to unpack .../00-libkeyutils1_1.6-6_amd64.deb ...
   #0 10.50 Unpacking libkeyutils1:amd64 (1.6-6) ...
   #0 10.56 Selecting previously unselected package libkrb5support0:amd64.
   #0 10.56 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u4_amd64.deb 
...
   #0 10.57 Unpacking libkrb5support0:amd64 (1.17-3+deb10u4) ...
   #0 10.64 Selecting previously unselected package libk5crypto3:amd64.
   #0 10.64 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u4_amd64.deb ...
   #0 10.65 Unpacking libk5crypto3:amd64 (1.17-3+deb10u4) ...
   #0 10.73 Selecting previously unselected package libkrb5-3:amd64.
   #0 10.73 Preparing to unpack .../03-libkrb5-3_1.17-3+deb10u4_amd64.deb ...
   #0 10.74 Unpacking libkrb5-3:amd64 (1.17-3+deb10u4) ...
   #0 10.85 Selecting previously unselected package libgssapi-krb5-2:amd64.
   #0 10.86 Preparing to unpack 
.../04-libgssapi-krb5-2_1.17-3+deb10u4_amd64.deb ...
   #0 10.87 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u4) ...
   #0 10.93 Selecting previously unselected package libsasl2-modules-db:amd64.
   #0 10.93 Preparing to unpack 
.../05-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
   #0 10.94 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
   #0 11.01 Selecting previously unselected package libsasl2-2:amd64.
   #0 11.01 Preparing to unpack 
.../06-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
   #0 11.02 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
   #0 11.09 Selecting previously unselected package libldap-common.
   #0 11.09 Preparing to unpack 
.../07-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
   #0 11.10 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
   #0 11.16 Selecting previously unselected package libldap-2.4-2:amd64.
   #0 11.17 Preparing to unpack 
.../08-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ...
   #0 11.17 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
   #0 11.26 Selecting previously unselected package libnghttp2-14:amd64.
   #0 11.26 Preparing to unpack .../09-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb 
...
   #0 11.27 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
   #0 11.35 Selecting previously unselected package libpsl5:amd64.
   #0 11.35 Preparing to unpack .../10-libpsl5_0.20.2-2_amd64.deb ...
   #0 11.36 Unpacking libpsl5:amd64 (0.20.2-2) ...
   #0 11.45 Selecting previously unselected package librtmp1:amd64.
   #0 11.46 Preparing to unpack 
.../11-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
   #0 11.46 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
   #0 11.52 Selecting previously unselected package libssh2-1:amd64.
   #0 11.52 Preparing to unpack .../12-libssh2-1_1.8.0-2.1_amd64.deb ...
   #0 11.53 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
   #0 11.60 Selecting previously unselected package libcurl4:amd64.
   #0 11.60 Preparing to unpack .../13-libcurl4_7.64.0-4+deb10u3_amd64.deb ...
   #0 11.60 Unpacking libcurl4:amd64 (7.64.0-4+deb10u3) ...
   #0 11.74 Selecting previously unselected package curl.
   #0 11.75 Preparing to unpack .../14-curl_7.64.0-4+deb10u3_amd64.deb ...
   #0 11.75 Unpacking curl (7.64.0-4+deb10u3) ...
   #0 11.84 Selecting previously unselected package libassuan0:amd64.
   #0 11.84 Preparing to unpack .../15-libassuan0_2.5.2-1_amd64.deb ...
   #0 11.85 Unpacking libassuan0:amd64 (2.5.2-1) ...
   #0 11.90 Selecting previously unselected package gpgconf.
   #0 11.90 Preparing to unpack .../16-gpgconf_2.2.12-1+deb10u2_amd64.deb ...
   #0 11.91 Unpacking gpgconf (2.2.12-1+deb10u2) ...
   #0 11.95 Selecting previously unselected package lsb-base.
   #0 11.96 Preparing to unpack .../17-lsb-base_10.2019051400_all.deb ...
   #0 11.97 Unpacking lsb-base (10.2019051400) ...
   #0 12.02 Selecting previously unselected package libksba8:amd64.
   #0 12.02 Preparing to unpack .../18-libksba8_1.3.5-2_amd64.deb ...
   #0 12.03 Unpacking libksba8:amd64 (1.3.5-2) ...
   #0 12.09 Selecting previously unselected package libnpth0:amd64.
   #0 12.09 Preparing to unpack .../19-libnpth0_1.6-1_amd64.deb ...
   #0 12.10 Unpacking libnpth0:amd64 (1.6-1) ...
   #0 12.16 Selecting previously unselected package dirmngr.
   #0 12.16 Preparing to unpack .../20-dirmngr_2.2.12-1+deb10u2_amd64.deb ...
   #0 12.18 Unpacking dirmngr (2.2.12-1+deb10u2) ...
   #0 12.26 Selecting previously unselected package distro-info-data.
   #0 12.26 Preparing to unpack .../21-distro-info-data_0.41+deb10u5_all.deb ...
   #0 12.27 Unpacking distro-info-data (0.41+deb10u5) ...
   #0 12.32 Selecting previously unselected package gnupg-l10n.
   #0 12.32 Preparing to unpack .../22-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
   #0 12.33 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
   #0 12.51 Selecting previously unselected package gnupg-utils.
   #0 12.51 Preparing to unpack .../23-gnupg-utils_2.2.12-1+deb10u2_amd64.deb 
...
   #0 12.52 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
   #0 12.65 Selecting previously unselected package gpg.
   #0 12.65 Preparing to unpack .../24-gpg_2.2.12-1+deb10u2_amd64.deb ...
   #0 12.66 Unpacking gpg (2.2.12-1+deb10u2) ...
   #0 12.77 Selecting previously unselected package pinentry-curses.
   #0 12.77 Preparing to unpack .../25-pinentry-curses_1.1.0-2_amd64.deb ...
   #0 12.78 Unpacking pinentry-curses (1.1.0-2) ...
   #0 12.91 Selecting previously unselected package gpg-agent.
   #0 12.91 Preparing to unpack .../26-gpg-agent_2.2.12-1+deb10u2_amd64.deb ...
   #0 12.92 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
   #0 13.03 Selecting previously unselected package gpg-wks-client.
   #0 13.03 Preparing to unpack 
.../27-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ...
   #0 13.04 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
   #0 13.12 Selecting previously unselected package gpg-wks-server.
   #0 13.12 Preparing to unpack 
.../28-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ...
   #0 13.13 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
   #0 13.20 Selecting previously unselected package gpgsm.
   #0 13.21 Preparing to unpack .../29-gpgsm_2.2.12-1+deb10u2_amd64.deb ...
   #0 13.21 Unpacking gpgsm (2.2.12-1+deb10u2) ...
   #0 13.29 Selecting previously unselected package gnupg.
   #0 13.29 Preparing to unpack .../30-gnupg_2.2.12-1+deb10u2_all.deb ...
   #0 13.30 Unpacking gnupg (2.2.12-1+deb10u2) ...
   #0 13.37 Selecting previously unselected package gnupg2.
   #0 13.37 Preparing to unpack .../31-gnupg2_2.2.12-1+deb10u2_all.deb ...
   #0 13.38 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
   #0 13.43 Selecting previously unselected package lsb-release.
   #0 13.43 Preparing to unpack .../32-lsb-release_10.2019051400_all.deb ...
   #0 13.44 Unpacking lsb-release (10.2019051400) ...
   #0 13.50 Setting up libksba8:amd64 (1.3.5-2) ...
   #0 13.52 Setting up lsb-base (10.2019051400) ...
   #0 13.55 Setting up libkeyutils1:amd64 (1.6-6) ...
   #0 13.57 Setting up libpsl5:amd64 (0.20.2-2) ...
   #0 13.59 Setting up mime-support (3.62) ...
   #0 13.64 Setting up distro-info-data (0.41+deb10u5) ...
   #0 13.66 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
   #0 13.67 Setting up libnpth0:amd64 (1.6-1) ...
   #0 13.69 Setting up libassuan0:amd64 (2.5.2-1) ...
   #0 13.71 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
   #0 13.73 Setting up libkrb5support0:amd64 (1.17-3+deb10u4) ...
   #0 13.75 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
   #0 13.77 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
   #0 13.79 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
   #0 13.81 Setting up libk5crypto3:amd64 (1.17-3+deb10u4) ...
   #0 13.82 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
   #0 13.84 Setting up gpgconf (2.2.12-1+deb10u2) ...
   #0 13.86 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
   #0 13.87 Setting up libkrb5-3:amd64 (1.17-3+deb10u4) ...
   #0 13.89 Setting up libmpdec2:amd64 (2.4.2-2) ...
   #0 13.90 Setting up gpg (2.2.12-1+deb10u2) ...
   #0 13.92 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
   #0 13.94 Setting up pinentry-curses (1.1.0-2) ...
   #0 13.96 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
   #0 13.98 Setting up gpg-agent (2.2.12-1+deb10u2) ...
   #0 14.02 Setting up gpgsm (2.2.12-1+deb10u2) ...
   #0 14.03 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
   #0 14.06 Setting up dirmngr (2.2.12-1+deb10u2) ...
   #0 14.10 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u4) ...
   #0 14.13 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
   #0 14.15 Setting up libcurl4:amd64 (7.64.0-4+deb10u3) ...
   #0 14.17 Setting up curl (7.64.0-4+deb10u3) ...
   #0 14.20 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
   #0 14.23 Setting up python3.7 (3.7.3-2+deb10u3) ...
   #0 14.82 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
   #0 14.84 Setting up python3 (3.7.3-1) ...
   #0 14.95 Setting up gnupg (2.2.12-1+deb10u2) ...
   #0 14.97 Setting up lsb-release (10.2019051400) ...
   #0 14.98 Setting up gnupg2 (2.2.12-1+deb10u2) ...
   #0 15.00 Processing triggers for libc-bin (2.28-10) ...
   #0 15.08 declare -x ADDITIONAL_RUNTIME_APT_COMMAND=""
   #0 15.08 declare -x ADDITIONAL_RUNTIME_APT_DEPS=""
   #0 15.08 declare -x ADDITIONAL_RUNTIME_APT_ENV=""
   #0 15.08 declare -x AIRFLOW_INSTALLATION_METHOD=""
   #0 15.08 declare -x AIRFLOW_PIP_VERSION="22.2.2"
   #0 15.08 declare -x AIRFLOW_UID="50000"
   #0 15.08 declare -x DEBIAN_FRONTEND="noninteractive"
   #0 15.08 declare -x GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568"
   #0 15.08 declare -x GUNICORN_CMD_ARGS="--worker-tmp-dir /dev/shm"
   #0 15.08 declare -x HOME="/root"
   #0 15.08 declare -x INSTALL_MSSQL_CLIENT="true"
   #0 15.08 declare -x INSTALL_MYSQL_CLIENT="true"
   #0 15.08 declare -x INSTALL_POSTGRES_CLIENT="true"
   #0 15.08 declare -x LANG="C.UTF-8"
   #0 15.08 declare -x LANGUAGE="C.UTF-8"
   #0 15.08 declare -x LC_ALL="C.UTF-8"
   #0 15.08 declare -x LC_CTYPE="C.UTF-8"
   #0 15.08 declare -x LC_MESSAGES="C.UTF-8"
   #0 15.08 declare -x LD_LIBRARY_PATH="/usr/local/lib"
   #0 15.08 declare -x OLDPWD
   #0 15.08 declare -x 
PATH="/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
   #0 15.08 declare -x PWD="/"
   #0 15.08 declare -x PYTHON_BASE_IMAGE="python:3.9-slim-buster"
   #0 15.08 declare -x 
PYTHON_GET_PIP_SHA256="fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b"
   #0 15.08 declare -x 
PYTHON_GET_PIP_URL="https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py";
   #0 15.08 declare -x PYTHON_PIP_VERSION="21.2.4"
   #0 15.08 declare -x PYTHON_SETUPTOOLS_VERSION="57.5.0"
   #0 15.08 declare -x PYTHON_VERSION="3.9.7"
   #0 15.08 declare -x RUNTIME_APT_COMMAND="echo"
   #0 15.08 declare -x RUNTIME_APT_DEPS="apt-transport-https apt-utils 
ca-certificates curl dumb-init freetds-bin gosu krb5-user ldap-utils libffi7 
libldap-2.4-2 libsasl2-2 libsasl2-modules libssl1.1 locales lsb-release netcat 
openssh-client python3-selinux rsync sasl2-bin sqlite3 sudo unixodbc"
   #0 15.08 declare -x SHLVL="1"
   #0 15.08
   #0 15.15 Hit:1 http://deb.debian.org/debian buster InRelease
   #0 15.16 Hit:2 http://deb.debian.org/debian buster-updates InRelease
   #0 15.16 Hit:3 http://security.debian.org/debian-security buster/updates 
InRelease
   #0 15.41 Reading package lists...
   #0 16.02 Reading package lists...
   #0 16.86 Building dependency tree...
   #0 17.09 Reading state information...
   #0 17.21 E: Unable to locate package libffi7
   ------
   ERROR: failed to solve: executor failed running [/bin/bash -o pipefail -o 
errexit -o nounset -o nolog -c bash /scripts/docker/install_os_dependencies.sh 
runtime]: exit code: 100
   ```
   </details>
   
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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