Build:
  1. 0
2024-09-18 03:20.34: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocurrent/caddy-rfc2136.git#refs/heads/master (8dda19255008eadf7c26f6b0284b105723fda708)]
2024-09-18 03:20.34: Will push staging image to ocurrentbuilder/staging:live-ocurrent-caddy-rfc2136-linux-x86_64
2024-09-18 03:20.34: Using cache hint "https://github.com/ocurrent/caddy-rfc2136.git-Dockerfile"
2024-09-18 03:20.34: Waiting for resource in pool OCluster
2024-09-18 03:20.34: Waiting for worker…
2024-09-18 03:20.34: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
HEAD is now at 8dda192 Merge pull request #1 from ocurrent/add-license
Sending build context to Docker daemon  5.632kB

Step 1/4 : FROM caddy:builder AS builder
builder: Pulling from library/caddy
43c4264eed91: Already exists
2481cf71f4c9: Pulling fs layer
2623b10dea37: Pulling fs layer
e03faa37baa5: Pulling fs layer
4f4fb700ef54: Pulling fs layer
f081f2e39081: Pulling fs layer
058155868d0e: Pulling fs layer
a2f89e7866ec: Pulling fs layer
4f4fb700ef54: Waiting
f081f2e39081: Waiting
058155868d0e: Waiting
a2f89e7866ec: Waiting
e03faa37baa5: Download complete
2481cf71f4c9: Verifying Checksum
2481cf71f4c9: Download complete
2481cf71f4c9: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f081f2e39081: Verifying Checksum
058155868d0e: Verifying Checksum
058155868d0e: Download complete
a2f89e7866ec: Verifying Checksum
a2f89e7866ec: Download complete
2623b10dea37: Download complete
2623b10dea37: Pull complete
e03faa37baa5: Pull complete
4f4fb700ef54: Pull complete
f081f2e39081: Pull complete
058155868d0e: Pull complete
a2f89e7866ec: Pull complete
Digest: sha256:9bbe944a171a6d4b0003c78ce7f28654d6886e292f7575e2be582668e11dc415
Status: Downloaded newer image for caddy:builder
 ---> 368a87a63570
Step 2/4 : RUN xcaddy build     --with github.com/caddy-dns/rfc2136@master
 ---> Running in f2f1972d01ad
2024/09/18 03:20:51 [INFO] absolute output file path: /usr/bin/caddy
2024/09/18 03:20:51 [INFO] Temporary folder: /tmp/buildenv_2024-09-18-0320.804992339
2024/09/18 03:20:51 [INFO] Writing main module: /tmp/buildenv_2024-09-18-0320.804992339/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/rfc2136"
)

func main() {
	caddycmd.Main()
}
2024/09/18 03:20:51 [INFO] Initializing Go module
2024/09/18 03:20:51 [INFO] exec (timeout=0s): /usr/local/go/bin/go mod init caddy 
go: creating new go.mod: module caddy
go: to add module requirements and sums:
	go mod tidy
