Created
January 27, 2023 16:07
-
-
Save mbana/c8e9cad7ef89b580afe48896eb88e34f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
mkdir -p -- 'build/cache' | |
make -C embedded-bins buildmode=docker TARGET_OS=linux | |
make[1]: Entering directory '/home/mbana/dev/banaio/k0s/embedded-bins' | |
mkdir -p staging/linux/bin | |
docker build -t k0sbuild.docker-image.runc:latest --build-arg TARGET_OS=linux --build-arg VERSION=1.1.4 --build-arg BUILDIMAGE=docker.io/library/golang:1.19.5-alpine3.17 --build-arg BUILD_GO_TAGS="seccomp" --build-arg BUILD_GO_CGO_ENABLED= --build-arg BUILD_GO_CGO_CFLAGS= --build-arg BUILD_SHIM_GO_CGO_ENABLED= --build-arg BUILD_GO_FLAGS= --build-arg BUILD_GO_LDFLAGS= --build-arg BUILD_GO_LDFLAGS_EXTRA="-w -s -extldflags=-static" -- runc/ && docker images -q k0sbuild.docker-image.runc:latest > .docker-image.runc.stamp.tmp && mv .docker-image.runc.stamp.tmp .docker-image.runc.stamp | |
docker build -t k0sbuild.docker-image.kubernetes:latest --build-arg TARGET_OS=linux --build-arg VERSION=1.26.1 --build-arg BUILDIMAGE=docker.io/library/golang:1.19.5-alpine3.17 --build-arg BUILD_GO_TAGS="providerless" --build-arg BUILD_GO_CGO_ENABLED= --build-arg BUILD_GO_CGO_CFLAGS= --build-arg BUILD_SHIM_GO_CGO_ENABLED= --build-arg BUILD_GO_FLAGS="-v" --build-arg BUILD_GO_LDFLAGS= --build-arg BUILD_GO_LDFLAGS_EXTRA="-w -s -extldflags=-static" -- kubernetes/ && docker images -q k0sbuild.docker-image.kubernetes:latest > .docker-image.kubernetes.stamp.tmp && mv .docker-image.kubernetes.stamp.tmp .docker-image.kubernetes.stamp | |
docker build -t k0sbuild.docker-image.containerd:latest --build-arg TARGET_OS=linux --build-arg VERSION=1.6.15 --build-arg BUILDIMAGE=docker.io/library/golang:1.19.5-alpine3.17 --build-arg BUILD_GO_TAGS="apparmor,selinux" --build-arg BUILD_GO_CGO_ENABLED= --build-arg BUILD_GO_CGO_CFLAGS= --build-arg BUILD_SHIM_GO_CGO_ENABLED=0 --build-arg BUILD_GO_FLAGS= --build-arg BUILD_GO_LDFLAGS= --build-arg BUILD_GO_LDFLAGS_EXTRA="-w -s -extldflags=-static" -- containerd/ && docker images -q k0sbuild.docker-image.containerd:latest > .docker-image.containerd.stamp.tmp && mv .docker-image.containerd.stamp.tmp .docker-image.containerd.stamp | |
docker build -t k0sbuild.docker-image.etcd:latest --build-arg TARGET_OS=linux --build-arg VERSION=3.5.7 --build-arg BUILDIMAGE=docker.io/library/golang:1.19.5-alpine3.17 --build-arg BUILD_GO_TAGS= --build-arg BUILD_GO_CGO_ENABLED=0 --build-arg BUILD_GO_CGO_CFLAGS= --build-arg BUILD_SHIM_GO_CGO_ENABLED= --build-arg BUILD_GO_FLAGS= --build-arg BUILD_GO_LDFLAGS="-w -s" --build-arg BUILD_GO_LDFLAGS_EXTRA= -- etcd/ && docker images -q k0sbuild.docker-image.etcd:latest > .docker-image.etcd.stamp.tmp && mv .docker-image.etcd.stamp.tmp .docker-image.etcd.stamp | |
docker build -t k0sbuild.docker-image.kine:latest --build-arg TARGET_OS=linux --build-arg VERSION=0.9.8 --build-arg BUILDIMAGE=docker.io/library/golang:1.19.5-alpine3.17 --build-arg BUILD_GO_TAGS= --build-arg BUILD_GO_CGO_ENABLED= --build-arg BUILD_GO_CGO_CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_USE_ALLOCA=1" --build-arg BUILD_SHIM_GO_CGO_ENABLED= --build-arg BUILD_GO_FLAGS= --build-arg BUILD_GO_LDFLAGS="-w -s" --build-arg BUILD_GO_LDFLAGS_EXTRA="-extldflags=-static" -- kine/ && docker images -q k0sbuild.docker-image.kine:latest > .docker-image.kine.stamp.tmp && mv .docker-image.kine.stamp.tmp .docker-image.kine.stamp | |
docker build -t k0sbuild.docker-image.konnectivity:latest --build-arg TARGET_OS=linux --build-arg VERSION=0.0.33-k0s --build-arg BUILDIMAGE=docker.io/library/golang:1.19.5-alpine3.17 --build-arg BUILD_GO_TAGS= --build-arg BUILD_GO_CGO_ENABLED=0 --build-arg BUILD_GO_CGO_CFLAGS= --build-arg BUILD_SHIM_GO_CGO_ENABLED= --build-arg BUILD_GO_FLAGS="-a" --build-arg BUILD_GO_LDFLAGS="-w -s" --build-arg BUILD_GO_LDFLAGS_EXTRA="-extldflags=-static" -- konnectivity/ && docker images -q k0sbuild.docker-image.konnectivity:latest > .docker-image.konnectivity.stamp.tmp && mv .docker-image.konnectivity.stamp.tmp .docker-image.konnectivity.stamp | |
docker build -t k0sbuild.docker-image.iptables:latest --build-arg TARGET_OS=linux --build-arg VERSION=1.8.7 --build-arg BUILDIMAGE=docker.io/library/alpine:3.17.1 --build-arg BUILD_GO_TAGS= --build-arg BUILD_GO_CGO_ENABLED= --build-arg BUILD_GO_CGO_CFLAGS= --build-arg BUILD_SHIM_GO_CGO_ENABLED= --build-arg BUILD_GO_FLAGS= --build-arg BUILD_GO_LDFLAGS= --build-arg BUILD_GO_LDFLAGS_EXTRA= -- iptables/ && docker images -q k0sbuild.docker-image.iptables:latest > .docker-image.iptables.stamp.tmp && mv .docker-image.iptables.stamp.tmp .docker-image.iptables.stamp | |
Sending build context to Docker daemon 3.072kB | |
Sending build context to Docker daemon 12.29kB | |
Sending build context to Docker daemon 2.56kB | |
Sending build context to Docker daemon 2.56kB | |
Sending build context to Docker daemon 2.56kB | |
Sending build context to Docker daemon 3.072kB | |
Sending build context to Docker daemon 2.56kB | |
Step 1/15 : ARG BUILDIMAGE | |
Step 2/15 : FROM $BUILDIMAGE AS build | |
---> 042a816809aa | |
Step 3/15 : RUN apk add build-base git file curl linux-headers pkgconf bison flex libmnl-dev libmnl-static libnftnl-dev | |
---> Using cache | |
---> 4ebe5b647b1a | |
Step 4/15 : ARG VERSION | |
---> Using cache | |
---> bf1083e60eed | |
Step 5/15 : RUN curl -L https://www.netfilter.org/projects/iptables/files/iptables-$VERSION.tar.bz2 | tar -C / -jx | |
---> Using cache | |
---> 5831c4edadc5 | |
Step 6/15 : ARG TARGET_OS | |
---> Using cache | |
---> 14eb1e4bf921 | |
Step 7/15 : RUN cd /iptables-$VERSION && CFLAGS="-Os" ./configure --sysconfdir=/etc --enable-static --disable-shared --without-kernel --disable-devel | |
---> Using cache | |
---> 9309a7818926 | |
Step 8/15 : RUN make -j$(nproc) -C /iptables-$VERSION LDFLAGS=-all-static | |
---> Using cache | |
---> bcf2d90e0caa | |
Step 9/15 : RUN make -j$(nproc) -C /iptables-$VERSION install | |
---> Using cache | |
---> 8e49aada81ea | |
Step 10/15 : RUN strip /usr/local/sbin/xtables-legacy-multi | |
---> Using cache | |
---> 89503e33ce0b | |
Step 11/15 : RUN strip /usr/local/sbin/xtables-nft-multi | |
Step 1/19 : ARG BUILDIMAGE | |
Step 2/19 : FROM $BUILDIMAGE AS build | |
---> Using cache | |
---> 6dd65c4f4fac | |
Step 12/15 : RUN scanelf -Rn /usr/local && file /usr/local/sbin/* ---> feb4bbda921c | |
Step 3/19 : RUN apk add build-base git curl linux-headers gperf bash pkgconf | |
---> Using cache | |
---> eba177524513 | |
Step 13/15 : FROM scratch | |
---> | |
Step 14/15 : COPY --from=build /usr/local/sbin/xtables-legacy-multi /bin/xtables-legacy-multi | |
Step 1/11 : ARG BUILDIMAGE | |
Step 2/11 : FROM $BUILDIMAGE AS build | |
---> feb4bbda921c | |
Step 3/11 : RUN apk add build-base git make protoc | |
---> Using cache | |
---> e4e27a09496b | |
Step 4/19 : ENV GOPATH=/go | |
---> Using cache | |
---> 12ca79c402d1 | |
Step 5/19 : ARG LIBSECCOMP_VERSION=2.5.4 | |
---> Using cache | |
---> 3d6134375cb6 | |
Step 1/11 : ARG BUILDIMAGEStep 6/19 : RUN curl -L https://github.com/seccomp/libseccomp/releases/download/v$LIBSECCOMP_VERSION/libseccomp-$LIBSECCOMP_VERSION.tar.gz | tar -C / -zx | |
Step 2/11 : FROM $BUILDIMAGE AS build | |
Step 1/11 : ARG BUILDIMAGE | |
Step 2/11 : FROM $BUILDIMAGE AS build | |
---> feb4bbda921c | |
Step 3/11 : RUN apk add build-base git | |
---> feb4bbda921c | |
Step 3/11 : ARG VERSION | |
---> Using cache | |
---> 5171864ba9ae | |
Step 7/19 : RUN cd /libseccomp-$LIBSECCOMP_VERSION && ./configure --sysconfdir=/etc --enable-static | |
Step 1/13 : ARG BUILDIMAGE | |
Step 2/13 : FROM $BUILDIMAGE AS build | |
---> Using cache | |
---> 375bde0e62ca | |
Step 4/11 : ARG VERSION | |
---> feb4bbda921c | |
Step 3/13 : ENV GOPATH=/go | |
---> Using cache | |
---> 0812bcc3ede0 | |
Step 8/19 : RUN make -j$(nproc) -C /libseccomp-$LIBSECCOMP_VERSION | |
Step 1/11 : ARG BUILDIMAGE | |
Step 2/11 : FROM $BUILDIMAGE AS build | |
---> Using cache | |
---> 865f9718e92c | |
Step 5/11 : RUN git -c advice.detachedHead=false clone -b v$VERSION --depth=1 https://github.com/k0sproject/apiserver-network-proxy.git /apiserver-network-proxy | |
---> feb4bbda921c | |
Step 3/11 : RUN apk add build-base git | |
---> Using cache | |
---> d5e2b3eb2182 | |
Step 9/19 : RUN make -j$(nproc) -C /libseccomp-$LIBSECCOMP_VERSION check | |
---> Using cache | |
---> cfc4e7b59a3b | |
Step 6/11 : WORKDIR /apiserver-network-proxy | |
---> Using cache | |
---> ea4cb56f3a7e | |
Step 10/19 : RUN make -C /libseccomp-$LIBSECCOMP_VERSION install | |
---> Using cache | |
---> a829d75ee273 | |
Step 7/11 : ARG TARGET_OS BUILD_GO_TAGS BUILD_GO_CGO_ENABLED BUILD_GO_FLAGS BUILD_GO_LDFLAGS BUILD_GO_LDFLAGS_EXTRA | |
---> Using cache | |
---> 2ad51fa83ca9 | |
Step 11/19 : ARG VERSION | |
---> Using cache | |
---> 9997e27d7839 | |
Step 8/11 : RUN go version | |
---> Using cache | |
---> 95e0000079e2 | |
Step 4/11 : ARG VERSION | |
---> Using cache | |
---> ece88517d13a | |
Step 4/11 : RUN apk add build-base git go-bindata linux-headers rsync grep coreutils bash | |
---> Using cache | |
---> 11518364cc00 | |
Step 12/19 : RUN mkdir -p $GOPATH/src/github.com/opencontainers/runc | |
---> Using cache | |
---> 7ebc0fb33bb5 | |
Step 5/11 : RUN cd / && git -c advice.detachedHead=false clone -b v$VERSION --depth=1 https://github.com/etcd-io/etcd.git | |
---> Using cache | |
---> e16a2e218200 | |
Step 9/11 : RUN go install github.com/golang/mock/[email protected] && go install github.com/golang/protobuf/[email protected] && make gen && CGO_ENABLED=${BUILD_GO_CGO_ENABLED} GOOS=linux go build ${BUILD_GO_FLAGS} -tags="${BUILD_GO_TAGS}" -ldflags="${BUILD_GO_LDFLAGS} ${BUILD_GO_LDFLAGS_EXTRA}" -o bin/proxy-server cmd/server/main.go | |
---> Using cache | |
---> c818ceb1a0db | |
Step 5/11 : RUN mkdir -p $GOPATH/src/github.com/kubernetes/kubernetes | |
---> Using cache | |
---> 4a23a6f022b0 | |
Step 4/13 : RUN apk upgrade -U -a && apk add build-base git btrfs-progs-dev btrfs-progs-static protoc | |
---> Using cache | |
---> 0c4548c1f115 | |
Step 13/19 : RUN git -c advice.detachedHead=false clone -b v$VERSION --depth=1 https://github.com/opencontainers/runc.git $GOPATH/src/github.com/opencontainers/runc | |
---> Using cache | |
---> Using cache | |
---> 439c17b5ebed | |
---> abe2ef5d1e5b | |
Step 6/11 : RUN git -c advice.detachedHead=false clone -b v$VERSION --depth=1 https://github.com/kubernetes/kubernetes.git $GOPATH/src/github.com/kubernetes/kubernetes | |
Step 10/11 : FROM scratch | |
---> | |
Step 11/11 : COPY --from=build /apiserver-network-proxy/bin/proxy-server /bin/konnectivity-server | |
---> Using cache | |
---> c9e789db3904 | |
Step 5/13 : ARG VERSION | |
---> Using cache | |
---> 95e0000079e2 | |
Step 4/11 : ARG VERSION | |
---> Using cache | |
---> 5520ceb4f7bc | |
Step 14/19 : WORKDIR /go/src/github.com/opencontainers/runc | |
---> Using cache | |
---> 4881f7c45466 | |
Step 7/11 : WORKDIR /go/src/github.com/kubernetes/kubernetes | |
---> Using cache | |
---> Using cache | |
---> 7ebc0fb33bb5 | |
---> 172a01dde39d | |
Step 5/11 : RUN cd / && git -c advice.detachedHead=false clone -b v$VERSION --depth=1 https://github.com/rancher/kine.gitStep 6/13 : RUN mkdir -p $GOPATH/src/github.com/containerd/containerd | |
---> Using cache | |
---> 1cd35db018f9 | |
Step 15/19 : ARG TARGET_OS BUILD_GO_TAGS BUILD_GO_CGO_ENABLED BUILD_GO_FLAGS BUILD_GO_LDFLAGS BUILD_GO_LDFLAGS_EXTRA | |
---> Using cache | |
---> 03cda2ebb667 | |
Step 8/11 : ARG TARGET_OS BUILD_GO_TAGS BUILD_GO_CGO_ENABLED BUILD_GO_FLAGS BUILD_GO_LDFLAGS BUILD_GO_LDFLAGS_EXTRA ---> Using cache | |
---> e1bb3edbbc54 | |
Step 6/11 : WORKDIR /kine | |
---> Using cache | |
---> 63ec5be7dd4f | |
Step 7/13 : RUN git -c advice.detachedHead=false clone -b v$VERSION --depth=1 https://github.com/containerd/containerd.git $GOPATH/src/github.com/containerd/containerd | |
---> Using cache | |
---> 1fb597207848 | |
---> Using cache | |
---> fff8bc02c6ad | |
Step 7/11 : RUN go version ---> Using cache | |
---> Using cache | |
---> 8248a55161a8 | |
Step 9/11 : RUN set -e; export GOPATH=/go; if [ "${TARGET_OS}" = windows ]; then commands='kubelet kube-proxy'; binarySuffix=.exe; export KUBE_BUILD_PLATFORMS=windows/amd64; else commands='kubelet kube-apiserver kube-scheduler kube-controller-manager'; binarySuffix=''; fi; if [ ${BUILD_GO_CGO_ENABLED:-0} -eq 1 ]; then export KUBE_CGO_OVERRIDES=$commands; fi; mkdir /out; export KUBE_GIT_VERSION="v$VERSION+k0s"; for cmd in $commands; do make GOFLAGS="${BUILD_GO_FLAGS} -tags=${BUILD_GO_TAGS}" GOLDFLAGS="${BUILD_GO_LDFLAGS_EXTRA}" WHAT=cmd/$cmd; mv /go/src/github.com/kubernetes/kubernetes/_output/local/bin/*/*/$cmd$binarySuffix /out/; done | |
---> aaccfaea6f02 | |
Step 8/13 : WORKDIR /go/src/github.com/containerd/containerd | |
Step 16/19 : RUN go version | |
---> Using cache | |
---> f4ee4bad5e07 | |
Step 8/11 : ARG TARGET_OS BUILD_GO_TAGS BUILD_GO_CGO_ENABLED BUILD_GO_CGO_CFLAGS BUILD_GO_FLAGS BUILD_GO_LDFLAGS BUILD_GO_LDFLAGS_EXTRA | |
---> Using cache | |
---> 9623bffe95c8 | |
Step 9/13 : ARG TARGET_OS BUILD_GO_TAGS BUILD_GO_CGO_ENABLED BUILD_SHIM_GO_CGO_ENABLED BUILD_GO_FLAGS BUILD_GO_LDFLAGS BUILD_GO_LDFLAGS_EXTRA | |
---> Using cache | |
---> 90406e80cf9b | |
Step 10/11 : FROM scratch ---> Using cache | |
---> d42a35bc2242 | |
---> | |
Step 17/19 : RUN make CGO_ENABLED=${BUILD_GO_CGO_ENABLED} BUILDTAGS="${BUILD_GO_TAGS}" EXTRA_FLAGS="${BUILD_GO_FLAGS}" EXTRA_LDFLAGS="${BUILD_GO_LDFLAGS_EXTRA}"Step 11/11 : COPY --from=build out/* /bin/ | |
---> Using cache | |
---> 7ce9bdb8c048 | |
---> Using cache | |
---> e0d6cc965ffd | |
Step 10/13 : RUN go versionStep 9/11 : RUN CGO_ENABLED=${BUILD_GO_CGO_ENABLED} CGO_CFLAGS=${BUILD_GO_CGO_CFLAGS} go build ${BUILD_GO_FLAGS} -tags="${BUILD_GO_TAGS}" -ldflags="${BUILD_GO_LDFLAGS} ${BUILD_GO_LDFLAGS_EXTRA} -X github.com/k3s-io/kine/pkg/version.Version=v$VERSION -X github.com/k3s-io/kine/pkg/version.GitCommit=$(git rev-parse --short HEAD)" -o kine | |
---> Using cache | |
---> 69a39a500c97 | |
Step 18/19 : FROM scratch | |
---> | |
Step 19/19 : COPY --from=build /go/src/github.com/opencontainers/runc/runc /bin/runc | |
---> Using cache | |
---> Using cache | |
---> 338e8efbee9a | |
---> 59d607196dc1 | |
Step 11/13 : RUN make CGO_ENABLED=${BUILD_GO_CGO_ENABLED} SHIM_CGO_ENABLED=${BUILD_SHIM_GO_CGO_ENABLED} GO_TAGS="-tags=${BUILD_GO_TAGS}" COMMANDS="containerd containerd-shim containerd-shim-runc-v1 containerd-shim-runc-v2" GO_BUILD_FLAGS="${BUILD_GO_FLAGS}" EXTRA_LDFLAGS="${BUILD_GO_LDFLAGS_EXTRA}" | |
Step 10/11 : FROM scratch | |
---> | |
Step 11/11 : COPY --from=build /kine/kine /bin/kine | |
---> Using cache | |
---> f14afe0b5a1c | |
Step 12/13 : FROM scratch | |
---> | |
Step 13/13 : COPY --from=build /go/src/github.com/containerd/containerd/bin/* /bin/ | |
---> Using cache | |
---> Using cache | |
---> Using cache | |
---> Using cache | |
---> Running in cfe3ffe1ab4e | |
---> c497ba919b25 | |
---> e35b17f4ac57 | |
Step 15/15 : COPY --from=build /usr/local/sbin/xtables-nft-multi /bin/xtables-nft-multi | |
[Warning] One or more build-args [BUILD_GO_CGO_CFLAGS BUILD_SHIM_GO_CGO_ENABLED] were not consumed | |
Successfully built e35b17f4ac57 | |
Successfully tagged k0sbuild.docker-image.runc:latest | |
docker create --entrypoint=/dev/null e35b17f4ac57 > .container.runc.tmp && mv .container.runc.tmp .container.runc | |
---> Using cache | |
---> Using cache | |
Cloning into 'etcd'... | |
---> Using cache | |
---> 66f8b354557c | |
---> 001279cb56d0 | |
---> 6d318a034ec4 | |
[Warning] One or more build-args [BUILD_GO_CGO_CFLAGS BUILD_SHIM_GO_CGO_ENABLED] were not consumed | |
[Warning] One or more build-args [BUILD_SHIM_GO_CGO_ENABLED] were not consumed | |
---> d8bf735f1a95 | |
[Warning] One or more build-args [BUILD_GO_CGO_CFLAGS BUILD_SHIM_GO_CGO_ENABLED BUILD_GO_CGO_ENABLED BUILD_GO_FLAGS BUILD_GO_LDFLAGS BUILD_GO_LDFLAGS_EXTRA BUILD_GO_TAGS] were not consumed | |
[Warning] One or more build-args [BUILD_GO_CGO_CFLAGS] were not consumed | |
Successfully built 66f8b354557c | |
Successfully built 6d318a034ec4 | |
Successfully built d8bf735f1a95 | |
Successfully built 001279cb56d0 | |
Successfully tagged k0sbuild.docker-image.konnectivity:latest | |
Successfully tagged k0sbuild.docker-image.kine:latest | |
Successfully tagged k0sbuild.docker-image.containerd:latest | |
Successfully tagged k0sbuild.docker-image.iptables:latest | |
docker export $(cat .container.runc) | tar -C staging/linux/ -xv bin/runc && touch staging/linux/bin/runc | |
docker create --entrypoint=/dev/null 001279cb56d0 > .container.iptables.tmp && mv .container.iptables.tmp .container.iptables | |
docker create --entrypoint=/dev/null d8bf735f1a95 > .container.containerd.tmp && mv .container.containerd.tmp .container.containerd | |
docker create --entrypoint=/dev/null 6d318a034ec4 > .container.kine.tmp && mv .container.kine.tmp .container.kine | |
docker create --entrypoint=/dev/null 66f8b354557c > .container.konnectivity.tmp && mv .container.konnectivity.tmp .container.konnectivity | |
bin/runc | |
docker export $(cat .container.iptables) | tar -C staging/linux/ -xv bin/xtables-legacy-multi && touch staging/linux/bin/xtables-legacy-multi | |
docker export $(cat .container.iptables) | tar -C staging/linux/ -xv bin/xtables-nft-multi && touch staging/linux/bin/xtables-nft-multi | |
docker export $(cat .container.konnectivity) | tar -C staging/linux/ -xv bin/konnectivity-server && touch staging/linux/bin/konnectivity-server | |
docker export $(cat .container.containerd) | tar -C staging/linux/ -xv bin/containerd && touch staging/linux/bin/containerd | |
docker export $(cat .container.containerd) | tar -C staging/linux/ -xv bin/containerd-shim && touch staging/linux/bin/containerd-shim | |
docker export $(cat .container.containerd) | tar -C staging/linux/ -xv bin/containerd-shim-runc-v1 && touch staging/linux/bin/containerd-shim-runc-v1 | |
docker export $(cat .container.containerd) | tar -C staging/linux/ -xv bin/containerd-shim-runc-v2 && touch staging/linux/bin/containerd-shim-runc-v2 | |
docker export $(cat .container.kine) | tar -C staging/linux/ -xv bin/kine && touch staging/linux/bin/kine | |
bin/xtables-legacy-multi | |
bin/xtables-nft-multi | |
bin/konnectivity-server | |
bin/containerd | |
bin/kine | |
bin/containerd-shim | |
bin/containerd-shim-runc-v1 | |
bin/containerd-shim-runc-v2 | |
---> 7e51c9cb6752 | |
[Warning] One or more build-args [BUILD_SHIM_GO_CGO_ENABLED BUILD_GO_CGO_CFLAGS] were not consumed | |
Successfully built 7e51c9cb6752 | |
Successfully tagged k0sbuild.docker-image.kubernetes:latest | |
docker create --entrypoint=/dev/null 7e51c9cb6752 > .container.kubernetes.tmp && mv .container.kubernetes.tmp .container.kubernetes | |
docker export $(cat .container.kubernetes) | tar -C staging/linux/ -xv bin/kubelet && touch staging/linux/bin/kubelet | |
docker export $(cat .container.kubernetes) | tar -C staging/linux/ -xv bin/kube-apiserver && touch staging/linux/bin/kube-apiserver | |
docker export $(cat .container.kubernetes) | tar -C staging/linux/ -xv bin/kube-scheduler && touch staging/linux/bin/kube-scheduler | |
docker export $(cat .container.kubernetes) | tar -C staging/linux/ -xv bin/kube-controller-manager && touch staging/linux/bin/kube-controller-manager | |
bin/kube-apiserver | |
bin/kube-controller-manager | |
bin/kube-scheduler | |
bin/kubelet | |
Removing intermediate container cfe3ffe1ab4e | |
---> 6c4052e80043 | |
Step 6/11 : WORKDIR /etcd/server | |
---> Running in 86ef2ac96f3b | |
Removing intermediate container 86ef2ac96f3b | |
---> f9fe2617bb6e | |
Step 7/11 : RUN go version | |
---> Running in 598d4dc74380 | |
go version go1.19.5 linux/amd64 | |
Removing intermediate container 598d4dc74380 | |
---> 62cff52f0632 | |
Step 8/11 : ARG TARGET_OS BUILD_GO_TAGS BUILD_GO_CGO_ENABLED BUILD_GO_FLAGS BUILD_GO_LDFLAGS BUILD_GO_LDFLAGS_EXTRA | |
---> Running in 4aeac6616474 | |
Removing intermediate container 4aeac6616474 | |
---> 3d3e9d5b9fc8 | |
Step 9/11 : RUN CGO_ENABLED=${BUILD_GO_CGO_ENABLED} go build ${BUILD_GO_FLAGS} -installsuffix=cgo -tags="${BUILD_GO_TAGS}" -ldflags="${BUILD_GO_LDFLAGS} ${BUILD_GO_LDFLAGS_EXTRA} -X=go.etcd.io/etcd/api/v3/version.GitSHA=$(git rev-parse --short HEAD || echo "GitNotFound")" -o /bin/etcd | |
---> Running in 6a08e6c75294 | |
go: downloading github.com/spf13/cobra v1.1.3 | |
go: downloading github.com/soheilhy/cmux v0.1.5 | |
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | |
go: downloading github.com/coreos/go-systemd/v22 v22.3.2 | |
go: downloading golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 | |
go: downloading golang.org/x/net v0.4.0 | |
go: downloading go.uber.org/zap v1.17.0 | |
go: downloading google.golang.org/grpc v1.41.0 | |
go: downloading sigs.k8s.io/yaml v1.2.0 | |
go: downloading github.com/gogo/protobuf v1.3.2 | |
go: downloading github.com/golang/protobuf v1.5.2 | |
go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c | |
go: downloading github.com/coreos/go-semver v0.3.0 | |
go: downloading github.com/jonboulle/clockwork v0.2.2 | |
go: downloading go.etcd.io/bbolt v1.3.6 | |
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.25.0 | |
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 | |
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 | |
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.0.1 | |
go: downloading go.opentelemetry.io/otel v1.0.1 | |
go: downloading go.opentelemetry.io/otel/sdk v1.0.1 | |
go: downloading go.uber.org/multierr v1.6.0 | |
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0 | |
go: downloading github.com/spf13/pflag v1.0.5 | |
go: downloading golang.org/x/sys v0.3.0 | |
go: downloading github.com/prometheus/client_golang v1.11.1 | |
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.0.1 | |
go: downloading golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba | |
go: downloading github.com/dustin/go-humanize v1.0.0 | |
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 | |
go: downloading github.com/json-iterator/go v1.1.11 | |
go: downloading github.com/modern-go/reflect2 v1.0.1 | |
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | |
go: downloading gopkg.in/yaml.v2 v2.4.0 | |
go: downloading go.opentelemetry.io/otel/trace v1.0.1 | |
go: downloading github.com/golang-jwt/jwt/v4 v4.4.2 | |
go: downloading github.com/gorilla/websocket v1.4.2 | |
go: downloading github.com/sirupsen/logrus v1.7.0 | |
go: downloading go.uber.org/atomic v1.7.0 | |
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da | |
go: downloading github.com/google/btree v1.0.1 | |
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: downloading google.golang.org/protobuf v1.27.1 | |
go: downloading go.opentelemetry.io/proto/otlp v0.9.0 | |
go: downloading golang.org/x/text v0.5.0 | |
go: downloading github.com/cenkalti/backoff/v4 v4.1.1 | |
go: downloading github.com/cespare/xxhash/v2 v2.1.1 | |
go: downloading github.com/prometheus/client_model v0.2.0 | |
go: downloading github.com/beorn7/perks v1.0.1 | |
go: downloading github.com/prometheus/common v0.26.0 | |
go: downloading github.com/prometheus/procfs v0.6.0 | |
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 | |
Removing intermediate container 6a08e6c75294 | |
---> 91027ed934f1 | |
Step 10/11 : FROM scratch | |
---> | |
Step 11/11 : COPY --from=build /bin/etcd /bin/etcd | |
---> Using cache | |
---> fdb7159628dd | |
[Warning] One or more build-args [BUILD_GO_CGO_CFLAGS BUILD_SHIM_GO_CGO_ENABLED] were not consumed | |
Successfully built fdb7159628dd | |
Successfully tagged k0sbuild.docker-image.etcd:latest | |
docker create --entrypoint=/dev/null fdb7159628dd > .container.etcd.tmp && mv .container.etcd.tmp .container.etcd | |
docker export $(cat .container.etcd) | tar -C staging/linux/ -xv bin/etcd && touch staging/linux/bin/etcd | |
bin/etcd | |
make[1]: Leaving directory '/home/mbana/dev/banaio/k0s/embedded-bins' | |
touch .bins.linux.stamp | |
docker build --rm \ | |
--build-arg BUILDIMAGE=docker.io/library/golang:1.19.5-alpine3.17 \ | |
-f build/Dockerfile \ | |
-t k0sbuild.docker-image.k0s build/ | |
Sending build context to Docker daemon 3.072kB | |
Step 1/4 : ARG BUILDIMAGE | |
Step 2/4 : FROM $BUILDIMAGE | |
---> feb4bbda921c | |
Step 3/4 : RUN apk add --no-cache make gcc musl-dev binutils-gold | |
---> Using cache | |
---> 987726811011 | |
Step 4/4 : ENV HOME="/run/k0s-build" PATH="/run/k0s-build/go/bin:$PATH" GOBIN="/run/k0s-build/go/bin" GOCACHE="/run/k0s-build/go/build" GOMODCACHE="/run/k0s-build/go/mod" | |
---> Using cache | |
---> b0b03e1fedfe | |
Successfully built b0b03e1fedfe | |
Successfully tagged k0sbuild.docker-image.k0s:latest | |
touch .k0sbuild.docker-image.k0s | |
rm -rf 'static/manifests/helm/CustomResourceDefinition' | |
rm -f -- 'pkg/apis/helm.k0sproject.io/v1beta1/'zz_*.go | |
CGO_ENABLED=0 docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s go install sigs.k8s.io/controller-tools/cmd/[email protected] | |
rm -rf 'static/manifests/v1beta1/CustomResourceDefinition' | |
rm -f -- 'pkg/apis/k0s.k0sproject.io/v1beta1/'zz_*.go | |
CGO_ENABLED=0 docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s go install sigs.k8s.io/controller-tools/cmd/[email protected] | |
rm -rf 'static/manifests/autopilot/CustomResourceDefinition' | |
rm -f -- 'pkg/apis/autopilot.k0sproject.io/v1beta2/'zz_*.go | |
CGO_ENABLED=0 docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s go install sigs.k8s.io/controller-tools/cmd/[email protected] | |
rm -rf 'pkg/apis/k0s.k0sproject.io/clientset/' | |
CGO_ENABLED=0 docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s go install k8s.io/code-generator/cmd/[email protected] | |
rm -rf 'pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/' | |
CGO_ENABLED=0 docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s go install k8s.io/code-generator/cmd/[email protected] | |
rm -f -- 'static/zz_generated_assets.go' | |
CGO_ENABLED=0 docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s go install github.com/kevinburke/go-bindata/[email protected]+incompatible | |
docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s go mod tidy && touch -c -- 'go.sum' | |
go: downloading sigs.k8s.io/controller-tools v0.8.0 | |
go: downloading sigs.k8s.io/controller-tools v0.8.0 | |
go: downloading sigs.k8s.io/yaml v1.3.0 | |
go: downloading github.com/spf13/cobra v1.2.1 | |
go: downloading github.com/gobuffalo/flect v0.2.3 | |
go: downloading golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff | |
go: downloading github.com/spf13/cobra v1.2.1 | |
go: downloading k8s.io/apimachinery v0.23.0 | |
go: downloading github.com/gobuffalo/flect v0.2.3 | |
go: downloading k8s.io/apiextensions-apiserver v0.23.0 | |
go: downloading k8s.io/api v0.23.0 | |
go: downloading k8s.io/apimachinery v0.23.0 | |
go: downloading k8s.io/apiextensions-apiserver v0.23.0 | |
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | |
go: downloading golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff | |
go: downloading k8s.io/api v0.23.0 | |
go: downloading github.com/fatih/color v1.12.0 | |
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | |
go: downloading sigs.k8s.io/yaml v1.3.0 | |
go: downloading github.com/fatih/color v1.12.0 | |
go: downloading k8s.io/code-generator v0.26.1 | |
go: downloading k8s.io/code-generator v0.26.1 | |
go: downloading github.com/fatih/color v1.12.0 | |
go: downloading github.com/spf13/cobra v1.2.1 | |
go: downloading k8s.io/apimachinery v0.23.0 | |
go: downloading k8s.io/api v0.23.0 | |
go: downloading k8s.io/apiextensions-apiserver v0.23.0 | |
go: downloading sigs.k8s.io/yaml v1.3.0 | |
go: downloading golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff | |
go: downloading gopkg.in/yaml.v2 v2.4.0 | |
go: downloading gopkg.in/yaml.v2 v2.4.0 | |
go: downloading gopkg.in/yaml.v2 v2.4.0 | |
go: downloading github.com/mattn/go-isatty v0.0.12 | |
go: downloading github.com/mattn/go-colorable v0.1.8 | |
go: downloading github.com/mattn/go-isatty v0.0.12 | |
go: downloading github.com/mattn/go-colorable v0.1.8 | |
go: downloading github.com/mattn/go-isatty v0.0.12 | |
go: downloading github.com/mattn/go-colorable v0.1.8 | |
go: downloading github.com/containerd/containerd v1.6.15 | |
go: downloading github.com/spf13/cobra v1.6.1 | |
go: downloading github.com/sirupsen/logrus v1.9.0 | |
go: downloading github.com/urfave/cli v1.22.12 | |
go: downloading github.com/stretchr/testify v1.8.1 | |
go: downloading k8s.io/component-base v0.26.1 | |
go: downloading golang.org/x/sys v0.4.0 | |
go: downloading k8s.io/kubectl v0.26.1 | |
go: downloading github.com/spf13/pflag v1.0.5 | |
go: downloading github.com/cloudflare/cfssl v1.6.3 | |
go: downloading golang.org/x/tools v0.5.0 | |
go: downloading go.uber.org/multierr v1.9.0 | |
go: downloading k8s.io/cli-runtime v0.26.1 | |
go: downloading github.com/rqlite/rqlite v4.6.0+incompatible | |
go: downloading go.etcd.io/etcd/client/v3 v3.5.7 | |
go: downloading go.etcd.io/etcd/etcdutl/v3 v3.5.7 | |
go: downloading github.com/avast/retry-go v3.0.0+incompatible | |
go: downloading github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 | |
go: downloading go.uber.org/zap v1.24.0 | |
go: downloading github.com/imdario/mergo v0.3.13 | |
go: downloading helm.sh/helm/v3 v3.11.0 | |
go: downloading k8s.io/api v0.26.1 | |
go: downloading k8s.io/apimachinery v0.26.1 | |
go: downloading k8s.io/client-go v0.26.1 | |
go: downloading github.com/spf13/pflag v1.0.5 | |
go: downloading github.com/spf13/pflag v1.0.5 | |
go: downloading github.com/spf13/pflag v1.0.5 | |
go: downloading github.com/kevinburke/go-bindata v3.23.0+incompatible | |
go: downloading golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 | |
go: downloading github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5 | |
go: downloading k8s.io/mount-utils v0.26.1 | |
go: downloading k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 | |
go: downloading k8s.io/cloud-provider v0.26.1 | |
go: downloading golang.org/x/sync v0.1.0 | |
go: downloading k8s.io/klog/v2 v2.80.1 | |
go: downloading k8s.io/gengo v0.0.0-20220902162205-c0856e24416d | |
go: downloading k8s.io/klog/v2 v2.80.1 | |
go: downloading k8s.io/gengo v0.0.0-20220902162205-c0856e24416d | |
go: downloading sigs.k8s.io/controller-runtime v0.13.1-0.20221206203637-3da2de04734a | |
go: downloading github.com/go-logr/logr v1.2.3 | |
go: downloading github.com/go-logr/logr v1.2.3 | |
go: downloading golang.org/x/tools v0.2.0 | |
go: downloading golang.org/x/tools v0.2.0 | |
go: downloading go.etcd.io/etcd/api/v3 v3.5.7 | |
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.7 | |
go: downloading github.com/gogo/protobuf v1.3.2 | |
go: downloading github.com/gogo/protobuf v1.3.2 | |
go: downloading github.com/gogo/protobuf v1.3.2 | |
go: downloading golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e | |
go: downloading golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e | |
go: downloading golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e | |
go: downloading k8s.io/apiextensions-apiserver v0.26.1 | |
go: downloading github.com/kardianos/service v1.2.1-0.20210728001519-a323c3813bc7 | |
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible | |
go: downloading github.com/fsnotify/fsnotify v1.6.0 | |
go: downloading github.com/Masterminds/sprig v2.22.0+incompatible | |
go: downloading github.com/davecgh/go-spew v1.1.1 | |
go: downloading github.com/bombsimon/logrusr/v2 v2.0.1 | |
go: downloading github.com/go-openapi/jsonpointer v0.19.6 | |
go: downloading k8s.io/kubernetes v1.26.1 | |
go: downloading github.com/k0sproject/dig v0.2.0 | |
go: downloading github.com/Microsoft/hcsshim v0.9.6 | |
go: downloading github.com/docker/libnetwork v0.8.0-dev.2.0.20201031180254-535ef365dc1d | |
go: downloading k8s.io/kubelet v0.26.1 | |
go: downloading github.com/logrusorgru/aurora/v3 v3.0.0 | |
go: downloading gopkg.in/yaml.v3 v3.0.1 | |
go: downloading google.golang.org/grpc v1.52.3 | |
go: downloading k8s.io/cri-api v0.26.1 | |
go: downloading github.com/olekukonko/tablewriter v0.0.5 | |
go: downloading go.uber.org/atomic v1.9.0 | |
go: downloading github.com/inconshreveable/mousetrap v1.1.0 | |
go: downloading go.etcd.io/bbolt v1.3.6 | |
go: downloading go.etcd.io/etcd/raft/v3 v3.5.7 | |
go: downloading go.etcd.io/etcd/server/v3 v3.5.7 | |
docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s go-bindata -o 'static/zz_generated_assets.go' -pkg static -prefix static static/manifests/... static/misc/... || rm -f -- 'static/zz_generated_assets.go' | |
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 | |
go: downloading github.com/pmezard/go-difflib v1.0.0 | |
go: downloading github.com/segmentio/analytics-go v3.1.0+incompatible | |
go: downloading github.com/zcalusic/sysinfo v0.0.0-20210905121133-6fa2f969a900 | |
go: downloading github.com/estesp/manifest-tool/v2 v2.0.6 | |
go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 | |
go: downloading github.com/dustin/go-humanize v1.0.0 | |
go: downloading github.com/moby/sys/mountinfo v0.6.2 | |
go: downloading github.com/Masterminds/semver/v3 v3.2.0 | |
go: downloading golang.org/x/mod v0.6.0 | |
go: downloading golang.org/x/sys v0.3.0 | |
go: downloading golang.org/x/sys v0.3.0 | |
go: downloading golang.org/x/mod v0.6.0 | |
go: downloading github.com/cyphar/filepath-securejoin v0.2.3 | |
go: downloading github.com/mitchellh/copystructure v1.2.0 | |
go: downloading github.com/pkg/errors v0.9.1 | |
go: downloading github.com/xeipuuv/gojsonschema v1.2.0 | |
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 | |
go: downloading golang.org/x/mod v0.4.2 | |
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 | |
go: downloading golang.org/x/mod v0.4.2 | |
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 | |
go: downloading golang.org/x/mod v0.4.2 | |
go: downloading github.com/Masterminds/semver v1.5.0 | |
go: downloading github.com/denisbrodbeck/machineid v1.0.1 | |
go: downloading github.com/opencontainers/go-digest v1.0.0 | |
go: downloading github.com/BurntSushi/toml v1.2.1 | |
go: downloading github.com/jmoiron/sqlx v1.3.5 | |
go: downloading github.com/ncopa/footloose v0.0.0-20220210144732-fe970537b890 | |
go: downloading github.com/mitchellh/go-homedir v1.1.0 | |
go: downloading golang.org/x/crypto v0.5.0 | |
go: downloading k8s.io/kube-aggregator v0.26.1 | |
go: downloading github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f | |
go: downloading github.com/google/go-cmp v0.5.9 | |
go: downloading github.com/vmware-tanzu/sonobuoy v0.56.14 | |
go: downloading golang.org/x/mod v0.7.0 | |
go: downloading github.com/cavaliergopher/grab/v3 v3.0.1 | |
go: downloading github.com/hashicorp/terraform-exec v0.17.3 | |
go: downloading github.com/robfig/cron v1.2.0 | |
go: downloading github.com/go-playground/validator/v10 v10.11.1 | |
go: downloading github.com/Microsoft/go-winio v0.6.0 | |
go: downloading github.com/mattn/go-sqlite3 v1.14.14 | |
go: downloading github.com/google/uuid v1.3.0 | |
go: downloading github.com/google/gnostic v0.6.9 | |
go: downloading golang.org/x/text v0.6.0 | |
go: downloading sigs.k8s.io/kustomize/api v0.12.1 | |
go: downloading sigs.k8s.io/kustomize/kyaml v0.13.9 | |
go: downloading k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715 | |
go: downloading github.com/gogo/protobuf v1.3.2 | |
go: downloading github.com/Masterminds/goutils v1.1.1 | |
go: downloading github.com/huandu/xstrings v1.3.3 | |
go: downloading golang.org/x/term v0.4.0 | |
go: downloading golang.org/x/net v0.5.0 | |
go: downloading github.com/golang/protobuf v1.5.2 | |
go: downloading google.golang.org/protobuf v1.28.1 | |
go: downloading github.com/google/gofuzz v1.2.0 | |
go: downloading github.com/containerd/fifo v1.0.0 | |
go: downloading github.com/containerd/typeurl v1.0.2 | |
go: downloading github.com/moby/sys/signal v0.6.0 | |
go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 | |
go: downloading github.com/opencontainers/selinux v1.10.1 | |
go: downloading github.com/evanphx/json-patch/v5 v5.6.0 | |
go: downloading k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b | |
go: downloading k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b | |
go: downloading k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b | |
docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s client-gen \ | |
--go-header-file hack/tools/boilerplate.go.txt \ | |
--input=autopilot.k0sproject.io/v1beta2 \ | |
--input-base github.com/k0sproject/k0s/pkg/apis \ | |
--clientset-name=clientset \ | |
--output-package=github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/ | |
go: downloading github.com/google/gofuzz v1.1.0 | |
go: downloading k8s.io/klog/v2 v2.30.0 | |
go: downloading gopkg.in/inf.v0 v0.9.1 | |
go: downloading github.com/google/go-cmp v0.5.6 | |
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2 | |
go: downloading k8s.io/klog/v2 v2.30.0 | |
go: downloading gopkg.in/inf.v0 v0.9.1 | |
go: downloading github.com/google/gofuzz v1.1.0 | |
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2 | |
go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a | |
go: downloading github.com/google/go-cmp v0.5.6 | |
go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 | |
go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a | |
go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 | |
go: downloading k8s.io/klog/v2 v2.30.0 | |
go: downloading github.com/google/gofuzz v1.1.0 | |
go: downloading github.com/google/go-cmp v0.5.6 | |
go: downloading gopkg.in/inf.v0 v0.9.1 | |
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2 | |
go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 | |
go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a | |
go: downloading github.com/mitchellh/go-wordwrap v1.0.0 | |
go: downloading github.com/prometheus/client_golang v1.14.0 | |
go: downloading github.com/moby/term v0.0.0-20221205130635-1aeaba878587 | |
docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s client-gen \ | |
--go-header-file hack/tools/boilerplate.go.txt \ | |
--input=k0s.k0sproject.io/v1beta1 \ | |
--input-base github.com/k0sproject/k0s/pkg/apis \ | |
--clientset-name=clientset \ | |
--output-package=github.com/k0sproject/k0s/pkg/apis/k0s.k0sproject.io/ | |
go: downloading github.com/go-logr/logr v1.2.0 | |
go: downloading github.com/go-logr/logr v1.2.0 | |
go: downloading github.com/go-logr/logr v1.2.0 | |
go: downloading github.com/json-iterator/go v1.1.12 | |
go: downloading github.com/json-iterator/go v1.1.12 | |
go: downloading github.com/json-iterator/go v1.1.12 | |
go: downloading github.com/modern-go/reflect2 v1.0.2 | |
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: downloading github.com/modern-go/reflect2 v1.0.2 | |
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: downloading github.com/modern-go/reflect2 v1.0.2 | |
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: downloading golang.org/x/text v0.3.7 | |
go: downloading golang.org/x/text v0.3.7 | |
go: downloading golang.org/x/text v0.3.7 | |
go: downloading github.com/go-openapi/swag v0.22.3 | |
go: downloading google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 | |
go: downloading github.com/russross/blackfriday/v2 v2.1.0 | |
go: downloading github.com/mattn/go-runewidth v0.0.13 | |
go: downloading github.com/docker/docker v20.10.21+incompatible | |
go: downloading github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 | |
go: downloading github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c | |
go: downloading github.com/docker/distribution v2.8.1+incompatible | |
go: downloading oras.land/oras-go v1.2.2 | |
go: downloading github.com/coreos/go-semver v0.3.0 | |
go: downloading github.com/coreos/go-systemd/v22 v22.3.2 | |
go: downloading github.com/stretchr/objx v0.5.0 | |
go: downloading github.com/docker/go-units v0.5.0 | |
go: downloading github.com/containerd/console v1.0.3 | |
go: downloading github.com/containerd/go-cni v1.1.6 | |
go: downloading github.com/containerd/ttrpc v1.1.0 | |
go: downloading github.com/containerd/cgroups v1.0.4 | |
go: downloading github.com/google/certificate-transparency-go v1.1.3-0.20220427154309-80b9f2a11acd | |
go: downloading github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46 | |
go: downloading github.com/lib/pq v1.10.7 | |
go: downloading github.com/zmap/zlint/v3 v3.1.0 | |
go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc | |
go: downloading github.com/benbjohnson/clock v1.1.0 | |
go: downloading github.com/jonboulle/clockwork v0.3.0 | |
go: downloading k8s.io/component-helpers v0.26.1 | |
go: downloading github.com/daviddengcn/go-colortext v1.0.0 | |
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de | |
go: downloading github.com/fvbommel/sortorder v1.0.1 | |
go: downloading sigs.k8s.io/kustomize/kustomize/v4 v4.5.7 | |
go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d | |
go: downloading github.com/lithammer/dedent v1.1.0 | |
go: downloading k8s.io/metrics v0.26.1 | |
go: downloading github.com/chai2010/gettext-go v1.0.2 | |
go: downloading github.com/MakeNowJust/heredoc v1.0.0 | |
go: downloading go.etcd.io/etcd/pkg/v3 v3.5.7 | |
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 | |
go: downloading github.com/Masterminds/sprig/v3 v3.2.3 | |
go: downloading github.com/gosuri/uitable v0.0.4 | |
go: downloading k8s.io/apiserver v0.26.1 | |
go: downloading k8s.io/controller-manager v0.26.1 | |
go: downloading github.com/ghodss/yaml v1.0.0 | |
go: downloading github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 | |
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible | |
go: downloading golang.org/x/time v0.3.0 | |
go: downloading golang.org/x/oauth2 v0.3.0 | |
go: downloading github.com/gogo/googleapis v1.4.0 | |
go: downloading github.com/containerd/continuity v0.3.0 | |
go: downloading github.com/klauspost/compress v1.15.11 | |
go: downloading github.com/opencontainers/runc v1.1.4 | |
go: downloading github.com/moby/locker v1.0.1 | |
go: downloading github.com/hashicorp/go-version v1.6.0 | |
go: downloading github.com/hashicorp/terraform-json v0.14.0 | |
go: downloading github.com/go-playground/universal-translator v0.18.0 | |
go: downloading github.com/leodido/go-urn v1.2.1 | |
go: downloading github.com/go-playground/locales v0.14.0 | |
go: downloading gomodules.xyz/jsonpatch/v2 v2.2.0 | |
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da | |
go: downloading go.opencensus.io v0.23.0 | |
go: downloading github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062 | |
go: downloading github.com/rivo/uniseg v0.2.0 | |
go: downloading github.com/mailru/easyjson v0.7.7 | |
go: downloading github.com/containernetworking/plugins v1.1.1 | |
go: downloading github.com/moby/sys/symlink v0.2.0 | |
go: downloading github.com/containernetworking/cni v1.1.1 | |
docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s controller-gen \ | |
crd \ | |
paths="./pkg/apis/k0s.k0sproject.io/v1beta1/..." \ | |
output:crd:artifacts:config=./static/manifests/v1beta1/CustomResourceDefinition \ | |
object | |
go: downloading github.com/prometheus/procfs v0.8.0 | |
go: downloading github.com/docker/cli v20.10.21+incompatible | |
docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s controller-gen \ | |
crd \ | |
paths="./pkg/apis/helm.k0sproject.io/v1beta1/..." \ | |
output:crd:artifacts:config=./static/manifests/helm/CustomResourceDefinition \ | |
object | |
docker run --rm -v '/home/mbana/dev/banaio/k0s/build/cache':/run/k0s-build -v '/home/mbana/dev/banaio/k0s':/go/src/github.com/k0sproject/k0s -w /go/src/github.com/k0sproject/k0s -e GOOS -e CGO_ENABLED -e GOARCH --user 1000:1000 k0sbuild.docker-image.k0s controller-gen \ | |
crd \ | |
paths="./pkg/apis/autopilot.k0sproject.io/v1beta2/..." \ | |
output:crd:artifacts:config=./static/manifests/autopilot/CustomResourceDefinition \ | |
object | |
go: downloading github.com/docker/go-connections v0.4.1-0.20190612165340-fd1b1942c4d5 | |
go: downloading github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 | |
go: downloading github.com/beorn7/perks v1.0.1 | |
go: downloading github.com/cespare/xxhash/v2 v2.1.2 | |
go: downloading github.com/prometheus/client_model v0.3.0 | |
go: downloading github.com/prometheus/common v0.37.0 | |
go: downloading go.uber.org/goleak v1.2.0 | |
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c | |
go: downloading github.com/onsi/ginkgo/v2 v2.5.1 | |
go: downloading github.com/onsi/gomega v1.24.1 | |
go: downloading github.com/cockroachdb/datadriven v1.0.1-0.20220214170620-9913f5bc19b7 | |
go: downloading github.com/go-sql-driver/mysql v1.6.0 | |
go: downloading gotest.tools/v3 v3.0.3 | |
go: downloading github.com/hashicorp/hc-install v0.4.0 | |
go: downloading github.com/go-playground/assert/v2 v2.0.1 | |
go: downloading github.com/go-logr/zapr v1.2.3 | |
go: downloading github.com/creack/pty v1.1.18 | |
go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 | |
go: downloading github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 | |
go: downloading github.com/briandowns/spinner v1.19.0 | |
go: downloading github.com/moby/spdystream v0.2.0 | |
go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 | |
go: downloading github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 | |
go: downloading github.com/fullstorydev/grpcurl v1.8.5 | |
go: downloading github.com/golang/mock v1.6.0 | |
go: downloading github.com/google/trillian v1.4.0 | |
go: downloading go.etcd.io/etcd/etcdctl/v3 v3.5.7 | |
go: downloading go.etcd.io/etcd/v3 v3.5.7 | |
go: downloading github.com/golang/glog v1.0.0 | |
go: downloading github.com/fatih/camelcase v1.0.0 | |
go: downloading github.com/golangplus/testing v1.0.0 | |
go: downloading gotest.tools v2.2.0+incompatible | |
go: downloading github.com/golang-jwt/jwt/v4 v4.4.2 | |
go: downloading go.etcd.io/etcd/client/v2 v2.305.7 | |
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 | |
go: downloading github.com/google/btree v1.0.1 | |
go: downloading go.opentelemetry.io/otel v1.10.0 | |
go: downloading go.opentelemetry.io/otel/trace v1.10.0 | |
go: downloading github.com/gobwas/glob v0.2.3 | |
go: downloading github.com/Masterminds/squirrel v1.5.3 | |
go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 | |
go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b | |
go: downloading github.com/rubenv/sql-migrate v1.2.0 | |
go: downloading github.com/fatih/color v1.13.0 | |
go: downloading github.com/shopspring/decimal v1.2.0 | |
go: downloading github.com/spf13/cast v1.5.0 | |
go: downloading github.com/blang/semver v3.5.1+incompatible | |
go: downloading github.com/blang/semver/v4 v4.0.0 | |
go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c | |
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 | |
go: downloading go.opentelemetry.io/otel/sdk v1.10.0 | |
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0 | |
go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | |
go: downloading github.com/go-errors/errors v1.4.2 | |
go: downloading github.com/zclconf/go-cty v1.11.0 | |
go: downloading github.com/pelletier/go-toml v1.9.5 | |
go: downloading github.com/godbus/dbus/v5 v5.0.6 | |
go: downloading github.com/cilium/ebpf v0.7.0 | |
go: downloading github.com/containerd/go-runc v1.0.0 | |
go: downloading github.com/onsi/ginkgo v1.16.4 | |
go: downloading github.com/gorilla/mux v1.8.0 | |
go: downloading github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b | |
go: downloading github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 | |
go: downloading github.com/kylelemons/godebug v1.1.0 | |
pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/clientset.go:25:2: no required module provides package github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/typed/autopilot.k0sproject.io/v1beta2; to add it: | |
go get github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/typed/autopilot.k0sproject.io/v1beta2 | |
pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'package', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected ';', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'IDENT', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'package', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected ';', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'IDENT', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'package', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected ';', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'IDENT', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'package', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected ';', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'IDENT', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'package', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected ';', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'IDENT', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'package', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected ';', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'IDENT', found 'EOF' | |
/go/src/github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake/clientset_generated.go:1:1: expected 'package', found 'EOF' | |
Error: not all generators ran successfully | |
run `controller-gen crd paths=./pkg/apis/autopilot.k0sproject.io/v1beta2/... output:crd:artifacts:config=./static/manifests/autopilot/CustomResourceDefinition object -w` to see all available markers, or `controller-gen crd paths=./pkg/apis/autopilot.k0sproject.io/v1beta2/... output:crd:artifacts:config=./static/manifests/autopilot/CustomResourceDefinition object -h` for usage | |
touch -- 'pkg/apis/helm.k0sproject.io/v1beta1/.controller-gen.stamp' | |
go: downloading github.com/kr/pretty v0.3.0 | |
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 | |
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 | |
go: downloading github.com/cockroachdb/errors v1.9.0 | |
touch -- 'pkg/apis/k0s.k0sproject.io/v1beta1/.controller-gen.stamp' | |
make: *** [Makefile:122: pkg/apis/autopilot.k0sproject.io/v1beta2/.controller-gen.stamp] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f | |
go: downloading github.com/docker/docker-credential-helpers v0.7.0 | |
go: downloading github.com/mattn/go-isatty v0.0.16 | |
go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d | |
go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.2 | |
go: downloading github.com/bugsnag/bugsnag-go v2.1.2+incompatible | |
go: downloading github.com/docker/go-metrics v0.0.1 | |
go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 | |
go: downloading github.com/gorilla/handlers v1.5.1 | |
go: downloading github.com/yvasiyarov/gorelic v0.0.7 | |
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 | |
go: downloading google.golang.org/appengine v1.6.7 | |
go: downloading github.com/jhump/protoreflect v1.10.1 | |
go: downloading github.com/google/cel-go v0.12.6 | |
go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 | |
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | |
go: downloading github.com/NYTimes/gziphandler v1.1.1 | |
go: downloading github.com/mattn/go-colorable v0.1.13 | |
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | |
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 | |
go: downloading github.com/xlab/treeprint v1.1.0 | |
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 | |
go: downloading github.com/go-gorp/gorp/v3 v3.0.2 | |
go: downloading github.com/gobuffalo/packr/v2 v2.8.3 | |
go: downloading github.com/frankban/quicktest v1.14.3 | |
go: downloading github.com/morikuni/aec v1.0.0 | |
go: downloading cloud.google.com/go/compute/metadata v0.2.1 | |
go: downloading github.com/gomodule/redigo v1.8.2 | |
go: downloading github.com/kr/text v0.2.0 | |
go: downloading github.com/rogpeppe/go-internal v1.8.0 | |
go: downloading github.com/go-logr/stdr v1.2.2 | |
go: downloading github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 | |
go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 | |
go: downloading go.opentelemetry.io/proto/otlp v0.19.0 | |
go: downloading cloud.google.com/go/compute v1.12.1 | |
go: downloading k8s.io/kms v0.26.1 | |
go: downloading github.com/bugsnag/panicwrap v1.3.4 | |
go: downloading github.com/gofrs/uuid v4.2.0+incompatible | |
go: downloading bitbucket.org/creachadair/shell v0.0.6 | |
go: downloading github.com/hashicorp/golang-lru v0.5.4 | |
go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f | |
go: downloading github.com/cockroachdb/redact v1.1.3 | |
go: downloading github.com/getsentry/sentry-go v0.17.0 | |
go: downloading go.etcd.io/etcd/tests/v3 v3.5.7 | |
go: downloading github.com/felixge/httpsnoop v1.0.3 | |
go: downloading github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 | |
go: downloading github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 | |
go: downloading go.opentelemetry.io/otel/metric v0.31.0 | |
go: downloading github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 | |
go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 | |
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 | |
go: downloading github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 | |
go: downloading github.com/ziutek/mymysql v1.5.4 | |
go: downloading github.com/gobuffalo/packd v1.0.1 | |
go: downloading github.com/markbates/oncer v1.0.0 | |
go: downloading github.com/markbates/safe v1.0.1 | |
go: downloading github.com/stoewer/go-strcase v1.2.0 | |
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 | |
go: downloading github.com/soheilhy/cmux v0.1.5 | |
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 | |
go: downloading github.com/bgentry/speakeasy v0.1.0 | |
go: downloading github.com/sergi/go-diff v1.2.0 | |
go: downloading gopkg.in/cheggaaa/pb.v1 v1.0.28 | |
go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 | |
go: downloading github.com/nxadm/tail v1.4.8 | |
go: downloading github.com/cenkalti/backoff/v4 v4.1.3 | |
go: downloading github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 | |
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 | |
go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 | |
go: downloading github.com/markbates/errx v1.1.0 | |
go: downloading github.com/karrick/godirwalk v1.17.0 | |
go: downloading github.com/gobuffalo/logger v1.0.6 | |
go: downloading github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 | |
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | |
go: downloading github.com/census-instrumentation/opencensus-proto v0.3.0 | |
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 | |
go: downloading github.com/gorilla/websocket v1.4.2 | |
go: downloading github.com/go-git/go-git/v5 v5.4.2 | |
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 | |
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 | |
go: downloading github.com/go-git/go-billy/v5 v5.3.1 | |
go: downloading github.com/acomagu/bufpipe v1.0.3 | |
go: downloading github.com/go-git/gcfg v1.5.0 | |
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 | |
go: downloading github.com/emirpasic/gods v1.12.0 | |
go: downloading github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 | |
go: downloading github.com/xanzy/ssh-agent v0.3.0 | |
go: downloading gopkg.in/warnings.v0 v0.1.2 | |
go: finding module for package github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake | |
go: finding module for package github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset | |
go: finding module for package github.com/k0sproject/k0s/pkg/apis/k0s.k0sproject.io/clientset/fake | |
go: finding module for package github.com/k0sproject/k0s/pkg/apis/k0s.k0sproject.io/clientset | |
go: finding module for package github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/scheme | |
go: finding module for package github.com/k0sproject/k0s/pkg/apis/k0s.k0sproject.io/clientset/typed/k0s.k0sproject.io/v1beta1 | |
touch -- 'pkg/apis/k0s.k0sproject.io/v1beta1/.client-gen.stamp' | |
touch -- 'pkg/apis/autopilot.k0sproject.io/v1beta2/.client-gen.stamp' | |
github.com/k0sproject/k0s/internal/autopilot/testutil imports | |
github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset: git init --bare in /run/k0s-build/go/mod/cache/vcs/ae919b7ca7cc6029449e16c2a89eb1a5fedae32c585157fb07019da5434cb570: exec: "git": executable file not found in $PATH | |
github.com/k0sproject/k0s/internal/autopilot/testutil imports | |
github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/fake: git init --bare in /run/k0s-build/go/mod/cache/vcs/ae919b7ca7cc6029449e16c2a89eb1a5fedae32c585157fb07019da5434cb570: exec: "git": executable file not found in $PATH | |
github.com/k0sproject/k0s/internal/testutil imports | |
github.com/k0sproject/k0s/pkg/apis/k0s.k0sproject.io/clientset/fake: git init --bare in /run/k0s-build/go/mod/cache/vcs/ae919b7ca7cc6029449e16c2a89eb1a5fedae32c585157fb07019da5434cb570: exec: "git": executable file not found in $PATH | |
github.com/k0sproject/k0s/internal/testutil imports | |
github.com/k0sproject/k0s/pkg/apis/k0s.k0sproject.io/clientset/typed/k0s.k0sproject.io/v1beta1: git init --bare in /run/k0s-build/go/mod/cache/vcs/ae919b7ca7cc6029449e16c2a89eb1a5fedae32c585157fb07019da5434cb570: exec: "git": executable file not found in $PATH | |
github.com/k0sproject/k0s/pkg/autopilot/controller imports | |
github.com/k0sproject/k0s/pkg/apis/autopilot.k0sproject.io/v1beta2/clientset/scheme: git init --bare in /run/k0s-build/go/mod/cache/vcs/ae919b7ca7cc6029449e16c2a89eb1a5fedae32c585157fb07019da5434cb570: exec: "git": executable file not found in $PATH | |
github.com/k0sproject/k0s/pkg/config imports | |
github.com/k0sproject/k0s/pkg/apis/k0s.k0sproject.io/clientset: git init --bare in /run/k0s-build/go/mod/cache/vcs/ae919b7ca7cc6029449e16c2a89eb1a5fedae32c585157fb07019da5434cb570: exec: "git": executable file not found in $PATH | |
make: *** [Makefile:107: go.sum] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment