#0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 4.47kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/altinityinfra/test-util:981-aarch64 #2 DONE 0.0s #3 [internal] load metadata for docker.io/clickhouse/cctools:d9e3596e706b #3 ... #4 [auth] clickhouse/cctools:pull token for registry-1.docker.io #4 DONE 0.0s #3 [internal] load metadata for docker.io/clickhouse/cctools:d9e3596e706b #3 DONE 2.2s #5 [internal] load .dockerignore #5 transferring context: 2B done #5 DONE 0.0s #6 [internal] load build context #6 DONE 0.0s #7 FROM docker.io/clickhouse/cctools:d9e3596e706b@sha256:a27e1a03fdf291c54b52e20e2f4b778752fd71b00e226510bc8d87d65dd68e82 #7 DONE 0.0s #8 [stage-1 1/12] FROM docker.io/altinityinfra/test-util:981-aarch64 #8 DONE 0.0s #9 importing cache manifest from altinityinfra/binary-builder:latest #9 ... #10 [auth] altinityinfra/binary-builder:pull token for registry-1.docker.io #10 DONE 0.0s #11 importing cache manifest from altinityinfra/binary-builder:981-aarch64 #11 ERROR: failed to configure registry cache importer: docker.io/altinityinfra/binary-builder:981-aarch64: not found #9 importing cache manifest from altinityinfra/binary-builder:latest #9 inferred cache manifest type: application/vnd.docker.distribution.manifest.list.v2+json done #9 DONE 1.3s #8 [stage-1 1/12] FROM docker.io/altinityinfra/test-util:981-aarch64 #8 CACHED #6 [internal] load build context #6 transferring context: 7.78kB done #6 DONE 0.0s #7 FROM docker.io/clickhouse/cctools:d9e3596e706b@sha256:a27e1a03fdf291c54b52e20e2f4b778752fd71b00e226510bc8d87d65dd68e82 #7 resolve docker.io/clickhouse/cctools:d9e3596e706b@sha256:a27e1a03fdf291c54b52e20e2f4b778752fd71b00e226510bc8d87d65dd68e82 0.0s done #7 sha256:70c9abbf104a5259219b1acd81dae157175297173fd614b3ee7e5441cad5ee59 0B / 9.63MB 0.1s #7 sha256:a27e1a03fdf291c54b52e20e2f4b778752fd71b00e226510bc8d87d65dd68e82 741B / 741B done #7 sha256:343093a4baaf8a86165fd759e4d770d7fe9995b58ab27de0e82a4dcc7ee075c1 528B / 528B done #7 sha256:c6e9326d649082a2f14c47687a5f96832738226f054d24c323ed16fb0e3dfac4 1.58kB / 1.58kB done #7 sha256:70c9abbf104a5259219b1acd81dae157175297173fd614b3ee7e5441cad5ee59 2.10MB / 9.63MB 1.3s #7 sha256:70c9abbf104a5259219b1acd81dae157175297173fd614b3ee7e5441cad5ee59 7.34MB / 9.63MB 1.6s #7 sha256:70c9abbf104a5259219b1acd81dae157175297173fd614b3ee7e5441cad5ee59 9.63MB / 9.63MB 1.7s done #7 extracting sha256:70c9abbf104a5259219b1acd81dae157175297173fd614b3ee7e5441cad5ee59 0.1s #7 extracting sha256:70c9abbf104a5259219b1acd81dae157175297173fd614b3ee7e5441cad5ee59 0.1s done #7 DONE 1.9s #12 [stage-1 2/12] COPY --from=clickhouse/cctools:d9e3596e706b /cctools /cctools #12 DONE 0.1s #13 [stage-1 3/12] RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && chmod 777 -R /rust && rustup toolchain install nightly-2023-07-04 && rustup default nightly-2023-07-04 && rustup toolchain remove stable && rustup component add rust-src && rustup target add aarch64-unknown-linux-gnu && rustup target add x86_64-apple-darwin && rustup target add x86_64-unknown-freebsd && rustup target add aarch64-apple-darwin && rustup target add powerpc64le-unknown-linux-gnu #13 0.667 info: downloading installer #13 1.018 info: profile set to 'default' #13 1.018 info: default host triple is aarch64-unknown-linux-gnu #13 1.019 info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu' #13 1.429 info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) #13 1.429 info: downloading component 'cargo' #13 1.519 info: downloading component 'clippy' #13 1.553 info: downloading component 'rust-docs' #13 1.688 info: downloading component 'rust-std' #13 1.963 info: downloading component 'rustc' #13 2.439 info: downloading component 'rustfmt' #13 2.466 info: installing component 'cargo' #13 3.119 info: installing component 'clippy' #13 3.449 info: installing component 'rust-docs' #13 5.698 info: installing component 'rust-std' #13 7.433 info: installing component 'rustc' #13 11.05 info: installing component 'rustfmt' #13 11.36 #13 11.36 info: default toolchain set to 'stable-aarch64-unknown-linux-gnu' #13 11.38 stable-aarch64-unknown-linux-gnu installed - rustc 1.89.0 (29483883e 2025-08-04) #13 11.38 #13 11.38 #13 11.38 Rust is installed now. Great! #13 11.38 #13 11.38 To get started you may need to restart your current shell. #13 11.38 This would reload your PATH environment variable to include #13 11.38 Cargo's bin directory (/rust/cargo/bin). #13 11.38 #13 11.38 To configure your current shell, you need to source #13 11.38 the corresponding env file under /rust/cargo. #13 11.38 #13 11.38 This is usually done by running one of the following (note the leading DOT): #13 11.38 . "/rust/cargo/env" # For sh/bash/zsh/ash/dash/pdksh #13 11.38 source "/rust/cargo/env.fish" # For fish #13 11.38 source $"/rust/cargo/env.nu" # For nushell #13 11.76 info: syncing channel updates for 'nightly-2023-07-04-aarch64-unknown-linux-gnu' #13 13.67 info: latest update on 2023-07-04, rust version 1.72.0-nightly (0ab38e95b 2023-07-03) #13 13.67 info: downloading component 'cargo' #13 15.91 info: downloading component 'clippy' #13 17.60 info: downloading component 'rust-docs' #13 21.56 info: downloading component 'rust-std' #13 24.68 info: downloading component 'rustc' #13 42.31 info: downloading component 'rustfmt' #13 44.02 info: installing component 'cargo' #13 44.62 info: installing component 'clippy' #13 44.90 info: installing component 'rust-docs' #13 46.59 info: installing component 'rust-std' #13 48.80 info: installing component 'rustc' #13 53.58 info: installing component 'rustfmt' #13 53.92 #13 53.97 nightly-2023-07-04-aarch64-unknown-linux-gnu installed - rustc 1.72.0-nightly (0ab38e95b 2023-07-03) #13 53.97 #13 53.97 info: checking for self-update #13 54.00 info: using existing install for 'nightly-2023-07-04-aarch64-unknown-linux-gnu' #13 54.04 #13 54.04 info: default toolchain set to 'nightly-2023-07-04-aarch64-unknown-linux-gnu' #13 54.06 nightly-2023-07-04-aarch64-unknown-linux-gnu unchanged - rustc 1.72.0-nightly (0ab38e95b 2023-07-03) #13 54.06 #13 54.07 info: uninstalling toolchain 'stable-aarch64-unknown-linux-gnu' #13 54.43 info: toolchain 'stable-aarch64-unknown-linux-gnu' uninstalled #13 54.60 info: downloading component 'rust-src' #13 54.71 info: installing component 'rust-src' #13 55.33 info: component 'rust-std' for target 'aarch64-unknown-linux-gnu' is up to date #13 55.46 info: downloading component 'rust-std' for 'x86_64-apple-darwin' #13 55.70 info: installing component 'rust-std' for 'x86_64-apple-darwin' #13 57.57 info: downloading component 'rust-std' for 'x86_64-unknown-freebsd' #13 60.39 info: installing component 'rust-std' for 'x86_64-unknown-freebsd' #13 62.31 info: downloading component 'rust-std' for 'aarch64-apple-darwin' #13 62.51 info: installing component 'rust-std' for 'aarch64-apple-darwin' #13 64.34 info: downloading component 'rust-std' for 'powerpc64le-unknown-linux-gnu' #13 64.62 info: installing component 'rust-std' for 'powerpc64le-unknown-linux-gnu' #13 DONE 67.7s #14 [stage-1 4/12] RUN apt-get update && apt-get install --yes binutils-riscv64-linux-gnu build-essential g++-11 gcc-11 gcc-aarch64-linux-gnu libc6 libc6-dev libc6-dev-arm64-cross python3-boto3 yasm zstd && apt-get clean && rm -rf /var/lib/apt/lists #14 0.569 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease #14 0.635 Hit:2 https://apt.llvm.org/jammy llvm-toolchain-jammy-16 InRelease #14 0.673 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [128 kB] #14 0.800 Hit:4 https://apt.kitware.com/ubuntu jammy InRelease #14 1.181 Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease #14 1.297 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [129 kB] #14 1.503 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [1588 kB] #14 1.930 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [3344 kB] #14 2.256 Fetched 5189 kB in 2s (2638 kB/s) #14 2.256 Reading package lists... #14 3.390 W: https://apt.llvm.org/jammy/dists/llvm-toolchain-jammy-16/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. #14 3.434 Reading package lists... #14 4.550 Building dependency tree... #14 4.851 Reading state information... #14 5.254 build-essential is already the newest version (12.9ubuntu3). #14 5.254 gcc is already the newest version (4:11.2.0-1ubuntu1). #14 5.254 gcc set to manually installed. #14 5.254 g++-11 is already the newest version (11.4.0-1ubuntu1~22.04.2). #14 5.254 g++-11 set to manually installed. #14 5.254 gcc-11 is already the newest version (11.4.0-1ubuntu1~22.04.2). #14 5.254 gcc-11 set to manually installed. #14 5.254 libc6 is already the newest version (2.35-0ubuntu3.10). #14 5.254 libc6-dev is already the newest version (2.35-0ubuntu3.10). #14 5.254 libc6-dev set to manually installed. #14 5.254 The following additional packages will be installed: #14 5.255 libc6-arm64-cross linux-libc-dev-arm64-cross python3-botocore #14 5.255 python3-certifi python3-chardet python3-dateutil python3-idna #14 5.256 python3-jmespath python3-requests python3-s3transfer python3-urllib3 #14 5.258 Suggested packages: #14 5.258 binutils-doc python3-openssl python3-socks python-requests-doc #14 5.366 The following NEW packages will be installed: #14 5.367 binutils-riscv64-linux-gnu libc6-arm64-cross libc6-dev-arm64-cross #14 5.367 linux-libc-dev-arm64-cross python3-boto3 python3-botocore python3-certifi #14 5.368 python3-chardet python3-dateutil python3-idna python3-jmespath #14 5.368 python3-requests python3-s3transfer python3-urllib3 yasm zstd #14 5.470 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. #14 5.470 Need to get 11.4 MB of archives. #14 5.470 After this operation, 87.1 MB of additional disk space will be used. #14 5.470 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-riscv64-linux-gnu arm64 2.38-4ubuntu2.8 [1323 kB] #14 5.752 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-dateutil all 2.8.1-6 [78.4 kB] #14 5.754 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-jmespath all 0.10.0-1 [21.7 kB] #14 5.754 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.3 [98.6 kB] #14 5.756 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-certifi all 2020.6.20-1 [150 kB] #14 5.788 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-chardet all 4.0.0-1 [98.0 kB] #14 5.789 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] #14 5.790 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-requests all 2.25.1+dfsg-2ubuntu0.3 [48.8 kB] #14 5.791 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-botocore all 1.23.34+repack-1 [4508 kB] #14 5.941 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-s3transfer all 0.5.0-1 [51.5 kB] #14 5.941 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 python3-boto3 all 1.20.34+dfsg-1 [68.0 kB] #14 6.008 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 yasm arm64 1.3.0-2.1 [384 kB] #14 6.206 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zstd arm64 1.4.8+dfsg-3build1 [587 kB] #14 6.275 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc6-arm64-cross all 2.35-0ubuntu1cross3 [1147 kB] #14 6.326 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 linux-libc-dev-arm64-cross all 5.15.0-22.22cross3 [1216 kB] #14 6.352 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc6-dev-arm64-cross all 2.35-0ubuntu1cross3 [1546 kB] #14 7.731 Fetched 11.4 MB in 1s (11.5 MB/s) #14 7.758 Selecting previously unselected package binutils-riscv64-linux-gnu. #14 7.758 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28097 files and directories currently installed.) #14 7.774 Preparing to unpack .../00-binutils-riscv64-linux-gnu_2.38-4ubuntu2.8_arm64.deb ... #14 7.779 Unpacking binutils-riscv64-linux-gnu (2.38-4ubuntu2.8) ... #14 7.880 Selecting previously unselected package python3-dateutil. #14 7.885 Preparing to unpack .../01-python3-dateutil_2.8.1-6_all.deb ... #14 7.887 Unpacking python3-dateutil (2.8.1-6) ... #14 7.922 Selecting previously unselected package python3-jmespath. #14 7.927 Preparing to unpack .../02-python3-jmespath_0.10.0-1_all.deb ... #14 7.929 Unpacking python3-jmespath (0.10.0-1) ... #14 7.967 Selecting previously unselected package python3-urllib3. #14 7.971 Preparing to unpack .../03-python3-urllib3_1.26.5-1~exp1ubuntu0.3_all.deb ... #14 7.974 Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.3) ... #14 8.014 Selecting previously unselected package python3-certifi. #14 8.018 Preparing to unpack .../04-python3-certifi_2020.6.20-1_all.deb ... #14 8.022 Unpacking python3-certifi (2020.6.20-1) ... #14 8.064 Selecting previously unselected package python3-chardet. #14 8.069 Preparing to unpack .../05-python3-chardet_4.0.0-1_all.deb ... #14 8.071 Unpacking python3-chardet (4.0.0-1) ... #14 8.117 Selecting previously unselected package python3-idna. #14 8.121 Preparing to unpack .../06-python3-idna_3.3-1ubuntu0.1_all.deb ... #14 8.124 Unpacking python3-idna (3.3-1ubuntu0.1) ... #14 8.163 Selecting previously unselected package python3-requests. #14 8.167 Preparing to unpack .../07-python3-requests_2.25.1+dfsg-2ubuntu0.3_all.deb ... #14 8.171 Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.3) ... #14 8.209 Selecting previously unselected package python3-botocore. #14 8.213 Preparing to unpack .../08-python3-botocore_1.23.34+repack-1_all.deb ... #14 8.215 Unpacking python3-botocore (1.23.34+repack-1) ... #14 8.615 Selecting previously unselected package python3-s3transfer. #14 8.620 Preparing to unpack .../09-python3-s3transfer_0.5.0-1_all.deb ... #14 8.623 Unpacking python3-s3transfer (0.5.0-1) ... #14 8.662 Selecting previously unselected package python3-boto3. #14 8.666 Preparing to unpack .../10-python3-boto3_1.20.34+dfsg-1_all.deb ... #14 8.669 Unpacking python3-boto3 (1.20.34+dfsg-1) ... #14 8.711 Selecting previously unselected package yasm. #14 8.715 Preparing to unpack .../11-yasm_1.3.0-2.1_arm64.deb ... #14 8.718 Unpacking yasm (1.3.0-2.1) ... #14 8.782 Selecting previously unselected package zstd. #14 8.788 Preparing to unpack .../12-zstd_1.4.8+dfsg-3build1_arm64.deb ... #14 8.791 Unpacking zstd (1.4.8+dfsg-3build1) ... #14 8.830 Selecting previously unselected package libc6-arm64-cross. #14 8.834 Preparing to unpack .../13-libc6-arm64-cross_2.35-0ubuntu1cross3_all.deb ... #14 8.837 Unpacking libc6-arm64-cross (2.35-0ubuntu1cross3) ... #14 8.885 Selecting previously unselected package linux-libc-dev-arm64-cross. #14 8.889 Preparing to unpack .../14-linux-libc-dev-arm64-cross_5.15.0-22.22cross3_all.deb ... #14 8.893 Unpacking linux-libc-dev-arm64-cross (5.15.0-22.22cross3) ... #14 9.040 Selecting previously unselected package libc6-dev-arm64-cross. #14 9.045 Preparing to unpack .../15-libc6-dev-arm64-cross_2.35-0ubuntu1cross3_all.deb ... #14 9.048 Unpacking libc6-dev-arm64-cross (2.35-0ubuntu1cross3) ... #14 9.177 Setting up binutils-riscv64-linux-gnu (2.38-4ubuntu2.8) ... #14 9.185 Setting up yasm (1.3.0-2.1) ... #14 9.190 Setting up python3-chardet (4.0.0-1) ... #14 9.487 Setting up python3-certifi (2020.6.20-1) ... #14 9.627 Setting up python3-jmespath (0.10.0-1) ... #14 9.781 Setting up libc6-arm64-cross (2.35-0ubuntu1cross3) ... #14 9.788 Setting up python3-idna (3.3-1ubuntu0.1) ... #14 10.00 Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.3) ... #14 10.19 Setting up linux-libc-dev-arm64-cross (5.15.0-22.22cross3) ... #14 10.20 Setting up python3-dateutil (2.8.1-6) ... #14 10.37 Setting up zstd (1.4.8+dfsg-3build1) ... #14 10.38 Setting up libc6-dev-arm64-cross (2.35-0ubuntu1cross3) ... #14 10.39 Setting up python3-requests (2.25.1+dfsg-2ubuntu0.3) ... #14 10.54 Setting up python3-botocore (1.23.34+repack-1) ... #14 10.80 Setting up python3-s3transfer (0.5.0-1) ... #14 10.97 Setting up python3-boto3 (1.20.34+dfsg-1) ... #14 11.14 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #14 DONE 11.3s #15 [stage-1 5/12] RUN curl -sL -O https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz #15 DONE 1.7s #16 [stage-1 6/12] RUN curl -Lo /tmp/mold.tar.gz "https://github.com/rui314/mold/releases/download/v2.0.0/mold-2.0.0-x86_64-linux.tar.gz" && mkdir /tmp/mold && tar -xzf /tmp/mold.tar.gz -C /tmp/mold && cp -r /tmp/mold/mold*/* /usr && rm -rf /tmp/mold && rm /tmp/mold.tar.gz #16 0.319 % Total % Received % Xferd Average Speed Time Time Time Current #16 0.319 Dload Upload Total Spent Left Speed #16 0.319 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 #16 0.833 100 9.9M 100 9.9M 0 0 19.3M 0 --:--:-- --:--:-- --:--:-- 19.3M #16 DONE 1.1s #17 [stage-1 7/12] RUN arch=arm64 && curl -Lo /tmp/nfpm.deb "https://github.com/goreleaser/nfpm/releases/download/v2.20.0/nfpm_${arch}.deb" && dpkg -i /tmp/nfpm.deb && rm /tmp/nfpm.deb #17 0.325 % Total % Received % Xferd Average Speed Time Time Time Current #17 0.325 Dload Upload Total Spent Left Speed #17 0.325 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 #17 0.943 100 4505k 100 4505k 0 0 7287k 0 --:--:-- --:--:-- --:--:-- 7287k #17 0.972 Selecting previously unselected package nfpm. #17 0.989 (Reading database ... 31957 files and directories currently installed.) #17 0.990 Preparing to unpack /tmp/nfpm.deb ... #17 0.994 Unpacking nfpm (2.20.0) ... #17 1.075 Setting up nfpm (2.20.0) ... #17 DONE 1.1s #18 [stage-1 8/12] RUN arch=arm64 && curl -Lo /tmp/go.tgz "https://go.dev/dl/go1.19.10.linux-${arch}.tar.gz" && tar -xzf /tmp/go.tgz -C /usr/local/ && rm /tmp/go.tgz #18 0.254 % Total % Received % Xferd Average Speed Time Time Time Current #18 0.254 Dload Upload Total Spent Left Speed #18 0.254 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76 100 76 0 0 357 0 --:--:-- --:--:-- --:--:-- 358 #18 0.981 7 109M 7 8351k 0 0 11.2M 0 0:00:09 --:--:-- 0:00:09 11.2M 27 109M 27 30.2M 0 0 17.5M 0 0:00:06 0:00:01 0:00:05 22.1M 52 109M 52 58.0M 0 0 19.7M 0 0:00:05 0:00:02 0:00:03 22.5M 70 109M 70 78.0M 0 0 20.5M 0 0:00:05 0:00:03 0:00:02 22.7M 92 109M 92 102M 0 0 21.6M 0 0:00:05 0:00:04 0:00:01 23.4M 100 109M 100 109M 0 0 22.0M 0 0:00:04 0:00:04 --:--:-- 23.8M #18 DONE 7.8s #19 [stage-1 9/12] RUN curl -Lo /usr/bin/clang-tidy-cache "https://raw.githubusercontent.com/matus-chochlik/ctcache/c191254ea00d47ade11d7170ef82fe038c213774/clang-tidy-cache" && chmod +x /usr/bin/clang-tidy-cache #19 0.194 % Total % Received % Xferd Average Speed Time Time Time Current #19 0.194 Dload Upload Total Spent Left Speed #19 0.194 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22784 100 22784 0 0 103k 0 --:--:-- --:--:-- --:--:-- 103k #19 DONE 0.4s #20 [stage-1 10/12] RUN mkdir /workdir && chmod 777 /workdir #20 DONE 0.3s #21 [stage-1 11/12] WORKDIR /workdir #21 DONE 0.0s #22 [stage-1 12/12] COPY build.sh / #22 DONE 0.1s #23 exporting to image #23 exporting layers #23 exporting layers 8.3s done #23 preparing layers for inline cache done #23 writing image sha256:fc885e2bac9689ad23c6280134f73afa3cf30b4918c19a0b96862e4aa37d12e1 done #23 naming to docker.io/altinityinfra/binary-builder:981-aarch64 done #23 naming to docker.io/altinityinfra/binary-builder:latest done #23 DONE 8.3s #24 pushing altinityinfra/binary-builder:981-aarch64 with docker #24 pushing layer c568dd91f593 #24 pushing layer 5f70bf18a086 #24 pushing layer 94cff3015049 #24 pushing layer 6a576f317339 #24 pushing layer 9e02890c3a14 #24 pushing layer 5c9b7e74bcd3 #24 pushing layer 45ca807ec8be #24 pushing layer 60facc6c6f8d #24 pushing layer 073f03dfdc27 #24 pushing layer 75295d08c6de #24 pushing layer 99fab3d35dd7 #24 pushing layer 25c53d90fe6b #24 pushing layer 4fb9d282d930 #24 pushing layer 8d1584e2d01c #24 pushing layer 13b05d5d49ca #24 pushing layer d940a7068a29 #24 pushing layer d3aee692b95c #24 pushing layer 9f6381ad79dd #24 pushing layer bc88c5b3bcb3 #24 pushing layer 3dd8424c0b7e #24 pushing layer a14e7f772a53 #24 pushing layer 3e04ae02e3b4 #24 pushing layer c568dd91f593 9.73kB / 7.74kB 0.8s #24 pushing layer 6a576f317339 25.60kB / 22.78kB 0.8s #24 pushing layer 9e02890c3a14 17.10MB / 337.56MB 2.3s #24 pushing layer 5f70bf18a086 2.7s done #24 pushing layer c568dd91f593 2.9s done #24 pushing layer 94cff3015049 3.1s done #24 pushing layer 6a576f317339 3.2s done #24 pushing layer 9e02890c3a14 35.61MB / 337.56MB 3.6s #24 pushing layer 5c9b7e74bcd3 919.55kB / 12.35MB 3.7s #24 pushing layer 5c9b7e74bcd3 1.97MB / 12.35MB 3.8s #24 pushing layer 45ca807ec8be 1.48MB / 27.42MB 3.8s #24 pushing layer 5c9b7e74bcd3 2.89MB / 12.35MB 3.9s #24 pushing layer 5c9b7e74bcd3 4.33MB / 12.35MB 4.0s #24 pushing layer 5c9b7e74bcd3 6.03MB / 12.35MB 4.1s #24 pushing layer 5c9b7e74bcd3 7.47MB / 12.35MB 4.2s #24 pushing layer 45ca807ec8be 5.02MB / 27.42MB 4.2s #24 pushing layer 5c9b7e74bcd3 9.18MB / 12.35MB 4.3s #24 pushing layer 5c9b7e74bcd3 10.88MB / 12.35MB 4.4s #24 pushing layer 45ca807ec8be 8.26MB / 27.42MB 4.5s #24 pushing layer 073f03dfdc27 5.29MB / 101.15MB 4.4s #24 pushing layer 9e02890c3a14 52.62MB / 337.56MB 4.5s #24 pushing layer 5c9b7e74bcd3 12.37MB / 12.35MB 4.5s #24 pushing layer 45ca807ec8be 9.73MB / 27.42MB 4.6s #24 pushing layer 60facc6c6f8d 3.87MB / 53.75MB 4.6s #24 pushing layer 45ca807ec8be 11.80MB / 27.42MB 4.7s #24 pushing layer 073f03dfdc27 11.77MB / 101.15MB 4.8s #24 pushing layer 45ca807ec8be 13.27MB / 27.42MB 4.8s #24 pushing layer 60facc6c6f8d 7.77MB / 53.75MB 4.8s #24 pushing layer 45ca807ec8be 15.04MB / 27.42MB 4.9s #24 pushing layer 45ca807ec8be 16.81MB / 27.42MB 5.0s #24 pushing layer 60facc6c6f8d 12.22MB / 53.75MB 5.0s #24 pushing layer 073f03dfdc27 17.85MB / 101.15MB 5.1s #24 pushing layer 45ca807ec8be 18.58MB / 27.42MB 5.1s #24 pushing layer 60facc6c6f8d 16.68MB / 53.75MB 5.2s #24 pushing layer 45ca807ec8be 22.12MB / 27.42MB 5.3s #24 pushing layer 9e02890c3a14 69.64MB / 337.56MB 5.3s #24 pushing layer 60facc6c6f8d 21.14MB / 53.75MB 5.4s #24 pushing layer 45ca807ec8be 24.19MB / 27.42MB 5.4s #24 pushing layer 073f03dfdc27 24.36MB / 101.15MB 5.4s #24 pushing layer 45ca807ec8be 27.44MB / 27.42MB 5.6s #24 pushing layer 60facc6c6f8d 25.59MB / 53.75MB 5.7s #24 pushing layer 073f03dfdc27 30.30MB / 101.15MB 5.8s #24 pushing layer 60facc6c6f8d 30.05MB / 53.75MB 5.9s #24 pushing layer 073f03dfdc27 36.76MB / 101.15MB 6.0s #24 pushing layer 9e02890c3a14 87.61MB / 337.56MB 6.2s #24 pushing layer 60facc6c6f8d 34.51MB / 53.75MB 6.1s #24 pushing layer 073f03dfdc27 42.22MB / 101.15MB 6.2s #24 pushing layer 60facc6c6f8d 38.96MB / 53.75MB 6.3s #24 pushing layer 5c9b7e74bcd3 6.5s done #24 pushing layer 073f03dfdc27 48.15MB / 101.15MB 6.5s #24 pushing layer 60facc6c6f8d 43.42MB / 53.75MB 6.6s #24 pushing layer 073f03dfdc27 54.72MB / 101.15MB 6.7s #24 pushing layer 60facc6c6f8d 47.87MB / 53.75MB 6.8s #24 pushing layer 073f03dfdc27 61.23MB / 101.15MB 6.9s #24 pushing layer 60facc6c6f8d 53.75MB / 53.75MB 7.1s #24 pushing layer 9e02890c3a14 107.94MB / 337.56MB 7.2s #24 pushing layer 073f03dfdc27 67.22MB / 101.15MB 7.1s #24 pushing layer 75295d08c6de 538.62kB / 2.03GB 7.2s #24 pushing layer 073f03dfdc27 75.91MB / 101.15MB 7.5s #24 pushing layer 073f03dfdc27 81.80MB / 101.15MB 7.7s #24 pushing layer 073f03dfdc27 87.21MB / 101.15MB 7.9s #24 pushing layer 45ca807ec8be 8.1s done #24 pushing layer 073f03dfdc27 92.63MB / 101.15MB 8.1s #24 pushing layer 9e02890c3a14 126.65MB / 337.56MB 8.2s #24 pushing layer 073f03dfdc27 98.53MB / 101.15MB 8.5s #24 pushing layer 073f03dfdc27 104.23MB / 101.15MB 8.7s #24 pushing layer 99fab3d35dd7 8.6s #24 pushing layer 9e02890c3a14 144.26MB / 337.56MB 9.2s #24 pushing layer 25c53d90fe6b 10.3s #24 pushing layer 9e02890c3a14 162.62MB / 337.56MB 10.5s #24 pushing layer 60facc6c6f8d 10.4s done #24 pushing layer 073f03dfdc27 11.5s done #24 pushing layer 9e02890c3a14 179.82MB / 337.56MB 11.7s #24 pushing layer 4fb9d282d930 12.0s #24 pushing layer 75295d08c6de 75.66MB / 2.03GB 12.2s #24 pushing layer 8d1584e2d01c 12.4s #24 pushing layer 9e02890c3a14 198.13MB / 337.56MB 13.0s #24 pushing layer 13b05d5d49ca 13.5s #24 pushing layer d940a7068a29 13.9s #24 pushing layer 9e02890c3a14 215.93MB / 337.56MB 14.2s #24 pushing layer d3aee692b95c 14.2s #24 pushing layer 9e02890c3a14 233.71MB / 337.56MB 15.4s #24 pushing layer 9f6381ad79dd 15.5s #24 pushing layer bc88c5b3bcb3 16.0s #24 pushing layer 3dd8424c0b7e 16.3s #24 pushing layer 9e02890c3a14 252.65MB / 337.56MB 16.4s #24 pushing layer 3e04ae02e3b4 16.9s #24 pushing layer 75295d08c6de 166.35MB / 2.03GB 17.2s #24 pushing layer a14e7f772a53 17.2s #24 pushing layer 9e02890c3a14 269.69MB / 337.56MB 17.6s #24 pushing layer 9e02890c3a14 287.17MB / 337.56MB 18.7s #24 pushing layer 9e02890c3a14 304.98MB / 337.56MB 20.0s #24 pushing layer 9e02890c3a14 322.53MB / 337.56MB 21.3s #24 pushing layer 75295d08c6de 247.12MB / 2.03GB 22.3s #24 pushing layer 9e02890c3a14 340.84MB / 337.56MB 22.5s #24 pushing layer 9e02890c3a14 26.2s done #24 pushing layer 75295d08c6de 317.87MB / 2.03GB 27.3s #24 pushing layer 75295d08c6de 403.00MB / 2.03GB 32.4s #24 pushing layer 75295d08c6de 489.08MB / 2.03GB 37.5s #24 pushing layer 75295d08c6de 567.42MB / 2.03GB 42.6s #24 pushing layer 75295d08c6de 643.60MB / 2.03GB 47.7s #24 pushing layer 75295d08c6de 720.47MB / 2.03GB 52.8s #24 pushing layer 75295d08c6de 793.33MB / 2.03GB 57.8s #24 pushing layer 75295d08c6de 872.25MB / 2.03GB 62.8s #24 pushing layer 75295d08c6de 945.75MB / 2.03GB 67.9s #24 pushing layer 75295d08c6de 1.02GB / 2.03GB 73.0s #24 pushing layer 75295d08c6de 1.10GB / 2.03GB 78.0s #24 pushing layer 75295d08c6de 1.18GB / 2.03GB 83.0s #24 pushing layer 75295d08c6de 1.25GB / 2.03GB 88.1s #24 pushing layer 75295d08c6de 1.32GB / 2.03GB 93.1s #24 pushing layer 75295d08c6de 1.40GB / 2.03GB 98.1s #24 pushing layer 75295d08c6de 1.49GB / 2.03GB 103.1s #24 pushing layer 75295d08c6de 1.59GB / 2.03GB 106.8s #24 pushing layer 75295d08c6de 1.70GB / 2.03GB 110.3s #24 pushing layer 75295d08c6de 1.80GB / 2.03GB 114.6s #24 pushing layer 75295d08c6de 1.90GB / 2.03GB 119.0s #24 pushing layer 75295d08c6de 2.00GB / 2.03GB 122.4s #24 pushing layer 75295d08c6de 128.9s done #24 pushing layer 8d1584e2d01c 133.6s done #24 pushing layer 99fab3d35dd7 133.6s done #24 pushing layer 25c53d90fe6b 133.6s done #24 pushing layer 4fb9d282d930 133.6s done #24 pushing layer 13b05d5d49ca 133.6s done #24 pushing layer d940a7068a29 133.6s done #24 pushing layer d3aee692b95c 133.6s done #24 pushing layer 9f6381ad79dd 133.6s done #24 pushing layer bc88c5b3bcb3 133.6s done #24 pushing layer 3dd8424c0b7e 133.6s done #24 pushing layer a14e7f772a53 133.6s done #24 pushing layer 3e04ae02e3b4 133.6s done #24 DONE 133.9s #25 pushing altinityinfra/binary-builder:latest with docker #25 pushing layer c568dd91f593 #25 pushing layer 5f70bf18a086 #25 pushing layer 94cff3015049 #25 pushing layer 6a576f317339 #25 pushing layer 9e02890c3a14 #25 pushing layer 5c9b7e74bcd3 #25 pushing layer 45ca807ec8be #25 pushing layer 60facc6c6f8d #25 pushing layer 073f03dfdc27 #25 pushing layer 99fab3d35dd7 #25 pushing layer 25c53d90fe6b #25 pushing layer 4fb9d282d930 #25 pushing layer 8d1584e2d01c #25 pushing layer 13b05d5d49ca #25 pushing layer d940a7068a29 #25 pushing layer d3aee692b95c #25 pushing layer 9f6381ad79dd #25 pushing layer bc88c5b3bcb3 #25 pushing layer 3dd8424c0b7e #25 pushing layer a14e7f772a53 #25 pushing layer 3e04ae02e3b4 #25 pushing layer 75295d08c6de 2.3s #25 pushing layer 9f6381ad79dd 5.8s done #25 pushing layer c568dd91f593 5.8s done #25 pushing layer 5f70bf18a086 5.8s done #25 pushing layer 94cff3015049 5.8s done #25 pushing layer 6a576f317339 5.8s done #25 pushing layer 9e02890c3a14 5.8s done #25 pushing layer 5c9b7e74bcd3 5.8s done #25 pushing layer 45ca807ec8be 5.8s done #25 pushing layer 60facc6c6f8d 5.8s done #25 pushing layer 073f03dfdc27 5.8s done #25 pushing layer 75295d08c6de 5.8s done #25 pushing layer 99fab3d35dd7 5.8s done #25 pushing layer 25c53d90fe6b 5.8s done #25 pushing layer 4fb9d282d930 5.8s done #25 pushing layer 8d1584e2d01c 5.8s done #25 pushing layer 13b05d5d49ca 5.8s done #25 pushing layer d940a7068a29 5.8s done #25 pushing layer d3aee692b95c 5.8s done #25 pushing layer bc88c5b3bcb3 5.8s done #25 pushing layer 3dd8424c0b7e 5.8s done #25 pushing layer a14e7f772a53 5.8s done #25 pushing layer 3e04ae02e3b4 5.8s done #25 DONE 6.1s ------ > importing cache manifest from altinityinfra/binary-builder:981-aarch64: ------