2024/09/18 03:20:51 [INFO] Pinning versions
2024/09/18 03:20:51 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/caddyserver/caddy/v2@v2.8.4 
go: downloading github.com/caddyserver/caddy/v2 v2.8.4
go: downloading github.com/quic-go/quic-go v0.44.0
go: downloading golang.org/x/time v0.5.0
go: downloading golang.org/x/sys v0.20.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading go.uber.org/zap/exp v0.2.0
go: downloading github.com/google/uuid v1.6.0
go: downloading golang.org/x/term v0.20.0
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/caddyserver/certmagic v0.21.3
go: downloading github.com/klauspost/cpuid/v2 v2.2.7
go: downloading github.com/miekg/dns v1.1.59
go: downloading github.com/mholt/acmez/v2 v2.0.1
go: downloading github.com/caddyserver/zerossl v0.1.3
go: downloading golang.org/x/net v0.25.0
go: downloading golang.org/x/crypto v0.23.0
go: downloading github.com/zeebo/blake3 v0.2.3
go: downloading github.com/libdns/libdns v0.2.2
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/prometheus/common v0.48.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.5.0
go: downloading google.golang.org/protobuf v1.34.1
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading golang.org/x/tools v0.21.0
go: downloading github.com/quic-go/qpack v0.4.0
go: downloading golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
go: downloading go.uber.org/mock v0.4.0
go: downloading github.com/onsi/ginkgo/v2 v2.13.2
go: downloading golang.org/x/mod v0.17.0
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading github.com/google/pprof v0.0.0-20231212022811-ec68065c825e
go: downloading golang.org/x/text v0.15.0
go: downloading golang.org/x/sync v0.7.0
go: added github.com/beorn7/perks v1.0.1
go: added github.com/caddyserver/caddy/v2 v2.8.4
go: added github.com/caddyserver/certmagic v0.21.3
go: added github.com/caddyserver/zerossl v0.1.3
go: added github.com/cespare/xxhash/v2 v2.2.0
go: added github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: added github.com/google/pprof v0.0.0-20231212022811-ec68065c825e
go: added github.com/google/uuid v1.6.0
go: added github.com/klauspost/cpuid/v2 v2.2.7
go: added github.com/libdns/libdns v0.2.2
go: added github.com/mholt/acmez/v2 v2.0.1
go: added github.com/miekg/dns v1.1.59
go: added github.com/onsi/ginkgo/v2 v2.13.2
go: added github.com/prometheus/client_golang v1.19.1
go: added github.com/prometheus/client_model v0.5.0
go: added github.com/prometheus/common v0.48.0
go: added github.com/prometheus/procfs v0.12.0
go: added github.com/quic-go/qpack v0.4.0
go: added github.com/quic-go/quic-go v0.44.0
go: added github.com/zeebo/blake3 v0.2.3
go: added go.uber.org/mock v0.4.0
go: added go.uber.org/multierr v1.11.0
go: added go.uber.org/zap v1.27.0
go: added go.uber.org/zap/exp v0.2.0
go: added golang.org/x/crypto v0.23.0
go: added golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
go: added golang.org/x/mod v0.17.0
go: added golang.org/x/net v0.25.0
go: added golang.org/x/sync v0.7.0
go: added golang.org/x/sys v0.20.0
go: added golang.org/x/term v0.20.0
go: added golang.org/x/text v0.15.0
go: added golang.org/x/time v0.5.0
go: added golang.org/x/tools v0.21.0
go: added google.golang.org/protobuf v1.34.1
2024/09/18 03:20:53 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/caddy-dns/rfc2136@master github.com/caddyserver/caddy/v2@v2.8.4 
go: downloading github.com/caddy-dns/rfc2136 v0.1.1
go: downloading github.com/libdns/rfc2136 v0.1.0
go: added github.com/caddy-dns/rfc2136 v0.1.1
go: added github.com/libdns/rfc2136 v0.1.0
2024/09/18 03:20:56 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v  
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/go-chi/chi/v5 v5.0.12
go: downloading github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
go: downloading github.com/smallstep/certificates v0.26.1
go: downloading github.com/klauspost/compress v1.17.8
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/smallstep/truststore v0.13.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading go.step.sm/crypto v0.45.0
go: downloading github.com/google/cel-go v0.20.1
go: downloading github.com/tailscale/tscert v0.0.0-20240517230440-bbccfbf48933
go: downloading go.uber.org/automaxprocs v1.5.3
go: downloading github.com/smallstep/nosql v0.6.1
go: downloading golang.org/x/crypto/x509roots/fallback v0.0.0-20240507223354-67b13616a595
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/alecthomas/chroma/v2 v2.13.0
go: downloading github.com/yuin/goldmark v1.7.1
go: downloading github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
go: downloading go.opentelemetry.io/contrib/propagators/autoprop v0.42.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
go: downloading go.opentelemetry.io/otel v1.24.0
go: downloading go.opentelemetry.io/otel/sdk v1.21.0
go: downloading go.opentelemetry.io/otel/trace v1.24.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0
go: downloading github.com/spf13/cast v1.4.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading howett.net/plist v1.0.0
go: downloading github.com/Microsoft/go-winio v0.6.0
go: downloading github.com/mitchellh/go-ps v1.0.0
go: downloading go.opentelemetry.io/contrib/propagators/ot v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.17.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/aws v1.17.0
go: downloading go.opentelemetry.io/otel/metric v1.24.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
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.3.9
go: downloading github.com/go-sql-driver/mysql v1.7.1
go: downloading github.com/jackc/pgx/v4 v4.18.3
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae
go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
go: downloading github.com/stoewer/go-strcase v1.2.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/jackc/pgtype v1.14.0
go: downloading github.com/jackc/pgconn v1.14.3
go: downloading github.com/jackc/pgproto3/v2 v2.3.3
go: downloading github.com/jackc/pgio v1.0.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/dgraph-io/ristretto v0.1.0
go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96
go: downloading github.com/jackc/chunkreader/v2 v2.0.1
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/fxamacker/cbor/v2 v2.6.0
go: downloading go.step.sm/linkedca v0.20.1
go: downloading github.com/google/go-tpm v0.9.0
go: downloading github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/go-jose/go-jose/v3 v3.0.3
go: downloading github.com/slackhq/nebula v1.6.1
go: downloading github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81
go: downloading github.com/rs/xid v1.5.0
go: downloading go.step.sm/cli-utils v0.9.0
go: downloading github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d
go: downloading google.golang.org/grpc v1.63.2
go: downloading github.com/go-logr/logr v1.4.1
go: downloading github.com/dlclark/regexp2 v1.11.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/golang/glog v1.2.0
go: downloading go.opentelemetry.io/proto/otlp v1.0.0
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/go-kit/kit v0.13.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/urfave/cli v1.22.14
go: downloading github.com/chzyer/readline v1.5.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading github.com/manifoldco/promptui v0.9.0
go: downloading github.com/google/go-tspi v0.3.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/google/certificate-transparency-go v1.1.8-0.20240110162603-74a5dd331745
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/go-logfmt/logfmt v0.6.0
2024/09/18 03:20:59 [INFO] Build environment ready
2024/09/18 03:20:59 [INFO] Building Caddy
2024/09/18 03:20:59 [INFO] exec (timeout=0s): /usr/local/go/bin/go mod tidy -e 
go: downloading github.com/stretchr/testify v1.9.0
go: downloading go.uber.org/goleak v1.3.0
go: downloading github.com/zeebo/assert v1.1.0
go: downloading github.com/onsi/gomega v1.29.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/prashantv/gostub v1.1.0
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
go: downloading github.com/alecthomas/assert/v2 v2.6.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/zeebo/pcg v1.0.1
go: downloading github.com/google/go-tpm-tools v0.4.4
go: downloading github.com/peterbourgon/diskv/v3 v3.0.1
go: downloading github.com/schollz/jsonstore v1.1.0
go: downloading github.com/alecthomas/repr v0.4.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/aws/aws-sdk-go-v2/config v1.27.13
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.31.1
go: downloading cloud.google.com/go/kms v1.16.0
go: downloading github.com/googleapis/gax-go/v2 v2.12.4
go: downloading google.golang.org/api v0.180.0
go: downloading github.com/chzyer/test v1.0.0
go: downloading github.com/cockroachdb/apd v1.1.0
go: downloading github.com/gofrs/uuid v4.0.0+incompatible
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/jackc/pgmock v0.0.0-20210724152146-4ad1a8207f65
go: downloading github.com/OneOfOne/xxhash v1.2.2
go: downloading github.com/spaolacci/murmur3 v1.1.0
go: downloading github.com/chzyer/logex v1.2.1
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading github.com/google/btree v1.1.2
go: downloading cloud.google.com/go v0.112.1
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/aws/aws-sdk-go-v2 v1.26.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/rogpeppe/go-internal v1.10.0
go: downloading github.com/kr/text v0.2.0
go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda
go: downloading cloud.google.com/go/iam v1.1.8
go: downloading cloud.google.com/go/longrunning v0.5.7
go: downloading github.com/aws/smithy-go v1.20.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.13
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.20.6
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.0
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.28.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2
go: downloading golang.org/x/oauth2 v0.20.0
go: downloading cloud.google.com/go/auth v0.4.1
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading cloud.google.com/go/compute/metadata v0.3.0
go: downloading github.com/google/s2a-go v0.1.7
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
go: downloading go.opencensus.io v0.24.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.2
go: downloading cloud.google.com/go/compute v1.24.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2024/09/18 03:21:07 [INFO] exec (timeout=0s): /usr/local/go/bin/go build -o /usr/bin/caddy -ldflags -w -s -trimpath -tags nobadger 
2024/09/18 03:21:36 [INFO] Build complete: ./caddy
2024/09/18 03:21:36 [INFO] Skipping cleanup as requested; leaving folder intact: /tmp/buildenv_2024-09-18-0320.804992339
2024/09/18 03:21:36 [INFO] Setting capabilities (requires admin privileges): [setcap cap_net_bind_service=+ep ./caddy]

