Skip to content

Instantly share code, notes, and snippets.

@Kalaiselvi84
Created August 29, 2023 17:58
Show Gist options
  • Save Kalaiselvi84/094258435ecd7d9f7be19dfd8b5ae9de to your computer and use it in GitHub Desktop.
Save Kalaiselvi84/094258435ecd7d9f7be19dfd8b5ae9de 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
/workspace/build
Command test not found - nothing to execute
/usr/bin/make run-sdk-command COMMAND=test SDK_FOLDER=csharp
/workspace/build
/usr/bin/make ensure-image IMAGE_TAG=agones-build-sdk-go:4cb24b4e69 BUILD_TARGET=build-build-sdk-image SDK_FOLDER=go
Command test not found - nothing to execute
/workspace/build
mkdir -p /tmp/agones-install
/usr/bin/make ensure-image IMAGE_TAG=agones-build-sdk-node:114f65c150 BUILD_TARGET=build-build-sdk-image SDK_FOLDER=node
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'
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
+ /root/test.sh
+ GO111MODULE=off
+ cd /go/src/agones.dev/agones/
+ go test -v -race ./sdks/go/
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
+ 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
--------------------------------------------------------------------------------------
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
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.144 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: 1.9429 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 TestSDKSetLabel
--- PASS: TestSDKSetLabel (0.00s)
=== CONT TestSDKSetAnnotation
--- PASS: TestSDKSetAnnotation (0.00s)
PASS
ok agones.dev/agones/sdks/go 0.058s
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.197s
? 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/typed/allocation/v1/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/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.438s
ok agones.dev/agones/pkg/apis/agones/v1/fuzz_test 1.639s
ok agones.dev/agones/pkg/apis/allocation/v1 0.422s
ok agones.dev/agones/pkg/apis/autoscaling/v1 0.247s
ok agones.dev/agones/pkg/apis/multicluster/v1 0.242s
? agones.dev/agones/pkg/client/informers/externalversions [no test files]
? agones.dev/agones/pkg/client/informers/externalversions/agones [no test files]
? agones.dev/agones/pkg/client/informers/externalversions/agones/v1 [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/internalinterfaces [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/cloudproduct [no test files]
ok agones.dev/agones/pkg/cloudproduct/generic 0.324s
ok agones.dev/agones/pkg/cloudproduct/gke 0.592s
? 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.486s
ok agones.dev/agones/pkg/fleets 4.121s
ok agones.dev/agones/pkg/gameserverallocations 18.448s
ok agones.dev/agones/pkg/gameservers 7.316s
ok agones.dev/agones/pkg/gameserversets 5.504s
ok agones.dev/agones/pkg/metrics 13.156s
ok agones.dev/agones/pkg/portallocator 3.356s
ok agones.dev/agones/pkg/sdkserver 39.571s
ok agones.dev/agones/pkg/util/apiserver 0.317s
ok agones.dev/agones/pkg/util/crd 4.121s
ok agones.dev/agones/pkg/util/fswatch 2.030s
ok agones.dev/agones/pkg/util/https 0.114s
ok agones.dev/agones/pkg/util/runtime 0.039s
ok agones.dev/agones/pkg/util/webhooks 0.290s
ok agones.dev/agones/pkg/util/workerqueue 2.067s
ok agones.dev/agones/sdks/go 0.047s
ok agones.dev/agones/cmd/allocator 0.466s
ok agones.dev/agones/cmd/controller 0.364s
ok agones.dev/agones/cmd/ping 1.064s
ok agones.dev/agones/cmd/sdk-server 0.350s
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 github.com/russross/blackfriday/v2 v2.0.1
go: downloading k8s.io/klog v0.2.0
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
I0829 17:42:57.687287 231 main.go:127] parsing go packages in directory ../../../agones.dev/agones/pkg/apis/
W0829 17:45:32.673385 231 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"
I0829 17:45:34.796608 231 main.go:229] using package=agones.dev/agones/pkg/apis/agones/v1
I0829 17:45:34.796720 231 main.go:229] using package=agones.dev/agones/pkg/apis/allocation/v1
I0829 17:45:34.796754 231 main.go:229] using package=agones.dev/agones/pkg/apis/autoscaling/v1
I0829 17:45:34.796762 231 main.go:229] using package=agones.dev/agones/pkg/apis/multicluster/v1
W0829 17:45:34.810126 231 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0829 17:45:34.810793 231 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0829 17:45:34.811534 231 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0829 17:45:34.812952 231 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0829 17:45:34.813957 231 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0829 17:45:34.814530 231 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0829 17:45:34.816261 231 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0829 17:45:34.818343 231 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0829 17:45:34.818982 231 main.go:423] not found external link source for type agones.dev/agones/pkg/apis.SchedulingStrategy
W0829 17:45:34.822274 231 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/util/intstr.IntOrString
W0829 17:45:34.823031 231 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/util/intstr.IntOrString
W0829 17:45:34.823472 231 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/types.UID
W0829 17:45:34.824237 231 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/types.UID
W0829 17:45:34.828257 231 main.go:423] not found external link source for type k8s.io/apimachinery/pkg/util/intstr.IntOrString
I0829 17:45:34.837512 231 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'
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'
installing: arm64 qemu-aarch64 already registered
/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'
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 postcss-cli || npm install postcss-cli@8.3.0"
/go/src/agones.dev/agones/site
`-- (empty)
added 69 packages in 3s
13 packages are looking for funding
run `npm fund` for details
make[2]: Leaving directory '/workspace/build'
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]: *** [includes/website.mk:44: site-static] Error 1
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
WARN .Path when the page is backed by a file is deprecated and will be removed in a future release. We plan to use Path for a canonical source path and you probably want to check the source is a file. To get the current behaviour, you can use a construct similar to the one below:
{{ $path := "" }}
{{ with .File }}
{{ $path = .Path }}
{{ else }}
{{ $path = .Path }}
{{ end }}
WARN Shortcode "tabpane": duplicate language "yaml" detected, disabling persistance of language to avoid multiple tab display. Position: "/go/src/agones.dev/agones/site/content/en/docs/Guides/fleet-updates.md:95:1"
Total in 964 ms
Error: error building site: TOCSS: failed to transform "scss/main.scss" (text/x-scss): "/go/src/agones.dev/agones/site/themes/docsy/assets/scss/support/_bootstrap_vers_test.scss:3:3":
Docsy requires Bootstrap v5, but the v5 variable
$enable-important-utilities isn't defined.
Did you forget to update Docsy dependencies?
make[2]: Leaving directory '/workspace/build'
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