Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase 2026/07/13 20:41:57 [INFO] absolute output file path: /build/caddy 2026/07/13 20:41:57 [INFO] Temporary folder: /build/buildenv_2026-07-13-2041.2408530251 2026/07/13 20:41:57 [INFO] Writing main module: /build/buildenv_2026-07-13-2041.2408530251/main.go package main import ( caddycmd "github.com/caddyserver/caddy/v2/cmd" // plug in Caddy modules here _ "github.com/caddyserver/caddy/v2/modules/standard" _ "github.com/caddy-dns/desec" _ "github.com/greenpau/caddy-security" _ "github.com/mholt/caddy-l4" _ "github.com/mohammed90/caddy-git-fs" ) func main() { caddycmd.Main() } 2026/07/13 20:41:57 [INFO] Initializing Go module 2026/07/13 20:41:57 [INFO] exec (timeout=0s): /nix/store/1xklj6dmgcpgz60c9w2ynaq7ynzfsrrq-go-1.26.4/bin/go mod init caddy go: creating new go.mod: module caddy go: to add module requirements and sums: go mod tidy 2026/07/13 20:41:57 [INFO] Pinning versions 2026/07/13 20:41:57 [INFO] exec (timeout=0s): /nix/store/1xklj6dmgcpgz60c9w2ynaq7ynzfsrrq-go-1.26.4/bin/go get -v github.com/caddyserver/caddy/v2@v2.11.4 go: downloading github.com/caddyserver/caddy/v2 v2.11.4 go: downloading github.com/quic-go/quic-go v0.59.1 go: downloading go.uber.org/zap v1.28.0 go: downloading go.uber.org/zap/exp v0.3.0 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/client_golang v1.23.2 go: downloading github.com/google/uuid v1.6.0 go: downloading golang.org/x/sys v0.45.0 go: downloading github.com/caddyserver/certmagic v0.25.3 go: downloading golang.org/x/term v0.43.0 go: downloading golang.org/x/time v0.15.0 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading golang.org/x/net v0.55.0 go: downloading github.com/quic-go/qpack v0.6.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/client_model v0.6.2 go: downloading github.com/prometheus/common v0.67.5 go: downloading github.com/prometheus/procfs v0.20.1 go: downloading google.golang.org/protobuf v1.36.11 go: downloading golang.org/x/crypto v0.52.0 go: downloading github.com/caddyserver/zerossl v0.1.5 go: downloading github.com/klauspost/cpuid/v2 v2.3.0 go: downloading github.com/libdns/libdns v1.1.1 go: downloading github.com/mholt/acmez/v3 v3.1.6 go: downloading github.com/miekg/dns v1.1.72 go: downloading github.com/zeebo/blake3 v0.2.4 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading go.yaml.in/yaml/v2 v2.4.4 go: downloading golang.org/x/text v0.37.0 go: downloading golang.org/x/tools v0.44.0 go: downloading golang.org/x/sync v0.20.0 go: downloading golang.org/x/mod v0.35.0 go: added github.com/beorn7/perks v1.0.1 go: added github.com/caddyserver/caddy/v2 v2.11.4 go: added github.com/caddyserver/certmagic v0.25.3 go: added github.com/caddyserver/zerossl v0.1.5 go: added github.com/cespare/xxhash/v2 v2.3.0 go: added github.com/google/uuid v1.6.0 go: added github.com/klauspost/cpuid/v2 v2.3.0 go: added github.com/libdns/libdns v1.1.1 go: added github.com/mholt/acmez/v3 v3.1.6 go: added github.com/miekg/dns v1.1.72 go: added github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: added github.com/prometheus/client_golang v1.23.2 go: added github.com/prometheus/client_model v0.6.2 go: added github.com/prometheus/common v0.67.5 go: added github.com/prometheus/procfs v0.20.1 go: added github.com/quic-go/qpack v0.6.0 go: added github.com/quic-go/quic-go v0.59.1 go: added github.com/zeebo/blake3 v0.2.4 go: added go.uber.org/multierr v1.11.0 go: added go.uber.org/zap v1.28.0 go: added go.uber.org/zap/exp v0.3.0 go: added go.yaml.in/yaml/v2 v2.4.4 go: added golang.org/x/crypto v0.52.0 go: added golang.org/x/mod v0.35.0 go: added golang.org/x/net v0.55.0 go: added golang.org/x/sync v0.20.0 go: added golang.org/x/sys v0.45.0 go: added golang.org/x/term v0.43.0 go: added golang.org/x/text v0.37.0 go: added golang.org/x/time v0.15.0 go: added golang.org/x/tools v0.44.0 go: added google.golang.org/protobuf v1.36.11 2026/07/13 20:41:59 [INFO] exec (timeout=0s): /nix/store/1xklj6dmgcpgz60c9w2ynaq7ynzfsrrq-go-1.26.4/bin/go get -v github.com/caddy-dns/desec@v1.1.0 github.com/caddyserver/caddy/v2@v2.11.4 go: downloading github.com/caddy-dns/desec v1.1.0 go: downloading github.com/libdns/desec v1.1.0 go: added github.com/caddy-dns/desec v1.1.0 go: added github.com/libdns/desec v1.1.0 2026/07/13 20:42:00 [INFO] exec (timeout=0s): /nix/store/1xklj6dmgcpgz60c9w2ynaq7ynzfsrrq-go-1.26.4/bin/go get -v github.com/greenpau/caddy-security@v1.1.62 github.com/caddyserver/caddy/v2@v2.11.4 go: downloading github.com/greenpau/caddy-security v1.1.62 go: downloading github.com/greenpau/go-authcrunch v1.1.39 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/spf13/cobra v1.10.2 go: downloading github.com/google/cel-go v0.28.1 go: downloading go.opentelemetry.io/contrib/bridges/prometheus v0.68.0 go: downloading go.opentelemetry.io/contrib/exporters/autoexport v0.68.0 go: downloading go.opentelemetry.io/otel/sdk v1.43.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.43.0 go: downloading go.opentelemetry.io/otel v1.43.0 go: downloading github.com/smallstep/certificates v0.30.2 go: downloading github.com/smallstep/truststore v0.13.0 go: downloading go.step.sm/crypto v0.81.0 go: downloading github.com/cloudflare/circl v1.6.3 go: downloading github.com/tailscale/tscert v0.0.0-20251216020129-aea342f6d747 go: downloading github.com/KimMachineGun/automemlimit v0.7.5 go: downloading github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b go: downloading github.com/spf13/pflag v1.0.10 go: downloading go.uber.org/automaxprocs v1.6.0 go: downloading golang.org/x/crypto/x509roots/fallback v0.0.0-20260213171211-a408498e5541 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading cel.dev/expr v0.25.1 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260406210006-6f92a3bedf2d go: downloading github.com/antlr4-go/antlr/v4 v4.13.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.43.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.65.0 go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43.0 go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0 go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.43.0 go: downloading howett.net/plist v1.0.1 go: downloading go.opentelemetry.io/otel/sdk/log v0.19.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/smallstep/cli-utils v0.12.2 go: downloading github.com/smallstep/linkedca v0.25.0 go: downloading github.com/smallstep/nosql v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 go: downloading google.golang.org/grpc v1.81.0 go: downloading github.com/slackhq/nebula v1.10.3 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.7 go: downloading go.yaml.in/yaml/v3 v3.0.4 go: downloading go.opentelemetry.io/otel/metric v1.43.0 go: downloading github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e go: downloading github.com/go-logr/logr v1.4.3 go: downloading go.opentelemetry.io/otel/trace v1.43.0 go: downloading github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 go: downloading github.com/ccoveille/go-safecast/v2 v2.0.0 go: downloading github.com/smallstep/pkcs7 v0.2.1 go: downloading github.com/smallstep/scep v0.0.0-20250318231241-a25cabb69492 go: downloading github.com/Masterminds/sprig/v3 v3.3.0 go: downloading go.opentelemetry.io/proto/otlp v1.10.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 go: downloading github.com/go-jose/go-jose/v3 v3.0.5 go: downloading github.com/prometheus/otlptranslator v1.0.0 go: downloading filippo.io/edwards25519 v1.2.0 go: downloading google.golang.org/api v0.277.0 go: downloading github.com/coreos/go-oidc/v3 v3.17.0 go: downloading github.com/rs/xid v1.6.0 go: downloading go.opentelemetry.io/otel/log v0.19.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/auto/sdk v1.2.1 go: downloading github.com/tailscale/go-winio v0.0.0-20231025203758-c4f33415bf55 go: downloading github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 go: downloading github.com/mitchellh/go-ps v1.0.0 go: downloading github.com/emersion/go-smtp v0.24.0 go: downloading github.com/golang-jwt/jwt/v5 v5.3.1 go: downloading github.com/greenpau/versioned v1.0.30 go: downloading github.com/nicksnyder/go-i18n/v2 v2.6.1 go: downloading golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 go: downloading github.com/urfave/cli v1.22.17 go: downloading github.com/chzyer/readline v1.5.1 go: downloading github.com/manifoldco/promptui v0.9.0 go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 go: downloading github.com/cenkalti/backoff/v5 v5.0.3 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading dario.cat/mergo v1.0.2 go: downloading github.com/Masterminds/goutils v1.1.1 go: downloading github.com/Masterminds/semver/v3 v3.4.0 go: downloading github.com/huandu/xstrings v1.5.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/shopspring/decimal v1.4.0 go: downloading github.com/spf13/cast v1.7.0 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 go: downloading github.com/crewjam/saml v0.5.1 go: downloading github.com/go-ldap/ldap/v3 v3.4.12 go: downloading github.com/dgraph-io/badger v1.6.2 go: downloading github.com/dgraph-io/badger/v2 v2.2007.4 go: downloading go.etcd.io/bbolt v1.4.3 go: downloading github.com/go-sql-driver/mysql v1.9.3 go: downloading github.com/jackc/pgx/v5 v5.9.2 go: downloading golang.org/x/oauth2 v0.36.0 go: downloading filippo.io/bigmod v0.1.0 go: downloading github.com/go-jose/go-jose/v4 v4.1.4 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 go: downloading github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 go: downloading github.com/Azure/go-ntlmssp v0.1.0 go: downloading github.com/dgraph-io/ristretto v0.2.0 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 go: downloading github.com/mattn/go-colorable v0.1.14 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/klauspost/compress v1.18.6 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/russellhaering/goxmldsig v1.6.0 go: downloading github.com/golang-jwt/jwt/v4 v4.5.2 go: downloading github.com/beevik/etree v1.6.0 go: downloading github.com/mattermost/xml-roundtrip-validator v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/jackc/pgpassfile v1.0.0 go: downloading github.com/jackc/puddle/v2 v2.2.2 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 go: downloading github.com/jonboulle/clockwork v0.5.0 go: downloading github.com/googleapis/gax-go/v2 v2.22.0 go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.15 go: downloading cloud.google.com/go/compute/metadata v0.9.0 go: downloading cloud.google.com/go/auth v0.20.0 go: downloading github.com/google/s2a-go v0.1.9 go: downloading github.com/felixge/httpsnoop v1.0.4 go: added github.com/Azure/go-ntlmssp v0.1.0 go: added github.com/beevik/etree v1.6.0 go: added github.com/crewjam/saml v0.5.1 go: added github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 go: added github.com/emersion/go-smtp v0.24.0 go: added github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 go: added github.com/go-ldap/ldap/v3 v3.4.12 go: added github.com/golang-jwt/jwt/v4 v4.5.2 go: upgraded github.com/golang-jwt/jwt/v5 v5.3.0 => v5.3.1 go: added github.com/greenpau/caddy-security v1.1.62 go: added github.com/greenpau/go-authcrunch v1.1.39 go: added github.com/greenpau/versioned v1.0.30 go: added github.com/jonboulle/clockwork v0.5.0 go: added github.com/mattermost/xml-roundtrip-validator v0.1.0 go: added github.com/nicksnyder/go-i18n/v2 v2.6.1 go: added github.com/russellhaering/goxmldsig v1.6.0 go: added github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e go: upgraded howett.net/plist v1.0.0 => v1.0.1 2026/07/13 20:42:07 [INFO] exec (timeout=0s): /nix/store/1xklj6dmgcpgz60c9w2ynaq7ynzfsrrq-go-1.26.4/bin/go get -v github.com/mholt/caddy-l4@v0.1.1 github.com/caddyserver/caddy/v2@v2.11.4 go: downloading github.com/mholt/caddy-l4 v0.1.1 go: downloading github.com/things-go/go-socks5 v0.1.1 go: downloading github.com/pires/go-proxyproto v0.12.0 go: downloading github.com/fsnotify/fsnotify v1.10.1 go: upgraded github.com/fsnotify/fsnotify v1.9.0 => v1.10.1 go: added github.com/mholt/caddy-l4 v0.1.1 go: added github.com/things-go/go-socks5 v0.1.1 2026/07/13 20:42:08 [INFO] exec (timeout=0s): /nix/store/1xklj6dmgcpgz60c9w2ynaq7ynzfsrrq-go-1.26.4/bin/go get -v github.com/mohammed90/caddy-git-fs@v0.0.0-20240805164056-529acecd1830 github.com/caddyserver/caddy/v2@v2.11.4 go: downloading github.com/mohammed90/caddy-git-fs v0.0.0-20240805164056-529acecd1830 go: downloading rsc.io/gitfs v1.0.0 go: added github.com/mohammed90/caddy-git-fs v0.0.0-20240805164056-529acecd1830 go: added rsc.io/gitfs v1.0.0 2026/07/13 20:42:09 [INFO] exec (timeout=0s): /nix/store/1xklj6dmgcpgz60c9w2ynaq7ynzfsrrq-go-1.26.4/bin/go get -v go: downloading github.com/go-chi/chi/v5 v5.2.5 go: downloading github.com/DeRuina/timberjack v1.4.2 go: downloading github.com/fxamacker/cbor/v2 v2.9.0 go: downloading github.com/google/go-tpm v0.9.8 go: downloading github.com/smallstep/go-attestation v0.4.4-0.20241119153605-2306d5b464ca go: downloading github.com/BurntSushi/toml v1.6.0 go: downloading go.opentelemetry.io/contrib/propagators/autoprop v0.68.0 go: downloading github.com/alecthomas/chroma/v2 v2.24.1 go: downloading github.com/yuin/goldmark v1.8.2 go: downloading github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc go: downloading github.com/sirupsen/logrus v1.9.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading go.opentelemetry.io/contrib/propagators/ot v1.43.0 go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.43.0 go: downloading go.opentelemetry.io/contrib/propagators/aws v1.43.0 go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.43.0 go: downloading github.com/x448/float16 v0.8.4 go: downloading github.com/google/go-tspi v0.3.0 go: downloading github.com/google/certificate-transparency-go v1.1.8-0.20240110162603-74a5dd331745 go: downloading github.com/dlclark/regexp2 v1.12.0 2026/07/13 20:42:11 [INFO] Build environment ready 2026/07/13 20:42:11 [INFO] Skipping build as requested 2026/07/13 20:42:11 [INFO] Skipping cleanup as requested; leaving folder intact: /build/buildenv_2026-07-13-2041.2408530251 Running phase: installPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/vbn5c9zsipn0lvbzb1f9ihi1x79xwpv1-caddy-src-with-plugins-381473da724c9bf0444cc61af7a14723-2.11.4 checking for references to /build/ in /nix/store/vbn5c9zsipn0lvbzb1f9ihi1x79xwpv1-caddy-src-with-plugins-381473da724c9bf0444cc61af7a14723-2.11.4... patching script interpreter paths in /nix/store/vbn5c9zsipn0lvbzb1f9ihi1x79xwpv1-caddy-src-with-plugins-381473da724c9bf0444cc61af7a14723-2.11.4