././caddy version
v2.8.4 h1:q3pe0wpBj1OcHFZ3n/1nl4V4bxBrYoSoab7rL9BMYNk=
Removing intermediate container f2f1972d01ad
 ---> 4f64fee2473b
Step 3/4 : FROM caddy:alpine
alpine: Pulling from library/caddy
43c4264eed91: Already exists
02040ba779ee: Pulling fs layer
c257707c9719: Pulling fs layer
06ce39c94b8d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
4f4fb700ef54: Waiting
c257707c9719: Download complete
02040ba779ee: Verifying Checksum
02040ba779ee: Download complete
02040ba779ee: Pull complete
c257707c9719: Pull complete
06ce39c94b8d: Verifying Checksum
06ce39c94b8d: Download complete
4f4fb700ef54: Download complete
06ce39c94b8d: Pull complete
4f4fb700ef54: Pull complete
Digest: sha256:33937b9d51461ea87794350c1c09ce53f327802508929d78f3b5642533f2f7db
Status: Downloaded newer image for caddy:alpine
 ---> 11229070f1e2
Step 4/4 : COPY --from=builder /usr/bin/caddy /usr/bin/caddy
 ---> e08db696c172
Successfully built e08db696c172
Pushing "sha256:e08db696c172c37d8fc0fb35d92b98c8eaedb44a7360c942102bf747b8244ca5" to "ocurrentbuilder/staging:live-ocurrent-caddy-rfc2136-linux-x86_64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrentbuilder/staging]
74f5626ace43: Preparing
5f70bf18a086: Preparing
7e7579bdf37e: Preparing
a26fa80112e4: Preparing
35a7a9c1d2a9: Preparing
63ca1fbb43ae: Preparing
5f70bf18a086: Layer already exists
63ca1fbb43ae: Layer already exists
7e7579bdf37e: Mounted from library/caddy
35a7a9c1d2a9: Mounted from library/caddy
a26fa80112e4: Mounted from library/caddy
74f5626ace43: Pushed
live-ocurrent-caddy-rfc2136-linux-x86_64: digest: sha256:7e0cab7ab569ece59390c604f1815dd3dd685bba2d9e19e85b1f334d0f4f438f size: 1576
The push refers to repository [docker.io/ocurrentbuilder/staging]
74f5626ace43: Preparing
5f70bf18a086: Preparing
7e7579bdf37e: Preparing
a26fa80112e4: Preparing
35a7a9c1d2a9: Preparing
63ca1fbb43ae: Preparing
63ca1fbb43ae: Waiting
7e7579bdf37e: Layer already exists
74f5626ace43: Layer already exists
5f70bf18a086: Layer already exists
35a7a9c1d2a9: Layer already exists
a26fa80112e4: Layer already exists
63ca1fbb43ae: Layer already exists
live-ocurrent-caddy-rfc2136-linux-x86_64: digest: sha256:7e0cab7ab569ece59390c604f1815dd3dd685bba2d9e19e85b1f334d0f4f438f size: 1576
Job succeeded
2024-09-18 03:22.30: Job succeeded