➜ chip-cert-bins git:(master) docker buildx build --load --build-arg COMMITHASH=c1afc021aee398f1484a5fb48ae3d75a4f3ccba7 --tag connectedhomeip/chip-cert-bins:c1afc021aee398f1484a5fb48ae3d75a4f3ccba7 . [+] Building 9115.3s (59/59) FINISHED => [internal] load build definition from Dockerfile 0.3s => => transferring dockerfile: 14.70kB 0.0s => [internal] load metadata for docker.io/library/ubuntu:24.04 1.8s => [internal] load .dockerignore 0.1s => => transferring context: 2B 0.0s => [chip-build-cert 1/12] FROM docker.io/library/ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab 2.5s => => resolve docker.io/library/ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab 0.0s => => sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab 6.69kB / 6.69kB 0.0s => => sha256:cdc507f6026a62440bc601815bba185960e93f8b971112722cebe3cae1e125a0 424B / 424B 0.0s => => sha256:20377134ad8875ad73c4a4f12b5d8e28c8665da80756c2afbb47d1f730bf2e5e 2.31kB / 2.31kB 0.0s => => sha256:8bb55f0677778c3027fcc4253dc452bc9c22de989a696391e739fb1cdbbdb4c2 28.89MB / 28.89MB 1.0s => => extracting sha256:8bb55f0677778c3027fcc4253dc452bc9c22de989a696391e739fb1cdbbdb4c2 1.3s => [chip-build-cert 2/12] RUN case linux/arm64 in "linux/amd64") echo "Building for linux/amd64" ;; "linux/arm64") echo "Building for linux/arm64" ;; *) if [ -z "linux/arm64" ] ; then echo "TARGETP 0.4s => [stage-2 2/42] RUN ln -snf /usr/share/zoneinfo/Etc/UTC /etc/localtime && echo Etc/UTC > /etc/timezone 0.4s => [chip-build-cert 3/12] RUN set -x && apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -fy autoconf automake bison bluez bridge-utils clang clang-format 177.9s => [stage-2 3/42] RUN apt-get update -y 8.9s => [stage-2 4/42] RUN apt-get install -y libssl-dev libdbus-1-dev libglib2.0-dev libavahi-client-dev avahi-utils iproute2 libcairo2-dev libgirepository1.0-dev python3-pip 71.3s => [stage-2 5/42] WORKDIR /root/ 0.0s => [chip-build-cert 4/12] RUN set -x && pip3 install --break-system-packages attrs coloredlogs PyGithub pygit future portpicker mobly click cxxfilt ghapi pandas tabulate && : # last line 12.1s => [chip-build-cert 5/12] RUN set -x && git clone https://gn.googlesource.com/gn && cd gn && python3 build/gen.py && ninja -C out && cp out/gn /usr/local/bin && cd .. && rm -rf gn && : # last line 138.3s => [chip-build-cert 6/12] RUN set -x && git clone https://github.com/google/bloaty.git && mkdir -p bloaty/build && cd bloaty/build && cmake -G Ninja ../ && ninja && ninja install && cd ../.. && rm -rf b 227.3s => [chip-build-cert 7/12] RUN mkdir /root/connectedhomeip 0.2s => [chip-build-cert 8/12] RUN git clone https://github.com/project-chip/connectedhomeip.git /root/connectedhomeip 89.5s => [chip-build-cert 9/12] WORKDIR /root/connectedhomeip/ 0.0s => [chip-build-cert 10/12] RUN git checkout c1afc021aee398f1484a5fb48ae3d75a4f3ccba7 0.5s => [chip-build-cert 11/12] RUN ./scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux 80.3s => [chip-build-cert 12/12] RUN bash scripts/bootstrap.sh 166.9s => [chip-build-cert-bins 1/3] RUN git rev-parse HEAD > /root/.sdk-sha-version 0.2s => [chip-build-cert-bins 2/3] RUN case linux/arm64 in "linux/amd64") set -x && source scripts/activate.sh && scripts/build/build_examples.py --target linux-x64-chip-tool-ipv6only-platform-mdns --target linux-x6 7841.2s => [chip-build-cert-bins 3/3] RUN source scripts/activate.sh && scripts/build_python.sh -m platform -d true -i out/python_env 251.8s => [stage-2 6/42] COPY --from=chip-build-cert-bins /root/.sdk-sha-version .sdk-sha-version 0.1s => [stage-2 7/42] RUN mkdir apps 0.3s => [stage-2 8/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-tool apps/chip-tool 0.5s => [stage-2 9/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-shell apps/chip-shell 0.2s => [stage-2 10/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-cert apps/chip-cert 0.2s => [stage-2 11/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-all-clusters-app apps/chip-all-clusters-app 0.8s => [stage-2 12/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-all-clusters-app-nlfaultinject apps/hip-all-clusters-app-nlfaultinject 0.6s => [stage-2 13/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-all-clusters-minimal-app apps/chip-all-clusters-minimal-app 0.7s => [stage-2 14/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-lighting-app apps/chip-lighting-app 1.1s => [stage-2 15/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-tv-casting-app apps/chip-tv-casting-app 0.8s => [stage-2 16/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-tv-app apps/chip-tv-app 0.7s => [stage-2 17/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-bridge-app apps/chip-bridge-app 0.5s => [stage-2 18/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/thermostat-app apps/thermostat-app 0.5s => [stage-2 19/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-ota-provider-app apps/chip-ota-provider-app 0.4s => [stage-2 20/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-ota-requestor-app apps/chip-ota-requestor-app 0.6s => [stage-2 21/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-lock-app apps/chip-lock-app 1.0s => [stage-2 22/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-app1 apps/chip-app1 0.9s => [stage-2 23/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/lit-icd-app apps/lit-icd-app 0.7s => [stage-2 24/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-energy-management-app apps/chip-energy-management-app 0.7s => [stage-2 25/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-microwave-oven-app apps/chip-microwave-oven-app 0.7s => [stage-2 26/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-rvc-app apps/chip-rvc-app 0.8s => [stage-2 27/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/examples/fabric-admin/scripts/fabric-sync-app.py apps/fabric-sync-app 0.0s => [stage-2 28/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/fabric-bridge-app apps/fabric-bridge-app 0.8s => [stage-2 29/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/fabric-admin apps/fabric-admin 0.8s => [stage-2 30/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-lighting-data-model-no-unique-id-app apps/chip-lighting-data-model-no-unique-id-app 0.6s => [stage-2 31/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/matter-network-manager-app apps/matter-network-manager-app 0.6s => [stage-2 32/42] RUN ln -s apps/* . 0.3s => [stage-2 33/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/python_lib python_lib 13.4s => [stage-2 34/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/out/python_env python_env 2.7s => [stage-2 35/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing python_testing/scripts/sdk 0.1s => [stage-2 36/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/data_model python_testing/data_model 0.2s => [stage-2 37/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/scripts/tests/requirements.txt /tmp/requirements.txt 0.0s => [stage-2 38/42] RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requirements.txt 3.0s => [stage-2 39/42] COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing/requirements.txt /tmp/requirements.txt 0.0s => [stage-2 40/42] RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requirements.txt 3.6s => [stage-2 41/42] RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk 39.8s => ERROR [stage-2 42/42] RUN pip install --break-system-packages --no-cache-dir python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl python_lib/controller/python/chip 0.5s ------ > [stage-2 42/42] RUN pip install --break-system-packages --no-cache-dir python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl python_lib/controller/python/chip*.whl: #0 0.434 WARNING: Requirement 'python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl' looks like a filename, but the file does not exist #0 0.435 ERROR: chip_testing-*.whl is not a valid wheel filename. ------ WARNING: commandConn.CloseRead: commandconn: failed to wait: signal: killed Dockerfile:307 -------------------- 306 | 307 | >>> RUN pip install --break-system-packages --no-cache-dir \ 308 | >>> python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \ 309 | >>> python_lib/controller/python/chip*.whl 310 | -------------------- error: failed to solve: process "/bin/sh -c pip install --break-system-packages --no-cache-dir python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl python_lib/controller/python/chip*.whl" did not complete successfully: exit code: 1