mohamedawnallah commented on issue #35916: URL: https://github.com/apache/beam/issues/35916#issuecomment-3206697441
I can't reproduce this locally. I am on Mac OS with ARM CPU (Mac M1) and Docker Engine v28.0.4 (default settings) through Docker Desktop: ```bash ➜ beam git:(master) ./start-build-env.sh [+] Building 3.2s (24/24) FINISHED docker:desktop-linux => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 3.11kB 0.0s => [internal] load metadata for docker.io/library/ubuntu:24.04 2.6s => [auth] library/ubuntu:pull token for registry-1.docker.io 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [ 1/18] FROM docker.io/library/ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c 0.0s => => resolve docker.io/library/ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c03 0.0s => [internal] load build context 0.0s => => transferring context: 211B 0.0s => CACHED [ 2/18] WORKDIR /root 0.0s => CACHED [ 3/18] RUN echo APT::Install-Recommends "0"; > /etc/apt/apt.conf.d/10disableextras 0.0s => CACHED [ 4/18] RUN echo APT::Install-Suggests "0"; >> /etc/apt/apt.conf.d/10disableextras 0.0s => CACHED [ 5/18] RUN apt -q update && apt install -y software-properties-common apt-utils apt-transport 0.0s => CACHED [ 6/18] RUN mkdir /package 0.0s => CACHED [ 7/18] COPY pkglist /package/pkglist 0.0s => CACHED [ 8/18] RUN apt-get -q install -y --no-install-recommends $(grep -v '^#' /package/pkglist | cat) 0.0s => CACHED [ 9/18] RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen 0.0s => CACHED [10/18] RUN pip3 install --break-system-packages grpcio-tools mypy-protobuf 0.0s => CACHED [11/18] RUN pip3 install --break-system-packages distlib==0.3.9 yapf==0.43.0 pytest pluggy==1.4.0 0.0s => CACHED [12/18] RUN wget https://golang.org/dl/go1.24.0.linux-amd64.tar.gz && tar -C /usr/local -xzf 0.0s => CACHED [13/18] RUN mkdir /scripts 0.0s => CACHED [14/18] COPY beam_env_checks.sh /scripts/beam_env_checks.sh 0.0s => CACHED [15/18] COPY bashcolors.sh /scripts/bashcolors.sh 0.0s => CACHED [16/18] RUN chmod 755 /scripts /scripts/beam_env_checks.sh /scripts/bashcolors.sh 0.0s => CACHED [17/18] RUN echo '. /etc/bash_completion' >> /root/.bash_aliases 0.0s => CACHED [18/18] RUN echo '. /scripts/beam_env_checks.sh' >> /root/.bash_aliases 0.0s ``` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org