Skip to content

Cleanup on SuperTuxKart README#4344

Merged
markmandel merged 3 commits intoagones-dev:mainfrom
markmandel:cleanup/stk
Nov 27, 2025
Merged

Cleanup on SuperTuxKart README#4344
markmandel merged 3 commits intoagones-dev:mainfrom
markmandel:cleanup/stk

Conversation

@markmandel
Copy link
Copy Markdown
Collaborator

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug

/kind cleanup

/kind documentation
/kind feature
/kind hotfix
/kind release

What this PR does / Why we need it:

This download is no longer a fork and hasn't been for a while.

Which issue(s) this PR fixes:

N/A

Special notes for your reviewer:

N/A

This download is no longer a fork and hasn't been
for a while.
@markmandel markmandel added the area/examples Examples. Usually found in the `examples` directory label Nov 23, 2025
@github-actions github-actions bot added kind/cleanup Refactoring code, fixing up documentation, etc size/XS labels Nov 23, 2025
@agones-bot
Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: c97cce3c-8dfd-4e7c-9075-d5892e43ae45

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@markmandel
Copy link
Copy Markdown
Collaborator Author

Blep, supertuxkart.

/gcbrun

@agones-bot
Copy link
Copy Markdown
Collaborator

Build Succeeded 🥳

Build Id: 27ceca79-0dd9-4f17-83b6-037fbb2ba13b

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

git fetch https://github.com/googleforgames/agones.git pull/4344/head:pr_4344 && git checkout pr_4344
helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.54.0-dev-213f996

@markmandel markmandel enabled auto-merge (squash) November 25, 2025 18:02
@agones-bot
Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: ba629340-647c-468d-ad2b-d5f429fcd7ca

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@markmandel
Copy link
Copy Markdown
Collaborator Author

	agones /go/src/agones.dev/agones/install/helm/agones/
Release "agones" does not exist. Installing it now.
Error: release agones failed, and has been uninstalled due to atomic being set: services "agones-ping-http-service" not found
make: *** [Makefile:450: install] Error 1

This keeps happening. Probably need to file an issue. Very odd -- and hard to diagnose without being able to see the cluster.

@markmandel
Copy link
Copy Markdown
Collaborator Author

/gcbrun

@agones-bot
Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: c7c9a6fd-819e-4ca1-aa03-c52039edbfd2

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@markmandel
Copy link
Copy Markdown
Collaborator Author

That's a new unit test flake:

--- FAIL: TestPerNodeCounterRun (0.04s)
    pernodecounter_test.go:189: 
        	Error Trace:	/go/src/agones.dev/agones/pkg/gameservers/pernodecounter_test.go:189
        	Error:      	Not equal: 
        	            	expected: 2
        	            	actual  : 3
        	Test:       	TestPerNodeCounterRun
{"message":"unhandled watch: testing.WatchActionImpl

We're having a good time atm.

/gcbrun

@agones-bot
Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: edf609af-3753-496d-9063-d269a1d54dc8

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@markmandel
Copy link
Copy Markdown
Collaborator Author

ime="2025-11-26 18:18:58.260" level=warning msg="Error opening log stream for container" error="previous terminated container \"supertuxkart\" in pod \"supertuxkart-jq8tb\" not found" options="&PodLogOptions{Container:supertuxkart,Follow:false,Previous:true,SinceSeconds:nil,SinceTime:<nil>,Timestamps:false,TailLines:nil,LimitBytes:nil,InsecureSkipTLSVerifyBackend:false,Stream:nil,}" test=TestSuperTuxKartGameServerReady
    examples_test.go:93: 
        	Error Trace:	/go/src/agones.dev/agones/test/e2e/examples_test.go:93
        	Error:      	Received unexpected error:
        	            	waiting for {supertuxkart [{default  Dynamic <nil> 8080 0 UDP}] {false 10 0 120}  { 0 0} {{      0 0001-01-01 00:00:00 +0000 UTC <nil> <nil> map[] map[] [] [] []} {[] [] [{supertuxkart us-docker.pkg.dev/agones-images/examples/supertuxkart-example:0.19 [] []  [] [] [{ENABLE_PLAYER_TRACKING false nil}] {map[] map[cpu:{{500 -3} {<nil>} 500m DecimalSI} memory:{{1073741824 0} {<nil>} 1Gi BinarySI}] []} [] <nil> [] [] nil nil nil nil    nil false false false}] []  <nil> <nil>  map[]   <nil>  false false false <nil> nil []   nil  [] []  <nil> nil [] <nil> <nil> <nil> map[] [] <nil> nil <nil> [] [] nil}} <nil> map[] map[] <nil>} GameServer instance readiness timed out (): waiting for GameServer 1764181122/supertuxkart-jq8tb to be Ready: GameServer reached terminal state Unhealthy
        	Test:       	TestSuperTuxKartGameServerReady
        	Messages:   	Ready game server timed out

=== FAIL: test/e2e TestSuperTuxKartGameServerReady (re-run 2) (9.03s)

sigh

@agones-bot
Copy link
Copy Markdown
Collaborator

Build Succeeded 🥳

Build Id: 5382a96f-883a-440b-9cfc-e3a9215cae27

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

git fetch https://github.com/googleforgames/agones.git pull/4344/head:pr_4344 && git checkout pr_4344
helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.54.0-dev-e4c66d1

@markmandel markmandel merged commit 2c42aac into agones-dev:main Nov 27, 2025
4 checks passed
@markmandel markmandel deleted the cleanup/stk branch November 27, 2025 16:00
mnthe pushed a commit to mnthe/agones that referenced this pull request Mar 23, 2026
This download is no longer a fork and hasn't been
for a while.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/examples Examples. Usually found in the `examples` directory kind/cleanup Refactoring code, fixing up documentation, etc size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants