Skip to content

Instantly share code, notes, and snippets.

@acgetchell
Created March 2, 2021 22:48
Show Gist options
  • Save acgetchell/173bec317f724c5a91a6651a3a41ea78 to your computer and use it in GitHub Desktop.
Save acgetchell/173bec317f724c5a91a6651a3a41ea78 to your computer and use it in GitHub Desktop.
Deploying 'vcpkg Dockerfile: Dockerfile'...
Building image...
Preparing build context archive...
[==================================================>]102/102 files
Done
Sending build context to Docker daemon...
[==================================================>] 40.00kB
Done
Step 1/10 : FROM alpine:latest as build
---> 28f6e2705743
Step 2/10 : LABEL description="Build container - findfaces"
---> Running in c3815a8ed2a4
Removing intermediate container c3815a8ed2a4
---> 0b035776a975
Step 3/10 : RUN apk update && apk add --no-cache autoconf build-base binutils cmake curl file gcc g++ git libgcc libtool linux-headers make musl-dev ninja tar unzip wget
---> Running in c0f3d028fa16
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz
v3.13.2-50-g4016e4e0c9 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main]
v3.13.2-57-gb49ace1568 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community]
OK: 13877 distinct packages available
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz
(1/56) Installing m4 (1.4.18-r2)
(2/56) Installing libbz2 (1.0.8-r1)
(3/56) Installing perl (5.32.0-r0)
(4/56) Installing autoconf (2.69-r3)
(5/56) Installing libgcc (10.2.1_pre1-r3)
(6/56) Installing libstdc++ (10.2.1_pre1-r3)
(7/56) Installing binutils (2.35.1-r1)
(8/56) Installing libmagic (5.39-r0)
(9/56) Installing file (5.39-r0)
(10/56) Installing libgomp (10.2.1_pre1-r3)
(11/56) Installing libatomic (10.2.1_pre1-r3)
(12/56) Installing libgphobos (10.2.1_pre1-r3)
(13/56) Installing gmp (6.2.1-r0)
(14/56) Installing isl22 (0.22-r0)
(15/56) Installing mpfr4 (4.1.0-r0)
(16/56) Installing mpc1 (1.2.0-r0)
(17/56) Installing gcc (10.2.1_pre1-r3)
(18/56) Installing musl-dev (1.2.2-r0)
(19/56) Installing libc-dev (0.7.2-r3)
(20/56) Installing g++ (10.2.1_pre1-r3)
(21/56) Installing make (4.3-r0)
(22/56) Installing fortify-headers (1.1-r0)
(23/56) Installing patch (2.7.6-r6)
(24/56) Installing build-base (0.5-r2)
(25/56) Installing libacl (2.2.53-r0)
(26/56) Installing expat (2.2.10-r1)
(27/56) Installing lz4-libs (1.9.2-r0)
(28/56) Installing xz-libs (5.2.5-r0)
(29/56) Installing zstd-libs (1.4.5-r3)
(30/56) Installing libarchive (3.5.1-r0)
(31/56) Installing ca-certificates (20191127-r5)
(32/56) Installing brotli-libs (1.0.9-r3)
(33/56) Installing nghttp2-libs (1.42.0-r1)
(34/56) Installing libcurl (7.74.0-r1)
(35/56) Installing ncurses-terminfo-base (6.2_p20210109-r0)
(36/56) Installing ncurses-libs (6.2_p20210109-r0)
(37/56) Installing rhash-libs (1.4.1-r0)
(38/56) Installing libuv (1.40.0-r0)
(39/56) Installing cmake (3.18.4-r1)
(40/56) Installing curl (7.74.0-r1)
(41/56) Installing pcre2 (10.36-r0)
(42/56) Installing git (2.30.1-r0)
(43/56) Installing perl-error (0.17029-r1)
(44/56) Installing perl-git (2.30.1-r0)
(45/56) Installing git-perl (2.30.1-r0)
(46/56) Installing readline (8.1.0-r0)
(47/56) Installing bash (5.1.0-r0)
Executing bash-5.1.0-r0.post-install
(48/56) Installing libltdl (2.4.6-r7)
(49/56) Installing libtool (2.4.6-r7)
(50/56) Installing linux-headers (5.7.8-r0)
(51/56) Installing samurai (1.2-r0)
(52/56) Installing tar (1.33-r1)
(53/56) Installing unzip (6.0-r8)
(54/56) Installing libunistring (0.9.10-r0)
(55/56) Installing libidn2 (2.3.0-r0)
(56/56) Installing wget (1.21.1-r1)
Executing busybox-1.32.1-r3.trigger
Executing ca-certificates-20191127-r5.trigger
OK: 310 MiB in 70 packages
Removing intermediate container c0f3d028fa16
---> a61205db71c0
Step 4/10 : RUN cd /tmp && wget https://github.com/Microsoft/CMake/releases/download/untagged-fb9b4dd1072bc49c0ba9/cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh && chmod +x cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh && ./cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh --prefix=/usr/local --skip-license && rm cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh
---> Running in 7168890eb00e
--2021-03-02 22:44:47-- https://github.com/Microsoft/CMake/releases/download/untagged-fb9b4dd1072bc49c0ba9/cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh
Resolving github.com (github.com)... 192.30.255.113
Connecting to github.com (github.com)|192.30.255.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-releases.githubusercontent.com/32880463/6785f94a-7556-11e8-9f62-959e4e612d51?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210302%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210302T224447Z&X-Amz-Expires=300&X-Amz-Signature=5c792d31b18dbcaacfb1a750f4bb120a848e5ea6d5d9d3ec32c4cf6479a0e77f&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=32880463&response-content-disposition=attachment%3B%20filename%3Dcmake-3.11.18033000-MSVC_2-Linux-x86_64.sh&response-content-type=application%2Foctet-stream [following]
--2021-03-02 22:44:47-- https://github-releases.githubusercontent.com/32880463/6785f94a-7556-11e8-9f62-959e4e612d51?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210302%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210302T224447Z&X-Amz-Expires=300&X-Amz-Signature=5c792d31b18dbcaacfb1a750f4bb120a848e5ea6d5d9d3ec32c4cf6479a0e77f&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=32880463&response-content-disposition=attachment%3B%20filename%3Dcmake-3.11.18033000-MSVC_2-Linux-x86_64.sh&response-content-type=application%2Foctet-stream
Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.111.154, 185.199.110.154, 185.199.109.154, ...
Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.111.154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 13591796 (13M) [application/octet-stream]
Saving to: 'cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh'
0K .......... .......... .......... .......... .......... 0% 1.98M 7s
50K .......... .......... .......... .......... .......... 0% 1.19M 9s
100K .......... .......... .......... .......... .......... 1% 2.24M 8s
150K .......... .......... .......... .......... .......... 1% 909K 9s
200K .......... .......... .......... .......... .......... 1% 895K 10s
250K .......... .......... .......... .......... .......... 2% 1.77M 10s
300K .......... .......... .......... .......... .......... 2% 1.61M 9s
350K .......... .......... .......... .......... .......... 3% 2.51M 9s
400K .......... .......... .......... .......... .......... 3% 1.14M 9s
450K .......... .......... .......... .......... .......... 3% 1.38M 9s
500K .......... .......... .......... .......... .......... 4% 2.06M 9s
550K .......... .......... .......... .......... .......... 4% 1.49M 9s
600K .......... .......... .......... .......... .......... 4% 2.98M 8s
650K .......... .......... .......... .......... .......... 5% 4.31M 8s
700K .......... .......... .......... .......... .......... 5% 1.33M 8s
750K .......... .......... .......... .......... .......... 6% 2.80M 8s
800K .......... .......... .......... .......... .......... 6% 2.45M 7s
850K .......... .......... .......... .......... .......... 6% 4.42M 7s
900K .......... .......... .......... .......... .......... 7% 1.42M 7s
950K .......... .......... .......... .......... .......... 7% 4.97M 7s
1000K .......... .......... .......... .......... .......... 7% 1.89M 7s
1050K .......... .......... .......... .......... .......... 8% 4.91M 7s
1100K .......... .......... .......... .......... .......... 8% 3.70M 7s
1150K .......... .......... .......... .......... .......... 9% 2.25M 6s
1200K .......... .......... .......... .......... .......... 9% 1.30M 7s
1250K .......... .......... .......... .......... .......... 9% 5.24M 6s
1300K .......... .......... .......... .......... .......... 10% 1.41M 6s
1350K .......... .......... .......... .......... .......... 10% 2.26M 6s
1400K .......... .......... .......... .......... .......... 10% 3.01M 6s
1450K .......... .......... .......... .......... .......... 11% 1.31M 6s
1500K .......... .......... .......... .......... .......... 11% 4.11M 6s
1550K .......... .......... .......... .......... .......... 12% 2.46M 6s
1600K .......... .......... .......... .......... .......... 12% 4.23M 6s
1650K .......... .......... .......... .......... .......... 12% 4.16M 6s
1700K .......... .......... .......... .......... .......... 13% 1.66M 6s
1750K .......... .......... .......... .......... .......... 13% 906K 6s
1800K .......... .......... .......... .......... .......... 13% 4.00M 6s
1850K .......... .......... .......... .......... .......... 14% 996K 6s
1900K .......... .......... .......... .......... .......... 14% 1.03M 6s
1950K .......... .......... .......... .......... .......... 15% 1.51M 6s
2000K .......... .......... .......... .......... .......... 15% 2.67M 6s
2050K .......... .......... .......... .......... .......... 15% 1.83M 6s
2100K .......... .......... .......... .......... .......... 16% 43.8M 6s
2150K .......... .......... .......... .......... .......... 16% 1.10M 6s
2200K .......... .......... .......... .......... .......... 16% 4.79M 6s
2250K .......... .......... .......... .......... .......... 17% 2.92M 6s
2300K .......... .......... .......... .......... .......... 17% 3.46M 6s
2350K .......... .......... .......... .......... .......... 18% 1.51M 6s
2400K .......... .......... .......... .......... .......... 18% 2.72M 6s
2450K .......... .......... .......... .......... .......... 18% 2.61M 6s
2500K .......... .......... .......... .......... .......... 19% 3.76M 5s
2550K .......... .......... .......... .......... .......... 19% 3.69M 5s
2600K .......... .......... .......... .......... .......... 19% 1.62M 5s
2650K .......... .......... .......... .......... .......... 20% 5.23M 5s
2700K .......... .......... .......... .......... .......... 20% 4.83M 5s
2750K .......... .......... .......... .......... .......... 21% 1.92M 5s
2800K .......... .......... .......... .......... .......... 21% 5.20M 5s
2850K .......... .......... .......... .......... .......... 21% 5.54M 5s
2900K .......... .......... .......... .......... .......... 22% 3.99M 5s
2950K .......... .......... .......... .......... .......... 22% 1.58M 5s
3000K .......... .......... .......... .......... .......... 22% 5.25M 5s
3050K .......... .......... .......... .......... .......... 23% 5.05M 5s
3100K .......... .......... .......... .......... .......... 23% 2.88M 5s
3150K .......... .......... .......... .......... .......... 24% 2.84M 5s
3200K .......... .......... .......... .......... .......... 24% 2.40M 5s
3250K .......... .......... .......... .......... .......... 24% 2.22M 5s
3300K .......... .......... .......... .......... .......... 25% 11.4M 5s
3350K .......... .......... .......... .......... .......... 25% 2.70M 5s
3400K .......... .......... .......... .......... .......... 25% 5.21M 4s
3450K .......... .......... .......... .......... .......... 26% 1.92M 4s
3500K .......... .......... .......... .......... .......... 26% 2.68M 4s
3550K .......... .......... .......... .......... .......... 27% 3.05M 4s
3600K .......... .......... .......... .......... .......... 27% 3.26M 4s
3650K .......... .......... .......... .......... .......... 27% 1.86M 4s
3700K .......... .......... .......... .......... .......... 28% 3.98M 4s
3750K .......... .......... .......... .......... .......... 28% 2.41M 4s
3800K .......... .......... .......... .......... .......... 29% 4.45M 4s
3850K .......... .......... .......... .......... .......... 29% 4.57M 4s
3900K .......... .......... .......... .......... .......... 29% 5.23M 4s
3950K .......... .......... .......... .......... .......... 30% 851K 4s
4000K .......... .......... .......... .......... .......... 30% 2.95M 4s
4050K .......... .......... .......... .......... .......... 30% 4.08M 4s
4100K .......... .......... .......... .......... .......... 31% 5.14M 4s
4150K .......... .......... .......... .......... .......... 31% 2.96M 4s
4200K .......... .......... .......... .......... .......... 32% 6.69M 4s
4250K .......... .......... .......... .......... .......... 32% 2.32M 4s
4300K .......... .......... .......... .......... .......... 32% 1.45M 4s
4350K .......... .......... .......... .......... .......... 33% 2.02M 4s
4400K .......... .......... .......... .......... .......... 33% 20.1M 4s
4450K .......... .......... .......... .......... .......... 33% 4.27M 4s
4500K .......... .......... .......... .......... .......... 34% 5.15M 4s
4550K .......... .......... .......... .......... .......... 34% 4.72M 4s
4600K .......... .......... .......... .......... .......... 35% 2.57M 4s
4650K .......... .......... .......... .......... .......... 35% 1.79M 4s
4700K .......... .......... .......... .......... .......... 35% 316K 4s
4750K .......... .......... .......... .......... .......... 36% 35.3M 4s
4800K .......... .......... .......... .......... .......... 36% 19.4M 4s
4850K .......... .......... .......... .......... .......... 36% 26.4M 4s
4900K .......... .......... .......... .......... .......... 37% 34.9M 4s
4950K .......... .......... .......... .......... .......... 37% 24.6M 4s
5000K .......... .......... .......... .......... .......... 38% 1.27M 4s
5050K .......... .......... .......... .......... .......... 38% 3.45M 4s
5100K .......... .......... .......... .......... .......... 38% 2.62M 4s
5150K .......... .......... .......... .......... .......... 39% 1.69M 4s
5200K .......... .......... .......... .......... .......... 39% 2.55M 4s
5250K .......... .......... .......... .......... .......... 39% 3.27M 3s
5300K .......... .......... .......... .......... .......... 40% 5.26M 3s
5350K .......... .......... .......... .......... .......... 40% 2.15M 3s
5400K .......... .......... .......... .......... .......... 41% 6.37M 3s
5450K .......... .......... .......... .......... .......... 41% 2.49M 3s
5500K .......... .......... .......... .......... .......... 41% 1.11M 3s
5550K .......... .......... .......... .......... .......... 42% 1.74M 3s
5600K .......... .......... .......... .......... .......... 42% 2.64M 3s
5650K .......... .......... .......... .......... .......... 42% 3.35M 3s
5700K .......... .......... .......... .......... .......... 43% 1.28M 3s
5750K .......... .......... .......... .......... .......... 43% 3.32M 3s
5800K .......... .......... .......... .......... .......... 44% 1.56M 3s
5850K .......... .......... .......... .......... .......... 44% 3.85M 3s
5900K .......... .......... .......... .......... .......... 44% 4.07M 3s
5950K .......... .......... .......... .......... .......... 45% 2.23M 3s
6000K .......... .......... .......... .......... .......... 45% 3.60M 3s
6050K .......... .......... .......... .......... .......... 45% 4.48M 3s
6100K .......... .......... .......... .......... .......... 46% 3.32M 3s
6150K .......... .......... .......... .......... .......... 46% 3.14M 3s
6200K .......... .......... .......... .......... .......... 47% 5.40M 3s
6250K .......... .......... .......... .......... .......... 47% 5.32M 3s
6300K .......... .......... .......... .......... .......... 47% 1.48M 3s
6350K .......... .......... .......... .......... .......... 48% 3.64M 3s
6400K .......... .......... .......... .......... .......... 48% 2.48M 3s
6450K .......... .......... .......... .......... .......... 48% 3.83M 3s
6500K .......... .......... .......... .......... .......... 49% 1.26M 3s
6550K .......... .......... .......... .......... .......... 49% 2.62M 3s
6600K .......... .......... .......... .......... .......... 50% 3.81M 3s
6650K .......... .......... .......... .......... .......... 50% 4.02M 3s
6700K .......... .......... .......... .......... .......... 50% 1.50M 3s
6750K .......... .......... .......... .......... .......... 51% 3.47M 3s
6800K .......... .......... .......... .......... .......... 51% 1.22M 3s
6850K .......... .......... .......... .......... .......... 51% 5.49M 3s
6900K .......... .......... .......... .......... .......... 52% 2.80M 3s
6950K .......... .......... .......... .......... .......... 52% 6.00M 3s
7000K .......... .......... .......... .......... .......... 53% 3.60M 3s
7050K .......... .......... .......... .......... .......... 53% 2.69M 3s
7100K .......... .......... .......... .......... .......... 53% 1.38M 3s
7150K .......... .......... .......... .......... .......... 54% 6.73M 3s
7200K .......... .......... .......... .......... .......... 54% 4.78M 3s
7250K .......... .......... .......... .......... .......... 54% 2.75M 3s
7300K .......... .......... .......... .......... .......... 55% 2.58M 2s
7350K .......... .......... .......... .......... .......... 55% 3.34M 2s
7400K .......... .......... .......... .......... .......... 56% 1.48M 2s
7450K .......... .......... .......... .......... .......... 56% 5.16M 2s
7500K .......... .......... .......... .......... .......... 56% 2.63M 2s
7550K .......... .......... .......... .......... .......... 57% 7.32M 2s
7600K .......... .......... .......... .......... .......... 57% 2.68M 2s
7650K .......... .......... .......... .......... .......... 58% 5.00M 2s
7700K .......... .......... .......... .......... .......... 58% 922K 2s
7750K .......... .......... .......... .......... .......... 58% 3.20M 2s
7800K .......... .......... .......... .......... .......... 59% 3.81M 2s
7850K .......... .......... .......... .......... .......... 59% 2.76M 2s
7900K .......... .......... .......... .......... .......... 59% 9.26M 2s
7950K .......... .......... .......... .......... .......... 60% 2.08M 2s
8000K .......... .......... .......... .......... .......... 60% 6.11M 2s
8050K .......... .......... .......... .......... .......... 61% 2.79M 2s
8100K .......... .......... .......... .......... .......... 61% 4.75M 2s
8150K .......... .......... .......... .......... .......... 61% 1.50M 2s
8200K .......... .......... .......... .......... .......... 62% 3.11M 2s
8250K .......... .......... .......... .......... .......... 62% 13.4M 2s
8300K .......... .......... .......... .......... .......... 62% 3.33M 2s
8350K .......... .......... .......... .......... .......... 63% 2.51M 2s
8400K .......... .......... .......... .......... .......... 63% 5.22M 2s
8450K .......... .......... .......... .......... .......... 64% 5.28M 2s
8500K .......... .......... .......... .......... .......... 64% 3.17M 2s
8550K .......... .......... .......... .......... .......... 64% 3.59M 2s
8600K .......... .......... .......... .......... .......... 65% 4.47M 2s
8650K .......... .......... .......... .......... .......... 65% 3.40M 2s
8700K .......... .......... .......... .......... .......... 65% 4.43M 2s
8750K .......... .......... .......... .......... .......... 66% 1.79M 2s
8800K .......... .......... .......... .......... .......... 66% 3.01M 2s
8850K .......... .......... .......... .......... .......... 67% 2.57M 2s
8900K .......... .......... .......... .......... .......... 67% 5.35M 2s
8950K .......... .......... .......... .......... .......... 67% 2.83M 2s
9000K .......... .......... .......... .......... .......... 68% 2.82M 2s
9050K .......... .......... .......... .......... .......... 68% 4.77M 2s
9100K .......... .......... .......... .......... .......... 68% 5.08M 2s
9150K .......... .......... .......... .......... .......... 69% 3.81M 2s
9200K .......... .......... .......... .......... .......... 69% 4.88M 2s
9250K .......... .......... .......... .......... .......... 70% 5.41M 2s
9300K .......... .......... .......... .......... .......... 70% 1.54M 2s
9350K .......... .......... .......... .......... .......... 70% 2.81M 2s
9400K .......... .......... .......... .......... .......... 71% 2.39M 2s
9450K .......... .......... .......... .......... .......... 71% 5.43M 1s
9500K .......... .......... .......... .......... .......... 71% 5.15M 1s
9550K .......... .......... .......... .......... .......... 72% 3.31M 1s
9600K .......... .......... .......... .......... .......... 72% 2.49M 1s
9650K .......... .......... .......... .......... .......... 73% 4.35M 1s
9700K .......... .......... .......... .......... .......... 73% 1.38M 1s
9750K .......... .......... .......... .......... .......... 73% 2.92M 1s
9800K .......... .......... .......... .......... .......... 74% 4.85M 1s
9850K .......... .......... .......... .......... .......... 74% 3.99M 1s
9900K .......... .......... .......... .......... .......... 74% 2.91M 1s
9950K .......... .......... .......... .......... .......... 75% 4.02M 1s
10000K .......... .......... .......... .......... .......... 75% 1.88M 1s
10050K .......... .......... .......... .......... .......... 76% 1.54M 1s
10100K .......... .......... .......... .......... .......... 76% 1.43M 1s
10150K .......... .......... .......... .......... .......... 76% 1.38M 1s
10200K .......... .......... .......... .......... .......... 77% 12.6M 1s
10250K .......... .......... .......... .......... .......... 77% 1.13M 1s
10300K .......... .......... .......... .......... .......... 77% 4.22M 1s
10350K .......... .......... .......... .......... .......... 78% 1.47M 1s
10400K .......... .......... .......... .......... .......... 78% 5.65M 1s
10450K .......... .......... .......... .......... .......... 79% 3.65M 1s
10500K .......... .......... .......... .......... .......... 79% 5.44M 1s
10550K .......... .......... .......... .......... .......... 79% 1.16M 1s
10600K .......... .......... .......... .......... .......... 80% 724K 1s
10650K .......... .......... .......... .......... .......... 80% 19.4M 1s
10700K .......... .......... .......... .......... .......... 80% 2.40M 1s
10750K .......... .......... .......... .......... .......... 81% 3.23M 1s
10800K .......... .......... .......... .......... .......... 81% 11.2M 1s
10850K .......... .......... .......... .......... .......... 82% 1.10M 1s
10900K .......... .......... .......... .......... .......... 82% 1.59M 1s
10950K .......... .......... .......... .......... .......... 82% 2.14M 1s
11000K .......... .......... .......... .......... .......... 83% 541K 1s
11050K .......... .......... .......... .......... .......... 83% 11.8M 1s
11100K .......... .......... .......... .......... .......... 84% 2.12M 1s
11150K .......... .......... .......... .......... .......... 84% 1.32M 1s
11200K .......... .......... .......... .......... .......... 84% 9.89M 1s
11250K .......... .......... .......... .......... .......... 85% 4.44M 1s
11300K .......... .......... .......... .......... .......... 85% 2.88M 1s
11350K .......... .......... .......... .......... .......... 85% 2.22M 1s
11400K .......... .......... .......... .......... .......... 86% 3.92M 1s
11450K .......... .......... .......... .......... .......... 86% 1.68M 1s
11500K .......... .......... .......... .......... .......... 87% 2.11M 1s
11550K .......... .......... .......... .......... .......... 87% 3.52M 1s
11600K .......... .......... .......... .......... .......... 87% 5.82M 1s
11650K .......... .......... .......... .......... .......... 88% 4.95M 1s
11700K .......... .......... .......... .......... .......... 88% 4.01M 1s
11750K .......... .......... .......... .......... .......... 88% 2.91M 1s
11800K .......... .......... .......... .......... .......... 89% 4.00M 1s
11850K .......... .......... .......... .......... .......... 89% 5.84M 1s
11900K .......... .......... .......... .......... .......... 90% 4.94M 1s
11950K .......... .......... .......... .......... .......... 90% 2.14M 1s
12000K .......... .......... .......... .......... .......... 90% 2.83M 0s
12050K .......... .......... .......... .......... .......... 91% 3.92M 0s
12100K .......... .......... .......... .......... .......... 91% 1.53M 0s
12150K .......... .......... .......... .......... .......... 91% 4.22M 0s
12200K .......... .......... .......... .......... .......... 92% 4.10M 0s
12250K .......... .......... .......... .......... .......... 92% 2.45M 0s
12300K .......... .......... .......... .......... .......... 93% 1.52M 0s
12350K .......... .......... .......... .......... .......... 93% 3.35M 0s
12400K .......... .......... .......... .......... .......... 93% 2.81M 0s
12450K .......... .......... .......... .......... .......... 94% 2.90M 0s
12500K .......... .......... .......... .......... .......... 94% 3.59M 0s
12550K .......... .......... .......... .......... .......... 94% 5.15M 0s
12600K .......... .......... .......... .......... .......... 95% 1.64M 0s
12650K .......... .......... .......... .......... .......... 95% 20.5M 0s
12700K .......... .......... .......... .......... .......... 96% 1017K 0s
12750K .......... .......... .......... .......... .......... 96% 2.39M 0s
12800K .......... .......... .......... .......... .......... 96% 3.67M 0s
12850K .......... .......... .......... .......... .......... 97% 5.58M 0s
12900K .......... .......... .......... .......... .......... 97% 3.73M 0s
12950K .......... .......... .......... .......... .......... 97% 3.04M 0s
13000K .......... .......... .......... .......... .......... 98% 5.38M 0s
13050K .......... .......... .......... .......... .......... 98% 2.87M 0s
13100K .......... .......... .......... .......... .......... 99% 2.60M 0s
13150K .......... .......... .......... .......... .......... 99% 3.98M 0s
13200K .......... .......... .......... .......... .......... 99% 5.87M 0s
13250K .......... .......... ... 100% 10.1M=5.2s
2021-03-02 22:44:53 (2.47 MB/s) - 'cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh' saved [13591796/13591796]
CMake Installer Version: 3.11.18033000-MSVC_2, Copyright (c) Kitware
This is a self-extracting archive.
The archive will be extracted to: /usr/local
Using target directory: /usr/local
Extracting, please wait...
Unpacking finished successfully
Removing intermediate container 7168890eb00e
---> 3b012d7784ff
Step 5/10 : RUN cd /tmp && git clone https://github.com/Microsoft/vcpkg.git -n && cd vcpkg && git checkout 1d5e22919fcfeba3fe513248e73395c42ac18ae4 && ./bootstrap-vcpkg.sh -useSystemBinaries
---> Running in bb1dc064d862
Cloning into 'vcpkg'...
Note: switching to '1d5e22919fcfeba3fe513248e73395c42ac18ae4'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 1d5e22919 [docs] Add config-environment.md
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/vcpkg/toolsrc/build.rel
[1/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/visualstudio.cpp.o
[2/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/versiont.cpp.o
[3/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/vcpkgpaths.cpp.o
[4/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/vcpkglib.cpp.o
[5/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/vcpkgcmdarguments.cpp.o
[6/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/userconfig.cpp.o
[7/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/update.cpp.o
[8/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/triplet.cpp.o
[9/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/tools.cpp.o
[10/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/statusparagraphs.cpp.o
[11/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/statusparagraph.cpp.o
[12/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/sourceparagraph.cpp.o
[13/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/remove.cpp.o
[14/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/postbuildlint.cpp.o
[15/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/postbuildlint.buildtype.cpp.o
[16/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/parse.cpp.o
[17/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/paragraphs.cpp.o
[18/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/paragraphparseresult.cpp.o
[19/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/packagespecparseresult.cpp.o
[20/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/packagespec.cpp.o
[21/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/metrics.cpp.o
[22/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/install.cpp.o
[23/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/input.cpp.o
[24/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/help.cpp.o
[25/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/globalstate.cpp.o
[26/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/export.cpp.o
[27/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/dependencies.cpp.o
[28/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.xvsinstances.cpp.o
[29/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.version.cpp.o
[30/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.upgrade.cpp.o
[31/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.search.cpp.o
[32/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.portsdiff.cpp.o
[33/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.owns.cpp.o
[34/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.list.cpp.o
[35/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.integrate.cpp.o
[36/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.import.cpp.o
In file included from ../include/vcpkg/sourceparagraph.h:7,
from ../include/vcpkg/binaryparagraph.h:4,
from ../include/vcpkg/statusparagraph.h:3,
from ../include/vcpkg/statusparagraphs.h:2,
from ../include/vcpkg/build.h:4,
from ../include/vcpkg/commands.h:3,
from ../src/vcpkg/export.cpp:3:
../include/vcpkg/base/span.h: In instantiation of 'constexpr vcpkg::Span<T>::Span(std::initializer_list<_Tp>) [with T = const vcpkg::Export::handle_export_command_arguments(const vcpkg::VcpkgCmdArguments&, const vcpkg::Triplet&)::OptionPair]':
../src/vcpkg/export.cpp:366:26: required from here
../include/vcpkg/base/span.h:25:76: warning: initializing 'vcpkg::Span<const vcpkg::Export::handle_export_command_arguments(const vcpkg::VcpkgCmdArguments&, const vcpkg::Triplet&)::OptionPair>::m_ptr' from 'std::initializer_list<const vcpkg::Export::handle_export_command_arguments(const vcpkg::VcpkgCmdArguments&, const vcpkg::Triplet&)::OptionPair>::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime]
25 | constexpr Span(std::initializer_list<T> l) noexcept : m_ptr(l.begin()), m_count(l.size()) {}
| ~~~~~~~^~
[37/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.exportifw.cpp.o
[38/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.env.cpp.o
[39/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.edit.cpp.o
[40/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.dependinfo.cpp.o
[41/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.create.cpp.o
[42/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.cpp.o
[43/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.contact.cpp.o
[44/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.ci.cpp.o
[45/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.cache.cpp.o
[46/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.buildexternal.cpp.o
[47/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/commands.autocomplete.cpp.o
[48/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/build.cpp.o
[49/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/binaryparagraph.cpp.o
[50/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/system.cpp.o
[51/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/strings.cpp.o
[52/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/stringrange.cpp.o
[53/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/machinetype.cpp.o
[54/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/lineinfo.cpp.o
[55/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/hash.cpp.o
[56/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/files.cpp.o
[57/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/enums.cpp.o
[58/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/downloads.cpp.o
[59/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/cofffilereader.cpp.o
[60/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/chrono.cpp.o
[61/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/base/checks.cpp.o
[62/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg/archives.cpp.o
[63/64] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg.cpp.o
[64/64] Linking CXX executable vcpkg
Removing intermediate container bb1dc064d862
---> db558e30d636
Step 6/10 : COPY x64-linux-musl.cmake /tmp/vcpkg/triplets/
Error response from daemon: COPY failed: file not found in build context or excluded by .dockerignore: stat x64-linux-musl.cmake: file does not exist
Failed to deploy 'vcpkg Dockerfile: Dockerfile': Can't retrieve image ID from build stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment