Last active
March 2, 2023 05:51
-
-
Save totaltrash/6dc6665a8672cb00df1e00f8031c5553 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dblack@dev-pop:~/projects/play/docker_symfony$ docker compose build --pull --no-cache | |
[+] Building 111.1s (55/55) FINISHED | |
=> [internal] load build definition from Dockerfile 0.0s | |
=> => transferring dockerfile: 3.55kB 0.0s | |
=> [internal] load .dockerignore 0.0s | |
=> => transferring context: 432B 0.0s | |
=> resolve image config for docker.io/docker/dockerfile:1.4 1.9s | |
=> CACHED docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s | |
=> [internal] load metadata for docker.io/composer/composer:2-bin 1.6s | |
=> [internal] load metadata for docker.io/library/php:8.2-fpm-alpine 1.3s | |
=> [internal] load metadata for docker.io/mlocati/php-extension-installer:latest 1.8s | |
=> [internal] load build context 0.0s | |
=> => transferring context: 536B 0.0s | |
=> [composer 1/1] FROM docker.io/composer/composer:2-bin@sha256:6a8b987cd68b8c38863bf05cba6a5776ddd2f6753a20b83e12a1d6ae4827d4a5 0.0s | |
=> [app_php 1/20] FROM docker.io/library/php:8.2-fpm-alpine@sha256:d4455bf225a4be4461b86ab1ea38f3508471031ccbafa78cc1d55ed90d71c0ea 0.0s | |
=> [php_extension_installer 1/1] FROM docker.io/mlocati/php-extension-installer:latest@sha256:6de599be7839cec907f358d2282e39cf7dcba6e65fe15b14c11c7f8baae659db 0.0s | |
=> CACHED [app_php 2/20] WORKDIR /srv/app 0.0s | |
=> CACHED [app_php 3/20] COPY --from=php_extension_installer --link /usr/bin/install-php-extensions /usr/local/bin/ 0.0s | |
=> [app_php 4/20] RUN apk add --no-cache acl fcgi file gettext git ; 2.1s | |
=> [app_php 5/20] RUN set -eux; install-php-extensions intl zip apcu opcache ; 65.6s | |
=> [app_php 6/20] RUN mv "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" 0.4s | |
=> [app_php 7/20] COPY --link docker/php/conf.d/app.ini /usr/local/etc/php/conf.d/ 0.0s | |
=> [app_php 8/20] COPY --link docker/php/conf.d/app.prod.ini /usr/local/etc/php/conf.d/ 0.0s | |
=> [app_php 9/20] COPY --link docker/php/php-fpm.d/zz-docker.conf /usr/local/etc/php-fpm.d/zz-docker.conf 0.9s | |
=> => merging 0.9s | |
=> [app_php 10/20] RUN mkdir -p /var/run/php 0.3s | |
=> [app_php 11/20] COPY --link docker/php/docker-healthcheck.sh /usr/local/bin/docker-healthcheck 0.9s | |
=> => merging 0.9s | |
=> [app_php 12/20] RUN chmod +x /usr/local/bin/docker-healthcheck 0.3s | |
=> [app_php 13/20] COPY --link docker/php/docker-entrypoint.sh /usr/local/bin/docker-entrypoint 0.9s | |
=> => merging 0.9s | |
=> [app_php 14/20] RUN chmod +x /usr/local/bin/docker-entrypoint 0.3s | |
=> [app_php 15/20] COPY --from=composer --link /composer /usr/bin/composer 0.0s | |
=> [app_php 16/20] COPY --link composer.* symfony.* ./ 0.9s | |
=> => merging 0.9s | |
=> [app_php 17/20] RUN set -eux; if [ -f composer.json ]; then composer install --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress; composer clear-cache; fi 0.3s | |
=> [app_php 18/20] COPY --link . ./ 1.0s | |
=> => merging 1.0s | |
=> [app_php 19/20] RUN rm -Rf docker/ 0.3s | |
=> [app_php 20/20] RUN set -eux; mkdir -p var/cache var/log; if [ -f composer.json ]; then composer dump-autoload --classmap-authoritative --no-dev; composer dump-env prod; composer run-s 0.4s | |
=> [app_php_dev 1/4] RUN rm "/usr/local/etc/php/conf.d/app.prod.ini"; mv "/usr/local/etc/php/php.ini" "/usr/local/etc/php/php.ini-production"; mv "/usr/local/etc/php/php.ini-development" "/usr/loc 0.6s | |
=> [app_php_dev 2/4] COPY --link docker/php/conf.d/app.dev.ini /usr/local/etc/php/conf.d/ 1.2s | |
=> => merging 1.2s | |
=> [app_php_dev 3/4] RUN set -eux; install-php-extensions xdebug 29.8s | |
=> [app_php_dev 4/4] RUN rm -f .env.local.php 0.5s | |
=> exporting to image 0.5s | |
=> => exporting layers 0.5s | |
=> => writing image sha256:753de4878e8283e485e4963d5bfcf4c18ca5d6cdaa067c346dcadb09c2e1c46d 0.0s | |
=> => naming to docker.io/library/docker_symfony-php 0.0s | |
[+] Building 111.0s (54/54) FINISHED | |
=> [internal] load build definition from Dockerfile 0.0s | |
=> => transferring dockerfile: 3.55kB 0.0s | |
=> [internal] load .dockerignore 0.0s | |
=> => transferring context: 432B 0.0s | |
=> resolve image config for docker.io/docker/dockerfile:1.4 0.8s | |
=> CACHED docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s | |
=> [internal] load metadata for docker.io/library/caddy:2.6-alpine 1.8s | |
=> [internal] load metadata for docker.io/mlocati/php-extension-installer:latest 0.8s | |
=> [internal] load metadata for docker.io/library/php:8.2-fpm-alpine 0.8s | |
=> [internal] load metadata for docker.io/library/caddy:2.6-builder-alpine 1.8s | |
=> [internal] load metadata for docker.io/composer/composer:2-bin 0.8s | |
=> [app_caddy 1/5] FROM docker.io/library/caddy:2.6-alpine@sha256:aacae65cfdcf61777306cf7c131fb968f67bb7fab8dfd683aa073e8b99867e66 0.0s | |
=> CACHED [app_caddy_builder 1/2] FROM docker.io/library/caddy:2.6-builder-alpine@sha256:ef81823d12a3d4befb8d3dc29929c37f003682cc6a9cc8a7e8ed08442fc2644a 0.0s | |
=> [internal] load build context 0.0s | |
=> => transferring context: 536B 0.0s | |
=> [composer 1/1] FROM docker.io/composer/composer:2-bin@sha256:6a8b987cd68b8c38863bf05cba6a5776ddd2f6753a20b83e12a1d6ae4827d4a5 0.0s | |
=> CACHED [app_caddy 2/5] WORKDIR /srv/app 0.0s | |
=> [php_extension_installer 1/1] FROM docker.io/mlocati/php-extension-installer:latest@sha256:6de599be7839cec907f358d2282e39cf7dcba6e65fe15b14c11c7f8baae659db 0.0s | |
=> [app_php 1/20] FROM docker.io/library/php:8.2-fpm-alpine@sha256:d4455bf225a4be4461b86ab1ea38f3508471031ccbafa78cc1d55ed90d71c0ea 0.0s | |
=> ERROR [app_caddy_builder 2/2] RUN xcaddy build --with github.com/dunglas/mercure --with github.com/dunglas/mercure/caddy --with github.com/dunglas/vulcain --with github.com/dunglas/vulcain/ 108.2s | |
=> CACHED [app_php 2/20] WORKDIR /srv/app 0.0s | |
=> CACHED [app_php 3/20] COPY --from=php_extension_installer --link /usr/bin/install-php-extensions /usr/local/bin/ 0.0s | |
=> [app_php 4/20] RUN apk add --no-cache acl fcgi file gettext git ; 4.2s | |
=> [app_php 5/20] RUN set -eux; install-php-extensions intl zip apcu opcache ; 74.1s | |
=> [app_php 6/20] RUN mv "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" 0.5s | |
=> [app_php 7/20] COPY --link docker/php/conf.d/app.ini /usr/local/etc/php/conf.d/ 0.0s | |
=> [app_php 8/20] COPY --link docker/php/conf.d/app.prod.ini /usr/local/etc/php/conf.d/ 0.0s | |
=> [app_php 9/20] COPY --link docker/php/php-fpm.d/zz-docker.conf /usr/local/etc/php-fpm.d/zz-docker.conf 1.0s | |
=> => merging 1.0s | |
=> [app_php 10/20] RUN mkdir -p /var/run/php 0.3s | |
=> [app_php 11/20] COPY --link docker/php/docker-healthcheck.sh /usr/local/bin/docker-healthcheck 1.1s | |
=> => merging 1.1s | |
=> [app_php 12/20] RUN chmod +x /usr/local/bin/docker-healthcheck 0.3s | |
=> [app_php 13/20] COPY --link docker/php/docker-entrypoint.sh /usr/local/bin/docker-entrypoint 1.1s | |
=> => merging 1.1s | |
=> [app_php 14/20] RUN chmod +x /usr/local/bin/docker-entrypoint 0.3s | |
=> [app_php 15/20] COPY --from=composer --link /composer /usr/bin/composer 0.0s | |
=> [app_php 16/20] COPY --link composer.* symfony.* ./ 1.2s | |
=> => merging 1.2s | |
=> [app_php 17/20] RUN set -eux; if [ -f composer.json ]; then composer install --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress; composer clear-cache; fi 0.3s | |
=> [app_php 18/20] COPY --link . ./ 1.3s | |
=> => merging 1.3s | |
=> [app_php 19/20] RUN rm -Rf docker/ 0.3s | |
=> [app_php 20/20] RUN set -eux; mkdir -p var/cache var/log; if [ -f composer.json ]; then composer dump-autoload --classmap-authoritative --no-dev; composer dump-env prod; composer run-s 0.5s | |
------ | |
> [app_caddy_builder 2/2] RUN xcaddy build --with github.com/dunglas/mercure --with github.com/dunglas/mercure/caddy --with github.com/dunglas/vulcain --with github.com/dunglas/vulcain/caddy: | |
#0 0.396 2023/03/02 05:48:23 [INFO] Temporary folder: /tmp/buildenv_2023-03-02-0548.1892243478 | |
#0 0.396 2023/03/02 05:48:23 [INFO] Writing main module: /tmp/buildenv_2023-03-02-0548.1892243478/main.go | |
#0 0.396 package main | |
#0 0.396 | |
#0 0.396 import ( | |
#0 0.396 caddycmd "github.com/caddyserver/caddy/v2/cmd" | |
#0 0.396 | |
#0 0.396 // plug in Caddy modules here | |
#0 0.396 _ "github.com/caddyserver/caddy/v2/modules/standard" | |
#0 0.396 _ "github.com/dunglas/mercure" | |
#0 0.396 _ "github.com/dunglas/mercure/caddy" | |
#0 0.396 _ "github.com/dunglas/vulcain" | |
#0 0.396 _ "github.com/dunglas/vulcain/caddy" | |
#0 0.396 ) | |
#0 0.396 | |
#0 0.396 func main() { | |
#0 0.396 caddycmd.Main() | |
#0 0.396 } | |
#0 0.396 2023/03/02 05:48:23 [INFO] Initializing Go module | |
#0 0.396 2023/03/02 05:48:23 [INFO] exec (timeout=10s): /usr/local/go/bin/go mod init caddy | |
#0 0.408 go: creating new go.mod: module caddy | |
#0 0.408 go: to add module requirements and sums: | |
#0 0.408 go mod tidy | |
#0 0.409 2023/03/02 05:48:23 [INFO] Pinning versions | |
#0 0.409 2023/03/02 05:48:23 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/caddyserver/caddy/[email protected] | |
#0 0.756 go: downloading github.com/caddyserver/caddy/v2 v2.6.4 | |
#0 1.606 go: downloading github.com/prometheus/client_golang v1.14.0 | |
#0 1.606 go: downloading github.com/google/uuid v1.3.0 | |
#0 1.606 go: downloading github.com/caddyserver/certmagic v0.17.2 | |
#0 1.610 go: downloading github.com/quic-go/quic-go v0.32.0 | |
#0 1.610 go: downloading go.uber.org/zap v1.24.0 | |
#0 1.611 go: downloading golang.org/x/sys v0.5.0 | |
#0 1.611 go: downloading golang.org/x/term v0.5.0 | |
#0 2.093 go: downloading golang.org/x/crypto v0.5.0 | |
#0 2.093 go: downloading github.com/libdns/libdns v0.2.1 | |
#0 2.093 go: downloading github.com/mholt/acmez v1.1.0 | |
#0 2.093 go: downloading github.com/klauspost/cpuid/v2 v2.2.3 | |
#0 2.093 go: downloading github.com/miekg/dns v1.1.50 | |
#0 2.103 go: downloading golang.org/x/net v0.7.0 | |
#0 2.103 go: downloading github.com/beorn7/perks v1.0.1 | |
#0 2.103 go: downloading github.com/cespare/xxhash/v2 v2.1.2 | |
#0 2.133 go: downloading github.com/golang/protobuf v1.5.2 | |
#0 2.163 go: downloading github.com/prometheus/client_model v0.3.0 | |
#0 2.163 go: downloading github.com/prometheus/common v0.37.0 | |
#0 2.202 go: downloading github.com/prometheus/procfs v0.8.0 | |
#0 2.529 go: downloading google.golang.org/protobuf v1.28.1 | |
#0 2.576 go: downloading go.uber.org/atomic v1.9.0 | |
#0 2.576 go: downloading go.uber.org/multierr v1.6.0 | |
#0 2.576 go: downloading github.com/onsi/ginkgo/v2 v2.2.0 | |
#0 2.576 go: downloading github.com/golang/mock v1.6.0 | |
#0 2.881 go: downloading github.com/quic-go/qpack v0.4.0 | |
#0 2.968 go: downloading github.com/cespare/xxhash v1.1.0 | |
#0 3.585 go: downloading golang.org/x/exp v0.0.0-20221205204356-47842c84f3db | |
#0 3.620 go: downloading golang.org/x/tools v0.2.0 | |
#0 4.221 go: downloading github.com/quic-go/qtls-go1-18 v0.2.0 | |
#0 4.221 go: downloading github.com/quic-go/qtls-go1-19 v0.2.0 | |
#0 4.222 go: downloading github.com/quic-go/qtls-go1-20 v0.1.0 | |
#0 4.222 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 | |
#0 4.250 go: downloading golang.org/x/mod v0.6.0 | |
#0 4.289 go: downloading golang.org/x/text v0.7.0 | |
#0 4.292 go: downloading github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 | |
#0 4.294 go: downloading github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 | |
#0 24.16 go: added github.com/beorn7/perks v1.0.1 | |
#0 24.16 go: added github.com/caddyserver/caddy/v2 v2.6.4 | |
#0 24.16 go: added github.com/caddyserver/certmagic v0.17.2 | |
#0 24.16 go: added github.com/cespare/xxhash/v2 v2.1.2 | |
#0 24.16 go: added github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 | |
#0 24.16 go: added github.com/golang/mock v1.6.0 | |
#0 24.16 go: added github.com/golang/protobuf v1.5.2 | |
#0 24.16 go: added github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 | |
#0 24.16 go: added github.com/google/uuid v1.3.0 | |
#0 24.16 go: added github.com/klauspost/cpuid/v2 v2.2.3 | |
#0 24.16 go: added github.com/libdns/libdns v0.2.1 | |
#0 24.16 go: added github.com/matttproud/golang_protobuf_extensions v1.0.1 | |
#0 24.16 go: added github.com/mholt/acmez v1.1.0 | |
#0 24.16 go: added github.com/miekg/dns v1.1.50 | |
#0 24.16 go: added github.com/onsi/ginkgo/v2 v2.2.0 | |
#0 24.16 go: added github.com/prometheus/client_golang v1.14.0 | |
#0 24.16 go: added github.com/prometheus/client_model v0.3.0 | |
#0 24.16 go: added github.com/prometheus/common v0.37.0 | |
#0 24.16 go: added github.com/prometheus/procfs v0.8.0 | |
#0 24.16 go: added github.com/quic-go/qpack v0.4.0 | |
#0 24.16 go: added github.com/quic-go/qtls-go1-18 v0.2.0 | |
#0 24.16 go: added github.com/quic-go/qtls-go1-19 v0.2.0 | |
#0 24.16 go: added github.com/quic-go/qtls-go1-20 v0.1.0 | |
#0 24.16 go: added github.com/quic-go/quic-go v0.32.0 | |
#0 24.16 go: added go.uber.org/atomic v1.9.0 | |
#0 24.16 go: added go.uber.org/multierr v1.6.0 | |
#0 24.16 go: added go.uber.org/zap v1.24.0 | |
#0 24.16 go: added golang.org/x/crypto v0.5.0 | |
#0 24.16 go: added golang.org/x/exp v0.0.0-20221205204356-47842c84f3db | |
#0 24.16 go: added golang.org/x/mod v0.6.0 | |
#0 24.16 go: added golang.org/x/net v0.7.0 | |
#0 24.16 go: added golang.org/x/sys v0.5.0 | |
#0 24.16 go: added golang.org/x/term v0.5.0 | |
#0 24.16 go: added golang.org/x/text v0.7.0 | |
#0 24.16 go: added golang.org/x/tools v0.2.0 | |
#0 24.16 go: added google.golang.org/protobuf v1.28.1 | |
#0 24.16 2023/03/02 05:48:47 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/dunglas/mercure github.com/caddyserver/caddy/[email protected] | |
#0 25.96 go: downloading github.com/dunglas/mercure v0.14.5 | |
#0 28.12 go: downloading github.com/dgraph-io/ristretto v0.1.1 | |
#0 28.12 go: downloading github.com/gorilla/mux v1.8.0 | |
#0 28.12 go: downloading github.com/gorilla/handlers v1.5.1 | |
#0 28.12 go: downloading github.com/golang-jwt/jwt/v4 v4.4.3 | |
#0 28.12 go: downloading github.com/gofrs/uuid v4.4.0+incompatible | |
#0 28.12 go: downloading github.com/kevburnsjr/skipfilter v0.0.1 | |
#0 28.12 go: downloading github.com/hashicorp/golang-lru v0.5.4 | |
#0 28.12 go: downloading github.com/spf13/pflag v1.0.5 | |
#0 28.12 go: downloading github.com/spf13/viper v1.15.0 | |
#0 28.12 go: downloading github.com/yosida95/uritemplate/v3 v3.0.2 | |
#0 28.12 go: downloading go.etcd.io/bbolt v1.3.7 | |
#0 28.12 go: downloading github.com/unrolled/secure v1.13.0 | |
#0 28.12 go: downloading golang.org/x/crypto v0.6.0 | |
#0 28.12 go: downloading github.com/cespare/xxhash/v2 v2.2.0 | |
#0 28.12 go: downloading github.com/prometheus/common v0.39.0 | |
#0 28.50 go: downloading github.com/prometheus/procfs v0.9.0 | |
#0 28.55 go: downloading go.uber.org/atomic v1.10.0 | |
#0 28.86 go: downloading go.uber.org/multierr v1.9.0 | |
#0 28.93 go: downloading github.com/felixge/httpsnoop v1.0.3 | |
#0 29.09 go: downloading github.com/MauriceGit/skiplist v0.0.0-20211105230623-77f5c8d3e145 | |
#0 29.18 go: downloading github.com/RoaringBitmap/roaring v1.2.3 | |
#0 29.23 go: downloading github.com/fsnotify/fsnotify v1.6.0 | |
#0 29.27 go: downloading github.com/mitchellh/mapstructure v1.5.0 | |
#0 29.27 go: downloading github.com/spf13/afero v1.9.3 | |
#0 29.27 go: downloading github.com/spf13/cast v1.5.0 | |
#0 29.27 go: downloading github.com/spf13/jwalterweatherman v1.1.0 | |
#0 29.27 go: downloading github.com/dustin/go-humanize v1.0.1 | |
#0 29.27 go: downloading github.com/golang/glog v1.0.0 | |
#0 29.27 go: downloading github.com/pkg/errors v0.9.1 | |
#0 29.27 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 | |
#0 29.27 go: downloading github.com/subosito/gotenv v1.4.2 | |
#0 29.38 go: downloading github.com/hashicorp/hcl v1.0.0 | |
#0 29.66 go: downloading gopkg.in/ini.v1 v1.67.0 | |
#0 29.68 go: downloading github.com/magiconair/properties v1.8.7 | |
#0 29.70 go: downloading gopkg.in/yaml.v3 v3.0.1 | |
#0 29.76 go: downloading github.com/pelletier/go-toml/v2 v2.0.6 | |
#0 56.29 go: downloading github.com/mschoch/smat v0.2.0 | |
#0 56.29 go: downloading github.com/bits-and-blooms/bitset v1.5.0 | |
#0 59.15 go: added github.com/MauriceGit/skiplist v0.0.0-20211105230623-77f5c8d3e145 | |
#0 59.15 go: added github.com/RoaringBitmap/roaring v1.2.3 | |
#0 59.15 go: added github.com/bits-and-blooms/bitset v1.5.0 | |
#0 59.15 go: upgraded github.com/cespare/xxhash/v2 v2.1.2 => v2.2.0 | |
#0 59.15 go: upgraded github.com/dgraph-io/ristretto v0.1.0 => v0.1.1 | |
#0 59.15 go: added github.com/dunglas/mercure v0.14.5 | |
#0 59.15 go: added github.com/fsnotify/fsnotify v1.6.0 | |
#0 59.15 go: added github.com/gofrs/uuid v4.4.0+incompatible | |
#0 59.15 go: added github.com/golang-jwt/jwt/v4 v4.4.3 | |
#0 59.15 go: added github.com/gorilla/handlers v1.5.1 | |
#0 59.15 go: added github.com/gorilla/mux v1.8.0 | |
#0 59.15 go: upgraded github.com/hashicorp/golang-lru v0.5.1 => v0.5.4 | |
#0 59.15 go: added github.com/hashicorp/hcl v1.0.0 | |
#0 59.15 go: added github.com/kevburnsjr/skipfilter v0.0.1 | |
#0 59.15 go: added github.com/magiconair/properties v1.8.7 | |
#0 59.15 go: upgraded github.com/matttproud/golang_protobuf_extensions v1.0.1 => v1.0.4 | |
#0 59.15 go: added github.com/mitchellh/mapstructure v1.5.0 | |
#0 59.15 go: added github.com/mschoch/smat v0.2.0 | |
#0 59.15 go: added github.com/pelletier/go-toml/v2 v2.0.6 | |
#0 59.15 go: upgraded github.com/prometheus/common v0.37.0 => v0.39.0 | |
#0 59.15 go: upgraded github.com/prometheus/procfs v0.8.0 => v0.9.0 | |
#0 59.15 go: added github.com/spf13/afero v1.9.3 | |
#0 59.15 go: upgraded github.com/spf13/cast v1.4.1 => v1.5.0 | |
#0 59.15 go: added github.com/spf13/jwalterweatherman v1.1.0 | |
#0 59.15 go: added github.com/spf13/viper v1.15.0 | |
#0 59.15 go: added github.com/subosito/gotenv v1.4.2 | |
#0 59.15 go: added github.com/unrolled/secure v1.13.0 | |
#0 59.15 go: added github.com/yosida95/uritemplate/v3 v3.0.2 | |
#0 59.15 go: upgraded go.etcd.io/bbolt v1.3.6 => v1.3.7 | |
#0 59.15 go: upgraded go.uber.org/atomic v1.9.0 => v1.10.0 | |
#0 59.15 go: upgraded go.uber.org/multierr v1.6.0 => v1.9.0 | |
#0 59.15 go: upgraded golang.org/x/crypto v0.5.0 => v0.6.0 | |
#0 59.15 go: added gopkg.in/ini.v1 v1.67.0 | |
#0 59.16 2023/03/02 05:49:22 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/dunglas/mercure/caddy github.com/caddyserver/caddy/[email protected] | |
#0 60.52 go: downloading github.com/dunglas/mercure/caddy v0.14.5 | |
#0 60.86 go: downloading github.com/google/cel-go v0.13.0 | |
#0 60.86 go: downloading google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 | |
#0 60.89 go: downloading github.com/smallstep/certificates v0.23.2 | |
#0 60.89 go: downloading github.com/smallstep/truststore v0.12.1 | |
#0 60.89 go: downloading go.step.sm/crypto v0.25.0 | |
#0 61.24 go: downloading github.com/onsi/ginkgo/v2 v2.8.1 | |
#0 61.24 go: downloading github.com/tailscale/tscert v0.0.0-20230124224810-c6dc1f4049b2 | |
#0 61.24 go: downloading github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b | |
#0 61.24 go: downloading github.com/spf13/cobra v1.6.1 | |
#0 61.25 go: downloading golang.org/x/tools v0.6.0 | |
#0 61.25 go: downloading github.com/quic-go/qtls-go1-19 v0.2.1 | |
#0 61.25 go: downloading github.com/quic-go/qtls-go1-20 v0.1.1 | |
#0 61.25 go: downloading golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb | |
#0 61.29 go: downloading github.com/stoewer/go-strcase v1.2.1 | |
#0 61.41 go: downloading golang.org/x/mod v0.8.0 | |
#0 61.63 go: downloading github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 | |
#0 61.63 go: downloading howett.net/plist v1.0.0 | |
#0 61.63 go: downloading github.com/smallstep/nosql v0.5.0 | |
#0 61.66 go: downloading go.step.sm/cli-utils v0.7.5 | |
#0 61.79 go: downloading go.step.sm/linkedca v0.19.0 | |
#0 61.79 go: downloading google.golang.org/grpc v1.53.0 | |
#0 62.29 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 | |
#0 62.29 go: downloading github.com/slackhq/nebula v1.6.1 | |
#0 62.38 go: downloading filippo.io/edwards25519 v1.0.0 | |
#0 62.48 go: downloading github.com/Masterminds/sprig/v3 v3.2.3 | |
#0 62.48 go: downloading github.com/micromdm/scep/v2 v2.1.0 | |
#0 62.58 go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 | |
#0 62.90 go: downloading github.com/inconshreveable/mousetrap v1.1.0 | |
#0 62.98 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 | |
#0 63.42 go: downloading github.com/urfave/cli v1.22.12 | |
#0 63.50 go: downloading github.com/chzyer/readline v1.5.1 | |
#0 63.51 go: downloading github.com/manifoldco/promptui v0.9.0 | |
#0 63.51 go: downloading github.com/Microsoft/go-winio v0.6.0 | |
#0 63.64 go: downloading github.com/mitchellh/go-ps v1.0.0 | |
#0 63.69 go: downloading github.com/dgraph-io/badger v1.6.2 | |
#0 63.71 go: downloading github.com/dgraph-io/badger/v2 v2.2007.4 | |
#0 63.84 go: downloading github.com/go-sql-driver/mysql v1.7.0 | |
#0 63.84 go: downloading github.com/jackc/pgx/v4 v4.18.0 | |
#0 63.86 go: downloading github.com/Masterminds/goutils v1.1.1 | |
#0 63.86 go: downloading github.com/Masterminds/semver/v3 v3.2.0 | |
#0 63.86 go: downloading github.com/huandu/xstrings v1.4.0 | |
#0 64.00 go: downloading github.com/imdario/mergo v0.3.13 | |
#0 64.01 go: downloading github.com/mitchellh/copystructure v1.2.0 | |
#0 64.02 go: downloading github.com/shopspring/decimal v1.3.1 | |
#0 64.02 go: downloading github.com/go-kit/kit v0.12.0 | |
#0 64.09 go: downloading github.com/russross/blackfriday/v2 v2.1.0 | |
#0 64.15 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d | |
#0 64.16 go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 | |
#0 64.16 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 | |
#0 64.16 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 | |
#0 64.16 go: downloading github.com/google/pprof v0.0.0-20230207041349-798e818bf904 | |
#0 64.17 go: downloading github.com/golang/snappy v0.0.4 | |
#0 64.18 go: downloading github.com/klauspost/compress v1.15.15 | |
#0 64.18 go: downloading github.com/jackc/pgconn v1.14.0 | |
#0 64.19 go: downloading github.com/jackc/pgio v1.0.0 | |
#0 64.19 go: downloading github.com/jackc/pgproto3/v2 v2.3.2 | |
#0 64.23 go: downloading github.com/jackc/pgtype v1.14.0 | |
#0 64.24 go: downloading github.com/mitchellh/reflectwalk v1.0.2 | |
#0 64.26 go: downloading github.com/go-kit/log v0.2.1 | |
#0 64.26 go: downloading github.com/mattn/go-colorable v0.1.13 | |
#0 64.59 go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a | |
#0 64.59 go: downloading github.com/jackc/chunkreader/v2 v2.0.1 | |
#0 64.59 go: downloading github.com/jackc/pgpassfile v1.0.0 | |
#0 64.74 go: downloading github.com/mattn/go-isatty v0.0.17 | |
#0 64.80 go: downloading github.com/go-logfmt/logfmt v0.6.0 | |
#0 94.72 go: upgraded github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e => v1.5.1 | |
#0 94.72 go: added github.com/dunglas/mercure/caddy v0.14.5 | |
#0 94.72 go: upgraded github.com/go-kit/kit v0.10.0 => v0.12.0 | |
#0 94.72 go: upgraded github.com/go-logfmt/logfmt v0.5.1 => v0.6.0 | |
#0 94.72 go: upgraded github.com/go-sql-driver/mysql v1.6.0 => v1.7.0 | |
#0 94.72 go: upgraded github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 => v0.0.0-20230207041349-798e818bf904 | |
#0 94.72 go: upgraded github.com/huandu/xstrings v1.3.3 => v1.4.0 | |
#0 94.72 go: upgraded github.com/imdario/mergo v0.3.12 => v0.3.13 | |
#0 94.72 go: upgraded github.com/inconshreveable/mousetrap v1.0.1 => v1.1.0 | |
#0 94.72 go: upgraded github.com/jackc/pgconn v1.13.0 => v1.14.0 | |
#0 94.72 go: upgraded github.com/jackc/pgproto3/v2 v2.3.1 => v2.3.2 | |
#0 94.72 go: upgraded github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b => v0.0.0-20221227161230-091c0ba34f0a | |
#0 94.72 go: upgraded github.com/jackc/pgtype v1.12.0 => v1.14.0 | |
#0 94.72 go: upgraded github.com/jackc/pgx/v4 v4.17.2 => v4.18.0 | |
#0 94.72 go: upgraded github.com/mattn/go-colorable v0.1.12 => v0.1.13 | |
#0 94.72 go: upgraded github.com/mattn/go-isatty v0.0.14 => v0.0.17 | |
#0 94.72 go: upgraded github.com/onsi/ginkgo/v2 v2.2.0 => v2.8.1 | |
#0 94.72 go: upgraded github.com/quic-go/qtls-go1-19 v0.2.0 => v0.2.1 | |
#0 94.72 go: upgraded github.com/quic-go/qtls-go1-20 v0.1.0 => v0.1.1 | |
#0 94.72 go: upgraded github.com/shopspring/decimal v1.2.0 => v1.3.1 | |
#0 94.72 go: upgraded github.com/stoewer/go-strcase v1.2.0 => v1.2.1 | |
#0 94.72 go: upgraded go.step.sm/crypto v0.23.2 => v0.25.0 | |
#0 94.72 go: upgraded golang.org/x/exp v0.0.0-20221205204356-47842c84f3db => v0.0.0-20230213192124-5e25df0256eb | |
#0 94.72 go: upgraded golang.org/x/mod v0.6.0 => v0.8.0 | |
#0 94.72 go: upgraded golang.org/x/tools v0.2.0 => v0.6.0 | |
#0 94.72 go: upgraded google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 => v0.0.0-20230216225411-c8e22ba71e44 | |
#0 94.72 go: upgraded google.golang.org/grpc v1.52.3 => v1.53.0 | |
#0 94.72 2023/03/02 05:49:57 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/dunglas/vulcain github.com/caddyserver/caddy/[email protected] | |
#0 96.13 go: downloading github.com/dunglas/vulcain v0.4.3 | |
#0 96.50 go: downloading github.com/getkin/kin-openapi v0.114.0 | |
#0 96.50 go: downloading github.com/tidwall/gjson v1.14.4 | |
#0 96.50 go: downloading github.com/tidwall/sjson v1.2.5 | |
#0 96.50 go: downloading github.com/dunglas/httpsfv v1.0.1 | |
#0 96.66 go: downloading github.com/tidwall/pretty v1.2.1 | |
#0 96.66 go: downloading github.com/tidwall/match v1.1.1 | |
#0 97.49 go: downloading github.com/perimeterx/marshmallow v1.1.4 | |
#0 97.49 go: downloading github.com/go-openapi/jsonpointer v0.19.6 | |
#0 97.49 go: downloading github.com/invopop/yaml v0.2.0 | |
#0 97.49 go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 | |
#0 97.60 go: downloading github.com/go-openapi/swag v0.22.3 | |
#0 97.72 go: downloading github.com/mailru/easyjson v0.7.7 | |
#0 97.85 go: downloading github.com/josharian/intern v1.0.0 | |
#0 99.07 go: added github.com/dunglas/httpsfv v1.0.1 | |
#0 99.07 go: added github.com/dunglas/vulcain v0.4.3 | |
#0 99.07 go: added github.com/getkin/kin-openapi v0.114.0 | |
#0 99.07 go: added github.com/go-openapi/jsonpointer v0.19.6 | |
#0 99.07 go: added github.com/go-openapi/swag v0.22.3 | |
#0 99.07 go: added github.com/invopop/yaml v0.2.0 | |
#0 99.07 go: added github.com/josharian/intern v1.0.0 | |
#0 99.07 go: added github.com/mailru/easyjson v0.7.7 | |
#0 99.07 go: added github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 | |
#0 99.07 go: added github.com/perimeterx/marshmallow v1.1.4 | |
#0 99.07 go: added github.com/tidwall/gjson v1.14.4 | |
#0 99.07 go: added github.com/tidwall/match v1.1.1 | |
#0 99.07 go: added github.com/tidwall/pretty v1.2.1 | |
#0 99.07 go: added github.com/tidwall/sjson v1.2.5 | |
#0 99.08 2023/03/02 05:50:01 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/dunglas/vulcain/caddy github.com/caddyserver/caddy/[email protected] | |
#0 100.5 go: downloading github.com/dunglas/vulcain/caddy v0.4.3 | |
#0 106.5 go: added github.com/dunglas/vulcain/caddy v0.4.3 | |
#0 106.5 2023/03/02 05:50:09 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v | |
#0 106.8 go: downloading github.com/go-chi/chi v4.1.2+incompatible | |
#0 106.9 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 | |
#0 106.9 go: downloading golang.org/x/sync v0.1.0 | |
#0 106.9 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 | |
#0 106.9 go: downloading github.com/BurntSushi/toml v1.2.1 | |
#0 106.9 go: downloading github.com/alecthomas/chroma/v2 v2.5.0 | |
#0 106.9 go: downloading github.com/yuin/goldmark v1.5.4 | |
#0 106.9 go: downloading github.com/yuin/goldmark-highlighting/v2 v2.0.0-20220924101305-151362477c87 | |
#0 106.9 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.39.0 | |
#0 106.9 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.0 | |
#0 106.9 go: downloading go.opentelemetry.io/otel v1.13.0 | |
#0 106.9 go: downloading go.opentelemetry.io/otel/sdk v1.13.0 | |
#0 106.9 go: downloading github.com/rs/xid v1.4.0 | |
#0 106.9 go: downloading github.com/sirupsen/logrus v1.9.0 | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/logging imports | |
#0 107.5 gopkg.in/natefinch/lumberjack.v2: gopkg.in/natefinch/[email protected]: verifying module: gopkg.in/natefinch/[email protected]: Get "https://sum.golang.org/lookup/gopkg.in/natefinch/[email protected]": dial tcp [2404:6800:4006:80a::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/caddyauth imports | |
#0 107.5 golang.org/x/sync/singleflight: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.1.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/templates imports | |
#0 107.5 github.com/BurntSushi/toml: github.com/BurntSushi/[email protected]: Get "https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v1.2.1.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/templates imports | |
#0 107.5 github.com/alecthomas/chroma/v2/formatters/html: github.com/alecthomas/chroma/[email protected]: Get "https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.5.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/templates imports | |
#0 107.5 github.com/yuin/goldmark: github.com/yuin/[email protected]: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/templates imports | |
#0 107.5 github.com/yuin/goldmark-highlighting/v2: github.com/yuin/goldmark-highlighting/[email protected]: Get "https://proxy.golang.org/github.com/yuin/goldmark-highlighting/v2/@v/v2.0.0-20220924101305-151362477c87.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/templates imports | |
#0 107.5 github.com/yuin/goldmark/extension: github.com/yuin/[email protected]: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/templates imports | |
#0 107.5 github.com/yuin/goldmark/parser: github.com/yuin/[email protected]: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/templates imports | |
#0 107.5 github.com/yuin/goldmark/renderer/html: github.com/yuin/[email protected]: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/tracing imports | |
#0 107.5 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: go.opentelemetry.io/contrib/instrumentation/net/http/[email protected]: Get "https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.39.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/tracing imports | |
#0 107.5 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected]: Get "https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.4.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/tracing imports | |
#0 107.5 go.opentelemetry.io/otel/propagation: go.opentelemetry.io/[email protected]: Get "https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.13.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/tracing imports | |
#0 107.5 go.opentelemetry.io/otel/sdk/resource: go.opentelemetry.io/otel/[email protected]: Get "https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.13.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/tracing imports | |
#0 107.5 go.opentelemetry.io/otel/sdk/trace: go.opentelemetry.io/otel/[email protected]: Get "https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.13.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddyhttp/tracing imports | |
#0 107.5 go.opentelemetry.io/otel/semconv/v1.17.0: go.opentelemetry.io/[email protected]: Get "https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.13.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddypki/acmeserver imports | |
#0 107.5 github.com/smallstep/certificates/acme imports | |
#0 107.5 github.com/fxamacker/cbor/v2: github.com/fxamacker/cbor/[email protected]: Get "https://proxy.golang.org/github.com/fxamacker/cbor/v2/@v/v2.4.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddypki/acmeserver imports | |
#0 107.5 github.com/smallstep/certificates/acme/api imports | |
#0 107.5 github.com/smallstep/certificates/logging imports | |
#0 107.5 github.com/rs/xid: github.com/rs/[email protected]: Get "https://proxy.golang.org/github.com/rs/xid/@v/v1.4.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 107.5 caddy imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/standard imports | |
#0 107.5 github.com/caddyserver/caddy/v2/modules/caddypki/acmeserver imports | |
#0 107.5 github.com/smallstep/certificates/acme/api imports | |
#0 107.5 github.com/smallstep/certificates/logging imports | |
#0 107.5 github.com/sirupsen/logrus: github.com/sirupsen/[email protected]: Get "https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.0.zip": dial tcp [2404:6800:4006:814::2011]:443: connect: cannot assign requested address | |
#0 108.0 2023/03/02 05:50:10 [FATAL] exit status 1 | |
------ | |
failed to solve: process "/bin/sh -c xcaddy build \t--with github.com/dunglas/mercure \t--with github.com/dunglas/mercure/caddy \t--with github.com/dunglas/vulcain \t--with github.com/dunglas/vulcain/caddy" did not complete successfully: exit code: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment