Injecting ARM v7/v8 architecture for LibreSSL #15
Annotations
4 errors and 12 warnings
|
build (linux/arm/v6, stable, Dockerfile, stable-armv6-alpine, ubuntu-24.04-arm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux && LIBRESSL_HOST= && case \"${TARGETARCH:-}-${TARGETVARIANT:-}\" in arm-v6) LIBRESSL_HOST=armv6-alpine-linux-musleabihf ;; arm-v7) LIBRESSL_HOST=armv7-alpine-linux-musleabihf ;; esac && addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps autoconf automake bind-tools binutils build-base ca-certificates cmake curl gcc gd-dev geoip-dev git gnupg go libc-dev libgcc libstdc++ libtool libxslt-dev linux-headers make mercurial pcre pcre-dev perl-dev su-exec tar tzdata zlib zlib-dev && curl -fsSL \"https://freenginx.org/download/freenginx-${NGINX_VERSION}.tar.gz\" -o freenginx.tar.gz && curl -fsSL \"https://freenginx.org/download/freenginx-${NGINX_VERSION}.tar.gz.asc\" -o freenginx.tar.gz.asc && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz\" -o libressl.tar.gz && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz.asc\" -o libressl.tar.gz.asc && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc\" -o libressl-project.asc && GPG_KEYS=\"B0F4253373F8F6F510D42178520A9993A1C052F8 A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5\" && GNUPGHOME=\"$(mktemp -d)\" && export GNUPGHOME && for server in hkps://keys.openpgp.org hkps://keyserver.ubuntu.com hkp://ha.pool.sks-keyservers.net:80 hkp://pgp.mit.edu:80 ; do echo \"Fetching freenginx + LibreSSL GPG keys from ${server}\"; gpg --keyserver \"${server}\" --keyserver-options timeout=10 --recv-keys ${GPG_KEYS} 2>/dev/null && break || true; done && curl -fsSL https://freenginx.org/keys/mdounin.key | gpg --import && curl -fsSL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc | gpg --import && for key in ${GPG_KEYS}; do gpg --list-keys \"${key}\" > /dev/null 2>&1 || { echo >&2 \"ERROR: GPG key ${key} could not be fetched (freenginx or LibreSSL)\"; exit 1; }; done && { gpg --batch --verify freenginx.tar.gz.asc freenginx.tar.gz || { echo >&2 \"ERROR: freenginx tarball signature verification failed\"; exit 1; }; } && gpg --batch --import libressl-project.asc && { gpg --batch --verify libressl.tar.gz.asc libressl.tar.gz || { echo >&2 \"ERROR: LibreSSL tarball signature verification failed\"; exit 1; }; } && rm -rf \"${GNUPGHOME}\" freenginx.tar.gz.asc libressl.tar.gz.asc libressl-project.asc && mkdir -p /usr/src && tar -zxC /usr/src -f freenginx.tar.gz && rm freenginx.tar.gz && tar -zxC /usr/src -f libressl.tar.gz && rm libressl.tar.gz && git clone --depth=1 --recurse-submodules https://github.com/google/ngx_brotli /usr/src/ngx_brotli && git clone --depth=1 https://github.com/openresty/headers-more-nginx-module /usr/src/ngx_headers_more && git clone --depth=1 https://github.com/nginx/njs /usr/src/njs && cd /usr/src/freenginx-${NGINX_VERSION} && curl -fsSL \"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch\" -o dynamic_tls_records.patch && patch -p1 < dynamic_tls_records.patch && rm dynamic_tls_records.patch && ./configure ${CONFIG} --with-cc-opt=\"-flto -fno-fat-lto-objects\" --with-ld-opt=\"-flto\" && make -j\"$(getconf _NPROCESSORS_ONLN)\" && make install && make clean && ./configure ${CONFIG} --with-debug
|
|
build (linux/arm/v7, mainline, Dockerfile, mainline-armv7-alpine, ubuntu-24.04-arm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux && LIBRESSL_HOST= && case \"${TARGETARCH:-}-${TARGETVARIANT:-}\" in arm-v6) LIBRESSL_HOST=armv6-alpine-linux-musleabihf ;; arm-v7) LIBRESSL_HOST=armv7-alpine-linux-musleabihf ;; esac && addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps autoconf automake bind-tools binutils build-base ca-certificates cmake curl gcc gd-dev geoip-dev git gnupg go libc-dev libgcc libstdc++ libtool libxslt-dev linux-headers make mercurial pcre pcre-dev perl-dev su-exec tar tzdata zlib zlib-dev && curl -fsSL \"https://freenginx.org/download/freenginx-${NGINX_VERSION}.tar.gz\" -o freenginx.tar.gz && curl -fsSL \"https://freenginx.org/download/freenginx-${NGINX_VERSION}.tar.gz.asc\" -o freenginx.tar.gz.asc && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz\" -o libressl.tar.gz && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz.asc\" -o libressl.tar.gz.asc && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc\" -o libressl-project.asc && GPG_KEYS=\"B0F4253373F8F6F510D42178520A9993A1C052F8 A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5\" && GNUPGHOME=\"$(mktemp -d)\" && export GNUPGHOME && for server in hkps://keys.openpgp.org hkps://keyserver.ubuntu.com hkp://ha.pool.sks-keyservers.net:80 hkp://pgp.mit.edu:80 ; do echo \"Fetching freenginx + LibreSSL GPG keys from ${server}\"; gpg --keyserver \"${server}\" --keyserver-options timeout=10 --recv-keys ${GPG_KEYS} 2>/dev/null && break || true; done && curl -fsSL https://freenginx.org/keys/mdounin.key | gpg --import && curl -fsSL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc | gpg --import && for key in ${GPG_KEYS}; do gpg --list-keys \"${key}\" > /dev/null 2>&1 || { echo >&2 \"ERROR: GPG key ${key} could not be fetched (freenginx or LibreSSL)\"; exit 1; }; done && { gpg --batch --verify freenginx.tar.gz.asc freenginx.tar.gz || { echo >&2 \"ERROR: freenginx tarball signature verification failed\"; exit 1; }; } && gpg --batch --import libressl-project.asc && { gpg --batch --verify libressl.tar.gz.asc libressl.tar.gz || { echo >&2 \"ERROR: LibreSSL tarball signature verification failed\"; exit 1; }; } && rm -rf \"${GNUPGHOME}\" freenginx.tar.gz.asc libressl.tar.gz.asc libressl-project.asc && mkdir -p /usr/src && tar -zxC /usr/src -f freenginx.tar.gz && rm freenginx.tar.gz && tar -zxC /usr/src -f libressl.tar.gz && rm libressl.tar.gz && git clone --depth=1 --recurse-submodules https://github.com/google/ngx_brotli /usr/src/ngx_brotli && git clone --depth=1 https://github.com/openresty/headers-more-nginx-module /usr/src/ngx_headers_more && git clone --depth=1 https://github.com/nginx/njs /usr/src/njs && cd /usr/src/freenginx-${NGINX_VERSION} && curl -fsSL \"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch\" -o dynamic_tls_records.patch && patch -p1 < dynamic_tls_records.patch && rm dynamic_tls_records.patch && ./configure ${CONFIG} --with-cc-opt=\"-flto -fno-fat-lto-objects\" --with-ld-opt=\"-flto\" && make -j\"$(getconf _NPROCESSORS_ONLN)\" && make install && make clean && ./configure ${CONFIG} --with-debug
|
|
build (linux/arm/v7, stable, Dockerfile, stable-armv7-alpine, ubuntu-24.04-arm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux && LIBRESSL_HOST= && case \"${TARGETARCH:-}-${TARGETVARIANT:-}\" in arm-v6) LIBRESSL_HOST=armv6-alpine-linux-musleabihf ;; arm-v7) LIBRESSL_HOST=armv7-alpine-linux-musleabihf ;; esac && addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps autoconf automake bind-tools binutils build-base ca-certificates cmake curl gcc gd-dev geoip-dev git gnupg go libc-dev libgcc libstdc++ libtool libxslt-dev linux-headers make mercurial pcre pcre-dev perl-dev su-exec tar tzdata zlib zlib-dev && curl -fsSL \"https://freenginx.org/download/freenginx-${NGINX_VERSION}.tar.gz\" -o freenginx.tar.gz && curl -fsSL \"https://freenginx.org/download/freenginx-${NGINX_VERSION}.tar.gz.asc\" -o freenginx.tar.gz.asc && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz\" -o libressl.tar.gz && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz.asc\" -o libressl.tar.gz.asc && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc\" -o libressl-project.asc && GPG_KEYS=\"B0F4253373F8F6F510D42178520A9993A1C052F8 A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5\" && GNUPGHOME=\"$(mktemp -d)\" && export GNUPGHOME && for server in hkps://keys.openpgp.org hkps://keyserver.ubuntu.com hkp://ha.pool.sks-keyservers.net:80 hkp://pgp.mit.edu:80 ; do echo \"Fetching freenginx + LibreSSL GPG keys from ${server}\"; gpg --keyserver \"${server}\" --keyserver-options timeout=10 --recv-keys ${GPG_KEYS} 2>/dev/null && break || true; done && curl -fsSL https://freenginx.org/keys/mdounin.key | gpg --import && curl -fsSL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc | gpg --import && for key in ${GPG_KEYS}; do gpg --list-keys \"${key}\" > /dev/null 2>&1 || { echo >&2 \"ERROR: GPG key ${key} could not be fetched (freenginx or LibreSSL)\"; exit 1; }; done && { gpg --batch --verify freenginx.tar.gz.asc freenginx.tar.gz || { echo >&2 \"ERROR: freenginx tarball signature verification failed\"; exit 1; }; } && gpg --batch --import libressl-project.asc && { gpg --batch --verify libressl.tar.gz.asc libressl.tar.gz || { echo >&2 \"ERROR: LibreSSL tarball signature verification failed\"; exit 1; }; } && rm -rf \"${GNUPGHOME}\" freenginx.tar.gz.asc libressl.tar.gz.asc libressl-project.asc && mkdir -p /usr/src && tar -zxC /usr/src -f freenginx.tar.gz && rm freenginx.tar.gz && tar -zxC /usr/src -f libressl.tar.gz && rm libressl.tar.gz && git clone --depth=1 --recurse-submodules https://github.com/google/ngx_brotli /usr/src/ngx_brotli && git clone --depth=1 https://github.com/openresty/headers-more-nginx-module /usr/src/ngx_headers_more && git clone --depth=1 https://github.com/nginx/njs /usr/src/njs && cd /usr/src/freenginx-${NGINX_VERSION} && curl -fsSL \"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch\" -o dynamic_tls_records.patch && patch -p1 < dynamic_tls_records.patch && rm dynamic_tls_records.patch && ./configure ${CONFIG} --with-cc-opt=\"-flto -fno-fat-lto-objects\" --with-ld-opt=\"-flto\" && make -j\"$(getconf _NPROCESSORS_ONLN)\" && make install && make clean && ./configure ${CONFIG} --with-debug
|
|
build (linux/arm/v6, mainline, Dockerfile, mainline-armv6-alpine, ubuntu-24.04-arm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux && LIBRESSL_HOST= && case \"${TARGETARCH:-}-${TARGETVARIANT:-}\" in arm-v6) LIBRESSL_HOST=armv6-alpine-linux-musleabihf ;; arm-v7) LIBRESSL_HOST=armv7-alpine-linux-musleabihf ;; esac && addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps autoconf automake bind-tools binutils build-base ca-certificates cmake curl gcc gd-dev geoip-dev git gnupg go libc-dev libgcc libstdc++ libtool libxslt-dev linux-headers make mercurial pcre pcre-dev perl-dev su-exec tar tzdata zlib zlib-dev && curl -fsSL \"https://freenginx.org/download/freenginx-${NGINX_VERSION}.tar.gz\" -o freenginx.tar.gz && curl -fsSL \"https://freenginx.org/download/freenginx-${NGINX_VERSION}.tar.gz.asc\" -o freenginx.tar.gz.asc && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz\" -o libressl.tar.gz && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz.asc\" -o libressl.tar.gz.asc && curl -fsSL \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc\" -o libressl-project.asc && GPG_KEYS=\"B0F4253373F8F6F510D42178520A9993A1C052F8 A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5\" && GNUPGHOME=\"$(mktemp -d)\" && export GNUPGHOME && for server in hkps://keys.openpgp.org hkps://keyserver.ubuntu.com hkp://ha.pool.sks-keyservers.net:80 hkp://pgp.mit.edu:80 ; do echo \"Fetching freenginx + LibreSSL GPG keys from ${server}\"; gpg --keyserver \"${server}\" --keyserver-options timeout=10 --recv-keys ${GPG_KEYS} 2>/dev/null && break || true; done && curl -fsSL https://freenginx.org/keys/mdounin.key | gpg --import && curl -fsSL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc | gpg --import && for key in ${GPG_KEYS}; do gpg --list-keys \"${key}\" > /dev/null 2>&1 || { echo >&2 \"ERROR: GPG key ${key} could not be fetched (freenginx or LibreSSL)\"; exit 1; }; done && { gpg --batch --verify freenginx.tar.gz.asc freenginx.tar.gz || { echo >&2 \"ERROR: freenginx tarball signature verification failed\"; exit 1; }; } && gpg --batch --import libressl-project.asc && { gpg --batch --verify libressl.tar.gz.asc libressl.tar.gz || { echo >&2 \"ERROR: LibreSSL tarball signature verification failed\"; exit 1; }; } && rm -rf \"${GNUPGHOME}\" freenginx.tar.gz.asc libressl.tar.gz.asc libressl-project.asc && mkdir -p /usr/src && tar -zxC /usr/src -f freenginx.tar.gz && rm freenginx.tar.gz && tar -zxC /usr/src -f libressl.tar.gz && rm libressl.tar.gz && git clone --depth=1 --recurse-submodules https://github.com/google/ngx_brotli /usr/src/ngx_brotli && git clone --depth=1 https://github.com/openresty/headers-more-nginx-module /usr/src/ngx_headers_more && git clone --depth=1 https://github.com/nginx/njs /usr/src/njs && cd /usr/src/freenginx-${NGINX_VERSION} && curl -fsSL \"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch\" -o dynamic_tls_records.patch && patch -p1 < dynamic_tls_records.patch && rm dynamic_tls_records.patch && ./configure ${CONFIG} --with-cc-opt=\"-flto -fno-fat-lto-objects\" --with-ld-opt=\"-flto\" && make -j\"$(getconf _NPROCESSORS_ONLN)\" && make install && make clean && ./configure ${CONFIG} --with-debug
|
|
build (linux/arm/v6, stable, Dockerfile, stable-armv6-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
|
build (linux/arm/v7, mainline, Dockerfile, mainline-armv7-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
|
build (linux/arm/v7, stable, Dockerfile, stable-armv7-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
|
build (linux/arm/v6, mainline, Dockerfile, mainline-armv6-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
|
build (linux/loong64, mainline, Dockerfile.loongarch64, mainline-loong64-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
|
FROM --platform flag should not use a constant value:
mainline/Dockerfile.loongarch64#L1
FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/loong64"
More info: https://docs.docker.com/go/dockerfile/rule/from-platform-flag-const-disallowed/
|
|
build (linux/loong64, stable, Dockerfile.loongarch64, stable-loong64-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
|
FROM --platform flag should not use a constant value:
stable/Dockerfile.loongarch64#L1
FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/loong64"
More info: https://docs.docker.com/go/dockerfile/rule/from-platform-flag-const-disallowed/
|
|
build (linux/ppc64le, mainline, Dockerfile, mainline-ppc64le-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
|
build (linux/ppc64le, stable, Dockerfile, stable-ppc64le-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
|
build (linux/riscv64, mainline, Dockerfile, mainline-riscv64-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
|
build (linux/riscv64, stable, Dockerfile, stable-riscv64-alpine, ubuntu-24.04-arm)
Failed to save: Unable to reserve cache with key tonistiigi--binfmt-qemu--v10.2.1--65-linux-arm64, another job may be creating this cache.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nginx-modules~docker-freenginx-libressl~0EFUG5.dockerbuild
Expired
|
56 KB |
sha256:0d7802eca27592a996569fb2f24da7267763e8777778d1e57ad0c699c71bc4ad
|
|
|
nginx-modules~docker-freenginx-libressl~0MAIHS.dockerbuild
Expired
|
269 KB |
sha256:05e8eccef7db8cffa7d56cf27d08f3a19b94738c2282a03f5ae0b04e3130fe92
|
|
|
nginx-modules~docker-freenginx-libressl~A4X2ZQ.dockerbuild
Expired
|
257 KB |
sha256:3e849d8a6618c560f566b4dcfa45207620409945c1fe1a02e824e3fcb915eea4
|
|
|
nginx-modules~docker-freenginx-libressl~BDNXUZ.dockerbuild
Expired
|
253 KB |
sha256:b4f2f298e999b1b03c0c62f63a91369c4ad2883df7695baaf3ddb686ee6b07fb
|
|
|
nginx-modules~docker-freenginx-libressl~DRJ0LG.dockerbuild
Expired
|
52.5 KB |
sha256:e31829b13e9da1ff679f645a0733bfdbb4cbc2b6a8fc6e6850083f8d38ce89b9
|
|
|
nginx-modules~docker-freenginx-libressl~HNXB6I.dockerbuild
Expired
|
251 KB |
sha256:c961bfa777495a04041139d63be3b8f886aef6f4d21a67016a060c68b81b2fb9
|
|
|
nginx-modules~docker-freenginx-libressl~LE6V43.dockerbuild
Expired
|
267 KB |
sha256:049b12aad0d3b3b90c592eae4c3dcc3850c56cf6c176f5388d1fdc7e026f92ff
|
|
|
nginx-modules~docker-freenginx-libressl~MVFUFL.dockerbuild
Expired
|
255 KB |
sha256:f1a7c5f65baa51f5caa4bef66e967bfb8d6edb8f877fc30f814e4b9838aafc3f
|
|
|
nginx-modules~docker-freenginx-libressl~PZ971I.dockerbuild
Expired
|
268 KB |
sha256:fd2ab69bbca33345d59da2f5053e43041147fe7393f1a78cbdb3ced5ff30810a
|
|
|
nginx-modules~docker-freenginx-libressl~SRVT73.dockerbuild
Expired
|
55.4 KB |
sha256:fc58dda356928b205b12bf0e469b9dba02cf8f865b4414f3e5b2cdde8e402169
|
|
|
nginx-modules~docker-freenginx-libressl~TMISVS.dockerbuild
Expired
|
270 KB |
sha256:3d4c4eac38d011b11242aadf0168b026416449c5559e631c18306c19b3e1455a
|
|
|
nginx-modules~docker-freenginx-libressl~VXTSVG.dockerbuild
Expired
|
267 KB |
sha256:d05eeb67ce0336a7d94090a951a5d247896663238e5fbd8f6bfc420817d0ef63
|
|
|
nginx-modules~docker-freenginx-libressl~X9KGO4.dockerbuild
Expired
|
266 KB |
sha256:bf8c9327bd4c0a6d06be339c243b610c2ac1a636181fba0105bbfd374093c644
|
|
|
nginx-modules~docker-freenginx-libressl~YS53C9.dockerbuild
Expired
|
54 KB |
sha256:36cc8596714f27028f7227e7d17728d2fc8b61062d5a5236b7cd9ff49613e700
|
|