Skip to content

Instantly share code, notes, and snippets.

@Kalaiselvi84
Created August 29, 2023 16:47
Show Gist options
  • Save Kalaiselvi84/bfe65ec89f1dcc406e42444e8c8cb5a4 to your computer and use it in GitHub Desktop.
Save Kalaiselvi84/bfe65ec89f1dcc406e42444e8c8cb5a4 to your computer and use it in GitHub Desktop.
CI build
Already have image: make-docker
/usr/bin/make run-sdk-command COMMAND=test SDK_FOLDER=go
/usr/bin/make run-sdk-command COMMAND=test SDK_FOLDER=rust
/usr/bin/make run-sdk-command COMMAND=test SDK_FOLDER=cpp
mkdir -p ~/.kube/
mkdir -p /workspace/build//.gocache
mkdir -p /workspace/build//.config/gcloud
mkdir -p ~/.config/helm
mkdir -p ~/.cache/helm
/usr/bin/make run-sdk-command COMMAND=test SDK_FOLDER=node
Command test not found - nothing to execute
/usr/bin/make run-sdk-command COMMAND=test SDK_FOLDER=restapi
Command test not found - nothing to execute
/usr/bin/make run-sdk-command COMMAND=test SDK_FOLDER=csharp
/workspace/build
/workspace/build
/usr/bin/make ensure-image IMAGE_TAG=agones-build-sdk-go:4cb24b4e69 BUILD_TARGET=build-build-sdk-image SDK_FOLDER=go
/workspace/build
/usr/bin/make ensure-image IMAGE_TAG=agones-build-sdk-node:114f65c150 BUILD_TARGET=build-build-sdk-image SDK_FOLDER=node
Command test not found - nothing to execute
mkdir -p /tmp/agones-install
cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
/usr/bin/make ensure-image IMAGE_TAG=agones-build-sdk-csharp:df470c9a60 BUILD_TARGET=build-build-sdk-image SDK_FOLDER=csharp
sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
/usr/bin/make gen-install
make[1]: Entering directory '/workspace/build'
mkdir -p ~/.kube/
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
mkdir -p /workspace/build//.gocache
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
mkdir -p /workspace/build//.config/gcloud
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
mkdir -p ~/.config/helm
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
mkdir -p ~/.cache/helm
make[1]: Leaving directory '/workspace/build'
+ /root/test.sh
+ cd ./sdks/nodejs
+ npm install-test
+ /root/test.sh
+ GO111MODULE=off
+ cd /go/src/agones.dev/agones/
+ go test -v -race ./sdks/go/
docker run --privileged --rm tonistiigi/binfmt:qemu-v6.2.0 --install arm64
{
"supported": [
"linux/amd64",
"linux/arm64",
"linux/386"
],
"emulators": [
"qemu-aarch64"
]
}
installing: arm64 qemu-aarch64 already registered
# generate actual html and run test against - provides a more accurate tests
/usr/bin/make test-gen-api-docs
make[1]: Entering directory '/workspace/build'
mkdir -p ~/.kube/
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
mkdir -p /workspace/build//.gocache
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
mkdir -p /workspace/build//.config/gcloud
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
mkdir -p ~/.config/helm
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
mkdir -p ~/.cache/helm
make[1]: Leaving directory '/workspace/build'
installing: arm64 qemu-aarch64 already registered
make[1]: Entering directory '/workspace/build'
docker run --privileged --rm tonistiigi/binfmt:qemu-v6.2.0 --install arm64
{
"supported": [
"linux/amd64",
"linux/arm64",
"linux/386"
],
"emulators": [
"qemu-aarch64"
]
}
make[1]: Leaving directory '/workspace/build'
/usr/bin/make ensure-image IMAGE_TAG=agones-build:2aab34345f BUILD_TARGET=build-build-image
+ /root/test.sh
+ cd ./sdks/csharp/test
+ dotnet test -c Release
Welcome to .NET Core 3.1!
---------------------
SDK Version: 3.1.426
Telemetry
---------
The .NET Core tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
----------------
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Find out what's new: https://aka.ms/dotnet-whats-new
Learn about the installed HTTPS developer cert: https://aka.ms/aspnet-core-https
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
Write your first app: https://aka.ms/first-net-core-app
--------------------------------------------------------------------------------------
make[1]: Entering directory '/workspace/build'
docker run --privileged --rm tonistiigi/binfmt:qemu-v6.2.0 --install arm64
{
"supported": [
"linux/amd64",
"linux/arm64",
"linux/386"
],
"emulators": [
"qemu-aarch64"
]
}
make[1]: Leaving directory '/workspace/build'
installing: arm64 qemu-aarch64 already registered
/usr/bin/make ensure-image IMAGE_TAG=agones-build:2aab34345f BUILD_TARGET=build-build-image
make[1]: Entering directory '/workspace/build'
cp /workspace/site/content/en/docs/Reference/agones_crd_api_reference.html /tmp/generated.html
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
sort /tmp/generated.html > /tmp/generated.html.sorted
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.config/helm:/root/.config/helm -v ~/.cache/helm:/root/.cache/helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gomod:/go/pkg/mod -v /workspace/build//.gocache:/root/.cache/go-build agones-build:2aab34345f bash -c \
'helm template agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
--set agones.controller.generateTLS=false \
--set agones.allocator.generateTLS=false \
--set agones.allocator.generateClientTLS=false \
--set agones.crds.cleanupOnDelete=false \
> /go/src/agones.dev/agones/install/yaml/install.yaml'
make[1]: Leaving directory '/workspace/build'
sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
/usr/bin/make ensure-image IMAGE_TAG=agones-build:2aab34345f BUILD_TARGET=build-build-image
added 253 packages, and audited 254 packages in 8s
35 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> @google-cloud/agones-sdk@1.35.0-dev test
> jasmine
Started
...................................................
51 specs, 0 failures
Finished in 0.174 seconds
Test run for /go/src/agones.dev/agones/sdks/csharp/test/bin/Release/netcoreapp3.1/Agones.Test.dll(.NETCoreApp,Version=v3.1)
Microsoft (R) Test Execution Command Line Tool Version 16.7.1
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
Test Run Successful.
Total tests: 21
Passed: 21
Total time: 2.2149 Seconds
=== RUN TestAlphaGetAndSetPlayerCapacity
--- PASS: TestAlphaGetAndSetPlayerCapacity (0.00s)
=== RUN TestSDK
--- PASS: TestSDK (0.00s)
=== RUN TestSDKWatchGameServer
--- PASS: TestSDKWatchGameServer (0.00s)
=== RUN TestSDKSetLabel
=== PAUSE TestSDKSetLabel
=== RUN TestSDKSetAnnotation
=== PAUSE TestSDKSetAnnotation
=== CONT TestSDKSetAnnotation
--- PASS: TestSDKSetAnnotation (0.00s)
=== CONT TestSDKSetLabel
--- PASS: TestSDKSetLabel (0.00s)
PASS
ok agones.dev/agones/sdks/go 0.044s
docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.config/helm:/root/.config/helm -v ~/.cache/helm:/root/.cache/helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gomod:/go/pkg/mod -v /workspace/build//.gocache:/root/.cache/go-build -e "KUBECONFIG=/root/.kube/config" -e "GO111MODULE=on" -w /go/src/agones.dev/agones agones-build:2aab34345f go test -mod=vendor -race agones.dev/agones/pkg/... \
agones.dev/agones/sdks/... agones.dev/agones/cmd/...
? agones.dev/agones/pkg [no test files]
? agones.dev/agones/pkg/allocation/go [no test files]
? agones.dev/agones/pkg/apis [no test files]
? agones.dev/agones/pkg/apis/agones [no test files]
ok agones.dev/agones/pkg/allocation/converters 0.093s
? agones.dev/agones/pkg/apis/allocation [no test files]
? agones.dev/agones/pkg/apis/autoscaling [no test files]
? agones.dev/agones/pkg/apis/multicluster [no test files]
? agones.dev/agones/pkg/client/clientset/versioned [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/fake [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/scheme [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/typed/agones/v1 [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/typed/agones/v1/fake [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/typed/allocation/v1 [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/typed/allocation/v1/fake [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/typed/autoscaling/v1 [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/typed/autoscaling/v1/fake [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/typed/multicluster/v1 [no test files]
? agones.dev/agones/pkg/client/clientset/versioned/typed/multicluster/v1/fake [no test files]
ok agones.dev/agones/pkg/apis/agones/v1 0.175s
ok agones.dev/agones/pkg/apis/agones/v1/fuzz_test 0.666s
ok agones.dev/agones/pkg/apis/allocation/v1 0.152s
ok agones.dev/agones/pkg/apis/autoscaling/v1 0.128s
ok agones.dev/agones/pkg/apis/multicluster/v1 0.098s
? agones.dev/agones/pkg/client/informers/externalversions [no test files]
? agones.dev/agones/pkg/client/informers/externalversions/agones/v1 [no test files]
? agones.dev/agones/pkg/client/informers/externalversions/agones [no test files]
? agones.dev/agones/pkg/client/informers/externalversions/autoscaling [no test files]
? agones.dev/agones/pkg/client/informers/externalversions/autoscaling/v1 [no test files]
? agones.dev/agones/pkg/client/informers/externalversions/multicluster [no test files]
? agones.dev/agones/pkg/client/informers/externalversions/multicluster/v1 [no test files]
? agones.dev/agones/pkg/client/listers/agones/v1 [no test files]
? agones.dev/agones/pkg/client/listers/autoscaling/v1 [no test files]
? agones.dev/agones/pkg/client/listers/multicluster/v1 [no test files]
? agones.dev/agones/pkg/client/informers/externalversions/internalinterfaces [no test files]
? agones.dev/agones/pkg/cloudproduct [no test files]
ok agones.dev/agones/pkg/cloudproduct/generic 0.165s
ok agones.dev/agones/pkg/cloudproduct/gke 0.153s
? agones.dev/agones/pkg/sdk [no test files]
? agones.dev/agones/pkg/sdk/alpha [no test files]
? agones.dev/agones/pkg/sdk/beta [no test files]
? agones.dev/agones/pkg/testing [no test files]
? agones.dev/agones/pkg/util [no test files]
? agones.dev/agones/pkg/util/logfields [no test files]
? agones.dev/agones/pkg/util/signals [no test files]
? agones.dev/agones/cmd/extensions [no test files]
ok agones.dev/agones/pkg/fleetautoscalers 9.485s
ok agones.dev/agones/pkg/fleets 4.157s
ok agones.dev/agones/pkg/gameserverallocations 18.922s
ok agones.dev/agones/pkg/gameservers 7.269s
ok agones.dev/agones/pkg/gameserversets 5.485s
ok agones.dev/agones/pkg/metrics 14.129s
ok agones.dev/agones/pkg/portallocator 3.361s
ok agones.dev/agones/pkg/sdkserver 39.342s
ok agones.dev/agones/pkg/util/apiserver 0.278s
ok agones.dev/agones/pkg/util/crd 3.105s
ok agones.dev/agones/pkg/util/fswatch 2.065s
ok agones.dev/agones/pkg/util/https 0.126s
ok agones.dev/agones/pkg/util/runtime 0.061s
ok agones.dev/agones/pkg/util/webhooks 0.273s
ok agones.dev/agones/pkg/util/workerqueue 2.066s
ok agones.dev/agones/sdks/go 0.046s
ok agones.dev/agones/cmd/allocator 0.377s
ok agones.dev/agones/cmd/controller 0.450s
ok agones.dev/agones/cmd/ping 1.069s
ok agones.dev/agones/cmd/sdk-server 0.326s
make[1]: Entering directory '/workspace/build'
docker run -e FILE="/go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html" -e VERSION=1.35.0 --rm -i -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.config/helm:/root/.config/helm -v ~/.cache/helm:/root/.cache/helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gomod:/go/pkg/mod -v /workspace/build//.gocache:/root/.cache/go-build agones-build:2aab34345f bash -c "/go/src/agones.dev/agones/site/gen-api-docs.sh"
using go proxy as a workaround for git.agache.org being down: http://proxy.golang.org
{{% feature publishVersion="1.34.0" %}}
make[1]: Leaving directory '/workspace/build'
+ rm -rf /usr/local/go
+ GO_VERSION=1.15.13
+ cd /usr/local
+ wget -q https://dl.google.com/go/go1.15.13.linux-amd64.tar.gz
+ tar -xzf go1.15.13.linux-amd64.tar.gz
+ rm go1.15.13.linux-amd64.tar.gz
+ export GOPROXY=http://proxy.golang.org
+ GOPROXY=http://proxy.golang.org
+ echo 'using go proxy as a workaround for git.agache.org being down: http://proxy.golang.org'
+ cd /go/src/github.com/ahmetb/gen-crd-api-reference-docs
+ go mod edit --replace=agones.dev/agones@latest=../../../agones.dev/agones/
+ go build
go: downloading k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6
go: downloading k8s.io/klog v0.2.0
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
+ cp /go/src/agones.dev/agones/site/assets/templates/pkg.tpl ./template
+ FILE=/go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html
+ VERSION=1.35.0
+ TITLE=/tmp/title.html
+ EXPIRY_DOC=/tmp/expiry.html
+ PUBLISH_DOC=/tmp/publish.html
+ RESULT=/tmp/agones_crd_api_reference.html
+ OLD=/tmp/old_docs.html
+ ./gen-crd-api-reference-docs --config ../../../agones.dev/agones/site/assets/templates/crd-doc-config.json --api-dir ../../../agones.dev/agones/pkg/apis/ --out-file /tmp/agones_crd_api_reference.html
I0828 22:23:09.086638 221 main.go:127] parsing go packages in directory ../../../agones.dev/agones/pkg/apis/
W0828 22:25:24.844412 221 parse.go:239] Ignoring child directory agones.dev/agones/pkg/apis/agones/v1/fuzz_test: No files for pkg "agones.dev/agones/pkg/apis/agones/v1/fuzz_test"
I0828 22:25:27.085560 221 main.go:229] using package=agones.dev/agones/pkg/apis/agones/v1
I0828 22:25:27.085595 221 main.go:229] using package=agones.dev/agones/pkg/apis/allocation/v1
I0828 22:25:27.085600 221 main.go:229] using package=agones.dev/agones/pkg/apis/autoscaling/v1
I0828 22:25:27.085609 221 main.go:229] using package=agones.dev/agones/pkg/apis/multicluster/v1
W0828 22:25:27.100787 221 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0828 22:25:27.101776 221 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0828 22:25:27.105450 221 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/util/intstr.IntOrString
W0828 22:25:27.105752 221 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/util/intstr.IntOrString
W0828 22:25:27.106050 221 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/types.UID
W0828 22:25:27.106309 221 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/types.UID
W0828 22:25:27.108039 221 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/util/intstr.IntOrString
W0828 22:25:27.111736 221 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0828 22:25:27.112458 221 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0828 22:25:27.113482 221 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0828 22:25:27.115191 221 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0828 22:25:27.116459 221 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0828 22:25:27.117356 221 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0828 22:25:27.119530 221 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
I0828 22:25:27.129116 221 main.go:165] written to /tmp/agones_crd_api_reference.html
+ awk '/\ feature\ publishVersion/{flag=1;next}/\ \/feature/{flag=0}flag' /go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html
+ awk '/\+\+\+/ {ok=1} /^$/ {ok=0} {if(ok){print $0}}' /go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html
+ printf '\n'
++ grep 'feature publishVersion=' /go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html
+ doc_version='{{% feature publishVersion="1.34.0" %}}'
+ echo '{{%' feature 'publishVersion="1.34.0"' '%}}'
+ publish='{{% feature publishVersion="1.35.0" %}}'
+ expiry='{{% feature expiryVersion="1.35.0" %}}'
+ sed '/\ expiryVersion="1.35.0"/,/%\ \/feature/!d;/%\ \/feature/q' /go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html
+ sed '/\ publishVersion=/,/%\ \/feature/!d;/%\ \/feature/q' /go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html
++ sort /tmp/agones_crd_api_reference.html
+ diff /dev/fd/63 /dev/fd/62
++ sort /tmp/old_docs.html
make[1]: Entering directory '/workspace/build'
sort /workspace/site/content/en/docs/Reference/agones_crd_api_reference.html > /tmp/result.sorted
make[1]: Leaving directory '/workspace/build'
make[1]: Entering directory '/workspace/build'
diff -bB /tmp/result.sorted /tmp/generated.html.sorted
make[1]: Leaving directory '/workspace/build'
/usr/bin/make hugo-test
/usr/bin/make site-static ARGS="-F" ENV="RELEASE_VERSION=1.35.0 RELEASE_BRANCH=main"
make[2]: Entering directory '/workspace/build'
mkdir -p ~/.kube/
make[2]: Leaving directory '/workspace/build'
make[2]: Entering directory '/workspace/build'
mkdir -p /workspace/build//.gocache
make[2]: Leaving directory '/workspace/build'
make[2]: Entering directory '/workspace/build'
mkdir -p /workspace/build//.config/gcloud
make[2]: Leaving directory '/workspace/build'
make[2]: Entering directory '/workspace/build'
mkdir -p ~/.config/helm
make[2]: Leaving directory '/workspace/build'
make[2]: Entering directory '/workspace/build'
mkdir -p ~/.cache/helm
make[2]: Leaving directory '/workspace/build'
installing: arm64 qemu-aarch64 already registered
make[2]: Entering directory '/workspace/build'
docker run --privileged --rm tonistiigi/binfmt:qemu-v6.2.0 --install arm64
{
"supported": [
"linux/amd64",
"linux/arm64",
"linux/386"
],
"emulators": [
"qemu-aarch64"
]
}
make[2]: Leaving directory '/workspace/build'
/usr/bin/make ensure-image IMAGE_TAG=agones-build:2aab34345f BUILD_TARGET=build-build-image
rm: cannot remove './public': No such file or directory
make[2]: [includes/website.mk:37: site-static] Error 1 (ignored)
make[2]: Entering directory '/workspace/build'
docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.config/helm:/root/.config/helm -v ~/.cache/helm:/root/.cache/helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gomod:/go/pkg/mod -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site agones-build:2aab34345f rm -r ./public
make[2]: Leaving directory '/workspace/build'
make[2]: Entering directory '/workspace/build'
mkdir /workspace/site/public
make[2]: Leaving directory '/workspace/build'
make[2]: Entering directory '/workspace/build'
# for some reason, this only work locally
make[2]: Leaving directory '/workspace/build'
make[2]: Entering directory '/workspace/build'
# postcss-cli@8.3.1 broke things, so pinning the version
make[2]: Leaving directory '/workspace/build'
make[2]: Entering directory '/workspace/build'
docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.config/helm:/root/.config/helm -v ~/.cache/helm:/root/.cache/helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gomod:/go/pkg/mod -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site agones-build:2aab34345f \
bash -c "npm list postcss-cli || npm install postcss-cli@8.3.0"
/go/src/agones.dev/agones/site
`-- (empty)
added 69 packages in 4s
13 packages are looking for funding
run `npm fund` for details
make[2]: Leaving directory '/workspace/build'
npm notice
npm notice New minor version of npm available! 9.6.7 -> 9.8.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.8.1>
npm notice Run `npm install -g npm@9.8.1` to update!
npm notice
make[2]: Entering directory '/workspace/build'
# autoprefixer 10.0.0 broke things, so pinning the version
make[2]: Leaving directory '/workspace/build'
npm notice
npm notice New minor version of npm available! 9.6.7 -> 9.8.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.8.1>
npm notice Run `npm install -g npm@9.8.1` to update!
npm notice
make[2]: Entering directory '/workspace/build'
docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.config/helm:/root/.config/helm -v ~/.cache/helm:/root/.cache/helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gomod:/go/pkg/mod -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site agones-build:2aab34345f \
bash -c "npm list autoprefixer || npm install autoprefixer@9.8.6"
site@ /go/src/agones.dev/agones/site
`-- (empty)
added 13 packages, and audited 83 packages in 2s
18 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
make[2]: Leaving directory '/workspace/build'
make[2]: Entering directory '/workspace/build'
docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.config/helm:/root/.config/helm -v ~/.cache/helm:/root/.cache/helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gomod:/go/pkg/mod -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site agones-build:2aab34345f bash -c \
"git config --global --add safe.directory /go/src/agones.dev/agones && RELEASE_VERSION=1.35.0 RELEASE_BRANCH=main hugo --config=config.toml -F"
WARN DEPRECATED: Kind "taxonomyterm" used in disableKinds is deprecated, use "taxonomy" instead.
WARN config: languages.en.description: custom params on the language top level is deprecated and will be removed in a future release. Put the value below [languages.en.params]. See https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120
Start building sites …
hugo v0.117.0-b2f0696cad918fb61420a6aff173eb36662b406e+extended linux/amd64 BuildDate=2023-08-07T12:49:48Z VendorInfo=gohugoio
ERROR render of "page" failed: "/go/src/agones.dev/agones/site/themes/docsy/layouts/blog/baseof.html:4:7": execute of template failed: template: blog/single.html:4:7: executing "blog/single.html" at <partial "head.html" .>: error calling partial: execute of template failed: html/template:partials/head.html:15:13: no such template "_internal/google_news.html"
Total in 428 ms
Error: error building site: render: failed to render pages: render of "page" failed: "/go/src/agones.dev/agones/site/themes/docsy/layouts/_default/baseof.html:4:7": execute of template failed: template: _default/search.html:4:7: executing "_default/search.html" at <partial "head.html" .>: error calling partial: execute of template failed: html/template:partials/head.html:15:13: no such template "_internal/google_news.html"
make[2]: Leaving directory '/workspace/build'
make[2]: *** [includes/website.mk:44: site-static] Error 1
make[1]: *** [includes/website.mk:61: site-static-preview] Error 2
make: *** [includes/website.mk:76: site-test] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment